- Appropriate labelling of the time objects with
hms::as_hms
(min:sec) and various labelling issues.
- Documented each rda demo data file in 'data' folder.
- 'get_data' functions now switch between 'rda' or 'csv' depending on the context ('rda' for internal files, built from 'csv' files, 'csv' for everything else).
- Added a
NEWS.md
file to track changes to the package.
-
The build-in examples are included as short
rda
files. -
get_data
and related functions now have option to specifyfiletype
and switch verbose mode on -
External files need to be separately download and when used as as a input data,
filetype
needs to be csv.
- Numerous issues with CRAN compatibility.