Fri, 25 Jan 2013

Package rpf updated to version 0.7 with previous version 0.6 dated 2013-01-21

Title: Response Probability Functions
Description: The purpose of this package is to factor out logic and math common to Item Response Theory fitting, diagnostics, and analysis. It is envisioned as core support code suitable for more specialized IRT packages to build upon. Complete access to optimized C functions are made available with R_RegisterCCallable.
Author: Joshua Pritikin [cre, aut], Jonathan Weeks [ctb]
Maintainer: Joshua Pritikin

Diff between rpf versions 0.6 dated 2013-01-21 and 0.7 dated 2013-01-25

 rpf-0.6/rpf/inst/install             |only
 rpf-0.6/rpf/inst/package             |only
 rpf-0.6/rpf/src/libirt-rpf.h         |only
 rpf-0.7/rpf/DESCRIPTION              |   10 ++++-----
 rpf-0.7/rpf/MD5                      |   22 +++++++++++---------
 rpf-0.7/rpf/R/diagnose.R             |   37 +++++++++++++++++++++++++----------
 rpf-0.7/rpf/inst/doc/diag-1dim.Rnw   |   15 +++++++++++---
 rpf-0.7/rpf/inst/doc/diag-1dim.pdf   |binary
 rpf-0.7/rpf/inst/include             |only
 rpf-0.7/rpf/man/rpf.1dim.fit.Rd      |   12 +++++++----
 rpf-0.7/rpf/man/rpf.1dim.residual.Rd |only
 rpf-0.7/rpf/src/glue.c               |    2 -
 rpf-0.7/rpf/src/libirt-rpf.c         |    2 -
 rpf-0.7/rpf/util                     |only
 14 files changed, 66 insertions(+), 34 deletions(-)

More information about rpf at CRAN
Permanent link

Package Rcmdr updated to version 1.9-4 with previous version 1.9-3 dated 2013-01-16

Title: R Commander
Description: A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.
Author: John Fox [aut, cre], Liviu Andronic [ctb], Michael Ash [ctb], Milan Bouchet-Valat [ctb], Theophilius Boye [ctb], Stefano Calza [ctb], Andy Chang [ctb], Philippe Grosjean [ctb], Richard Heiberger [ctb], Kosar Karimi Pour [ctb], G. Jay Kerns [ctb], Renaud Lancelot [ctb], Matthieu Lesnoff [ctb], Uwe Ligges [ctb], Samir Messad [ctb], Martin Maechler [ctb], Robert Muenchen [ctb], Duncan Murdoch [ctb], Erich Neuwirth [ctb], Dan Putler [ctb], Brian Ripley [ctb], Miroslav Ristic [ctb], Peter Wolf [ctb]
Maintainer: John Fox

Diff between Rcmdr versions 1.9-3 dated 2013-01-16 and 1.9-4 dated 2013-01-25

 DESCRIPTION          |   11 ++----
 MD5                  |   18 +++++-----
 NAMESPACE            |    2 -
 NEWS                 |    8 ++++
 R/commander.R        |   21 +++++++++++-
 R/data-menu.R        |   88 +++++++++++++++++++++++++--------------------------
 R/model-menu.R       |   14 ++++----
 R/utilities.R        |   30 ++++-------------
 man/Commander.Rd     |    5 ++
 man/Rcmdr-package.Rd |    4 +-
 10 files changed, 108 insertions(+), 93 deletions(-)

More information about Rcmdr at CRAN
Permanent link

Package RcmdrPlugin.TeachingDemos updated to version 1.0-7 with previous version 1.0-6 dated 2012-08-28

Title: Rcmdr Teaching Demos Plug-In
Description: This package provides an Rcmdr "plug-in" based on the TeachingDemos package, and is primarily for illustrative purposes.
Author: John Fox
Maintainer: John Fox

Diff between RcmdrPlugin.TeachingDemos versions 1.0-6 dated 2012-08-28 and 1.0-7 dated 2013-01-25

 DESCRIPTION                              |   12 ++++----
 MD5                                      |   10 +++---
 NAMESPACE                                |    5 ++-
 R/RcmdrPlugin.TeachingDemos.R            |   45 +++++++++++++++++--------------
 inst/CHANGES                             |    4 ++
 man/RcmdrPlugin.TeachingDemos-package.Rd |    4 +-
 6 files changed, 46 insertions(+), 34 deletions(-)

More information about RcmdrPlugin.TeachingDemos at CRAN
Permanent link

New package lisrelToR with initial version 0.1
Package: lisrelToR
Type: Package
Title: Import output from LISREL into R
Version: 0.1
Date: 2013-01-25
Author: Sacha Epskamp
Maintainer: Sacha Epskamp
Description: This is an unofficial package aimed at automating the import of LISREL output in R. This package or its maintainer is not in any way affiliated with the creators of LISREL and SSI, Inc.
License: GPL-2
Packaged: 2013-01-25 16:07:27 UTC; sacha
Repository: CRAN
Date/Publication: 2013-01-25 17:35:51

More information about lisrelToR at CRAN
Permanent link

New package FI with initial version 1.0
Package: FI
Type: Package
Title: Provide functions for forest inventory calculations
Version: 1.0
Date: 2013-01-17
Authors@R: c( person(c('David', 'V.'), 'Dias', role = c('aut', 'cre'), email = 'dvdscripter@gmail.com') )
Description: Provide functions for forest inventory calculations. Common volumetric equations (Smalian, Newton and Huber) as well stacking factor and form
License: GPL-3
Packaged: 2013-01-24 18:58:47 UTC; dvd
Author: David V. Dias [aut, cre]
Maintainer: David V. Dias
Repository: CRAN
Date/Publication: 2013-01-25 17:42:30

More information about FI at CRAN
Permanent link

Package digest updated to version 0.6.2 with previous version 0.6.1 dated 2013-01-21

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, sha-256 and aes, this package uses a small standalone implementations that were provided by Christophe Devine. For crc32, code from the zlib library is used. For sha-512, an implementation by Aaron D. Gifford 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, Bryan Lewis, Murray Stokely, Hannes Muehleisen and Duncan Murdoch.
Maintainer: Dirk Eddelbuettel

Diff between digest versions 0.6.1 dated 2013-01-21 and 0.6.2 dated 2013-01-25

 ChangeLog               |   10 ++
 DESCRIPTION             |    8 -
 MD5                     |   10 +-
 man/AES.Rd              |   32 +++---
 tests/AESTest.R         |   32 +++---
 tests/AESTest.Rout.save |  230 ++++++++++++++++++++++++------------------------
 6 files changed, 166 insertions(+), 156 deletions(-)

More information about digest at CRAN
Permanent link

New package coenoflex with initial version 2.0-1
Package: coenoflex
Version: 2.0-1
Date: 2013-01-24
Title: Gradient-Based Coenospace Vegetation Simulator
Author: David W. Roberts
Maintainer: David W. Roberts
Depends: mgcv
Description: Simulates the composition of samples of vegetation according to gradient-based vegetation theory. Features a flexible algorithm incorporating competition and complex multi-gradient interaction.
License: GPL (>= 2)
URL: http://ecology.msu.montana.edu/labdsv/R/coenoflex
Packaged: 2013-01-24 23:53:17 UTC; dvrbts
Repository: CRAN
Date/Publication: 2013-01-25 18:26:07

More information about coenoflex at CRAN
Permanent link

Package rebmix updated to version 2.5.0 with previous version 2.4.2 dated 2012-11-11

Title: The Rebmix Package
Description: R functions for random univariate and multivariate finite mixture generation, number of components, component weights and component parameters estimation, printing and plotting of finite mixtures, bootstrapping and class membership prediction. Variables can be either continuous or discrete, may follow normal, lognormal, Weibull, gamma, binomial, Poisson or Dirac parametric families and should be independent within components.
Author: Marko Nagode
Maintainer: Marko Nagode

