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

Found 461 packages in 0.05 seconds

spinifex — by Nicholas Spyrison, 5 months ago

Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data

Data visualization tours animates linear projection of multivariate data as its basis (ie. orientation) changes. The 'spinifex' packages generates paths for manual tours by manipulating the contribution of a single variable at a time Cook & Buja (1997) . Other types of tours, such as grand (random walk) and guided (optimizing some objective function) are available in the 'tourr' package Wickham et al. . 'spinifex' builds on 'tourr' and can render tours with 'gganimate' and 'plotly' graphics, and allows for exporting as an .html widget and as an .gif, respectively. This work is fully discussed in Spyrison & Cook (2020) .

svGUI — by Philippe Grosjean, 5 months ago

'SciViews::R' - Manage GUIs in R

Manage Graphical User Interfaces (GUI) in R. It is independent from any particular GUI widgets ('Tk', 'Gtk2', native, ...). It centralizes info about GUI elements currently used, and it dispatches GUI calls to the particular toolkits in use in function of the context (is R run at the terminal, within a 'Tk' application, a HTML page?).

xtable — by David Scott, 7 years ago

Export Tables to LaTeX or HTML

Coerce data to LaTeX and HTML tables.

miniUI — by Joe Cheng, 10 months ago

Shiny UI Widgets for Small Screens

Provides UI widget and layout functions for writing Shiny apps that work well on small screens.

shinybody — by Robert Norberg, a year ago

An Interactive Anatomography Widget for 'shiny'

An 'htmlwidget' of the human body that allows you to hide/show and assign colors to 79 different body parts. The 'human' widget is an 'htmlwidget', so it works in Quarto documents, R Markdown documents, or any other HTML medium. It also functions as an input/output widget in a 'shiny' app.

pkgdown — by Hadley Wickham, 3 months 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.

shinySelect — by Stéphane Laurent, 3 years ago

A Wrapper of the 'react-select' Library

Provides a select control widget for 'Shiny'. It is easily customizable, and one can easily use HTML in the items and KaTeX to type mathematics.

twitterwidget — by Guido Volpi, 7 years ago

Render a Twitter Status in R Markdown Pages

Include the Twitter status widgets in HTML pages created using R markdown. The package uses the Twitter javascript APIs to embed in your document Twitter cards associated to specific statuses. The main targets are regular HTML pages or dashboards.

markdown — by Yihui Xie, 10 months ago

Render Markdown with 'commonmark'

Render Markdown to full and lightweight HTML/LaTeX documents with the 'commonmark' package. This package has been superseded by 'litedown'.

DT — by Garrick Aden-Buie, 5 months ago

A Wrapper of the JavaScript Library 'DataTables'

Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.