PredictiveEcology / LandWeb

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

use of 'inputs/' directory when setting 'reproducible.inputPaths' #108

Closed achubaty closed 5 years ago

achubaty commented 5 years ago

The LandWeb/inputs/ directory seems to be ignored when reproducible.inputPaths is set to another location (e.g., /mnt/data). Even when LandWeb/inputs/ is set as the destinationPath, files are being written to /mnt/data.

eliotmcintire commented 5 years ago

These are unrelated things. reproducible.inputPaths is not related to SpaDES.core::getPaths()$inputPath. The former is a set and forget central location that is used by prepInputs only. The latter is one of 4 paths usable by a module user or developer of a SpaDES module.