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

Found 112 packages in 0.01 seconds

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

Run CRAN URL Checks from Older R Versions

Provide the URL checking tools available in R 4.1+ as a package for earlier versions of R. Also uses concurrent requests so can be much faster than the serial versions.

shinytoastr — by Gábor Csárdi, a year ago

Notifications from 'Shiny'

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

cranlike — by Gábor Csárdi, 8 months ago

Tools for 'CRAN'-Like Repositories

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

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

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

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

prompt — by Gábor Csárdi, a year ago

Dynamic 'R' Prompt

Set the 'R' prompt dynamically, from a function. The package contains some examples to include various useful dynamic information in the prompt: the status of the last command (success or failure); the amount of memory allocated by the current 'R' process; the name of the R package(s) loaded by 'pkgload' and/or 'devtools'; various 'git' information: the name of the active branch, whether it is dirty, if it needs pushes pulls. You can also create your own prompt if you don't like the predefined examples.

tracer — by Gabor Csardi, 8 years ago

Slick Call Stacks

Better looking call stacks after an error.

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

Illustrate the Flow of Information or Material

Plots that illustrate the flow of information or material.