File tree Expand file tree Collapse file tree 4 files changed +10
-37
lines changed Expand file tree Collapse file tree 4 files changed +10
-37
lines changed Original file line number Diff line number Diff line change 1
1
RENV_CONFIG_AUTO_SNAPSHOT = TRUE
2
2
RENV_CONFIG_SANDBOX_ENABLED = FALSE
3
3
RENV_CONFIG_PAK_ENABLED = FALSE
4
+ RENV_CONFIG_PPM_ENABLE = TRUE
5
+ RENV_CONIFG_PPM_DEFAULT = TRUE
Original file line number Diff line number Diff line change 2
2
"R": {
3
3
"Version": "4.3.2",
4
4
"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
- },
25
5
{
26
6
"Name": "CRAN",
27
- "URL": "https://cran.rstudio.com "
7
+ "URL": "https://cloud.r-project.org "
28
8
}
29
9
]
30
10
},
782
762
},
783
763
"estimability": {
784
764
"Package": "estimability",
785
- "Version": "1.5 ",
765
+ "Version": "1.4.1 ",
786
766
"Source": "Repository",
787
- "Repository": "CRAN ",
767
+ "Repository": "RSPM ",
788
768
"Requirements": [
789
- "R",
790
769
"stats"
791
770
],
792
- "Hash": "0d5f495f1edc281fca2510d8dabcba0f "
771
+ "Hash": "1a78288c1188772070240b89ffe33579 "
793
772
},
794
773
"evaluate": {
795
774
"Package": "evaluate",
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "bioconductor.version" : [] ,
2
+ "bioconductor.version" : null ,
3
3
"external.libraries" : [],
4
4
"ignored.packages" : [],
5
5
"package.dependency.fields" : [
6
6
" Imports" ,
7
7
" Depends" ,
8
8
" LinkingTo"
9
9
],
10
- "r.version" : [],
10
+ "ppm.enabled" : null ,
11
+ "ppm.ignored.urls" : [],
12
+ "r.version" : null ,
11
13
"snapshot.type" : " implicit" ,
12
14
"use.cache" : true ,
13
15
"vcs.ignore.cellar" : true ,
You can’t perform that action at this time.
0 commit comments