Review a package license string from the DESCRIPTION file
to make sure the package has a valid free open-source (FOSS) license.
This is vital to make sure R-multiverse has legal permission
to distribute the package source code.
Value
Invisibly returns
TRUE if the package has a valid free open-source (FOSS)
license according to tools::analyze_license(). FALSE otherwise.
review_license() also prints an R console message
to the communicate the result.
Licenses for which review_license() returns FALSE are
prohibited in R-multiverse.
See also
Other Manual package reviews:
review_package()