We start lines with characters that many people put at the end of
-lines, such as the commas, plus signs and the base
-R pipe. These continuation characters tell R that there is more code
-that is included in an expression. We prefer to put these characters at
+
In many of our examples we start lines with characters that many
+people put at the end of lines, such as the commas, plus signs and the
+base
+R pipe. These characters tell R how the code on the rest of the line
+is to combined with previous lines. We prefer to put these characters at
the start of lines because it makes it slightly easier to comment lines
out. Note that for this approach to work you need to wrap these
continued expressions in parentheses. See the quickstart
@@ -288,8 +290,8 @@
Should I worry
Warning messages:
1: In (function (start, objective, gradient = NULL, hessian = NULL, :
NA/NaN function evaluation
-
These are usually nothing to worry about, though you should take note
-of them. Typically this warning indicates that the optimizer tried
+
This is usually nothing to worry about, though you should take note
+of it. Typically this warning indicates that the optimizer tried
parameter values that led the objective function (i.e., the negative log
posterior density) to be non-numeric. Usually, the opimizer is smart
enough (if it is possible) to get back on track. The key thing to watch
diff --git a/articles/calibration.html b/articles/calibration.html
index 80843245..67a61399 100644
--- a/articles/calibration.html
+++ b/articles/calibration.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
diff --git a/articles/calibration_advanced.html b/articles/calibration_advanced.html
index a1b34e7d..113234c0 100644
--- a/articles/calibration_advanced.html
+++ b/articles/calibration_advanced.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
diff --git a/articles/composing_simulation_models.html b/articles/composing_simulation_models.html
index bfaa8270..d34e52c0 100644
--- a/articles/composing_simulation_models.html
+++ b/articles/composing_simulation_models.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
diff --git a/articles/cpp_side.html b/articles/cpp_side.html
index e0f8f31b..d32f1c7d 100644
--- a/articles/cpp_side.html
+++ b/articles/cpp_side.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
diff --git a/articles/debugging.html b/articles/debugging.html
index 1a7c4938..80291bcc 100644
--- a/articles/debugging.html
+++ b/articles/debugging.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
diff --git a/articles/design_concepts.html b/articles/design_concepts.html
index b5594bb7..0882c30c 100644
--- a/articles/design_concepts.html
+++ b/articles/design_concepts.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
diff --git a/articles/development_patterns.html b/articles/development_patterns.html
index f3e1f09b..b02b5a9c 100644
--- a/articles/development_patterns.html
+++ b/articles/development_patterns.html
@@ -20,7 +20,7 @@
macpan2
- 1.11.0
+ 1.11.1
@@ -123,7 +123,7 @@
Steve Walker, Weiguang Guan, Jen Freeman, Ben Bolker, Darren Flynn-Primrose (2024).
macpan2: Fast and Flexible Compartmental Modelling.
-R package version 1.11.0, https://github.com/canmod/macpan2, https://canmod.github.io/macpan2/.
+R package version 1.11.1, https://github.com/canmod/macpan2, https://canmod.github.io/macpan2/.
@Manual{,
title = {macpan2: Fast and Flexible Compartmental Modelling},
author = {{Steve Walker} and {Weiguang Guan} and {Jen Freeman} and {Ben Bolker} and {Darren Flynn-Primrose}},
year = {2024},
- note = {R package version 1.11.0, https://github.com/canmod/macpan2},
+ note = {R package version 1.11.1, https://github.com/canmod/macpan2},
url = {https://canmod.github.io/macpan2/},
}