• nnpn no longer depends on the sp or raster packages
  • terra is now a suggested dependency and users will be prompted to install it only when it is needed
  • npn_get_point_data() now uses https instead of http
  • npn_get_layer_details() now returns a tibble instead of a data frame
  • rnpn now requires the xml2 package instead of XML
  • npn_phenophase_details() now takes a vector of phenophase IDs rather than a list
  • Functions that previously returned data.frame objects now return tibbles. Where they previously returned NULL on errors, they now return empty 0x0 tibbles.
  • npn_get_phenophases_for_taxon() now returns a tibble rather than a list.
  • Documented a behavior of npn_species_type() where setting kingdom to NULL returns results for both Plantae and Animalia.
  • Missing values returned by npn_stations_by_state() previously returned as the string "emptyvalue" are now returned as NAs.
  • rnpn now has dplyr as a dependency instead of plyr
  • rnpn now uses httr2 instead of httr internally for functions that get observational data
  • ... is no longer used for functions that get observational data

NEW FEATURES

  • Fixed failed tests due vignette calling geoserver directly

NEW FEATURES

  • Fixed failed tests due to server migration

NEW FEATURES

  • Migrate back end to cloud instances

NEW FEATURES

  • Remove rgdal dependencies
  • Update maintainer to Jeff Switzer

NEW FEATURES

  • New vignette, #8 on Data Cleaning
  • Changes to reflect repository being transferred from ropensci to usa-npn in github

NEW FEATURES

  • Skipping more API-dependent unit tests.

NEW FEATURES

  • Skipping failing API-dependent unit tests and improved documentation.

NEW FEATURES

  • Fixing failing unit tests

NEW FEATURES

  • Fixing failing unit tests

NEW FEATURES

  • Graceful fails when NPN data services are unavailable

NEW FEATURES

  • Total overhaul of the rNPN package
  • Added functions for directly downloading different observation record data types
  • Added additional utility and lookup type functions
  • Added functions for downloading USA-NPN raster data and geospatial values by latitude/longitude
  • Deprecated the following functions: lookup_names, npn_allobssp, npn_indsatstations, npn_indspatstations, npn_species_comm, npn_species_itis, npn_species_sci, npn_stationsbystate, npn_stationswithspp

NEW FEATURES

  • released to CRAN