-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Martina Morris edited this page Jul 22, 2021
·
32 revisions
- Switching to Slurm
- Loading R and R Packages
- Example Runfiles
- Helpful aliases
- Hyak wiki 1
- Hyak wiki 2
- Rstudio Server on CSDE
- R Package Reproducibility and Reprex
- Managing multiple local package versions
- Quick way to update all local packages after R version bump
- Required Software
- Configuring RStudio for EpiModel Development
- Create a Github Personal Access Token*
*Once you have your personal access token, from a console window you can type usethis::edit_r_environ()
to open your .Renviron file.
Then add this line: GITHUB_PAT= pasteYourTokenHere
. Note that .Renviron is just a text file, so you can edit it directly as well.