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

Found 105 packages in 0.03 seconds

rstack — by Gábor Csárdi, 7 months ago

Stack Data Type as an 'R6' Class

An extremely simple stack data type, implemented with 'R6' classes. The size of the stack increases as needed, and the amortized time complexity is O(1). The stack may contain arbitrary objects.

cranlike — by Gábor Csárdi, 5 years ago

Tools for 'CRAN'-Like Repositories

A set of functions to manage 'CRAN'-like repositories efficiently.

disposables — by Gábor Csárdi, 7 years ago

Create Disposable R Packages for Testing

Create disposable R packages for testing. You can create, install and load multiple R packages with a single function call, and then unload, uninstall and destroy them with another function call. This is handy when testing how some R code or an R package behaves with respect to other packages.

liteq — by Gábor Csárdi, 5 years ago

Lightweight Portable Message Queue Using 'SQLite'

Temporary and permanent message queues for R. Built on top of 'SQLite' databases. 'SQLite' provides locking, and makes it possible to detect crashed consumers. Crashed jobs can be automatically marked as "failed", or put in the queue again, potentially a limited number of times.

simplegraph — by Gabor Csardi, 7 months ago

Simple Graph Data Types and Basic Algorithms

Simple classic graph algorithms for simple graph classes. Graphs may possess vertex and edge attributes. 'simplegraph' has no dependencies and it is written entirely in R, so it is easy to install.

sankey — by Gábor Csárdi, 6 years ago

Illustrate the Flow of Information or Material

Plots that illustrate the flow of information or material.

keypress — by Gábor Csárdi, 4 months ago

Wait for a Key Press in a Terminal

Wait for a single key press at the 'R' prompt. This works in terminals, but does not currently work in the 'Windows' 'GUI', the 'OS X' 'GUI' ('R.app'), in 'Emacs' 'ESS', in an 'Emacs' shell buffer or in 'R Studio'. In these cases 'keypress' stops with an error message.

presser — by Gábor Csárdi, 4 years ago

Lightweight Web Server for Testing

Create a web app that makes it easier to test web clients without using the internet. It includes a web app framework with path matching and parameters and templates. Can parse various 'HTTP' request bodies. Can send 'JSON' data or files from the disk. Includes a web app that implements the < https://httpbin.org> web service.

stinepack — by Tomas Johannesson, 22 days ago

Stineman, a Consistently Well Behaved Method of Interpolation

A consistently well behaved method of interpolation based on piecewise rational functions using Stineman's algorithm.

sand — by Eric Kolaczyk, 4 years ago

Statistical Analysis of Network Data with R, 2nd Edition

Data sets and code blocks for the book 'Statistical Analysis of Network Data with R, 2nd Edition'.