asciidoc
Inspired by Karl Broman`s reader on using knitr with
asciidoc
(https://kbroman.org/knitr_knutshell/pages/asciidoc.html), this is
merely a wrapper to knitr and asciidoc
.
Write to disk? See Warning.
Due to the CRAN policy of not writing "anywhere else on the
file system apart from the R session's temporary directory",
we work on a temporary copy of file_name
.
Thus all internal sourcing and internal links will be
broken and any output is written to tempdir()
.
Set the option "write_to_disk" to TRUE (using
options(write_to_disk = TRUE)
to bypass this. You may want to include the above line into your
~/.Rprofile
.
You will find the details in
vignette("An_Introduction_to_rasciidoc", package = "rasciidoc")
.