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

Found 109 packages in 0.07 seconds

liteq — by Gábor Csárdi, 7 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.

rstack — by Gábor Csárdi, 3 years 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.

leidenbase — by Brent Ewing, 5 months ago

R and C/C++ Wrappers to Run the Leiden find_partition() Function

An R to C/C++ interface that runs the Leiden community detection algorithm to find a basic partition (). It runs the equivalent of the 'leidenalg' find_partition() function, which is given in the 'leidenalg' distribution file 'leiden/src/functions.py'. This package includes the required source code files from the official 'leidenalg' distribution and functions from the R 'igraph' package. The 'leidenalg' distribution is available from < https://github.com/vtraag/leidenalg/> and the R 'igraph' package is available from < https://igraph.org/r/>. The Leiden algorithm is described in the article by Traag et al. (2019) . Leidenbase includes code from the packages: igraph version 0.9.8 with license GPL (>= 2), leidenalg version 0.8.10 with license GPL 3.

isa2 — by Gabor Csardi, 3 years ago

The Iterative Signature Algorithm

The ISA is a biclustering algorithm that finds modules in an input matrix. A module or bicluster is a block of the reordered input matrix.

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

Illustrate the Flow of Information or Material

Plots that illustrate the flow of information or material.

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

'WebDriver' Client for 'PhantomJS'

A client for the 'WebDriver' 'API'. It allows driving a (probably headless) web browser, and can be used to test web applications, including 'Shiny' apps. In theory it works with any 'WebDriver' implementation, but it was only tested with 'PhantomJS'.

nanoparquet — by Gábor Csárdi, 16 days ago

Read and Write 'Parquet' Files

Self-sufficient reader and writer for flat 'Parquet' files. Can read most 'Parquet' data types. Can write many 'R' data types, including factors and temporal types. See docs for limitations.

presser — by Gábor Csárdi, 6 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, 2 years 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.

shinytoastr — by Gábor Csárdi, 3 years ago

Notifications from 'Shiny'

Browser notifications in 'Shiny' apps, using 'toastr': < https://github.com/CodeSeven/toastr#readme>.