PredictiveEcology / LandWeb

Shared repository for Landweb modules
https://predictiveecology.github.io/LandWeb/
GNU General Public License v3.0
3 stars 2 forks source link

caching has "frozen" module info boxes at old versions #42

Closed achubaty closed 6 years ago

achubaty commented 6 years ago

these old versions don't have Rmds...

achubaty commented 6 years ago

the Rmd issue is separate:

Browse[1]> rmdFile <- file.path(modulePath(sim), module, rmdFileName)
Browse[1]> rmdFile
[1] "/home/emcintir/Documents/GitHub/LandWeb/m/landWebDataPrep/landWebDataPrep.Rmd"

we need to modify the modulePath in a similar way to how we changed raster paths.

eliotmcintire commented 6 years ago

We need to identify where the old paths are coming from, and perhaps this can be done in a generic way for all paths...

achubaty commented 6 years ago

They're not coming from from modulePath(sim2), which is frustrating me... i.e., doing modulePath(sim2) <- file.path("new", "path") doesn't solve it. Hardcoding the path in the shiny module does, but it's not a viable option.

achubaty commented 6 years ago

closing this, as once I rerun the [fixed] model, this will "resolve" itself