Upgrade to Pro — share decks privately, control downloads, hide ads and more …

RStudio Cloud in the Classroom

RStudio Cloud in the Classroom

Much has been written in the statistics and data sciencez education literature about pedagogical tools and approaches to provide a practical computational foundation for students. However a common friction point for getting students (and faculty) started with computing is installation and setup. In this talk we introduce RStudio Cloud as a lightweight infrastructure solution to this problem. Circumventing the installation step early in the course by having students access R and RStudio in the cloud can minimize frustration and improve buy in. We share logistics of setting up a course in RStudio Cloud, discuss best practices, and provide an opportunity for the audience to experience the setup first hand. Additionally, we highlight a suite of ready to use resources for teaching an introduction to data science and statistical thinking course using R.

Mine Cetinkaya-Rundel

June 05, 2019
Tweet

More Decks by Mine Cetinkaya-Rundel

Other Decks in Technology

Transcript

  1. - Install R - Install RStudio - Install the following

    packages: - rmarkdown - tidyverse - … - Load these packages - Install git don’t start like this - Go to rstudio.cloud - Log in > hello R! start like this l;dr rstd.io/cloud-classroom
  2. what is RStudio Cloud? Studio Cloud We created RStudio Cloud

    to make it easy for professionals, hobbyists, trainers, teachers, and students to do, share, teach, and learn data science using R. rstd.io/cloud-classroom
  3. contexts intro stat / data science little to no background

    in stats, data science, programming upper level stats / data science / programming varied computing background and different computer setups workshops rstd.io/cloud-classroom
  4. why RStudio in the cloud? reduce friction at first exposure

    to R install R and RStudio on a server and provide access to students: - Centralized RStudio server - Dockerized RStudio server - RStudio Cloud avoid local installation this webinar Çetinkaya-Rundel, Mine, and Rundel, Colin. "Infrastructure and tools for teaching computing throughout the statistical curriculum." The American Statistician (2018). Part of the Practical Data Science for Stats collection. rstd.io/cloud-classroom
  5. why RStudio Cloud? does not require IT support features designed

    for instructors: rstd.io/cloud-classroom
  6. why RStudio Cloud? - classes can be organized in workspaces

    - members can be assigned different roles: instructor, TA, student - projects can be public or private - projects can be made into assignments - students can make copies of projects created by instructor - instructor can peek into student projects - a base project template can ensure same packages in each new project created in the workspace - git works out of the box does not require IT support features designed for instructors: rstd.io/cloud-classroom
  7. log in with Google, GitHub, or shinyapps.io or create a

    new account rstd.io/cloud-classroom
  8. workspaces when you create an account on RStudio Cloud you

    get a workspace of your own - projects you create here are can be public or private you can add a new workspace and control its permissions - projects you create here can also be public or private rstd.io/cloud-classroom
  9. projects a new project in RStudio Cloud is a new

    project in RStudio PSA If you use RStudio, use projects! Trust me, you won’t regret it. Find out more at r4ds.had.co.nz/workflow-projects.html. rstd.io/cloud-classroom
  10. projects from git a new project from Git Repo in

    RStudio Cloud is creating (cloning) a project from a Git repository RStudio rstd.io/cloud-classroom
  11. $

  12. sharing an individual project ✔ students land directly in a

    project upon login ✔ works well for workshops where all work will be completed in a single project ✔ also great for sharing code in general, e.g. collaboration, reprexes, etc. ❗ students need to remember to make a copy of the project (which means you need to remember to remind them!) ❗ changes you make after student launches the project won’t propagate to their project try it out at rstd.io/cloud-workshop-project rstd.io/cloud-classroom
  13. #

  14. getting students into class workspace make workspace shared for a

    short period of time, share link with students, enroll them as contributors after drop/add switch over to this access level, use invitations for visitors added mid- semester #
  15. permission levels admin manage users, view, edit and manage all

    projects instructor moderator view, edit and manage all projects TA contributor create, edit and manage their own projects student viewer view projects shared with everyone auditor #
  16. permissions students can see each others’ names, but cannot change

    the visibility of their projects auditors / visitors can’t see students’ names #
  17. #

  18. $

  19. git integration + base project template can be used, so

    new project from git also has the right packages installed! rstd.io/cloud-classroom
  20. sharing a workspace ✔ various permission levels ✔ base projects

    with desired packages installed ✔ assignments, which remove the need to remind students to make a copy of the project before starting work ✔ ability to peek into students’ projects ❗ students land in the workspace, may need to provide instructions for the next steps ❗ you can update the base project throughout the course, but it will only be applied to projects created going forward try it out at rstd.io/cloud-course-workspace rstd.io/cloud-classroom
  21. each project is allocated 1GB of RAM tips create a

    secondary account and add as a student test things out before assignments involving large datasets what your students see is not always what you see rstd.io/cloud-classroom