write_license_note: Generate LICENSE.note file.

View source: R/license_note.R

write_license_noteR 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.


extendr/rextendr documentation built on April 4, 2024, 3:03 a.m.