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

Found 109 packages in 0.92 seconds

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

Basic R Input Output

Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.

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

Debug R Packages

Specify debug messages as special string constants, and control debugging of packages via environment variables.

sys — by Jeroen Ooms, a year ago

Powerful and Reliable Tools for Running System Commands in R

Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.

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

Fake Web Apps for HTTP 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, 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 'httpbin.org' web service.

getPass — by Drew Schmidt, 4 months ago

Masked User Input

A micro-package for reading "passwords", i.e. reading user input with masking, so that the input is not displayed as it is typed. Currently we have support for 'RStudio', the command line (every OS), and any platform where 'tcltk' is present.

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

Query 'git' Credentials from 'R'

Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories.

igraphdata — by Gabor Csardi, 9 years ago

A Collection of Network Data Sets for the 'igraph' Package

A small collection of various network data sets, to use with the 'igraph' package: the Enron email network, various food webs, interactions in the immunoglobulin protein, the karate club network, Koenigsberg's bridges, visuotactile brain areas of the macaque monkey, UK faculty friendship network, domestic US flights network, etc.

shinytest — by Winston Chang, 2 months ago

Test Shiny Apps

For automated testing of Shiny applications, using a headless browser, driven through 'WebDriver'.

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

Private Configuration for 'R' Packages

Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.

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

Download Logs from the 'RStudio' 'CRAN' Mirror

'API' to the database of 'CRAN' package downloads from the 'RStudio' 'CRAN mirror'. The database itself is at < http://cranlogs.r-pkg.org>, see < https://github.com/r-hub/cranlogs.app> for the raw 'API'.