You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just wondering about this myself... it definitely caused me a bit of confusion that I set up my defaults following the help for use_description(), and this would be reflected in DESCRIPTION, but without any license files created...
By default in create_package_project we create an MIT license. For analysis and basic projects, we don't set any license because typically these need a more bespoke handling.
At the mo, we don't really support any passing of defaults into the DESCRIPTION file so it's not especially relevant to include a license requirement in it.
This isn't to say we can't do more on licensing or smart defaults, just that right now the opinionated setup is MIT by default for packages, and Bring Your Own License for everything else.
Cf r-lib/usethis#482
The text was updated successfully, but these errors were encountered: