Skip to content

Commit

Permalink
Add R env for preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Sep 18, 2024
1 parent a492e0b commit a564313
Show file tree
Hide file tree
Showing 5 changed files with 1,347 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")
100 changes: 100 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"R": {
"Version": "4.2.1",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://mirror.accum.se/mirror/CRAN"
}
]
},
"Packages": {
"IRdisplay": {
"Package": "IRdisplay",
"Version": "1.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"methods",
"repr"
],
"Hash": "5ea7862cfcd8b146f233ed1ac9fb8eda"
},
"IRkernel": {
"Package": "IRkernel",
"Version": "1.3.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"IRdisplay",
"R",
"crayon",
"digest",
"evaluate",
"jsonlite",
"methods",
"pbdZMQ",
"repr",
"uuid"
],
"Hash": "e57f593112825c91949debb0da1d45d6"
},
"evaluate": {
"Package": "evaluate",
"Version": "1.0.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "6b567375113ceb7d9f800de4dd42218e"
},
"pbdZMQ": {
"Package": "pbdZMQ",
"Version": "0.3-13",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "f7d3cf3925293948336b50ec63705df7"
},
"renv": {
"Package": "renv",
"Version": "1.0.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "397b7b2a265bc5a7a06852524dabae20"
},
"repr": {
"Package": "repr",
"Version": "1.1.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"base64enc",
"grDevices",
"htmltools",
"jsonlite",
"pillar",
"utils"
],
"Hash": "1393acc49816f4fe143d87fb33e75631"
},
"uuid": {
"Package": "uuid",
"Version": "1.2-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "34e965e62a41fcafb1ca60e9b142085b"
}
}
}
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 a564313

Please sign in to comment.