Fri, 13 Feb 2015

Package matrixStats updated to version 0.14.0 with previous version 0.13.1 dated 2015-01-22

Title: Methods that Apply to Rows and Columns of a Matrix
Description: Methods operating on rows and columns of matrices, e.g. col / rowMedians(), col / rowRanks(), and col / rowSds(). There are also some vector-based methods, e.g. binMeans(), madDiff() and weightedMedians(). All methods have been optimized for speed and memory usage.
Author: Henrik Bengtsson [aut, cre, cph], Hector Corrada Bravo [ctb], Robert Gentleman [ctb], Ola Hossjer [ctb], Harris Jaffee [ctb], Peter Langfelder [ctb]
Maintainer: Henrik Bengtsson

Diff between matrixStats versions 0.13.1 dated 2015-01-22 and 0.14.0 dated 2015-02-13

 matrixStats-0.13.1/matrixStats/R/anyMissing.S4.R                    |only
 matrixStats-0.14.0/matrixStats/DESCRIPTION                          |   12 
 matrixStats-0.14.0/matrixStats/MD5                                  |   92 ++--
 matrixStats-0.14.0/matrixStats/NAMESPACE                            |    2 
 matrixStats-0.14.0/matrixStats/NEWS                                 |   39 +
 matrixStats-0.14.0/matrixStats/R/anyMissing.R                       |only
 matrixStats-0.14.0/matrixStats/R/benchmark.R                        |    2 
 matrixStats-0.14.0/matrixStats/R/pkgStartupMessage.R                |only
 matrixStats-0.14.0/matrixStats/R/rowCounts.R                        |   21 
 matrixStats-0.14.0/matrixStats/R/rowMads.R                          |   38 +
 matrixStats-0.14.0/matrixStats/R/rowSds.R                           |    3 
 matrixStats-0.14.0/matrixStats/R/rowVars.R                          |    6 
 matrixStats-0.14.0/matrixStats/R/varDiff.R                          |   18 
 matrixStats-0.14.0/matrixStats/R/weightedMedian.R                   |  225 ----------
 matrixStats-0.14.0/matrixStats/R/zzz.R                              |    1 
 matrixStats-0.14.0/matrixStats/build/vignette.rds                   |binary
 matrixStats-0.14.0/matrixStats/inst/benchmarking/colRowMads.md.rsp  |   23 +
 matrixStats-0.14.0/matrixStats/inst/doc/matrixStats-methods.html    |   80 ++-
 matrixStats-0.14.0/matrixStats/inst/doc/matrixStats-methods.md.rsp  |   90 ++--
 matrixStats-0.14.0/matrixStats/man/anyMissing.Rd                    |    3 
 matrixStats-0.14.0/matrixStats/man/matrixStats-package.Rd           |    2 
 matrixStats-0.14.0/matrixStats/man/rowSds.Rd                        |    7 
 matrixStats-0.14.0/matrixStats/man/rowVars.Rd                       |    4 
 matrixStats-0.14.0/matrixStats/src/allocMatrix2.c                   |    2 
 matrixStats-0.14.0/matrixStats/src/logSumExp_internal.c             |   66 +-
 matrixStats-0.14.0/matrixStats/src/psortKM.c                        |    2 
 matrixStats-0.14.0/matrixStats/src/rowCumMinMaxs_TYPE-template.h    |    8 
 matrixStats-0.14.0/matrixStats/src/rowCumprods_TYPE-template.h      |   10 
 matrixStats-0.14.0/matrixStats/src/rowCumsums_TYPE-template.h       |    8 
 matrixStats-0.14.0/matrixStats/src/rowMads_TYPE-template.h          |    9 
 matrixStats-0.14.0/matrixStats/src/rowMedians_TYPE-template.h       |   13 
 matrixStats-0.14.0/matrixStats/src/rowVars_TYPE-template.h          |    5 
 matrixStats-0.14.0/matrixStats/src/types.h                          |    4 
 matrixStats-0.14.0/matrixStats/tests/anyMissing.R                   |    2 
 matrixStats-0.14.0/matrixStats/tests/benchmark.R                    |only
 matrixStats-0.14.0/matrixStats/tests/indexByRow.R                   |    7 
 matrixStats-0.14.0/matrixStats/tests/logSumExp.R                    |   64 ++
 matrixStats-0.14.0/matrixStats/tests/rowAllAnys.R                   |   94 +++-
 matrixStats-0.14.0/matrixStats/tests/rowCounts.R                    |   24 +
 matrixStats-0.14.0/matrixStats/tests/rowIQRs.R                      |   57 ++
 matrixStats-0.14.0/matrixStats/tests/rowLogSumExps.R                |   99 ++++
 matrixStats-0.14.0/matrixStats/tests/rowMads.R                      |    4 
 matrixStats-0.14.0/matrixStats/tests/rowRanges.R                    |    9 
 matrixStats-0.14.0/matrixStats/tests/rowTabulates.R                 |    5 
 matrixStats-0.14.0/matrixStats/tests/rowWeightedVars.R              |only
 matrixStats-0.14.0/matrixStats/tests/sumOver.R                      |   43 +
 matrixStats-0.14.0/matrixStats/tests/varDiff_etal.R                 |   25 -
 matrixStats-0.14.0/matrixStats/tests/weightedMedian.R               |   42 -
 matrixStats-0.14.0/matrixStats/tests/zzz.package-unload.R           |only
 matrixStats-0.14.0/matrixStats/vignettes/matrixStats-methods.md.rsp |   90 ++--
 50 files changed, 841 insertions(+), 519 deletions(-)

More information about matrixStats at CRAN
Permanent link

New package phytotools with initial version 1.0
Package: phytotools
Type: Package
Title: Phytoplankton Production Tools
Version: 1.0
Date: 2015-02-10
Author: Greg M. Silsbe, Sairah Y. Malkin
Maintainer: Greg Silsbe
Depends: insol, FME
Description: Fits PE and RLC data to one of a four published PE models. Simulates incident irradiance as a function of time and space. Calculates phytoplankton production by transposing modeled PE or RLC data to a water column with a user-defined theoretical in-situ irradiance field.
License: GPL-2
Packaged: 2015-02-13 23:31:46 UTC; Greg
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-14 01:08:08

More information about phytotools at CRAN
Permanent link

Package phangorn updated to version 1.99-12 with previous version 1.99-11 dated 2014-11-11

Title: Phylogenetic Analysis in R
Description: Phylogenetic analysis in R: Estimation of phylogenetic trees and networks using Maximum Likelihood, Maximum Parsimony, distance methods and Hadamard conjugation.
Author: Klaus Schliep, Emmanuel Paradis
Maintainer: Klaus Schliep

Diff between phangorn versions 1.99-11 dated 2014-11-11 and 1.99-12 dated 2015-02-13

 DESCRIPTION                     |   21 +-
 MD5                             |   80 +++++----
 NAMESPACE                       |   11 -
 NEWS                            |   32 +++
 R/RcppExports.R                 |only
 R/fitch.R                       |    6 
 R/neighborNet.R                 |only
 R/networx.R                     |  328 +++++++++++++++++++++++++++++++++-------
 R/parsimony.R                   |  161 +++++++------------
 R/phylo.R                       |  318 +++++++++++++-------------------------
 R/treeManipulation.R            |   43 ++++-
 R/treedist.R                    |   19 --
 build/vignette.rds              |binary
 inst/doc/Ancestral.R            |   14 -
 inst/doc/Ancestral.Rnw          |   15 -
 inst/doc/Networx.R              |only
 inst/doc/Networx.Rmd            |only
 inst/doc/Networx.html           |only
 inst/doc/Trees.R                |   44 ++---
 inst/doc/Trees.Rnw              |    9 -
 inst/doc/phangorn-specials.R    |   18 +-
 inst/doc/phangorn-specials.Rnw  |   27 +--
 man/SOWH.test.Rd                |    2 
 man/ancestral.pml.Rd            |    5 
 man/as.splits.Rd                |    6 
 man/bootstrap.pml.Rd            |    8 
 man/consensusNet.Rd             |    4 
 man/densiTree.Rd                |    4 
 man/designTree.Rd               |  104 ++++++------
 man/neighborNet.Rd              |only
 man/plot.networx.Rd             |   10 -
 man/read.aa.Rd                  |   87 +++++-----
 man/splitsNetwork.Rd            |   14 -
 src/dist.c                      |    2 
 src/fitch.c                     |   34 +++-
 src/init.c                      |   26 +--
 src/ml.c                        |    2 
 src/phangorn.c                  |    2 
 src/sankoff.c                   |  135 +++-------------
 vignettes/Ancestral.Rnw         |   15 -
 vignettes/Networx.Rmd           |only
 vignettes/Trees.Rnw             |    9 -
 vignettes/movie.gif             |only
 vignettes/phangorn-specials.Rnw |   27 +--
 vignettes/phangorn.bib          |   43 +++++
 45 files changed, 919 insertions(+), 766 deletions(-)

