Skip to content

Commit

Permalink
updated package renv
Browse files Browse the repository at this point in the history
  • Loading branch information
gperrett committed Jul 18, 2023
1 parent a4d4dd3 commit c51fe17
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions thinkCausal/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1428,10 +1428,10 @@
},
"renv": {
"Package": "renv",
"Version": "0.15.5",
"Version": "1.0.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "6a38294e7d12f5d8e656b08c5bd8ae34",
"Hash": "c321cd99d56443dbffd1c9e673c0c1a2",
"Requirements": []
},
"reshape": {
Expand Down
1 change: 1 addition & 0 deletions thinkCausal/renv/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sandbox/
library/
local/
cellar/
Expand Down
2 changes: 1 addition & 1 deletion thinkCausal/renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "0.15.5"
version <- "1.0.0"

# the project directory
project <- getwd()
Expand Down
19 changes: 19 additions & 0 deletions thinkCausal/renv/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"bioconductor.version": [],
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
"Imports",
"Depends",
"LinkingTo"
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
"r.version": [],
"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 c51fe17

Please sign in to comment.