Skip to content

averissimo/depository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depository

A CRAN-like package repository for previously released R packages originating from this organization.

⚠️ Note: This repository is a temporary solution and a placeholder for packages that have not been published to CRAN yet. All of these packages will eventually be published to CRAN. Also, the latest development versions of these packages are available on the Pharmaverse r-universe repository.

Usage

The following releases are available in this repository:

Set the repository options in R to point to a specific release in this repository:

# Assuming you want to use the 2022_10_13 release
release_date <- "2022_10_13"
options(
    repos = c(
        insightsengineering = paste0(
            "https://insightsengineering.github.io/depository/",
            release_date
        ),
        CRAN = "https://cloud.r-project.org/"
    )
)

Next, assuming you want to install the teal package, simply run this in the R session:

install.packages("teal")

How was this repository created?

Pre-built versions of the releases were added to the corresponding release directory, and the following command was run in R to create a repository.

tools::write_PACKAGES()

How does this work, exactly?

This repository uses Github Pages to serve packages.

About

A depository for previously released R packages stemming from this organization.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%