NEWS
overlap 0.3.5
- Fixed: if() conditions comparing class() to string.
- New maintainer, Liz Campbell.
overlap 0.3.4 (2021-05-17)
- Fixed: rebuilding of vignette with R-devel (thanks to Kurt Hornik).
- Reformatted data sets as '.rda' files.
- Additions to 'densityPlot' examples.
overlap 0.3.3 (2020-05-22)
- Updated 'testthat' tests for new RNGkind.
- Added function 'bootstrap'; modified vignette to use 'bootstrap'.
- Updated maintainer email.
overlap 0.3.2 (2018-05-03)
- Fixed 'getBandWidth' to return NA on failure as documented (not NaN or Inf).
- Vignette updated to mention 'sunTime' and Azevedo et al 2018 paper.
overlap 0.3.1
- Improvements to help page for 'bootCI'.
- Added 'sunTime' function, maps sunrise and sunset to pi/2 and 3*pi/2.
overlap 0.3.0 (2017-05-27)
- Added 'cores' argument to 'bootEst' to allow parallel processing.
- Added 'type' argument to 'overlapEst' and 'bootEst'.
- Included checks for data in plotting functions.
overlap 0.2.7 (2017-03-01)
- Routines in overlap C code now registered.
overlap 0.2.6 (2016-02-14)
- Changes to NAMESPACE to accommodate R 3.3.
overlap 0.2.5
- fixed bug in plotting functions: dots argument not passed to x axis code.
overlap 0.2.4 (2014-10-14)
- plotting functions make full use of the dots argument (...); formal arguments
ylim, xlab, ylab, etc, removed.
- densityPlot and overlapPlot gain an 'extend' argument: if not NULL, the
plot is extended by 3 hrs each side of the focal 24-hr period and 'extend'
specifies the background colour to use; if NULL, the plot is not extended.
- overlapPlot gains a rug argument (suggestion of Anand Roopsind)
overlap 0.2.3 (2014-06-06)
- overlapPlot and densityPlot gain argument xcenter, which controls whether the
the plot is centered at noon (default) or midnight (wish of Bronwyn Fancourt).
overlap 0.2.2 (2014-02-23)
- overlapPlot gains argument ylim (wish of Jesse Lewis)
- densityPlot gains arguments ylim, xlab, ylab (wish of Wenhong Xiao)
overlap 0.2.0 (2013-08-05)
- Fixed bug in overlapPlot (reported by Jesse Lewis) and added overlapPlot to
examples on 'kerinchi' help page.
- overlapPlot gains arguments linewidth, xlab and ylab.