write_license_note | R Documentation |
LICENSE.note generated by this function contains information about all recursive dependencies in Rust crate.
write_license_note(path = ".", quiet = FALSE, force = TRUE)
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 |
text printed to LICENSE.note (invisibly).
## Not run:
write_license_note()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.