|
| 1 | +{ |
| 2 | + "R": { |
| 3 | + "Version": "4.5.0", |
| 4 | + "Repositories": [ |
| 5 | + { |
| 6 | + "Name": "CRAN", |
| 7 | + "URL": "https://cloud.r-project.org" |
| 8 | + } |
| 9 | + ] |
| 10 | + }, |
| 11 | + "Packages": { |
| 12 | + "renv": { |
| 13 | + "Package": "renv", |
| 14 | + "Version": "1.1.4", |
| 15 | + "Source": "Repository", |
| 16 | + "Type": "Package", |
| 17 | + "Title": "Project Environments", |
| 18 | + "Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 19 | + "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.", |
| 20 | + "License": "MIT + file LICENSE", |
| 21 | + "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv", |
| 22 | + "BugReports": "https://github.com/rstudio/renv/issues", |
| 23 | + "Imports": [ |
| 24 | + "utils" |
| 25 | + ], |
| 26 | + "Suggests": [ |
| 27 | + "BiocManager", |
| 28 | + "cli", |
| 29 | + "compiler", |
| 30 | + "covr", |
| 31 | + "cpp11", |
| 32 | + "devtools", |
| 33 | + "gitcreds", |
| 34 | + "jsonlite", |
| 35 | + "jsonvalidate", |
| 36 | + "knitr", |
| 37 | + "miniUI", |
| 38 | + "modules", |
| 39 | + "packrat", |
| 40 | + "pak", |
| 41 | + "R6", |
| 42 | + "remotes", |
| 43 | + "reticulate", |
| 44 | + "rmarkdown", |
| 45 | + "rstudioapi", |
| 46 | + "shiny", |
| 47 | + "testthat", |
| 48 | + "uuid", |
| 49 | + "waldo", |
| 50 | + "yaml", |
| 51 | + "webfakes" |
| 52 | + ], |
| 53 | + "Encoding": "UTF-8", |
| 54 | + "RoxygenNote": "7.3.2", |
| 55 | + "VignetteBuilder": "knitr", |
| 56 | + "Config/Needs/website": "tidyverse/tidytemplate", |
| 57 | + "Config/testthat/edition": "3", |
| 58 | + "Config/testthat/parallel": "true", |
| 59 | + "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", |
| 60 | + "NeedsCompilation": "no", |
| 61 | + "Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", |
| 62 | + "Maintainer": "Kevin Ushey <kevin@rstudio.com>", |
| 63 | + "Repository": "CRAN" |
| 64 | + } |
| 65 | + } |
| 66 | +} |
0 commit comments