Wed, 21 Sep 2011

New package SeleMix with initial version 0.8.1
Package: SeleMix
Type: Package
Title: Selective Editing via Mixture models
Version: 0.8.1
Date: 2011-09-12
Author: Ugo Guarnera, M. Teresa Buglielli
Maintainer: Teresa Buglielli
Description: Detection of outliers and influential errors using a latent variable model.
Depends: mvtnorm
License: EUPL
LazyLoad: yes
LazyData: yes
Packaged: 2011-09-21 13:50:48 UTC; bugliell
Repository: CRAN
Date/Publication: 2011-09-21 19:22:14

More information about SeleMix at CRAN
Permanent link

Package sas7bdat updated to version 0.2 with previous version 0.1 dated 2011-06-15

Title: SAS Database Reader (experimental)
Description: Read SAS files in the sas7bdat data format.
Author: Matt Shotwell
Maintainer: Matt Shotwell

Diff between sas7bdat versions 0.1 dated 2011-06-15 and 0.2 dated 2011-09-21

 sas7bdat-0.1/sas7bdat/.gitignore                  |only
 sas7bdat-0.1/sas7bdat/COPYING                     |only
 sas7bdat-0.2/sas7bdat/DESCRIPTION                 |    6 
 sas7bdat-0.2/sas7bdat/MD5                         |only
 sas7bdat-0.2/sas7bdat/R/sas7bdat.R                |  424 ++++--
 sas7bdat-0.2/sas7bdat/data/sas7bdat.sources.RData |binary
 sas7bdat-0.2/sas7bdat/inst/doc/rst2Rnw.sh         |only
 sas7bdat-0.2/sas7bdat/inst/doc/sas7bdat.Rnw       | 1354 +++++++++++++++++-----
 sas7bdat-0.2/sas7bdat/inst/doc/sas7bdat.pdf       |binary
 sas7bdat-0.2/sas7bdat/inst/doc/sas7bdat.rst       |  341 +++--
 sas7bdat-0.2/sas7bdat/man/read.sas7bdat.Rd        |    8 
 11 files changed, 1592 insertions(+), 541 deletions(-)

More information about sas7bdat at CRAN
Permanent link

Package RghcnV3 updated to version 2.3 with previous version 2.2 dated 2011-09-11

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.2 dated 2011-09-11 and 2.3 dated 2011-09-21

 DESCRIPTION            |   10 +++++-----
 MD5                    |    6 +++---
 NAMESPACE              |    1 -
 man/RghcnV3-package.Rd |    5 ++++-
 4 files changed, 12 insertions(+), 10 deletions(-)

More information about RghcnV3 at CRAN
Permanent link

Package LogicForest updated to version 2.0.0 with previous version 1.0 dated 2010-07-25

Title: Logic Forest
Description: Two classification ensemble methods based on logic regression models. Logforest uses a bagging approach to contruct an ensemble of logic regression models. LBoost uses a combination of boosting and cross-validation to construct and ensemble of logic regression models. Both methods are used for classification of binary responses based on binary predictors and for identification of important variables and variable interactions predictive of a binary outcome.
Author: Bethany Wolf
Maintainer: Bethany Wolf

