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
18.00 score 424 stars 15k dependents 4.2k scripts 1.9M 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
16.26 score 250 stars 2.2k dependents 1.3k scripts 860k 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.99 score 321 stars 6.0k dependents 1.3k scripts 1.1M 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.56 score 927 stars 218 dependents 20k scripts 55k 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.35 score 160 stars 130 dependents 9.3k scripts 429k 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.27 score 135 stars 6.3k dependents 147 scripts 1.1M 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.86 score 65 stars 6.0k dependents 136 scripts 1.1M downloadswebshot - Take Screenshots of Web Pages
Takes screenshots of web pages, including Shiny applications and R Markdown documents.
Last updated
12.42 score 231 stars 67 dependents 2.8k scripts 38k 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.55 score 93 stars 65 dependents 75 scripts 66k 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.82 score 224 stars 638 scripts 5.1k 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