When we use, use_gpl3_license() the description file does not contain CRAN compliant License: GPL-3 + file LICENSE in description file.
Without this feature, when we run R CMD check --as-cran mypackage we get the following NOTE:
* checking top-level files ... NOTE
File
LICENSE
Having use_gpl3_license() output GPL-3+ file LICENSE in description file would be very helpful similar to the output of use_mit_license()