inst/doc/package-sources.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(renv)

## ----eval = FALSE-------------------------------------------------------------
#  # use the latest-available Bioconductor release
#  renv::init(bioconductor = TRUE)
#  
#  # use a specific version of Bioconductor
#  renv::init(bioconductor = "3.14")

## ----eval = FALSE-------------------------------------------------------------
#  renv::settings$bioconductor.version("3.14")

## ----eval = FALSE-------------------------------------------------------------
#  options(renv.bioconductor.repos = c(...))

## ----eval=FALSE---------------------------------------------------------------
#  renv:::renv_paths_cellar()

Try the renv package in your browser

Any scripts or data that you put into this service are public.

renv documentation built on Sept. 19, 2023, 9:06 a.m.