rhub (version 1.0.0)

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 build results.

Usage

validate_email(email = email_address(), token = NULL)

Arguments

email
The email address to validate. If not specified, rhub tries to find it, via whoami::email_address().
token
Token obtained from rhub, to validate the email address. If not specified, then a new token is requested, and will be sent to the email address, and it can be specified interactively.