{"id":13716372,"url":"https://github.com/rstudio/r-manuals","last_synced_at":"2025-04-06T22:12:01.289Z","repository":{"id":48113567,"uuid":"442501979","full_name":"rstudio/r-manuals","owner":"rstudio","description":"A re-styled version of the R manuals","archived":false,"fork":false,"pushed_at":"2025-03-30T00:23:38.000Z","size":8486,"stargazers_count":92,"open_issues_count":2,"forks_count":10,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-30T21:09:50.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rstudio.github.io/r-manuals","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2021-12-28T15:17:10.000Z","updated_at":"2025-02-09T02:47:58.000Z","dependencies_parsed_at":"2023-02-18T20:30:36.763Z","dependency_job_id":"a7305554-3a7a-49bc-8352-408607911c2c","html_url":"https://github.com/rstudio/r-manuals","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":0.08333333333333337,"last_synced_commit":"1ae810dceaa827bd40ea428eb7eadd1a8e4cd5e3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fr-manuals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fr-manuals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fr-manuals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fr-manuals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/r-manuals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557770,"owners_count":20958047,"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":[],"created_at":"2024-08-03T00:01:09.823Z","updated_at":"2025-04-06T22:12:01.255Z","avatar_url":"https://github.com/rstudio.png","language":"R","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# r-manuals\n\n\u003c!-- badges: start --\u003e\n\n\u003c!-- badges: end --\u003e\n\nThis project translates the [official R manuals](https://cran.r-project.org/manuals.html) to [quarto](https://quarto.org/) with the aim of lightly re-styling for better readability:\n\n-   Separate the manual into page for each chapter\n-   Code highlighting and formatting\n-   Footnotes in sidebar\n-   Improved searching\n\nYou can view the resulting [https://rstudio.github.io/r-manuals](https://rstudio.github.io/r-manuals/r-intro/)\n\n## How this works\n\nBackground information\n\n-   Every hour the R source code (at SVN) gets copied to github, into the repo \u003chttps://github.com/wch/r-source\u003e.\n-   The manuals are in the folder \u003chttps://github.com/wch/r-source/tree/trunk/doc/manual\u003e\n-   Each manual is in file of format `texinfo`, the \"GNU documentation format\" (\u003chttps://www.gnu.org/software/texinfo/\u003e)\n-   Since it is possible to render a `texinfo` document to HTML\n-   Once in HTML format, you can use `pandoc` to convert the HTML to markdown, manipulate the markdown and then re-convert to HTML\n\n## Building the manuals\n\nThe build script is in the file `scripts/build_website.R`.\n\n## In more detail\n\nFor each manual:\n\n-   Download the relevant `texinfo` manual files and associated images and environment variables\n-   Run `makeinfo` to convert from `.texi` to HTML\n-   Run `pandoc` with additional [Lua filters](https://pandoc.org/lua-filters.html) to convert to markdown\n-   Perform additional processing and conversion in R\n-   Include the markdown files in a quarto book template\n-   Render the manual to quarto\n\nThen combine the various quarto books into a quarto website.\n\n## Note about installing `makeinfo`\n\nOn Linux, you can easily install the `makeinfo` utility using `sudo apt install texinfo`.\n\nOn Windows, `makeinfo` is installed as part of [RTools40](https://cran.r-project.org/bin/windows/Rtools/rtools40.html).\n\n# Licensing\n\nWe provide the conversion code, i.e. this collection of R scripts and pandoc lua filters, under the MIT license.\n\nThe original R manuals are not under this MIT license. Instead, these manuals contain the following license:\n\n\u003e Copyright © 1999–2021 R Core Team\n\u003e\n\u003e Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.\n\u003e\n\u003e Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.\n\u003e\n\u003e Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the R Core Team.\n","funding_links":[],"categories":["Real-life examples","Real life examples","R"],"sub_categories":["Websites formats"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fr-manuals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Fr-manuals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fr-manuals/lists"}