{"id":13511948,"url":"https://github.com/rstudio/bookdown","last_synced_at":"2025-05-13T15:07:42.777Z","repository":{"id":37336271,"uuid":"45090026","full_name":"rstudio/bookdown","owner":"rstudio","description":"Authoring Books and Technical Documents with R Markdown","archived":false,"fork":false,"pushed_at":"2025-04-16T16:43:02.000Z","size":18632,"stargazers_count":3887,"open_issues_count":224,"forks_count":1269,"subscribers_count":125,"default_branch":"main","last_synced_at":"2025-04-22T11:42:14.434Z","etag":null,"topics":["book","bookdown","epub","gitbook","html","latex","rmarkdown"],"latest_commit_sha":null,"homepage":"https://pkgs.rstudio.com/bookdown/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"zenodo":null},"funding":{"github":["yihui"],"patreon":null,"custom":null}},"created_at":"2015-10-28T05:03:18.000Z","updated_at":"2025-04-22T03:29:33.000Z","dependencies_parsed_at":"2024-04-15T15:52:19.881Z","dependency_job_id":"79567ddb-eb69-4a43-a6c6-9f0ac015d4af","html_url":"https://github.com/rstudio/bookdown","commit_stats":{"total_commits":1808,"total_committers":118,"mean_commits":"15.322033898305085","dds":0.2206858407079646,"last_synced_commit":"5dcce0334144352d44a2c26ea658993fc528c49b"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fbookdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fbookdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fbookdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fbookdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/bookdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577003,"owners_count":21770721,"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":["book","bookdown","epub","gitbook","html","latex","rmarkdown"],"created_at":"2024-08-01T03:01:21.003Z","updated_at":"2025-05-05T21:09:37.631Z","avatar_url":"https://github.com/rstudio.png","language":"JavaScript","readme":"# bookdown \u003ca href=\"https://pkgs.rstudio.com/bookdown/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\"/\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/rstudio/bookdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/bookdown/actions/workflows/R-CMD-check.yaml) [![CRAN release](https://www.r-pkg.org/badges/version/bookdown)](https://CRAN.R-project.org/package=bookdown) [![Codecov test coverage](https://codecov.io/gh/rstudio/bookdown/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/bookdown?branch=main)\n\n\u003c!-- badges: end --\u003e\n\nA open-source (GPL-3) R package to facilitate writing books and long-form articles/reports with R Markdown. Features include:\n\n-   Generate printer-ready books and ebooks from R Markdown documents\n-   A markup language easier to learn than LaTeX, and to write elements such as section headers, lists, quotes, figures, tables, and citations\n-   Multiple choices of output formats: PDF, LaTeX, HTML, EPUB, and Word.\n-   Possibility of including dynamic graphics and interactive applications (HTML widgets and Shiny apps)\n-   Support for languages other than R, including C/C++, Python, and SQL, etc.\n-   LaTeX equations, theorems, and proofs work for all output formats\n-   Can be published to GitHub, bookdown.org, and any web servers\n-   Integrated with the RStudio IDE\n-   One-click publishing to \u003chttps://bookdown.org\u003e\n\n## Book\n\n\u003ca href=\"https://bookdown.org/yihui/bookdown/\"\u003e\u003cimg src=\"https://bookdown.org/yihui/bookdown/images/cover.jpg\" alt=\"bookdown: Authoring Books and Technical Documents with R Markdown\" class=\"book\" height=\"400\"/\u003e\u003c/a\u003e\n\n## Installation\n\nYou can install the package from CRAN as follows:\n\n``` r\ninstall.packages(\"bookdown\")\n```\n\nIf you want to use the development version of the **bookdown** package, you can install the package from GitHub via the [**pak** package](https://pak.r-lib.org):\n\n``` r\n# install.packages(\"pak\")\npak::pak('rstudio/bookdown')\n```\n\n## Usage\n\nThe easiest way to start a new Bookdown project is from within RStudio IDE. Go to *File \\\u003e New Project \\\u003e New Directory \\\u003e Book project using bookdown*.\n\nThis will create a new directory with an example book as template. You can build the HTML version of this example book without doing any modification:\n\n-   Go into the Build Pane in the RStudio IDE\n-   Click on *Build Book \\\u003e bookdown::gitbook*\n\nYou can also run `bookdown::render_book()` in the R console.\n\nLearn more about using bookdown in the [Getting started section](https://pkgs.rstudio.com/bookdown/articles/bookdown.html).\n\n## Getting help\n\nThere are two main places to get help:\n\n1.  The [RStudio community](https://forum.posit.co/tags/c/R-Markdown/10/bookdown) is a friendly place to ask any questions about **bookdown**. Be sure to use the `bookdown` tag.\n\n2.  [Stack Overflow](https://stackoverflow.com/questions/tagged/bookdown) is a great source of answers to common **bookdown** questions. Use the tags [`[r][bookdown]`](https://stackoverflow.com/questions/tagged/bookdown+r) if you ask a question.\n\n## Code of Conduct\n\nPlease note that the bookdown project is released with a [Contributor Code of Conduct](https://pkgs.rstudio.com/bookdown/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","funding_links":["https://github.com/sponsors/yihui"],"categories":["JavaScript","Templates and Guides","Popular \u0026 New Non-LaTeX Templates","latex","网站生成与排版","Word Processors","Rmarkdown Templates","General Tools","Publishing"],"sub_categories":["R Markdown","Others","电子书","Book","Site Builder","Miscellaneous"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fbookdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Fbookdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fbookdown/lists"}