write_license_note {rextendr} | R Documentation |
Generate LICENSE.note file.
Description
LICENSE.note generated by this function contains information about Rust crate dependencies. To use this function, the cargo-lincense command must be installed.
Usage
write_license_note(path = ".", quiet = FALSE, force = TRUE)
Arguments
path |
Path from which package root is looked up. |
quiet |
Logical indicating whether any progress messages should be generated or not. |
force |
Logical indicating whether to regenerate LICENSE.note if LICENSE.note already exists. |
Value
No return value, called for side effects.
[Package rextendr version 0.3.1 Index]