Wed, 21 Oct 2009

Package diveMove updated to version 0.9.6 with previous version 0.9.5 dated 2009-02-15

Author: Sebastian P. Luque
Title: Dive analysis and calibration
Description: Functions to filter and summarize time-depth recorder (TDR) data, and miscellaneous functions for handling location data.

Diff between diveMove versions 0.9.5 dated 2009-02-15 and 0.9.6 dated 2009-10-21

 ChangeLog             |    9 
 DESCRIPTION           |   18 
 R/bouts.R             |   22 
 R/detDive.R           |    6 
 README                |    8 
 inst/doc/diveMove.pdf | 4488 ++++++++++++++++++++++----------------------------
 man/calibrateDepth.Rd |   68 
 7 files changed, 2171 insertions(+), 2448 deletions(-)

More information about diveMove at CRAN
Permanent link

New package textcat with initial version 0.0-1
Package: textcat
Version: 0.0-1
Title: N-Gram Based Text Categorization
Description: Text categorization based on n-grams
Author: Kurt Hornik, Johannes Rauch, Christian Buchta, Ingo Feinerer
Maintainer: Kurt Hornik
Imports: tau (>= 0.0-4)
License: GPL-2
Packaged: 2009-10-21 15:48:45 UTC; hornik
Repository: CRAN
Date/Publication: 2009-10-21 15:54:45

More information about textcat at CRAN
Permanent link

Package tau updated to version 0.0-4 with previous version 0.0-3 dated 2009-09-04

Author: Christian Buchta, Kurt Hornik, Ingo Feinerer, David Meyer
Title: Text Analysis Utilities
Description: Utilities for text analysis

Diff between tau versions 0.0-3 dated 2009-09-04 and 0.0-4 dated 2009-10-21

 CHANGELOG                                |    4 
 DESCRIPTION                              |    8 -
 NAMESPACE                                |    3 
 R/encoding.R                             |    4 
 R/textcnt.R                              |   93 ++++++++++++++++----
 R/util.R                                 |   13 +-
 man/encoding.Rd                          |    3 
 man/textcnt.Rd                           |   43 +++++++--
 man/util.Rd                              |    3 
 src/encoding.c                           |   34 ++++++-
 src/textcnt.c                            |  108 +++++++++++++++++++----
 tests/counting.R                         |   23 ++--
 tests/counting.Rout.save.UTF8            |  143 +++++++++++++++----------------
 tests/counting.Rout.save.latin1          |  143 +++++++++++++++----------------
 tests/counting_useBytes.R                |only
 tests/counting_useBytes.Rout.save.UTF8   |only
 tests/counting_useBytes.Rout.save.latin1 |only
 17 files changed, 411 insertions(+), 214 deletions(-)

More information about tau at CRAN
Permanent link

Package svmpath updated to version 0.93 with previous version 0.92 dated 2006-06-06

Author: Trevor Hastie
Title: svmpath: the SVM Path algorithm
Description: Computes the entire regularization path for the two-class svm classifier with essentialy the same cost as a single SVM fit.

Diff between svmpath versions 0.92 dated 2006-06-06 and 0.93 dated 2009-10-21

 svmpath-0.92/svmpath/R/svmpathfuncs.R              |only
 svmpath-0.93/svmpath/DESCRIPTION                   |   26 +++++++++++----------
 svmpath-0.93/svmpath/R/Balanced.Initialization.R   |only
 svmpath-0.93/svmpath/R/DowndateKstar.R             |only
 svmpath-0.93/svmpath/R/First.lib.R                 |only
 svmpath-0.93/svmpath/R/InitsvmPath.R               |only
 svmpath-0.93/svmpath/R/OptInit.alpha.R             |only
 svmpath-0.93/svmpath/R/PrintPath.R                 |only
 svmpath-0.93/svmpath/R/SnapPath.R                  |only
 svmpath-0.93/svmpath/R/SolveKstar.R                |only
 svmpath-0.93/svmpath/R/StatPath.R                  |only
 svmpath-0.93/svmpath/R/Unbalanced.Initialization.R |only
 svmpath-0.93/svmpath/R/UpdateKstar.R               |only
 svmpath-0.93/svmpath/R/coef.svmpath.R              |only
 svmpath-0.93/svmpath/R/enlist.R                    |only
 svmpath-0.93/svmpath/R/get.svmstep.R               |only
 svmpath-0.93/svmpath/R/modulus.R                   |only
 svmpath-0.93/svmpath/R/poly.kernel.R               |only
 svmpath-0.93/svmpath/R/predict.svmpath.R           |only
 svmpath-0.93/svmpath/R/print.svmpath.R             |only
 svmpath-0.93/svmpath/R/radial.kernel.R             |only
 svmpath-0.93/svmpath/R/summary.svmpath.R           |only
 svmpath-0.93/svmpath/R/svmpath.R                   |only
 svmpath-0.93/svmpath/data/svmpath.RData            |binary
 svmpath-0.93/svmpath/man/predict.svmpath.Rd        |    4 +--
 svmpath-0.93/svmpath/man/print.svmpath.Rd          |    2 -
 svmpath-0.93/svmpath/man/summary.svmpath.Rd        |    2 -
 svmpath-0.93/svmpath/man/svmpath.Rd                |    2 -
 28 files changed, 19 insertions(+), 17 deletions(-)

More information about svmpath at CRAN
Permanent link

Package slam updated to version 0.1-6 with previous version 0.1-5 dated 2009-09-10

Author: Kurt Hornik, David Meyer, Christian Buchta
Title: Sparse Lightweight Arrays and Matrices
Description: Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively.

Diff between slam versions 0.1-5 dated 2009-09-10 and 0.1-6 dated 2009-10-21

 DESCRIPTION               |    8 +-
 NAMESPACE                 |    1 
 R/array.R                 |    5 -
 R/matrix.R                |  169 ++++++++++++++++++++++++++--------------------
 R/stm.R                   |   59 ++++++++++------
 src/sparse.c              |   61 ++++++++++++----
 tests/matrix.R            |only
 tests/matrix.Rout.save    |only
 tests/stm_zeros.R         |only
 tests/stm_zeros.Rout.save |only
 10 files changed, 191 insertions(+), 112 deletions(-)

More information about slam at CRAN
Permanent link

Package skmeans updated to version 0.1-2 with previous version 0.1-1 dated 2009-09-03

Author: Kurt Hornik, Ingo Feinerer, Martin Kober
Title: Spherical k-Means Clustering
Description: Algorithms to compute spherical k-means partitions. Features several methods, including a genetic and a simple fixed-point algorithm and an interface to the CLUTO vcluster program.

Diff between skmeans versions 0.1-1 dated 2009-09-03 and 0.1-2 dated 2009-10-21

 DESCRIPTION    |    8 +--
 R/cluto.R      |   15 ++-----
 R/skmeans.R    |  120 +++++++++++++++++++++++++++++++++++++--------------------
 man/skmeans.Rd |    2 
 4 files changed, 91 insertions(+), 54 deletions(-)

More information about skmeans at CRAN
Permanent link

Package cem updated to version 1.0.120 with previous version 1.0.117 dated 2009-10-21

Author: Stefano Iacus Gary King Giuseppe Porro
Title: CEM: Software for Coarsened Exact Matching
Description: This program implements the coarsened exact matching algorithm (and many extensions) described in Stefano M. Iacus, Gary King, and Giuseppe Porro, "Causal Inference Without Balance Checking: Coarsened Exact Matching," http://gking.harvard.edu/files/abs/cem-plus-abs.shtml

Diff between cem versions 1.0.117 dated 2009-10-21 and 1.0.120 dated 2009-10-21

 DESCRIPTION           |    8 
 inst/doc/Rplots.pdf   |    4 
 inst/doc/cem.Rnw      |   44 
 inst/doc/cem.pdf      | 5077 +++++++++++++++++++++++++-------------------------
 inst/doc/coarsen1.pdf |    4 
 inst/doc/coarsen2.pdf |    4 
 inst/doc/index.shtml  |    6 
 inst/doc/teff.pdf     |    4 
 man/L1.meas.Rd        |   14 
 man/L1.profile.Rd     |   33 
 man/att.Rd            |    2 
 man/cem.Rd            |    2 
 man/imbalance.Rd      |    2 
 man/k2k.Rd            |    2 
 man/pair.Rd           |    2 
 man/relax.cem.Rd      |    2 
 man/shift.cem.Rd      |    2 
 17 files changed, 2655 insertions(+), 2557 deletions(-)