Diff between rebmix versions 2.4.2 dated 2012-11-11 and 2.5.0 dated 2013-01-25

 DESCRIPTION         |    6 -
 MD5                 |   26 ++---
 R/REBMIX.R          |    2 
 R/RNGMIX.R          |    2 
 R/boot.R            |   12 +-
 R/predict.list.R    |    2 
 inst/NEWS.Rd        |    7 +
 inst/doc/rebmix.Rnw |  104 +++++++++++++++-------
 inst/doc/rebmix.bib |   16 +++
 inst/doc/rebmix.pdf |binary
 src/Rrebmix.c       |    8 -
 src/rebmixf.c       |  239 +++++++++++++++++++++++++++++++++++++++++-----------
 src/rebmixf.h       |    4 
 src/rngmixf.c       |    2 
 14 files changed, 316 insertions(+), 114 deletions(-)

More information about rebmix at CRAN
Permanent link

Package mpt updated to version 0.4-1 with previous version 0.4-0 dated 2011-08-29

Title: Multinomial Processing Tree (MPT) Models
Description: Fitting and testing multinomial processing tree models, a class of statistical models for categorical data. The parameters are the link probabilities of a tree-like graph and represent the latent cognitive processing steps executed to arrive at observable response categories (Batchelder & Riefer, 1999; Erdfelder et al., 2009; Riefer & Batchelder, 1988).
Author: Florian Wickelmaier
Maintainer: Florian Wickelmaier

Diff between mpt versions 0.4-0 dated 2011-08-29 and 0.4-1 dated 2013-01-25

 ChangeLog           |    9 ++++++++
 DESCRIPTION         |   24 ++++++++++-------------
 MD5                 |   27 ++++++++++++++------------
 NAMESPACE           |    1 
 R/mpt.R             |   54 +++++++++++++++++++++++++++++-----------------------
 data/proact.rda     |binary
 data/recogROC.rda   |only
 data/retroact.rda   |binary
 inst                |only
 man/logLik.mpt.Rd   |    2 +
 man/mpt.Rd          |    6 +++--
 man/mptEM.Rd        |   10 ++++-----
 man/mptmodel.Rd     |    8 ++++---
 man/recogROC.Rd     |only
 man/retroact.Rd     |    4 +--
 man/simulate.mpt.Rd |    8 +++----
 16 files changed, 89 insertions(+), 64 deletions(-)

More information about mpt at CRAN
Permanent link

Package misc3d updated to version 0.8-4 with previous version 0.8-3 dated 2012-08-08

Title: Miscellaneous 3D Plots
Description: A collection of miscellaneous 3d plots, including isosurfaces.
Author: Dai Feng and Luke Tierney
Maintainer: Luke Tierney

Diff between misc3d versions 0.8-3 dated 2012-08-08 and 0.8-4 dated 2013-01-25

 DESCRIPTION             |    6 +++---
 MD5                     |   11 ++++++-----
 NAMESPACE               |    2 +-
 R/contour3d.R           |    3 ++-
 R/triangles.R           |    8 ++++++--
 man/computeContour3d.Rd |only
 man/linesTetrahedra.Rd  |    5 ++++-
 7 files changed, 22 insertions(+), 13 deletions(-)

More information about misc3d at CRAN
Permanent link

Package coloc updated to version 1.11 with previous version 1.10 dated 2012-11-30

Title: Colocalisation tests of two genetic traits
Description: Performs the colocalisation tests described in Plagnol et al (2009) and Wallace et al (in preparation).
Author: Chris Wallace
Maintainer: Chris Wallace

