diff --git a/vignettes/articles/handling_LOQ.Rmd b/vignettes/articles/handling_LOQ.Rmd index c9658b7..ae036f6 100644 --- a/vignettes/articles/handling_LOQ.Rmd +++ b/vignettes/articles/handling_LOQ.Rmd @@ -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: @@ -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 @@ -310,13 +312,16 @@ knitr::kable( ) %>% kable_styling("striped",full_width = F) ``` +`r if (knitr::is_html_output()) '# References {-}'` +
+ # Version information {-} ```{r session} sessionInfo() ``` -`r if (knitr::is_html_output()) '# References {-}'` +