Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

validate_email

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 rhub, to validate the email address.

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


rhub

Connect to 'R-hub'

v1.1.1
MIT + file LICENSE
Authors
Gábor Csárdi [aut, cre], Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>), R Consortium [fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.