CRANberries

CRANberries aggregates information about new, updated and removed packages from the
CRAN network for R available as this html version and a corresponding RSS feed.
Created and provided by Dirk Eddelbuettel.

Sun, 08 Jan 2012

Package sentiment updated to version 0.2 with previous version 0.1 dated 2012-01-08

Title: Tools for Sentiment Analysis
Description: sentiment is an R package with tools for sentiment analysis including bayesian classifiers for positivity/negativity and emotion classification.
Author: Timothy P. Jurka
Maintainer: Timothy P. Jurka

Diff between sentiment versions 0.1 dated 2012-01-08 and 0.2 dated 2012-01-08

 ChangeLog                |   45 ++++++++-------------------------------------
 DESCRIPTION              |   13 ++++++-------
 MD5                      |    8 ++++----
 data/subjectivity.csv.gz |binary
 man/create_matrix.Rd     |    2 +-
 5 files changed, 19 insertions(+), 49 deletions(-)

More information about sentiment at CRAN
Path: /cran/updated | permanent link

Package XML updated to version 3.7-2 with previous version 3.6-2 dated 2011-12-09

Title: Tools for parsing and generating XML within R and S-Plus.
Description: This package provides many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. It also offers access to an XPath "interpreter".
Author: Duncan Temple Lang (duncan@wald.ucdavis.edu)
Maintainer: Duncan Temple Lang

Diff between XML versions 3.6-2 dated 2011-12-09 and 3.7-2 dated 2012-01-08

 Changes                    |   20 ++++++++++++++++++
 DESCRIPTION                |    7 +++---
 INSTALL                    |    2 -
 MD5                        |   26 ++++++++++++-----------
 NAMESPACE.in               |    1 
 R/readHTMLTable.R          |    5 ++++
 R/xmlInternalSource.R      |   49 +++++++++++++++++++++++++++++++++------------
 R/xmlOutputDOM.R           |    2 -
 inst/exampleData/plist.xml |only
 inst/exampleData/solr.xml  |only
 man/readHTMLTable.Rd       |    1 
 man/xmlSource.Rd           |    6 ++++-
 src/NodeGC.c               |   13 +++++++++++
 src/RS_XML.h               |    4 ++-
 src/XMLTree.c              |   10 ++++++++-
 15 files changed, 114 insertions(+), 32 deletions(-)

More information about XML at CRAN
Path: /cran/updated | permanent link

Package rsae updated to version 0.1-4 with previous version 0.1-3 dated 2011-07-25

Title: Robust Small Area Estimation
Description: Robust Small Area Estimation. Robust Basic Unit- and Area-Level Models
Author: Tobias Schoch
Maintainer: Tobias Schoch

Diff between rsae versions 0.1-3 dated 2011-07-25 and 0.1-4 dated 2012-01-08

 DESCRIPTION                |   11 
 MD5                        |only
 R/fitsaemodel.control.R    |    8 
 R/makedata.R               |    2 
 R/print.fitsaemodel.R      |   12 
 R/robpredict.R             |    6 
 R/rsae-internal.R          |   78 ++-
 R/summary.fitsaemodel.R    |    2 
 inst/doc/rsae.Rnw          |   16 
 inst/doc/rsae.pdf          |binary
 man/fitsaemodel.Rd         |   31 +
 man/fitsaemodel.control.Rd |   10 
 man/landsat.Rd             |    2 
 man/makedata.Rd            |    4 
 man/robpredict.Rd          |   27 +
 man/rsae-package.Rd        |   36 +
 man/saemodel.Rd            |    2 
 src/rsae.f90               | 1003 ++++++++++++++++++++++++++-------------------
 src/rsaeext.f90            |   40 +
 src/status.c               |only
 20 files changed, 811 insertions(+), 479 deletions(-)

More information about rsae at CRAN
Path: /cran/updated | permanent link

Package RJSONIO updated to version 0.97-0 with previous version 0.96-0 dated 2011-10-23

Title: Serialize R objects to JSON, JavaScript Object Notation
Description: This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. That version was too slow for converting large R objects to JSON and is not extensible, but a very useful prototype. It is fast for parsing. This package uses methods, vectorized operations and C code and callbacks to R functions for deserializing JSON objects to R. Verison 0.4 of this package uses a new native parser, implements the transformation code in C and allocates memory efficiently (rather than concatenating because of event driven parsing). The result is a significantly faster parsing of large JSON documents.
Author: Duncan Temple Lang
Maintainer: Duncan Temple Lang

Diff between RJSONIO versions 0.96-0 dated 2011-10-23 and 0.97-0 dated 2012-01-08

 Changes            |    6 ++++++
 Changes.html       |   10 ++++++++++
 Changes.xml        |    7 +++++++
 DESCRIPTION        |   31 ++++++++++++++-----------------
 MD5                |   22 ++++++++++++----------
 NAMESPACE          |    2 ++
 R/isValid.R        |only
 Web/index.html     |    2 +-
 man/isValidJSON.Rd |only
 src/Makevars       |    3 ++-
 src/Makevars.in    |    3 ++-
 src/Makevars.win   |    2 +-
 src/rlibjson.c     |   12 ++++++++++++
 13 files changed, 69 insertions(+), 31 deletions(-)

More information about RJSONIO at CRAN
Path: /cran/updated | permanent link

Package RCurl updated to version 1.9-4 with previous version 1.8-0 dated 2011-12-01

Title: General network (HTTP/FTP/...) client interface for R
Description: The package allows one to compose general HTTP requests and provides convenient functions to fetch URIs, get & post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc.
Author: Duncan Temple Lang
Maintainer: Duncan Temple Lang

Diff between RCurl versions 1.8-0 dated 2011-12-01 and 1.9-4 dated 2012-01-08

 Changes.html               |   50 ++++++++++++
 DESCRIPTION                |    7 -
 MD5                        |   46 ++++++-----
 NAMESPACE                  |    3 
 R/aclassesEnums.R          |    2 
 R/curlError.R              |only
 R/urlExists.R              |only
 man/CFILE.Rd               |    4 
 man/basicHeaderGatherer.Rd |   12 +-
 man/basicTextGatherer.Rd   |    3 
 man/binaryBuffer.Rd        |    3 
 man/chunkToLineReader.Rd   |    3 
 man/complete.Rd            |   27 +++---
 man/curlError.Rd           |only
 man/curlPerform.Rd         |   27 ++++--
 man/curlSetOpt.Rd          |   17 ++--
 man/dynCurlReader.Rd       |    5 -
 man/getBinaryURL.Rd        |    7 +
 man/getCurlHandle.Rd       |    8 +
 man/getCurlInfo.Rd         |   10 +-
 man/getFormParams.Rd       |   11 +-
 man/getURL.Rd              |  183 +++++++++++++++++++++++++--------------------
 man/postForm.Rd            |    6 +
 man/scp.Rd                 |    4 
 man/url.exists.Rd          |only
 src/curl.c                 |   32 ++++++-
 26 files changed, 307 insertions(+), 163 deletions(-)

More information about RCurl at CRAN
Path: /cran/updated | permanent link

New package mosaicManip with initial version 0.2-6
Package: mosaicManip
Type: Package
Title: Project MOSAIC (mosaic-web.org) manipulate examples.
Version: 0.2-6
Date: 2011-12-29
Depends: grid, lattice, Hmisc, methods, mosaic
Suggests: MASS, manipulate
Author: Andrew Rich , Daniel Kaplan , Randall Pruim
Maintainer: Daniel Kaplan , Randall Pruim
Description: These applets allow the user to change displays with sliders, checkboxes and other GUI elements. There are applets for calculus, statistics, and epidemiology.
License: GPL
LazyLoad: yes
LazyData: yes
Packaged: 2011-12-31 15:29:07 UTC; rpruim
Repository: CRAN
Date/Publication: 2012-01-08 16:04:57

More information about mosaicManip at CRAN
Path: /cran/new | permanent link

Package mosaic updated to version 0.2-6 with previous version 0.2-3 dated 2011-12-22

Title: Project MOSAIC (mosaic-web.org) math and stats teaching utilities
Description: Data sets and utilities from Project MOSAIC (mosaic-web.org) used to teach mathematics, statistics, computation and modeling. Funded by the NSF, Project MOSAIC is creating a community of educators working to tie together aspects of quantitative work that students in science, technology, engineering and mathematics will need in their professional lives, but which are usually taught in isolation, if at all.
Author: Randall Pruim , Daniel Kaplan , Nicholas Horton
Maintainer: Randall Pruim

Diff between mosaic versions 0.2-3 dated 2011-12-22 and 0.2-6 dated 2012-01-08

 DESCRIPTION              |    8 ++++----
 MD5                      |   21 ++++++++++++---------
 R/CIsim.R                |only
 R/DiffEQ.R               |    4 ++--
 R/distPlot.R             |    8 ++++----
 R/functions.R            |    7 +++++++
 R/rfun.R                 |    1 +
 R/smoothers.R            |   14 +++++++++-----
 R/utils.R                |only
 inst/doc/plt-explain.Rnw |only
 inst/doc/plt-explain.pdf |binary
 man/mosaic-package.Rd    |    4 ++--
 man/undocumented.Rd      |    3 +++
 13 files changed, 44 insertions(+), 26 deletions(-)

More information about mosaic at CRAN
Path: /cran/updated | permanent link

New package sentiment with initial version 0.1
Package: sentiment
Type: Package
Title: Tools for Sentiment Analysis
Version: 0.1
Date: 2012-01-01
Author: Timothy P. Jurka
Maintainer: Timothy P. Jurka
Depends: R (>= 2.13.0), tm, Rstem
LinkingTo: Rcpp
Description: sentiment is an R package with tools for sentiment analysis, including bayesian classifiers for positivity/negativity and emotion classification.
License: GPL-3
LazyLoad: yes
Packaged: 2012-01-02 01:45:25 UTC; timjurka
Repository: CRAN
Date/Publication: 2012-01-08 14:36:12

More information about sentiment at CRAN
Path: /cran/new | permanent link

Package RTextTools updated to version 1.3.3 with previous version 1.3.2 dated 2011-12-05

Title: Automatic Text Classification via Supervised Learning
Description: RTextTools is a machine learning package for automatic text classification that makes it simple for novice users to get started with machine learning, while allowing experienced users to easily experiment with different settings and algorithm combinations. The package includes nine algorithms for ensemble classification (svm, slda, boosting, bagging, random forests, glmnet, decision trees, neural networks, maximum entropy), comprehensive analytics, and thorough documentation.
Author: Timothy P. Jurka, Loren Collingwood, Amber E. Boydstun, Emiliano Grossman, Wouter van Atteveldt
Maintainer: Timothy P. Jurka

Diff between RTextTools versions 1.3.2 dated 2011-12-05 and 1.3.3 dated 2012-01-08

 RTextTools-1.3.2/RTextTools/man/RTextTools-package.Rd     |only
 RTextTools-1.3.3/RTextTools/ChangeLog                     |   11 +
 RTextTools-1.3.3/RTextTools/DESCRIPTION                   |   10 -
 RTextTools-1.3.3/RTextTools/MD5                           |   21 +-
 RTextTools-1.3.3/RTextTools/R/create_analytics.R          |  107 +++-----------
 RTextTools-1.3.3/RTextTools/R/create_corpus.R             |    2 
 RTextTools-1.3.3/RTextTools/R/create_ensembleSummary.R    |   25 ++-
 RTextTools-1.3.3/RTextTools/R/create_matrix.R             |   55 +------
 RTextTools-1.3.3/RTextTools/R/recall_accuracy.R           |   34 ----
 RTextTools-1.3.3/RTextTools/man/create_analytics.Rd       |    5 
 RTextTools-1.3.3/RTextTools/man/create_ensembleSummary.Rd |    7 
 RTextTools-1.3.3/RTextTools/man/create_matrix.Rd          |    7 
 12 files changed, 96 insertions(+), 188 deletions(-)

More information about RTextTools at CRAN
Path: /cran/updated | permanent link

Package plyr updated to version 1.7.1 with previous version 1.7 dated 2011-12-30

Title: Tools for splitting, applying and combining data
Description: plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of plyr has been generously supported by BD (Becton Dickinson).
Author: Hadley Wickham
Maintainer: Hadley Wickham

Diff between plyr versions 1.7 dated 2011-12-30 and 1.7.1 dated 2012-01-08

 DESCRIPTION          |    6 +++---
 MD5                  |    7 ++++---
 NEWS                 |    5 +++++
 R/id.r               |    4 ++--
 tests/dependencies.R |only
 5 files changed, 14 insertions(+), 8 deletions(-)

More information about plyr at CRAN
Path: /cran/updated | permanent link

Package desirability updated to version 1.05 with previous version 1.03 dated 2009-12-17

Title: Desirabiliy Function Optimization and Ranking
Description: S3 classes for multivariate optimization using the desirability function by Derringer and Suich (1980)
Author: Max Kuhn
Maintainer: Max Kuhn

Diff between desirability versions 1.03 dated 2009-12-17 and 1.05 dated 2012-01-08

 DESCRIPTION               |   15 +--
 MD5                       |only
 NAMESPACE                 |   45 +++++-----
 R/desirability.R          |   18 +++-
 R/plot.R                  |    9 ++
 R/predict.R               |   54 +++++++-----
 R/print.R                 |   13 ++
 inst/NEWS                 |   23 +++++
 inst/doc/desirability.Rnw |  206 ++++++++++++++++++++++------------------------
 inst/doc/desirability.pdf |binary
 man/dMax.Rd               |    6 +
 man/predict.dMax.Rd       |   31 ++++--
 12 files changed, 248 insertions(+), 172 deletions(-)

More information about desirability at CRAN
Path: /cran/updated | permanent link

Package akima updated to version 0.5-7 with previous version 0.5-4 dated 2009-11-04

Title: Interpolation of irregularly spaced data
Description: Linear or cubic spline interpolation for irregular gridded data
Author: Fortran code by H. Akima R port by Albrecht Gebhardt aspline function by Thomas Petzoldt enhancements and corrections by Martin Maechler
Maintainer: Albrecht Gebhardt

Diff between akima versions 0.5-4 dated 2009-11-04 and 0.5-7 dated 2012-01-08

 akima-0.5-4/akima/ChangeLog       |only
 akima-0.5-4/akima/R/zzz.R         |only
 akima-0.5-4/akima/data/akima.R    |only
 akima-0.5-7/akima/DESCRIPTION     |   20 ++---
 akima-0.5-7/akima/MD5             |only
 akima-0.5-7/akima/NAMESPACE       |only
 akima-0.5-7/akima/acinclude.m4    |only
 akima-0.5-7/akima/configure       |only
 akima-0.5-7/akima/configure.ac    |only
 akima-0.5-7/akima/data/akima.rda  |only
 akima-0.5-7/akima/man/interp.Rd   |    3 
 akima-0.5-7/akima/src/Makevars    |only
 akima-0.5-7/akima/src/Makevars.in |only
 akima-0.5-7/akima/src/akima.new.f |   42 +++++++----
 akima-0.5-7/akima/src/idbvip.f    |    3 
 akima-0.5-7/akima/src/idcldp.f    |    9 +-
 akima-0.5-7/akima/src/idsfft.f    |    3 
 akima-0.5-7/akima/src/idtang.f    |   12 ++-
 akima-0.5-7/akima/src/tripack.f   |  134 +++++++++++++++++++-------------------
 akima-0.5-7/akima/src/ttidbs.f    |   32 ++++-----
 20 files changed, 142 insertions(+), 116 deletions(-)

