Tue, 01 May 2012

Package plotmo updated to version 1.3-2 with previous version 1.3-1 dated 2011-09-16

Title: Plot a model's response while varying the values of the predictors.
Description: Plot a model's response when varying one or two predictors while holding the other predictors constant. A poor man's partial dependence plot.
Author: Stephen Milborrow
Maintainer: Stephen Milborrow

Diff between plotmo versions 1.3-1 dated 2011-09-16 and 1.3-2 dated 2012-05-01

 plotmo-1.3-1/plotmo/R/my.persp.R                              |only
 plotmo-1.3-2/plotmo/DESCRIPTION                               |    6 
 plotmo-1.3-2/plotmo/MD5                                       |   37 ++---
 plotmo-1.3-2/plotmo/NEWS                                      |    6 
 plotmo-1.3-2/plotmo/R/lib.R                                   |    4 
 plotmo-1.3-2/plotmo/R/plotmo.R                                |   56 ++++---
 plotmo-1.3-2/plotmo/R/plotmo.methods.R                        |   43 ++---
 plotmo-1.3-2/plotmo/R/plotmo.methods.misc.R                   |    4 
 plotmo-1.3-2/plotmo/man/plotmo.Rd                             |   11 -
 plotmo-1.3-2/plotmo/src/tests/fast.postscript.R               |    9 -
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.R                   |    2 
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.Rout.save           |   74 ++++------
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.bat                 |    4 
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.center.Rout.save    |   16 +-
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.center.bat          |    2 
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.fac.R               |    4 
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.fac.Rout.save       |   20 +-
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.fac.bat             |    2 
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.non.earth.Rout.save |   23 +--
 plotmo-1.3-2/plotmo/src/tests/test.plotmo.non.earth.bat       |    2 
 20 files changed, 167 insertions(+), 158 deletions(-)

More information about plotmo at CRAN
Permanent link

Package geometry updated to version 0.3-1 with previous version 0.3-0 dated 2012-04-18

Title: Mesh generation and surface tesselation
Description: This package makes the qhull library (www.qhull.org) available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. Currently the package only gives access to Delaunay triangulation and convex hull computation.
Author: C. B. Barber, Kai Habel, Raoul Grasman, Robert B. Gramacy, Andreas Stahel and David C. Sterratt
Maintainer: David C. Sterratt

Diff between geometry versions 0.3-0 dated 2012-04-18 and 0.3-1 dated 2012-05-01

 DESCRIPTION      |   10 +++++-----
 MD5              |   12 ++++++------
 NEWS             |   19 +++++++++++++++++--
 src/Rconvhulln.c |   11 ++++++++---
 src/Rdelaunayn.c |   16 ++++++++++------
 src/Rgeometry.h  |   19 +++++++++----------
 src/userprintf.c |   29 ++++++++++++++++++++++-------
 7 files changed, 77 insertions(+), 39 deletions(-)

More information about geometry at CRAN
Permanent link

New package condmixt with initial version 1.0
Package: condmixt
Type: Package
Title: Conditional Density Estimation with Neural Network Conditional Mixtures
Version: 1.0
Date: 2012-04-06
Author: Julie Carreau
Maintainer: Julie Carreau
Description: Conditional density estimation with mixtures for heavy-tailed distributions
Depends: evd
License: GPL-2
LazyLoad: yes
Packaged: 2012-05-01 14:55:59 UTC; carreau
Repository: CRAN
Date/Publication: 2012-05-01 15:17:00

More information about condmixt at CRAN
Permanent link

Package spam updated to version 0.29-0 with previous version 0.28-0 dated 2012-01-12

Title: SPArse Matrix
Description: Set of function for sparse matrix algebra. Differences with SparseM/Matrix are: (1) we only support (essentially) one sparse matrix format, (2) based on transparent and simple structure(s), (3) tailored for MCMC calculations within GMRF. (4) S3 and S4 like-"compatible" ... and it is fast.
Author: Reinhard Furrer
Maintainer: Reinhard Furrer

