NEWS | R Documentation |
News for R Package diptest
CHANGES in diptest VERSION 0.77-1 (2024-03-31)
BUG FIXES
-
diptest(x72000, *)
forlength(x) == 72000
now works correctly (with awarning
about being asymptotic), thanks to William Davis, UC Berkeley.
CHANGES in diptest VERSION 0.77-0 (2023-11-27)
BUG FIXES
C level format: s/%ld/%d/
CHANGES in diptest VERSION 0.76-0 (2021-03-23)
NEW FEATURES
add ‘README.Rd’ mostly for github readers
BUG FIXES
Added Imports (to "base" packages where they were not checked previously) to ‘NAMESPACE’.
Using ‘NEWS.Rd’ file more.
CHANGES in diptest VERSION 0.75-7 (2015-06-07)
NEW FEATURES
Started this ‘NEWS.Rd’ file, to eventually replace the ‘ChangeLog’
BUG FIXES
.
CHANGES in diptest VERSION 0.75-6 (2014-11-25)
NEW FEATURES
.
BUG FIXES
.
CHANGES in diptest VERSION 0.75-5 (2013-07-23)
NEW FEATURES
add ‘NEWS.Rd’ (albeit mostly empty)
BUG FIXES
-
rdRDS()
wrapper corrrectly tests for R 2.13.0
CHANGES in diptest VERSION 0.75-4 (2012-08-13)
NEW FEATURES
Enable package for pre-R-2.13.x via
rdRDS()
wrapper-
dip.test()
now also returns analternative
component, e.g. for printing.
CHANGES in diptest VERSION 0.75-3 (2012-04-18)
NEW FEATURES
.
BUG FIXES
.
CHANGES in diptest VERSION 0.75-1 (2011-08-10)
NEW FEATURES
.
BUG FIXES
.
CHANGES in diptest VERSION 0.25-3 (2010-08-11)
NEW FEATURES
First version of the “"diptest issues"” vignette.
BUG FIXES
.
CHANGES in diptest VERSION 0.25-2 (2009-02-09)
NEW FEATURES
.
BUG FIXES
.
CHANGES in diptest VERSION 0.25-1 (2004-08-12)
NEW FEATURES
.
BUG FIXES
.
CHANGES in diptest VERSION 0.25-0 (2004-02-13)
NEW FEATURES
More output in the R object, allows
debug
information.
BUG FIXES
Previously, the
dip()
had not been “symmetric” with respect to “mirroring” such as a sign flip in the data. Thanks to Yong Lu, who was able to track the bug to a misplaced(
in the original Fortran code, the bug has been fixed on Oct.10, 2003.
CHANGES in diptest VERSION 0.9-1 (2003-07-15)
NEW FEATURES
First(?) CRAN release
BUG FIXES
on 1994-07-30, added code to prevent an infinite loop in rare cases, but e.g., for
dip(1:n)
.