Sat, 28 Apr 2012

New package GUniFrac with initial version 1.0
Package: GUniFrac
Type: Package
Title: Generalized UniFrac distances
Version: 1.0
Date: 2012-04-27
Author: Jun Chen
Maintainer: Jun Chen
Description: Generalized UniFrac distance for comparing microbial communities. Permutational multivariate analysis of variance using multiple distance matrices.
License: GPL-2
Depends: vegan, ape
Suggests: ade4
LazyLoad: yes
Packaged: 2012-04-28 15:38:21 UTC; chenjun
Repository: CRAN
Date/Publication: 2012-04-28 16:47:08

More information about GUniFrac at CRAN
Permanent link

Package randtoolbox updated to version 1.12 with previous version 1.11 dated 2012-01-13

Title: toolbox for pseudo and quasi random number generation and RNG tests.
Description: The package provides (1) pseudo random generators - general linear congruential generators (Park Miller) and multiple recursive generators (Knuth TAOCP), generalized feedback shift register (SF-Mersenne Twister algorithm and WELL generators); (2) quasi random generators - the Torus algorithm, the Sobol sequence, the Halton sequence (thus include Van der Corput sequence) and (3) some additional tests such as the gap test, the serial test, the poker test... The package depends on rngWELL package but it can be provided without this dependency on demand to the maintainer. For true random number generation, use the 'random' package, for Latin Hypercube Sampling (a hybrid QMC method), use the 'lhs' package, a number of RNGs and tests for RNGs are provided by 'RDieHarder', all available on CRAN. There is also a small stand-alone package 'rngwell19937' for the WELL19937a RNG.
Author: Yohan Chalabi, Christophe Dutang, Petr Savicky and Diethelm Wuertz (except underlying C codes of (i) the SFMT algorithm from M. Matsumoto and M. Saito, (ii) the Knuth-TAOCP RNG from D. Knuth). See LICENCE file for details.
Maintainer: Christophe Dutang

Diff between randtoolbox versions 1.11 dated 2012-01-13 and 1.12 dated 2012-04-28

 randtoolbox-1.11/randtoolbox/inst/doc/DOC1e5.pdf       |only
 randtoolbox-1.11/randtoolbox/inst/doc/Makefile         |only
 randtoolbox-1.11/randtoolbox/inst/doc/randtoolbox.Rnw  |only
 randtoolbox-1.11/randtoolbox/inst/doc/randtoolbox.bib  |only
 randtoolbox-1.11/randtoolbox/inst/doc/randtoolbox.pdf  |only
 randtoolbox-1.11/randtoolbox/inst/doc/src              |only
 randtoolbox-1.11/randtoolbox/inst/doc/vanilla.pdf      |only
 randtoolbox-1.12/randtoolbox/DESCRIPTION               |   10 
 randtoolbox-1.12/randtoolbox/MD5                       |   33 +-
 randtoolbox-1.12/randtoolbox/R/quasiRNG.R              |   71 +++--
 randtoolbox-1.12/randtoolbox/R/rngWELLScriptR.R        |    2 
 randtoolbox-1.12/randtoolbox/inst/CITATION             |    2 
 randtoolbox-1.12/randtoolbox/inst/NEWS                 |   15 -
 randtoolbox-1.12/randtoolbox/inst/doc/.build.timestamp |only
 randtoolbox-1.12/randtoolbox/inst/doc/fullpres.Rnw     |only
 randtoolbox-1.12/randtoolbox/inst/doc/fullpres.pdf     |only
 randtoolbox-1.12/randtoolbox/inst/doc/shortintro.Rnw   |only
 randtoolbox-1.12/randtoolbox/inst/doc/shortintro.pdf   |only
 randtoolbox-1.12/randtoolbox/src/LowDiscrepancy.f      |  222 ++++++++---------
 randtoolbox-1.12/randtoolbox/src/version.c             |    2 
 randtoolbox-1.12/randtoolbox/tests/testHalton.R        |only
 randtoolbox-1.12/randtoolbox/tests/testenvir.R         |only
 randtoolbox-1.12/randtoolbox/vignettes                 |only
 23 files changed, 193 insertions(+), 164 deletions(-)

More information about randtoolbox at CRAN
Permanent link

