diff options
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index aaade416..f0a95468 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,8 +1,8 @@ url: https://pkgdown.jrwb.de/mkin development: - mode: release - version_label: default + mode: devel + version_label: info template: bootswatch: spacelab @@ -42,10 +42,15 @@ reference: desc: Create and work with nonlinear mixed effects models contents: - nlme.mmkin + - saem.mmkin + - nlmixr.mmkin - plot.mixed.mmkin - summary.nlme.mmkin + - summary.nlmixr.mmkin + - summary.saem.mmkin - nlme_function - get_deg_func + - saemix_model - mixed - title: Datasets and known results contents: @@ -82,12 +87,14 @@ reference: - mkinpredict - transform_odeparms - ilr + - tffm0 - logLik.mkinfit - residuals.mkinfit - nobs.mkinfit - mkinresplot - mkinparplot - mkinerrplot + - mean_degparms - create_deg_func - title: Analytical solutions desc: Parent only model solutions |