-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
84 lines (44 loc) · 2.35 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
CHANGES IN VERSION 0.3.5 (2022-11-22)
* Fixed: if() conditions comparing class() to string.
* New maintainer, Liz Campbell.
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.