Package: renv Type: Package Title: Project Environments Version: 0.17.0-38 Authors@R: c( person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE URL: https://rstudio.github.io/renv/ BugReports: https://github.com/rstudio/renv/issues Imports: utils Suggests: BiocManager, cli, covr, devtools, jsonlite, knitr, miniUI, packrat, pak, R6, remotes, reticulate, rmarkdown, rstudioapi, shiny, testthat, uuid, yaml Encoding: UTF-8 RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Repository: https://carpentries.r-universe.dev Date/Publication: 2023-03-09 17:41:50 UTC RemoteUrl: https://github.com/rstudio/renv RemoteRef: 0.17.0-38 RemoteSha: fd9181395e13652d2b3dc942ac1bf807e9564c25 NeedsCompilation: no Packaged: 2026-06-09 08:06:37 UTC; root Author: Kevin Ushey [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Kevin Ushey