Closed nhejazi closed 7 years ago
It appears that this rather cryptic error has been encountered on Appveyor before -- see this issue.
Needed to add a GITHUB_PAT
environment variable with public_repo
permissions. Should have been fixed by 134d401, but a new error emerges...
possibly related error: Error in readRDS(dest) : error reading from connection
stemming again from the attempt to install the wesanderson
package via install_github
on Appveyor.
The Appveyor encryption UI provides a convenient utility for protecting environment variables necessary for build processes (like the GITHUB_PAT
required in this case).
This is no longer a problem as of da26e25. It was caused by using palettes in the wesanderson
package that had been renamed between the CRAN (v.0.3.2) release and the GitHub master
(v.0.3.4) release.
Using the latest version of a GitHub package that isn't owned by my account causes a failure -- in particular, it appears that I am restricted to the CRAN version of Karthik's
wesanderson
color palette.See the build log on Appveyor -- specifically, v1.0.101 -- for details. Package installation fails with exit code 5. It's unclear what this means or why this is happening, given that the Travis-CI build is successful.