From a98733db782ce3e9446dda187c34703f61916806 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 4 Apr 2020 16:50:20 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/mkinsub.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/reference/mkinsub.html') diff --git a/docs/reference/mkinsub.html b/docs/reference/mkinsub.html index e38c153c..b3be7c2c 100644 --- a/docs/reference/mkinsub.html +++ b/docs/reference/mkinsub.html @@ -70,7 +70,7 @@ mkinmod." /> mkin - 0.9.49.6 + 0.9.49.9 @@ -181,10 +181,11 @@ results on other operating systems or system configurations.

SFO_SFO.2 <- mkinmod( parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
-# Now supplying full names -SFO_SFO.2 <- mkinmod( - parent = mkinsub("SFO", "m1", full_name = "Test compound"), - m1 = mkinsub("SFO", full_name = "Metabolite M1"))
#> Successfully compiled differential equation model from auto-generated C code.
+# \dontrun{ + # Now supplying full names + SFO_SFO.2 <- mkinmod( + parent = mkinsub("SFO", "m1", full_name = "Test compound"), + m1 = mkinsub("SFO", full_name = "Metabolite M1"))
#> Successfully compiled differential equation model from auto-generated C code.
# }