Skip to content

insightsengineering/depository

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 and all the latest stable versions of these packages are available on the Inisights Engineering 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.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages