diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2.html b/articles/Integrating-User-Defined-Functions-into-rxode2.html index 648ddca30..c40e2ea86 100644 --- a/articles/Integrating-User-Defined-Functions-into-rxode2.html +++ b/articles/Integrating-User-Defined-Functions-into-rxode2.html @@ -250,8 +250,8 @@

R based user functionsprint(mb) #> Unit: milliseconds #> expr min lq mean median uq max neval -#> withoutC 7.754378 8.111007 8.768889 8.302625 8.536936 14.293111 100 -#> withC 2.065438 2.156628 2.514262 2.288734 2.795845 6.822972 100 +#> withoutC 7.700982 7.783596 8.392695 7.881032 8.027655 13.621363 100 +#> withC 2.101960 2.155324 2.819911 2.776638 3.191577 9.593712 100

The C version is almost twice as fast as the R version. You may have noticed the conversion also created C versions of the first derivative. This is done automatically and gives not just C versions of function, diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png index 61a9937a7..c5cc6c114 100644 Binary files a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png and b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png differ diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png index 6dd77880c..8746d40d0 100644 Binary files a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png and b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png differ diff --git a/articles/Modifying-Models.html b/articles/Modifying-Models.html index 51cfb6849..7427b9223 100644 --- a/articles/Modifying-Models.html +++ b/articles/Modifying-Models.html @@ -1418,7 +1418,7 @@

Creating more comple #> cp <- center/v #> }) #> } -#> <environment: 0x556f93bd3b80> +#> <environment: 0x55f49c636d78>

Note that these functions do not modify the ini({}) block. You may have to modify the ini block first to make it a valid rxode2/nlmixr2 model.

diff --git a/articles/rxode2-cmt.html b/articles/rxode2-cmt.html index 69866859c..ed13680f4 100644 --- a/articles/rxode2-cmt.html +++ b/articles/rxode2-cmt.html @@ -158,7 +158,7 @@