Learn R Programming

⚠️There's a newer version (0.4.9) of this package.Take me there.

cargo (version 0.1.37)

Develop R Packages using Rust

Description

A framework is provided to transparently develop R packages using 'Rust' with minimal overhead, and more wrappers are easily added. Help is provided to run 'Cargo' in a manner consistent with CRAN policies. Rust code can also be embedded directly in an R script.

Copy Link

Version

Install

install.packages('cargo')

Monthly Downloads

855

Version

0.1.37

License

MIT + file LICENSE | Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

David B Dahl

Last Published

August 14th, 2021

Functions in cargo (0.1.37)

target

Determine the Rust Build Target
register_calls

Generate Rust Code to Register Rust Functions
new_package

Make a Skeleton for a New Package
run

Run Cargo
rust_fn

Define an R Function Implemented in Rust