--- title: "Mirror Tracing Task" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{mirror} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) options(rmarkdown.html_vignette.check_title = FALSE) library(Conversions) ``` I might move this to its own repository with other computerised-like tasks. Document it anyway. I'll port it if I do so.