Skip to content

BenaroyaResearch/archr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArchR Environment Setup

alt text

Requires R version 4.4.2.

This repo provides an renv.lock file with all the packages needed to run ArchR.

Setup

  1. Create a new project directory and open an R console in it.

  2. Download the lock file:

    download.file(
      url = "https://github.com/BenaroyaResearch/archr/main/renv.lock",
      destfile = "renv.lock"
    )
  3. Initialize the environment:

    renv::init()

    When prompted, select option 1 ("Restore the project from the lockfile.") to install all packages.

  4. Restart your R session when installation completes.

Note: You may see a warning that the project is "out-of-sync." This is expected — it simply means you haven't written any R code that references ArchR yet. You can safely ignore it.

About

Containerized ArchR package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors