Skip to content

Commit

Permalink
Use renv
Browse files Browse the repository at this point in the history
Include yaml package explicitly as it is needed for parsing dependencies in qmd files
  • Loading branch information
NeuroShepherd committed May 31, 2024
1 parent 9752c37 commit d6c554f
Show file tree
Hide file tree
Showing 5 changed files with 1,275 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
28 changes: 28 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"R": {
"Version": "4.4.0",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://packagemanager.posit.co/cran/latest"
}
]
},
"Packages": {
"renv": {
"Package": "renv",
"Version": "1.0.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "397b7b2a265bc5a7a06852524dabae20"
},
"yaml": {
"Package": "yaml",
"Version": "2.3.8",
"Source": "Repository"
}
}
}
7 changes: 7 additions & 0 deletions renv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
library/
local/
cellar/
lock/
python/
sandbox/
staging/
Loading

0 comments on commit d6c554f

Please sign in to comment.