Skip to content

Commit

Permalink
Update 6 packages (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: zkamvar <[email protected]>
  • Loading branch information
carpentries-bot and zkamvar authored Nov 5, 2024
1 parent ca49996 commit 757d69b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
10 changes: 4 additions & 6 deletions renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.0.9"
version <- "1.0.11"
attr(version, "sha") <- NULL

# the project directory
Expand Down Expand Up @@ -368,8 +368,7 @@ local({
quiet = TRUE
)

if ("headers" %in% names(formals(utils::download.file)))
{
if ("headers" %in% names(formals(utils::download.file))) {
headers <- renv_bootstrap_download_custom_headers(url)
if (length(headers) && is.character(headers))
args$headers <- headers
Expand Down Expand Up @@ -457,9 +456,8 @@ local({

# add custom headers if available -- note that
# utils::available.packages() will pass this to download.file()
if ("headers" %in% names(formals(utils::download.file)))
{
headers <- renv_bootstrap_download_custom_headers(url)
if ("headers" %in% names(formals(utils::download.file))) {
headers <- renv_bootstrap_download_custom_headers(repos)
if (length(headers) && is.character(headers))
args$headers <- headers
}
Expand Down
24 changes: 12 additions & 12 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
},
"evaluate": {
"Package": "evaluate",
"Version": "1.0.0",
"Version": "1.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "6b567375113ceb7d9f800de4dd42218e"
"Hash": "3fd29944b231036ad67c3edb32e02201"
},
"fastmap": {
"Package": "fastmap",
Expand All @@ -123,14 +123,14 @@
},
"fs": {
"Package": "fs",
"Version": "1.6.4",
"Version": "1.6.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"methods"
],
"Hash": "15aeb8c27f5ea5161f9f6a641fafd93a"
"Hash": "7f48af39fa27711ea5fbd183b399920d"
},
"glue": {
"Package": "glue",
Expand Down Expand Up @@ -252,13 +252,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.9",
"Version": "1.0.11",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "ef233f0e9064fc88c898b340c9add5c2"
"Hash": "47623f66b4e80b3b0587bc5d7b309888"
},
"rlang": {
"Package": "rlang",
Expand All @@ -273,7 +273,7 @@
},
"rmarkdown": {
"Package": "rmarkdown",
"Version": "2.28",
"Version": "2.29",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -292,7 +292,7 @@
"xfun",
"yaml"
],
"Hash": "062470668513dcda416927085ee9bdc7"
"Hash": "df99277f63d01c34e95e3d2f06a79736"
},
"sass": {
"Package": "sass",
Expand All @@ -310,17 +310,17 @@
},
"tinytex": {
"Package": "tinytex",
"Version": "0.53",
"Version": "0.54",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"xfun"
],
"Hash": "9db859e8aabbb474293dde3097839420"
"Hash": "3ec7e3ddcacc2d34a9046941222bf94d"
},
"xfun": {
"Package": "xfun",
"Version": "0.47",
"Version": "0.49",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -329,7 +329,7 @@
"stats",
"tools"
],
"Hash": "36ab21660e2d095fef0d83f689e0477c"
"Hash": "8687398773806cfff9401a2feca96298"
},
"yaml": {
"Package": "yaml",
Expand Down

0 comments on commit 757d69b

Please sign in to comment.