Closed LiNk-NY closed 9 months ago
R CMD build
R CMD check
@lshep @mtmorgan
The code uses the is_verified field and is.na(result[["restricts_use"]]) from tools:::analyze_licenses to trigger the NOTE :
is_verified
is.na(result[["restricts_use"]])
tools:::analyze_licenses
NOTE
License 'XYZ' unknown; licenses cannot restrict use
R CMD build
&R CMD check
on Bioconductor devel@lshep @mtmorgan
The code uses the
is_verified
field andis.na(result[["restricts_use"]])
fromtools:::analyze_licenses
to trigger theNOTE
: