Skip to content

Commit

Permalink
Updating renv and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Oct 19, 2023
1 parent 6a490ff commit afd82e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
local({

# the requested version of renv
version <- ..version..
attr(version, "sha") <- ..sha..
version <- "1.0.3"
attr(version, "sha") <- NULL

# the project directory
project <- getwd()
Expand Down
19 changes: 19 additions & 0 deletions renv/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"bioconductor.version": null,
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
"Imports",
"Depends",
"LinkingTo"
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
"r.version": null,
"snapshot.type": "implicit",
"use.cache": true,
"vcs.ignore.cellar": true,
"vcs.ignore.library": true,
"vcs.ignore.local": true,
"vcs.manage.ignores": true
}

0 comments on commit afd82e0

Please sign in to comment.