Learn R Programming

cargo (version 0.1.37)

new_package: Make a Skeleton for a New Package

Description

A new Rust-based package using the cargo framework is created at the supplied path and the package is installed.

Usage

new_package(path, ...)

Arguments

path

A path where the package is created. The name of the package is taken as the last element in the file path.

...

Extra arguments that are currently ignored.