renv really is a love/hate relationship

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-10-10 14:18:03 +02:00
parent 6434165e20
commit b955a96b61
No known key found for this signature in database
5 changed files with 0 additions and 2359 deletions

View File

@ -1,10 +0,0 @@
options(
renv.settings.snapshot.type = "explicit",
renv.config.auto.snapshot = TRUE,
renv.config.pak.enabled = TRUE
)
source("renv/activate.R")
if (interactive()) {
suppressMessages(require(usethis))
}

1016
renv.lock

File diff suppressed because it is too large Load Diff

7
renv/.gitignore vendored
View File

@ -1,7 +0,0 @@
library/
local/
cellar/
lock/
python/
sandbox/
staging/

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +0,0 @@
{
"bioconductor.version": null,
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
"Imports",
"Depends",
"LinkingTo"
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
"r.version": null,
"snapshot.type": "explicit",
"use.cache": true,
"vcs.ignore.cellar": true,
"vcs.ignore.library": true,
"vcs.ignore.local": true,
"vcs.manage.ignores": true
}