{"id":13858355,"url":"https://github.com/rstudio/tufte","last_synced_at":"2025-05-14T06:14:18.741Z","repository":{"id":41545371,"uuid":"49116840","full_name":"rstudio/tufte","owner":"rstudio","description":"Tufte Styles for R Markdown Documents","archived":false,"fork":false,"pushed_at":"2025-02-24T16:59:17.000Z","size":1476,"stargazers_count":409,"open_issues_count":20,"forks_count":112,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-04-14T23:15:56.090Z","etag":null,"topics":["r-markdown","r-package","tufte","tufte-style"],"latest_commit_sha":null,"homepage":"https://rstudio.github.io/tufte/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-06T06:17:45.000Z","updated_at":"2025-03-13T20:54:09.000Z","dependencies_parsed_at":"2025-03-10T15:47:49.942Z","dependency_job_id":null,"html_url":"https://github.com/rstudio/tufte","commit_stats":{"total_commits":207,"total_committers":14,"mean_commits":"14.785714285714286","dds":"0.30434782608695654","last_synced_commit":"4250e96ff6fb61f4d0268c7ee6bc3e56d3981e9f"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftufte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftufte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftufte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftufte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/tufte/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975329,"owners_count":21192210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r-markdown","r-package","tufte","tufte-style"],"created_at":"2024-08-05T03:02:05.498Z","updated_at":"2025-04-14T23:16:00.314Z","avatar_url":"https://github.com/rstudio.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# tufte\n\n\u003c!-- badges: start --\u003e\n\n[![CRAN status](https://www.r-pkg.org/badges/version/tufte)](https://CRAN.R-project.org/package=tufte)\n[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/tufte)](https://cran.r-project.org/package=tufte)\n[![R-CMD-check](https://github.com/rstudio/tufte/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/tufte/actions/workflows/R-CMD-check.yaml)\n[![Codecov test coverage](https://codecov.io/gh/rstudio/tufte/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/tufte?branch=main)\n\u003c!-- badges: end --\u003e\n\nThis R package provides a few R Markdown output formats that use the Tufte style. See \u003chttps://rstudio.github.io/tufte/\u003e for a comprehensive example.\n\n## Books\n\n\u003ca href=\"https://bookdown.org/yihui/rmarkdown/tufte-handouts.html\"\u003e\u003cimg src=\"https://bookdown.org/yihui/rmarkdown/images/cover.png\" alt=\"R Markdown: The Definitive Guide\" class=\"book\" height=\"400\"/\u003e\u003c/a\u003e\n\nSee about the Tufte Handouts format in R Markdown Definitive Guide\n\n## Installation\n\nYou can install the last available released version from [CRAN](https://cran.r-project.org/package=tufte)\n\n``` r\ninstall.packages('tufte')\n```\n\nYou can also install the development version of **tufte** from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"pak\")\npak::pak(\"rstudio/tufte\")\n```\n\n## Usage\n\nThe easiest way to make a new R Markdown document using Tufte style is from within RStudio. Go to _File \u003e New File \u003e R Markdown \u003e From template \u003e Tufte Handout_.\n\nThis can also be created from the command line using\n\n```r\nrmarkdown::draft(\"tufte.Rmd\", \"tufte_html\", \"tufte\")\n```\n\n## Getting help\n\nThere are two main places to get help:\n\n1. The [RStudio community](https://community.rstudio.com/c/r-markdown/10) is a friendly place to ask any questions about rmarkdown and the R Markdown family of packages. Use tag **tufte** in your post.\n\n1. [Stack Overflow](https://stackoverflow.com/questions/tagged/r-markdown+tufte) is a great source of answers to common rmarkdown questions. It is also a great place to get help, once you have created a reproducible example that illustrates your problem.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Ftufte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Ftufte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Ftufte/lists"}