public_dir <- "C:/Users/Public/Documents/"
file.copy(distill:::distill_resource("a11y.theme"), public_dir)
[1] TRUE
theme_file <- list.files(public_dir, "a11y.theme", full.names = TRUE)
theme_file
[1] "C:/Users/Public/Documents/a11y.theme"
processing file: test.Rmd
|.................. | 25%
inline R code fragments
|................................... | 50%
label: setup (with options)
List of 1
$ include: logi FALSE
|.................................................... | 75%
ordinary text without R code
|......................................................................| 100%
label: unnamed-chunk-1
output file: test.knit.md
"C:/Users/JOBNMA~1/AppData/Local/Pandoc/pandoc" +RTS -K512m -RTS test.utf8.md --to html5 --from markdown+autolink_bare_uris+tex_math_single_backslash --output test.html --lua-filter "C:\Users\JOBNMA~1\DOCUME~1\R\WIN-LI~1\4.0\RMARKD~1\RMARKD~1\lua\PAGEBR~1.LUA" --lua-filter "C:\Users\JOBNMA~1\DOCUME~1\R\WIN-LI~1\4.0\RMARKD~1\RMARKD~1\lua\LATEX-~1.LUA" --email-obfuscation none --self-contained --standalone --variable toc-float=1 --highlight-style "C:/Users/Public/Documents/a11y.theme" --template "C:\Users\JOBNMA~1\DOCUME~1\R\WIN-LI~1\4.0\distill\RMARKD~1\TEMPLA~1\DISTIL~1\RESOUR~1\DEFAUL~1.HTM" "--metadata=link-citations:true" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c533adc2html" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c69434960html" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c22de6ba5html" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c3bdeaf4html" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c5547651html" --include-before-body "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c55676b61html" --include-before-body "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c3a9e282html" --include-before-body "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c19341130html" --include-after-body "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c3b24aahtml" --include-after-body "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c318d1e8fhtml" --include-after-body "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c4ba7b88html" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\rmarkdown-str152c45e14c47.html" --mathjax --variable "mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "C:\Users\JOBNMA~1\AppData\Local\Temp\RtmpcjxMlP\file152c76196b57html"
Output created: test.html
Warning message:
In (function (category = "LC_ALL", locale = "") :
OS reports request to set locale to "en_US.UTF-8" cannot be honored
I am not so clear with the second part of this instruction.
4. Click the knit button. Does it work ? Paste the command line you have in the Rmarkdown pane below "output_file: test.knit.md"