Closed kbroman closed 8 years ago
In can_arxiv_connect(), it seems like the httr::http_status() category can be "Success" and not just "success".
can_arxiv_connect()
httr::http_status()
"Success"
"success"
In
can_arxiv_connect()
, it seems like thehttr::http_status()
category can be"Success"
and not just"success"
.