diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 5c6385c..4607190 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -1,13 +1,15 @@ -url: https://andrewhooker.github.io/PopED/ template: bootstrap: 5 - #bootswatch: cerulean - #bootswatch: paper - bootswatch: Flatly + bootswatch: spacelab + #litera + #spacelab + #flatly development: mode: release +url: https://andrewhooker.github.io/PopED/ + reference: - title: General information contents: diff --git a/vignettes/articles/model_def_other_pkgs.Rmd b/vignettes/articles/model_def_other_pkgs.Rmd index 27b382a..81481e4 100644 --- a/vignettes/articles/model_def_other_pkgs.Rmd +++ b/vignettes/articles/model_def_other_pkgs.Rmd @@ -3,7 +3,7 @@ title: "Defining models for PopED using R based PKPD simulators" author: "Andrew Hooker, Ron Keizer and Vijay Ivaturi" #date: "`r format(Sys.time(), '%d %B, %Y')`" output: - rmarkdown::html_vignette: + rmarkdown::html_document: #bookdown::html_document2: toc: true toc_depth: 3 @@ -78,7 +78,7 @@ We will use a one-compartment with linear absorption population pharmacokinetic -![](model_def_other_pkgs_1-comp-lin-abs.png) +![](model_def_other_pkgs_img/model_def_other_pkgs_1-comp-lin-abs.png) This model can be described with the following set of ODEs: @@ -618,7 +618,7 @@ kable( ) %>% kable_styling("striped",full_width = F) ``` -![](model_def_other_pkgs_compare_speed.png) +![](model_def_other_pkgs_img/model_def_other_pkgs_compare_speed.png) # Version information {-} diff --git a/vignettes/articles/model_def_other_pkgs_img/model_def_other_pkgs_1-comp-lin-abs.png b/vignettes/articles/model_def_other_pkgs_img/model_def_other_pkgs_1-comp-lin-abs.png index 63b4c3a..bf3be76 100644 Binary files a/vignettes/articles/model_def_other_pkgs_img/model_def_other_pkgs_1-comp-lin-abs.png and b/vignettes/articles/model_def_other_pkgs_img/model_def_other_pkgs_1-comp-lin-abs.png differ