-
Notifications
You must be signed in to change notification settings - Fork 19
/
NEWS
73 lines (40 loc) · 1.85 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
2020-03-16
* Version 1.3-0
* Accept strings for conventional effect sizes.
* Fix error in R 3.6 with vector inputs.
2018-03-03
* Version 1.2-2
* Updates in documentation.
2017-03-21
* Version 1.2-1
* vignettes/pwr-vignette.Rmd: New vignette by Clay Ford
* R: Add upper limits of n (Aditya Anandkumar's pull request)
* R/plot.pwer.htest: Robert Volcic's fix for pwr.t.test
* NEWS: ChangeLog moved to "NEWS" file
2016-08-06 Helios De Rosario-Martinez <[email protected]>
* Version 1.2-0
* DESCRIPTION: move ggplot2 and scales to "Suggests"; import from graphics.
* NAMESPACE: remove ggplot2 and scales from import; add graphics.
* R/plot.power.htest: falling back to generic plot tools
if ggplot2 and scales do not exist.
2016-08-04 Helios De Rosario-Martinez <[email protected]>
* Version 1.1-4
* R/plot.power.htest: New function contributed by Stephan Weibelzahl.
* DESCRIPTION, NAMESPACE, man: Adapt to include new plot.power.htest function.
2015-09-02 Helios De Rosario-Martinez <[email protected]>
* R/pwr.t2n.test: Revert to previous version.
2015-08-18 Helios De Rosario-Martinez <[email protected]>
* NAMESPACE, DESCRIPTION: Add import from stats.
2015-04-02 Helios De Rosario-Martinez <[email protected]>
* R/pwr.t2n.test: Fix following Jan Wunder's report.
2015-02-27 Helios De Rosario-Martinez <[email protected]>
* DESCRIPTION: Authors redefined as Authors@R.
Add Claus Ekstrom, Peter Daalgard and Jeffrey Gill as contributors.
New maintainer (Helios De Rosario, taking over Stephane Champely's work).
Update License to GPL>=3.
Added link to Github development repository.
* LICENSE: Added GPL 3 license.
* man: Fixed line widths of usage and example in various files.
(pwr-package.Rd)Updated authors.
* R/pwr.r.test.R: Fixed calculation of zrc following Jeffrey Gill's report.
* Version 1.1-2