- Visit https://datasci.watzek.cloud
- Sign in with your Lewis & Clark username and password. If you haven't created an account yet, you'll be prompted to create a password.
- Once signed in, click "RStudio Server", after which you will need to sign in again (LC username / password you just created)
in console (lower left-hand corner):
library(usethis)
use_course("https://github.com/jeremymcwilliams/R-notebooks-and-markdown/archive/refs/tags/0.5.zip")
After running the command above, you'll be prompted whether to download to your current directory. Go ahead and answer in the affirmative (you'll be presented with variations on "yes"). Once the course files download, you'll be prompted as to whether to delete the zip file. Again, answer in the affirmative. Once you do, click "Save", and your window will refresh to a new R session.
- Visit https://rstudio.cloud, and sign in with your google account
- Click the arrow next to "New Project", and select "from Github Repository"
- Enter the url: https://github.com/jeremymcwilliams/R-groupby-summarize
- Once the project loads, run
install.packages("tidyverse")
in the console.