More information about phangorn at CRAN
Permanent link

Package glmvsd updated to version 1.2 with previous version 1.1 dated 2014-11-21

Title: Variable Selection Deviation Measures and Instability Tests for High-Dimensional Generalized Linear Models
Description: Variable selection deviation (VSD) measures and instability tests for high-dimensional model selection methods such as LASSO, SCAD and MCP, etc., to decide whether the sparse patterns identified by those methods are reliable.
Author: Ying Nan , Yi Yang , Yuhong Yang
Maintainer: Yi Yang

Diff between glmvsd versions 1.1 dated 2014-11-21 and 1.2 dated 2015-02-13

 ChangeLog   |    3 +++
 DESCRIPTION |   12 ++++++------
 MD5         |    6 +++---
 R/lsARM.R   |    2 +-
 4 files changed, 13 insertions(+), 10 deletions(-)

More information about glmvsd at CRAN
Permanent link

Package BayesBridge updated to version 0.6 with previous version 0.5 dated 2014-07-21

Title: Bridge Regression
Description: Bayesian bridge regression.
Author: Nicholas G. Polson, James G. Scott, and Jesse Windle
Maintainer: Jesse Windle

Diff between BayesBridge versions 0.5 dated 2014-07-21 and 0.6 dated 2015-02-13

 DESCRIPTION       |   10 +++++-----
 MD5               |    6 +++---
 R/BridgeNMix.R    |    2 +-
 R/BridgeWrapper.R |    3 +--
 4 files changed, 10 insertions(+), 11 deletions(-)

More information about BayesBridge at CRAN
Permanent link

Package rockchalk updated to version 1.8.92 with previous version 1.8.91 dated 2015-01-30

Title: Regression Estimation and Presentation
Description: A collection of functions for ease of presentation and interpretation of regression analysis. These functions are used to produce the statistics lectures in http://pj.freefaculty.org/guides. There are functions to explore the effect (or lack thereof) from "mean centering," "residual centering", and standardization. The vignette "rockchalk" offers a fairly comprehensive overview. The vignette "Rstyle" has advice about coding in R. See the outreg function for a convenient way to generate regression models for reports. For nice, easy to use pictures, see plotSlopes, plotCurves, plotPlane. The package title "rockchalk" refers to our school motto, "Rock Chalk Jayhawk, Go K.U.".
Author: Paul E. Johnson
Maintainer: Paul E. Johnson

Diff between rockchalk versions 1.8.91 dated 2015-01-30 and 1.8.92 dated 2015-02-13

 DESCRIPTION             |    8 ++++----
 MD5                     |   20 ++++++++++----------
 R/genCorrelatedData.R   |    7 ++-----
 R/pctable.R             |    8 ++++++--
 R/plotCurves.R          |    9 ++++++---
 R/predictOMatic.R       |    4 ++--
 inst/ChangeLog          |    5 +++++
 inst/doc/Rchaeology.pdf |binary
 inst/doc/Rstyle.pdf     |binary
 inst/doc/rockchalk.pdf  |binary
 man/mvrnorm.Rd          |    6 +-----
 11 files changed, 36 insertions(+), 31 deletions(-)

More information about rockchalk at CRAN
Permanent link

Package XBRL updated to version 0.99.15 with previous version 0.99.14 dated 2015-01-08

Title: Extraction of Business Financial Information from XBRL Documents
Description: Functions to extract business financial information from an Extensible Business Reporting Language (XBRL) instance file and the associated collection of files that defines its Discoverable Taxonomy Set (DTS), usually disseminated across different remote locations. XBRL documents employ many technologies defined by XML standards, such as XML Schema, Namespaces, XLink, and XPath, which make the extraction of information involved. The functions provided by this package address this complexity, returning data frames containing the enclosed information readily available to perform analyses. XBRL has been successfully tested in analyzing 10-K and 10-Q submissions from USA filing companies that are publicly available at the EDGAR system of the Securities and Exchange Commission (SEC). It has been reported to work with inline XBRL documents. As published taxonomy files (such as "http://xbrl.fasb.org/us-gaap/2013/elts/us-gaap-2013-01-31.xsd") are immutable and are used by most filers, XBRL offers the option of downloading them only the first time they are referred, keeping a local cache copy that can be used from then on. This speeds-up the process, specially on slow connections. XBRL is not and does not aim to be (at least yet) a validating XBRL processor. XBRL is still a work in progress. As such, functions and produced data frames may change structure in future versions until stabilization.
Author: Roberto Bertolusso and Marek Kimmel
Maintainer: Roberto Bertolusso

Diff between XBRL versions 0.99.14 dated 2015-01-08 and 0.99.15 dated 2015-02-13

 ChangeLog                    |    8 +++++
 DESCRIPTION                  |   16 +++++-----
 MD5                          |   66 +++++++++++++++++++++----------------------
 R/XBRL.R                     |    2 -
 R/xbrlDoAll.R                |    2 -
 R/xbrlFree.R                 |    2 -
 R/xbrlGetImportNames.R       |    2 -
 R/xbrlGetLinkbaseNames.R     |    2 -
 R/xbrlGetSchemaName.R        |    2 -
 R/xbrlParse.R                |    2 -
 R/xbrlProcessArcs.R          |    2 -
 R/xbrlProcessContexts.R      |    2 -
 R/xbrlProcessElements.R      |    2 -
 R/xbrlProcessFacts.R         |    2 -
 R/xbrlProcessFootnotes.R     |    2 -
 R/xbrlProcessLabels.R        |    2 -
 R/xbrlProcessRoles.R         |    2 -
 R/xbrlProcessUnits.R         |    2 -
 R/xbrlSECdev01.R             |    2 -
 man/XBRL-package.Rd          |    8 ++---
 src/XBRL.h                   |    2 -
 src/xbrlFree.cpp             |    2 -
 src/xbrlGetImportNames.cpp   |    2 -
 src/xbrlGetLinkbaseNames.cpp |    2 -
 src/xbrlGetSchemaName.cpp    |    2 -
 src/xbrlParse.cpp            |    2 -
 src/xbrlProcessArcs.cpp      |    2 -
 src/xbrlProcessContexts.cpp  |    2 -
 src/xbrlProcessElements.cpp  |    2 -
 src/xbrlProcessFacts.cpp     |    7 +++-
 src/xbrlProcessFootnotes.cpp |    2 -
 src/xbrlProcessLabels.cpp    |    2 -
 src/xbrlProcessRoles.cpp     |    2 -
 src/xbrlProcessUnits.cpp     |    2 -
 34 files changed, 87 insertions(+), 76 deletions(-)

More information about XBRL at CRAN
Permanent link

Package tbart updated to version 1.0 with previous version 0.9.1 dated 2014-08-16

Title: Teitz and Bart's p-Median Algorithm
Description: Solves Teitz and Bart's p-median problem - given a set of points attempts to find subset of size p such that summed distances of any point in the set to the nearest point in p is minimised. Although generally effective, this algorithm does not guarantee that a globally optimal subset is found.
Author: Chris Brunsdon
Maintainer: Chris Brunsdon

Diff between tbart versions 0.9.1 dated 2014-08-16 and 1.0 dated 2015-02-13

 DESCRIPTION          |   13 +--
 MD5                  |   26 +++---
 R/RcppExports.R      |    8 +
 R/tbart-describes.R  |    7 -
 R/tbmain.R           |  218 ++++++++++++++++++++++++++++++++++++++++++---------
 man/allocate.Rd      |   12 +-
 man/allocations.Rd   |only
 man/euc.dists.Rd     |    2 
 man/mink.dists.Rd    |only
 man/star.diagram.Rd  |   12 ++
 man/tb.Rd            |   10 +-
 man/tb.raw.Rd        |    2 
 man/tbart-package.Rd |   22 ++---
 src/RcppExports.cpp  |   37 ++++++++
 src/tb.cpp           |   54 ++++++++++++
 15 files changed, 343 insertions(+), 80 deletions(-)

More information about tbart at CRAN
Permanent link

Package ROAuth updated to version 0.9.6 with previous version 0.9.5 dated 2014-12-03

Title: R Interface For OAuth
Description: Provides an interface to the OAuth 1.0 specification allowing users to authenticate via OAuth to the server of their choice.
Author: Jeff Gentry , Duncan Temple Lang
Maintainer: Pablo Barbera

Diff between ROAuth versions 0.9.5 dated 2014-12-03 and 0.9.6 dated 2015-02-13

 DESCRIPTION |    8 ++++----
 MD5         |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

More information about ROAuth at CRAN
Permanent link

New package pampe with initial version 1.0
Package: pampe
Type: Package
Title: Implementation of the Panel Data Approach Method for Program Evaluation
Version: 1.0
Date: 2014-07-08
Author: Ainhoa Vega-Bayo
Maintainer: Ainhoa Vega-Bayo
Description: Implements the Panel Data Approach Method for program evaluation as developed in Hsiao, Ching and Ki Wan (2012). pampe estimates the effect of an intervention by comparing the evolution of the outcome for a unit affected by an intervention or treatment to the evolution of the unit had it not been affected by the intervention.
Depends: leaps
License: GPL-2
Packaged: 2015-02-13 19:43:14 UTC; ripley
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-13 20:49:41

More information about pampe at CRAN
Permanent link

Package demi updated to version 1.1.2 with previous version 1.1.1 dated 2013-11-05

Title: Differential Expression from Multiple Indicators
Description: Implementation of the DEMI method for the analysis of high-density microarray data.
Author: Sten Ilmjarv [aut, cre], Hendrik Luuk [aut]
Maintainer: Sten Ilmjarv

Diff between demi versions 1.1.1 dated 2013-11-05 and 1.1.2 dated 2015-02-13

 demi-1.1.1/demi/inst/doc/demi.R                          |only
 demi-1.1.2/demi/DESCRIPTION                              |   16 
 demi-1.1.2/demi/MD5                                      |  232 +++++-----
 demi-1.1.2/demi/NAMESPACE                                |   97 ++--
 demi-1.1.2/demi/R/AllClasses.R                           |    6 
 demi-1.1.2/demi/R/AllGenerics.R                          |   54 ++
 demi-1.1.2/demi/R/Constructors.R                         |    6 
 demi-1.1.2/demi/R/DEMICel-methods.R                      |    3 
 demi-1.1.2/demi/R/DEMIClust-methods.R                    |   12 
 demi-1.1.2/demi/R/DEMIDiff-methods.R                     |   27 -
 demi-1.1.2/demi/R/DEMIExperiment-methods.R               |  121 +++--
 demi-1.1.2/demi/R/DEMIGroup-methods.R                    |    8 
 demi-1.1.2/demi/R/DEMIResult-methods.R                   |    5 
 demi-1.1.2/demi/R/custom-methods.R                       |    2 
 demi-1.1.2/demi/R/diffexp-methods.R                      |    6 
 demi-1.1.2/demi/R/messages.R                             |    2 
 demi-1.1.2/demi/R/normalization-methods.R                |    4 
 demi-1.1.2/demi/R/zzz.R                                  |    2 
 demi-1.1.2/demi/build                                    |only
 demi-1.1.2/demi/inst/doc/demi.Rnw                        |    6 
 demi-1.1.2/demi/inst/doc/demi.pdf                        |binary
 demi-1.1.2/demi/man/DEMICel-class.Rd                     |   14 
 demi-1.1.2/demi/man/DEMICel-methods.Rd                   |   29 -
 demi-1.1.2/demi/man/DEMIClust-class.Rd                   |   44 -
 demi-1.1.2/demi/man/DEMIClust-methods.Rd                 |  152 ++----
 demi-1.1.2/demi/man/DEMIDiff-class.Rd                    |   26 -
 demi-1.1.2/demi/man/DEMIDiff-methods.Rd                  |   42 -
 demi-1.1.2/demi/man/DEMIExperiment-class.Rd              |  158 ++----
 demi-1.1.2/demi/man/DEMIExperiment-methods.Rd            |  218 +++------
 demi-1.1.2/demi/man/DEMIGroup-class.Rd                   |   26 -
 demi-1.1.2/demi/man/DEMIGroup-methods.Rd                 |   51 --
 demi-1.1.2/demi/man/DEMIMessages.Rd                      |  191 +++++++-
 demi-1.1.2/demi/man/DEMIPathway-methods.Rd               |   31 -
 demi-1.1.2/demi/man/DEMIResult-class.Rd                  |   16 
 demi-1.1.2/demi/man/DEMIWrap-methods.Rd                  |  341 +++++----------
 demi-1.1.2/demi/man/addCustomTargets-methods.Rd          |   75 +--
 demi-1.1.2/demi/man/addCytoband-methods.Rd               |   27 -
 demi-1.1.2/demi/man/adjust4maxprobes-methods.Rd          |   22 
 demi-1.1.2/demi/man/attachResult-methods.Rd              |   62 +-
 demi-1.1.2/demi/man/calcHypergeoExon-methods.Rd          |   16 
 demi-1.1.2/demi/man/calcHypergeoProb-methods.Rd          |   16 
 demi-1.1.2/demi/man/celMatrixNormalize-methods.Rd        |   24 -
 demi-1.1.2/demi/man/check4probe-methods.Rd               |   29 -
 demi-1.1.2/demi/man/check4target-methods.Rd              |   28 -
 demi-1.1.2/demi/man/checkDEMIExperiment_analysis.Rd      |   16 
 demi-1.1.2/demi/man/checkDEMIExperiment_celpath.Rd       |   16 
 demi-1.1.2/demi/man/checkDEMIExperiment_experiment.Rd    |   15 
 demi-1.1.2/demi/man/checkDEMIExperiment_maxprobes.Rd     |   15 
 demi-1.1.2/demi/man/checkDEMIExperiment_maxtargets.Rd    |   15 
 demi-1.1.2/demi/man/checkDEMIExperiment_normalization.Rd |   20 
 demi-1.1.2/demi/man/checkDEMIExperiment_pmsize.Rd        |   18 
 demi-1.1.2/demi/man/cleanorganismname-methods.Rd         |   15 
 demi-1.1.2/demi/man/cluster-methods.Rd                   |   26 -
 demi-1.1.2/demi/man/createGroup-methods.Rd               |   26 -
 demi-1.1.2/demi/man/customObject-methods.Rd              |   25 -
 demi-1.1.2/demi/man/demi.comp.test-methods.Rd            |   30 -
 demi-1.1.2/demi/man/demi.t.test-methods.Rd               |   26 -
 demi-1.1.2/demi/man/demi.wilcox.test-methods.Rd          |   26 -
 demi-1.1.2/demi/man/demi.wilcox.test.fast-methods.Rd     |   30 -
 demi-1.1.2/demi/man/demiequal-methods.Rd                 |   28 -
 demi-1.1.2/demi/man/demisummary-methods.Rd               |   60 +-
 demi-1.1.2/demi/man/diffSpliceScore-methods.Rd           |   16 
 demi-1.1.2/demi/man/diffexp-methods.Rd                   |   22 
 demi-1.1.2/demi/man/findCytoband-methods.Rd              |   21 
 demi-1.1.2/demi/man/getAlignment-methods.Rd              |   22 
 demi-1.1.2/demi/man/getAnalysis-methods.Rd               |   22 
 demi-1.1.2/demi/man/getAnnotation-methods.Rd             |   22 
 demi-1.1.2/demi/man/getArraytype-methods.Rd              |   20 
 demi-1.1.2/demi/man/getCelMatrix-methods.Rd              |   22 
 demi-1.1.2/demi/man/getCelpath-methods.Rd                |   24 -
 demi-1.1.2/demi/man/getClustMethod-methods.Rd            |   21 
 demi-1.1.2/demi/man/getCluster-methods.Rd                |   21 
 demi-1.1.2/demi/man/getCutoffPvalue-methods.Rd           |   23 -
 demi-1.1.2/demi/man/getCytoband-methods.Rd               |   29 -
 demi-1.1.2/demi/man/getDEMIClust-methods.Rd              |   20 
 demi-1.1.2/demi/man/getExperiment-methods.Rd             |   39 -
 demi-1.1.2/demi/man/getGroup-methods.Rd                  |   24 -
 demi-1.1.2/demi/man/getGroupA-methods.Rd                 |   21 
 demi-1.1.2/demi/man/getGroupB-methods.Rd                 |   21 
 demi-1.1.2/demi/man/getGroupNames-methods.Rd             |   24 -
 demi-1.1.2/demi/man/getIndexA-methods.Rd                 |   21 
 demi-1.1.2/demi/man/getIndexB-methods.Rd                 |   21 
 demi-1.1.2/demi/man/getMaxprobes-methods.Rd              |   30 -
 demi-1.1.2/demi/man/getMaxtargets-methods.Rd             |   29 -
 demi-1.1.2/demi/man/getName-methods.Rd                   |   24 -
 demi-1.1.2/demi/man/getNormMatrix-methods.Rd             |   22 
 demi-1.1.2/demi/man/getOrganism-methods.Rd               |   21 
 demi-1.1.2/demi/man/getPathway-methods.Rd                |   26 -
 demi-1.1.2/demi/man/getProbeLevel-methods.Rd             |   39 -
 demi-1.1.2/demi/man/getResult-methods.Rd                 |   48 +-
 demi-1.1.2/demi/man/getResultTable-methods.Rd            |   27 -
 demi-1.1.2/demi/man/getTargetAnnotation-methods.Rd       |   39 -
 demi-1.1.2/demi/man/getTargetProbes-methods.Rd           |   45 +
 demi-1.1.2/demi/man/initialize.DEMICel.Rd                |   14 
 demi-1.1.2/demi/man/initialize.DEMIClust.Rd              |   14 
 demi-1.1.2/demi/man/initialize.DEMIDiff.Rd               |   14 
 demi-1.1.2/demi/man/initialize.DEMIExperiment.Rd         |   14 
 demi-1.1.2/demi/man/initialize.DEMIGroup.Rd              |   14 
 demi-1.1.2/demi/man/initialize.DEMIResult.Rd             |   14 
 demi-1.1.2/demi/man/loadAnnotation-methods.Rd            |   23 -
 demi-1.1.2/demi/man/loadBlat-methods.Rd                  |   23 -
 demi-1.1.2/demi/man/loadCel-methods.Rd                   |   24 -
 demi-1.1.2/demi/man/loadCytoband-methods.Rd              |   23 -
 demi-1.1.2/demi/man/loadDEMILibrary-methods.Rd           |   33 -
 demi-1.1.2/demi/man/loadPathway-methods.Rd               |   23 -
 demi-1.1.2/demi/man/makeDEMIResultsTable-methods.Rd      |   21 
 demi-1.1.2/demi/man/makeUCSCLink-methods.Rd              |   19 
 demi-1.1.2/demi/man/matchExonGene-methods.Rd             |   23 -
 demi-1.1.2/demi/man/norm.quantile-methods.Rd             |   21 
 demi-1.1.2/demi/man/norm.rrank-methods.Rd                |   22 
 demi-1.1.2/demi/man/probe.levels-methods.Rd              |   31 -
 demi-1.1.2/demi/man/probe.plot-methods.Rd                |   31 -
 demi-1.1.2/demi/man/totalMatches_all-methods.Rd          |   17 
 demi-1.1.2/demi/man/totalMatches_cluster-methods.Rd      |   20 
 demi-1.1.2/demi/man/validDEMIClust.Rd                    |   12 
 demi-1.1.2/demi/man/validDEMIExperiment.Rd               |   10 
 demi-1.1.2/demi/man/wprob-methods.Rd                     |   22 
 demi-1.1.2/demi/vignettes/demi.Rnw                       |    6 
 118 files changed, 2107 insertions(+), 1861 deletions(-)

More information about demi at CRAN
Permanent link

New package FedData with initial version 1.0
Package: FedData
Type: Package
Title: Functions to Automate Downloading Geospatial Data Available from Several Federated Data Sources
Version: 1.0
Date: 2015-02-06
Author: R. Kyle Bocinsky
Maintainer: R. Kyle Bocinsky
Description: Functions to automate downloading geospatial data available from several federated data sources (mainly sources maintained by the US Federal government). Currently, the package allows for retrieval of four datasets: The National Elevation Dataset digital elevation models (1 and 1/3 arc-second; USGS); The National Hydrography Dataset (USGS); The Soil Survey Geographic (SSURGO) database from the National Cooperative Soil Survey (NCSS), which is led by the Natural Resources Conservation Service (NRCS) under the USDA; and the Global Historical Climatology Network (GHCN), coordinated by National Climatic Data Center at NOAA. Additional data sources are in the works, including global DEM resources (ETOPO1, ETOPO5, ETOPO30, SRTM), global soils (HWSD), tree-ring records (ITRDB), MODIS satellite data products, the National Atlas (US), Natural Earth, PRISM, and WorldClim.
License: GPL-3
Depends: sp, raster, rgdal, igraph, Hmisc
Packaged: 2015-02-13 17:48:03 UTC; Bocinsky
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-13 20:22:51

More information about FedData at CRAN
Permanent link

Package cati updated to version 0.96 with previous version 0.8 dated 2014-06-24

Title: Community Assembly by Traits: Individuals and Beyond
Description: A package to detect and quantify community assembly processes using trait values of individuals or populations, the T-statistics and other metrics, and dedicated null models.
Author: Adrien Taudiere, Cyrille Violle with contribution of Francois Munoz
Maintainer: Adrien Taudiere

