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 5 days ago
dynamic-documentsknitrliterate-programmingrmarkdownsweave
23.67 score 2.4k stars 4.1k packages 112k scripts 1.2M downloadsrmarkdown - Dynamic Documents for R
Convert R Markdown documents into a variety of formats.
Last updated 20 days ago
literate-programmingmarkdownpandocrmarkdown
21.95 score 2.9k stars 3.6k packages 13k scripts 1.1M downloadsxfun - Supporting Functions for Packages Maintained by 'Yihui Xie'
Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
Last updated 13 hours ago
17.99 score 142 stars 4.2k packages 780 scripts 1.3M 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 13 days ago
latextexlive
17.83 score 987 stars 3.6k packages 2.3k scripts 992k downloadsbookdown - Authoring Books and Technical Documents with R Markdown
Output formats and utilities for authoring books and technical documents with R Markdown.
Last updated 11 days ago
bookbookdownepubgitbookhtmllatexrmarkdown
17.63 score 3.8k stars 132 packages 1.7k scripts 75k 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 11 months ago
code-formatter
15.18 score 257 stars 1.2k packages 1.6k scripts 88k 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 5 months ago
commonmarkmarkdown
14.83 score 84 stars 419 packages 3.2k scripts 382k 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 6 months ago
htmllatexsyntax-highlighting
14.31 score 45 stars 4.1k packages 91 scripts 1.0M 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.91 score 32 stars 6.8k packages 156 scripts 996k downloadsxaringan - Presentation Ninja
Create HTML5 slides with R Markdown and the JavaScript library 'remark.js' (<https://remarkjs.com>).
Last updated 8 months ago
markdownnarutoninjapresentationpresentation-ninjaremarkjsrmarkdownrstudioslideshow
13.39 score 1.5k stars 10 packages 904 scripts 3.8k 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 2 months ago
http-serverweb-serverwebsocket
12.40 score 278 stars 66 packages 185 scripts 41k 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
12.12 score 205 stars 28 packages 2.5k scripts 6.9k 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 1 months ago
csshtmlpaged-mediapdfprintingtypesetting
11.74 score 892 stars 16 packages 370 scripts 16k 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 2 months ago
blog-engineblogdownhugormarkdownrstudiowebsite-generation
11.41 score 1.7k stars 1 packages 1.5k scripts 2.8k downloadstestit - A Simple Package for Testing R Packages
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
Last updated 12 months ago
testing
9.75 score 58 stars 13 packages 1.1k scripts 8.9k 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 9 days ago
litedownmarkdownr-markdownreport-generatorreproducible-research
8.71 score 181 stars 15 scripts 4.4k 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.19 score 118 stars 1.2k scripts 2.1k 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 7 months ago
roxygen-documentation
7.38 score 32 stars 1 packages 83 scripts 980 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
6.99 score 37 stars 133 scripts 354 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 232 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.28 score 47 stars 68 scripts 914 downloads