Skip to contents

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

  1. 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")
  1. Switch to the new baseproject using the Rstudio project chooser.

  2. Initialize a new project in the same projects directory:

blaseRtemplates::initialize_project(path = "../project_name")