New package QRM with initial version 0.4-7
Package: QRM
Version: 0.4-7
Date: 2012-04-27
Title: Provides R-language code to examine Quantitative Risk Management concepts
Author: Bernhard Pfaff
Maintainer: Bernhard Pfaff
Depends: R(>= 2.10.0), gsl, Matrix, mvtnorm, numDeriv, timeSeries
Description: This package is designed to accompany the book Quantitative Risk Management: Concepts, Techniques and Tools by Alexander J. McNeil, Rudiger Frey and Paul Embrechts.
LazyData: Yes
License: GPL (>= 2)
Packaged: 2012-04-27 17:55:42 UTC; bp
Repository: CRAN
Date/Publication: 2012-04-28 09:56:14

More information about QRM at CRAN
Permanent link

New package risaac with initial version 0.1
Package: risaac
Type: Package
Title: A fast cryptographic random number generator using ISAAC by Robert Jenkins.
Version: 0.1
Date: 2012-04-25
Author: David L Gibbs
Maintainer: David L Gibbs
Description: Uses the ISAAC algorithm: http://burtleburtle.net/bob/rand/isaacafa.html
License: GPL-3
LazyLoad: yes
Packaged: 2012-04-27 19:21:39 UTC; dailyoperation
Repository: CRAN
Date/Publication: 2012-04-28 06:21:10

More information about risaac at CRAN
Permanent link

New package CePa with initial version 0.1
Package: CePa
Type: Package
Title: Centrality-based pathway enrichment
Version: 0.1
Date: 2012-04-20
Author: Zuguang Gu
Maintainer: Zuguang Gu
Depends: R (>= 2.10.0), igraph
Description: Use pathway topology information to assign weight to pathway nodes.
LazyLoad: yes
URL: http://mcube.nju.edu.cn/jokergoo/
License: GPL (>= 2)
Packaged: 2012-04-28 06:01:37 UTC; Administrator
Repository: CRAN
Date/Publication: 2012-04-28 06:24:39

More information about CePa at CRAN
Permanent link

Package BerkeleyEarth updated to version 1.7 with previous version 1.6 dated 2012-03-05

Title: Data Input for Berkeley Earth Surface Temperature
Description: A selection of functioned designed to import the Berkeley Earth Surface Temperature Project. Version 1.5 includes only those function to import data.Additional packages for analysis are forthcoming.
Author: Steven Mosher
Maintainer: Steven Mosher

Diff between BerkeleyEarth versions 1.6 dated 2012-03-05 and 1.7 dated 2012-04-28

 BerkeleyEarth-1.6/BerkeleyEarth/R/readBerkeleyTemp.R         |only
 BerkeleyEarth-1.6/BerkeleyEarth/man/readBerkeleyTemp.Rd      |only
 BerkeleyEarth-1.7/BerkeleyEarth/DESCRIPTION                  |    9 +++-----
 BerkeleyEarth-1.7/BerkeleyEarth/MD5                          |   12 ++++++-----
 BerkeleyEarth-1.7/BerkeleyEarth/R/isBigMatrix.R              |only
 BerkeleyEarth-1.7/BerkeleyEarth/R/readAsArray.R              |    2 -
 BerkeleyEarth-1.7/BerkeleyEarth/R/toArray.R                  |only
 BerkeleyEarth-1.7/BerkeleyEarth/man/BerkeleyEarth-package.Rd |    7 +++---
 BerkeleyEarth-1.7/BerkeleyEarth/man/isBigMatrix.Rd           |only
 BerkeleyEarth-1.7/BerkeleyEarth/man/toArray.Rd               |only
 10 files changed, 16 insertions(+), 14 deletions(-)

More information about BerkeleyEarth at CRAN
Permanent link

Package RghcnV3 updated to version 2.7 with previous version 2.6 dated 2011-12-24

Title: Global Historical Climate Network Version 3
Description: The Rghcn package provides the core functions required to download and format the GHCN V3 data and process it into temperature series and temperature anomaly series. The data is reformated so that integration with objects in the system is straightforward. In addition, there are core functions required to download and create land masks and functions to download and import Sea Surface Temperature (SST) data.
Author: Steven Mosher
Maintainer: Steven Mosher

Diff between RghcnV3 versions 2.6 dated 2011-12-24 and 2.7 dated 2012-04-28

 DESCRIPTION            |   25 ++++++++++++-------------
 MD5                    |   16 ++++++++++------
 R/averageStations.R    |    2 +-
 R/intersectInvData.R   |    5 ++++-
 R/isBigMatrix.R        |only
 R/removeNaStations.R   |   11 +++++++++--
 R/trimNa.R             |only
 man/RghcnV3-package.Rd |    4 ++--
 man/isBigMatrix.Rd     |only
 man/readQC.Rd          |    4 +---
 man/trimNA.Rd          |only
 11 files changed, 39 insertions(+), 28 deletions(-)

More information about RghcnV3 at CRAN
Permanent link

Package ffbase updated to version 0.4-1 with previous version 0.4 dated 2012-04-27

Title: Basic statistical functions for package ff
Description: Basic (statistical) functionality for package ff
Author: Edwin de Jonge, Jan Wijffels
Maintainer: Edwin de Jonge

Diff between ffbase versions 0.4 dated 2012-04-27 and 0.4-1 dated 2012-04-28

 DESCRIPTION                  |    6 
 MD5                          |   96 ++++-----
 NAMESPACE                    |    2 
 NEWS                         |   34 +--
 R/Summary_ff.R               |    2 
 R/auxilary.R                 |   64 +++---
 R/chunkify.R                 |   92 ++++-----
 R/compact.R                  |   68 +++---
 R/cumsum.R                   |  172 ++++++++---------
 R/cut_ff.R                   |   84 ++++----
 R/diff_ff.R                  |   22 +-
 R/droplevels.R               |   96 ++++-----
 R/ffappend.R                 |  176 ++++++++---------
 R/ffdfdply.R                 |  144 +++++++-------
 R/ffdfsave.R                 |   60 +++---
 R/ffdfwith.R                 |  120 ++++++------
 R/ffordered.R                |  100 +++++-----
 R/ffwhich.R                  |  118 +++++------
 R/hist_ff.R                  |   96 ++++-----
 R/laf_to_ffdf.R              |   74 +++----
 R/mean.R                     |   66 +++---
 R/merge.R                    |  426 +++++++++++++++++++++----------------------
 R/pkg.R                      |  102 +++++-----
 R/quantile_ff.R              |   66 +++---
 R/risplit.R                  |  184 +++++++++---------
 R/subset.R                   |   74 +++----
 R/table_ff.R                 |  152 +++++++--------
 R/tabulate_ff.R              |  122 ++++++------
 R/transform.R                |   68 +++---
 R/unique.R                   |   40 ++--
 R/with.R                     |  208 ++++++++++----------
 R/zzz.R                      |    6 
 inst/tests/testSummary.R     |  146 +++++++-------
 inst/tests/testchunkify.R    |   30 +--
 inst/tests/testcut_ff.R      |   24 +-
 inst/tests/testdroplevels.R  |   40 ++--
 inst/tests/testffappend.R    |   84 ++++----
 inst/tests/testmean.ff.R     |   16 -
 inst/tests/testmin.ff.R      |   78 +++----
 inst/tests/testrange_ff.R    |   28 +-
 inst/tests/testrisplit.R     |   58 ++---
 inst/tests/testsubset.R      |   28 +-
 inst/tests/testsum_ff.R      |   30 +--
 inst/tests/testtable_ff.R    |   80 ++++----
 inst/tests/testtabulate_ff.R |   26 +-
 inst/tests/testtransform.R   |   30 +--
 inst/tests/testwith.R        |  102 +++++-----
 inst/tests/testwithin.R      |   30 +--
 tests/test_all.R             |   10 -
 49 files changed, 1992 insertions(+), 1988 deletions(-)

More information about ffbase at CRAN
Permanent link

Package ExomeDepth updated to version 0.8.0 with previous version 0.7.3 dated 2012-02-23

Title: Calls CNV from exome sequence data
Description: Calls copy number variants (CNVs) from targeted sequence data
Author: Vincent Plagnol
Maintainer: Vincent Plagnol