Diff between LogicForest versions 1.0 dated 2010-07-25 and 2.0.0 dated 2011-09-21

 LogicForest-1.0/LogicForest/R/persistence.prep2.R        |only
 LogicForest-1.0/LogicForest/data/LF.moddat.rda           |only
 LogicForest-1.0/LogicForest/data/LF.testdat.rda          |only
 LogicForest-1.0/LogicForest/data/LFfit1.rda              |only
 LogicForest-1.0/LogicForest/man/LF.moddat.Rd             |only
 LogicForest-1.0/LogicForest/man/LF.testdat.Rd            |only
 LogicForest-1.0/LogicForest/man/LFfit1.Rd                |only
 LogicForest-1.0/LogicForest/man/persistence.prep2.Rd     |only
 LogicForest-2.0.0/LogicForest/DESCRIPTION                |   20 +++--
 LogicForest-2.0.0/LogicForest/MD5                        |only
 LogicForest-2.0.0/LogicForest/R/BoostVimp.plot.R         |only
 LogicForest-2.0.0/LogicForest/R/CV.data.R                |only
 LogicForest-2.0.0/LogicForest/R/CV.err.R                 |only
 LogicForest-2.0.0/LogicForest/R/CV.ids.R                 |only
 LogicForest-2.0.0/LogicForest/R/LBoost.PIs.R             |only
 LogicForest-2.0.0/LogicForest/R/LBoost.R                 |only
 LogicForest-2.0.0/LogicForest/R/Perm.PIimp.R             |only
 LogicForest-2.0.0/LogicForest/R/Perms.R                  |    2 
 LogicForest-2.0.0/LogicForest/R/PlusMinus.PIimp.R        |only
 LogicForest-2.0.0/LogicForest/R/Pred.imp.R               |only
 LogicForest-2.0.0/LogicForest/R/ada.pred.R               |only
 LogicForest-2.0.0/LogicForest/R/ada.weights.R            |only
 LogicForest-2.0.0/LogicForest/R/persist.match.R          |    8 +-
 LogicForest-2.0.0/LogicForest/R/persistence.plot.R       |    4 -
 LogicForest-2.0.0/LogicForest/R/persistence.prep.R       |only
 LogicForest-2.0.0/LogicForest/R/pimp.import.R            |   39 ++++-----
 LogicForest-2.0.0/LogicForest/R/pimp.mat.R               |    7 +
 LogicForest-2.0.0/LogicForest/R/predict.LBoost.R         |only
 LogicForest-2.0.0/LogicForest/R/prime.imp.R              |    1 
 LogicForest-2.0.0/LogicForest/R/print.LBoost.R           |only
 LogicForest-2.0.0/LogicForest/R/print.logforest.R        |    4 -
 LogicForest-2.0.0/LogicForest/R/submatch.plot.R          |    3 
 LogicForest-2.0.0/LogicForest/R/subs.R                   |    6 -
 LogicForest-2.0.0/LogicForest/data/LBoost.fit.rda        |only
 LogicForest-2.0.0/LogicForest/data/LF.data.rda           |only
 LogicForest-2.0.0/LogicForest/data/LF.testdata.rda       |only
 LogicForest-2.0.0/LogicForest/data/datalist              |only
 LogicForest-2.0.0/LogicForest/data/logforest.fit.rda     |only
 LogicForest-2.0.0/LogicForest/man/BoostVimp.plot.Rd      |only
 LogicForest-2.0.0/LogicForest/man/CV.data.Rd             |only
 LogicForest-2.0.0/LogicForest/man/CV.err.Rd              |only
 LogicForest-2.0.0/LogicForest/man/CV.ids.Rd              |only
 LogicForest-2.0.0/LogicForest/man/LBoost.PIs.Rd          |only
 LogicForest-2.0.0/LogicForest/man/LBoost.Rd              |only
 LogicForest-2.0.0/LogicForest/man/LBoost.fit.Rd          |only
 LogicForest-2.0.0/LogicForest/man/LF.data.Rd             |   12 ++-
 LogicForest-2.0.0/LogicForest/man/LF.testdata.Rd         |only
 LogicForest-2.0.0/LogicForest/man/LogicForest-package.Rd |    7 +
 LogicForest-2.0.0/LogicForest/man/Perm.PIimp.Rd          |only
 LogicForest-2.0.0/LogicForest/man/Perms.Rd               |    4 -
 LogicForest-2.0.0/LogicForest/man/PlusMinus.PIimp.Rd     |only
 LogicForest-2.0.0/LogicForest/man/Pred.imp.Rd            |only
 LogicForest-2.0.0/LogicForest/man/TTab.Rd                |    1 
 LogicForest-2.0.0/LogicForest/man/ada.pred.Rd            |only
 LogicForest-2.0.0/LogicForest/man/ada.weights.Rd         |only
 LogicForest-2.0.0/LogicForest/man/list.PIs.Rd            |    2 
 LogicForest-2.0.0/LogicForest/man/logforest.Rd           |   60 ++++++++-------
 LogicForest-2.0.0/LogicForest/man/logforest.fit.Rd       |only
 LogicForest-2.0.0/LogicForest/man/p.combos.Rd            |    2 
 LogicForest-2.0.0/LogicForest/man/persist.match.Rd       |   15 ---
 LogicForest-2.0.0/LogicForest/man/persistence.plot.Rd    |   37 +++++----
 LogicForest-2.0.0/LogicForest/man/persistence.prep.Rd    |only
 LogicForest-2.0.0/LogicForest/man/pimp.import.Rd         |    5 -
 LogicForest-2.0.0/LogicForest/man/pimp.mat.Rd            |    3 
 LogicForest-2.0.0/LogicForest/man/predict.LBoost.Rd      |only
 LogicForest-2.0.0/LogicForest/man/predict.logforest.Rd   |   18 ++--
 LogicForest-2.0.0/LogicForest/man/prime.imp.Rd           |   10 +-
 LogicForest-2.0.0/LogicForest/man/print.LBoost.Rd        |only
 LogicForest-2.0.0/LogicForest/man/print.LFprediction.Rd  |   10 +-
 LogicForest-2.0.0/LogicForest/man/print.logforest.Rd     |   14 ++-
 LogicForest-2.0.0/LogicForest/man/proportion.positive.Rd |    6 +
 LogicForest-2.0.0/LogicForest/man/submatch.plot.Rd       |   23 +++--
 LogicForest-2.0.0/LogicForest/man/subs.Rd                |   15 ---
 LogicForest-2.0.0/LogicForest/man/vimp.plot.Rd           |   20 ++---
 74 files changed, 195 insertions(+), 163 deletions(-)