Diff between cati versions 0.8 dated 2014-06-24 and 0.96 dated 2015-02-13

 cati-0.8/cati/man/ab_to_ind.Rd            |only
 cati-0.8/cati/man/bar_partvar.Rd          |only
 cati-0.8/cati/man/com.index.Rd            |only
 cati-0.8/cati/man/com.index.multi.Rd      |only
 cati-0.8/cati/man/decomp_whithin.Rd       |only
 cati-0.8/cati/man/pie_partvar.Rd          |only
 cati-0.8/cati/man/plot_cor.Tstats.Rd      |only
 cati-0.8/cati/man/plot_dens.Rd            |only
 cati-0.8/cati/man/plot_randtest.Rd        |only
 cati-0.8/cati/man/plot_ses.var.Rd         |only
 cati-0.8/cati/man/plot_sp_pop.Rd          |only
 cati-0.8/cati/man/plot_sp_var.Rd          |only
 cati-0.8/cati/man/trait.flex.anova.Rd     |only
 cati-0.96/cati/DESCRIPTION                |   16 
 cati-0.96/cati/MD5                        |   61 
 cati-0.96/cati/NAMESPACE                  |   23 
 cati-0.96/cati/R/allfunctions_cati.r      | 3140 ------------------------------
 cati-0.96/cati/data/finch.ind.RData       |binary
 cati-0.96/cati/inst                       |only
 cati-0.96/cati/man/AbToInd.Rd             |only
 cati-0.96/cati/man/Auxiliary.functions.rd |only
 cati-0.96/cati/man/CVNND.Rd               |  144 -
 cati-0.96/cati/man/ComIndex.Rd            |only
 cati-0.96/cati/man/ComIndexMulti.Rd       |only
 cati-0.96/cati/man/Fred.Rd                |only
 cati-0.96/cati/man/IndexByGroups.Rd       |only
 cati-0.96/cati/man/MinMaxMST.Rd           |only
 cati-0.96/cati/man/Pval.Rd                |only
 cati-0.96/cati/man/RandCom.Rd             |only
 cati-0.96/cati/man/RaoRel.Rd              |  348 +--
 cati-0.96/cati/man/SumBL.Rd               |only
 cati-0.96/cati/man/Tstats.Rd              |  490 ++--
 cati-0.96/cati/man/as.listofindex.Rd      |  166 -
 cati-0.96/cati/man/cati-package.Rd        |   60 
 cati-0.96/cati/man/decompCTRE.Rd          |only
 cati-0.96/cati/man/finch.ind.Rd           |   74 
 cati-0.96/cati/man/partvar.Rd             |  165 -
 cati-0.96/cati/man/plot.listofindex.Rd    |  388 +--
 cati-0.96/cati/man/plotCorTstats.Rd       |only
 cati-0.96/cati/man/plotDistri.Rd          |only
 cati-0.96/cati/man/plotRandtest.Rd        |only
 cati-0.96/cati/man/plotSESvar.Rd          |only
 cati-0.96/cati/man/plotSpPop.Rd           |only
 cati-0.96/cati/man/plotSpVar.Rd           |only
 cati-0.96/cati/man/samplingSubsetData.Rd  |only
 cati-0.96/cati/man/ses.Rd                 |  124 -
 cati-0.96/cati/man/ses.listofindex.Rd     |  177 -
 cati-0.96/cati/man/traitflex.anova.Rd     |only
 48 files changed, 1097 insertions(+), 4279 deletions(-)

More information about cati at CRAN
Permanent link

New package mldr with initial version 0.1.70
Package: mldr
Title: Exploratory Data Analysis and Manipulation of Multi-Label Data Sets
Version: 0.1.70
Date: 2015-02-08
Authors@R: c( person("David", "Charte", email = "fdavidcl@outlook.com", role = "cre"), person("Francisco", "Charte", email = "francisco@fcharte.com", role = "aut"))
Description: Exploratory data analysis and manipulation functions for multi-label data sets along with interactive Shiny application to ease their use.
URL: https://github.com/fcharte/mldr
Depends: R (>= 3.0.0)
Imports: shiny (>= 0.11), XML, circlize
License: LGPL (>= 3) | file LICENSE
LazyData: true
Packaged: 2015-02-13 15:57:45 UTC; fdavidcl
Author: David Charte [cre], Francisco Charte [aut]
Maintainer: David Charte
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-13 17:26:42

More information about mldr at CRAN
Permanent link

Package eggCounts updated to version 0.4-1 with previous version 0.3 dated 2014-09-06

Title: Hierarchical Modelling of Faecal Egg Counts
Description: An implementation of hierarchical models for faecal egg count data to assess anthelmintic efficacy. Bayesian inference is done via MCMC sampling.
Author: Michaela Paul [aut], Reinhard Furrer [cre, ctb]
Maintainer: Reinhard Furrer

Diff between eggCounts versions 0.3 dated 2014-09-06 and 0.4-1 dated 2015-02-13

 eggCounts-0.3/eggCounts/tests/regtest-fecModelling.Rout.save |only
 eggCounts-0.4-1/eggCounts/ChangeLog                          |    6 
 eggCounts-0.4-1/eggCounts/DESCRIPTION                        |   28 +-
 eggCounts-0.4-1/eggCounts/MD5                                |  132 +++++------
 eggCounts-0.4-1/eggCounts/NAMESPACE                          |    2 
 eggCounts-0.4-1/eggCounts/R/FECR_PoGa.R                      |   67 ++++-
 eggCounts-0.4-1/eggCounts/R/FEC_PoGa.R                       |   64 ++++-
 eggCounts-0.4-1/eggCounts/R/MHsteps.R                        |   43 ++-
 eggCounts-0.4-1/eggCounts/R/eggCounts-package.R              |    8 
 eggCounts-0.4-1/eggCounts/R/printSummary.R                   |   21 +
 eggCounts-0.4-1/eggCounts/R/profile.R                        |    6 
 eggCounts-0.4-1/eggCounts/R/updates.R                        |   68 ++++-
 eggCounts-0.4-1/eggCounts/demo/fecm.R                        |    7 
 eggCounts-0.4-1/eggCounts/inst/NEWS                          |   13 +
 eggCounts-0.4-1/eggCounts/man/MH_RW_unif.Rd                  |   16 -
 eggCounts-0.4-1/eggCounts/man/MH_RW_unif01.Rd                |   16 -
 eggCounts-0.4-1/eggCounts/man/MHstep.Rd                      |   22 -
 eggCounts-0.4-1/eggCounts/man/checkAR.Rd                     |   16 -
 eggCounts-0.4-1/eggCounts/man/echinococcus.Rd                |   11 
 eggCounts-0.4-1/eggCounts/man/eggCounts-package.Rd           |   24 +-
 eggCounts-0.4-1/eggCounts/man/epgs.Rd                        |   11 
 eggCounts-0.4-1/eggCounts/man/fc_approx_beta.Rd              |   14 -
 eggCounts-0.4-1/eggCounts/man/fc_approx_gamma.Rd             |   12 -
 eggCounts-0.4-1/eggCounts/man/fc_approx_invgamma.Rd          |   12 -
 eggCounts-0.4-1/eggCounts/man/fc_approx_logNormal.Rd         |   12 -
 eggCounts-0.4-1/eggCounts/man/fec_mcmc.Rd                    |   90 +++----
 eggCounts-0.4-1/eggCounts/man/fecr_mcmc.Rd                   |  116 ++++-----
 eggCounts-0.4-1/eggCounts/man/fecrtCI.Rd                     |   59 ++--
 eggCounts-0.4-1/eggCounts/man/logdgammaMixture.Rd            |   21 -
 eggCounts-0.4-1/eggCounts/man/modeCurvature_delta.Rd         |   16 -
 eggCounts-0.4-1/eggCounts/man/modeCurvature_h.Rd             |   15 -
 eggCounts-0.4-1/eggCounts/man/modeCurvature_phi.Rd           |   22 -
 eggCounts-0.4-1/eggCounts/man/modeCurvature_psi.Rd           |   18 -
 eggCounts-0.4-1/eggCounts/man/print.fecm.Rd                  |   18 +
 eggCounts-0.4-1/eggCounts/man/print.fecrm.Rd                 |   18 +
 eggCounts-0.4-1/eggCounts/man/samples2mcmc.Rd                |   10 
 eggCounts-0.4-1/eggCounts/man/setDefaults1.Rd                |   41 +--
 eggCounts-0.4-1/eggCounts/man/setDefaults2.Rd                |   82 +++---
 eggCounts-0.4-1/eggCounts/man/setInitials1.Rd                |   20 +
 eggCounts-0.4-1/eggCounts/man/setInitials2.Rd                |   30 +-
 eggCounts-0.4-1/eggCounts/man/setUpdates_PoGa2.Rd            |   14 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_PoGa_mu.Rd          |   14 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_PoGa_p.Rd           |   22 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_PoGa_u.Rd           |   22 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_ZIPoGa2.Rd          |   14 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_ZIPoGa_mu.Rd        |   14 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_ZIPoGa_u.Rd         |   21 -
 eggCounts-0.4-1/eggCounts/man/setUpdates_ZIPoGa_u_pd.Rd      |   22 -
 eggCounts-0.4-1/eggCounts/man/simData1s.Rd                   |   25 +-
 eggCounts-0.4-1/eggCounts/man/simData2s.Rd                   |   37 +--
 eggCounts-0.4-1/eggCounts/man/statusMsg.Rd                   |   10 
 eggCounts-0.4-1/eggCounts/man/tab1morgan.Rd                  |   56 ++--
 eggCounts-0.4-1/eggCounts/man/update_Y.Rd                    |   16 -
 eggCounts-0.4-1/eggCounts/man/update_delta_beta.Rd           |   20 -
 eggCounts-0.4-1/eggCounts/man/update_h_gamma.Rd              |   22 -
 eggCounts-0.4-1/eggCounts/man/update_h_invGamma.Rd           |   20 -
 eggCounts-0.4-1/eggCounts/man/update_h_kl.Rd                 |   25 --
 eggCounts-0.4-1/eggCounts/man/update_h_logNormal.Rd          |   19 -
 eggCounts-0.4-1/eggCounts/man/update_phi_gamma.Rd            |   24 +-
 eggCounts-0.4-1/eggCounts/man/update_phi_unif.Rd             |   24 +-
 eggCounts-0.4-1/eggCounts/man/update_psi_beta.Rd             |   29 +-
 eggCounts-0.4-1/eggCounts/man/update_theta_beta.Rd           |   17 -
 eggCounts-0.4-1/eggCounts/man/update_theta_gamma.Rd          |   14 -
 eggCounts-0.4-1/eggCounts/man/update_theta_gamma1.Rd         |   19 -
 eggCounts-0.4-1/eggCounts/man/update_theta_gammaAdd.Rd       |   18 -
 eggCounts-0.4-1/eggCounts/man/update_theta_gammaMix.Rd       |   31 +-
 eggCounts-0.4-1/eggCounts/tests/regtest-fecModelling.Rout    |only
 eggCounts-0.4-1/eggCounts/tests/special-cases.R              |only
 eggCounts-0.4-1/eggCounts/tests/special-cases.Rout           |only
 69 files changed, 978 insertions(+), 798 deletions(-)

