promises - Abstractions for Promise-Based Asynchronous Programming
Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.
Last updated
promises
18.12 score 210 stars 2.9k dependents 1.0k scripts 698k downloadsGGally - Extension to 'ggplot2'
The R package 'ggplot2' is a plotting system based on the grammar of graphics. 'GGally' extends 'ggplot2' by adding several functions to reduce the complexity of combining geometric objects with transformed data. Some of these functions include a pairwise plot matrix, a two group pairwise plot matrix, a parallel coordinates plot, a survival plot, and several functions to plot networks.
Last updated
17.08 score 616 stars 144 dependents 28k scripts 83k downloadsplumber - An API Generator for R
Gives the ability to automatically generate and serve an HTTP API from R functions using the annotations in the R documentation around your functions.
Last updated
apiapi-serverplumber
14.30 score 1.4k stars 19 dependents 3.5k scripts 64k downloadsshinytest2 - Testing for Shiny Applications
Automated unit testing of Shiny applications through a headless 'Chromium' browser.
Last updated
cpp
12.34 score 121 stars 976 scripts 21k downloadsleaflet.providers - Leaflet Providers
Contains third-party map tile provider information from 'Leaflet.js', <https://github.com/leaflet-extras/leaflet-providers>, to be used with the 'leaflet' R package. Additionally, 'leaflet.providers' enables users to retrieve up-to-date provider information between package updates.
Last updated
11.79 score 15 stars 203 dependents 510 scripts 67k downloadsreactlog - Reactivity Visualizer for 'shiny'
Building interactive web applications with R is incredibly easy with 'shiny'. Behind the scenes, 'shiny' builds a reactive graph that can quickly become intertwined and difficult to debug. 'reactlog' (Schloerke 2019) <doi:10.5281/zenodo.2591517> provides a visual insight into that black box of 'shiny' reactivity by constructing a directed dependency graph of the application's reactive state at any time point in a reactive recording.
Last updated
9.16 score 131 stars 296 scripts 12k downloadsshinyloadtest - Load Test Shiny Applications
Assesses the number of concurrent users 'shiny' applications are capable of supporting, and for directing application changes in order to support a higher number of users. Provides facilities for recording 'shiny' application sessions, playing recorded sessions against a target server at load, and analyzing the resulting metrics.
Last updated
6.90 score 112 stars 71 scripts 375 downloadsgeozoo - Zoo of Geometric Objects
Geometric objects defined in 'geozoo' can be simulated or displayed in the R package 'tourr'.
Last updated
6.75 score 5 stars 16 dependents 122 scripts 3.9k downloadsautocogs - Automatic Cognostic Summaries
Automatically calculates cognostic groups for plot objects and list column plot objects. Results are returned in a nested data frame.
Last updated
5.11 score 6 stars 4 dependents 18 scripts 924 downloadsgqlr - 'GraphQL' Server in R
Server implementation of 'GraphQL' <http://spec.graphql.org/>, a query language originally created by Facebook for describing data requirements on complex application data models. Visit <https://graphql.org> to learn more about 'GraphQL'.
Last updated
5.00 score 60 stars 11 scripts 167 downloads