From 6dae16b9858af9fec4e11b1c51545ee4096a6587 Mon Sep 17 00:00:00 2001 From: Eliot McIntire Date: Thu, 9 Nov 2023 16:25:24 -0800 Subject: [PATCH] tags -- use OtherFunction instead of function --- Biomass_core.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Biomass_core.R b/Biomass_core.R index d9a253f..248b293 100644 --- a/Biomass_core.R +++ b/Biomass_core.R @@ -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, "'.")