Skip to content

Commit

Permalink
[actions] update 21 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored Nov 7, 2023
1 parent 70b3306 commit 6c49db2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 64 deletions.
27 changes: 3 additions & 24 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.2"
version <- "1.0.3"
attr(version, "sha") <- NULL

# the project directory
Expand Down Expand Up @@ -1034,19 +1034,6 @@ local({

}


renv_bootstrap_in_rstudio <- function() {
commandArgs()[[1]] == "RStudio"
}

# Used to work around buglet in RStudio if hook uses readline
renv_bootstrap_flush_console <- function() {
tryCatch({
tools <- as.environment("tools:rstudio")
tools$.rs.api.sendToConsole("", echo = FALSE, focus = FALSE)
}, error = function(cnd) {})
}

renv_json_read <- function(file = NULL, text = NULL) {

jlerr <- NULL
Expand Down Expand Up @@ -1185,16 +1172,8 @@ local({
# construct full libpath
libpath <- file.path(root, prefix)

if (renv_bootstrap_in_rstudio()) {
# RStudio only updates console once .Rprofile is finished, so
# instead run code on sessionInit
setHook("rstudio.sessionInit", function(...) {
renv_bootstrap_exec(project, libpath, version)
renv_bootstrap_flush_console()
})
} else {
renv_bootstrap_exec(project, libpath, version)
}
# run bootstrap code
renv_bootstrap_exec(project, libpath, version)

invisible()

Expand Down
83 changes: 43 additions & 40 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"Matrix": {
"Package": "Matrix",
"Version": "1.6-1",
"Version": "1.6-1.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -75,7 +75,7 @@
"stats",
"utils"
],
"Hash": "cb6855ac711958ca734b75e631b2035d"
"Hash": "1a00d4828f33a9d690806e98bd17150c"
},
"R6": {
"Package": "R6",
Expand Down Expand Up @@ -288,26 +288,26 @@
},
"evaluate": {
"Package": "evaluate",
"Version": "0.21",
"Version": "0.23",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"methods"
],
"Hash": "d59f3b464e8da1aef82dc04b588b8dfb"
"Hash": "daf4a1246be12c1fa8c7705a0935c1a0"
},
"fansi": {
"Package": "fansi",
"Version": "1.0.4",
"Version": "1.0.5",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"utils"
],
"Hash": "1d9e7ad3c8312a192dea7d3db0274fde"
"Hash": "3e8583a60163b4bc1a80016e63b9959e"
},
"farver": {
"Package": "farver",
Expand Down Expand Up @@ -359,9 +359,9 @@
},
"ggplot2": {
"Package": "ggplot2",
"Version": "3.4.3",
"Version": "3.4.4",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"MASS",
"R",
Expand All @@ -380,7 +380,7 @@
"vctrs",
"withr"
],
"Hash": "85846544c596e71f8f46483ab165da33"
"Hash": "313d31eff2274ecf4c1d3581db7241f9"
},
"glue": {
"Package": "glue",
Expand Down Expand Up @@ -449,7 +449,7 @@
},
"htmltools": {
"Package": "htmltools",
"Version": "0.5.6",
"Version": "0.5.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -462,7 +462,7 @@
"rlang",
"utils"
],
"Hash": "a2326a66919a3311f7fbb1e3bf568283"
"Hash": "2d7b3857980e0e0d0a1fd6f11928ab0f"
},
"htmlwidgets": {
"Package": "htmlwidgets",
Expand Down Expand Up @@ -534,7 +534,7 @@
},
"knitr": {
"Package": "knitr",
"Version": "1.43",
"Version": "1.45",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -546,7 +546,7 @@
"xfun",
"yaml"
],
"Hash": "9775eb076713f627c07ce41d8199d8f6"
"Hash": "1ec462871063897135c1bcbe0fc8f07d"
},
"labeling": {
"Package": "labeling",
Expand All @@ -561,7 +561,7 @@
},
"lattice": {
"Package": "lattice",
"Version": "0.21-8",
"Version": "0.22-5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -572,7 +572,7 @@
"stats",
"utils"
],
"Hash": "0b8a6d63c8770f02a8b5635f3c431e6b"
"Hash": "7c5e89f04e72d6611c77451f6331a091"
},
"lifecycle": {
"Package": "lifecycle",
Expand Down Expand Up @@ -689,21 +689,24 @@
},
"plyr": {
"Package": "plyr",
"Version": "1.8.8",
"Version": "1.8.9",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"Rcpp"
],
"Hash": "d744387aef9047b0b48be2933d78e862"
"Hash": "6b8177fd19982f0020743fadbfdbd933"
},
"prettyunits": {
"Package": "prettyunits",
"Version": "1.1.1",
"Version": "1.2.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "95ef9167b75dde9d2ccc3c7528393e7e"
"Requirements": [
"R"
],
"Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7"
},
"progress": {
"Package": "progress",
Expand Down Expand Up @@ -768,28 +771,28 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.2",
"Version": "1.0.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "4b22ac016fe54028b88d0c68badbd061"
"Hash": "41b847654f567341725473431dd0d5ab"
},
"rlang": {
"Package": "rlang",
"Version": "1.1.1",
"Version": "1.1.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"utils"
],
"Hash": "a85c767b55f0bf9b7ad16c6d7baee5bb"
"Hash": "50a6dbdc522936ca35afc5e2082ea91b"
},
"rmarkdown": {
"Package": "rmarkdown",
"Version": "2.24",
"Version": "2.25",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -809,7 +812,7 @@
"xfun",
"yaml"
],
"Hash": "3854c37590717c08c32ec8542a2e0a35"
"Hash": "d65e35823c817f09f4de424fcdfa812a"
},
"rstudioapi": {
"Package": "rstudioapi",
Expand Down Expand Up @@ -940,13 +943,13 @@
},
"tinytex": {
"Package": "tinytex",
"Version": "0.46",
"Version": "0.48",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"xfun"
],
"Hash": "0c41a73214d982f539c56a7773c7afa5"
"Hash": "8f96d229b7311beb32b94cf413b13f84"
},
"tzdb": {
"Package": "tzdb",
Expand All @@ -961,17 +964,17 @@
},
"utf8": {
"Package": "utf8",
"Version": "1.2.3",
"Version": "1.2.4",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "1fe17157424bb09c48a8b3b550c753bc"
"Hash": "62b65c52671e6665f803ff02954446e9"
},
"vctrs": {
"Package": "vctrs",
"Version": "0.6.3",
"Version": "0.6.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -981,7 +984,7 @@
"lifecycle",
"rlang"
],
"Hash": "d0ef2856b83dc33ea6e255caf6229ee2"
"Hash": "266c1ca411266ba8f365fcc726444b87"
},
"viridis": {
"Package": "viridis",
Expand Down Expand Up @@ -1026,7 +1029,7 @@
},
"vroom": {
"Package": "vroom",
"Version": "1.6.3",
"Version": "1.6.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1048,31 +1051,31 @@
"vctrs",
"withr"
],
"Hash": "8318e64ffb3a70e652494017ec455561"
"Hash": "9db52c1656cf19c124f93124ea57f0fd"
},
"withr": {
"Package": "withr",
"Version": "2.5.0",
"Version": "2.5.2",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"graphics",
"stats"
],
"Hash": "c0e49a9760983e81e55cdd9be92e7182"
"Hash": "4b25e70111b7d644322e9513f403a272"
},
"xfun": {
"Package": "xfun",
"Version": "0.40",
"Version": "0.41",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"stats",
"tools"
],
"Hash": "be07d23211245fc7d4209f54c4e4ffc8"
"Hash": "460a5e0fe46a80ef87424ad216028014"
},
"yaml": {
"Package": "yaml",
Expand Down

0 comments on commit 6c49db2

Please sign in to comment.