- readLines was not able to correctly read from pasta. Switched to httr::GET (#114)
- Update maintainer contact information
- Massive increase in data loading speed using the
qs
package
- Update data documentation and
lake_info
function for LAGOS version 1.087.3
- Turn off checking external URLs per CRAN policy
- Fixed critical error in date conversion for
epi_nutr
table.
-
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
- Added documentation
seealso
cross-reference links
-
Fixed truncation of lake legacyids due to scientific notation (#96)
-
Fixed excessive memory usage from caching in
lake_info
(#103)
-
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)
-
Include a polygon data object (
lg_extent
) representing theLAGOSNE
footprint -
Parse dates as formatted strings rather than factors (#43)
-
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)
- Streamline console output and avoid errors during non-interactive use (#59)
- Switch data source URLs to enable downloads with more restrictive firewalls (#60)
- Package name and functions changed to LAGOSNE
- Initial CRAN submission