From 2b7c4e7ea0ea283357f6b6aef0824e65475d2ad5 Mon Sep 17 00:00:00 2001 From: billdenney Date: Sun, 30 Apr 2023 02:45:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20nlmixr2/?= =?UTF-8?q?nlmixr2targets@81c53ea11f24cc8bc347420b5044e5e7bce51bc9=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/index.html | 4 ++- pkgdown.yml | 2 +- reference/nlmixr_data_simplify.html | 9 ++++-- reference/nlmixr_object_simplify.html | 3 ++ reference/tar_nlmixr.html | 43 ++++++++++++++------------- search.json | 2 +- 6 files changed, 38 insertions(+), 25 deletions(-) diff --git a/news/index.html b/news/index.html index ac39c62..3c053b7 100644 --- a/news/index.html +++ b/news/index.html @@ -40,7 +40,9 @@

nlmixr2targets 0.0.0.9000

-
diff --git a/pkgdown.yml b/pkgdown.yml index f07cf9d..f435671 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-04-29T13:27Z +last_built: 2023-04-30T02:44Z urls: reference: https://nlmixr2.github.io/nlmixr2targets/reference article: https://nlmixr2.github.io/nlmixr2targets/articles diff --git a/reference/nlmixr_data_simplify.html b/reference/nlmixr_data_simplify.html index e350361..786b80c 100644 --- a/reference/nlmixr_data_simplify.html +++ b/reference/nlmixr_data_simplify.html @@ -45,7 +45,7 @@

Usage

-
nlmixr_data_simplify(data, object)
+
nlmixr_data_simplify(data, object, table = list())
@@ -56,7 +56,12 @@

Arguments diff --git a/reference/nlmixr_object_simplify.html b/reference/nlmixr_object_simplify.html index 0b8ce5b..3ca2bf1 100644 --- a/reference/nlmixr_object_simplify.html +++ b/reference/nlmixr_object_simplify.html @@ -66,6 +66,9 @@

DetailsThe object simplification removes comments (so please use label() instead of comments to label parameters) and then converts the object to a "nlmixrui" object.

+

Since setting initial conditions with cmt(0) does not work with targets, +the function definition of the object must set it with cmt(initial). +cmt(initial) will be converted to cmt(0) before passing to nlmixr2.

See also

diff --git a/reference/tar_nlmixr.html b/reference/tar_nlmixr.html index 1d72722..d035fbf 100644 --- a/reference/tar_nlmixr.html +++ b/reference/tar_nlmixr.html @@ -1,12 +1,12 @@ Generate a set of targets for nlmixr estimation — tar_nlmixr • nlmixr2targets