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

Found 109 packages in 0.02 seconds

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

Multi-Format Archive and Compression Support

Bindings to 'libarchive' < http://www.libarchive.org> the Multi-format archive and compression library. Offers R connections and direct extraction for many archive formats including 'tar', 'ZIP', '7-zip', 'RAR', 'CAB' and compression formats including 'gzip', 'bzip2', 'compress', 'lzma' and 'xz'.

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.

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

Connect to 'R-hub'

Run 'R CMD check' on any of the 'R-hub' (< https://builder.r-hub.io/>) architectures, from the command line. The current architectures include 'Windows', 'macOS', 'Solaris' and various 'Linux' distributions.

rematch — by Gabor Csardi, 7 months ago

Match Regular Expressions with a Nicer 'API'

A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.

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

Show an Image on an 'R' Graphics Device

Sometimes it is handy to be able to view an image file on an 'R' graphics device. This package just does that. Currently it supports 'PNG' files.

shinytest2 — by Barret Schloerke, 7 months ago

Testing for Shiny Applications

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

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

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

'WebDriver' Client for 'PhantomJS'

A client for the 'WebDriver' 'API'. It allows driving a (probably headless) web browser, and can be used to test web applications, including 'Shiny' apps. In theory it works with any 'WebDriver' implementation, but it was only tested with 'PhantomJS'.

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

Query 'R' Versions, Including 'r-release' and 'r-oldrel'

Query the main 'R' 'SVN' repository to find the versions 'r-release' and 'r-oldrel' refer to, and also all previous 'R' versions and their release dates.

isa2 — by Gabor Csardi, a year ago

The Iterative Signature Algorithm

The ISA is a biclustering algorithm that finds modules in an input matrix. A module or bicluster is a block of the reordered input matrix.