Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.2 KB

Get started

Fork this repo

  1. Create an account on github
  2. Navigate to lockedata/rstudiocloud-master
  3. Hit the fork button and select your account

Clone this repo

  1. Make sure you have git locally
  2. Configure git with your info via the terminal
git config --global user.name "Jane Doe"
git config --global user.email [email protected]
  1. Time permitting, and your personal devices, perform SSH key set up
  2. In RStudio, select New Project from Source Control, then selct Git and paste in the URL of your forked version of this repository

(@cthydng) git model

Install packages

This repo has a DESCRIPTION file containing our recommended packages.

  1. Run install.packages("remotes") if you do not already have it installed
  2. Run remotes::install_deps(dependencies=TRUE) to install all the desired packages