To build and check R packages on the RC runners of R-hub, you'll need to verify your email address. R-hub will send a token to your email address, and this token will be stored on your computer.
rc_new_token(email = NULL, token = NULL)
You need to store a token on every computer you want to submit jobs from, either using the same token from the email you got, or you can request additional tokens for the new machines. Your old token will stay valid as well.
If you already have a token from a previous version of R-hub, you can reuse that and you don't need to do anything.
Run
to see the file rhub uses to store your tokens.
Other RC runners API:
rc_list_local_tokens()
,
rc_list_repos()
,
rc_submit()