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
Extending the problem in #10, sometimes license information exists, but which is not readily available through the GitHub API.
For example, https://github.com/cran/disco is a mirror of disco package in the CRAN R package repository, and the DESCRIPTION file indicates a GPL license. But because this does not follow github convention of a LICENSE file, the GitHub API does not return any license information.
Adding additional check to the R script to retrieve license info could help deal with this corner case. (and other additions to handle other corner cases)
The text was updated successfully, but these errors were encountered:
Extending the problem in #10, sometimes license information exists, but which is not readily available through the GitHub API.
For example, https://github.com/cran/disco is a mirror of
disco
package in the CRAN R package repository, and theDESCRIPTION
file indicates a GPL license. But because this does not follow github convention of aLICENSE
file, the GitHub API does not return any license information.Adding additional check to the R script to retrieve license info could help deal with this corner case. (and other additions to handle other corner cases)
The text was updated successfully, but these errors were encountered: