Skip to content
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

AppVeyor Error for Windows #36

Open
cansavvy opened this issue Mar 3, 2022 · 1 comment
Open

AppVeyor Error for Windows #36

cansavvy opened this issue Mar 3, 2022 · 1 comment

Comments

@cansavvy
Copy link
Contributor

cansavvy commented Mar 3, 2022

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

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
@muschellij2
Copy link
Contributor

I think using GitHub actions vs. Appveyor is a better solution going forward in checking Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants