Software


arcgis: ArcGIS Location Services Meta-Package

Description: Provides easy installation and loading of core ArcGIS location services packages ‘arcgislayers’, ‘arcgisutils’, ‘arcgisgeocode’, and ‘arcgisplaces’. Enabling developers to interact with spatial data and services from ‘ArcGIS Online’, ‘ArcGIS Enterprise’, and ‘ArcGIS Platform’. Learn more about the ‘arcgis’ meta-package at https://developers.arcgis.com/r-bridge/.

Language: R

Role: Contributor

GitHub


awdb: Query the USDA NWCC Air and Water Database REST API

Description: Query the four endpoints of the ‘Air and Water Database (AWDB) REST API’ maintained by the National Water and Climate Center (NWCC) at the United States Department of Agriculture (USDA). Endpoints include data, forecast, reference-data, and metadata. The package is extremely light weight, with ‘Rust’ via ‘extendr’ doing most of the heavy lifting to deserialize and flatten deeply nested ‘JSON’ responses. The AWDB can be found at https://wcc.sc.egov.usda.gov/awdbRestApi/swagger-ui/index.html.

Language: R

Role: Author

GitHub


extendr: A safe and user friendly R extension interface using Rust

Description: The extendr suite of software packages provides a Rust extension mechanism for R, thus bringing the computing power of Rust to the statistical programming environment of R.

Language: Rust

Role: Contributor

GitHub


rextendr: Call Rust Code from R using the ‘extendr’ Crate

Description: Provides functions to compile and load Rust code from R, similar to how ‘Rcpp’ or ‘cpp11’ allow easy interfacing with C++ code. Also provides helper functions to create R packages that use Rust code. Under the hood, the Rust crate ‘extendr’ is used to do all the heavy lifting.

Language: R

Role: Contributor

GitHub