Skip to content

Commit

Permalink
fligner.test was in "BUG FIXES" for 1.8.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@28929 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Apr 6, 2004
1 parent d9ab901 commit 573e8ed
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ NEW FEATURES
vector now wraps it in as.integer() so it will be source()d
correctly. (Related to PR#4361.)

o .Deprecated() has a new argument `package' which is used in
the warning message for non-base packages.
o .Deprecated() has a new argument `package' which is used in
the warning message for non-base packages.

o The print() method for "difftime" objects now handles arrays.

Expand Down Expand Up @@ -423,9 +423,9 @@ UTILITIES
o Option 'repositories' to list URLs for package repositories
added.

o package.description() has been replaced by packageDescription().
o package.description() has been replaced by packageDescription().

o R CMD INSTALL/build now skip Subversion's .svn directories as
o R CMD INSTALL/build now skip Subversion's .svn directories as
well as CVS directories.


Expand Down Expand Up @@ -770,40 +770,42 @@ BUG FIXES
o Sweave no longer wraps the output of code chunks with
echo=false and results=tex in Schunk environments.

o termplot() handles models with missing data better, especially
with na.action=na.exclude.
o termplot() handles models with missing data better, especially
with na.action=na.exclude.

o 1:2 * 1e-100 now prints with correct number of spaces.

o Negative subscripts that were out of range or NA were not handled
correctly. Mixing negative and NA subscripts is now caught as
an error: it was not caught on some platforms and segfaulted
on others.
o Negative subscripts that were out of range or NA were not handled
correctly. Mixing negative and NA subscripts is now caught as
an error: it was not caught on some platforms and segfaulted
on others.

o gzfile() connections had trouble at EOF when used on uncompressed
o gzfile() connections had trouble at EOF when used on uncompressed
file.

o The Unix version of dataentry segfaulted if the `Copy' button
o The Unix version of dataentry segfaulted if the `Copy' button
was used. (PR#6605)

o unlist on lists containing expressions now works (PR#5628)
o unlist on lists containing expressions now works (PR#5628)

o D(), deriv() and deriv3() now also can deal with gamma and lgamma.

o The X11 module can now be built against XFree86 4.4.0 headers (still
o The X11 module can now be built against XFree86 4.4.0 headers (still
with some warnings).

o seq.POSIXt(from, to, by="DSTdays") was shorter than expected
o seq.POSIXt(from, to, by="DSTdays") was shorter than expected
for rare times in the UK time zone. (PR#4558)

o c/rbind() did not support vectors/matrices of mode "list". (PR#6702)
o c/rbind() did not support vectors/matrices of mode "list". (PR#6702)

o summary() methods for POSIX[cl]t and Date classes coerced the
o summary() methods for POSIX[cl]t and Date classes coerced the
number of NAs to a date on printing.

o KalmanSmooth would sometimes return NA values with NA inputs.
o KalmanSmooth would sometimes return NA values with NA inputs.
(PR#6738)


o fligner.test() worked correctly only if data were already sorted
by group levels. (PR#6739)



Expand Down Expand Up @@ -968,9 +970,6 @@ BUG FIXES
before 1902 and after 2038 computed which were leap years from
(year-1900) so got some xx00 years wrong.

o fligner.test() worked correctly only if data were already sorted
by group levels. (PR#6739)


CHANGES IN R VERSION 1.8.0

Expand Down

0 comments on commit 573e8ed

Please sign in to comment.