Quarto中文书稿写作手册
文学化统计编程
前言
这本小册子是在我2021年7月在github上出版的《Bookdown中文书稿写作手册》 的基础上改篇过来的,基本的章节结构与内容基本保持不变.
Bookdown是谢益辉基于R Markdown开发出来的系列文学化写作工具之一, 主要是针对R语言开发出来,而Quarto Markdown是新一代的R Markdown, 可支持包括R, Python, Julia, Oberservable等在内的多种语言, 因此作为Quarto应用场景之一的Quarto Book可视为Bookdown的拓展或新的一代, 因此这本小册子会在多种编程语言和Quarto本身的特性上尽可能体现出来.
这本小册子可视为一个写中文书稿的quarto
模板,也是中文quarto book
写作的一本说明书,其中汇总了书稿中几大核心要素的写作技巧. 除了原有的bookdown
参考书, 我主要参考了Quarto网站Quarto Guide中Quarto Books的相关内容及其中提及的在线 电子书. Quarto Gallery
提供的电子书在不断增加,在此 罗列一些,也表示对Posit及这些电子书的作者表示敬意和感谢.
Hadley Wickham, R for Data Science, 2E
Wes McKinney, Python for Data Analysis, 3E
Garrett Grolemund, Hands on Programming with R
Bernd Bischl, Raphael Sonabend, Lars Kotthoff, Michel Lang (eds.), Applied Machine Learning Using mlr3 in R, mlr3book
Rohan Alexander, Telling Stories with Data: With Applications in R and Python
Jeffrey Heer, Dominik Moritz, Jake VanderPlas, and Brock Craft, Visualization Curriculum
Michael Dorman, Anita Graser, Jakub Nowosad, Robin Lovelace, Geocomputation with Python
V. Lyubchich and Y. R. Gel, Time Series Analysis: Lecture Notes with Examples in R
Damien Dotta, Cookbook Polars for R: A side-by-side comparison of polars, R base, dplyr, tidyr and data.table packages.
Kevin Heavey, Modern Polars: A side-by-side comparison of the Polars and Pandas libraries.
Malcolm Barrett, Lucy D’Agostino McGowan, Travis GerkeCausal Inference in R
汤银才, Bookdown中文书稿写作手册, 2021-07-21.
李东风,R语言教程,第22章:Quarto格式文件, 2023-07-27.