renv.lock
Lockfile for recording R project dependencies with renv package
| Type | object |
|---|---|
| File match |
renv.lock
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/renv-lock/latest.json |
| Source | https://raw.githubusercontent.com/rstudio/renv/refs/heads/main/inst/schema/draft-07.renv.lock.schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
A schema for renv.lock files generated by the R package {renv}
Properties
R
object
required
Version of R used in the project
2 nested properties
Version
string
required
The version of R used
Repositories
object[]
required
The R repositories used in this project
Packages
Record<string, object>
required
Packages required by the R project
Bioconductor
object
Bioconductor release used in the project
1 nested properties
Version
string
required
Release of Bioconductor
Python
object
Version of Python used in the project
3 nested properties
Name
string
required
Path to the Python environment
Type
string
required
Type of Python environment
Version
string
required
Version of Python required