You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And here's one adapted from the issues of the 'remotes' package that is very similar (r-lib/remotes#330 (comment)). I'd still use usethis::git_sitrep() (as described in the book above) to verify the PAT is set.
Login to GitHub.com
Create a new personal access token (Settings > Developer settings > Personal access tokens)
Copy the token to your clipboard
In RStudio, run usethis::edit_r_environ()
Store the token in R, save, and restart R.
GITHUB_PAT=xxxx
Run remotes::install_github("OuhscBbmc/REDCapR") or remotes::install_github(repo="OuhscBbmc/REDCapR", ref="dev")
In #293, @Stephonomon wrote:
I tried installing (from GitHub) but received an error message.
The text was updated successfully, but these errors were encountered: