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

Found 113 packages in 0.03 seconds

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

Illustrate the Flow of Information or Material

Plots that illustrate the flow of information or material.

oskeyring — by Gábor Csárdi, 2 years ago

Raw System Credential Store Access from R

Aims to support all features of the system credential store, including non-portable ones. Supports 'Keychain' on 'macOS', and 'Credential Manager' on 'Windows'. See the 'keyring' package if you need a portable 'API'.

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

Create Rich Command Line Applications

Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It uses CSS for custom themes. This package is now superseded by the 'cli' package. Please use 'cli' instead in new projects.

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

C Resource Cleanup via Exit Handlers

Wrapper of .Call() that runs exit handlers to clean up C resources. Helps managing C (non-R) resources while using the R API.

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

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

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

Detect the Language of Text

With no external dependencies and support for 335 languages; all languages spoken by more than one million speakers. 'Franc' is a port of the 'JavaScript' project of the same name, see < https://github.com/wooorm/franc>.

leidenbase — by Brent Ewing, a month 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.

sand — by Eric Kolaczyk, 5 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'.

roxut — by Bryan A. Hanson, 4 years ago

Document Unit Tests Roxygen-Style

Much as 'roxygen2' allows one to document functions in the same file as the function itself, 'roxut' allows one to write the unit tests in the same file as the function. Once processed, the unit tests are moved to the appropriate directory. Currently supports 'testthat' and 'tinytest' frameworks. The 'roxygen2' package provides much of the infrastructure.