Source: r-cran-renv Standards-Version: 4.7.3 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, architecture-is-64-bit, architecture-is-little-endian, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-renv Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-renv.git Homepage: https://cran.r-project.org/package=renv Rules-Requires-Root: no Package: r-cran-renv Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, git, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: Project Environments A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.