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

Found 108 packages in 0.04 seconds

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

Check if the Title of a Package is Available, Appropriate and Interesting

Check if a given package name is available to use. It checks the name's validity. Checks if it is used on 'GitHub', 'CRAN' and 'Bioconductor'. Checks for unintended meanings by querying 'Wiktionary' and Wikipedia.

tracer — by Gabor Csardi, 8 years ago

Slick Call Stacks

Better looking call stacks after an error.

Ryacas — by Mikkel Meyer Andersen, 2 years ago

R Interface to the 'Yacas' Computer Algebra System

Interface to the 'yacas' computer algebra system (< http://www.yacas.org/>).

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

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'.

praise — by Gabor Csardi, 10 years ago

Praise Users

Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.

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.

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

Notifications from 'Shiny'

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

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.

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.