Changes in version 2.0.5 (2026-02-20) MAINTENANCE CHANGES - Update internal dplyr syntax for release version Changes in version 2.0.4 (2025-11-26) MAINTENANCE CHANGES - Switch qs dependency to qs2 due to pending removal from CRAN BUG FIXES - fix for broken data downloads via lagosne_get Changes in version 2.0.3 (2023-06-16) BUG FIXES - readLines was not able to correctly read from pasta. Switched to httr::GET (#114) MAINTENANCE CHANGES - Update maintainer contact information Changes in version 2.0.2 (2020-11-28) MAJOR IMPROVEMENTS - Massive increase in data loading speed using the qs package BUG FIXES - Update data documentation and lake_info function for LAGOS version 1.087.3 MAINTENANCE CHANGES - Turn off checking external URLs per CRAN policy Changes in version 2.0.1 (2019-07-29) BUG FIXES - Fixed critical error in date conversion for epi_nutr table. Changes in version 2.0.0 (2019-07-24) MAJOR IMPROVEMENTS - Added support for a new version of the LAGOSNE limno module 1.087.3. A detailed breakdown of data changes are available from the EDI data repository - Added a new published LAGOSNE dataset from Collins et al. 2017 MINOR IMPROVEMENTS - Added documentation seealso cross-reference links BUG FIXES - Fixed truncation of lake legacyids due to scientific notation (#96) - Fixed excessive memory usage from caching in lake_info (#103) Changes in version 1.2.0 (2019-01-22) MAJOR IMPROVEMENTS - Major speed up on repeated calls to lagosne_load because results are now cached (memoized) - Increased functionality and stability of the lake_info function (#92) - Added ability to pass multiple categories to lagosne_select (#44) MINOR IMPROVEMENTS - Include a polygon data object (lg_extent) representing the LAGOSNE footprint - Parse dates as formatted strings rather than factors (#43) BUG FIXES - Pad HUC ID codes to be fixed length (#76) - All factor fields are now of type character (#82) - lake_info now returns multiple matches to lake names (#92) Changes in version 1.1.0 (2017-12-13) MINOR IMPROVEMENTS - Streamline console output and avoid errors during non-interactive use (#59) BUG FIXES - Switch data source URLs to enable downloads with more restrictive firewalls (#60) Changes in version 1.0.0 (2017-10-18) - Package name and functions changed to LAGOSNE - Initial CRAN submission