Skip to content

Commit

Permalink
Updating website
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Nov 16, 2023
1 parent def0b63 commit 845a260
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ reference:
- zeros

navbar:
#bg: light
#type: dark
structure:
left:
- home
Expand Down
6 changes: 3 additions & 3 deletions vignettes/articles/handling_LOQ.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Optimal design with LOQ data in PopED"
subtitle: "Optimization with a model for warfarin"
author: "Andrew Hooker"
date: "`r format(Sys.time(), '%d %B, %Y')`"
#date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
rmarkdown::html_document:
#bookdown::html_document2:
Expand Down Expand Up @@ -199,8 +199,8 @@ If needed we can also handle upper limits of quantification. Lets assume we hav
library(ggplot2)
plot_model_prediction(poped_db, model_num_points = 500,facet_scales = "free",
PI=T, PI_alpha = 0.1) +
geom_hline(yintercept = 2,color="red",linetype="dotted") +
geom_hline(yintercept = 7,color="blue",linetype="dotted")
geom_hline(yintercept = 2,color="red",linetype="dotted",linewidth=1) +
geom_hline(yintercept = 7,color="blue",linetype="dotted",linewidth=1)
```

```{r}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/examples.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Examples"
author: "Giulia Lestini, Martin Fink and Andrew Hooker"
date: "`r format(Sys.time(), '%d %B, %Y')`"
#date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
rmarkdown::html_vignette:
# rmarkdown::html_document:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/intro-poped.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Introduction to PopED"
author: "Andrew Hooker"
date: "`r format(Sys.time(), '%d %B, %Y')`"
#date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
rmarkdown::html_vignette:
#html_document:
Expand Down

0 comments on commit 845a260

Please sign in to comment.