Closed chris-prener closed 5 years ago
Your appveyor is apparently not equipped to build from source (no gfortran available) - it should then fall back to installing the binary version on CRAN (0.2-3) or wait a few days until the binary version of the released classInt appears.
I ran into a similar error when I was trying to work on spdep
earlier - I think the problem was not having gfortran installed on my local computer. Downloading the most recent version of GNU Fortran from the R development tools page fixed my problems!
Thanks @edzer and @angela-li for your help!
Thanks for the help @edzer and @angela-li - here is the Appveyor solution in case anyone finds their way here via Google:
environment:
global:
WARNINGS_ARE_ERRORS: 1
USE_RTOOLS: true
Builds are working again!
@edzer : should I set up Appveyor for classInt? If so, how?
What for? I don't see any potential windows-specific issues in it.
OK, thanks, I'll leave it.
Since the update was posted to CRAN yesterday, my Appveyor builds are failing when Appveyor tries to install
classInt
from source. An example of this can be found here.The relevant section has the following:
This happens on all versions of Windows and also happened locally on my macOS machine when I tried to build from source.
Thanks for checking in on this and maintaining this package - I really appreciate it!