- lubriate parsers are set to
quiet
after some new messages were being raised. - NULL functions now have names for their documentation
- 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
- Alter connection closing for
get_saq_observations
when file does not exist.
- Minor changes to improve compatibility with dplyr 1.0.0.
- 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.
- Explicitly open and close remote connections to avoid the use of
closeAllConnections
inget_saq_observations
. - Make messaging simpler.
- Resubmisison after CRAN feedback.
- Minor changes to title and description text for the package.
- First CRAN submission