Learn R Programming

rextendr (version 0.4.1)

write_license_note: 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)

Value

text printed to LICENSE.note (invisibly).

Arguments

path

character scalar, the R package directory

quiet

logical scalar, whether to signal successful writing of LICENSE.note (default is FALSE)

force

logical scalar, whether to regenerate LICENSE.note if LICENSE.note already exists (default is TRUE)

Examples

Run this code
if (FALSE) {
write_license_note()
}

Run the code above in your browser using DataLab