diff --git a/DESCRIPTION b/DESCRIPTION index fd07071..ae10aa1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ URL: https://spades-project.predictiveecology.org/, https://github.com/PredictiveEcology/SpaDES.project Date: 2024-12-02 -Version: 0.1.1.9003 +Version: 0.1.1.9004 Authors@R: c( person("Eliot J B", "McIntire", email = "eliot.mcintire@nrcan-rncan.gc.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")), diff --git a/R/setupProject.R b/R/setupProject.R index 1ea5ce9..29746c7 100644 --- a/R/setupProject.R +++ b/R/setupProject.R @@ -603,7 +603,7 @@ setupProject <- function(name, paths, modules, packages, attr(paths, "extraPaths") <- pathsOrig[extras] out <- dotsSUB - toAppend <- rev(list("modules", "paths", "params")) + toAppend <- rev(list("modules", "paths", "params", "times")) for (toA in toAppend) { # some may be missing, e.g., params arg <- try(eval(parse(text = toA)), silent = TRUE)