NEWS | R Documentation |
This new ‘NEWS.Rd’ file – going to replace ‘ChangeLog’ eventually.
import all we need (but not more) from the "base" pkgs (stats, graphics, ...).
using new anyNA()
where appropriate.
New Korean translations, thanks to Chel Hee Lee.
plotpart()
: cmdscale()
tweaks.
valgrind detected missing allocation (nisol["1"]
for k=1).
typo R/daisy.q (R bug PR#16430).
Fix silhouette( obj )
for obj <- pam(x, k = 1)
.
pam()
now using .Call()
instead of
.C()
is potentially considerably more efficient.
agnes()
has improved trace
behaviour; also,
some invalid par.method = *
settings now give an early and
understandable error message.
lower.to.upper.tri.inds()
(etc) now returns integer
.
.C(..)
and .Fortran(..)
: no longer using
DUP=FALSE
as that has become deprecated.
agnes()
and diana()
finally get, respectively
work with a trace.lev
option.
plot.(agnes|diana)()
now deals well with long
call
s, by using multiple title lines.
Message translations now also for C level error messages.
agnes(*, method="flexible", par.method = c(a1, a2, b, c))
,
i.e., length(alpha) == 4
, finally works correctly.
Rewrote parts of the R level messages so they are more easily translatable, thanks to proposals by Lukasz Daniel.
French translations from Philippe Grosjean.
mona
example not working in R < 3.0.x.
agnes(*, method = "gaverage")
contributed by Pierre
Roudier.
documentation improvements;
better translatable messages and translation updates.
-
-
Polnish translations from Lukasz Daniel.
-
New clusGap()
to compute the “cluster Gap”
goodness-of-fit statistic.
-
First translations (into German, thanks to Detlef Steuer).
better citation("cluster")
plot.silhouette(..., col = <one per cluster>)
had
ordering bug.
Martin Maechler had its own version independently.
Both closely modeled after clus
the tarball off JSS.
agnes()
– ‘twins.f’ for the “twins” agnes
and diana
.
clara()
– clara.f
daisy()
– ‘daisy.f’ (and ‘meet.f’)
diana()
– (twins.f)
fanny()
– ‘fanny.f’
mona()
– ‘mona.f’
pam()
– ‘pam.f’
agriculture
animals
flower
ruspini
votes.repub
all Examples in ‘man/*.Rd’ hand edited to become executable.
summary()
, print()
(and
print.summary.**()
methods) for the six basic R functions above.
.
started ‘ChangeLog’