Skip to content

Commit 5fbd05b

Browse files
committed
Re initialising renv
1 parent 4ca75ed commit 5fbd05b

File tree

4 files changed

+10
-37
lines changed

4 files changed

+10
-37
lines changed

.Renviron

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
RENV_CONFIG_AUTO_SNAPSHOT = TRUE
22
RENV_CONFIG_SANDBOX_ENABLED = FALSE
33
RENV_CONFIG_PAK_ENABLED = FALSE
4+
RENV_CONFIG_PPM_ENABLE = TRUE
5+
RENV_CONIFG_PPM_DEFAULT = TRUE

renv.lock

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,9 @@
22
"R": {
33
"Version": "4.3.2",
44
"Repositories": [
5-
{
6-
"Name": "BioCsoft",
7-
"URL": "https://bioconductor.org/packages/3.18/bioc"
8-
},
9-
{
10-
"Name": "BioCann",
11-
"URL": "https://bioconductor.org/packages/3.18/data/annotation"
12-
},
13-
{
14-
"Name": "BioCexp",
15-
"URL": "https://bioconductor.org/packages/3.18/data/experiment"
16-
},
17-
{
18-
"Name": "BioCworkflows",
19-
"URL": "https://bioconductor.org/packages/3.18/workflows"
20-
},
21-
{
22-
"Name": "BioCbooks",
23-
"URL": "https://bioconductor.org/packages/3.18/books"
24-
},
255
{
266
"Name": "CRAN",
27-
"URL": "https://cran.rstudio.com"
7+
"URL": "https://cloud.r-project.org"
288
}
299
]
3010
},
@@ -782,14 +762,13 @@
782762
},
783763
"estimability": {
784764
"Package": "estimability",
785-
"Version": "1.5",
765+
"Version": "1.4.1",
786766
"Source": "Repository",
787-
"Repository": "CRAN",
767+
"Repository": "RSPM",
788768
"Requirements": [
789-
"R",
790769
"stats"
791770
],
792-
"Hash": "0d5f495f1edc281fca2510d8dabcba0f"
771+
"Hash": "1a78288c1188772070240b89ffe33579"
793772
},
794773
"evaluate": {
795774
"Package": "evaluate",

renv/settings.dcf

Lines changed: 0 additions & 10 deletions
This file was deleted.

renv/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"bioconductor.version": [],
2+
"bioconductor.version": null,
33
"external.libraries": [],
44
"ignored.packages": [],
55
"package.dependency.fields": [
66
"Imports",
77
"Depends",
88
"LinkingTo"
99
],
10-
"r.version": [],
10+
"ppm.enabled": null,
11+
"ppm.ignored.urls": [],
12+
"r.version": null,
1113
"snapshot.type": "implicit",
1214
"use.cache": true,
1315
"vcs.ignore.cellar": true,

0 commit comments

Comments
 (0)