From e22a6d1ddb66057cfc43c2a79b33902f43545197 Mon Sep 17 00:00:00 2001 From: dkapraun Date: Tue, 18 Nov 2025 09:21:38 -0500 Subject: [PATCH] Updated version in 'DESCRIPTION' file. --- DESCRIPTION | 2 +- R/MCSim_model.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index aa910a0..257db47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: MCSimMod Title: Working with 'MCSim' Models -Version: 1.0.9000 +Version: 1.1 Authors@R: c( person("Dustin F.", "Kapraun", role=c("aut", "cre"), email = "kapraun.dustin@epa.gov", comment = c(ORCID = "0000-0001-5570-6383")), person("Todd J.", "Zurlinden", role="aut", comment = c(ORCID = "0000-0003-1372-3913")), diff --git a/R/MCSim_model.R b/R/MCSim_model.R index 851fd57..18a5c86 100644 --- a/R/MCSim_model.R +++ b/R/MCSim_model.R @@ -119,7 +119,7 @@ Model <- setRefClass("Model", parms <<- initParms(new_parms) }, updateY0 = function(new_states = NULL) { - "Update values of initital conditions of state variables for the Model object." + "Update values of initial conditions of state variables for the Model object." Y0 <<- initStates(parms, new_states) }, runModel = function(times, ...) {