Sun, 30 Nov 2014

Package dr updated to version 3.0.9 with previous version 3.0.8 dated 2014-03-07

Title: Methods for dimension reduction for regression
Description: Functions, methods, and datasets for fitting dimension reduction regression, using slicing (methods SAVE and SIR), Principal Hessian Directions (phd, using residuals and the response), and an iterative IRE. Partial methods, that condition on categorical predictors are also available. A variety of tests, and stepwise deletion of predictors, is also included. Also included is code for computing permutation tests of dimension. Adding additional methods of estimating dimension is straightforward. For documentation, see the vignette in the package. With version 3.0.4, the arguments for dr.step have been modified.
Author: Sanford Weisberg ,
Maintainer: Sanford Weisberg

Diff between dr versions 3.0.8 dated 2014-03-07 and 3.0.9 dated 2014-11-30

 DESCRIPTION           |    8 -
 MD5                   |   11 +
 NEWS                  |    3 
 build/vignette.rds    |binary
 inst/doc/overview.R   |  294 +++++++++++++++++++++++++-------------------------
 inst/doc/overview.pdf |binary
 vignettes/html.sty    |only
 7 files changed, 160 insertions(+), 156 deletions(-)

More information about dr at CRAN
Permanent link

Package rpart.plot updated to version 1.5.0 with previous version 1.4-5 dated 2014-11-19

Title: Plot rpart Models. An Enhanced Version of plot.rpart
Description: Plot rpart models. Extends plot.rpart and text.rpart in the rpart package.
Author: Stephen Milborrow
Maintainer: Stephen Milborrow

Diff between rpart.plot versions 1.4-5 dated 2014-11-19 and 1.5.0 dated 2014-11-30

 rpart.plot-1.4-5/rpart.plot/inst/slowtests/test.prp.save.ps   |only
 rpart.plot-1.5.0/rpart.plot/DESCRIPTION                       |   10 +++---
 rpart.plot-1.5.0/rpart.plot/MD5                               |   13 +++-----
 rpart.plot-1.5.0/rpart.plot/NEWS                              |    8 +++--
 rpart.plot-1.5.0/rpart.plot/inst/doc/prp.pdf                  |binary
 rpart.plot-1.5.0/rpart.plot/inst/slowtests/make.bat           |    6 +--
 rpart.plot-1.5.0/rpart.plot/inst/slowtests/test.prp.R         |    2 -
 rpart.plot-1.5.0/rpart.plot/inst/slowtests/test.prp.Rout.save |   16 +++++-----
 8 files changed, 29 insertions(+), 26 deletions(-)

More information about rpart.plot at CRAN
Permanent link

Package plotmo updated to version 2.1.0 with previous version 2.0.0 dated 2014-11-20

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 2.0.0 dated 2014-11-20 and 2.1.0 dated 2014-11-30

 DESCRIPTION                                    |    6 
 MD5                                            |   29 -
 NAMESPACE                                      |    7 
 NEWS                                           |   14 
 R/check.index.R                                |only
 R/lib.R                                        |  141 --------
 R/plotmo.R                                     |   80 ++--
 R/plotmo.methods.R                             |    6 
 R/plotmo.methods.quantreg.R                    |    8 
 inst/doc                                       |only
 inst/slowtests/test.plotmo.R                   |   20 -
 inst/slowtests/test.plotmo.Rout.save           |  126 ++++++-
 inst/slowtests/test.plotmo.non.earth.Rout.save |    1 
 man/plotmo.Rd                                  |  412 -------------------------
 man/plotmo.methods.Rd                          |   30 +
 tests/test.plotmo.Rout.save                    |   24 -
 16 files changed, 260 insertions(+), 644 deletions(-)

More information about plotmo at CRAN
Permanent link

Package rngwell19937 updated to version 0.6-0 with previous version 0.5-4 dated 2012-01-17

Title: Random number generator WELL19937a with 53 or 32 bit output
Description: Long period linear random number generator WELL19937a by F. Panneton, P. L'Ecuyer and M. Matsumoto. The initialization algorithm allows to seed the generator with a numeric vector of an arbitrary length and uses MRG32k5a by P. L'Ecuyer to achieve good quality of the initialization. The output function may be set to provide numbers from the interval (0,1) with 53 (the default) or 32 random bits. WELL19937a is of similar type as Mersenne Twister and has the same period. WELL19937a is slightly slower than Mersenne Twister, but has better equidistribution and "bit-mixing" properties and faster recovery from states with prevailing zeros than Mersenne Twister. All WELL generators with orders 512, 1024, 19937 and 44497 can be found in randtoolbox package.
Author: Petr Savicky
Maintainer: Petr Savicky

Diff between rngwell19937 versions 0.5-4 dated 2012-01-17 and 0.6-0 dated 2014-11-30

 rngwell19937-0.5-4/rngwell19937/original_files              |only
 rngwell19937-0.6-0/rngwell19937/ChangeLog                   |    2 
 rngwell19937-0.6-0/rngwell19937/DESCRIPTION                 |   21 +++++-----
 rngwell19937-0.6-0/rngwell19937/LICENSE                     |    3 -
 rngwell19937-0.6-0/rngwell19937/MD5                         |   22 +++++-----
 rngwell19937-0.6-0/rngwell19937/man/rngwell19937-package.Rd |   15 ++++---
 rngwell19937-0.6-0/rngwell19937/man/set.resolution.Rd       |    8 ++-
 rngwell19937-0.6-0/rngwell19937/man/set.vector.seed.Rd      |   25 +++++-------
 rngwell19937-0.6-0/rngwell19937/src/WELL19937a.c            |    8 ++-
 rngwell19937-0.6-0/rngwell19937/src/original_files          |only
 10 files changed, 56 insertions(+), 48 deletions(-)

