File tree 2 files changed +16
-18
lines changed
profiles/lesson-requirements
2 files changed +16
-18
lines changed 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.9 "
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
}
Original file line number Diff line number Diff line change 94
94
},
95
95
"evaluate": {
96
96
"Package": "evaluate",
97
- "Version": "1.0.0 ",
97
+ "Version": "1.0.1 ",
98
98
"Source": "Repository",
99
99
"Repository": "CRAN",
100
100
"Requirements": [
101
101
"R"
102
102
],
103
- "Hash": "6b567375113ceb7d9f800de4dd42218e "
103
+ "Hash": "3fd29944b231036ad67c3edb32e02201 "
104
104
},
105
105
"fastmap": {
106
106
"Package": "fastmap",
123
123
},
124
124
"fs": {
125
125
"Package": "fs",
126
- "Version": "1.6.4 ",
126
+ "Version": "1.6.5 ",
127
127
"Source": "Repository",
128
128
"Repository": "CRAN",
129
129
"Requirements": [
130
130
"R",
131
131
"methods"
132
132
],
133
- "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a "
133
+ "Hash": "7f48af39fa27711ea5fbd183b399920d "
134
134
},
135
135
"glue": {
136
136
"Package": "glue",
252
252
},
253
253
"renv": {
254
254
"Package": "renv",
255
- "Version": "1.0.9 ",
255
+ "Version": "1.0.11 ",
256
256
"Source": "Repository",
257
257
"Repository": "CRAN",
258
258
"Requirements": [
259
259
"utils"
260
260
],
261
- "Hash": "ef233f0e9064fc88c898b340c9add5c2 "
261
+ "Hash": "47623f66b4e80b3b0587bc5d7b309888 "
262
262
},
263
263
"rlang": {
264
264
"Package": "rlang",
273
273
},
274
274
"rmarkdown": {
275
275
"Package": "rmarkdown",
276
- "Version": "2.28 ",
276
+ "Version": "2.29 ",
277
277
"Source": "Repository",
278
278
"Repository": "CRAN",
279
279
"Requirements": [
292
292
"xfun",
293
293
"yaml"
294
294
],
295
- "Hash": "062470668513dcda416927085ee9bdc7 "
295
+ "Hash": "df99277f63d01c34e95e3d2f06a79736 "
296
296
},
297
297
"sass": {
298
298
"Package": "sass",
310
310
},
311
311
"tinytex": {
312
312
"Package": "tinytex",
313
- "Version": "0.53 ",
313
+ "Version": "0.54 ",
314
314
"Source": "Repository",
315
315
"Repository": "CRAN",
316
316
"Requirements": [
317
317
"xfun"
318
318
],
319
- "Hash": "9db859e8aabbb474293dde3097839420 "
319
+ "Hash": "3ec7e3ddcacc2d34a9046941222bf94d "
320
320
},
321
321
"xfun": {
322
322
"Package": "xfun",
323
- "Version": "0.47 ",
323
+ "Version": "0.49 ",
324
324
"Source": "Repository",
325
325
"Repository": "CRAN",
326
326
"Requirements": [
329
329
"stats",
330
330
"tools"
331
331
],
332
- "Hash": "36ab21660e2d095fef0d83f689e0477c "
332
+ "Hash": "8687398773806cfff9401a2feca96298 "
333
333
},
334
334
"yaml": {
335
335
"Package": "yaml",
You can’t perform that action at this time.
0 commit comments