Changes in version 0.2.21 (2021-01-12) - New method to fetch remote files using httr and status checks which allow for useful messages if the remote files cannot be reached. - The fs and curl are no longer depends Changes in version 0.2.1 (2020-11-19) - Alter connection closing for get_saq_observations when file does not exist. Changes in version 0.2 - lubriate parsers are set to quiet after some new messages were being raised. - NULL functions now have names for their documentation Changes in version 0.2.0 (2020-06-03) - Minor changes to improve compatibility with dplyr 1.0.0. Changes in version 0.1.19 (2020-01-09) - Harden saq_clean_observations to handle zero row input data frames/tibbles. Needed to be done for failed CRAN checks due to the New Year. - Constrain examples to years to avoid zero row examples. - Add curl as depends to fix CRAN check notes. Changes in version 0.1.18 - Explicitly open and close remote connections to avoid the use of closeAllConnections in get_saq_observations. - Make messaging simpler. Changes in version 0.1.17 (2019-06-28) - Resubmisison after CRAN feedback. - Minor changes to title and description text for the package. Changes in version 0.1.16 - First CRAN submission