- Add testthat::skip_on_cran()to the tests to aid the
errors from devel linux and devel windows which I am unable to
reproduce. This is to retain the package on CRAN.
- Minor changes in vignette.
- Replace Travis and AppVeyor with GitHub Actions.
- Added notes to the documentation about using
lubridate::ymd_hms().
- Added a NEWS.mdfile to track changes to the
package.
- Added a protective step in midnight_to_midnightto
protect from errors coming from providing a function withbase::as.POSIXct()-generated timestamp (not ok) instead oflubridate::ymd_hms()-generated timestamp.