currently need to manually set this in order to get modules to look in 'inputs':
out <- SpaDES.project::setupProject(
paths = list(projectPath = prjDir,
packagePath = pkgDir,
modulePath = "modules",
inputPath = "inputs",
outputPath = "outputs"),
options = list(
reproducible.destinationPath = "inputs", ## should be set with paths
)
)