-
increased stability when universalFQA fails.
-
improvements to documentation and testing
-
New database_glance() function provides summary information about species included in a specified database.
-
Internal improvements to unit testing and error handling.
-
Improvements to examples in documentation files
- Additional improvements for API failures
-
Fixed non-ascii character in the chicago data set
-
Fixed bug that caused progress bars to appear in non-interactive calls
-
Improved responses to API failure
-
New
transect_subplot_inventories
function for extracting species data from quadrat-level data in transect inventories. -
New function
transect_list_inventory
for extracting multiple transect-level species inventories simultaneously.
- Improvements to
assessment_cooccurrence
andassessment_cooccurrence_summary
which now treat species with the same name but different C-values as distinct.
- New functions for extracting species information from databases:
species_acronym
,species_c
,species_common_name
,species_phys
, andspecies_w
. - New functions extract information from databases:
database_glance
anddatabase_inventory
. - New tools for analyzing species co-occurrence:
assessment_cooccurrence
,assessment_cooccurrence_summary
,species_profile
, andspecies_profile_plot
.
- memoization for all
download\_*
functions, which generally run slowly due to limitations of the universalfqa.org website. - all data frame produced now have syntactic column names (for instance,
total_mean_c
instead ofTotal Mean C
).
- Major updates and better documentation
- Added a NEWS.md file to track changes to the package