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

Found 113 packages in 0.02 seconds

rgl — by Duncan Murdoch, 6 days 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.

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

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

Debug R Packages

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

cranlogs — by Gábor Csárdi, 6 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'.

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

Pretty Print R Code in the Terminal

Replace the standard print method for functions with one that performs syntax highlighting, using ANSI colors, if the terminal supports them.

shinytest2 — by Barret Schloerke, a year ago

Testing for Shiny Applications

Automated unit testing of Shiny applications through a headless 'Chromium' browser.

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

Tidy Output from Regular Expression Matching

Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy data frames.

cyclocomp — by Gabor Csardi, 2 years ago

Cyclomatic Complexity of R Code

Cyclomatic complexity is a software metric (measurement), used to indicate the complexity of a program. It is a quantitative measure of the number of linearly independent paths through a program's source code. It was developed by Thomas J. McCabe, Sr. in 1976.

pkgsearch — by Gábor Csárdi, 3 months ago

Search and Query CRAN R Packages

Search CRAN metadata about packages by keyword, popularity, recent activity, package name and more. Uses the 'R-hub' search server, see < https://r-pkg.org> and the CRAN metadata database, that contains information about CRAN packages. Note that this is _not_ a CRAN project.

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

Parse Data of 'R' Code as an 'XML' Tree

Convert the output of 'utils::getParseData()' to an 'XML' tree, that one can search via 'XPath', and easier to manipulate in general.