More information about akima at CRAN
Path: /cran/updated | permanent link

Package HDclassif updated to version 1.2.1 with previous version 1.2 dated 2011-08-04

Title: High Dimensionnal Supervised Classification and Clustering
Description: New disciminant analysis and data clustering methods for high dimensional data, based on the asumption that high-dimensional data live in different subspaces with low dimensionality proposing a new parametrization of the Gaussian mixture model which combines the ideas of dimension reduction and constraints on the model.
Author: L.Berge C.Bouveyron S.Girard
Maintainer: L.Berge

Diff between HDclassif versions 1.2 dated 2011-08-04 and 1.2.1 dated 2012-01-08

 ChangeLog                |    4 ++++
 DESCRIPTION              |   17 ++++++-----------
 MD5                      |only
 inst                     |only
 man/Crabs.Rd             |    4 ++--
 man/HDclassif-package.Rd |   14 ++++++++------
 man/demo_hddc.Rd         |    2 +-
 man/hdda.Rd              |   22 +++++++++++-----------
 man/hddc.Rd              |   18 +++++++++---------
 man/plot.hdc.Rd          |    8 +++++---
 man/predict.hdc.Rd       |    8 ++++++--
 man/simuldata.Rd         |    4 ++--
 12 files changed, 54 insertions(+), 47 deletions(-)

More information about HDclassif at CRAN
Path: /cran/updated | permanent link

Package SOAR updated to version 0.99-9 with previous version 0.99-8 dated 2011-10-17

Title: Memory management in R by delayed assignments
Description: Allows objects to be stored on disc and automatically recalled as required into memory by delayed assignment.
Author: Bill Venables, based on original code by David Brahm
Maintainer: Bill Venables

Diff between SOAR versions 0.99-8 dated 2011-10-17 and 0.99-9 dated 2012-01-08

 DESCRIPTION         |    8 -
 MD5                 |   24 ++--
 R/SOAR.R            |   12 +-
 inst/NEWS           |   27 ++++-
 inst/doc/.R_Store   |only
 inst/doc/Makefile   |    2 
 inst/doc/SOAR.Rnw   |  255 +++++++++++++++++++++++++++++++++-------------------
 inst/doc/SOAR.pdf   |binary
 inst/doc/refs.bib   |   36 +++++++
 man/Attach.Rd       |    4 
 man/Objects.Rd      |   10 +-
 man/Remove.Rd       |    8 -
 man/SOAR-package.Rd |    4 
 man/Store.Rd        |    4 
 14 files changed, 264 insertions(+), 130 deletions(-)

More information about SOAR at CRAN
Path: /cran/updated | permanent link

Package ftsa updated to version 2.9 with previous version 2.8 dated 2012-01-06

Title: Functional time series analysis
Description: Functions for functional time series
Author: Rob J Hyndman and Han Lin Shang
Maintainer: Han Lin Shang

Diff between ftsa versions 2.8 dated 2012-01-06 and 2.9 dated 2012-01-08

 CHANGELOG                  |   13 +++++++++----
 DESCRIPTION                |    8 ++++----
 MD5                        |   14 +++++++-------
 R/forecastfplsr.R          |   29 ++++++++++++++++-------------
 R/ftsmiterativeforecasts.R |   29 ++++++++++++++++-------------
 R/plot.ftsm.R              |    4 ++--
 R/plotfplsr.R              |   42 ++++++++++++++++++++++--------------------
 man/plot.ftsm.Rd           |    8 ++++----
 8 files changed, 80 insertions(+), 67 deletions(-)

More information about ftsa at CRAN
Path: /cran/updated | permanent link

Built and running on Debian GNU/Linux using R, littler and blosxom. Last updated on Sun, 08 Jul 2007 at 20:24.