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

Found 119 packages in 0.03 seconds

fluidsynth — by Jeroen Ooms, 9 months ago

Read and Play Digital Music (MIDI)

Bindings to 'libfluidsynth' to parse and synthesize MIDI files. It can read MIDI into a data frame, play it on the local audio device, or convert into an audio file.

fasterize — by Michael Sumner, 9 months ago

Fast Polygon to Raster Conversion

Provides a drop-in replacement for rasterize() from the 'raster' package that takes polygon vector or data frame objects, and is much faster. There is support for the main options provided by the rasterize() function, including setting the field used and background value, and options for aggregating multi-layer rasters. Uses the scan line algorithm attributed to Wylie et al. (1967) .

blastula — by Richard Iannone, 3 months ago

Easily Send HTML Email Messages

Compose and send out responsive HTML email messages that render perfectly across a range of email clients and device sizes. Helper functions let the user insert embedded images, web link buttons, and 'ggplot2' plot objects into the message body. Messages can be sent through an 'SMTP' server, through the 'Posit Connect' service, or through the 'Mailgun' API service < https://www.mailgun.com/>.

minimist — by Jeroen Ooms, 10 years ago

Parse Argument Options

A binding to the minimist JavaScript library. This module implements the guts of optimist's argument parser without all the fanciful decoration.

ijtiff — by Rory Nolan, 3 months ago

Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files

General purpose TIFF file I/O for R users. Currently the only such package with read and write support for TIFF files with floating point (real-numbered) pixels, and the only package that can correctly import TIFF files that were saved from 'ImageJ' and write TIFF files than can be correctly read by 'ImageJ' < https://imagej.net/ij/>. Also supports text image I/O.

RPublica — by Thomas J. Leeper, 10 years ago

ProPublica API Client

Client for accessing data journalism APIs from ProPublica < http://www.propublica.org/>.

x13binary — by Dirk Eddelbuettel, a year ago

Provide the 'x13ashtml' Seasonal Adjustment Binary

The US Census Bureau provides a seasonal adjustment program now called 'X-13ARIMA-SEATS' building on both earlier programs called X-11 and X-12 as well as the SEATS program by the Bank of Spain. The US Census Bureau offers both source and binary versions -- which this package integrates for use by other R packages.

pak — by Gábor Csárdi, a month 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.

h3jsr — by Lauren O'Brien, 2 years ago

Access Uber's H3 Library

Provides access to Uber's H3 library for geospatial indexing via its JavaScript transpile 'h3-js' < https://github.com/uber/h3-js> and 'V8' < https://github.com/jeroen/v8>.

nodbi — by Ralf Herold, 8 days ago

'NoSQL' Database Connector

Simplified JSON document database access and manipulation, providing a common API across supported 'NoSQL' databases 'Elasticsearch', 'CouchDB', 'MongoDB' as well as 'SQLite/JSON1', 'PostgreSQL', and 'DuckDB'.