Installation
blaseRtemplates is available on our R-Universe repository.
You can install the latest version of blaseRtemplates like so:
install.packages('blaseRtemplates', repos = c('https://blaserlab.r-universe.dev', 'https://cloud.r-project.org'))
Linux, mac and windows-compatible versions are available.
Quick-Start Guide
- Establish a new installation of the blaseRtemplates directory structure.
- will also modify the user-level .Renviron file
blaseRtemplates::establish_new_bt(cache_path = "<path/to/directory>/cache_r_4_2",
project_path = "<path/to/directory>/projects")
Switch to the new baseproject using the Rstudio project chooser.
Initialize a new project in the same projects directory:
blaseRtemplates::initialize_project(path = "../project_name")