PredictiveEcology / SpaDES

R package for developing and running Spatial Discrete Event Simulation models
https://spades.predictiveecology.org
Other
55 stars 21 forks source link

Development #340

Closed MelinaHoule closed 7 years ago

MelinaHoule commented 7 years ago

Pull requested on dwdData to implement Cache

achubaty commented 7 years ago

@eliotmcintire @MelinaHoule note that currently the examples in this PR will fail the travis and appveyor checks because of the machine/os-specific file paths used (see my comments above).

achubaty commented 7 years ago

@eliotmcintire @MelinaHoule there also appears to be a problem building the package:

** R
Error in parse(outFile) : 
  /tmp/Rtmp73LeSt/Rbuild64e51256b2e4/SpaDES/R/cache.R:196:37: unexpected ','
195:                     cacheRepo = NULL, compareRasterFileLength = 1e6) {
196:                     cacheRepo = NULL,
                                         ^
ERROR: unable to collate and parse R files for package ‘SpaDES’
* removing ‘/tmp/Rtmp73LeSt/Rinst64e53b28b9c8/SpaDES’
      -----------------------------------
ERROR: package installation failed
The command "R CMD build   ." failed and exited with 1 during .
achubaty commented 7 years ago

closing. per followup discussions, this functionality will be put in https://github.com/PredictiveEcology/webDatabases.