RchivalTag versions

upcoming:
	- add argument "show_time_limits" in plot_TS/DepthTS

RchivalTag_0.1.8 -- October 19, 2023 (Robert Bauer)
	- fixing references to oceanmap package in documentation

RchivalTag_0.1.7 -- September 22, 2023 (Robert Bauer)
	- dependencies to discontinued maptools and rgeos have been removed
        - non required packages have been removed from NAMESPACE

RchivalTag_0.1.6 -- September 11, 2023 (Robert Bauer)
	- fixing minor bugs to resubmit most current package version to CRAN

RchivalTag_0.1.5 -- August 27, 2020 (Robert Bauer)
	- added new ggboxplot_DepthTS_by_hour function
        - added argument tz to illustrate data in prefered time zone in the functions: plot_DepthTS function family, dy_DepthTS, ggboxplot_DepthTS_by_hour
        - fixed tstep issues in read_histos
        - added simulate_DepthTS function

RchivalTag_0.1.4 -- August 27, 2020 (Robert Bauer)
        - added ggplot_geopos function, replacing former function plot_geopos
	- added ggplotly_geopos function
	- added leaflet_geopos function

RchivalTag_0.1.3 -- July 20, 2020 (Robert Bauer)
        - added plot_data_coverage
	      - added some additional arguments to hist_tad and hist_tat

RchivalTag_0.1.2 -- June 17, 2020 (Robert Bauer)
        - added dygraph version of plot_DepthTS

RchivalTag_0.1.1 -- February 7, 2020 (Robert Bauer)
        - added min_perc argument in hist_tad, hist_tat and ts2histos-function to define a minimum data coverage for histogram entries obtained through time series data.
        - added new function read_TS to read in time series data
        - added new functions plotDepthTempTS, plotDepthTempTS_resampled, plotDepthTempTS_resampled_PDT to plot depth-temperature time series data with colorized temperature values (or alternative y and z-variables)
        - added new function resample_PDT and resample_TS to resample temperature time series data or PDT data (e.g. to facilitate plotDepthTempTS plots)

RchivalTag_0.1.0 -- October 30, 2019 (Robert Bauer)
        - fixed daytime rendering problem in classify_DayTime, plot_TS and plot_DepthTS

RchivalTag_0.0.9 -- September 16, 2018 (Robert Bauer)
        - added cex.main, cex.lab, cex.axis, cex.axis2 arguments to plot_TS, plot_DepthTS and empty.plot_TS functions
        - fixed daytime rendering problem in plot_TS and plot_DepthTS

RchivalTag_0.0.8 -- June 18, 2018 (Robert Bauer)
        - added date_format and tz arguments to the read_histos- and read_PDT-functions.
        - function get_geopos is added

RchivalTag_0.0.7 -- January 29, 2018 (Robert Bauer)
        - interp-function from the akima package replaced in internal calls by the approx function of the stats-package
	- added function resample_TS

RchivalTag_0.0.6 -- June 9, 2017 (Robert Bauer)
	- small bug fixed in read_histos

RchivalTag_0.0.5 -- June 8, 2017 (Robert Bauer)
	- adding average and standard deviation estimation for depth and temperature values insisde the read_histos and ts2histos functions

RchivalTag_0.0.4 -- April 25, 2017 (Robert Bauer)
	- improving performance (speed) of plot_TS/plot_DepthTS

RchivalTag_0.0.3 -- April 10, 2017 (Robert Bauer)
	- small bugs fixed in plot_TS/plot_DepthTS and read_PDT

RchivalTag_0.0.2 -- March 22, 2017 (Robert Bauer)
	- small bug in hist_tad/hist_tat functions fixed
        - adding example on back-to-back histogram for day vs night TaD-data (see: ?hist_tad)