--- title: 'visStatistics: automated test selection, visualised' author: Sabine Schilling date: "`r Sys.Date()`" output: bookdown::html_document2: base_format: rmarkdown::html_vignette toc: true number_sections: true toc_depth: 3 fig_caption: true bookdown::pdf_document2: toc: true number_sections: true latex_engine: xelatex link-citations: true colorlinks: true linkcolor: blue urlcolor: blue citecolor: blue header-includes: - \usepackage{array} - \usepackage{mathrsfs} - \providecommand{\citation}[1]{} bibliography: REFERENCES.bib pkgdown: as_is: true vignette: > %\VignetteEncoding{UTF-8} %\VignetteIndexEntry{visStatistics: automated test selection, visualised} %\VignetteEngine{knitr::rmarkdown} editor_options: markdown: wrap: sentence --- ```{r knit-setup, include=FALSE} # The child documents are named relative to this file. Knitting from the # package root instead (RStudio's "Project Directory" setting) would look for # them there, so the root directory is moved back to vignettes/ in that case. if (!file.exists("children/_abstract.Rmd") && dir.exists("vignettes")) { knitr::opts_knit$set(root.dir = normalizePath("vignettes")) } ``` # Abstract {.unnumbered} ```{r abstract, child = "children/_abstract.Rmd"} ``` ```{r body, child = "children/_body.Rmd"} ``` ```{r appendix, child = "children/_appendix.Rmd"} ``` # References {.unnumbered}