Closed achubaty closed 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.
We need to identify where the old paths are coming from, and perhaps this can be done in a generic way for all paths...
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.
closing this, as once I rerun the [fixed] model, this will "resolve" itself
these old versions don't have Rmds...