←back to thread

Big Book of R

(www.bigbookofr.com)
288 points sebg | 3 comments | | HN request time: 0.678s | source
Show context
thangalin ◴[] No.43646979[source]
Tangentially, R can help produce living Markdown documents (.Rmd files). A couple of ways include pandoc with knitr[0] or my FOSS text editor, KeenWrite[1]. I've kept the R syntax in KeenWrite compatible with knitr. Living documents as part of a build process can produce PDFs that are always up-to-date with respect to external data sources[2], which includes source code.

[0]: https://yihui.org/knitr/

[1]: https://keenwrite.com/

[2]: https://youtu.be/XSbTF3E5p7Q?list=PLB-WIt1cZYLm1MMx2FBG9KWzP...

replies(2): >>43647139 #>>43647376 #
haberman ◴[] No.43647376[source]
There is also Quarto, which I have had a good experience with: https://quarto.org/
replies(2): >>43647665 #>>43648606 #
1. shepherdjerred ◴[] No.43648606[source]
I'm more excited about https://typst.app/
replies(1): >>43648723 #
2. Onawa ◴[] No.43648723[source]
Quarto can output to Typst (as well as many other outputs simultaneously, e.g. .docx, HTML, PDF, PPT, etc) for it's typesetting capabilities. https://quarto.org/docs/output-formats/typst.html
replies(1): >>43650317 #
3. kerkeslager ◴[] No.43650317[source]
Typst has been the biggest discovery in my technical toolkit in the last year. Such a huge step up from LaTeX, and I never thought I'd say that.