Materials for the CCV Intro to R bootcamp.
These workshop materials can be used from a Brown University Open OnDemand RStudio Session running with Singularity.
- Sign in to the Brown Open OnDemand portal (ood.ccv.brown.edu).
- Open Interactive Apps and start an RStudio Session.
- Choose the Singularity-based RStudio option for the session.
- Use the preexisting workshop image at
/oscar/data/shared/workshops/ccv_bootcamp_r:20260528.sifwhen selecting the container image for the session. - Launch the session and wait for RStudio to open in your browser.
If you prefer to recreate the workshop image yourself instead of using the shared .sif file, the repository also includes a Dockerfile with the container definition.
Once the RStudio Session starts:
-
Open the Terminal tab in RStudio.
-
Clone the repository:
git clone https://github.com/compbiocore/ccv_bootcamp_R.git
-
Change into the repository directory if needed:
cd ccv_bootcamp_R
- In RStudio, open the Files pane.
- Navigate into the
ccv_bootcamp_Rdirectory. - Open
R_Bootcamp_Intro_R.Rmd, which is the Intro to R notebook for this workshop. - Work through the notebook in RStudio by running each code chunk.
R_Bootcamp_Tidyverse_ggplot2.Rmd- follow-on workshop material covering tidyverse and ggplot2.Dockerfile- container definition you can use if you want to recreate the workshop image yourself instead of using the shared/oscar/data/shared/workshops/ccv_bootcamp_r:20260528.sifimage.