DOI-USGS / mda.streams

backend tools for powstreams
Creative Commons Zero v1.0 Universal
3 stars 8 forks source link

cleanup wrt sbtools #210

Closed aappling-usgs closed 8 years ago

aappling-usgs commented 8 years ago
aappling-usgs commented 8 years ago

appveyor is failing on https://ci.appveyor.com/project/jread-usgs/mda-streams/build/0.1.363#L491:

** preparing package for lazy loading
Setting endpoint to www.sciencebase.gov
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  namespace 'nlme' 3.1-122 is being loaded, but >= 3.1.123 is required
ERROR: lazy loading failed for package 'mda.streams'
aappling-usgs commented 8 years ago

While travis failed at https://travis-ci.org/USGS-R/mda.streams/builds/109645017#L5579

ERROR: dependency ‘unitted’ is not available for package ‘streamMetabolizer’
aappling-usgs commented 8 years ago

With travis, the error goes back further to https://travis-ci.org/USGS-R/mda.streams/builds/109645017#L4799

Installing streamMetabolizer
Skipping 1 unavailable package: unitted
Installing 11 packages: assertthat, BH, DBI, dplyr, LakeMetabolizer, lubridate, plyr, Rcpp, rLakeAnalyzer, stringi, stringr
Installing packages into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository http://owi.usgs.gov/R/src/contrib:
  cannot open URL 'http://owi.usgs.gov/R/src/contrib/PACKAGES'

which I'm not gonna worry about for now.

The appveyor error was the same on both attempts. The current version of nmle on CRAN is 3.1.124 but was recently 3.1-122 (https://github.com/cran/nlme/blob/master/DESCRIPTION#L2), and i suppose something (lme4? https://github.com/lme4/lme4/blob/master/DESCRIPTION#L21) depends on nlme with the >3.1.123 version restriction. Maybe appveyor has a package cache that's not yet updated for last week's change?

Therefore I'm also not gonna worry about this. Time to get some code written.