Skip to content

Commit

Permalink
tags -- use OtherFunction instead of function
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmcintire committed Nov 10, 2023
1 parent be53b67 commit 6dae16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Biomass_core.R
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ CohortAgeReclassification <- function(sim) {

## .inputObjects ------------------------------------------------------------------------------
.inputObjects <- compiler::cmpfun(function(sim) {
cacheTags <- c(currentModule(sim), "function:.inputObjects")
cacheTags <- c(currentModule(sim), "OtherFunction:.inputObjects")
dPath <- asPath(getOption("reproducible.destinationPath", dataPath(sim)), 1)
if (getOption("LandR.verbose", TRUE) > 0)
message(currentModule(sim), ": using dataPath '", dPath, "'.")
Expand Down

0 comments on commit 6dae16b

Please sign in to comment.