The repository contains the Quarto document index.qmd
(requires Quarto version 1.4 or higher) for cleaning the UBC CPSC undergraduate and graduate course data.
Data is not included in this repository. The analysis assumes that source data course_counts_raw.xlsx
is located in data/raw.
No personal data is contained in this repo other than instructor names.
We recommend using RStudio (v2022.07.1+554 or newer will also include Quarto) and opening the contained R project. Check the Quarto documentation for information on working with Quarto documents and alternative tools to RStudio for working with them.
{renv} tracks R package dependencies. When you open the R project for the first time, {renv} should bootstrap the setup of the R environment. You can manually restore the project's dependencies with
renv::restore()
and update any dependencies with
renv::snapshot()
We recommend developing content locally on your computer in a container accessed by Visual Studio Code. Follow the setup instructions outlined in Developing inside a Container using Visual Studio Code Remote Development including the installation of Docker and the VS Code extension Dev Containers. After cloning this repo locally to your computer, open the directory using the command Dev Containers: Open Folder in Container... from the Command Palette in VS Code.