Learn R Programming

cargo (version 0.1.38)

register_calls: Generate Rust Code to Register Rust Functions

Description

This function generates Rust code to register Rust functions accessed in R through .Call(). If a package's usage of .Call() functions changes, rerun this function to update the src/rustlib/src/registration.rs file.

Usage

register_calls(pkgroot = ".")

Arguments

pkgroot

The root directory of the package.

Value

NULL, invisibly.