-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update from httr to httr2 #54
Comments
To install the patch in PR #57, use: remotes::install_github("Bioconductor/BiocFileCache#57")
packageVersion("BiocFileCache")
#> [1] '2.15.4' To test, use: library(BiocFileCache)
path <- tempfile()
bfc <- BiocFileCache(path, ask = FALSE)
remoteresource <- "https://bioconductorhubs.blob.core.windows.net/annotationhub/goldenpath/hg19/database/stsMap_0.0.1.RData"
## Get HTTPS proxy settings from established environment variable
proxy <- Sys.getenv("https_proxy")
## Alternatively, set it manually
proxy <- Sys.getenv("https://proxyserver:8080")
stopifnot(nzchar(proxy))
bfcadd(bfc, rname = "uniquename", fpath = remoteresource, proxy = proxy) |
Environment variable I'll be testing with R 4.4.2 running on Rocky 8 Linux. All CRAN and Bioconductor packages are up-to-date. I'm testing with:
installed using BiocManager::install("BiocFileCache")
packageVersion("BiocFileCache")
#> [1] '2.14.0' and remotes::install_github("Bioconductor/BiocFileCache#57")
packageVersion("BiocFileCache")
#> [1] '2.15.4' ResultsWithout
|
self description
The text was updated successfully, but these errors were encountered: