{"id":13707497,"url":"https://github.com/jhelvy/renderthis","last_synced_at":"2025-04-07T15:05:36.194Z","repository":{"id":38040127,"uuid":"299061544","full_name":"jhelvy/renderthis","owner":"jhelvy","description":"An R package for building xaringan slides into multiple outputs, including html, pdf, png, gif, pptx, and mp4.","archived":false,"fork":false,"pushed_at":"2023-10-08T02:02:54.000Z","size":22935,"stargazers_count":171,"open_issues_count":18,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-10T06:07:28.389Z","etag":null,"topics":["gif","mp4","pdf","png","quarto","quartopub","r","r-package","rmarkdown","rstats","slides","xaringan"],"latest_commit_sha":null,"homepage":"https://jhelvy.github.io/renderthis","language":"HTML","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/jhelvy.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}},"created_at":"2020-09-27T15:30:05.000Z","updated_at":"2024-02-15T19:29:45.000Z","dependencies_parsed_at":"2022-08-01T01:38:51.526Z","dependency_job_id":"bb508dc2-4b3e-411b-bc48-6fb422376388","html_url":"https://github.com/jhelvy/renderthis","commit_stats":null,"previous_names":["jhelvy/xaringanbuilder"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhelvy%2Frenderthis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhelvy%2Frenderthis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhelvy%2Frenderthis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhelvy%2Frenderthis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhelvy","download_url":"https://codeload.github.com/jhelvy/renderthis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"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":["gif","mp4","pdf","png","quarto","quartopub","r","r-package","rmarkdown","rstats","slides","xaringan"],"created_at":"2024-08-02T22:01:33.333Z","updated_at":"2025-04-07T15:05:36.177Z","avatar_url":"https://github.com/jhelvy.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"---\noutput:\n  github_document:\n    html_preview: false\n---\n\n[rmarkdown]: https://rmarkdown.rstudio.com\n[quarto]: https://quarto.org\n[xaringan]: https://slides.yihui.org/xaringan/\n[revealjs]: https://quarto.org/docs/presentations/revealjs/\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  results = \"asis\",\n  comment = \"#\u003e\",\n  out.width = \"100%\",\n  eval = FALSE\n)\nIS_README \u003c- TRUE\n```\n\n# renderthis \u003ca href='https://jhelvy.github.io/renderthis/'\u003e\u003cimg src='man/figures/logo.png' align=\"right\" height=\"139\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/jhelvy/renderthis/workflows/R-CMD-check/badge.svg)](https://github.com/jhelvy/renderthis/actions)\n[![CRAN status](https://www.r-pkg.org/badges/version/renderthis)](https://CRAN.R-project.org/package=renderthis)\n[![Lifecycle:\nstable](https://lifecycle.r-lib.org/articles/figures/lifecycle-stable.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\u003c!-- badges: end --\u003e\n\nThis package contains functions for rendering [R Markdown][rmarkdown] and [Quarto][quarto] documents — priamrily [xaringan] or [revealjs] slides — to different formats, including HTML, PDF, PNG, GIF, PPTX, and MP4, as well as a 'social' output, a png of the first slide re-sized for sharing on social media.\n\n**Looking for xaringanBuilder?**\nThe `renderthis` package was previously called `xaringanBuilder`. We updated the name as the package evolved (see [this blog post](https://www.jhelvy.com/blog/2022-06-28-introducing-renderthis/) detailing the package's history)\nIf you need to install `xaringanBuilder` under the previous package name,\n[see the instructions below](#installing-xaringanbuilder).\n\n## Installation\n\n**Note**: To get the most out of renderthis, we recommend installing the\npackage **with dependencies** and making sure that you have a local\ninstallation of Google Chrome. See the\n[Setup](https://jhelvy.github.io/renderthis/articles/renderthis-setup.html)\npage for details.\n\nSince `renderthis` is temporarily not on CRAN (we'll eventually get it back up), you can install it from GitHub with:\n\n```{r}\n# install.packages(\"pak\")\npak::pak(\"jhelvy/renderthis\")\n```\n\nSome output formats require additional packages, and each format will provide\ninstructions about how to install any missing dependencies. You can also\nchoose to install `renderthis` with all of its dependencies:\n\n```{r}\n# From GitHub\npak::pak(\"jhelvy/renderthis\", dependencies = TRUE)\n```\n\n## Usage\n\n```{r child=\"man/fragments/usage.Rmd\", eval = TRUE}\n\n```\n\nLearn more about renderthis in the\n[Get Started article](https://jhelvy.github.io/renderthis/articles/renderthis.html).\n\n## Author and License Information\n\n- Authors: [John Paul Helveston](https://www.jhelvy.com/) (_aut_, _cre_, _cph_) \u0026 [Garrick Aden-Buie](https://www.garrickadenbuie.com/) (_aut_)\n- Date First Written: Originally as {xaringanBuilder} on *September 27, 2020*\n- License: [MIT](https://github.com/jhelvy/renderthis/blob/master/LICENSE.md)\n\n## Citation Information\n\nIf you use this package in a publication, I would greatly appreciate it if you cited it. You can get the citation information by typing `citation(\"renderthis\")` into R:\n\n```{r, echo = FALSE, eval = TRUE, results='asis'}\ncitation(\"renderthis\")\n```\n\n## Installing xaringanBuilder\n\nIf you want, you can still install the `xaringanBuilder` package as it was just prior to the name change with:\n\n```r\nremotes::install_github(\"jhelvy/renderthis@v0.0.9\")\n```\n\nEven though the install command mentions `renderthis`, the package will be installed as xaringanBuilder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhelvy%2Frenderthis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhelvy%2Frenderthis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhelvy%2Frenderthis/lists"}