NEWS.md
nnpn
no longer depends on the sp
or raster
packagesterra
is now a suggested dependency and users will be prompted to install it only when it is neededrnpn
now requires the xml2
package instead of XML
rnpn
now has dplyr
as a dependency instead of plyr
rnpn
now uses httr2
instead of httr
and curl
internally for functions that get observational datadata.table
objects. rnpn
no longer depends on data.table
npn_phenophase_details()
now takes a vector of phenophase IDs rather than a listnpn_species_type()
where setting kingdom
to NULL
returns results for both Plantae
and Animalia
....
is no longer used for functions that get observational datadata.frame
objects now return tibbles. Where they previously returned NULL
on errors, they now return empty 0x0 tibbles.NA
npn_stations_by_state()
previously returned as the string "emptyvalue"
are now returned as NA
s.npn_groups(use_hierarchy = TRUE)
now returns a nested list rather than a tibble with a list-column.npn_abundance_categories()
, npn_phenophases_by_species()
, and npn_get_phenophases_for_taxon()
now return tibbles with any list-columns unnested.npn_get_agdd_point_data()
was inconsistent depending on whether it was cached or not.