Title: Fast hierarchical clustering routines for R and Python
Diff between fastcluster versions 1.1.7 dated 2012-09-21 and 1.1.8 dated 2013-01-19
Description: This is a two-in-one package which provides interfaces to
both R and Python. It implements fast hierarchical,
agglomerative clustering routines. Part of the functionality is
designed as drop-in replacement for existing routines:
“linkage” in the SciPy package “scipy.cluster.hierarchy”,
“hclust” in R's “stats” package, and the “flashClust” package.
It provides the same functionality, with the benefit of a much
faster implementation. Moreover, there are memory-saving
routines for clustering of vector data, which go beyond what
the existing packages provide. For information on how to
install the Python files, see the file INSTALL in the source
distribution.
Author: Daniel Müllner, http://math.stanford.edu/~muellner
Maintainer: Daniel Müllner
DESCRIPTION | 10
INSTALL | 6
LICENSE |only
MD5 | 28 +-
NEWS | 14 +
README | 4
inst/CITATION | 4
inst/doc/fastcluster.Rtex | 29 +-
inst/doc/fastcluster.pdf |binary
python/fastcluster.py | 14 +
python/setup.py | 5
python/test/nantest.py |only
src/fastcluster.cpp | 472 +++++++++++++++++++++------------------------
src/fastcluster_R.cpp | 123 +++++++----
src/fastcluster_python.cpp | 290 ++++++++++++++++++---------
tests/test_fastcluster.R | 2
16 files changed, 569 insertions(+), 432 deletions(-)
More information about currentSurvival at CRAN
Permanent link
Title: Bayesian parametric and semi-parametric analyses for
semi-competing risks data
Diff between bscr versions 1.0 dated 2013-01-15 and 1.1 dated 2013-01-19
Description: Algorithms for Bayesian analysis of semi-competing risks
data.
Author: Kyu Ha Lee, Sebastien Haneuse, Deborah Schrag, and Francesca
Dominici
Maintainer: Kyu Ha Lee
DESCRIPTION | 10 +++++-----
MD5 | 20 ++++++++++----------
man/BpeScr.Rd | 2 +-
man/BpeSurv.Rd | 2 +-
man/BweibScr.Rd | 2 +-
man/BweibSurv.Rd | 2 +-
man/EhrBpe.Rd | 2 +-
man/EhrBweib.Rd | 2 +-
man/SimScr.Rd | 2 +-
man/SimSurv.Rd | 2 +-
man/bscr.Rd | 6 +++---
11 files changed, 26 insertions(+), 26 deletions(-)
Title: Adaptive Smoothing of FMRI Data
Diff between adaptsmoFMRI versions 1.0 dated 2012-11-10 and 1.1 dated 2013-01-19
Description: This package contains R functions for estimating the blood
oxygenation level dependent (BOLD) effect by using functional
Magnetic Resonance Imaging (fMRI) data, based on adaptive Gauss
Markov random fields, for real as well as simulated data. The
implemented simulations make use of efficient Markov Chain
Monte Carlo methods.
Author: Max Hughes
Maintainer: Max Hughes
DESCRIPTION | 12 ++++----
MD5 | 18 ++++++-------
NAMESPACE | 3 +-
R/adaptive-gmrf-2covar.R | 58 +++++++++++++++++++++++++++++-------------
R/adaptive-gmrf.R | 2 -
R/sim-adaptive-gmrf-2covar.R | 53 +++++++++++++++++++++-----------------
man/adaptiveGMRF.Rd | 2 -
man/adaptiveGMRF2COVAR.Rd | 2 -
man/adaptsmoFMRI-package.Rd | 5 +--
man/sim.adaptiveGMRF2COVAR.Rd | 18 -------------
10 files changed, 94 insertions(+), 79 deletions(-)
Title: Medical image registration using the NiftyReg library
Diff between RNiftyReg versions 1.0.0 dated 2012-11-26 and 1.0.2 dated 2013-01-19
Description: This package provides an R interface to the NiftyReg image
registration tools
Author: Jon Clayden; based on original code by Marc Modat and Pankaj
Daga
Maintainer: Jon Clayden
DESCRIPTION | 8 ++++----
MD5 | 10 +++++-----
NEWS | 13 +++++++++++++
src/_reg_f3d_sym.cpp | 2 +-
src/_reg_maths.cpp | 6 +++---
src/_reg_tools.h | 22 ----------------------
6 files changed, 26 insertions(+), 35 deletions(-)
Title: A few useful functions for statisticians
Diff between packHV versions 1.0 dated 2012-12-22 and 1.1 dated 2013-01-19
Description: Various useful functions for statisticians
Author: Hugo Varet
Maintainer: Hugo Varet
DESCRIPTION | 8 ++++----
MD5 | 14 +++++++++-----
R/convert_factor.R |only
R/convert_zero_NA.R |only
R/desc.R | 14 ++++++++++----
man/convert_factor.Rd |only
man/convert_zero_NA.Rd |only
man/desc.Rd | 8 +++++---
man/packHV-package.Rd | 2 +-
man/plot_mm.Rd | 3 ++-
10 files changed, 31 insertions(+), 18 deletions(-)