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

Found 115 packages in 0.02 seconds

rhub — by Gábor Csárdi, 10 months ago

Tools for R Package Developers

R-hub v2 uses GitHub Actions to run 'R CMD check' and similar package checks. The 'rhub' package helps you set up R-hub v2 for your R package, and start running checks.

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

Tidy Output from Regular Expression Matching

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

git2r — by Stefan Widgren, 9 months ago

Provides Access to Git Repositories

Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.

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

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

Load Environment Variables from '.env'

Load configuration from a '.env' file, that is in the current working directory, into environment variables.

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

'R' 'SDK' and Exporters for 'OpenTelemetry'

'OpenTelemetry' is a collection of tools, 'APIs', and 'SDKs' used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior. This package contains the 'OpenTelemetry' 'SDK', and exporters. Use this package to export traces, metrics, logs from instrumented 'R' code. Use the 'otel' package to instrument your 'R' code for 'OpenTelemetry'.

rematch — by Gabor Csardi, 2 years 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.

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

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

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

Create 'Ascii' Screen Casts from R Scripts

Record 'asciicast' screen casts from R scripts. Convert them to animated SVG images, to be used in 'README' files, or blog posts. Includes 'asciinema-player' as an 'HTML' widget, and an 'asciicast' 'knitr' engine, to embed 'ascii' screen casts in 'Rmarkdown' documents.