You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @description run this model locally using `runModels`
395
+
#' @description run this model locally using `runModels`. The method detects
396
+
#' changes in the data and input syntax and only rewrites the corresponding
397
+
#' files when updates are detected.
396
398
#' @param replaceOutfile Currently supports three settings: “always”, which runs all models, regardless of whether an output file for the model exists;
397
399
#' “never”, which does not run any model that has an existing output file; and “modifiedDate”, which only runs a model if the modified date for the input
398
400
#' file is more recent than the output file modified date (implying there have been updates to the model).
399
401
#' @param ... additional arguments passed to `runModels`
0 commit comments