Skip to content

Commit

Permalink
[actions] update 20 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored Jan 7, 2025
1 parent 2d1e9a9 commit e578f0e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 46 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
80 changes: 40 additions & 40 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.1",
"Version": "4.4.2",
"Repositories": [
{
"Name": "carpentries",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"MASS": {
"Package": "MASS",
"Version": "7.3-61",
"Version": "7.3-64",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -58,11 +58,11 @@
"stats",
"utils"
],
"Hash": "0cafd6f0500e5deba33be22c46bf6055"
"Hash": "49d2d8090b74c1179df1aff16201caf8"
},
"Matrix": {
"Package": "Matrix",
"Version": "1.7-0",
"Version": "1.7-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -75,7 +75,7 @@
"stats",
"utils"
],
"Hash": "1920b2f11133b12350024297d8a4ff4a"
"Hash": "5122bb14d8736372411f955e1b16bc8a"
},
"R6": {
"Package": "R6",
Expand All @@ -99,14 +99,14 @@
},
"Rcpp": {
"Package": "Rcpp",
"Version": "1.0.13",
"Version": "1.0.13-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"methods",
"utils"
],
"Hash": "f27411eb6d9c3dada5edd444b8416675"
"Hash": "6b868847b365672d6c1677b1608da9ed"
},
"base64enc": {
"Package": "base64enc",
Expand All @@ -120,13 +120,13 @@
},
"bit": {
"Package": "bit",
"Version": "4.5.0",
"Version": "4.5.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "5dc7b2677d65d0e874fc4aaf0e879987"
"Hash": "f89f074e0e49bf1dbe3eba0a15a91476"
},
"bit64": {
"Package": "bit64",
Expand Down Expand Up @@ -212,13 +212,13 @@
},
"cpp11": {
"Package": "cpp11",
"Version": "0.5.0",
"Version": "0.5.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "91570bba75d0c9d3f1040c835cee8fba"
"Hash": "9df43854f1c84685d095ed6270b52387"
},
"crayon": {
"Package": "crayon",
Expand Down Expand Up @@ -268,13 +268,13 @@
},
"evaluate": {
"Package": "evaluate",
"Version": "1.0.0",
"Version": "1.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "6b567375113ceb7d9f800de4dd42218e"
"Hash": "3fd29944b231036ad67c3edb32e02201"
},
"fansi": {
"Package": "fansi",
Expand Down Expand Up @@ -304,26 +304,26 @@
},
"fontawesome": {
"Package": "fontawesome",
"Version": "0.5.2",
"Version": "0.5.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"htmltools",
"rlang"
],
"Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d"
"Hash": "bd1297f9b5b1fc1372d19e2c4cd82215"
},
"fs": {
"Package": "fs",
"Version": "1.6.4",
"Version": "1.6.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"methods"
],
"Hash": "15aeb8c27f5ea5161f9f6a641fafd93a"
"Hash": "7f48af39fa27711ea5fbd183b399920d"
},
"generics": {
"Package": "generics",
Expand Down Expand Up @@ -374,7 +374,7 @@
},
"gtable": {
"Package": "gtable",
"Version": "0.3.5",
"Version": "0.3.6",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -383,9 +383,10 @@
"glue",
"grid",
"lifecycle",
"rlang"
"rlang",
"stats"
],
"Hash": "e18861963cbc65a27736e02b3cd3c4a0"
"Hash": "de949855009e2d4d0e52a844e30617ae"
},
"highr": {
"Package": "highr",
Expand Down Expand Up @@ -445,7 +446,7 @@
},
"igraph": {
"Package": "igraph",
"Version": "2.0.3",
"Version": "2.1.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -464,7 +465,7 @@
"utils",
"vctrs"
],
"Hash": "c3b7d801d722e26e4cd888e042bf9af5"
"Hash": "9a93b743b2461ba06ba3b5df12011145"
},
"isoband": {
"Package": "isoband",
Expand Down Expand Up @@ -499,7 +500,7 @@
},
"knitr": {
"Package": "knitr",
"Version": "1.48",
"Version": "1.49",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -511,7 +512,7 @@
"xfun",
"yaml"
],
"Hash": "acf380f300c721da9fde7df115a5f86f"
"Hash": "9fcb189926d93c636dea94fbe4f44480"
},
"labeling": {
"Package": "labeling",
Expand Down Expand Up @@ -627,20 +628,19 @@
},
"pillar": {
"Package": "pillar",
"Version": "1.9.0",
"Version": "1.10.0",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"cli",
"fansi",
"glue",
"lifecycle",
"rlang",
"utf8",
"utils",
"vctrs"
],
"Hash": "15da5a8412f317beeee6175fbc76f4bb"
"Hash": "101ca350beea21261a15ba169d7a8513"
},
"pkgconfig": {
"Package": "pkgconfig",
Expand Down Expand Up @@ -737,13 +737,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 @@ -758,7 +758,7 @@
},
"rmarkdown": {
"Package": "rmarkdown",
"Version": "2.28",
"Version": "2.29",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -777,14 +777,14 @@
"xfun",
"yaml"
],
"Hash": "062470668513dcda416927085ee9bdc7"
"Hash": "df99277f63d01c34e95e3d2f06a79736"
},
"rstudioapi": {
"Package": "rstudioapi",
"Version": "0.16.0",
"Version": "0.17.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "96710351d642b70e8f02ddeb237c46a7"
"Hash": "5f90cd73946d706cfe26024294236113"
},
"sass": {
"Package": "sass",
Expand Down Expand Up @@ -910,13 +910,13 @@
},
"tinytex": {
"Package": "tinytex",
"Version": "0.53",
"Version": "0.54",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"xfun"
],
"Hash": "9db859e8aabbb474293dde3097839420"
"Hash": "3ec7e3ddcacc2d34a9046941222bf94d"
},
"tzdb": {
"Package": "tzdb",
Expand Down Expand Up @@ -1009,19 +1009,19 @@
},
"withr": {
"Package": "withr",
"Version": "3.0.1",
"Version": "3.0.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"graphics"
],
"Hash": "07909200e8bbe90426fbfeb73e1e27aa"
"Hash": "cc2d62c76458d425210d1eb1478b30b4"
},
"xfun": {
"Package": "xfun",
"Version": "0.47",
"Version": "0.49",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1030,7 +1030,7 @@
"stats",
"tools"
],
"Hash": "36ab21660e2d095fef0d83f689e0477c"
"Hash": "8687398773806cfff9401a2feca96298"
},
"yaml": {
"Package": "yaml",
Expand Down

0 comments on commit e578f0e

Please sign in to comment.