egenn / rtemis

Advanced Machine Learning and Visualization
https://rtemis.org
GNU General Public License v3.0
137 stars 19 forks source link

Suggestion: Drop LICENSE file #49

Closed HenrikBengtsson closed 9 months ago

HenrikBengtsson commented 9 months ago

Unless LICENSE file contains additional GPL (>= 3) compatible additions, it can be dropped, because it's sufficient to specify:

License: GPL (>= 3)

in the DESCRIPTION file in R package. This is what all packages on CRAN do. I think CRAN actually asks for it to be removed, and currently R CMD check --as-cran dumps all of the content as NOTE.

HenrikBengtsson commented 9 months ago

If you want to keep it in the git repo, you can LICENSE to your .Rbuildignore file.

egenn commented 9 months ago

Yes, added it to .Rbuildignore