Diff between coloc versions 1.10 dated 2012-11-30 and 1.11 dated 2013-01-25

 coloc-1.10/coloc/man/colocMethods.Rd   |only
 coloc-1.11/coloc/ChangeLog             |    6 
 coloc-1.11/coloc/DESCRIPTION           |   11 -
 coloc-1.11/coloc/MD5                   |   25 +-
 coloc-1.11/coloc/NAMESPACE             |    5 
 coloc-1.11/coloc/R/AllClasses.R        |only
 coloc-1.11/coloc/R/bma.R               |only
 coloc-1.11/coloc/R/coloc-package.R     |only
 coloc-1.11/coloc/R/coloc.test.R        |  357 +++++++++++++++++++++------------
 coloc-1.11/coloc/R/pcs.R               |only
 coloc-1.11/coloc/man/coloc-class.Rd    |   75 ++----
 coloc-1.11/coloc/man/coloc-package.Rd  |   28 +-
 coloc-1.11/coloc/man/coloc.bma.Rd      |only
 coloc-1.11/coloc/man/coloc.test.Rd     |  248 +++++++++++-----------
 coloc-1.11/coloc/man/colocPCs-class.Rd |only
 coloc-1.11/coloc/man/eta.Rd            |only
 coloc-1.11/coloc/man/fillin.Rd         |only
 coloc-1.11/coloc/man/pcs.model.Rd      |only
 coloc-1.11/coloc/man/pcs.prepare.Rd    |only
 19 files changed, 430 insertions(+), 325 deletions(-)

More information about coloc at CRAN
Permanent link

Package RcmdrPlugin.StatisticalURV updated to version 1.0-1 with previous version 1.0-0 dated 2012-06-13

Title: Statistical URV Rcmdr Plug-In
Description: This package provides some statistical models with a different graphic's window that provides Rcmdr. It is developed as an Rcmdr plug-in.
Author: Daniela Vicente
Maintainer: Daniela Vicente

Diff between RcmdrPlugin.StatisticalURV versions 1.0-0 dated 2012-06-13 and 1.0-1 dated 2013-01-25

 DESCRIPTION                               |   20 +++++++++---------
 MD5                                       |   16 +++++++--------
 NAMESPACE                                 |    8 ++-----
 R/RcmdrPlugin.StatisticalURV.R            |   32 +++++++++++++-----------------
 inst/CHANGES                              |    6 ++++-
 inst/etc/menus.txt                        |    2 -
 man/RcmdrPlugin.StatisticalURV-package.Rd |    6 ++---
 man/oneWayANOVAURV.Rd                     |    6 ++---
 man/twoWayANOVAURV.Rd                     |    8 +++----
 9 files changed, 50 insertions(+), 54 deletions(-)

More information about RcmdrPlugin.StatisticalURV at CRAN
Permanent link

Package metatest updated to version 1.0-4 with previous version 1.0-3 dated 2012-06-25

Title: Fit and test metaregression models
Description: This package fits meta regression models and generates a number of statistics: next to t- and z-tests, the likelihood ratio, bartlett corrected likelihood ratio and permutation tests are performed on the model coefficients.
Author: Hilde M. Huizenga & Ingmar Visser
Maintainer: Ingmar Visser

Diff between metatest versions 1.0-3 dated 2012-06-25 and 1.0-4 dated 2013-01-25

 DESCRIPTION       |   18 ++++++++----------
 MD5               |    8 ++++----
 NEWS              |    3 +++
 R/permute.R       |    4 ++--
 data/metadata.rda |binary
 5 files changed, 17 insertions(+), 16 deletions(-)

More information about metatest at CRAN
Permanent link

New package agrmt with initial version 0.26
Package: agrmt
Type: Package
Title: Calculate agreement A
Version: 0.26
Date: 2013-01-24
Author: Didier Ruedin
Maintainer: Didier Ruedin
Description: This package calculates agreement in ordered rating scales. It implements van der Eijk's (2001) measure of agreement A, which can be used to describe agreement, consensus, or polarization among respondents. It also implements Galtungs AJUS-system to classify distributions, and a function to identify the position of multiple modes.
URL: http://agrmt.r-forge.r-project.org
License: GPL-3
Repository: CRAN
Repository/R-Forge/Project: agrmt
Repository/R-Forge/Revision: 57
Repository/R-Forge/DateTimeStamp: 2013-01-24 21:03:54
Date/Publication: 2013-01-25 14:31:03
Packaged: 2013-01-24 23:15:28 UTC; rforge

More information about agrmt at CRAN
Permanent link

Package pln updated to version 0.2-1 with previous version 0.2 dated 2012-07-19

Title: Polytomous logit-normit (graded logistic) model estimation
Description: Performs bivariate composite likelihood and full information maximum likelihood estimation for polytomous logit-normit (graded logistic) item response theory (IRT) models.
Author: Carl F. Falk and Harry Joe
Maintainer: Carl F. Falk

Diff between pln versions 0.2 dated 2012-07-19 and 0.2-1 dated 2013-01-25

 pln-0.2-1/pln/DESCRIPTION                     |    8 
 pln-0.2-1/pln/MD5                             |   22 
 pln-0.2-1/pln/NAMESPACE                       |    1 
 pln-0.2-1/pln/R/simulpln.R                    |only
 pln-0.2-1/pln/TODO                            |    1 
 pln-0.2-1/pln/data/item5fr.tab                |only
 pln-0.2-1/pln/data/item9cat5.tab              |only
 pln-0.2-1/pln/man/nrmlepln.Rd                 |   23 
 pln-0.2-1/pln/man/pln-package.Rd              |    4 
 pln-0.2-1/pln/man/simulpln.Rd                 |only
 pln-0.2-1/pln/man/startalphas.Rd              |    4 
 pln-0.2-1/pln/src/simulpln.c                  |   17 
 pln-0.2-1/pln/tests/Examples/pln-Ex.Rout.save | 1869 +-------------------------
 pln-0.2/pln/data/item5fr.tab.gz               |only
 pln-0.2/pln/data/item9cat5.tab.gz             |only
 15 files changed, 174 insertions(+), 1775 deletions(-)

More information about pln at CRAN
Permanent link

New package Rz with initial version 0.7-2
Package: Rz
Type: Package
Title: GUI Tool for Data Management like SPSS or Stata
Version: 0.7-2
Date: 2013-01-25
Author: Masahiro Hayashi
Maintainer: Masahiro Hayashi
Description: R is very powerful but not enough for social science because of lack in some functionality for managing survey data SPSS or Stata provides. Memisc package supplements these, variable labels, value labels, definable missing values and so on, but to efficiently work these functions need graphical interface to overlook data. This package provides such graphical interface similar to SPSS's Variable View and data managing system using memisc package as backend. Additionally, Rz has powerful plot assistant interface based on ggplot2.
License: GPL (>= 3) + file LICENSE
URL: http://m884.jp/Rz.html
Depends: R (>= 2.14), methods, grid, foreign, memisc, psych, ggplot2 (>= 0.9.2)
Suggests: quantreg, Hmisc, cairoDevice, vcd
Imports: RGtk2 (>= 2.20), formatR
Packaged: 2013-01-24 18:27:52 UTC; masahiro
Repository: CRAN
Date/Publication: 2013-01-25 08:05:37

More information about Rz at CRAN
Permanent link

Package phonR updated to version 0.4-1 with previous version 0.3-1 dated 2012-09-22

Title: R tools for phoneticians and phonologists
Description: phonR is an R package for phoneticians and phonologists, including functions for normalization and plotting of vowels.
Author: Daniel R. McCloy
Maintainer: Daniel R. McCloy

Diff between phonR versions 0.3-1 dated 2012-09-22 and 0.4-1 dated 2013-01-25

 DESCRIPTION       |    8 -
 MD5               |    6 
 R/phonR.r         |  379 ++++++++++++++++++++++++++++++++++++------------------
 man/plotVowels.Rd |   46 ++++--
 4 files changed, 294 insertions(+), 145 deletions(-)

