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

Examples: "4.4.3"
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

Examples: "3.18"
Python object

Version of Python used in the project

3 nested properties
Name string required

Path to the Python environment

Examples: ".venv", "./renv/python/virtualenvs/renv-python-3.10"
Type string required

Type of Python environment

Examples: "virtualenv"
Version string required

Version of Python required

Examples: "3.10.12", "3.9.0"