File tree 2 files changed +14
-16
lines changed
2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"R": {
3
- "Version": "4.4.1 ",
3
+ "Version": "4.4.2 ",
4
4
"Repositories": [
5
5
{
6
6
"Name": "RSPM",
7
- "URL": "https://packagemanager.posit.co/cran/2024-10-11 "
7
+ "URL": "https://packagemanager.posit.co/cran/2024-10-29 "
8
8
}
9
9
]
10
10
},
349
349
},
350
350
"pkgbuild": {
351
351
"Package": "pkgbuild",
352
- "Version": "1.4.4 ",
352
+ "Version": "1.4.5 ",
353
353
"Source": "Repository",
354
354
"Repository": "RSPM",
355
355
"Requirements": [
360
360
"desc",
361
361
"processx"
362
362
],
363
- "Hash": "a29e8e134a460a01e0ca67a4763c595b "
363
+ "Hash": "30eaaab94db72652e72e3475c1b55278 "
364
364
},
365
365
"pkgload": {
366
366
"Package": "pkgload",
399
399
},
400
400
"ps": {
401
401
"Package": "ps",
402
- "Version": "1.8.0 ",
402
+ "Version": "1.8.1 ",
403
403
"Source": "Repository",
404
404
"Repository": "RSPM",
405
405
"Requirements": [
406
406
"R",
407
407
"utils"
408
408
],
409
- "Hash": "4b9c8485b0c7eecdf0a9ba5132a45576 "
409
+ "Hash": "b4404b1de13758dea1c0484ad0d48563 "
410
410
},
411
411
"purrr": {
412
412
"Package": "purrr",
439
439
},
440
440
"renv": {
441
441
"Package": "renv",
442
- "Version": "1.0.10 ",
442
+ "Version": "1.0.11 ",
443
443
"Source": "Repository",
444
444
"Repository": "RSPM",
445
445
"Requirements": [
446
446
"utils"
447
447
],
448
- "Hash": "d0387d5687ec933dd7587efd4cfa2d85 "
448
+ "Hash": "47623f66b4e80b3b0587bc5d7b309888 "
449
449
},
450
450
"rex": {
451
451
"Package": "rex",
582
582
},
583
583
"withr": {
584
584
"Package": "withr",
585
- "Version": "3.0.1 ",
585
+ "Version": "3.0.2 ",
586
586
"Source": "Repository",
587
587
"Repository": "RSPM",
588
588
"Requirements": [
589
589
"R",
590
590
"grDevices",
591
591
"graphics"
592
592
],
593
- "Hash": "07909200e8bbe90426fbfeb73e1e27aa "
593
+ "Hash": "cc2d62c76458d425210d1eb1478b30b4 "
594
594
},
595
595
"xfun": {
596
596
"Package": "xfun",
Original file line number Diff line number Diff line change 2
2
local({
3
3
4
4
# the requested version of renv
5
- version <- " 1.0.10 "
5
+ version <- " 1.0.11 "
6
6
attr(version , " sha" ) <- NULL
7
7
8
8
# the project directory
@@ -368,8 +368,7 @@ local({
368
368
quiet = TRUE
369
369
)
370
370
371
- if (" headers" %in% names(formals(utils :: download.file )))
372
- {
371
+ if (" headers" %in% names(formals(utils :: download.file ))) {
373
372
headers <- renv_bootstrap_download_custom_headers(url )
374
373
if (length(headers ) && is.character(headers ))
375
374
args $ headers <- headers
@@ -457,9 +456,8 @@ local({
457
456
458
457
# add custom headers if available -- note that
459
458
# utils::available.packages() will pass this to download.file()
460
- if (" headers" %in% names(formals(utils :: download.file )))
461
- {
462
- headers <- renv_bootstrap_download_custom_headers(url )
459
+ if (" headers" %in% names(formals(utils :: download.file ))) {
460
+ headers <- renv_bootstrap_download_custom_headers(repos )
463
461
if (length(headers ) && is.character(headers ))
464
462
args $ headers <- headers
465
463
}
You can’t perform that action at this time.
0 commit comments