Sat, 21 Feb 2015

New package syuzhet with initial version 0.2.0
Package: syuzhet
Type: Package
Title: Extracts Sentiment and Sentiment-Derived Plot Arcs from Text
Version: 0.2.0
Date: 2015-01-20
Authors@R: person("Matthew", "Jockers", email = "mjockers@gmail.com", role = c("aut", "cre"))
Maintainer: Matthew Jockers
Description: Extracts sentiment and sentiment-derived plot arcs from text using three sentiment dictionaries conveniently packaged for consumption by R users. Implemented dictionaries include "afinn" developed by Finn {\AA}rup Nielsen, "bing" developed by Minqing Hu and Bing Liu, and "nrc" developed by Mohammad, Saif M. and Turney, Peter D. Applicable references are available in README.md and in the documentation for the "get_sentiment" function. The package also provides a method for implementing Stanford's coreNLP sentiment parser. The package provides several methods for plot arc normalization.
URL: https://github.com/mjockers/syuzhet
License: GPL-3
Imports: openNLP, NLP
LazyData: true
Suggests: knitr, pander, testthat (>= 0.9.1)
NeedsCompilation: no
VignetteBuilder: knitr
Packaged: 2015-02-21 22:16:27 UTC; mjockers
Author: Matthew Jockers [aut, cre]
Repository: CRAN
Date/Publication: 2015-02-22 00:24:40

More information about syuzhet at CRAN
Permanent link

Package protoclust updated to version 1.5 with previous version 1.4 dated 2015-01-28

Title: Hierarchical Clustering with Prototypes
Description: Performs minimax linkage hierarchical clustering. Every cluster has an associated prototype element that represents that cluster as described in Bien, J., and Tibshirani, R. (2011), "Hierarchical Clustering with Prototypes via Minimax Linkage," accepted for publication in The Journal of the American Statistical Association, DOI: 10.1198/jasa.2011.tm10183.
Author: Jacob Bien and Rob Tibshirani
Maintainer: Jacob Bien

Diff between protoclust versions 1.4 dated 2015-01-28 and 1.5 dated 2015-02-21

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 src/hier.c  |   18 ++++++++++++------
 3 files changed, 18 insertions(+), 12 deletions(-)

More information about protoclust at CRAN
Permanent link

Package mapmisc updated to version 1.1.3 with previous version 1.1.1 dated 2015-01-05

Title: Utilities for Producing Maps
Description: A minimal, light-weight set of tools for producing nice looking maps in R.
Author: Patrick Brown [aut, cre], Barry Rowlingson [ctb]
Maintainer: Patrick Brown

Diff between mapmisc versions 1.1.1 dated 2015-01-05 and 1.1.3 dated 2015-02-21

 DESCRIPTION            |   14 ++++----
 MD5                    |   23 ++++++-------
 R/colourScale.R        |   11 +++++-
 R/legendBreaks.R       |   85 ++++++++++++++++++++++++++++++++++++++++++++++++-
 R/openmap.R            |   14 ++++----
 R/utils.R              |   76 +++++++++++++++++++++++++++++++++----------
 inst/doc/mapLayers.pdf |binary
 inst/doc/mapmisc.pdf   |binary
 man/colourScale.Rd     |   16 ++-------
 man/legendBreaks.Rd    |only
 man/netherlands.Rd     |    2 -
 man/openmap.Rd         |    6 ++-
 man/scaleBar.Rd        |    2 -
 13 files changed, 190 insertions(+), 59 deletions(-)

More information about mapmisc at CRAN
Permanent link

Package highTtest updated to version 1.1 with previous version 1.0 dated 2014-10-17

Title: Simultaneous Critical Values for t-Tests in Very High Dimensions
Description: Implements the method developed by Cao and Kosorok (2011) for the significance analysis of thousands of features in high-dimensional biological studies. It is an asymptotically valid data-driven procedure to find critical values for rejection regions controlling the k-familywise error rate, false discovery rate, and the tail probability of false discovery proportion.
Author: Hongyuan Cao [aut], Michael Kosorok [aut], Shannon Holloway [aut, cre]
Maintainer: Shannon Holloway

Diff between highTtest versions 1.0 dated 2014-10-17 and 1.1 dated 2015-02-21

 DESCRIPTION      |   11 ++++++-----
 MD5              |    8 ++++----
 NAMESPACE        |    1 -
 R/methods-venn.R |    9 +++++++--
 man/highTtest.Rd |    6 ++++--
 5 files changed, 21 insertions(+), 14 deletions(-)

More information about highTtest at CRAN
Permanent link

Package partykit updated to version 1.0-0 with previous version 0.8-4 dated 2015-01-07

Title: A Toolkit for Recursive Partytioning
Description: A toolkit with infrastructure for representing, summarizing, and visualizing tree-structured regression and classification models. This unified infrastructure can be used for reading/coercing tree models from different sources (rpart, RWeka, PMML) yielding objects that share functionality for print/plot/predict methods. Furthermore, new and improved reimplementations of conditional inference trees (ctree) and model-based recursive partitioning (mob) from the party package are provided based on the new infrastructure.
Author: Torsten Hothorn [aut, cre], Achim Zeileis [aut]
Maintainer: Torsten Hothorn

Diff between partykit versions 0.8-4 dated 2015-01-07 and 1.0-0 dated 2015-02-21

 DESCRIPTION               |    8 ++++----
 MD5                       |   22 +++++++++++-----------
 NAMESPACE                 |   12 ++++++++++++
 R/cforest.R               |    4 ++--
 inst/CITATION             |   15 +++++----------
 inst/NEWS.Rd              |   10 ++++++++++
 inst/doc/constparty.pdf   |binary
 inst/doc/ctree.pdf        |binary
 inst/doc/mob.pdf          |binary
 inst/doc/partykit.pdf     |binary
 man/cforest.Rd            |    2 +-
 vignettes/ctree.Rout.save |   18 +++++++++---------
 12 files changed, 54 insertions(+), 37 deletions(-)

More information about partykit at CRAN
Permanent link

Package markovchain updated to version 0.1.1 with previous version 0.1.0 dated 2015-01-04

Title: Easy Handling Discrete Time Markov Chains
Description: Functions and S4 methods to create and manage discrete time Markov chains (DTMC) more easily. In addition functions to perform statistical (fitting and drawing random variates) and probabilistic (analysis of DTMC proprieties) analysis are provided.
Author: Giorgio Alfredo Spedicato
Maintainer: Giorgio Alfredo Spedicato

Diff between markovchain versions 0.1.0 dated 2015-01-04 and 0.1.1 dated 2015-02-21

 ChangeLog                                            |    4 +
 DESCRIPTION                                          |   12 ++---
 MD5                                                  |   28 ++++++------
 NEWS                                                 |    8 +--
 R/1_functions4Fitting.R                              |   44 ++++++++++++++-----
 data/blanden.rda                                     |binary
 data/craigsendi.rda                                  |binary
 data/holson.rda                                      |binary
 data/preproglucacon.rda                              |binary
 data/rain.rda                                        |binary
 inst/doc/an_introduction_to_markovchain_package.R    |    3 -
 inst/doc/an_introduction_to_markovchain_package.Rnw  |    3 -
 inst/doc/an_introduction_to_markovchain_package.pdf  |binary
 man/markovchain-package.Rd                           |    4 -
 vignettes/an_introduction_to_markovchain_package.Rnw |    3 -
 15 files changed, 69 insertions(+), 40 deletions(-)

More information about markovchain at CRAN
Permanent link

Package ipred updated to version 0.9-4 with previous version 0.9-3 dated 2013-12-20

Title: Improved Predictors
Description: Improved predictive models by indirect classification and bagging for classification, regression and survival problems as well as resampling based estimators of prediction error.
Author: Andrea Peters [aut], Torsten Hothorn [aut, cre], Brian D. Ripley [ctb], Terry Therneau [ctb], Beth Atkinson [ctb]
Maintainer: Torsten Hothorn

Diff between ipred versions 0.9-3 dated 2013-12-20 and 0.9-4 dated 2015-02-21

 DESCRIPTION                       |    8 ++++----
 MD5                               |   20 ++++++++++----------
 NAMESPACE                         |    2 +-
 build/vignette.rds                |binary
 inst/NEWS                         |    4 ++++
 inst/doc/ipred-examples.pdf       |binary
 man/bagging.Rd                    |    2 +-
 tests/Examples/ipred-Ex.Rout.save |   12 +++++-------
 tests/ipred-bugs.Rout.save        |    8 +++-----
 tests/ipred-segfault.Rout.save    |    8 +++-----
 tests/ipred-smalltest.Rout.save   |    8 +++-----
 11 files changed, 34 insertions(+), 38 deletions(-)

More information about ipred at CRAN
Permanent link

Package FRESA.CAD (with last version 2.0) was removed from CRAN

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

2015-02-19 2.0
2014-09-11 1.0

Permanent link
New package rlm with initial version 1.1
Package: rlm
Type: Package
Title: Robust Fitting of Linear Model
Version: 1.1
Date: 2015-02-20
Author: Oleg Yegorov
Maintainer: Oleg Yegorov
Description: Robust fitting of linear model which can take response in matrix form.
License: GPL (>= 2)
Packaged: 2015-02-20 10:00:22 UTC; Oleg
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-02-21 07:22:14

More information about rlm at CRAN
Permanent link


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