开源软件名称(OpenSource Name):rstudio/tufte开源软件地址(OpenSource Url):https://github.com/rstudio/tufte开源编程语言(OpenSource Language):R 56.4%开源软件介绍(OpenSource Introduction):tufteThis R package provides a few R Markdown output formats that use the Tufte style. See https://rstudio.github.io/tufte/ for a comprehensive example. BooksSee about the Tufte Handouts format in R Markdown Definitive Guide InstallationYou can install the last available released version from CRAN install.packages('tufte') You can also install the development version of tufte from GitHub with: # install.packages("remotes")
remotes::install_github("rstudio/tufte")
# install.packages("pak")
pak::pkg_install("rstudio/tufte") UsageThe easiest way to make a new R Markdown document using Tufte style is from within RStudio. Go to File > New File > R Markdown > From template > Tufte Handout. This can also be created from the command line using rmarkdown::draft("tufte.Rmd", "tufte_html", "tufte") Getting helpThere are two main places to get help:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论