Skip to content

reproducible.destinationPath not set when supplying inputPath to paths in setupProject #24

@achubaty

Description

@achubaty

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
  )
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions