rdrr-io / rdrr-issues

rdrr.io issues
34 stars 7 forks source link

GitHub examples #56

Open igordot opened 4 years ago

igordot commented 4 years ago

The GitHub examples do not have a proper 'library() call. For the CRAN version, the code is library(package_name), but for the GitHub version, it is library(user/package_name), so all examples fail.

For example, see https://rdrr.io/cran/tidyr/man/drop_na.html vs https://rdrr.io/github/tidyverse/tidyr/man/drop_na.html.