Diff between ExomeDepth versions 0.7.3 dated 2012-02-23 and 0.8.0 dated 2012-04-28

 DESCRIPTION                      |   10 ++---
 MD5                              |   14 ++++---
 R/class_definition.R             |    5 +-
 R/countBamInGranges.R            |   33 ++++++++++++------
 R/plot_CNVs_method.R             |only
 data/ExomeCount.RData            |binary
 inst/doc/ExomeDepth-vignette.Rnw |   70 ++++++++++++++++++++++++++++++---------
 inst/doc/ExomeDepth-vignette.pdf |binary
 man/plot-methods.Rd              |only
 9 files changed, 94 insertions(+), 38 deletions(-)

More information about ExomeDepth at CRAN
Permanent link

Package dplR updated to version 1.5.4 with previous version 1.5.3 dated 2012-03-07

Title: Dendrochronology Program Library in R
Description: This package contains functions for performing tree-ring analyses, IO, and graphics.
Author: Andrew G. Bunn [aut, cph, cre, trl], Mikko Korpela [aut, cph], Franco Biondi [aut, cph], Fares Qeadan [aut, cph], Christian Zang [aut, cph]
Maintainer: Andrew G. Bunn

Diff between dplR versions 1.5.3 dated 2012-03-07 and 1.5.4 dated 2012-04-28

 ChangeLog                        |   59 +
 DESCRIPTION                      |   12 
 MD5                              |   58 -
 NAMESPACE                        |    6 
 R/ccf.series.rwl.R               |   23 
 R/chron.R                        |   27 
 R/corr.rwl.seg.R                 |   81 -
 R/corr.series.seg.R              |   31 
 R/helpers.R                      |  533 +++++-----
 R/read.compact.R                 |   13 
 R/read.fh.R                      |   18 
 R/read.ids.R                     | 2026 +++++++++++++++++++++++++++++++++++++--
 R/read.tridas.R                  |  899 +++++++++--------
 R/read.tucson.R                  |   77 -
 R/series.rwl.plot.R              |   19 
 R/simpleXML.R                    |   52 -
 R/uuid.gen.R                     |   81 -
 R/wavelet.plot.R                 |   84 -
 R/write.compact.R                |   67 -
 R/write.crn.R                    |   68 -
 R/write.tridas.R                 |  575 ++++++-----
 R/write.tucson.R                 |  122 +-
 dplR-Ex.R                        |    3 
 inst/po/fi/LC_MESSAGES/R-dplR.mo |binary
 man/anos1.Rd                     |    2 
 man/read.ids.Rd                  |  234 ++++
 man/rwi.stats.running.Rd         |    7 
 man/wavelet.plot.Rd              |    2 
 po/R-dplR.pot                    |   61 -
 po/R-fi.po                       |   97 +
 30 files changed, 3861 insertions(+), 1476 deletions(-)

More information about dplR at CRAN
Permanent link

Package CHCN updated to version 1.4 with previous version 1.3 dated 2011-09-23

Title: Canadian Historical Climate Network
Description: A compilation of historical through contemporary climate measurements scraped from the Environment Canada Website Including tools for scraping data, creating metadata and formating temperature files.
Author: Steven Mosher
Maintainer: Steven Mosher

Diff between CHCN versions 1.3 dated 2011-09-23 and 1.4 dated 2012-04-28

 DESCRIPTION         |    8 ++++----
 MD5                 |    6 +++---
 R/formatGhcn.R      |   19 ++++++++++++++-----
 man/CHCN-package.Rd |    4 ++--
 4 files changed, 23 insertions(+), 14 deletions(-)

More information about CHCN at CRAN
Permanent link

New package biwavelet with initial version 0.1
Package: biwavelet
Type: Package
Title: Conduct univariate and bivariate wavelet analyses
Version: 0.1
Date: 2012-04-19
Author: Tarik C. Gouhier, Aslak Grinsted
Maintainer: Tarik C. Gouhier
Depends: R (>= 2.10), fields
Description: This is a port of the WTC MATLAB package written by Aslak Grinsted and the wavelet program written by Christopher Torrence and Gibert P. Compo. This package can be used to perform univariate and bivariate (cross-wavelet, wavelet coherence) wavelet analyses.
License: GPL (>= 2)
URL: http://biwavelet.r-forge.r-project.org
LazyLoad: yes
Repository: CRAN
Repository/R-Forge/Project: biwavelet
Repository/R-Forge/Revision: 10
Packaged: 2012-04-27 22:15:22 UTC; rforge
Date/Publication: 2012-04-28 05:18:10

More information about biwavelet at CRAN
Permanent link


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