use_gpl3_license: License a package

Description Usage Arguments Details See Also

View source: R/licence.R

Description

Adds the necessary infrastructure to declare your package as licensed with one of these popular open source licenses:

See https://choosealicense.com for more details and other options.

Usage

1
use_gpl3_license(name = "Poisson Consulting Ltd.")

Arguments

name

Name of the copyright holder or holders. Separate multiple individuals with ;. You can supply a global default with options(usethis.full_name = "My name").

Details

CRAN does not allow you to include copies of standard licenses in your package, so these functions save the license as LICENSE.md and add it to .Rbuildignore.

See Also

The license section of R Packages.


poissonconsulting/usepois documentation built on March 12, 2020, 7:25 a.m.