More information about phonR at CRAN
Permanent link

Package patchPlot updated to version 0.1.4 with previous version 0.1.3 dated 2012-12-20

Title: Scatterplots of image patches
Description: Functions to generate scatterplots with images patches instead of usual glyphs, with associated utilities.
Author: Pierrick Bruneau
Maintainer: Pierrick Bruneau

Diff between patchPlot versions 0.1.3 dated 2012-12-20 and 0.1.4 dated 2013-01-25

 DESCRIPTION        |    8 ++++----
 MD5                |    5 +++--
 R/functions.R      |   15 +++++++++++++++
 man/getInterRGB.Rd |only
 4 files changed, 22 insertions(+), 6 deletions(-)

More information about patchPlot at CRAN
Permanent link

Package markdown updated to version 0.5.4 with previous version 0.5.3 dated 2012-11-06

Title: Markdown rendering for R
Description: Markdown is a plain-text formatting syntax that can be converted to XHTML or other formats. This package provides R bindings to the Sundown markdown rendering library.
Author: JJ Allaire, Jeffrey Horner, Vicent Marti, and Natacha Porte
Maintainer: Jeffrey Horner

Diff between markdown versions 0.5.3 dated 2012-11-06 and 0.5.4 dated 2013-01-25

 DESCRIPTION     |    8 ++---
 MD5             |    6 ++--
 NEWS            |    6 ++++
 src/Rmarkdown.c |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 90 insertions(+), 7 deletions(-)

More information about markdown at CRAN
Permanent link

