NEWS
trackdf 0.3.2 (2023-03-25)
New features
Minor improvements and fixes
- Fixes CRAN check warnings with R-devel.
trackdf 0.3.1 (2023-01-22)
New features
- Reworked error detection functions for consistent outputs across the board.
Minor improvements and fixes
- Cleans up functions and improves documentation.
trackdf 0.3.0 (2023-01-10)
New features
- Adds error detection functions.
- Removes dplyr dependency (not necessary anymore).
- Replaces sp with sf for handling projections.
Minor improvements and fixes
- Cleans up functions and documentation.
trackdf 0.2.2 (2021-01-13)
New features
Minor improvements and fixes
- Fixes issue preventing from adding more than 1 extra column during the creation
of a track.
- Adds possibility to provide date formatting when creating a track.
trackdf 0.2.1 (2019-08-04)
New features
Minor improvements and fixes
- Fixes examples and vignettes to run when suggested packages are not present on
the system.
trackdf 0.2.0 (2019-08-03)
New features
- Package ready for release to CRAN.
Minor improvements and fixes