Diff between spam versions 0.28-0 dated 2012-01-12 and 0.29-0 dated 2012-05-01

 DESCRIPTION                               |   10 -
 MD5                                       |  239 +++++++++++++++-------------
 NAMESPACE                                 |   58 +++---
 R/apply.R                                 |    2 
 R/definitions.R                           |  253 ++----------------------------
 R/diff.R                                  |    2 
 R/dist.R                                  |    2 
 R/foreign.R                               |    2 
 R/headtail.R                              |only
 R/helper.R                                |   58 ------
 R/kronecker.R                             |    2 
 R/makeprec.R                              |    2 
 R/mle.R                                   |    8 
 R/norm.R                                  |only
 R/permutation.R                           |   26 ++-
 R/plotting.R                              |  133 ++++++---------
 R/preccovmat.R                            |only
 R/profile.R                               |   35 ++--
 R/rmvnorm.R                               |only
 R/rowcolstats.R                           |only
 R/spam_solve.R                            |   71 +++++++-
 R/spamlist.R                              |    2 
 R/subset.R                                |only
 R/toepliz.R                               |    2 
 R/xybind.R                                |    2 
 demo/article-jss-example1.R               |    2 
 demo/article-jss-example2.R               |    2 
 demo/article-jss.R                        |    2 
 demo/cholesky.R                           |    2 
 demo/spam.R                               |    2 
 demo/timing.R                             |    2 
 inst/0NEWS                                |    2 
 inst/NEWS                                 |   86 ++++++++++
 man/Oral.Rd                               |    2 
 man/SPAM.Rd                               |    2 
 man/UScounties.Rd                         |    2 
 man/USprecip.Rd                           |    2 
 man/allequal.Rd                           |    2 
 man/apply.Rd                              |    2 
 man/bandwidth.Rd                          |    2 
 man/bdiag.Rd                              |    2 
 man/chol.Rd                               |    6 
 man/circulant.Rd                          |    2 
 man/cleanup.Rd                            |    2 
 man/complexity.Rd                         |    2 
 man/det.Rd                                |    2 
 man/diag.Rd                               |    2 
 man/dim.Rd                                |    2 
 man/display.Rd                            |    2 
 man/foreign.Rd                            |    2 
 man/germany.Rd                            |    2 
 man/headtail.Rd                           |only
 man/history.spam.Rd                       |    2 
 man/image.Rd                              |    2 
 man/import.Rd                             |    2 
 man/isSymmetric.Rd                        |    2 
 man/kronecker.Rd                          |    2 
 man/lu.tri.Rd                             |    2 
 man/makeprec.Rd                           |    2 
 man/math.Rd                               |    2 
 man/math2.Rd                              |    2 
 man/methods.Rd                            |    2 
 man/mle.Rd                                |    2 
 man/nearestdist.Rd                        |    2 
 man/operations.Rd                         |    9 -
 man/options.Rd                            |   28 ++-
 man/ordering.Rd                           |    2 
 man/permutation.Rd                        |    2 
 man/powerboost.Rd                         |    2 
 man/precmat.Rd                            |only
 man/print.Rd                              |    2 
 man/rmvnorm.Rd                            |   15 -
 man/rmvnorm.const.Rd                      |only
 man/rowcolstats.Rd                        |only
 man/solve.Rd                              |   24 +-
 man/spam-class.Rd                         |   31 ++-
 man/spam.chol.NgPeyton-class.Rd           |    2 
 man/spam.creation.Rd                      |    2 
 man/spam.internal.Rd                      |    2 
 man/summary.Rd                            |    2 
 man/todo.Rd                               |    2 
 man/toeplitz.Rd                           |    2 
 man/triplet.Rd                            |    2 
 man/version.Rd                            |    2 
 man/xybind.Rd                             |    2 
 src/rowcolstats.f                         |only
 src/spamown.f                             |   71 +++++++-
 tests/demo_article-jss-example1.R         |    2 
 tests/demo_article-jss-example1.Rout.save |   21 +-
 tests/demo_article-jss-example2.R         |    2 
 tests/demo_article-jss-example2.Rout.save |   21 +-
 tests/demo_article-jss.R                  |    2 
 tests/demo_article-jss.Rout.save          |   19 +-
 tests/demo_cholesky.R                     |    2 
 tests/demo_cholesky.Rout.save             |   21 +-
 tests/demo_spam.R                         |    2 
 tests/demo_spam.Rout.save                 |   23 +-
 tests/demo_timing.R                       |    2 
 tests/demo_timing.Rout.save               |   19 +-
 tests/diff.R                              |    2 
 tests/diff.Rout.save                      |   19 +-
 tests/displays.R                          |    2 
 tests/displays.Rout.save                  |   19 +-
 tests/dist.R                              |    2 
 tests/dist.Rout.save                      |   19 +-
 tests/foreign.R                           |    2 
 tests/foreign.Rout.save                   |    9 -
 tests/helper.R                            |   17 +-
 tests/helper.Rout.save                    |   20 +-
 tests/kronecker.R                         |    2 
 tests/kronecker.Rout.save                 |   19 +-
 tests/mle.R                               |    2 
 tests/mle.Rout.save                       |   19 +-
 tests/norm.R                              |only
 tests/norm.Rout.save                      |only
 tests/overall.R                           |   35 ----
 tests/overall.Rout.save                   |   39 +---
 tests/permutation.R                       |    2 
 tests/permutation.Rout.save               |   19 +-
 tests/rowcolstats.R                       |only
 tests/rowcolstats.Rout.save               |only
 tests/solve.R                             |   21 +-
 tests/solve.Rout.save                     |   19 +-
 tests/spamlist.R                          |    3 
 tests/spamlist.Rout.save                  |   20 +-
 tests/subsetting.R                        |only
 tests/subsetting.Rout.save                |only
 tests/xybind.R                            |    3 
 tests/xybind.Rout.save                    |   20 +-
 129 files changed, 874 insertions(+), 873 deletions(-)

