We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> library('pak') > pkg_install("curl") → Will update 1 package. → Will download 1 CRAN package (933.32 kB). + curl 6.2.1 → 6.2.2 [bld][cmp][dl] (933.32 kB) ? Do you want to continue (Y/n) y ℹ Getting 1 pkg (933.32 kB) ✖ Failed to download curl 6.2.2 (source) ✖ Failed to download 1 package. Error: ! error in pak subprocess Caused by error: ! Failed to download curl from `https://cloud.r-project.org/src/contrib/curl_6.2.2.tar.gz` and `https://cloud.r-project.org/src/contrib/Archive/curl/curl_6.2.2.tar.gz`. Type .Last.error to see the more details. > .Last.error <callr_error/rlib_error_3_0/rlib_error/error> Error: ! error in pak subprocess Caused by error: ! Failed to download curl from `https://cloud.r-project.org/src/contrib/curl_6.2.2.tar.gz` and `https://cloud.r-project.org/src/contrib/Archive/curl/curl_6.2.2.tar.gz`. --- Backtrace: 1. pak::pkg_install("curl") 2. pak:::remote(function(...) get("pkg_install_do_plan", asNamespace("pak"))(...), … 3. err$throw(res$error) --- Subprocess backtrace: 1. base::withCallingHandlers(cli_message = function(msg) { … 2. get("pkg_install_do_plan", asNamespace("pak"))(...) 3. proposal$stop_for_download_error() 4. private$plan$stop_for_solution_download_error() 5. pkgdepends:::pkgplan_stop_for_solution_download_error(self, private) 6. pkgdepends:::stop(err) 7. | base::throw(add_class(args[[1]], c("rlib_error_3_0", "rlib_error"), … 8. | base::signalCondition(cond) 9. global (function (e) …
The text was updated successfully, but these errors were encountered:
This is most probably an issue specific to your machine or network. Are you behind a firewall?
> pak::pkg_install("curl") ✔ Updated metadata database: 3.14 MB in 8 files. ✔ Updating metadata database ... done → Will install 1 package. → Will download 1 CRAN package (933.32 kB). + curl 6.2.2 [bld][cmp][dl] (933.32 kB) + ✖ libcurl4-openssl-dev, ✖ libssl-dev → Will install 2 system packages: + libcurl4-openssl-dev - curl + libssl-dev - curl ℹ Getting 1 pkg (933.32 kB) ✔ Got curl 6.2.2 (source) (933.32 kB) ✔ Downloaded 1 package (933.32 kB) in 1.3s ℹ Installing system requirements ℹ Executing `sh -c apt-get -y update` ℹ Executing `sh -c apt-get -y install libcurl4-openssl-dev libssl-dev` ℹ Building curl 6.2.2 ✔ Built curl 6.2.2 (2.4s) ✔ Installed curl 6.2.2 (27ms) ✔ 1 pkg: added 1, dld 1 (933.32 kB) [14.3s]
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: