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

Found 112 packages in 0.05 seconds

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

Unicode Symbols at the R Prompt

A small subset of Unicode symbols, that are useful when building command line applications. They fall back to alternatives on terminals that do not support Unicode. Many symbols were taken from the 'figures' 'npm' package (see < https://github.com/sindresorhus/figures>).

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.

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.

getPass — by Drew Schmidt, a year 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.

shinytest — by Winston Chang, 7 months ago

Test Shiny Apps

Please see the 'shinytest' to 'shinytest2' migration guide at < https://rstudio.github.io/shinytest2/articles/z-migration.html>.

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.

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

Portable File Locking

Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and 'fcntl' locks on Unix-like systems.

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

Debug R Packages

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

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

Another Approach to Package Installation

The goal of 'pak' is to make package installation faster and more reliable. In particular, it performs all HTTP operations in parallel, so metadata resolution and package downloads are fast. Metadata and package files are cached on the local disk as well. 'pak' has a dependency solver, so it finds version conflicts before performing the installation. This version of 'pak' supports CRAN, 'Bioconductor' and 'GitHub' packages as well.

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.