More information about cem at CRAN
Permanent link

Package ringscale updated to version 0.1.2 with previous version 0.1.1 dated 2009-07-30

Author: Daniel Haase
Title: Ringscale
Description: Implementation of the "Ringscale" method as proposed in the student research project "DETECTION OF FAINT COMPANIONS AROUND YOUNG STARS IN SPECKLE PATTERNS OF VLT/NACO CUBE MODE IMAGES BY MEANS OF POST-PROCESSING" at the Friedrich-Schiller-University of Jena.

Diff between ringscale versions 0.1.1 dated 2009-07-30 and 0.1.2 dated 2009-10-21

 ChangeLog        |   18 ++++++++++++++++++
 DESCRIPTION      |    8 ++++----
 R/misc.R         |    8 +++++++-
 R/ringscale.R    |   23 ++++++++++++++++++-----
 man/ringscale.Rd |    4 +++-
 5 files changed, 50 insertions(+), 11 deletions(-)

More information about ringscale at CRAN
Permanent link

Package qcc updated to version 2.0 with previous version 1.3 dated 2008-10-12

Author: Luca Scrucca
Title: Quality Control Charts
Description: Shewhart quality control charts for continuous, attribute and count data. Cusum and EWMA charts. Operating characteristic curves. Process capability analysis. Pareto chart and cause-and-effect chart. Multivariate control charts.

Diff between qcc versions 1.3 dated 2008-10-12 and 2.0 dated 2009-10-21

 qcc-1.3/qcc/inst/qcc_Rnews.pdf                |only
 qcc-2.0/qcc/CHANGES                           |   19 
 qcc-2.0/qcc/DESCRIPTION                       |   20 
 qcc-2.0/qcc/INDEX                             |   37 
 qcc-2.0/qcc/NAMESPACE                         |only
 qcc-2.0/qcc/R/capability.R                    |only
 qcc-2.0/qcc/R/causeandeffect.R                |only
 qcc-2.0/qcc/R/cusum.R                         |only
 qcc-2.0/qcc/R/ewma.R                          |only
 qcc-2.0/qcc/R/mqcc.R                          |only
 qcc-2.0/qcc/R/paretochart.R                   |only
 qcc-2.0/qcc/R/qcc.R                           | 1287 ++++----------------------
 qcc-2.0/qcc/R/utilities.R                     |only
 qcc-2.0/qcc/data/boiler.txt                   |only
 qcc-2.0/qcc/inst/doc                          |only
 qcc-2.0/qcc/man/boiler.Rd                     |only
 qcc-2.0/qcc/man/cusum.qcc.Rd                  |   83 +
 qcc-2.0/qcc/man/ellipseChart.Rd               |only
 qcc-2.0/qcc/man/ewma.qcc.Rd                   |   89 +
 qcc-2.0/qcc/man/mqcc.Rd                       |only
 qcc-2.0/qcc/man/oc.curves.Rd                  |    6 
 qcc-2.0/qcc/man/pistonrings.Rd                |    2 
 qcc-2.0/qcc/man/process.capability.Rd         |   10 
 qcc-2.0/qcc/man/process.capability.sixpack.Rd |    8 
 qcc-2.0/qcc/man/qcc-internal.Rd               |only
 qcc-2.0/qcc/man/qcc-package.Rd                |only
 qcc-2.0/qcc/man/qcc.Rd                        |   39 
 qcc-2.0/qcc/man/qcc.groups.Rd                 |    4 
 qcc-2.0/qcc/man/qcc.options.Rd                |   17 
 qcc-2.0/qcc/man/qcc.overdispersion.test.Rd    |    2 
 qcc-2.0/qcc/man/shewhart.rules.Rd             |    2 
 qcc-2.0/qcc/man/stats.R.Rd                    |    2 
 qcc-2.0/qcc/man/stats.T2.Rd                   |only
 qcc-2.0/qcc/man/stats.T2.single.Rd            |only
 qcc-2.0/qcc/man/stats.c.Rd                    |    2 
 qcc-2.0/qcc/man/stats.g.Rd                    |    2 
 qcc-2.0/qcc/man/stats.np.Rd                   |    2 
 qcc-2.0/qcc/man/stats.p.Rd                    |    2 
 qcc-2.0/qcc/man/stats.u.Rd                    |    2 
 qcc-2.0/qcc/man/stats.xbar.Rd                 |    4 
 qcc-2.0/qcc/man/stats.xbar.one.Rd             |   35 
 41 files changed, 506 insertions(+), 1170 deletions(-)

