phenoscape / rphenoscape

R package to make phenotypic traits from the Phenoscape Knowledgebase available from within R.
https://rphenoscape.phenoscape.org/
Other
5 stars 5 forks source link

Changes to address R CMD check and CI issues #288

Closed hlapp closed 3 weeks ago

hlapp commented 4 weeks ago

Fixes #285, #286, and #287.

hlapp commented 4 weeks ago

Still reports https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf as "403 Forbidden". Perhaps that's the server blocking certain origins?

johnbradley commented 4 weeks ago

If I use curl with a bot user agent and the posit URL I get a 403:

$ curl -v https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf -A "User Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" > /dev/null
...
< HTTP/1.1 403 Forbidden
hlapp commented 3 weeks ago

Sounds like I need to remove the link then.