Sat, 21 Dec 2013

New package pmcgd with initial version 1.1
Package: pmcgd
Type: Package
Title: pmcgd
Version: 1.1
Date: 2013-01-27
Author: Antonio Punzo and Paul D. McNicholas
Maintainer: Antonio Punzo
Description: Parsimonious Mixtures of Contaminated Gaussian Distributions
License: GPL-2
LazyLoad: yes
Depends: R (>= 2.15.0)
Imports: mixture, mnormt
Packaged: 2013-12-21 17:46:46 UTC; Angelo
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-12-21 21:21:38

More information about pmcgd at CRAN
Permanent link

Package koRpus updated to version 0.05-3 with previous version 0.04-40 dated 2013-04-07

Title: An R Package for Text Analysis
Description: A set of tools to analyze texts. Includes, amongst others, functions for automatic language detection, hyphenation, several indices of lexical diversity (e.g., type token ratio, HD-D/vocd-D, MTLD) and readability (e.g., Flesch, SMOG, LIX, Dale-Chall). Basic import functions for language corpora are also provided, to enable frequency analyses (supports Celex and Leipzig Corpora Collection file formats). #' Note: For full functionality a local installation of TreeTagger is recommended. Also, due to some restrictions on CRAN, the full package sources are only available from the project homepage. Be encouraged to send feedback to the author(s)!
Author: m.eik michalke [aut, cre], Earl Brown [ctb], Alberto Mirisola [ctb], Alexandre Brulet [ctb], Laura Hauser [ctb]
Maintainer: m.eik michalke

Diff between koRpus versions 0.04-40 dated 2013-04-07 and 0.05-3 dated 2013-12-21

 koRpus-0.04-40/koRpus/ChangeLog_hyph_patterns.txt                    |only
 koRpus-0.04-40/koRpus/LICENSE.txt                                    |only
 koRpus-0.04-40/koRpus/R/cTest-method.R                               |only
 koRpus-0.04-40/koRpus/R/clozeDelete-method.R                         |only
 koRpus-0.04-40/koRpus/R/correct-method.R                             |only
 koRpus-0.04-40/koRpus/R/kRp.TTR-class.R                              |only
 koRpus-0.04-40/koRpus/R/kRp.analysis-class.R                         |only
 koRpus-0.04-40/koRpus/R/kRp.corp.freq-class.R                        |only
 koRpus-0.04-40/koRpus/R/kRp.hyph.pat-class.R                         |only
 koRpus-0.04-40/koRpus/R/kRp.hyphen-class.R                           |only
 koRpus-0.04-40/koRpus/R/kRp.lang-class.R                             |only
 koRpus-0.04-40/koRpus/R/kRp.readability-class.R                      |only
 koRpus-0.04-40/koRpus/R/kRp.tagged-class.R                           |only
 koRpus-0.04-40/koRpus/R/kRp.taggedText-methods.R                     |only
 koRpus-0.04-40/koRpus/R/kRp.txt.freq-class.R                         |only
 koRpus-0.04-40/koRpus/R/kRp.txt.trans-class.R                        |only
 koRpus-0.04-40/koRpus/R/plot.kRp.tagged.R                            |only
 koRpus-0.04-40/koRpus/R/query-methods.R                              |only
 koRpus-0.04-40/koRpus/R/show.kRp.TTR.R                               |only
 koRpus-0.04-40/koRpus/R/show.kRp.corp.freq.R                         |only
 koRpus-0.04-40/koRpus/R/show.kRp.lang.R                              |only
 koRpus-0.04-40/koRpus/R/show.kRp.readability.R                       |only
 koRpus-0.04-40/koRpus/R/summary.kRp.TTR.R                            |only
 koRpus-0.04-40/koRpus/R/summary.kRp.lang.R                           |only
 koRpus-0.04-40/koRpus/R/summary.kRp.readability.R                    |only
 koRpus-0.04-40/koRpus/R/summary.kRp.tagged.R                         |only
 koRpus-0.04-40/koRpus/R/summary.kRp.txt.freq.R                       |only
 koRpus-0.04-40/koRpus/debian                                         |only
 koRpus-0.04-40/koRpus/inst/doc                                       |only
 koRpus-0.05-3/koRpus/.Rinstignore                                    |    1 
 koRpus-0.05-3/koRpus/ChangeLog                                       |  102 ++
 koRpus-0.05-3/koRpus/DESCRIPTION                                     |  115 +-
 koRpus-0.05-3/koRpus/MD5                                             |  295 +++----
 koRpus-0.05-3/koRpus/NAMESPACE                                       |    4 
 koRpus-0.05-3/koRpus/R/00_class_01_kRp.tagged.R                      |only
 koRpus-0.05-3/koRpus/R/00_class_02_kRp.TTR.R                         |only
 koRpus-0.05-3/koRpus/R/00_class_03_kRp.txt.freq.R                    |only
 koRpus-0.05-3/koRpus/R/00_class_04_kRp.txt.trans.R                   |only
 koRpus-0.05-3/koRpus/R/00_class_05_kRp.analysis.R                    |only
 koRpus-0.05-3/koRpus/R/00_class_06_kRp.corp.freq.R                   |only
 koRpus-0.05-3/koRpus/R/00_class_07_kRp.hyph.pat.R                    |only
 koRpus-0.05-3/koRpus/R/00_class_08_kRp.hyphen.R                      |only
 koRpus-0.05-3/koRpus/R/00_class_09_kRp.lang.R                        |only
 koRpus-0.05-3/koRpus/R/00_class_10_kRp.readability.R                 |only
 koRpus-0.05-3/koRpus/R/01_method_cTest.R                             |only
 koRpus-0.05-3/koRpus/R/01_method_clozeDelete.R                       |only
 koRpus-0.05-3/koRpus/R/01_method_correct.R                           |only
 koRpus-0.05-3/koRpus/R/01_method_kRp.taggedText.R                    |only
 koRpus-0.05-3/koRpus/R/01_method_plot.kRp.tagged.R                   |only
 koRpus-0.05-3/koRpus/R/01_method_query.R                             |only
 koRpus-0.05-3/koRpus/R/01_method_show.kRp.TTR.R                      |only
 koRpus-0.05-3/koRpus/R/01_method_show.kRp.corp.freq.R                |only
 koRpus-0.05-3/koRpus/R/01_method_show.kRp.lang.R                     |only
 koRpus-0.05-3/koRpus/R/01_method_show.kRp.readability.R              |only
 koRpus-0.05-3/koRpus/R/01_method_summary.kRp.TTR.R                   |only
 koRpus-0.05-3/koRpus/R/01_method_summary.kRp.lang.R                  |only
 koRpus-0.05-3/koRpus/R/01_method_summary.kRp.readability.R           |only
 koRpus-0.05-3/koRpus/R/01_method_summary.kRp.tagged.R                |only
 koRpus-0.05-3/koRpus/R/01_method_summary.kRp.txt.freq.R              |only
 koRpus-0.05-3/koRpus/R/ARI.R                                         |   18 
 koRpus-0.05-3/koRpus/R/C.ld.R                                        |   18 
 koRpus-0.05-3/koRpus/R/CTTR.R                                        |   18 
 koRpus-0.05-3/koRpus/R/DRP.R                                         |   18 
 koRpus-0.05-3/koRpus/R/ELF.R                                         |   18 
 koRpus-0.05-3/koRpus/R/FOG.R                                         |   18 
 koRpus-0.05-3/koRpus/R/FORCAST.R                                     |   18 
 koRpus-0.05-3/koRpus/R/HDD.R                                         |   18 
 koRpus-0.05-3/koRpus/R/K.ld.R                                        |   18 
 koRpus-0.05-3/koRpus/R/LIX.R                                         |   18 
 koRpus-0.05-3/koRpus/R/MATTR.R                                       |   18 
 koRpus-0.05-3/koRpus/R/MSTTR.R                                       |   18 
 koRpus-0.05-3/koRpus/R/MTLD.R                                        |   36 
 koRpus-0.05-3/koRpus/R/R.ld.R                                        |   18 
 koRpus-0.05-3/koRpus/R/RIX.R                                         |   18 
 koRpus-0.05-3/koRpus/R/S.ld.R                                        |   18 
 koRpus-0.05-3/koRpus/R/SMOG.R                                        |   18 
 koRpus-0.05-3/koRpus/R/TRI.R                                         |   18 
 koRpus-0.05-3/koRpus/R/TTR.R                                         |   18 
 koRpus-0.05-3/koRpus/R/U.ld.R                                        |   18 
 koRpus-0.05-3/koRpus/R/bormuth.R                                     |   18 
 koRpus-0.05-3/koRpus/R/coleman.R                                     |   18 
 koRpus-0.05-3/koRpus/R/coleman.liau.R                                |   18 
 koRpus-0.05-3/koRpus/R/dale.chall.R                                  |   18 
 koRpus-0.05-3/koRpus/R/danielson.bryan.R                             |   18 
 koRpus-0.05-3/koRpus/R/dickes.steiwer.R                              |   18 
 koRpus-0.05-3/koRpus/R/farr.jenkins.paterson.R                       |   18 
 koRpus-0.05-3/koRpus/R/flesch.R                                      |   23 
 koRpus-0.05-3/koRpus/R/flesch.kincaid.R                              |   18 
 koRpus-0.05-3/koRpus/R/freq.analysis.R                               |   22 
 koRpus-0.05-3/koRpus/R/fucks.R                                       |   18 
 koRpus-0.05-3/koRpus/R/get.kRp.env.R                                 |   72 +
 koRpus-0.05-3/koRpus/R/guess.lang.R                                  |   58 +
 koRpus-0.05-3/koRpus/R/harris.jacobson.R                             |   18 
 koRpus-0.05-3/koRpus/R/hyph.XX-data.R                                |   18 
 koRpus-0.05-3/koRpus/R/hyphen.R                                      |   61 +
 koRpus-0.05-3/koRpus/R/jumbleWords.R                                 |   18 
 koRpus-0.05-3/koRpus/R/kRp.POS.tags.R                                |   21 
 koRpus-0.05-3/koRpus/R/kRp.cluster.R                                 |   18 
 koRpus-0.05-3/koRpus/R/kRp.filter.wclass.R                           |   18 
 koRpus-0.05-3/koRpus/R/kRp.text.analysis.R                           |   18 
 koRpus-0.05-3/koRpus/R/kRp.text.paste.R                              |   26 
 koRpus-0.05-3/koRpus/R/kRp.text.transform.R                          |   18 
 koRpus-0.05-3/koRpus/R/koRpus-internal.R                             |  399 +++++----
 koRpus-0.05-3/koRpus/R/koRpus-internal.import.R                      |   18 
 koRpus-0.05-3/koRpus/R/koRpus-internal.lexdiv.formulae.R             |only
 koRpus-0.05-3/koRpus/R/koRpus-internal.rdb.formulae.R                |   65 +
 koRpus-0.05-3/koRpus/R/koRpus-internal.rdb.params.grades.R           |   18 
 koRpus-0.05-3/koRpus/R/koRpus-internal.roxy.all.R                    |   27 
 koRpus-0.05-3/koRpus/R/koRpus-package.R                              |   11 
 koRpus-0.05-3/koRpus/R/lang.support-de.R                             |   20 
 koRpus-0.05-3/koRpus/R/lang.support-en.R                             |   18 
 koRpus-0.05-3/koRpus/R/lang.support-es.R                             |   20 
 koRpus-0.05-3/koRpus/R/lang.support-fr.R                             |   20 
 koRpus-0.05-3/koRpus/R/lang.support-it.R                             |   74 +
 koRpus-0.05-3/koRpus/R/lang.support-ru.R                             |   20 
 koRpus-0.05-3/koRpus/R/lex.div.R                                     |  420 +++-------
 koRpus-0.05-3/koRpus/R/lex.div.num.R                                 |   36 
 koRpus-0.05-3/koRpus/R/linsear.write.R                               |   18 
 koRpus-0.05-3/koRpus/R/maas.R                                        |   18 
 koRpus-0.05-3/koRpus/R/manage.hyph.pat.R                             |   18 
 koRpus-0.05-3/koRpus/R/nWS.R                                         |   18 
 koRpus-0.05-3/koRpus/R/read.BAWL.R                                   |only
 koRpus-0.05-3/koRpus/R/read.corp.LCC.R                               |   18 
 koRpus-0.05-3/koRpus/R/read.corp.celex.R                             |   18 
 koRpus-0.05-3/koRpus/R/read.corp.custom.R                            |   18 
 koRpus-0.05-3/koRpus/R/read.hyph.pat.R                               |   18 
 koRpus-0.05-3/koRpus/R/read.tagged.R                                 |only
 koRpus-0.05-3/koRpus/R/readability.R                                 |   22 
 koRpus-0.05-3/koRpus/R/readability.num.R                             |   37 
 koRpus-0.05-3/koRpus/R/segment.optimizer.R                           |   18 
 koRpus-0.05-3/koRpus/R/set.kRp.env.R                                 |   82 +
 koRpus-0.05-3/koRpus/R/spache.R                                      |   18 
 koRpus-0.05-3/koRpus/R/strain.R                                      |   18 
 koRpus-0.05-3/koRpus/R/textFeatures.R                                |   34 
 koRpus-0.05-3/koRpus/R/tokenize.R                                    |   25 
 koRpus-0.05-3/koRpus/R/traenkle.bailer.R                             |   18 
 koRpus-0.05-3/koRpus/R/treetag.R                                     |   48 -
 koRpus-0.05-3/koRpus/R/wheeler.smith.R                               |   18 
 koRpus-0.05-3/koRpus/inst/CITATION                                   |    8 
 koRpus-0.05-3/koRpus/inst/NEWS.Rd                                    |  132 +++
 koRpus-0.05-3/koRpus/inst/rkward/rkwarddev_koRpus_plugin_script_NG.R |only
 koRpus-0.05-3/koRpus/inst/shiny                                      |only
 koRpus-0.05-3/koRpus/inst/tests/sample_text_lexdiv_dput.txt          |   10 
 koRpus-0.05-3/koRpus/inst/tests/sample_text_readability_dput.txt     |   27 
 koRpus-0.05-3/koRpus/inst/vignettes                                  |only
 koRpus-0.05-3/koRpus/man/MTLD.Rd                                     |   19 
 koRpus-0.05-3/koRpus/man/flesch.Rd                                   |    9 
 koRpus-0.05-3/koRpus/man/get.kRp.env.Rd                              |   34 
 koRpus-0.05-3/koRpus/man/guess.lang.Rd                               |    7 
 koRpus-0.05-3/koRpus/man/hyphen.Rd                                   |    4 
 koRpus-0.05-3/koRpus/man/kRp.POS.tags.Rd                             |   10 
 koRpus-0.05-3/koRpus/man/kRp.TTR-class.Rd                            |   46 -
 koRpus-0.05-3/koRpus/man/kRp.analysis-class.Rd                       |    4 
 koRpus-0.05-3/koRpus/man/kRp.corp.freq-class.Rd                      |    6 
 koRpus-0.05-3/koRpus/man/kRp.hyph.pat-class.Rd                       |    3 
 koRpus-0.05-3/koRpus/man/kRp.hyphen-class.Rd                         |    3 
 koRpus-0.05-3/koRpus/man/kRp.lang-class.Rd                           |    4 
 koRpus-0.05-3/koRpus/man/kRp.readability-class.Rd                    |   35 
 koRpus-0.05-3/koRpus/man/kRp.tagged-class.Rd                         |    3 
 koRpus-0.05-3/koRpus/man/kRp.taggedText-methods.Rd                   |   14 
 koRpus-0.05-3/koRpus/man/kRp.txt.freq-class.Rd                       |    4 
 koRpus-0.05-3/koRpus/man/kRp.txt.trans-class.Rd                      |   13 
 koRpus-0.05-3/koRpus/man/koRpus-package.Rd                           |   14 
 koRpus-0.05-3/koRpus/man/lex.div.Rd                                  |   49 -
 koRpus-0.05-3/koRpus/man/lex.div.num.Rd                              |   11 
 koRpus-0.05-3/koRpus/man/read.BAWL.Rd                                |only
 koRpus-0.05-3/koRpus/man/read.corp.LCC.Rd                            |    3 
 koRpus-0.05-3/koRpus/man/read.corp.celex.Rd                          |    3 
 koRpus-0.05-3/koRpus/man/read.tagged.Rd                              |only
 koRpus-0.05-3/koRpus/man/readability.Rd                              |   18 
 koRpus-0.05-3/koRpus/man/set.kRp.env.Rd                              |   21 
 koRpus-0.05-3/koRpus/man/textFeatures.Rd                             |    3 
 koRpus-0.05-3/koRpus/man/tokenize.Rd                                 |    8 
 koRpus-0.05-3/koRpus/man/treetag.Rd                                  |   14 
 174 files changed, 2776 insertions(+), 877 deletions(-)

More information about koRpus at CRAN
Permanent link

Package rHadoopClient (with last version 0.2) was removed from CRAN

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

2013-03-24 0.2

Permanent link
Package ttime (with last version 1.2.5) was removed from CRAN

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

2012-08-05 1.2.5

Permanent link
Package stratasphere (with last version 1.0) was removed from CRAN

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

2011-07-23 1.0

Permanent link
Package sessionTools (with last version 0.9-2) was removed from CRAN

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

2012-05-20 0.9-2
2012-03-05 0.9-1

Permanent link
Package leiv (with last version 2.0-5) was removed from CRAN

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

2012-06-04 2.0-5

Permanent link
Package iWebPlots (with last version 1.0-1) was removed from CRAN

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

2011-08-17 1.0-1
2011-04-07 0.1-0

Permanent link
Package popdemo (with last version 0.1-3) was removed from CRAN

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

2012-02-04 0.1-3
2012-01-18 0.1-2
2011-12-19 0.1-1

Permanent link
Package bscr (with last version 1.1) was removed from CRAN

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

2013-01-19 1.1
2013-01-15 1.0

Permanent link
Package XiMpLe updated to version 0.03-21 with previous version 0.03-20 dated 2013-04-08

Title: A simple XML tree parser and generator
Description: This package provides a simple XML tree parser/generator. It includes functions to read XML files into R objects, get information out of and into nodes, and write R objects back to XML code. It's not as powerful as the XML package and doesn't aim to be, but for simple XML handling it could be useful. It was originally programmed for RKWard.
Author: Meik Michalke [aut, cre]
Maintainer: Meik Michalke

Diff between XiMpLe versions 0.03-20 dated 2013-04-08 and 0.03-21 dated 2013-12-21

 XiMpLe-0.03-20/XiMpLe/LICENSE.txt                  |only
 XiMpLe-0.03-20/XiMpLe/debian                       |only
 XiMpLe-0.03-20/XiMpLe/inst/doc                     |only
 XiMpLe-0.03-21/XiMpLe/ChangeLog                    |   12 ++
 XiMpLe-0.03-21/XiMpLe/DESCRIPTION                  |   25 ++---
 XiMpLe-0.03-21/XiMpLe/MD5                          |   56 +++++-------
 XiMpLe-0.03-21/XiMpLe/NAMESPACE                    |    1 
 XiMpLe-0.03-21/XiMpLe/R/XMLNode.R                  |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/XMLTree.R                  |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/XiMpLe-internal.R          |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/XiMpLe-internal.roxy.all.R |   20 ++++
 XiMpLe-0.03-21/XiMpLe/R/XiMpLe-package.R           |    8 -
 XiMpLe-0.03-21/XiMpLe/R/XiMpLe.doc-class.R         |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/XiMpLe.node-class.R        |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/node.R                     |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/parseXMLTree.R             |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/pasteXML-methods.R         |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/pasteXMLTag.R              |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/show-methods.R             |   18 +++
 XiMpLe-0.03-21/XiMpLe/R/zzz_is_get_utils.R         |   96 +++++++++++++++++++--
 XiMpLe-0.03-21/XiMpLe/inst/CITATION                |    4 
 XiMpLe-0.03-21/XiMpLe/inst/NEWS.Rd                 |    9 +
 XiMpLe-0.03-21/XiMpLe/inst/vignettes               |only
 XiMpLe-0.03-21/XiMpLe/man/XMLGetters-methods.Rd    |   23 ++++-
 XiMpLe-0.03-21/XiMpLe/man/XiMpLe-package.Rd        |    7 -
 XiMpLe-0.03-21/XiMpLe/man/XiMpLe.doc-class.Rd      |    3 
 XiMpLe-0.03-21/XiMpLe/man/XiMpLe.node-class.Rd     |   11 +-
 27 files changed, 385 insertions(+), 70 deletions(-)

More information about XiMpLe at CRAN
Permanent link

Package orth (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:

2011-01-25 1.5.1
2008-05-16 1.5

Permanent link
Package pycno (with last version 1.1) was removed from CRAN

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

2011-06-17 1.1
2011-04-24 1.0

Permanent link
Package magnets (with last version 0.2.1) was removed from CRAN

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

2012-09-13 0.2.1
2012-03-22 0.2
2010-05-07 0.1

Permanent link
Package iFad (with last version 2.0) was removed from CRAN

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

2011-11-03 2.0
2011-10-17 1.0

Permanent link
Package knorm (with last version 1.0) was removed from CRAN

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

2008-04-08 1.0

Permanent link
Package nga (with last version 1.4-1) was removed from CRAN

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

2011-12-08 1.4-1
2011-12-05 1.4
2010-12-14 1.3
2010-11-03 1.2
2010-05-22 1.0
2010-04-02 0.3

Permanent link
Package RcppZiggurat updated to version 0.1.0 with previous version 0.0.1 dated 2013-10-06

Title: Rcpp integration of different Ziggurat Normal RNG implementations
Description: The Ziggurat generator for normally distributed random numbers, originally proposed by Marsaglia and Tsang (JSS, 2000), has been improved upon a few times starting with Leong et al (JSS, 2005). This package provides an aggregation in order to compare different implementations. The goal is to provide an 'faster but good enough' alternative for use with R and C++ code. The package is currently in alpha state. Unless you know what you are doing, stick with generators provided by R which have been extremely diligently tested.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel

Diff between RcppZiggurat versions 0.0.1 dated 2013-10-06 and 0.1.0 dated 2013-12-21

 RcppZiggurat-0.0.1/RcppZiggurat/src/Ziggurat.h      |only
 RcppZiggurat-0.0.1/RcppZiggurat/src/ZigguratGSL.h   |only
 RcppZiggurat-0.0.1/RcppZiggurat/src/ZigguratLZLLV.h |only
 RcppZiggurat-0.0.1/RcppZiggurat/src/ZigguratMT.h    |only
 RcppZiggurat-0.0.1/RcppZiggurat/src/ZigguratV1.h    |only
 RcppZiggurat-0.1.0/RcppZiggurat/ChangeLog           |only
 RcppZiggurat-0.1.0/RcppZiggurat/DESCRIPTION         |   12 -
 RcppZiggurat-0.1.0/RcppZiggurat/MD5                 |   60 ++++-
 RcppZiggurat-0.1.0/RcppZiggurat/NAMESPACE           |    4 
 RcppZiggurat-0.1.0/RcppZiggurat/R/RcppExports.R     |   36 +++
 RcppZiggurat-0.1.0/RcppZiggurat/R/chisqTest.R       |only
 RcppZiggurat-0.1.0/RcppZiggurat/R/normalTest.R      |only
 RcppZiggurat-0.1.0/RcppZiggurat/R/plotTest.R        |only
 RcppZiggurat-0.1.0/RcppZiggurat/R/standardTest.R    |only
 RcppZiggurat-0.1.0/RcppZiggurat/README.md           |   43 +---
 RcppZiggurat-0.1.0/RcppZiggurat/build               |only
 RcppZiggurat-0.1.0/RcppZiggurat/cleanup             |    6 
 RcppZiggurat-0.1.0/RcppZiggurat/demo/00Index        |    5 
 RcppZiggurat-0.1.0/RcppZiggurat/demo/benchmark.R    |   39 +++
 RcppZiggurat-0.1.0/RcppZiggurat/demo/chisqTest.R    |only
 RcppZiggurat-0.1.0/RcppZiggurat/demo/normalTest.R   |only
 RcppZiggurat-0.1.0/RcppZiggurat/demo/standardTest.R |only
 RcppZiggurat-0.1.0/RcppZiggurat/inst                |only
 RcppZiggurat-0.1.0/RcppZiggurat/man/ziggurat.Rd     |   15 +
 RcppZiggurat-0.1.0/RcppZiggurat/src/Makevars        |    3 
 RcppZiggurat-0.1.0/RcppZiggurat/src/Makevars.win    |    1 
 RcppZiggurat-0.1.0/RcppZiggurat/src/RcppExports.cpp |  133 ++++++++++++
 RcppZiggurat-0.1.0/RcppZiggurat/src/ziggurat.cpp    |  206 +++++++++++++++++---
 RcppZiggurat-0.1.0/RcppZiggurat/tests               |only
 RcppZiggurat-0.1.0/RcppZiggurat/vignettes           |only
 30 files changed, 476 insertions(+), 87 deletions(-)

More information about RcppZiggurat at CRAN
Permanent link

New package SemiCompRisks with initial version 1.0
Package: SemiCompRisks
Type: Package
Title: Parametric and semi-parametric analyses of semi-competing risks data
Version: 1.0
Date: 2013-12-21
Author: Kyu Ha Lee and Sebastien Haneuse
Maintainer: Kyu Ha Lee
Description: In this package, we provide parametric and semi-parametric regression models to analyze semi-competing risks data.
License: GPL (>= 2)
Depends: R (>= 3.0.2)
LazyLoad: yes
Packaged: 2013-12-21 15:57:59 UTC; kyuhalee
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-12-21 17:51:48

More information about SemiCompRisks at CRAN
Permanent link

Package el.convex (with last version 1.0) was removed from CRAN

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

2009-10-18 1.0

Permanent link
Package gppois (with last version 0.2-1) was removed from CRAN

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

2012-07-17 0.2-1
2012-07-16 0.2-0

Permanent link
Package VizCompX (with last version 0.1) was removed from CRAN

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

2010-03-02 0.1

Permanent link
Package YuGene (with last version 1.0) was removed from CRAN

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

2012-11-29 1.0

Permanent link
Package aggrisk (with last version 1.0) was removed from CRAN

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

2011-09-18 1.0

Permanent link
Package corrperm (with last version 2.0) was removed from CRAN

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

2011-03-17 2.0
2008-03-24 1.0

Permanent link
Package YjdnJlp (with last version 0.9.8) was removed from CRAN

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

2011-03-23 0.9.8
2011-03-21 0.9.7

Permanent link
Package aftgee (with last version 0.3-20) was removed from CRAN

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

2013-05-16 0.3-20
2013-01-10 0.3-14
2012-11-15 0.3-13
2012-09-27 0.3-7
2012-08-08 0.3-5

Permanent link
Package binarySimCLF (with last version 1.0) was removed from CRAN

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

2009-04-23 1.0

Permanent link
Package diffusionMap (with last version 1.0-0) was removed from CRAN

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

2009-11-22 1.0-0
2009-05-10 0.0-2
2009-05-08 0.0-1

Permanent link
Package shapes updated to version 1.1-9 with previous version 1.1-8 dated 2013-03-28

Title: Statistical shape analysis
Description: Routines for the statistical analysis of shapes. In particular, the package provides routines for Procrustes analysis, displaying shapes and principal components, testing for mean shape difference, thin-plate spline transformation grids and comparing covariance matrices.
Author: Ian L. Dryden
Maintainer: Ian Dryden

Diff between shapes versions 1.1-8 dated 2013-03-28 and 1.1-9 dated 2013-12-21

 DESCRIPTION            |   18 +++++++++---------
 MD5                    |   10 +++++-----
 R/shapes.R             |   25 +++++++++++++++++--------
 man/shapepca.Rd        |    5 +++--
 man/shapes-internal.Rd |    2 +-
 man/tpsgrid.Rd         |   20 ++++++++++----------
 6 files changed, 45 insertions(+), 35 deletions(-)

More information about shapes at CRAN
Permanent link

Package pa updated to version 1.2-1 with previous version 1.2 dated 2013-01-29

Title: Performance Attribution for Equity Portfolios
Description: A package that provides tools for conducting performance attribution for equity portfolios. The package uses two methods: the Brinson method and a regression-based analysis.
Author: Yang Lu [aut, cre], David Kane [aut]
Maintainer: Yang Lu

Diff between pa versions 1.2 dated 2013-01-29 and 1.2-1 dated 2013-12-21

 pa-1.2-1/pa/.Rinstignore                                  |    2 
 pa-1.2-1/pa/DESCRIPTION                                   |   34 +++++-----
 pa-1.2-1/pa/MD5                                           |   15 ++--
 pa-1.2-1/pa/NAMESPACE                                     |    1 
 pa-1.2-1/pa/build                                         |only
 pa-1.2-1/pa/inst/doc/LuKane_RJournal_submission_final.pdf |only
 pa-1.2-1/pa/inst/doc/pa.R                                 |only
 pa-1.2-1/pa/inst/doc/pa.Rnw                               |   45 ++++++--------
 pa-1.2-1/pa/inst/doc/pa.pdf                               |binary
 pa-1.2-1/pa/vignettes                                     |only
 pa-1.2/pa/inst/doc/RJournal.sty                           |only
 pa-1.2/pa/inst/doc/pa.bib                                 |only
 12 files changed, 49 insertions(+), 48 deletions(-)

More information about pa at CRAN
Permanent link

Package GGIR updated to version 1.0-00 with previous version 0.6-17 dated 2013-08-08

Title: GGIR
Description: GGIR is a tool to process multi-day raw acceleration data
Author: Vincent T van Hees [aut, cre], Zhou Fang [ctb], Jing Hua Zhao [ctb]
Maintainer: Vincent T van Hees

Diff between GGIR versions 0.6-17 dated 2013-08-08 and 1.0-00 dated 2013-12-21

 DESCRIPTION             |   14 
 MD5                     |   30 -
 R/g.analyse.R           |  268 +++++-----
 R/g.binread.R           |    6 
 R/g.calibrate.R         |    9 
 R/g.getmeta.R           | 1188 ++++++++++++++++++++++++------------------------
 data                    |only
 inst                    |only
 man/GGIR-package.Rd     |   37 +
 man/data.calibrate.Rd   |only
 man/data.getmeta.Rd     |only
 man/data.inspectfile.Rd |only
 man/g.analyse.Rd        |  129 +++++
 man/g.calibrate.Rd      |   16 
 man/g.getmeta.Rd        |   27 -
 man/g.impute.Rd         |   20 
 man/g.plot.Rd           |   22 
 17 files changed, 1022 insertions(+), 744 deletions(-)

More information about GGIR at CRAN
Permanent link

Package Rvelslant (with last version 0.2-3) was removed from CRAN

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

2007-10-24 0.2-3

Permanent link
Package PCIT (with last version 1.04-3) was removed from CRAN

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

2011-05-11 1.04-3
2010-11-18 1.03-1
2010-02-16 1.02-2
2009-11-05 1.02-1
2009-08-28 1.01-1

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

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

2010-08-02 0.3

Permanent link
Package Pomic (with last version 1.0.1) was removed from CRAN

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

2009-09-07 1.0.1
2009-04-22 0.9.2
2008-08-22 0.9.1
2008-06-01 0.9.0

Permanent link
Package StructR (with last version 1.1) was removed from CRAN

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

2012-03-31 1.1
2011-12-23 1.0

Permanent link
Package SRMA (with last version 1.0.0-2) was removed from CRAN

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

2012-04-12 1.0.0-2
2012-02-18 1.0.0-1

Permanent link
Package RWebMA (with last version 0.0.2) was removed from CRAN

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

2010-06-30 0.0.2

Permanent link
Package MTSKNN (with last version 0.0-5) was removed from CRAN

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

2010-01-04 0.0-5
2009-12-07 0.0-4
2009-11-02 0.0-2
2009-10-27 0.0-1

Permanent link
Package RSearchYJ (with last version 0.0.1) was removed from CRAN

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

2010-06-25 0.0.1

Permanent link
Package VisCov (with last version 1.3) was removed from CRAN

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

2012-07-27 1.3
2011-08-01 1.1
2011-07-05 1.0

Permanent link
Package MSQC (with last version 1.0.0) was removed from CRAN

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

2012-06-28 1.0.0

Permanent link
Package MEWMA (with last version 1.0) was removed from CRAN

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

2011-05-30 1.0

Permanent link
Package MCUSUM (with last version 1.0) was removed from CRAN

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

2011-06-15 1.0

Permanent link
Package FacPad (with last version 2.0) was removed from CRAN

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

2012-06-26 2.0
2012-03-22 1.0

Permanent link
Package HGLMMM (with last version 0.1.2) was removed from CRAN

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

2011-03-08 0.1.2
2010-11-16 0.1.1
2010-02-24 0.1

Permanent link
Package Johnson (with last version 1.3) was removed from CRAN

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

2012-08-08 1.3
2012-03-24 1.2
2011-05-30 1.1
2011-04-28 1.0

Permanent link
Package MAVTgsa (with last version 1.2) was removed from CRAN

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

2012-10-11 1.2
2012-02-16 1.0

Permanent link
Package MPCI (with last version 1.0.5) was removed from CRAN

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

2012-06-28 1.0.5
2012-04-25 1.0.4
2012-02-17 1.0.3
2012-01-14 1.0.2
2011-10-06 1.0.1
2011-09-15 1.0

Permanent link
Package MLDA (with last version 2.0) was removed from CRAN

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

2009-10-14 2.0
2008-06-11 1.0
2008-06-11 1.0-1

Permanent link
Package EasyUpliftTree (with last version 0.0.3) was removed from CRAN

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

2013-03-26 0.0.3

Permanent link
Package CalciOMatic (with last version 1.1-3) was removed from CRAN

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

2009-10-16 1.1-3
2009-06-08 1.1-2

Permanent link
Package COSINE (with last version 1.0) was removed from CRAN

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

2011-02-08 1.0
2010-11-14 0.0

Permanent link
Package CvM2SL2Test (with last version 2.0-1) was removed from CRAN

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

2012-01-03 2.0-1
2010-12-01 0.1-1
2009-03-10 0.0-2
2008-08-08 0.0-1

Permanent link
Package CAscaling (with last version 1.0) was removed from CRAN

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

2012-01-31 1.0

Permanent link
Package CGP (with last version 1.6-2) was removed from CRAN

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

2012-08-08 1.6-2

Permanent link
Package DesignPatterns (with last version 0.1.2) was removed from CRAN

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

2009-10-27 0.1.2
2009-10-23 0.1.0

Permanent link
Package CvM2SL1Test (with last version 2.0-1) was removed from CRAN

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

2012-01-03 2.0-1
2010-12-01 0.1-1
2009-02-21 0.0-2
2008-09-09 0.0-1

Permanent link
Package ENA (with last version 1.2-4) was removed from CRAN

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

2013-02-15 1.2-4
2012-07-19 1.1-103
2012-07-18 1.1-94

Permanent link
Package BINCO (with last version 0.1-1) was removed from CRAN

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

2012-04-24 0.1-1

Permanent link
Package ChangeAnomalyDetection (with last version 0.1.0) was removed from CRAN

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

2013-03-24 0.1.0
2012-09-30 0.0.4

Permanent link
Package JGR updated to version 1.7-16 with previous version 1.7-15 dated 2013-05-10

Title: JGR - Java GUI for R
Description: Java GUI for R - cross-platform, universal and unified Graphical User Interface for R. For full functionality on Windows and Mac OS X JGR requires a start application which depends on your OS. This can be downloaded from JGR website: http://rforge.net/JGR/
Author: Markus Helbig , Simon Urbanek, Ian Fellows
Maintainer: Markus Helbig

Diff between JGR versions 1.7-15 dated 2013-05-10 and 1.7-16 dated 2013-12-21

 JGR-1.7-15/JGR/run.in            |only
 JGR-1.7-15/JGR/version           |only
 JGR-1.7-16/JGR/DESCRIPTION       |   17 -
 JGR-1.7-16/JGR/MD5               |   16 -
 JGR-1.7-16/JGR/NAMESPACE         |    4 
 JGR-1.7-16/JGR/NEWS              |  423 ++++++++++++++++++++-------------------
 JGR-1.7-16/JGR/R/JGR.R           |  275 +++++++++++++++++++------
 JGR-1.7-16/JGR/inst/icons        |only
 JGR-1.7-16/JGR/inst/java/JGR.jar |binary
 JGR-1.7-16/JGR/man/launchJGR.Rd  |only
 10 files changed, 449 insertions(+), 286 deletions(-)

More information about JGR at CRAN
Permanent link

New package eiwild with initial version 0.6.1
Package: eiwild
Type: Package
Title: Ecological Inference with individual and aggregate data
Description: This package allows to use the Multinomial-Dirichlet-Model of Ecological Inference for estimating inner Cells of RxC-Tables. This was already implemented in the eiPack-package. eiwild-package now has the possibility to use individual level data to support the aggregate level data and using different Hyperpriori-Distributions.
Version: 0.6.1
Date: 2013-12-19
Author: Thomas Schlesinger
Maintainer: Thomas Schlesinger
Depends: R (>= 2.15)
Imports: gtools, coda, lattice
License: GPL-3
Repository: CRAN
Repository/R-Forge/Project: eiwild
Repository/R-Forge/Revision: 10
Repository/R-Forge/DateTimeStamp: 2013-12-20 23:10:50
Date/Publication: 2013-12-21 10:47:52
Packaged: 2013-12-20 23:35:44 UTC; rforge
NeedsCompilation: yes

More information about eiwild at CRAN
Permanent link

Package WeightedCluster updated to version 1.0.1 with previous version 1.0 dated 2013-03-01

Title: Clustering of Weighted Data
Description: The WeightedCluster library provides functions to cluster states sequences and weighted data. These functionalities include aggregating replicated cases, an optimized weighted PAM algorithm, function computing cluster quality measures for a range of clustering solutions and miscellaneous functions to plot clustering solutions of state sequences.
Author: Matthias Studer
Maintainer: Matthias Studer

Diff between WeightedCluster versions 1.0 dated 2013-03-01 and 1.0.1 dated 2013-12-21

 DESCRIPTION |    7 ++++---
 MD5         |    4 ++--
 NAMESPACE   |    2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)

More information about WeightedCluster at CRAN
Permanent link

Package HIBAG updated to version 1.2.2 with previous version 1.2.1 dated 2013-10-30

Title: HIBAG -- HLA Genotype Imputation with Attribute Bagging
Description: To impute HLA types from unphased SNP data using an attribute bagging method
Author: Xiuwen Zheng, Bruce S. Weir
Maintainer: Xiuwen Zheng

Diff between HIBAG versions 1.2.1 dated 2013-10-30 and 1.2.2 dated 2013-12-21

 DESCRIPTION                  |   11 -
 MD5                          |   27 ++--
 NEWS                         |    8 +
 R/HIBAG.r                    |  238 +++++++++++++++++++++++++++++++++++++++----
 inst/doc/HIBAG_Tutorial.Rnw  |  139 +++++++++++++++++++++++--
 inst/doc/HIBAG_Tutorial.pdf  |binary
 man/HIBAG-package.Rd         |    3 
 man/hlaAllele.Rd             |    5 
 man/hlaCompareAllele.Rd      |    3 
 man/hlaLociInfo.Rd           |    5 
 man/hlaOutOfBag.Rd           |only
 man/hlaPublish.Rd            |    3 
 man/hlaReport.Rd             |   12 +-
 src/HIBAG.cpp                |   31 ++---
 vignettes/HIBAG_Tutorial.Rnw |  139 +++++++++++++++++++++++--
 15 files changed, 535 insertions(+), 89 deletions(-)

More information about HIBAG at CRAN
Permanent link


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