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

Found 408 packages in 0.02 seconds

tables — by Duncan Murdoch, 2 days ago

Formula-Driven Table Generation

Computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R matrix for further processing.

pkgdown — by Hadley Wickham, a month ago

Make Static HTML Documentation for a Package

Generate an attractive and useful website from a source package. 'pkgdown' converts your documentation, vignettes, 'README', and more to 'HTML' making it easy to share information about your package online.

penaltyLearning — by Toby Dylan Hocking, a year ago

Penalty Learning

Implementations of algorithms from Learning Sparse Penalties for Change-point Detection using Max Margin Interval Regression, by Hocking, Rigaill, Vert, Bach < http://proceedings.mlr.press/v28/hocking13.html> published in proceedings of ICML2013.

shinyLP — by Jasmine Daly, 2 years ago

Bootstrap Landing Home Pages for Shiny Applications

Provides functions that wrap HTML Bootstrap components code to enable the design and layout of informative landing home pages for Shiny applications. This can lead to a better user experience for the users and writing less HTML for the developer.

R3port — by Richard Hooijmaijers, 7 months ago

Report Functions to Create HTML and PDF Files

Create and combine HTML and PDF reports from within R. Possibility to design tables and listings for reporting and also include R plots.

tufterhandout — by Michael C Sachs, 11 years ago

Tufte-style html document format for rmarkdown

Custom template and output formats for use with rmarkdown. Produce Edward Tufte-style handouts in html formats with full support for rmarkdown features

CaPO4Sim — by David Granjon, a year ago

A Virtual Patient Simulator in the Context of Calcium and Phosphate Homeostasis

Explore calcium (Ca) and phosphate (Pi) homeostasis with two novel 'Shiny' apps, building upon on a previously published mathematical model written in C, to ensure efficient computations. The underlying model is accessible here < https://pubmed.ncbi.nlm.nih.gov/28747359/)>. The first application explores the fundamentals of Ca-Pi homeostasis, while the second provides interactive case studies for in-depth exploration of the topic, thereby seeking to foster student engagement and an integrative understanding of Ca-Pi regulation.

html5 — by Timothy Conwell, 3 years ago

Creates Valid HTML5 Strings

Generates valid HTML tag strings for HTML5 elements documented by Mozilla. Attributes are passed as named lists, with names being the attribute name and values being the attribute value. Attribute values are automatically double-quoted. To declare a DOCTYPE, wrap html() with function doctype(). Mozilla's documentation for HTML5 is available here: < https://developer.mozilla.org/en-US/docs/Web/HTML/Element>. Elements marked as obsolete are not included.

shinyMobile — by David Granjon, a year ago

Mobile Ready 'shiny' Apps with Standalone Capabilities

Develop outstanding 'shiny' apps for 'iOS' and 'Android' as well as beautiful 'shiny' gadgets. 'shinyMobile' is built on top of the latest 'Framework7' template < https://framework7.io>. Discover 14 new input widgets (sliders, vertical sliders, stepper, grouped action buttons, toggles, picker, smart select, ...), 2 themes (light and dark), 12 new widgets (expandable cards, badges, chips, timelines, gauges, progress bars, ...) combined with the power of server-side notifications such as alerts, modals, toasts, action sheets, sheets (and more) as well as 3 layouts (single, tabs and split).

equatags — by David Gohel, 4 months ago

Equations to 'XML'

Provides function to transform latex math expressions into format 'HTML' or 'Office Open XML Math'. The 'XML' result can then be included in 'HTML', 'Microsoft Word' documents or 'Microsoft PowerPoint' presentations by using a 'Markdown' document or the R package 'officer'.