Skip to content

Commit

Permalink
use rmarkdown::html_document instead of bookdown
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Nov 15, 2023
1 parent dbf1060 commit b3976ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vignettes/articles/handling_LOQ.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ subtitle: "Optimization with a model for warfarin"
author: "Andrew Hooker"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
bookdown::html_document2:
rmarkdown::html_document:
#bookdown::html_document2:
toc: true
toc_depth: 3
toc_float:
Expand All @@ -15,6 +16,7 @@ output:
#fig_height: 5
bibliography: ["handling_LOQ.bib"]
biblio-style: "apalike"
#biblio-style: apa
link-citations: true
editor_options:
chunk_output_type: console
Expand Down Expand Up @@ -310,13 +312,16 @@ knitr::kable(
) %>% kable_styling("striped",full_width = F)
```

`r if (knitr::is_html_output()) '# References {-}'`
<div id="refs"></div>

# Version information {-}

```{r session}
sessionInfo()
```

`r if (knitr::is_html_output()) '# References {-}'`




Expand Down

0 comments on commit b3976ad

Please sign in to comment.