R6 - Encapsulated Classes with Reference Semantics
Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
Last updated
17.75 score 424 stars 15k dependents 2.7k scripts 1.7M downloadsmemoise - 'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value.
Last updated
memoise
15.93 score 321 stars 6.0k dependents 1.3k scripts 1.0M downloadshttpuv - HTTP and WebSocket Server Library
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
Last updated
libuv1cpp
15.93 score 250 stars 2.2k dependents 916 scripts 594k downloadsshinydashboard - Create Dashboards with 'Shiny'
Create dashboards with 'Shiny'. This package provides a theme on top of 'Shiny', making it easy to create attractive dashboards.
Last updated
admin-dashboarddashboardreactivityrstudioshinyshinydashboardweb-appweb-development
15.62 score 922 stars 212 dependents 21k scripts 63k downloadsfastmap - Fast Data Structures
Fast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.
Last updated
cpp
14.23 score 135 stars 6.2k dependents 142 scripts 1.1M downloadsshinythemes - Themes for Shiny
Themes for use with Shiny. Includes several Bootstrap themes from <https://bootswatch.com/>, which are packaged for use with Shiny applications.
Last updated
14.00 score 159 stars 132 dependents 9.7k scripts 180k downloadscachem - Cache R Objects with Automatic Pruning
Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.
Last updated
13.79 score 64 stars 6.0k dependents 127 scripts 1.1M downloadswebshot - Take Screenshots of Web Pages
Takes screenshots of web pages, including Shiny applications and R Markdown documents.
Last updated
12.48 score 231 stars 66 dependents 3.1k scripts 39k downloadswebsocket - 'WebSocket' Client Library
Provides a 'WebSocket' client interface for R. 'WebSocket' is a protocol for low-overhead real-time communication: <https://en.wikipedia.org/wiki/WebSocket>.
Last updated
opensslcpp
11.49 score 93 stars 63 dependents 61 scripts 72k downloadsdownloader - Download Files over HTTP and HTTPS
Provides a wrapper for the download.file function, making it possible to download files over HTTPS on Windows, Mac OS X, and other Unix-like platforms. The 'RCurl' package provides this functionality (and much more) but can be difficult to install because it must be compiled with external dependencies. This package has no external dependencies, so it is much easier to install.
Last updated
11.04 score 35 stars 95 dependents 3.3k scripts 33k downloadswebshot2 - Take Screenshots of Web Pages
Takes screenshots of web pages, including Shiny applications and R Markdown documents. 'webshot2' uses headless Chrome or Chromium as the browser back-end.
Last updated
10.85 score 126 stars 28 dependents 1.9k scripts 39k downloadsshinytest - Test Shiny Apps
Please see the shinytest to shinytest2 migration guide at <https://rstudio.github.io/shinytest2/articles/z-migration.html>.
Last updated
8.70 score 224 stars 419 scripts 5.9k downloadsgcookbook - Data for "R Graphics Cookbook"
Data sets used in the book "R Graphics Cookbook" by Winston Chang, published by O'Reilly Media.
Last updated
6.81 score 10 stars 1 dependents 1.4k scripts 3.2k downloads