lockedata / rstudiocloud-intror

A starter project for Intro to R training attendees to use on RStudio Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 janedoe@example.com
  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

About

A starter project for Intro to R training attendees to use on RStudio Cloud