Closed csgillespie closed 6 years ago
The associated github repo of https://cran.r-project.org/web/packages/RcppDL/index.html gives a 404. Which causes
R> scrape_github_package_page("RcppDL") Error in open.connection(x, "rb") : HTTP error 404.
Suggestion: Use httr::GET to retrieve the page. If bad, return NA, otherwise pass the context to xml2
httr::GET
xml2
hey look, you closed this yourself with #33. Thanks @csgillespie, I added you to the description of this package as a contributor.
The associated github repo of https://cran.r-project.org/web/packages/RcppDL/index.html gives a 404. Which causes
Suggestion: Use
httr::GET
to retrieve the page. If bad, return NA, otherwise pass the context toxml2