write_license_note {rextendr} | R Documentation |
Generate LICENSE.note file.
Description
LICENSE.note generated by this function contains information about all recursive dependencies in Rust crate.
Usage
write_license_note(path = ".", quiet = FALSE, force = TRUE)
Arguments
path |
character scalar, the R package directory |
quiet |
logical scalar, whether to signal successful writing of
LICENSE.note (default is |
force |
logical scalar, whether to regenerate LICENSE.note if
LICENSE.note already exists (default is |
Value
text printed to LICENSE.note (invisibly).
Examples
## Not run:
write_license_note()
## End(Not run)
[Package rextendr version 0.4.1 Index]