Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 394 packages in 0.02 seconds

tkrplot — by Luke Tierney, a year ago

TK Rplot

Simple mechanism for placing R graphics in a Tk widget.

R2HTML — by Milan Bouchet-Valat, 2 years ago

HTML Exportation for R Objects

Includes HTML function and methods to write in an HTML file. Thus, making HTML reports is easy. Includes a function that allows redirection on the fly, which appears to be very useful for teaching purpose, as the student can keep a copy of the produced output to keep all that he did during the course. Package comes with a vignette describing how to write HTML reports for statistical analysis. Finally, a driver for 'Sweave' allows to parse HTML flat files containing R code and to automatically write the corresponding outputs (tables and graphs).

mathjaxr — by Wolfgang Viechtbauer, 2 years ago

Using 'Mathjax' in Rd Files

Provides 'MathJax' and macros to enable its use within Rd files for rendering equations in the HTML help files.

prettydoc — by Yixuan Qiu, 3 years ago

Creating Pretty Documents from R Markdown

Creating tiny yet beautiful documents and vignettes from R Markdown. The package provides the 'html_pretty' output format as an alternative to the 'html_document' and 'html_vignette' engines that convert R Markdown into HTML pages. Various themes and syntax highlight styles are supported.

htmlTable — by Max Gordon, 5 months ago

Advanced Tables for Markdown/HTML

Tables with state-of-the-art layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying css-structure is simple in order to maximize compatibility with common word processors. The package also contains a few text formatting functions that help outputting text compatible with HTML/LaTeX.

dashHtmlComponents — by Ryan Patrick Kyle, 4 years ago

Vanilla HTML Components for 'Dash'

'Dash' is a web application framework that provides pure Python and R abstraction around HTML, CSS, and JavaScript. Instead of writing HTML or using an HTML templating engine, you compose your layout using R functions within the 'dashHtmlComponents' package. The source for this package is on GitHub: plotly/dash-html-components.

htmltools — by Carson Sievert, 3 days ago

Tools for HTML

Tools for HTML generation and output.

texreg — by Philip Leifeld, 5 months ago

Conversion of R Regression Output to LaTeX or HTML Tables

Converts coefficients, standard errors, significance stars, and goodness-of-fit statistics of statistical models into LaTeX tables or HTML tables/MS Word documents or to nicely formatted screen output for the R console for easy model comparison. A list of several models can be combined in a single table. The output is highly customizable. New model types can be easily implemented. Details can be found in Leifeld (2013), JStatSoft . (If the Zelig package, which this package enhances, cannot be found on CRAN, you can find it at < https://github.com/IQSS/Zelig>. If the mnlogit package, which this package enhances, cannot be found on CRAN, you can find an old version in the CRAN Archive at < https://cran.r-project.org/src/contrib/Archive/mnlogit/>.)

tcltk2 — by Philippe Grosjean, 9 years ago

Tcl/Tk Additions

A series of additional Tcl commands and Tk widgets with style and various functions (under Windows: DDE exchange, access to the registry and icon manipulation) to supplement the tcltk package

pander — by Gergely Daróczi, 2 years ago

An R 'Pandoc' Writer

Contains some functions catching all messages, 'stdout' and other useful information while evaluating R code and other helpers to return user specified text elements (like: header, paragraph, table, image, lists etc.) in 'pandoc' markdown or several type of R objects similarly automatically transformed to markdown format. Also capable of exporting/converting (the resulting) complex 'pandoc' documents to e.g. HTML, 'PDF', 'docx' or 'odt'. This latter reporting feature is supported in brew syntax or with a custom reference class with a smarty caching 'backend'.