Sat, 27 Jun 2009

Package simecol updated to version 0.6-8 with previous version 0.6-6 dated 2009-02-26

Author: Thomas Petzoldt
Title: Simulation of ecological (and other) dynamic systems
Description: simecol is an object oriented framework to simulate ecological (and other) dynamic systems. It can be used for differential equations, individual-based (or agent-based) and other models as well. The package helps to organize scenarios (avoids copy and paste) and improves readability and usability of code.

Diff between simecol versions 0.6-6 dated 2009-02-26 and 0.6-8 dated 2009-06-27

 simecol-0.6-6/simecol/inst/doc/petzoldt_jss.bib              |only
 simecol-0.6-6/simecol/inst/examples/dynload/clotka.cpp       |only
 simecol-0.6-6/simecol/work                                   |only
 simecol-0.6-8/simecol/DESCRIPTION                            |   24 
 simecol-0.6-8/simecol/R/fitOdeModel.R                        |   23 
 simecol-0.6-8/simecol/R/iteration.R                          |   31 
 simecol-0.6-8/simecol/R/ssqOdeModel.R                        |   33 
 simecol-0.6-8/simecol/data/lv3.rda                           |binary
 simecol-0.6-8/simecol/inst/FAQ.txt                           |   17 
 simecol-0.6-8/simecol/inst/NEWS                              |   10 
 simecol-0.6-8/simecol/inst/THANKS                            |   29 
 simecol-0.6-8/simecol/inst/ToDo.txt                          |   14 
 simecol-0.6-8/simecol/inst/doc/simecol-howtos.Rnw            |  574 ++++++++++-
 simecol-0.6-8/simecol/inst/doc/simecol-howtos.pdf            |binary
 simecol-0.6-8/simecol/inst/doc/simecol-introduction.Rnw      |    5 
 simecol-0.6-8/simecol/inst/doc/simecol-introduction.pdf      |binary
 simecol-0.6-8/simecol/inst/doc/simecol.bib                   |only
 simecol-0.6-8/simecol/inst/doc/vignette.cls                  |only
 simecol-0.6-8/simecol/inst/examples/dynload/simecol_clotka.R |    5 
 simecol-0.6-8/simecol/inst/examples/dynload/test_clotka.R    |    2 
 simecol-0.6-8/simecol/inst/examples/fitOdeModel              |only
 simecol-0.6-8/simecol/inst/examples/lv.R                     |   21 
 simecol-0.6-8/simecol/inst/examples/lv3.R                    |   11 
 simecol-0.6-8/simecol/man/as.simObj.Rd                       |    7 
 simecol-0.6-8/simecol/man/fitOdeModel.Rd                     |    8 
 simecol-0.6-8/simecol/man/iteration.Rd                       |   52 
 simecol-0.6-8/simecol/man/odeModel.Rd                        |   60 +
 simecol-0.6-8/simecol/man/plot-methods.Rd                    |   12 
 simecol-0.6-8/simecol/man/simecol-package.Rd                 |   96 +
 simecol-0.6-8/simecol/man/ssqOdeModel.Rd                     |   30 
 30 files changed, 886 insertions(+), 178 deletions(-)

More information about simecol at CRAN
Permanent link

New package openNLPmodels.es with initial version 0.0-4
Package: openNLPmodels.es
Title: openNLP Models for Spanish
Version: 0.0-4
Date: 2009-06-25
Author: Ingo Feinerer, Kurt Hornik
Maintainer: Kurt Hornik
Enhances: openNLP
Description: openNLP models for the Spanish language.
License: LGPL-2.1
Packaged: 2009-06-27 08:47:28 UTC; hornik
Repository: CRAN
Date/Publication: 2009-06-27 09:05:05

More information about openNLPmodels.es at CRAN
Permanent link

Package openNLP updated to version 0.0-7 with previous version 0.0-6 dated 2008-04-14

Author: Ingo Feinerer, Kurt Hornik
Title: openNLP Interface
Description: An interface to openNLP (http://opennlp.sourceforge.net/), a collection of natural language processing tools including a sentence detector, tokenizer, pos-tagger, shallow and full syntactic parser, and named-entity detector, using the Maxent Java package for training and using maximum entropy models.

Diff between openNLP versions 0.0-6 dated 2008-04-14 and 0.0-7 dated 2009-06-27

 openNLP-0.0-6/openNLP/inst/doc/openNLP.tex              |only
 openNLP-0.0-6/openNLP/inst/java/maxent-2.4.0.jar        |only
 openNLP-0.0-6/openNLP/inst/java/opennlp-tools-1.3.0.jar |only
 openNLP-0.0-7/openNLP/DESCRIPTION                       |   25 +++---
 openNLP-0.0-7/openNLP/NAMESPACE                         |    5 -
 openNLP-0.0-7/openNLP/R/model.R                         |    7 +
 openNLP-0.0-7/openNLP/R/onload.R                        |    8 -
 openNLP-0.0-7/openNLP/R/postag.R                        |   65 +++++++++++-----
 openNLP-0.0-7/openNLP/R/sentdetect.R                    |   41 +++++++---
 openNLP-0.0-7/openNLP/R/tokenizer.R                     |   43 +++++++---
 openNLP-0.0-7/openNLP/R/transform.R                     |   12 ++
 openNLP-0.0-7/openNLP/R/utils.R                         |only
 openNLP-0.0-7/openNLP/inst/doc/openNLP.Rnw              |   48 +++++++----
 openNLP-0.0-7/openNLP/inst/doc/openNLP.pdf              |binary
 openNLP-0.0-7/openNLP/inst/java/maxent-2.5.2.jar        |only
 openNLP-0.0-7/openNLP/inst/java/opennlp-tools-1.4.3.jar |only
 openNLP-0.0-7/openNLP/man/sentdetect.Rd                 |   22 +++--
 openNLP-0.0-7/openNLP/man/tagPOS.Rd                     |   24 +++--
 openNLP-0.0-7/openNLP/man/tmSentDetect.Rd               |    4 
 openNLP-0.0-7/openNLP/man/tmTagPOS.Rd                   |    4 
 openNLP-0.0-7/openNLP/man/tmTokenize.Rd                 |    4 
 openNLP-0.0-7/openNLP/man/tokenize.Rd                   |   25 +++---
 22 files changed, 221 insertions(+), 116 deletions(-)

More information about openNLP at CRAN
Permanent link

New package openNLPmodels.en with initial version 0.0-4
Package: openNLPmodels.en
Title: openNLP Models for English
Version: 0.0-4
Date: 2009-06-25
Author: Ingo Feinerer, Kurt Hornik
Maintainer: Kurt Hornik
Enhances: openNLP
Description: openNLP models for the English language.
License: LGPL-2.1
Packaged: 2009-06-27 08:47:24 UTC; hornik
Repository: CRAN
Date/Publication: 2009-06-27 09:04:58

More information about openNLPmodels.en at CRAN
Permanent link

New package iterators with initial version 1.0.0
Package: iterators
Type: Package
Title: Iterator construct for R
Version: 1.0.0
Author: REvolution Computing
Maintainer: REvolution Computing
Description: Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
Depends: R (>= 2.5.0), utils
Suggests: foreach
License: Apache License (== 2.0)
Packaged: 2009-06-26 18:14:19 UTC; weston
Repository: CRAN
Date/Publication: 2009-06-27 08:16:21

More information about iterators at CRAN
Permanent link

New package foreach with initial version 1.2.0-1
Package: foreach
Type: Package
Title: Foreach looping construct for R
Version: 1.2.0-1
Author: REvolution Computing
Maintainer: REvolution Computing
Description: Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
Depends: R (>= 2.5.0), iterators(>= 1.0.0), codetools, utils
License: Apache License (== 2.0)
Packaged: 2009-06-26 18:15:52 UTC; weston
Repository: CRAN
Date/Publication: 2009-06-27 08:16:18

More information about foreach at CRAN
Permanent link

Package ensembleBMA updated to version 4.3 with previous version 4.2.2 dated 2009-05-19

Author: Chris Fraley, Adrian E. Raftery, J. McLean Sloughter, Tilmann Gneiting, University of Washington With contributions from Bobby Yuen and Michael Polokowski
Title: Probabilistic Forecasting using Ensembles and Bayesian Model Averaging
Description: Bayesian Model Averaging to create probabilistic forecasts from ensemble forecasts and weather observations.

Diff between ensembleBMA versions 4.2.2 dated 2009-05-19 and 4.3 dated 2009-06-27

 ensembleBMA-4.2.2/ensembleBMA/R/ensembleItime.nsembleData.R |only
 ensembleBMA-4.3/ensembleBMA/CHANGELOG                       |    3 
 ensembleBMA-4.3/ensembleBMA/DESCRIPTION                     |    8 
 ensembleBMA-4.3/ensembleBMA/R/controlBMAgamma.R             |    6 
 ensembleBMA-4.3/ensembleBMA/R/controlBMAgamma0.R            |    6 
 ensembleBMA-4.3/ensembleBMA/R/ensembleItime.ensembleData.R  |only
 ensembleBMA-4.3/ensembleBMA/R/fitBMAgamma.R                 |   88 ++-
 ensembleBMA-4.3/ensembleBMA/R/fitBMAgamma0.R                |  280 +++---------
 ensembleBMA-4.3/ensembleBMA/man/controlBMAgamma.Rd          |   10 
 ensembleBMA-4.3/ensembleBMA/man/controlBMAgamma0.Rd         |   10 
 10 files changed, 149 insertions(+), 262 deletions(-)

More information about ensembleBMA at CRAN
Permanent link

New package RSiena with initial version 1.0.0
Package: RSiena
Type: Package
Title: Siena - Simulation Investigation for Empirical Network Analysis
Version: 1.0.0
Date: 2009-06-25
Author: Various
Depends: R (>= 2.7.0)
Suggests: tcltk, snow, rlecuyer, network, Matrix
SystemRequirements: GNU make, tcl/tk 8.5, Tktable
Maintainer:
Description: Fits models to longitudinal networks
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes
URL: http://www.stats.ox.ac.uk/~snijders/siena
Packaged: 2009-06-26 21:17:35 UTC; ruth
Repository: CRAN
Date/Publication: 2009-06-27 08:16:01

More information about RSiena at CRAN
Permanent link

New package doMC with initial version 1.1.0
Package: doMC
Type: Package
Title: Foreach parallel adaptor for the multicore package
Version: 1.1.0
Author: REvolution Computing
Maintainer: REvolution Computing
Description: Provides a parallel backend for the %dopar% function using Simon Urbanek's multicore package.
Depends: R (>= 2.5.0), foreach(>= 1.2.0), iterators(>= 1.0.0), multicore(>= 0.1), utils
License: Apache License (== 2.0)
Packaged: 2009-06-26 18:22:06 UTC; weston
Repository: CRAN
Date/Publication: 2009-06-27 08:16:07

More information about doMC at CRAN
Permanent link


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