More information about qcc at CRAN
Permanent link

Package clim.pact updated to version 2.2-39 with previous version 2.2-38 dated 2009-06-16

Author: Rasmus E. Benestad
Title: Climate analysis and empirical-statistical downscaling (ESD) package for monthly and daily data.
Description: The package contains R functions for retrieving data, making climate analysis and downscaling of monthly mean and daily mean global climate scenarios. (Windows-users may need to obtain the 'ncdf' package from URL 'http://www.stats.ox.ac.uk/pub/RWin/' to get clim.pact to work). The package is also described in the book 'Empirical-Statistical Downscaling (http://www.worldscibooks.com/environsci/6908.html)

Diff between clim.pact versions 2.2-38 dated 2009-06-16 and 2.2-39 dated 2009-10-21

 DESCRIPTION       |    8 +++----
 R/extras.R        |   60 +++++++++++++++++++++++++++++++++++++-----------------
 R/getnarp.R       |    8 ++++++-
 R/grd.box.ts.R    |   32 ++++++++++++++++++++++------
 R/retrieve.nc.R   |   17 +++++++++------
 man/getgiss.Rd    |    2 -
 man/grd.box.ts.Rd |    8 ++++---
 7 files changed, 94 insertions(+), 41 deletions(-)

More information about clim.pact at CRAN
Permanent link

Package gam updated to version 1.01 with previous version 1.0.1 dated 2009-09-12

Author: Trevor Hastie
Title: Generalized Additive Models
Description: Functions for fitting and working with generalized additive models, as described in chapter 7 of "Statistical Models in S" (Chambers and Hastie (eds), 1991), and "Generalized Additive Models" (Hastie and Tibshirani, 1990).

Diff between gam versions 1.0.1 dated 2009-09-12 and 1.01 dated 2009-10-21

 DESCRIPTION  |    6 +++---
 NAMESPACE    |    2 +-
 R/polylo.R   |   20 +++++++++-----------
 man/gam.Rd   |    2 +-
 src/Makevars |    1 -
 5 files changed, 14 insertions(+), 17 deletions(-)

More information about gam at CRAN
Permanent link

Package cem updated to version 1.0.117 with previous version 1.0.116 dated 2009-10-20

Author: Stefano Iacus Gary King Giuseppe Porro
Title: CEM: Software for Coarsened Exact Matching
Description: This program implements the coarsened exact matching algorithm (and many extensions) described in Stefano M. Iacus, Gary King, and Giuseppe Porro, "Causal Inference Without Balance Checking: Coarsened Exact Matching," http://gking.harvard.edu/files/abs/cem-plus-abs.shtml

Diff between cem versions 1.0.116 dated 2009-10-20 and 1.0.117 dated 2009-10-21

 DESCRIPTION           |    6 
 NAMESPACE             |    2 
 R/L1profile.R         |only
 inst/doc/Rplots.pdf   |    4 
 inst/doc/cem.Rnw      |    2 
 inst/doc/cem.pdf      | 1035 +++++++++++++++++++++++++-------------------------
 inst/doc/coarsen1.pdf |    4 
 inst/doc/coarsen2.pdf |    4 
 inst/doc/copyRd.Rout  |    2 
 inst/doc/index.shtml  |    2 
 inst/doc/teff.pdf     |    4 
 man/L1.profile.Rd     |only
 12 files changed, 543 insertions(+), 522 deletions(-)

More information about cem at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.