Changes in version 0.0.11 (2024-11-20) - patch to remove obsolete time zone references (i.e. 'PST8PDT') Changes in version 0.0.10 (2024-08-19) - Only supports R >= 4.0. - Housekeeping and minor updates. Changes in version 0.0.9 (2021-05-29) - No longer supports R 3.3. Changes in version 0.0.8 (2020-07-10) - House keeping. Changes in version 0.0.7 (2020-03-18) - Replaced dependency on checkr with chk. - Replaced dependency on dttr with dttr2. Changes in version 0.0.6 - Replaced lubridate dependency with dttr - internal rbind of list of data frames no longer includes stringsAsFactors as causes error with rbind.sf (instead sets and unsets in options) Changes in version 0.0.5 (2018-08-23) - Replaced dependency datacheckr with checkr - Removed dependencies plyr, magrittr, tidyr, stringr - tibble now only suggested Changes in version 0.0.4 (2017-05-09) - Removed dependency on dplyr Changes in version 0.0.3 (2016-12-22) - Recognises station names with brackets like 'Annapolis (US Naval Academy), Severn River, Maryland' - Calculates tide heights when a station name is subset of another station name. For example 'San Francisco, San Francisco Bay, California' and 'North Point, Pier 41, San Francisco, San Francisco Bay, California' (Issue #10) Changes in version 0.0.2 (2016-09-03) - Released on CRAN Changes in version 0.0.1 - Released on GitHub