Skip to content

Commit

Permalink
regain times
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot McIntire committed Dec 3, 2024
1 parent b84238f commit 0a1a9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")),
Expand Down
2 changes: 1 addition & 1 deletion R/setupProject.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a1a9a3

Please sign in to comment.