validate_email {rhub} | R Documentation |
Validate an email address on R-hub
Description
To build and check R packages on R-hub, you need to validate your email address. This is because R-hub sends out emails about check results.
Usage
validate_email(email = NULL, token = NULL)
Arguments
email |
The email address to validate. |
token |
Token obtained from |
Details
The rhub
package stores validated email addresses in a user
configuration file, at a platform-dependent location.
On your current platform the file is at
~/.local/share/rhub/validated_emails.csv.
To validate a new email address, call this function from an interactive R session, without any arguments.
To add an email address that was validated before (probably on another
machine), to the configuration file, call this function with the email
and token
arguments.
See Also
Other email validation:
list_validated_emails()
[Package rhub version 1.1.2 Index]