krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Failing builds #78

Closed maelle closed 8 years ago

maelle commented 8 years ago

I see even this repo gets red flags on Appveyor-CI because of dependencies not being installed correctly "Packages required but not available: 'assertthat' 'Rcpp'", except on R-oldrel. Any idea what happened? If there is anywhere else where I should look for info I'd be happy to. :-)

gaborcsardi commented 8 years ago

It is a corrupt PACKAGES file on CRAN: https://cran.r-project.org/bin/windows/contrib/3.3/PACKAGES It is truncated. It will be fixed some time today, they claim.

maelle commented 8 years ago

@gaborcsardi thanks a lot; in general where should I look for such info?

gaborcsardi commented 8 years ago

I don't know. I know about it because I noticed it myself, and digged up what caused it.

On Mon, Sep 12, 2016 at 2:18 PM, Maëlle Salmon notifications@github.com wrote:

@gaborcsardi https://github.com/gaborcsardi thanks a lot; in general where should I look for such info?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/krlmlr/r-appveyor/issues/78#issuecomment-246344163, or mute the thread https://github.com/notifications/unsubscribe-auth/AAoTQIpyX2K1vZU7BzXZrCiiKGvXqdBCks5qpVEzgaJpZM4J6kdt .

maelle commented 8 years ago

It works again now!