knitr - A General-Purpose Package for Dynamic Report Generation in R
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
Last updated 17 days ago
dynamic-documentsknitrliterate-programmingrmarkdownsweave
23.48 score 2.4k stars 4.1k dependents 116k scripts 855k downloadsrmarkdown - Dynamic Documents for R
Convert R Markdown documents into a variety of formats.
Last updated 3 months ago
literate-programmingmarkdownpandocrmarkdown
21.79 score 2.9k stars 3.7k dependents 14k scripts 988k downloadsxfun - Supporting Functions for Packages Maintained by 'Yihui Xie'
Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
Last updated 18 days ago
17.93 score 142 stars 4.2k dependents 840 scripts 875k downloadstinytex - Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents
Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.
Last updated 3 days ago
latextexlive
17.71 score 1.0k stars 3.7k dependents 2.3k scripts 931k downloadsbookdown - Authoring Books and Technical Documents with R Markdown
Output formats and utilities for authoring books and technical documents with R Markdown.
Last updated 26 days ago
bookbookdownepubgitbookhtmllatexrmarkdown
17.43 score 3.8k stars 131 dependents 1.7k scripts 48k downloadsformatR - Format R Code Automatically
Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()).
Last updated 1 years ago
code-formatter
15.21 score 257 stars 1.2k dependents 1.7k scripts 87k downloadsmarkdown - Render Markdown with 'commonmark'
Render Markdown to full and lightweight HTML/LaTeX documents with the 'commonmark' package. This package has been superseded by 'litedown'.
Last updated 8 months ago
commonmarkmarkdown
14.56 score 85 stars 430 dependents 3.6k scripts 301k downloadshighr - Syntax Highlighting for R Source Code
Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (<https://gitlab.com/saalen/highlight>).
Last updated 8 months ago
htmllatexsyntax-highlighting
14.18 score 46 stars 4.1k dependents 91 scripts 733k downloadsmime - Map Filenames to MIME Types
Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
Last updated 2 years ago
mime-types
13.87 score 32 stars 6.9k dependents 167 scripts 841k downloadsxaringan - Presentation Ninja
Create HTML5 slides with R Markdown and the JavaScript library 'remark.js' (<https://remarkjs.com>).
Last updated 11 months ago
markdownnarutoninjapresentationpresentation-ninjaremarkjsrmarkdownrstudioslideshow
13.13 score 1.5k stars 11 dependents 964 scripts 2.4k downloadsservr - A Simple HTTP Server to Serve Static Files or Dynamic Documents
Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Last updated 22 days ago
http-serverweb-serverwebsocket
12.20 score 280 stars 68 dependents 188 scripts 27k downloadsanimation - A Gallery of Animations in Statistics and Utilities to Create Animations
Provides functions for animations in statistics, covering topics in probability theory, mathematical statistics, multivariate statistics, non-parametric statistics, sampling survey, linear models, time series, computational statistics, data mining and machine learning. These functions may be helpful in teaching statistics and data analysis. Also provided in this package are a series of functions to save animations to various formats, e.g. Flash, 'GIF', HTML pages, 'PDF' and videos. 'PDF' animations can be inserted into 'Sweave' / 'knitr' easily.
Last updated 2 years ago
animationstatistical-computingstatistical-graphicsstatistics
11.94 score 207 stars 29 dependents 2.5k scripts 4.2k downloadspagedown - Paginate the HTML Output of R Markdown with CSS for Print
Use the paged media properties in CSS and the JavaScript library 'paged.js' to split the content of an HTML document into discrete pages. Each page can have its page size, page numbers, margin boxes, and running headers, etc. Applications of this package include books, letters, reports, papers, business cards, resumes, and posters.
Last updated 26 days ago
csshtmlpaged-mediapdfprintingtypesetting
11.47 score 896 stars 16 dependents 350 scripts 9.4k downloadsblogdown - Create Blogs and Websites with R Markdown
Write blog posts and web pages in R Markdown. This package supports the static site generator 'Hugo' (<https://gohugo.io>) best, and it also supports 'Jekyll' (<https://jekyllrb.com>) and 'Hexo' (<https://hexo.io>).
Last updated 19 days ago
blog-engineblogdownhugormarkdownrstudiowebsite-generation
11.47 score 1.8k stars 1 dependents 1.5k scripts 2.5k downloadstestit - A Simple Package for Testing R Packages
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
Last updated 1 years ago
testing
9.51 score 58 stars 14 dependents 1.1k scripts 4.8k downloadslitedown - A Lightweight Version of R Markdown
Render R Markdown to Markdown (without using 'knitr'), and Markdown to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead of 'Pandoc'). Some missing Markdown features in 'commonmark' are also supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts, subscripts, footnotes, element attributes, and appendices, but not all 'Pandoc' Markdown features are (or will be) supported. With additional JavaScript and CSS, you can also create HTML slides and articles. This package can be viewed as a trimmed-down version of R Markdown and 'knitr'. It does not aim at rich Markdown features or a large variety of output formats (the primary formats are HTML and 'LaTeX'). Book and website projects of multiple input documents are also supported.
Last updated 11 days ago
litedownmarkdownr-markdownreport-generatorreproducible-research
9.11 score 190 stars 13 scripts 4.6k downloadsprintr - Automatically Print R Objects to Appropriate Formats According to the 'knitr' Output Format
Extends the S3 generic function knit_print() in 'knitr' to automatically print some objects using an appropriate format such as Markdown or LaTeX. For example, data frames are automatically printed as tables, and the help() pages can also be rendered in 'knitr' documents.
Last updated 2 years ago
knitrprintr
8.04 score 118 stars 1.2k scripts 1.5k downloadsRd2roxygen - Convert Rd to 'Roxygen' Documentation
Functions to convert Rd to 'roxygen' documentation. It can parse an Rd file to a list, create the 'roxygen' documentation and update the original R script (e.g. the one containing the definition of the function) accordingly. This package also provides utilities that can help developers build packages using 'roxygen' more easily. The 'formatR' package can be used to reformat the R code in the examples sections so that the code will be more readable.
Last updated 10 months ago
roxygen-documentation
7.38 score 32 stars 1 dependents 82 scripts 1.0k downloadsMSG - Data and Functions for the Book Modern Statistical Graphics
A companion to the Chinese book ``Modern Statistical Graphics''.
Last updated 3 years ago
chinese-bookstatistical-graphics
7.00 score 37 stars 134 scripts 316 downloadsrolldown - R Markdown Output Formats for Storytelling
R Markdown output formats based on JavaScript libraries such as 'Scrollama' (<https://github.com/russellgoldenberg/scrollama>) for storytelling.
Last updated 5 years ago
r-markdownstorytelling
6.87 score 185 stars 201 downloadsfun - Use R for Fun
This is a collection of R games and other funny stuff, such as the classic Mine sweeper and sliding puzzles.
Last updated 2 years ago
6.30 score 47 stars 70 scripts 569 downloads