diptest(x72000, *)
for length(x) == 72000
now
works correctly (with a warning
about being asymptotic),
thanks to William Davis, UC Berkeley.
C level format: s/%ld/%d/
add ‘README.Rd’ mostly for github readers
Added Imports (to "base" packages where they were not checked previously) to ‘NAMESPACE’.
Using ‘NEWS.Rd’ file more.
Started this ‘NEWS.Rd’ file, to eventually replace the ‘ChangeLog’
.
.
.
add ‘NEWS.Rd’ (albeit mostly empty)
rdRDS()
wrapper corrrectly tests for R 2.13.0
Enable package for pre-R-2.13.x via rdRDS()
wrapper
dip.test()
now also returns an alternative
component,
e.g. for printing.
.
.
.
.
First version of the “"diptest issues"” vignette.
.
.
.
.
.
More output in the R object, allows debug
information.
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.
First(?) CRAN release
on 1994-07-30, added code to prevent an infinite loop in
rare cases, but e.g., for dip(1:n)
.