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

Found 114 packages in 0.04 seconds

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

Run 'R CMD check' from 'R' and Capture Results

Run 'R CMD check' from 'R' and capture the results of the individual checks. Supports running checks in the background, timeouts, pretty printing and comparing check results.

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

'GitHub' 'API'

Minimal client to access the 'GitHub' 'API'.

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

Find Tools Needed to Build R Packages

Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.

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

R Session Information

Query and print information about the current R session. It is similar to 'utils::sessionInfo()', but includes more information about packages, and where they were installed from.

rgl — by Duncan Murdoch, a month ago

3D Visualization Using OpenGL

Provides medium to high level functions for 3D interactive graphics, including functions modelled on base graphics (plot3d(), etc.) as well as functions for constructing representations of geometric objects (cube3d(), etc.). Output may be on screen using OpenGL, or to various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.

prettyunits — by Gabor Csardi, 3 years ago

Pretty, Human Readable Formatting of Quantities

Pretty, human readable formatting of quantities. Time intervals: '1337000' -> '15d 11h 23m 20s'. Vague time intervals: '2674000' -> 'about a month ago'. Bytes: '1337' -> '1.34 kB'. Rounding: '99' with 3 significant digits -> '99.0' p-values: '0.00001' -> '<0.0001'. Colors: '#FF0000' -> 'red'. Quantities: '1239437' -> '1.24 M'.

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

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

Username, Full Name, Email Address, 'GitHub' Username of the Current User

Look up the username and full name of the current user, the current user's email address and 'GitHub' username, using various sources of system and configuration information.

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

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

Check if a Remote Computer is Up

Check if a remote computer is up. It can either just call the system ping command, or check a specified TCP port.