Skip to content

Commit 20ac4f8

Browse files
authored
Merge pull request #208 from carpentries/update/packages
Update 6 packages
2 parents 858edc6 + de38eaf commit 20ac4f8

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

renv/activate.R

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.0.9"
5+
version <- "1.0.11"
66
attr(version, "sha") <- NULL
77

88
# the project directory
@@ -368,8 +368,7 @@ local({
368368
quiet = TRUE
369369
)
370370

371-
if ("headers" %in% names(formals(utils::download.file)))
372-
{
371+
if ("headers" %in% names(formals(utils::download.file))) {
373372
headers <- renv_bootstrap_download_custom_headers(url)
374373
if (length(headers) && is.character(headers))
375374
args$headers <- headers
@@ -457,9 +456,8 @@ local({
457456

458457
# add custom headers if available -- note that
459458
# 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)
463461
if (length(headers) && is.character(headers))
464462
args$headers <- headers
465463
}

renv/profiles/lesson-requirements/renv.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@
9494
},
9595
"evaluate": {
9696
"Package": "evaluate",
97-
"Version": "1.0.0",
97+
"Version": "1.0.1",
9898
"Source": "Repository",
9999
"Repository": "CRAN",
100100
"Requirements": [
101101
"R"
102102
],
103-
"Hash": "6b567375113ceb7d9f800de4dd42218e"
103+
"Hash": "3fd29944b231036ad67c3edb32e02201"
104104
},
105105
"fastmap": {
106106
"Package": "fastmap",
@@ -123,14 +123,14 @@
123123
},
124124
"fs": {
125125
"Package": "fs",
126-
"Version": "1.6.4",
126+
"Version": "1.6.5",
127127
"Source": "Repository",
128128
"Repository": "CRAN",
129129
"Requirements": [
130130
"R",
131131
"methods"
132132
],
133-
"Hash": "15aeb8c27f5ea5161f9f6a641fafd93a"
133+
"Hash": "7f48af39fa27711ea5fbd183b399920d"
134134
},
135135
"glue": {
136136
"Package": "glue",
@@ -252,13 +252,13 @@
252252
},
253253
"renv": {
254254
"Package": "renv",
255-
"Version": "1.0.9",
255+
"Version": "1.0.11",
256256
"Source": "Repository",
257257
"Repository": "CRAN",
258258
"Requirements": [
259259
"utils"
260260
],
261-
"Hash": "ef233f0e9064fc88c898b340c9add5c2"
261+
"Hash": "47623f66b4e80b3b0587bc5d7b309888"
262262
},
263263
"rlang": {
264264
"Package": "rlang",
@@ -273,7 +273,7 @@
273273
},
274274
"rmarkdown": {
275275
"Package": "rmarkdown",
276-
"Version": "2.28",
276+
"Version": "2.29",
277277
"Source": "Repository",
278278
"Repository": "CRAN",
279279
"Requirements": [
@@ -292,7 +292,7 @@
292292
"xfun",
293293
"yaml"
294294
],
295-
"Hash": "062470668513dcda416927085ee9bdc7"
295+
"Hash": "df99277f63d01c34e95e3d2f06a79736"
296296
},
297297
"sass": {
298298
"Package": "sass",
@@ -310,17 +310,17 @@
310310
},
311311
"tinytex": {
312312
"Package": "tinytex",
313-
"Version": "0.53",
313+
"Version": "0.54",
314314
"Source": "Repository",
315315
"Repository": "CRAN",
316316
"Requirements": [
317317
"xfun"
318318
],
319-
"Hash": "9db859e8aabbb474293dde3097839420"
319+
"Hash": "3ec7e3ddcacc2d34a9046941222bf94d"
320320
},
321321
"xfun": {
322322
"Package": "xfun",
323-
"Version": "0.47",
323+
"Version": "0.49",
324324
"Source": "Repository",
325325
"Repository": "CRAN",
326326
"Requirements": [
@@ -329,7 +329,7 @@
329329
"stats",
330330
"tools"
331331
],
332-
"Hash": "36ab21660e2d095fef0d83f689e0477c"
332+
"Hash": "8687398773806cfff9401a2feca96298"
333333
},
334334
"yaml": {
335335
"Package": "yaml",

0 commit comments

Comments
 (0)