Showing 6 of total 6 results (show query)
extendr
rextendr:Call Rust Code from R using the 'extendr' Crate
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.
Maintained by Ilia Kosenkov. Last updated 11 hours ago.
30.8 match 208 stars 9.47 score 61 scriptsextendr
tomledit:Parse, Read, and Edit 'TOML'
A toolkit for working with 'TOML' files in R while preserving formatting, comments, and structure. 'tomledit' enables serialization of R objects such as lists, data.frames, numeric, logical, and date vectors.
Maintained by Josiah Parry. Last updated 4 days ago.
33.0 match 5 stars 4.10 score 2 scriptsextendr
b64:Fast and Vectorized Base 64 Engine
Provides a fast, lightweight, and vectorized base 64 engine to encode and decode character and raw vectors as well as files stored on disk. Common base 64 alphabets are supported out of the box including the standard, URL-safe, bcrypt, crypt, 'BinHex', and IMAP-modified UTF-7 alphabets. Custom engines can be created to support unique base 64 encoding and decoding needs.
Maintained by Josiah Parry. Last updated 9 hours ago.
22.0 match 16 stars 6.06 score 4 scripts 3 dependentsjosiahparry
h3o:H3 Geospatial Indexing System
A dependency free interface to the H3 geospatial indexing system utilizing the Rust library 'h3o' <https://github.com/HydroniumLabs/h3o> via the 'extendr' library <https://github.com/extendr/extendr>.
Maintained by Josiah Parry. Last updated 4 months ago.
1.0 match 21 stars 3.32 score 3 scriptsjosiahparry
valve:Redirects Your Plumbing For You
Scales Plumber APIs in parallel on demand. Valve is a Rust library, cli tool, and R package, that spawns plumber APIs in parallel. Valve creates a connection pool of Plumber APIs which are fetched based on availability. Unused connections are terminated. Valve is built using the powerful extendr, tokio, and deadpool libraries.
Maintained by Josiah Parry. Last updated 6 months ago.
0.5 match 147 stars 3.87 score 5 scriptskbvernon
awdb:Query the USDA NWCC Air and Water Database REST API
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>.
Maintained by Kenneth Blake Vernon. Last updated 1 months ago.
0.5 match 3 stars 3.78 score 3 scripts