More information about LogicForest at CRAN
Permanent link

Package GhcnDaily updated to version 1.2 with previous version 1.1 dated 2011-09-11

Title: Downloads and processes GHCN daily
Description: The GhcnDaily package provides the core functions required to download and format the GHCN Daily Data into Monthly datasets. It is currently restricted to operating with temperature data from the daily files.
Author: Steven Mosher,
Maintainer: Steven Mosher

Diff between GhcnDaily versions 1.1 dated 2011-09-11 and 1.2 dated 2011-09-21

 DESCRIPTION              |    9 ++++-----
 MD5                      |    6 +++---
 NAMESPACE                |    1 -
 man/GhcnDaily-package.Rd |    4 ++--
 4 files changed, 9 insertions(+), 11 deletions(-)

More information about GhcnDaily at CRAN
Permanent link

Package nacopula updated to version 0.7-9 with previous version 0.4-4 dated 2011-03-04

Title: Nested Archimedean Copulas
Description: An R package for working with nested Archimedean copulas. Specifically, providing procedures for computing function values and cube volumes, characteristics such as Kendall's tau and tail dependence coefficients, efficient sampling algorithms, various estimators, and goodness-of-fit tests. The package also contains related univariate distributions and special functions such as the Sibuya distribution, the polylogarithm, Stirling and Eulerian numbers.
Author: Marius Hofert and Martin Maechler
Maintainer: Martin Maechler

Diff between nacopula versions 0.4-4 dated 2011-03-04 and 0.7-9 dated 2011-09-21

 nacopula-0.4-4/nacopula/COPYING                        |only
 nacopula-0.4-4/nacopula/R/opower.R                     |only
 nacopula-0.4-4/nacopula/man/rFJoe.Rd                   |only
 nacopula-0.4-4/nacopula/src/rFrank.c                   |only
 nacopula-0.4-4/nacopula/src/rfjoe.c                    |only
 nacopula-0.4-4/nacopula/tests/retstable_st2.rda        |only
 nacopula-0.7-9/nacopula/ChangeLog                      |   18 
 nacopula-0.7-9/nacopula/DESCRIPTION                    |   31 
 nacopula-0.7-9/nacopula/LICENCE                        |only
 nacopula-0.7-9/nacopula/MD5                            |only
 nacopula-0.7-9/nacopula/NAMESPACE                      |   32 
 nacopula-0.7-9/nacopula/R/AllClass.R                   |   56 
 nacopula-0.7-9/nacopula/R/Auxiliaries.R                |   15 
 nacopula-0.7-9/nacopula/R/aux-acopula.R                | 1024 ++++++++++++++--
 nacopula-0.7-9/nacopula/R/cop_objects.R                | 1043 +++++++++++++----
 nacopula-0.7-9/nacopula/R/estimation.R                 |only
 nacopula-0.7-9/nacopula/R/gof.R                        |only
 nacopula-0.7-9/nacopula/R/graphics.R                   |   75 -
 nacopula-0.7-9/nacopula/R/nacopula.R                   |  101 +
 nacopula-0.7-9/nacopula/R/rstable1.R                   |   12 
 nacopula-0.7-9/nacopula/R/safeUroot.R                  |    4 
 nacopula-0.7-9/nacopula/R/special-func.R               |only
 nacopula-0.7-9/nacopula/R/timing.R                     |only
 nacopula-0.7-9/nacopula/R/trafos.R                     |only
 nacopula-0.7-9/nacopula/TODO                           |   58 
 nacopula-0.7-9/nacopula/demo                           |only
 nacopula-0.7-9/nacopula/inst/Rsource                   |only
 nacopula-0.7-9/nacopula/inst/doc/Frank-Rmpfr.Rnw       |only
 nacopula-0.7-9/nacopula/inst/doc/Frank-Rmpfr.pdf       |only
 nacopula-0.7-9/nacopula/inst/doc/Makefile              |   15 
 nacopula-0.7-9/nacopula/inst/doc/mlogL_mpfr_i686.rda   |only
 nacopula-0.7-9/nacopula/inst/doc/mlogL_mpfr_x86_64.rda |only
 nacopula-0.7-9/nacopula/inst/doc/nacopula-pkg.Rnw      |   30 
 nacopula-0.7-9/nacopula/inst/doc/nacopula-pkg.pdf      |binary
 nacopula-0.7-9/nacopula/inst/doc/nacopula.bib          |   18 
 nacopula-0.7-9/nacopula/man/Bernoulli.Rd               |only
 nacopula-0.7-9/nacopula/man/K.Rd                       |only
 nacopula-0.7-9/nacopula/man/Sibuya.Rd                  |only
 nacopula-0.7-9/nacopula/man/Stirling.Rd                |only
 nacopula-0.7-9/nacopula/man/acopula-class.Rd           |  125 +-
 nacopula-0.7-9/nacopula/man/allComp.Rd                 |   10 
 nacopula-0.7-9/nacopula/man/beta.Blomqvist.Rd          |only
 nacopula-0.7-9/nacopula/man/cacopula.Rd                |only
 nacopula-0.7-9/nacopula/man/copFamilies.Rd             |   69 -
 nacopula-0.7-9/nacopula/man/dDiag.Rd                   |only
 nacopula-0.7-9/nacopula/man/dnacopula.Rd               |only
 nacopula-0.7-9/nacopula/man/emde.Rd                    |only
 nacopula-0.7-9/nacopula/man/emle.Rd                    |only
 nacopula-0.7-9/nacopula/man/enacopula.Rd               |only
 nacopula-0.7-9/nacopula/man/estim-misc.Rd              |only
 nacopula-0.7-9/nacopula/man/getAcop.Rd                 |   11 
 nacopula-0.7-9/nacopula/man/gnacopula.Rd               |only
 nacopula-0.7-9/nacopula/man/gtrafo.Rd                  |only
 nacopula-0.7-9/nacopula/man/initOpt.Rd                 |only
 nacopula-0.7-9/nacopula/man/interval-class.Rd          |   10 
 nacopula-0.7-9/nacopula/man/interval.Rd                |    2 
 nacopula-0.7-9/nacopula/man/math-fun.Rd                |   11 
 nacopula-0.7-9/nacopula/man/nacopula-class.Rd          |   29 
 nacopula-0.7-9/nacopula/man/onacopula.Rd               |   59 
 nacopula-0.7-9/nacopula/man/opower.Rd                  |  102 -
 nacopula-0.7-9/nacopula/man/pnacopula.Rd               |   35 
 nacopula-0.7-9/nacopula/man/pobs.Rd                    |only
 nacopula-0.7-9/nacopula/man/polylog.Rd                 |only
 nacopula-0.7-9/nacopula/man/polynEval.Rd               |only
 nacopula-0.7-9/nacopula/man/printNacopula.Rd           |   22 
 nacopula-0.7-9/nacopula/man/prob.Rd                    |    8 
 nacopula-0.7-9/nacopula/man/psiDabsMC.Rd               |only
 nacopula-0.7-9/nacopula/man/rF01FrankJoe.Rd            |only
 nacopula-0.7-9/nacopula/man/rFFrankJoe.Rd              |only
 nacopula-0.7-9/nacopula/man/retstable.Rd               |   62 -
 nacopula-0.7-9/nacopula/man/rlog.Rd                    |only
 nacopula-0.7-9/nacopula/man/rnacopula.Rd               |   62 -
 nacopula-0.7-9/nacopula/man/rnchild.Rd                 |   49 
 nacopula-0.7-9/nacopula/man/rstable1.Rd                |   29 
 nacopula-0.7-9/nacopula/man/safeUroot.Rd               |   22 
 nacopula-0.7-9/nacopula/man/setTheta.Rd                |    8 
 nacopula-0.7-9/nacopula/man/splom2.Rd                  |   18 
 nacopula-0.7-9/nacopula/man/tauAMH.Rd                  |   15 
 nacopula-0.7-9/nacopula/man/timing.Rd                  |only
 nacopula-0.7-9/nacopula/misc                           |only
 nacopula-0.7-9/nacopula/src/init.c                     |   37 
 nacopula-0.7-9/nacopula/src/nacopula.h                 |   34 
 nacopula-0.7-9/nacopula/src/polyn_eval.c               |only
 nacopula-0.7-9/nacopula/src/rF01Frank.c                |only
 nacopula-0.7-9/nacopula/src/rF01Joe.c                  |only
 nacopula-0.7-9/nacopula/src/rLog.c                     |   35 
 nacopula-0.7-9/nacopula/src/rSibuya.c                  |only
 nacopula-0.7-9/nacopula/src/retstable.c                |   38 
 nacopula-0.7-9/nacopula/tests/Stirling-etc.R           |only
 nacopula-0.7-9/nacopula/tests/copula-play.R            |  265 +++-
 nacopula-0.7-9/nacopula/tests/estim-ex.R               |only
 nacopula-0.7-9/nacopula/tests/gof-ex.R                 |only
 nacopula-0.7-9/nacopula/tests/nac-experi.R             |   22 
 nacopula-0.7-9/nacopula/tests/retstable-ex.R           |   15 
 nacopula-0.7-9/nacopula/tests/rstable-ex.R             |    6 
 95 files changed, 2769 insertions(+), 973 deletions(-)

More information about nacopula at CRAN
Permanent link

Package digest updated to version 0.5.1 with previous version 0.5.0 dated 2011-05-30

Title: Create cryptographic hash digests of R objects
Description: The digest package provides a function 'digest()' for the creation of hash digests of arbitrary R objects (using the md5, sha-1, sha-256 and crc32 algorithms) permitting easy comparison of R language objects, as well as a function 'hmac()' to create hash-based message authentication code. The md5 algorithm by Ron Rivest is specified in RFC 1321, the SHA-1 and SHA-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the crc32 algorithm is described in ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1 and sha-256, this packages uses small standalone implementations that were provided by Christophe Devine. For crc32, code from the zlib library is used. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as OpenSSL should be used.
Author: Dirk Eddelbuettel with contributions by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek, Mario Frasca and Bryan Lewis.
Maintainer: Dirk Eddelbuettel

Diff between digest versions 0.5.0 dated 2011-05-30 and 0.5.1 dated 2011-09-21

 ChangeLog                  |   18 ++++++++
 DESCRIPTION                |   16 +++----
 MD5                        |only
 R/digest.R                 |    5 +-
 man/digest.Rd              |    8 ++-
 src/digest.c               |  101 ++++++++++++++++++++++++++++-----------------
 tests/digestTest.R         |   16 +++++++
 tests/digestTest.Rout.save |   32 ++++++++++++--
 8 files changed, 144 insertions(+), 52 deletions(-)

More information about digest at CRAN
Permanent link

Package yaImpute updated to version 1.0-16 with previous version 1.0-15 dated 2011-03-03

Title: yaImpute: An R Package for k-NN Imputation
Description: Performs popular nearest neighbor routines for imputation
Author: Nicholas L. Crookston , Andrew O. Finley
Maintainer: Nicholas L. Crookston

Diff between yaImpute versions 1.0-15 dated 2011-03-03 and 1.0-16 dated 2011-09-21

 yaImpute-1.0-15/yaImpute/R/addXlevels.R                    |only
 yaImpute-1.0-15/yaImpute/R/modified.predict.cca.R          |only
 yaImpute-1.0-15/yaImpute/R/modified.randomForest.default.R |only
 yaImpute-1.0-15/yaImpute/man/addXlevels.Rd                 |only
 yaImpute-1.0-16/yaImpute/COPYRIGHTS                        |    3 
 yaImpute-1.0-16/yaImpute/DESCRIPTION                       |   10 +-
 yaImpute-1.0-16/yaImpute/MD5                               |only
 yaImpute-1.0-16/yaImpute/NAMESPACE                         |    2 
 yaImpute-1.0-16/yaImpute/NEWS                              |only
 yaImpute-1.0-16/yaImpute/R/asciigridimpute.R               |    5 -
 yaImpute-1.0-16/yaImpute/R/newtargets.R                    |    8 -
 yaImpute-1.0-16/yaImpute/R/yai.R                           |   18 +--
 yaImpute-1.0-16/yaImpute/inst/NEWS                         |   37 ++++---
 yaImpute-1.0-16/yaImpute/man/asciigridimpute.Rd            |   63 +++++++------
 yaImpute-1.0-16/yaImpute/src/ANN.cpp                       |    8 +
 yaImpute-1.0-16/yaImpute/src/kd_dump.cpp                   |    7 +
 16 files changed, 85 insertions(+), 76 deletions(-)

More information about yaImpute at CRAN
Permanent link

Package semPLS updated to version 1.0-1 with previous version 1.0-0 dated 2011-09-16

Title: Structural Equation Modeling Using Partial Least Squares
Description: Fits structural equation models using partial least squares (PLS). The PLS approach is referred to as 'soft-modeling' technique requiring no distributional assumptions on the observed data.
Author: Armin Monecke
Maintainer: Armin Monecke

Diff between semPLS versions 1.0-0 dated 2011-09-16 and 1.0-1 dated 2011-09-21

 DESCRIPTION      |    8 ++++----
 MD5              |    9 +++++----
 NAMESPACE        |    6 +++---
 NEWS             |only
 R/semplsGOF.R    |   24 ++++++++++++------------
 man/semplsGOF.Rd |   22 +++++++++++-----------
 6 files changed, 35 insertions(+), 34 deletions(-)

More information about semPLS at CRAN
Permanent link

Package rrBLUP updated to version 1.6 with previous version 1.2 dated 2011-08-17

Title: Ridge regression-BLUP and related methods for genomic selection
Description: One application is to estimate marker effects by ridge regression; alternatively, BLUPs can be calculated based on kinship to a training population. Kinship options include the realized relationship matrix, Gaussian and exponential spatial models.
Author: Jeffrey Endelman
Maintainer: Jeffrey Endelman

Diff between rrBLUP versions 1.2 dated 2011-08-17 and 1.6 dated 2011-09-21

 DESCRIPTION         |   20 +++---
 MD5                 |   20 ++++--
 NAMESPACE           |    2 
 R/GWA.R             |   12 ++--
 R/distance.R        |only
 R/impute.R          |only
 R/kinship.BLUP.R    |   55 ++++++-------------
 R/mixed.solve.R     |  149 ++++++++++++++++++++++++++--------------------------
 man/GWA.Rd          |   22 +++----
 man/distance.Rd     |only
 man/impute.Rd       |only
 man/kinship.BLUP.Rd |   65 +++++++++++-----------
 man/mixed.solve.Rd  |   22 +++++--
 13 files changed, 184 insertions(+), 183 deletions(-)

