usa-npn / rnpn

R client for the National Phenology Network database API
https://rdrr.io/cran/rnpn/
Other
19 stars 9 forks source link

Service down? #33

Closed Peter9192 closed 7 months ago

Peter9192 commented 8 months ago

Not sure where to report this, but when I tried using rnpn, it seems the service is down. For example:

> library(rnpn)
> npn_species()
Service is unavailable. Try again later!
# A tibble: 1 × 1
  nodata
  <chr>
1 servicedown
lgamador commented 8 months ago

Hi! I got something similar and was wondering the same thing.

jeffswitzer commented 8 months ago

Hello, we were shifting some services to new servers.

I've committed a change that should fix the issue: https://github.com/usa-npn/rnpn/blob/master/R/zzz.R#L117

Hopefully this helps!

Peter9192 commented 8 months ago

Thanks! I can confirm this fixes my issue. I had to install the development version.

Do you want to keep the issue open until it's also available on CRAN?