sinhrks / ggfortify

Define fortify and autoplot functions to allow ggplot2 to handle some popular R packages.
Other
527 stars 65 forks source link

Travis CI failing #205

Closed terrytangyuan closed 3 years ago

terrytangyuan commented 4 years ago

The current Travis CI is failing due to the following error when installing forecast:

installing to /home/travis/R/Library/forecast/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/home/travis/R/Library/fracdiff/libs/fracdiff.so':
  libRblas.so: cannot open shared object file: No such file or directory
ERROR: lazy loading failed for package ‘forecast’
* removing ‘/home/travis/R/Library/forecast’
* restoring previous ‘/home/travis/R/Library/forecast’
Error in i.p(...) : 
  (converted from warning) installation of package ‘forecast’ had non-zero exit status
Calls: <Anonymous> ... with_rprofile_user -> with_envvar -> force -> force -> i.p
Execution halted

Detailed logs, please see https://travis-ci.org/github/sinhrks/ggfortify/jobs/729529254

cc @robjhyndman in case you've seen something similar. Is there any update on forecast that might have caused this?

terrytangyuan commented 3 years ago

Looks like the problem has been resolved by itself.