More information about rngwell19937 at CRAN
Permanent link

Package rFerns updated to version 1.1.0 with previous version 1.0.0 dated 2014-11-11

Title: Random ferns classifier
Description: An R implementation of the random ferns classifier by Ozuysal et al., modified for generic and multi-label classification and featuring OOB error approximation and importance measure.
Author: Miron B. Kursa
Maintainer: Miron B. Kursa

Diff between rFerns versions 1.0.0 dated 2014-11-11 and 1.1.0 dated 2014-11-30

 DESCRIPTION           |    8 ++++----
 MD5                   |   16 ++++++++--------
 R/ferns.R             |    3 ++-
 inst/NEWS             |    6 ++++++
 man/rFerns.Rd         |    1 -
 man/rFerns.predict.Rd |    3 +++
 src/ferns.c           |   17 +++++------------
 src/forest.h          |   25 ++++++++++---------------
 src/tools.h           |    9 ++++-----
 9 files changed, 42 insertions(+), 46 deletions(-)

More information about rFerns at CRAN
Permanent link

New package moonBook with initial version 0.1.0
Package: moonBook
Title: Functions and Datasets for the Book by Keon-Woong Moon
Version: 0.1.0
Authors@R: "Keon-Woong Moon [aut, cre]"
Description: Several analysis-related functions for the book entitled "R statistics and graph for medical articles" (written in Korean), version 1, by Keon-Woong Moon with Korean demographic data with several plot functions.
Depends: R (>= 3.1.1)
License: GPL-2
LazyData: true
Imports: DescTools, survival
Suggests: testthat, knitr, ggplot2
VignetteBuilder: knitr
Packaged: 2014-11-30 12:06:53 UTC; cardiomoon
Author: "Keon-Woong Moon" [aut, cre]
Maintainer: "Keon-Woong Moon"
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-30 17:16:21

More information about moonBook at CRAN
Permanent link

Package EVER (with last version 1.2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2012-04-10 1.2
2010-02-15 1.1.1
2009-04-14 1.1
2008-09-12 1.0

Permanent link
Package MLEP (with last version 0.0-3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2012-06-15 0.0-3
2011-12-25 0.0-1

Permanent link
Package pxweb updated to version 0.5.3 with previous version 0.5.2 dated 2014-11-21

Title: R interface to the PX-Web/PC-Axis API
Description: Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis API is used by organizations such as Statistics Sweden and Statistics Finland to disseminate data. The R package can interact with all PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract metadata and extract and parse statistics to R data.frame format. PX-Web is a solution to disseminate PC-Axis data files in dynamic tables on the web. Since 2013 PX-Web contains an API to disseminate PC-Axis files. PX-Web/PC-Axis API information can be found at: http://www.scb.se/Grupp/OmSCB/API/API-description.pdf
Author: Mans Magnusson, Leo Lahti, Love Hansson
Maintainer: Mans Magnusson

Diff between pxweb versions 0.5.2 dated 2014-11-21 and 0.5.3 dated 2014-11-30

 DESCRIPTION                          |    8 ++---
 MD5                                  |   18 ++++++------
 R/api_parameters.R                   |    2 -
 inst/doc/pxweb.R                     |    2 -
 inst/doc/pxweb.Rmd                   |    4 ++
 inst/doc/pxweb.html                  |   29 ++++++++++---------
 inst/doc/pxweb.md                    |   30 ++++++++++----------
 inst/extdata/api.json                |   52 +++++++++++++++++------------------
 tests/testthat/test-get_pxweb_data.R |   13 ++++++++
 vignettes/pxweb.Rmd                  |    2 -
 10 files changed, 88 insertions(+), 72 deletions(-)

More information about pxweb at CRAN
Permanent link

New package rDEA with initial version 1.0-1
Package: rDEA
Version: 1.0-1
Title: Robust Data Envelopment Analysis (DEA) for R
Description: Data Envelopment Analysis for R, estimating robust DEA scores without and with environmental variables and doing returns-to-scale tests.
Authors@R: c(person("Jaak", "Simm", role = c("aut", "cre"), email = "jaak.simm@gmail.com"), person("Galina", "Besstremyannaya", role = c("aut") ))
Imports: slam (>= 0.1-9), truncreg(>= 0.2-1), truncnorm(>= 1.0-7), maxLik
Suggests: testthat
SystemRequirements:
License: GPL-2 | GPL-3
URL: https://github.com/jaak-s/rDEA
Packaged: 2014-11-30 00:21:27 UTC; jaak
Author: Jaak Simm [aut, cre], Galina Besstremyannaya [aut]
Maintainer: Jaak Simm
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-11-30 07:56:09

More information about rDEA at CRAN
Permanent link

Package Bmix updated to version 0.4 with previous version 0.3 dated 2012-12-08

Title: Bayesian Sampling for Stick-breaking Mixtures
Description: This is a bare-bones implementation of sampling algorithms for a variety of Bayesian stick-breaking (marginally DP) mixture models, including particle learning and Gibbs sampling for static DP mixtures, particle learning for dynamic BAR stick-breaking, and DP mixture regression. The software is designed to be easy to customize to suit different situations and for experimentation with stick-breaking models. Since particles are repeatedly copied, it is not an especially efficient implementation.
Author: Matt Taddy
Maintainer: Matt Taddy

Diff between Bmix versions 0.3 dated 2012-12-08 and 0.4 dated 2014-11-30

 Bmix-0.3/Bmix/LICENSE     |only
 Bmix-0.4/Bmix/DESCRIPTION |    7 ++++---
 Bmix-0.4/Bmix/MD5         |    3 +--
 3 files changed, 5 insertions(+), 5 deletions(-)

More information about Bmix at CRAN
Permanent link


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