-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use_gpl3_license does not create GPL3+ file LICENSE like MIT #683
Comments
Would you like to fix this in a pull request? |
Yes please that would be great. |
|
I consider this fair game for tidyverse dev day. Removing the WIP label. |
Question from Cervan: Should I do this for other licenses while I'm working on it? Answer: Search in Writing R Extensions to see if GPL-3 is the only one that needs this treatment (besides MIT). |
When we use,
use_gpl3_license()
the description file does not contain CRAN compliantLicense: GPL-3 + file LICENSE
in description file.Without this feature, when we run
R CMD check --as-cran mypackage
we get the following NOTE:Having
use_gpl3_license()
outputGPL-3+ file LICENSE
in description file would be very helpful similar to the output ofuse_mit_license()
The text was updated successfully, but these errors were encountered: