Compare commits
No commits in common. "63592bd8e69506232a95aa66d0cdaf6ad4fad756" and "30f4a57d3ea291bded79ba25fd1b2ea997291367" have entirely different histories.
63592bd8e6
...
30f4a57d3e
3 changed files with 0 additions and 70 deletions
|
@ -1 +0,0 @@
|
||||||
source("renv/activate.R")
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -49,6 +49,3 @@ po/*~
|
||||||
# RStudio Connect folder
|
# RStudio Connect folder
|
||||||
rsconnect/
|
rsconnect/
|
||||||
|
|
||||||
|
|
||||||
# Renv folder does not need to be commited to git, only lock file to rebuild on another computer
|
|
||||||
renv/
|
|
66
renv.lock
66
renv.lock
|
@ -1,66 +0,0 @@
|
||||||
{
|
|
||||||
"R": {
|
|
||||||
"Version": "4.4.2",
|
|
||||||
"Repositories": [
|
|
||||||
{
|
|
||||||
"Name": "CRAN",
|
|
||||||
"URL": "https://cloud.r-project.org"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Packages": {
|
|
||||||
"renv": {
|
|
||||||
"Package": "renv",
|
|
||||||
"Version": "1.1.0",
|
|
||||||
"Source": "Repository",
|
|
||||||
"Type": "Package",
|
|
||||||
"Title": "Project Environments",
|
|
||||||
"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\")) )",
|
|
||||||
"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/, https://github.com/rstudio/renv",
|
|
||||||
"BugReports": "https://github.com/rstudio/renv/issues",
|
|
||||||
"Imports": [
|
|
||||||
"utils"
|
|
||||||
],
|
|
||||||
"Suggests": [
|
|
||||||
"BiocManager",
|
|
||||||
"cli",
|
|
||||||
"compiler",
|
|
||||||
"covr",
|
|
||||||
"cpp11",
|
|
||||||
"devtools",
|
|
||||||
"gitcreds",
|
|
||||||
"jsonlite",
|
|
||||||
"jsonvalidate",
|
|
||||||
"knitr",
|
|
||||||
"miniUI",
|
|
||||||
"modules",
|
|
||||||
"packrat",
|
|
||||||
"pak",
|
|
||||||
"R6",
|
|
||||||
"remotes",
|
|
||||||
"reticulate",
|
|
||||||
"rmarkdown",
|
|
||||||
"rstudioapi",
|
|
||||||
"shiny",
|
|
||||||
"testthat",
|
|
||||||
"uuid",
|
|
||||||
"waldo",
|
|
||||||
"yaml",
|
|
||||||
"webfakes"
|
|
||||||
],
|
|
||||||
"Encoding": "UTF-8",
|
|
||||||
"RoxygenNote": "7.3.2",
|
|
||||||
"VignetteBuilder": "knitr",
|
|
||||||
"Config/Needs/website": "tidyverse/tidytemplate",
|
|
||||||
"Config/testthat/edition": "3",
|
|
||||||
"Config/testthat/parallel": "true",
|
|
||||||
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
|
|
||||||
"NeedsCompilation": "no",
|
|
||||||
"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]",
|
|
||||||
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
|
|
||||||
"Repository": "CRAN"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue