Data and Compute Setup

Compute Setup

Installing from GitHub

Run to install this package and its dependencies.

pak::pkg_install("bhklab/CBWWorkshop2024", dependencies=TRUE)
## ! Using bundled GitHub PAT. Please add your own PAT using `gitcreds::gitcreds_set()`.
## ℹ Loading metadata database✔ Loading metadata database ... done
##  
## ℹ No downloads are needed
## ✔ 1 pkg + 204 deps: kept 186 [8.6s]

Note

You may need to install the pak package first. pak is a “Fresh Approach to R Package Installation”. You can install it by running:

install.packages("pak")