More information about spam at CRAN
Permanent link

Package mmand updated to version 0.1.1 with previous version 0.1.0 dated 2012-04-27

Title: Mathematical Morphology in Any Number of Dimensions
Description: This package provides tools for performing mathematical morphology operations, such as erosion and dilation, on data of arbitrary dimensionality. It can also be used for smoothing and other image processing-style operations.
Author: Jon Clayden
Maintainer: Jon Clayden

Diff between mmand versions 0.1.0 dated 2012-04-27 and 0.1.1 dated 2012-05-01

 DESCRIPTION |    8 ++++----
 MD5         |    6 +++---
 NEWS        |    7 +++++++
 src/morph.c |    4 ++--
 4 files changed, 16 insertions(+), 9 deletions(-)

More information about mmand at CRAN
Permanent link

New package Momocs with initial version 0.1
Package: Momocs
Type: Package
Title: Shape Analysis of Outlines
Version: 0.1
Date: 2012-05-01
Author: Vincent Bonhomme, Sandrine Picq, Julien Claude
Maintainer: Vincent Bonhomme
Description: Momocs is intended to ease and popularize shape analysis of outlines (especially using elliptical Fourier analysis). It mostly hinges on the functions developped in Morphometrics with R (Claude, 2008). From outline extraction of images and elliptical Fourier calculation to multivariate analysis and the visualization of transformations within the morphological space, Momocs provides a complete and convenient toolkit to specialists within every field that are, or may be, interested in morphological comparisons of outlines.
License: GPL (>= 2)
Depends: methods, sp, ReadImages
Collate: global.R Coo.R Nef.R
Packaged: 2012-05-01 05:47:55 UTC; vincent.bonhomme
Repository: CRAN
Date/Publication: 2012-05-01 08:05:48

More information about Momocs at CRAN
Permanent link

Package bcrm updated to version 0.3 with previous version 0.2 dated 2012-02-09

Title: Bayesian continuous reassessment method (CRM) designs for Phase I dose-finding trials.
Description: This package implements a wide variety of one and two-parameter Bayesian CRM designs. The program can run interactively, allowing the user to enter outcomes after each cohort has been recruited, or via simulation to assess operating characteristics.
Author: Michael Sweeting
Maintainer: Michael Sweeting

Diff between bcrm versions 0.2 dated 2012-02-09 and 0.3 dated 2012-05-01

 bcrm-0.2/bcrm/R/bcrm_0.2.R         |only
 bcrm-0.3/bcrm/DESCRIPTION          |    8 ++--
 bcrm-0.3/bcrm/MD5                  |   17 +++++-----
 bcrm-0.3/bcrm/NAMESPACE            |    1 
 bcrm-0.3/bcrm/NEWS                 |   13 +++++++
 bcrm-0.3/bcrm/R/bcrm_0.3.R         |only
 bcrm-0.3/bcrm/man/bcrm-package.Rd  |    4 +-
 bcrm-0.3/bcrm/man/bcrm.Rd          |   62 +++++++++++++++++++++++--------------
 bcrm-0.3/bcrm/man/plot.bcrm.Rd     |    5 ++
 bcrm-0.3/bcrm/man/plot.bcrm.sim.Rd |only
 bcrm-0.3/bcrm/man/print.bcrm.Rd    |   14 +++++---
 11 files changed, 81 insertions(+), 43 deletions(-)

More information about bcrm at CRAN
Permanent link


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