- Create an account on github
- Navigate to lockedata/rstudiocloud-master
- Hit the fork button and select your account
- Make sure you have git locally
- Configure git with your info via the terminal
git config --global user.name "Jane Doe"
git config --global user.email janedoe@example.com
- Time permitting, and your personal devices, perform SSH key set up
- In RStudio, select New Project from Source Control, then selct Git and paste in the URL of your forked version of this repository
(@cthydng)
This repo has a DESCRIPTION file containing our recommended packages.
- Run
install.packages("remotes")
if you do not already have it installed - Run
remotes::install_deps(dependencies=TRUE)
to install all the desired packages