New package marked with initial version 1.0.9
Package: marked
Version: 1.0.9
Date: 2013-01-24
Title: R Code for mark-recapture analysis
Author: Jeff Laake , Devin Johnson , Paul Conn
Description: This package provides a framework for handling data and analysis for mark-recapture. Currently it is limited to Cormack-Jolly-Seber and Jolly-Seber models.
Depends: R (>= 2.12.0), optimx, coda, truncnorm, Matrix, Rcpp (>= 0.9.13), ggplot2
Imports: R2admb
LinkingTo: Rcpp
Suggests: RMark
SystemRequirements: ADMB version 11 (http://admb-project.org/) for use.admb=TRUE; see readme.txt
LazyLoad: yes
License: GPL (>= 2)
Maintainer: Jeff Laake
BuildVignettes: false
Collate: 'cjs.accumulate.R' 'cjs.initial.R' 'cjs.lnl.r' 'cjs.R' 'create.dm.R' 'create.dmdf.R' 'create.links.r' 'crm.R' 'fix.parameters.r' 'js.lnl.r' 'js.r' 'make.design.data.R' 'marked-package.R' 'merge.design.covariates.r' 'print.crm.r' 'process.ch.R' 'process.data.R' 'setup.model.R' 'setup.parameters.R' 'utility.R' 'valid.parameters.R' 'zzz.R' 'probitCJS.R' 'splitCH.R' 'cjs.hessian.r' 'extract.fcts.r' 'summary.fcts.R' 'crm.wrapper.R' 'js.hessian.R' 'js.accumulate.R' 'compute.real.R' 'convert.link.to.real.r' 'deriv.inverse.link.R' 'inverse.link.R' 'predict.crm.r' 'scale.r' 'set.initial.r' 'mscjs.r' 'mixed.model.r' 'proc.form.r'
Packaged: 2013-01-24 20:20:16 UTC; JLaake
Repository: CRAN
Date/Publication: 2013-01-25 08:24:22

More information about marked at CRAN
Permanent link

Package Luminescence updated to version 0.2.1 with previous version 0.2 dated 2012-12-16

Title: Package for Luminescence Dating data analysis
Description: Package provides a collection of various R functions for Luminescence Dating data analysis.
Author: Sebastian Kreutzer [aut, trl, cre], Christoph Schmidt [aut], Margret C. Fuchs [aut], Michael Dietze [aut], Manfred Fischer [aut, trl], Christoph Burow [aut], Markus Fuchs [ths]
Maintainer: Sebastian Kreutzer

Diff between Luminescence versions 0.2 dated 2012-12-16 and 0.2.1 dated 2013-01-25

 Luminescence-0.2.1/Luminescence/DESCRIPTION                 |   12 +++----
 Luminescence-0.2.1/Luminescence/MD5                         |   19 ++++++------
 Luminescence-0.2.1/Luminescence/NEWS                        |    4 ++
 Luminescence-0.2.1/Luminescence/R/Analyse_SAR.OSLdata.R     |    2 -
 Luminescence-0.2.1/Luminescence/R/Calc_OSLLxTxRatio.R       |    6 +--
 Luminescence-0.2.1/Luminescence/R/RisoeBINfileData-class.R  |    2 +
 Luminescence-0.2.1/Luminescence/R/plot_GrowthCurve.R        |    2 -
 Luminescence-0.2.1/Luminescence/R/plot_KDE.R                |    8 ++++-
 Luminescence-0.2.1/Luminescence/R/zzz.R                     |only
 Luminescence-0.2.1/Luminescence/man/Luminescence-package.Rd |    4 +-
 Luminescence-0.2.1/Luminescence/man/sTeve.Rd                |only
 Luminescence-0.2/Luminescence/Luminescence.Rproj            |only
 12 files changed, 36 insertions(+), 23 deletions(-)

More information about Luminescence at CRAN
Permanent link

Package FindIt updated to version 0.2 with previous version 0.1 dated 2012-12-10

Title: R Package for Finding Heterogeneous Treatment Effects
Description: FindIt is an R package that implements the heterogeneous treatment effect estimation procedure proposed by Imai and Ratkovic (2013). The proposed method is applicable, for example, when selecting a small number of most (or least) efficacious treatments from a large number of alternative treatments as well as when identifying subsets of the population who benefit (or are harmed by) a treatment of interest. The method adapts the Support Vector Machine classifier by placing separate LASSO constraints over the pre-treatment parameters and causal heterogeneity parameters of interest. This allows for the qualitative distinction between causal and other parameters, thereby making the variable selection suitable for the exploration of causal heterogeneity.
Author: Marc Ratkovic , Kosuke Imai ,
Maintainer: Marc Ratkovic

Diff between FindIt versions 0.1 dated 2012-12-10 and 0.2 dated 2013-01-25

 ChangeLog     |    3 ++-
 DESCRIPTION   |   29 +++++++++++++++++------------
 MD5           |   10 +++++-----
 NAMESPACE     |    3 ++-
 R/SVMHet.R    |   27 ++++++++++++++++-----------
 man/FindIt.Rd |   16 ++++++++--------
 6 files changed, 50 insertions(+), 38 deletions(-)

More information about FindIt at CRAN
Permanent link

New package expoTree with initial version 0.8
Package: expoTree
Type: Package
Title: Calculate density dependent likelihood of a phylogenetic tree
Version: 0.8
Date: 2013-01-22
Author: Gabriel E Leventhal, partly adapted from MATLAB code by Awad H. Al-Mohy and using the routines DLNAC1 and DLARPC by Sheung Hun Cheng, and DLAPST from ScaLAPACK.
Maintainer: Gabriel E Leventhal
Depends: R (>= 2.12.0), pso
Description: Calculates the density dependent likelihood of a phylogenetic tree. It takes branching and sampling times as an argument and integrates the likelihood function over the whole tree.
License: BSD
Packaged: 2013-01-25 07:39:00 UTC; gaberoo
Repository: CRAN
Date/Publication: 2013-01-25 08:58:36

More information about expoTree at CRAN
Permanent link

Package BTSPAS updated to version 2012.0217 with previous version 2012.0216 dated 2012-02-20

Title: Bayesian Time-Strat. Population Analysis
Description: BTSPAS provides advanced Bayesian methods to estimate abundance and run-timing from temporally-stratified Petersen mark-recapture experiments. Methods include hierarchical modelling of the capture probabilities and spline smoothing of the daily run size.
Author: Carl J Schwarz and Simon J Bonner
Maintainer: Carl J Schwarz

Diff between BTSPAS versions 2012.0216 dated 2012-02-20 and 2012.0217 dated 2013-01-25

 BTSPAS-2012.0216/BTSPAS/NEWS.Rd                                          |only
 BTSPAS-2012.0217/BTSPAS/DESCRIPTION                                      |   11 +-
 BTSPAS-2012.0217/BTSPAS/MD5                                              |   41 +++++-----
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagErrorWHChinook2_fit.R     |   17 ++--
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagErrorWHChinook_fit.R      |   11 +-
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagErrorWHSteel_fit.R        |   13 +--
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagError_fit.R               |   11 +-
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenNonDiagErrorNPMarkAvail_fit.R |   11 +-
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenNonDiagErrorNP_fit.R          |   11 +-
 BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenNonDiagError_fit.R            |   11 +-
 BTSPAS-2012.0217/BTSPAS/R/zzz.R                                          |    4 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-WHchinook.r                      |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-WHchinook2.r                     |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-WHsteel.r                        |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-cov.r                            |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-spline-in-logitP.r               |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE.r                                |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDE-conne-2009.r                    |    4 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDE.r                               |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDENP-conne-2009-prior-movement.r   |    2 
 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDENP-conne-2009.r                  |    2 
 BTSPAS-2012.0217/BTSPAS/inst                                             |only
 22 files changed, 75 insertions(+), 88 deletions(-)

More information about BTSPAS at CRAN
Permanent link

Package multic (with last version 0.3.2) was removed from CRAN

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

2007-10-29 0.3.2
2007-02-01 0.3.0

Permanent link
Package Metabonomic (with last version 3.5) was removed from CRAN

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

2010-09-22 3.5
2010-09-10 3.4
2010-09-03 3.3.2
2009-10-13 3.3.1
2009-09-18 3.3
2009-07-02 3.2.1
2009-07-01 3.2
2009-05-12 3.1.3.3
2009-05-06 3.1.3.2
2009-04-16 3.1.3
2009-02-13 3.1.2
2009-02-11 3.1
2009-02-11 3.1.1
2009-02-10 3.0
2008-11-26 2.2
2008-11-24 2.1
2008-11-18 2.0
2008-07-14 1.1
2008-07-07 1.0

Permanent link
Package nsRFA (with last version 0.7-7) was removed from CRAN

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

2012-11-05 0.7-7
2012-07-22 0.7-4
2012-04-04 0.7-3
2011-10-17 0.7-2
2011-03-21 0.7-1
2010-06-01 0.7-0
2009-08-19 0.6-9
2009-04-14 0.6-8
2009-03-26 0.6-7
2009-01-14 0.6-6
2008-12-04 0.6-4
2008-09-19 0.6-2
2008-09-01 0.6-0
2008-08-21 0.5-8
2008-08-06 0.5-5
2008-07-18 0.5-3
2008-04-24 0.5-2
2008-02-29 0.5-0
2008-02-06 0.4-8
2008-01-23 0.4-7
2007-12-11 0.4-5
2007-10-12 0.4-2
2007-08-11 0.4-0
2007-06-28 0.3-8

Permanent link
Package CADStat (with last version 2.2-6) was removed from CRAN

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

2010-08-28 2.2-6
2010-04-08 2.2-5
2010-03-23 2.2-4
2010-03-18 2.2-3
2010-03-09 2.2-2
2009-06-29 2.1-21
2009-01-13 2.1-17
2009-01-09 2.1-16
2009-01-02 2.1-14
2008-09-16 2.1-13
2008-09-10 2.1-12
2008-07-30 2.1-09
2008-07-28 2.1-08
2008-07-09 2.1-07
2008-07-07 2.1-06

Permanent link

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