More information about eggCounts at CRAN
Permanent link

Package unittest updated to version 1.2-0 with previous version 1.1-1 dated 2014-12-14

Title: TAP-Compliant Unit Testing
Description: Concise TAP (http://testanything.org/) compliant unit testing package. Authored tests can be run using CMD check with minimal implementation overhead.
Author: Jamie Lentin [aut, cre], Anthony Hennessey [aut]
Maintainer: Jamie Lentin

Diff between unittest versions 1.1-1 dated 2014-12-14 and 1.2-0 dated 2015-02-13

 ChangeLog                    |    8 +
 DESCRIPTION                  |    8 -
 MD5                          |   24 ++---
 NEWS                         |    3 
 R/non_interactive_summary.R  |   18 +---
 R/ok.R                       |   14 +--
 README.md                    |    4 
 man/ok.Rd                    |   14 +--
 man/ok_group.Rd              |   14 +--
 man/unittest-package.Rd      |  175 ++++++++++++++++++++-----------------------
 tests/test_non_interactive.R |   36 +++++++-
 tests/test_ok.R              |   34 ++++----
 tests/test_ok_group.R        |    4 
 13 files changed, 188 insertions(+), 168 deletions(-)

More information about unittest at CRAN
Permanent link

New package shinyTree with initial version 0.2.2
Package: shinyTree
Type: Package
Title: jsTree Bindings for Shiny
Version: 0.2.2
Date: 2015-01-28
Authors@R: c( person(family="Trestle Technology, LLC", role="aut", email="cran@trestletechnology.net"), person("Jeff", "Allen", role="cre", email="cran@trestletechnology.net"), person(family="Institut de Radioprotection et de Sret Nuclaire", role=c("cph"), email = "yann.richet@irsn.fr"), person("Ivan", "Bozhanov", role=c("ctb", "cph"), comment = "jsTree"), person(family="The Dojo Foundation", role=c("ctb", "cph"), comment="require.js"), person(family="jQuery Foundation, Inc.", role=c("ctb", "cph")))
Description: Exposes bindings to jsTree -- a JavaScript library that supports interactive trees -- to enable a rich, editable trees in Shiny.
License: MIT + file LICENSE
Depends: R (>= 2.15.1), methods
Imports: shiny (>= 0.9.0)
Suggests: testthat
BugReports: https://github.com/trestletech/shinyTree/issues
Packaged: 2015-02-13 02:43:02 UTC; jeff
Author: Trestle Technology, LLC [aut], Jeff Allen [cre], Institut de Radioprotection et de Sret Nuclaire [cph], Ivan Bozhanov [ctb, cph] (jsTree), The Dojo Foundation [ctb, cph] (require.js), jQuery Foundation, Inc. [ctb, cph]
Maintainer: Jeff Allen
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-13 11:27:51

More information about shinyTree at CRAN
Permanent link

New package ABCanalysis with initial version 1.0
Package: ABCanalysis
Type: Package
Title: Computed ABC Analysis
Version: 1.0
Date: 2015-02-11
Author: Michael Thrun, Jorn Lotsch, Alfred Ultsch
Maintainer: Michael Thrun
Description: For a given data set, the package provides a novel method of computing precise limits to acquire subsets which are easily interpreted. Closely related to the Lorenz curve, the ABC curve visualizes the data by graphically representing the cumulative distribution function. Based on an ABC analysis the algorithm calculates, with the help of the ABC curve , the optimal limits by exploiting the mathematical properties pertaining to distribution of analyzed items. The data containing positive values is divided into three disjoint subsets A, B and C, with subset A comprising very profitable values, i.e. largest data values ("the important few") subset B comprising values where the profit equals to the effort required to obtain it, and the subset C comprising of non-profitable values, i.e., the smallest data sets ("the trivial many").
Imports: Hmisc, plotrix
Depends: R (>= 2.10)
License: GPL-3
LazyLoad: yes
Packaged: 2015-02-13 05:52:08 UTC; MT
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-13 11:27:49

More information about ABCanalysis at CRAN
Permanent link

Package vdg updated to version 1.0.1 with previous version 1.0 dated 2014-06-17

Title: Variance Dispersion Graphs and Fraction of Design Space Plots
Description: Facilities for constructing variance dispersion graphs, fraction-of-design-space plots and similar graphics for exploring the properties of experimental designs. The design region is explored via random sampling, which allows for more flexibility than traditional variance dispersion graphs. A formula interface is leveraged to provide access to complex model formulae. Graphics can be constructed simultaneously for multiple experimental designs and/or multiple model formulae. Instead of using pointwise optimization to find the minimum and maximum scaled prediction variance curves, which can be inaccurate and time consuming, this package uses quantile regression as an alternative.
Author: Pieter Schoonees [aut, cre, cph]
Maintainer: Pieter Schoonees

Diff between vdg versions 1.0 dated 2014-06-17 and 1.0.1 dated 2015-02-13

 DESCRIPTION              |   22 +-
 MD5                      |   64 +++----
 NAMESPACE                |   43 +++-
 R/GJ54.R                 |   18 +-
 R/LHS.R                  |  202 +++++++++++-----------
 R/meanspv.R              |  213 ++++++++++++-----------
 R/plot.spv.R             |  418 ++++++++++++++++++++++++-----------------------
 R/plot.spvforlist.R      |  282 +++++++++++++++----------------
 R/plot.spvlist.R         |  290 ++++++++++++++++----------------
 R/plot.spvlistforlist.R  |  310 +++++++++++++++++-----------------
 R/print.spv.R            |   46 ++---
 R/print.spvforlist.R     |   38 ++--
 R/print.spvlist.R        |   40 ++--
 R/print.spvlistforlist.R |   36 ++--
 R/runif_cube.R           |   49 ++---
 R/runif_sphere.R         |   88 ++++-----
 R/sampler.R              |   62 +++---
 R/spv.R                  |   72 ++++----
 R/spv.data.frame.R       |  156 ++++++++---------
 R/spv.list.R             |  140 +++++++--------
 R/spv.matrix.R           |  156 ++++++++---------
 R/stdrange.R             |   60 +++---
 R/vdg-package.R          |   26 +-
 inst                     |only
 man/GJ54.Rd              |   33 +--
 man/LHS.Rd               |  119 ++++++-------
 man/meanspv.Rd           |   81 ++++-----
 man/plot.spv.Rd          |  272 +++++++++++++++---------------
 man/print.spv.Rd         |   61 +++---
 man/runif_sphere.Rd      |   85 ++++-----
 man/sampler.Rd           |   75 ++++----
 man/spv.Rd               |  133 +++++++-------
 man/stdrange.Rd          |   55 +++---
 man/vdg-package.Rd       |only
 34 files changed, 1896 insertions(+), 1849 deletions(-)

More information about vdg at CRAN
Permanent link

Package s20x updated to version 3.1-12 with previous version 3.1-11 dated 2015-01-13

Title: Functions for University of Auckland Course STATS 201/208 Data Analysis
Description: A set of functions used in teaching STATS 201/208 Data Analysis at the University of Auckland. The functions are designed to make parts of R more accessible to a large undergraduate population who are mostly not statistics majors.
Author: Andrew Balemi, Dineika Chandra, James Curran, Brant Deppa, Mike Forster, Brendan McArdle, Chris Wild
Maintainer: James Curran

Diff between s20x versions 3.1-11 dated 2015-01-13 and 3.1-12 dated 2015-02-13

 s20x-3.1-11/s20x/inst/rmarkdown/templates/STATS20x_Assignment/skeleton/styles.css   |only
 s20x-3.1-12/s20x/DESCRIPTION                                                        |   12 
 s20x-3.1-12/s20x/MD5                                                                |  135 ++++----
 s20x-3.1-12/s20x/inst/rmarkdown/templates/STATS20x_Assignment/skeleton/skeleton.Rmd |   48 +--
 s20x-3.1-12/s20x/inst/rmarkdown/templates/STATS20x_Assignment/template.yaml         |    7 
 s20x-3.1-12/s20x/man/airpass.df.Rd                                                  |   26 -
 s20x-3.1-12/s20x/man/apples.df.Rd                                                   |   72 ++--
 s20x-3.1-12/s20x/man/arousal.df.Rd                                                  |   36 +-
 s20x-3.1-12/s20x/man/autocor.plot.Rd                                                |   42 +-
 s20x-3.1-12/s20x/man/beer.df.Rd                                                     |   26 -
 s20x-3.1-12/s20x/man/body.df.Rd                                                     |   46 +-
 s20x-3.1-12/s20x/man/books.df.Rd                                                    |   54 +--
 s20x-3.1-12/s20x/man/boxqq.Rd                                                       |   60 +--
 s20x-3.1-12/s20x/man/bursary.df.Rd                                                  |   34 +-
 s20x-3.1-12/s20x/man/butterfat.df.Rd                                                |   54 +--
 s20x-3.1-12/s20x/man/camplake.df.Rd                                                 |   36 +-
 s20x-3.1-12/s20x/man/chalk.df.Rd                                                    |   40 +-
 s20x-3.1-12/s20x/man/ciReg.Rd                                                       |   52 +--
 s20x-3.1-12/s20x/man/computer.df.Rd                                                 |   34 +-
 s20x-3.1-12/s20x/man/cooks20x.Rd                                                    |   42 +-
 s20x-3.1-12/s20x/man/course.df.Rd                                                   |   60 +--
 s20x-3.1-12/s20x/man/course2way.df.Rd                                               |   36 +-
 s20x-3.1-12/s20x/man/crossFactors.Rd                                                |   86 ++---
 s20x-3.1-12/s20x/man/crosstabs.Rd                                                   |   54 +--
 s20x-3.1-12/s20x/man/diamonds.df.Rd                                                 |   34 +-
 s20x-3.1-12/s20x/man/eovcheck.Rd                                                    |    1 
 s20x-3.1-12/s20x/man/estimateContrasts.Rd                                           |   74 ++--
 s20x-3.1-12/s20x/man/fire.df.Rd                                                     |   34 +-
 s20x-3.1-12/s20x/man/freq1way.Rd                                                    |   86 ++---
 s20x-3.1-12/s20x/man/fruitfly.df.Rd                                                 |   50 +--
 s20x-3.1-12/s20x/man/getVersion.Rd                                                  |   34 +-
 s20x-3.1-12/s20x/man/house.df.Rd                                                    |   34 +-
 s20x-3.1-12/s20x/man/incomes.df.Rd                                                  |   20 -
 s20x-3.1-12/s20x/man/lakemary.df.Rd                                                 |   34 +-
 s20x-3.1-12/s20x/man/larain.df.Rd                                                   |   26 -
 s20x-3.1-12/s20x/man/layout20x.Rd                                                   |   46 +-
 s20x-3.1-12/s20x/man/levene.test.Rd                                                 |   66 ++--
 s20x-3.1-12/s20x/man/mazda.df.Rd                                                    |   34 +-
 s20x-3.1-12/s20x/man/mening.df.Rd                                                   |   26 -
 s20x-3.1-12/s20x/man/mergers.df.Rd                                                  |   20 -
 s20x-3.1-12/s20x/man/mozart.df.Rd                                                   |   36 +-
 s20x-3.1-12/s20x/man/multipleComp.Rd                                                |   46 +-
 s20x-3.1-12/s20x/man/nail.df.Rd                                                     |   38 +-
 s20x-3.1-12/s20x/man/normcheck.Rd                                                   |    2 
 s20x-3.1-12/s20x/man/onewayPlot.Rd                                                  |  156 +++++-----
 s20x-3.1-12/s20x/man/oysters.df.Rd                                                  |   34 +-
 s20x-3.1-12/s20x/man/pairs20x.Rd                                                    |   56 +--
 s20x-3.1-12/s20x/man/peru.df.Rd                                                     |   40 +-
 s20x-3.1-12/s20x/man/predict20x.Rd                                                  |  108 +++---
 s20x-3.1-12/s20x/man/propslsd.new.Rd                                                |   32 +-
 s20x-3.1-12/s20x/man/rain.df.Rd                                                     |   40 +-
 s20x-3.1-12/s20x/man/residPlot.Rd                                                   |   60 +--
 s20x-3.1-12/s20x/man/rowdistr.Rd                                                    |    1 
 s20x-3.1-12/s20x/man/rr.Rd                                                          |   14 
 s20x-3.1-12/s20x/man/seeds.df.Rd                                                    |   42 +-
 s20x-3.1-12/s20x/man/sheep.df.Rd                                                    |   32 +-
 s20x-3.1-12/s20x/man/skewness.Rd                                                    |   40 +-
 s20x-3.1-12/s20x/man/skulls.df.Rd                                                   |   48 +--
 s20x-3.1-12/s20x/man/soyabean.df.Rd                                                 |   38 +-
 s20x-3.1-12/s20x/man/stripqq.Rd                                                     |   58 +--
 s20x-3.1-12/s20x/man/summary1way.Rd                                                 |  106 +++---
 s20x-3.1-12/s20x/man/summary2way.Rd                                                 |   94 +++---
 s20x-3.1-12/s20x/man/summaryStats.Rd                                                |  112 +++----
 s20x-3.1-12/s20x/man/teach.df.Rd                                                    |   36 +-
 s20x-3.1-12/s20x/man/technitron.df.Rd                                               |   46 +-
 s20x-3.1-12/s20x/man/thyroid.df.Rd                                                  |   36 +-
 s20x-3.1-12/s20x/man/toothpaste.df.Rd                                               |   34 +-
 s20x-3.1-12/s20x/man/trendscatter.Rd                                                |    1 
 s20x-3.1-12/s20x/man/zoo.df.Rd                                                      |   42 +-
 69 files changed, 1566 insertions(+), 1573 deletions(-)

More information about s20x at CRAN
Permanent link

Package plotGoogleMaps updated to version 2.2 with previous version 2.1 dated 2014-06-19

Title: Plot Spatial or Spatio-Temporal Data Over Google Maps
Description: Provides an interactive plot device for handling the geographic data for web browsers, designed for the automatic creation of web maps as a combination of users' data and Google Maps layers.
Author: Milan Kilibarda
Maintainer: Milan Kilibarda

Diff between plotGoogleMaps versions 2.1 dated 2014-06-19 and 2.2 dated 2015-02-13

 plotGoogleMaps-2.1/plotGoogleMaps/build                      |only
 plotGoogleMaps-2.1/plotGoogleMaps/inst/doc                   |only
 plotGoogleMaps-2.1/plotGoogleMaps/vignettes                  |only
 plotGoogleMaps-2.2/plotGoogleMaps/DESCRIPTION                |   13 
 plotGoogleMaps-2.2/plotGoogleMaps/MD5                        |   41 -
 plotGoogleMaps-2.2/plotGoogleMaps/R/PolyCol.R                |  195 +++---
 plotGoogleMaps-2.2/plotGoogleMaps/R/bubbleGoogleMaps.R       |  102 ++-
 plotGoogleMaps-2.2/plotGoogleMaps/R/bubbleLegend.R           |  124 ++--
 plotGoogleMaps-2.2/plotGoogleMaps/R/bubbleSP.R               |  147 +++--
 plotGoogleMaps-2.2/plotGoogleMaps/R/createInfoWindowEvent.R  |   15 
 plotGoogleMaps-2.2/plotGoogleMaps/R/createInfoWindowEventM.R |    9 
 plotGoogleMaps-2.2/plotGoogleMaps/R/ellipseGoogleMaps.R      |    2 
 plotGoogleMaps-2.2/plotGoogleMaps/R/mcGoogleMaps.R           |   10 
 plotGoogleMaps-2.2/plotGoogleMaps/R/pieSP.R                  |  308 +++++------
 plotGoogleMaps-2.2/plotGoogleMaps/R/plotGoogleMaps.R         |   19 
 plotGoogleMaps-2.2/plotGoogleMaps/R/segmentGoogleMaps.R      |    2 
 plotGoogleMaps-2.2/plotGoogleMaps/man/bubbleGoogleMaps.Rd    |  286 +++++-----
 plotGoogleMaps-2.2/plotGoogleMaps/man/ellipseGoogleMaps.Rd   |  268 ++++-----
 plotGoogleMaps-2.2/plotGoogleMaps/man/mcGoogleMaps.Rd        |    8 
 plotGoogleMaps-2.2/plotGoogleMaps/man/pieSP.Rd               |   98 +--
 plotGoogleMaps-2.2/plotGoogleMaps/man/plotGoogleMaps.Rd      |    4 
 plotGoogleMaps-2.2/plotGoogleMaps/man/segmentGoogleMaps.Rd   |    2 
 22 files changed, 862 insertions(+), 791 deletions(-)

More information about plotGoogleMaps at CRAN
Permanent link

Package MPCI (with last version 1.0.6) was removed from CRAN

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

2014-04-15 1.0.6

Permanent link
Package hapsim (with last version 0.3) was removed from CRAN

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

2012-12-14 0.3
2005-12-13 0.2

Permanent link
Package JudgeIt (with last version 1.5.1) was removed from CRAN

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

2013-06-26 1.5.1
2013-06-19 1.5.0
2008-08-27 1.3.3
2008-08-25 1.3.2
2008-03-21 1.2.0
2007-09-10 1.1.6.3

Permanent link
Package mbbefd updated to version 0.6 with previous version 0.5.0.1 dated 2015-01-16

Title: Maxwell Bolzano Bose Einstein Fermi Dirac Distribution and Exposure Curve
Description: It contains the definition of Maxwell Bolzano Bose Einstein Fermi Dirac (MBBEFD) distribution (distribution, density, quantile, random generation functions) as well as MBBEFD exposure curve, used in actuarial application to price reinsurance contracts. The vignette shows code snippets to fit the distribution to empirical data.
Author: Giorgio Spedicato
Maintainer: Giorgio Spedicato

Diff between mbbefd versions 0.5.0.1 dated 2015-01-16 and 0.6 dated 2015-02-13

 DESCRIPTION                       |   12 ++++++----
 MD5                               |   36 ++++++++++++++++++-------------
 NAMESPACE                         |    6 ++++-
 NEWS                              |    7 +++---
 R/RcppExports.R                   |only
 R/distributionDefinition.R        |   44 +++++++++++++++++++++-----------------
 R/zzz.R                           |only
 inst/CITATION                     |    4 +--
 inst/doc/mbbefd.R                 |    4 +--
 inst/doc/mbbefd.Rnw               |   12 +++++-----
 inst/doc/mbbefd.pdf               |binary
 man/exposureCurve.Rd              |    5 ----
 man/g2a.Rd                        |only
 man/mbbefd-package.Rd             |    4 +--
 src                               |only
 vignettes/mbbefd-distrPlot.pdf    |binary
 vignettes/mbbefd-drateplot.pdf    |binary
 vignettes/mbbefd-survivalPlot.pdf |only
 vignettes/mbbefd.Rnw              |   12 +++++-----
 vignettes/mbbefd.bib              |    9 +++++++
 vignettes/mbbefd.tex              |    8 +++---
 21 files changed, 93 insertions(+), 70 deletions(-)

More information about mbbefd at CRAN
Permanent link

Package corrgram updated to version 1.7 with previous version 1.6 dated 2014-08-28

Title: Plot a Correlogram
Description: Calculates correlation of variables and displays the results graphically. Included panel functions can display points, shading, ellipses, and correlation values with confidence intervals.
Author: Kevin Wright
Maintainer: Kevin Wright

Diff between corrgram versions 1.6 dated 2014-08-28 and 1.7 dated 2015-02-13

 corrgram-1.6/corrgram/inst/doc/corrgram_examples.rnw  |only
 corrgram-1.6/corrgram/vignettes/corrgram_examples.rnw |only
 corrgram-1.7/corrgram/DESCRIPTION                     |   12 +++----
 corrgram-1.7/corrgram/MD5                             |   30 +++++++++---------
 corrgram-1.7/corrgram/NEWS                            |    6 +++
 corrgram-1.7/corrgram/R/corrgram.r                    |   10 ++++++
 corrgram-1.7/corrgram/build/vignette.rds              |binary
 corrgram-1.7/corrgram/data/auto.rda                   |binary
 corrgram-1.7/corrgram/data/baseball.rda               |binary
 corrgram-1.7/corrgram/data/vote.rda                   |binary
 corrgram-1.7/corrgram/inst/doc/corrgram_examples.R    |    3 -
 corrgram-1.7/corrgram/inst/doc/corrgram_examples.Rnw  |only
 corrgram-1.7/corrgram/inst/doc/corrgram_examples.pdf  |binary
 corrgram-1.7/corrgram/man/baseball.Rd                 |    2 -
 corrgram-1.7/corrgram/man/corrgram.Rd                 |    8 +++-
 corrgram-1.7/corrgram/tests/misc.r                    |    7 +++-
 corrgram-1.7/corrgram/tests/spearman.r                |   29 -----------------
 corrgram-1.7/corrgram/vignettes/corrgram_examples.Rnw |only
 18 files changed, 49 insertions(+), 58 deletions(-)

More information about corrgram at CRAN
Permanent link

New package BSGS with initial version 1.0
Package: BSGS
Type: Package
Title: Bayesian Sparse Group Selection
Version: 1.0
Date: 2015-02-10
Author: Kuo-Jung Lee and Ray-Bin Chen
Maintainer: Kuo-Jung Lee
Description: The integration of Bayesian variable and sparse group variable selection approaches for regression models.
Depends: R (>= 3.1.1), MASS, compiler, pscl, plyr
License: GPL-2
LazyLoad: yes
Repository: CRAN
NeedsCompilation: no
Packaged: 2015-02-11 23:18:39 UTC; Kuojung Lee
Date/Publication: 2015-02-13 07:39:32

More information about BSGS at CRAN
Permanent link


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