All Projects → cynkra → indiedown

cynkra / indiedown

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
Individual RMarkdown Templates

Programming Languages

r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to indiedown

Conflr
Post R Markdown documents to Confluence
Stars: ✭ 96 (+284%)
Mutual labels:  rmarkdown
Cosx.org
统计之都主站
Stars: ✭ 180 (+620%)
Mutual labels:  rmarkdown
Xaringanextra
🎡 A playground of enhancements and extensions for xaringan slides.
Stars: ✭ 240 (+860%)
Mutual labels:  rmarkdown
Countdown
⏲ countdown timer for R Markdown slides and HTML docs
Stars: ✭ 110 (+340%)
Mutual labels:  rmarkdown
Knitr
A general-purpose tool for dynamic report generation in R
Stars: ✭ 2,134 (+8436%)
Mutual labels:  rmarkdown
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (+732%)
Mutual labels:  rmarkdown
R Course
Una introduccion al analisis de datos con R y R Studio
Stars: ✭ 93 (+272%)
Mutual labels:  rmarkdown
countup
⏱️ countup.js R htmlwidget
Stars: ✭ 36 (+44%)
Mutual labels:  rmarkdown
Rmarkdown
Dynamic Documents for R
Stars: ✭ 2,319 (+9176%)
Mutual labels:  rmarkdown
R4ds Exercise Solutions
Exercise solutions to "R for Data Science"
Stars: ✭ 226 (+804%)
Mutual labels:  rmarkdown
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (+380%)
Mutual labels:  rmarkdown
Binb
Binb is not Beamer
Stars: ✭ 160 (+540%)
Mutual labels:  rmarkdown
Knitr Book
Dynamic Documents with R and knitr
Stars: ✭ 215 (+760%)
Mutual labels:  rmarkdown
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+336%)
Mutual labels:  rmarkdown
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-36%)
Mutual labels:  rmarkdown
Blogdown
Create Blogs and Websites with R Markdown
Stars: ✭ 1,327 (+5208%)
Mutual labels:  rmarkdown
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (+688%)
Mutual labels:  rmarkdown
Rmarkdown tutorial
Reproducible Research with Rmarkdown: data management, analysis, and reporting all-in-one
Stars: ✭ 18 (-28%)
Mutual labels:  rmarkdown
reportmd
Create multi-page HTML reports in R
Stars: ✭ 23 (-8%)
Mutual labels:  rmarkdown
Bookdown
Authoring Books and Technical Documents with R Markdown
Stars: ✭ 2,768 (+10972%)
Mutual labels:  rmarkdown

indiedown

Individual R Markdown PDF Templates.

Lifecycle: experimental R build status Coverage status CRAN status

indiedown allows you to generate a customized R Markdown PDF template in a few basic steps.

Start by installing indiedown:

install.packages("indiedown")

You can also install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("cynkra/indiedown")

To create your own customized R Markdown template, start by creating an indiedown template package, called mydown in this example. Navigate to the directory where you want to create the package, then:

indiedown::create_indiedown_package("mydown")

This creates a package skeleton in the new mydown directory in the current working directory. You can build mydown, using “Build and Reload” in the RStudio or via the command line, as follows:

devtools::install("mydown")

With mydown built and installed, our new template is available in RStudio (after a restart).

  • Read more at vignette("indiedown").
  • See vignette("walkthrough") for a step by step guide to customization.
  • See vignette("customize") for advanced customization.

Code of Conduct

Please note that the indiedown project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].