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
Windows doesn't like to use download.file() : https://api.github.com/repos/cloudyr/aws.signature/contents/DESCRIPTION?ref=HEAD https://ci.appveyor.com/project/muschellij2/ari-j1o6s/builds/42779137
download.file()
package 'remotes' successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\appveyor\AppData\Local\Temp\1\RtmpkZOg3y\downloaded_packages + return + Rscript -e 'if (!("remotes" %in% rownames(installed.packages()))) q(status=1)' + echo 'Installing dependencies' Installing dependencies + Rscript -e 'options(repos = c(CRAN = "https://cloud.r-project.org"), download.file.method = "auto"); remotes::install_deps(dependencies = TRUE, type="win.binary")' Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/cloudyr/aws.signature/contents/DESCRIPTION?ref=HEAD' Calls: <Anonymous> ... github_DESCRIPTION -> download -> base_download -> base_download_headers Execution halted Command exited with code 1 7z a failure.zip *.Rcheck\* 7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
The text was updated successfully, but these errors were encountered:
I think using GitHub actions vs. Appveyor is a better solution going forward in checking Windows.
Sorry, something went wrong.
No branches or pull requests
Windows doesn't like to use
download.file()
: https://api.github.com/repos/cloudyr/aws.signature/contents/DESCRIPTION?ref=HEADhttps://ci.appveyor.com/project/muschellij2/ari-j1o6s/builds/42779137
The text was updated successfully, but these errors were encountered: