Skip to content

Commit

Permalink
added renv stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
boopsboops committed Jan 6, 2021
1 parent ef07fb4 commit a961cbd
Show file tree
Hide file tree
Showing 3 changed files with 442 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")
41 changes: 41 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"R": {
"Version": "4.0.3",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://cloud.r-project.org"
}
]
},
"Packages": {
"magrittr": {
"Package": "magrittr",
"Version": "2.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "41287f1ac7d28a92f0a286ed507928d3"
},
"purrr": {
"Package": "purrr",
"Version": "0.3.4",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "97def703420c8ab10d8f0e6c72101e02"
},
"renv": {
"Package": "renv",
"Version": "0.12.3",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "b5510c50c7f31d453c385c7b460af2b9"
},
"rlang": {
"Package": "rlang",
"Version": "0.4.10",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "599df23c40a4fce9c7b4764f28c37857"
}
}
}
Loading

0 comments on commit a961cbd

Please sign in to comment.