CHANGES IN VERSION 0.3.9 (2024-01-16)

  * Revised example for 'sunTime' to reset user's par() after running and fix error in plotting

CHANGES IN VERSION 0.3.8 (2023-12-27)

  * Revised examples for 'bootEst', 'bootstrap', and 'kerinci' to use 1 core
  * Updated format for Authors@R in DESCRIPTION

CHANGES IN VERSION 0.3.7 (2023-12-07)

  * Updated 'sunTime' function using package suntools

CHANGES IN VERSION 0.3.6 (2023-05-02)

  * Updated maintainer email: lizadcampbell@gmail.com

CHANGES IN VERSION 0.3.5 (2022-11-22)

  * Fixed: if() conditions comparing class() to string.

  * New maintainer, Liz Campbell (liz.campbell@zoo.ox.ac.uk)

CHANGES IN VERSION 0.3.4 (2021-05-13)

  * Fixed: rebuilding of vignette with R-devel (thanks to Kurt Hornik).

  * Reformatted data sets as '.rda' files.

  * Additions to 'densityPlot' examples.

CHANGES IN VERSION 0.3.3 (2020-05-09)

  * Updated 'testthat' tests for new RNGkind.

  * Added function 'bootstrap'; modified vignette to use 'bootstrap'.

  * Updated maintainer email.

CHANGES IN VERSION 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.

CHANGES IN VERSION 0.3.1 (2018-04-19)

  * Improvements to help page for 'bootCI'.

  * Added 'sunTime' function, maps sunrise and sunset to pi/2 and 3*pi/2.

CHANGES IN VERSION 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.

CHANGES IN VERSION 0.2.7 (2017-03-01)

  * Routines in overlap C code now registered.

CHANGES IN VERSION 0.2.6 (2016-02-07)

* Changes to NAMESPACE to accommodate R 3.3.

CHANGES IN VERSION 0.2.5 (2015-04-16)

* fixed bug in plotting functions: dots argument not passed to x axis code.

CHANGES IN VERSION 0.2.4 (2014-06-08)

* 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)

CHANGES IN VERSION 0.2.3 (2014-05-04)

* overlapPlot and densityPlot gain argument xcenter, which controls whether the
  the plot is centered at noon (default) or midnight (wish of Bronwyn Fancourt).

CHANGES IN VERSION 0.2.2 (2014-02-23)

* overlapPlot gains argument ylim (wish of Jesse Lewis)

* densityPlot gains arguments ylim, xlab, ylab (wish of Wenhong Xiao)

CHANGES IN VERSION 0.2.0 (2013-08-04)

* Fixed bug in overlapPlot (reported by Jesse Lewis) and added overlapPlot to
  examples on 'kerinchi' help page.

* overlapPlot gains arguments linewidth, xlab and ylab.