More information about rrBLUP at CRAN
Permanent link

Package NanoStringNorm updated to version 1.0.3 with previous version 1.0.2 dated 2011-09-16

Title: Normalize NanoString miRNA and mRNA data
Description: The function is used to Normalize Nanostring data
Author: Daryl M. Waggott
Maintainer: Daryl Waggott

Diff between NanoStringNorm versions 1.0.2 dated 2011-09-16 and 1.0.3 dated 2011-09-21

 DESCRIPTION             |    8 ++++----
 MD5                     |    4 ++--
 R/Plot.NanoStringNorm.R |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

More information about NanoStringNorm at CRAN
Permanent link

Package geosphere updated to version 1.2-26 with previous version 1.2-25 dated 2011-09-01

Title: Spherical Trigonometry
Description: Spherical trigonometry for geographic applications
Author: Robert J. Hijmans, Ed Williams, Chris Vennes
Maintainer: Robert J. Hijmans

Diff between geosphere versions 1.2-25 dated 2011-09-01 and 1.2-26 dated 2011-09-21

 DESCRIPTION            |   10 +++++-----
 MD5                    |   12 ++++++------
 R/makePoly.R           |   21 ++++++++++++---------
 R/span.R               |    2 +-
 data/merc.RData        |binary
 data/wrld.RData        |binary
 inst/doc/geosphere.pdf |binary
 7 files changed, 24 insertions(+), 21 deletions(-)

More information about geosphere at CRAN
Permanent link

New package Maeswrap with initial version 1.4.8
Package: Maeswrap
Type: Package
Title: Wrapper functions for MAESTRA/MAESPA.
Version: 1.4.8
Date: 2011-09-21
Author: Remko Duursma
Maintainer: Remko Duursma
Depends: rgl,lattice,geometry
Description: A bundle of functions for modifying MAESTRA/MAESPA input files, reading output files, and visualizing the stand in 3D. Handy for running sensitivity analyses, scenario analyses, etc.
License: GPL
LazyLoad: yes
Packaged: 2011-09-21 00:09:10 UTC; 30022860
Repository: CRAN
Date/Publication: 2011-09-21 13:17:50

More information about Maeswrap at CRAN
Permanent link

New package FlexParamCurve with initial version 1.1
Package: FlexParamCurve
Type: Package
Title: Tools to Fit Flexible Parametric Curves
Version: 1.1
Date: 2011-09-15
Author: Stephen Oswald
Maintainer: Stephen Oswald
Description: selfStart functions and model selection tools to fit parametric curves in nls, nlsList and nlme frameworks.
License: GPL-2
Depends: nlme
Suggests: richards
Enhances: nlme, richards
LazyLoad: yes
Packaged: 2011-09-21 04:36:28 UTC; oswald
Repository: CRAN
Date/Publication: 2011-09-21 13:17:27

More information about FlexParamCurve at CRAN
Permanent link

New package crn with initial version 1.0
Package: crn
Type: Package
Title: Downloads and Builds datasets for Climate Reference Network
Version: 1.0
Date: 2011-09-20
Author: Steven Mosher
Maintainer: Steven Mosher
Depends: R (>= 2.11.0), chron, RCurl
Description: The crn package provides the core functions required to download and format data from the Climate Reference Network. Both daily and hourly data are downloaded from the ftp, a consoliated file of all stations is created, station metadata is extracted. In addition functions for selecting individual variables and creating R friendly datasets for them is provided.
License: GPL (>= 2)
URL: http://stevemosher.wordpress.com/
LazyLoad: yes
LazyData: FALSE
Packaged: 2011-09-21 03:43:23 UTC; steve
Repository: CRAN
Date/Publication: 2011-09-21 13:18:03

More information about crn at CRAN
Permanent link


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