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

Found 452 packages in 0.02 seconds

calibrate — by Jan Graffelman, 6 years ago

Calibration of Scatterplot and Biplot Axes

Package for drawing calibrated scales with tick marks on (non-orthogonal) variable vectors in scatterplots and biplots. Also provides some functions for biplot creation and for multivariate analysis such as principal coordinate analysis.

piggyback — by Carl Boettiger, 3 years ago

Managing Larger Data on a GitHub Repository

Because larger (> 50 MB) data files cannot easily be committed to git, a different approach is required to manage data associated with an analysis in a GitHub repository. This package provides a simple work-around by allowing larger (up to 2 GB) data files to piggyback on a repository as assets attached to individual GitHub releases. These files are not handled by git in any way, but instead are uploaded, downloaded, or edited directly by calls through the GitHub API. These data files can be versioned manually by creating different releases. This approach works equally well with public or private repositories. Data can be uploaded and downloaded programmatically from scripts. No authentication is required to download data from public repositories.

rlandfire — by Mark Buckner, 4 months ago

Interface to 'LANDFIRE Product Service' API

Provides access to a suite of geospatial data layers for wildfire management, fuel modeling, ecology, natural resource management, climate, conservation, etc., via the 'LANDFIRE' (< https://www.landfire.gov/>) Product Service ('LFPS') API.

RMark — by Jeff Laake, a month ago

R Code for Mark Analysis

An interface to the software package MARK that constructs input files for MARK and extracts the output. MARK was developed by Gary White and is freely available at < http://www.phidot.org/software/mark/downloads/> but is not open source.

searchConsoleR — by Mark Edmondson, 7 years ago

Google Search Console R Client

Provides an interface with the Google Search Console, formally called Google Webmaster Tools.

DIGSS — by Mark Hubbe, 5 years ago

Determination of Intervals Using Georeferenced Survey Simulation

Simulation tool to estimate the rate of success that surveys possessing user-specific characteristics have in identifying archaeological sites (or any groups of clouds of objects), given specific parameters of survey area, survey methods, and site properties. The survey approach used is largely based on the work of Kintigh (1988) .

measurementProtocol — by Mark Edmondson, 3 years ago

Send Data from R to the Measurement Protocol

Send server-side tracking data from R. The Measurement Protocol version 2 < https://developers.google.com/analytics/devguides/collection/protocol/ga4> allows sending HTTP tracking events from R code.

googleCloudRunner — by Mark Edmondson, 4 years ago

R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler

Tools to easily enable R scripts in the Google Cloud Platform. Utilise cloud services such as Cloud Run < https://cloud.google.com/run/> for R over HTTP, Cloud Build < https://cloud.google.com/build> for Continuous Delivery and Integration services and Cloud Scheduler < https://cloud.google.com/scheduler/> for scheduled scripts.

hashr — by Mark van der Loo, 5 years ago

Hash R Objects to Integers Fast

Apply an adaptation of the SuperFastHash algorithm to any R object. Hash whole R objects or, for vectors or lists, hash R objects to obtain a set of hash values that is stored in a structure equivalent to the input. See < http://www.azillionmonkeys.com/qed/hash.html> for a description of the hash algorithm.

aws.s3 — by Simon Urbanek, a year ago

'AWS S3' Client Package

A simple client package for the Amazon Web Services ('AWS') Simple Storage Service ('S3') 'REST' 'API' < https://aws.amazon.com/s3/>.