Skip to content

Commit

Permalink
[skip deploy] Update renv.lock file for python app
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2024
1 parent 69d758a commit a296e6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions python/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1717,13 +1717,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.10",
"Version": "1.0.11",
"Source": "Repository",
"Repository": "RSPM",
"Repository": "BioC.CRAN",
"Requirements": [
"utils"
],
"Hash": "d0387d5687ec933dd7587efd4cfa2d85"
"Hash": "47623f66b4e80b3b0587bc5d7b309888"
},
"reticulate": {
"Package": "reticulate",
Expand Down
10 changes: 4 additions & 6 deletions python/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.10"
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

0 comments on commit a296e6f

Please sign in to comment.