probably happened when removing traces from checklist, this is causing a R CMD CHECK warning.
to fix: usethis::use_mit_license() and set authorship correctly. This will also mess with the authorship of the existing MIT license, so be wary of that as well.
probably happened when removing traces from checklist, this is causing a R CMD CHECK warning.
to fix:
usethis::use_mit_license()
and set authorship correctly. This will also mess with the authorship of the existing MIT license, so be wary of that as well.