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

Found 128 packages in 0.02 seconds

gert — by Jeroen Ooms, 17 days ago

Simple Git Client for R

Simple git client for R based on 'libgit2' < https://libgit2.org> with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.

tanner — by Stef van Buuren, a month ago

Puberty Stage Line Diagrams and SDS for Tanner Pubertal Stages

Plots Tanner pubertal stage measurements (genital, pubic hair, testicular volume, breast, menarche) against Dutch 1997 growth-study references as stage line diagrams, and converts observed stages to age-conditional standard deviation scores (SDS). Testicular volume can be entered as a raw orchidometer reading in ml. Implements the method of van Buuren and Ooms (2009) .

fasterize — by Michael Sumner, 2 years 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) .

h3jsr — by Lauren O'Brien, 4 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>.

minimist — by Jeroen Ooms, 12 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, 7 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.

x13binary — by Dirk Eddelbuettel, 6 months 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.

writexl — by Bill Denney, 15 days ago

Export Data Frames to Excel 'xlsx' Format

Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter' < https://libxlsxwriter.github.io>. Fast and no Java or Excel required.

RPublica — by Thomas J. Leeper, 11 years ago

ProPublica API Client

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

geojson — by Michael Sumner, 3 years ago

Classes for 'GeoJSON'

Classes for 'GeoJSON' to make working with 'GeoJSON' easier. Includes S3 classes for 'GeoJSON' classes with brief summary output, and a few methods such as extracting and adding bounding boxes, properties, and coordinate reference systems; working with newline delimited 'GeoJSON'; and serializing to/from 'Geobuf' binary 'GeoJSON' format.