Mon, 20 Oct 2014

New package tclust with initial version 1.2-3
Package: tclust
Version: 1.2-3
Date: 2014-10-20
Title: Robust Trimmed Clustering
Author: Agustin Mayo Iscar, Luis Angel Garcia Escudero, Heinrich Fritz
Maintainer: Valentin Todorov
Description: Robust Trimmed Clustering
Depends: R (>= 2.12.0), mvtnorm, sn, mclust, cluster
License: GPL-3
Repository: CRAN
NeedsCompilation: yes
Packaged: 2014-10-20 13:49:50 UTC; TodorovV
Date/Publication: 2014-10-21 02:02:38

More information about tclust at CRAN
Permanent link

Package rplexos updated to version 0.10.0.1 with previous version 0.10 dated 2014-10-16

Title: Read and Analyze PLEXOS Solutions from R
Description: This package contains functions to efficiently convert PLEXOS solutions into SQLite databases and to extract information from those databases to perform analysis. It supports collation of solutions that may have divided into different time partitions, as well as the comparison across different scenarios.
Author: Eduardo Ibanez [aut, cre], National Renewable Energy Laboratory [cph]
Maintainer: Eduardo Ibanez

Diff between rplexos versions 0.10 dated 2014-10-16 and 0.10.0.1 dated 2014-10-20

 DESCRIPTION           |    6 +++---
 MD5                   |   29 ++++++++++++++++++++++++++---
 R/process_solution.R  |    4 ++--
 inst/web              |only
 vignettes/rplexos.Rmd |    8 ++++----
 5 files changed, 35 insertions(+), 12 deletions(-)

More information about rplexos at CRAN
Permanent link

Package rex updated to version 0.1.1 with previous version 0.1.0 dated 2014-10-14

Title: Simpler Regular Expressions
Description: A simpler, human-readable interface for the construction of regular expressions.
Author: Kevin Ushey [aut], Jim Hester [cre, aut]
Maintainer: Jim Hester

Diff between rex versions 0.1.0 dated 2014-10-14 and 0.1.1 dated 2014-10-20

 DESCRIPTION                           |   17 ++++--
 MD5                                   |   26 ++++-----
 R/character_class.R                   |   17 +++---
 R/escape.R                            |    6 +-
 R/match.R                             |   50 ++++++++++++++---
 R/rex-mode.R                          |    9 +--
 build/vignette.rds                    |binary
 man/character_class.Rd                |   17 ++++--
 man/re_matches.Rd                     |    7 ++
 man/rex_mode.Rd                       |    7 +-
 tests/testthat/test-capture.R         |    4 -
 tests/testthat/test-character_class.R |   18 +++---
 tests/testthat/test-match.R           |   95 ++++++++++++++++++++++++++++++++++
 vignettes/log_parsing.Rmd             |   15 ++---
 14 files changed, 217 insertions(+), 71 deletions(-)

More information about rex at CRAN
Permanent link

Package redcapAPI updated to version 1.0.1 with previous version 1.0 dated 2014-09-15

Title: R interface to REDCap
Description: Access data stored in REDCap databases using the Application Programming Interface (API). REDCap (Research Electronic Data CAPture) is a web application for building and managing online surveys and databases developed at Vanderbilt University. The API allows users to access data and project meta data (such as the data dictionary) from the web programmatically. The redcapAPI package facilitates the process of accessing data with options to prepare an analysis-ready data set consistent with the definitions in a database's data dictionary.
Author: Benjamin Nutter. Initiated by Jeffrey Horner and Will Gray with contributions from Jeremy Stephens, and Will Beasley
Maintainer: Benjamin Nutter

Diff between redcapAPI versions 1.0 dated 2014-09-15 and 1.0.1 dated 2014-10-20

 DESCRIPTION              |    8 ++++----
 MD5                      |   29 ++++++++++++++++-------------
 NEWS                     |only
 R/apiCall.R              |only
 R/compareRedcapVersion.R |    2 +-
 R/exportMetaData.R       |   12 +++++-------
 R/exportRecords.R        |    8 ++++----
 R/exportReports.R        |    2 +-
 R/fieldToVar.R           |   17 +++++++++++++++--
 R/importRecords.R        |   14 +++++++++++++-
 R/recodeCheck.R          |    4 ++--
 R/redcapProjectInfo.R    |   42 +++++++++++++++++++++++++++++++++++-------
 README.md                |    2 ++
 inst/CITATION            |    1 +
 man/apiCall.Rd           |only
 man/fieldToVar.Rd        |    3 ++-
 man/importRecords.Rd     |    3 ++-
 17 files changed, 103 insertions(+), 44 deletions(-)

More information about redcapAPI at CRAN
Permanent link

Package npsp updated to version 0.3-6 with previous version 0.2-4 dated 2013-11-04

Title: Nonparametric spatial (geo)statistics
Description: Multidimensional nonparametric spatio-temporal geostatistics. S3 classes and methods for multidimensional: gridded data, linear binning, local polynomial kernel regression, density and variogram estimation. Nonparametric methods for trend and/or variogram inferences.
Author: Ruben Fernandez-Casal
Maintainer: Ruben Fernandez-Casal

Diff between npsp versions 0.2-4 dated 2013-11-04 and 0.3-6 dated 2014-10-20

 npsp-0.2-4/npsp/R/h.cv.R              |only
 npsp-0.3-6/npsp/DESCRIPTION           |   10 +-
 npsp-0.3-6/npsp/MD5                   |  106 +++++++++++++----------
 npsp-0.3-6/npsp/NAMESPACE             |   36 +++++++
 npsp-0.3-6/npsp/R/bin.data.R          |   62 +++++++++++--
 npsp-0.3-6/npsp/R/cov.R               |only
 npsp-0.3-6/npsp/R/cpu.time.R          |only
 npsp-0.3-6/npsp/R/data.grid.R         |    3 
 npsp-0.3-6/npsp/R/grid.par.R          |    2 
 npsp-0.3-6/npsp/R/h.cv.r              |only
 npsp-0.3-6/npsp/R/interp.R            |   31 ++++++
 npsp-0.3-6/npsp/R/locpol.bin.R        |   64 +++++++-------
 npsp-0.3-6/npsp/R/np.den.R            |   23 ++---
 npsp-0.3-6/npsp/R/np.svar.R           |  155 ++++++++++++++++++++++++++++++----
 npsp-0.3-6/npsp/R/npsp-geoR.R         |   14 ++-
 npsp-0.3-6/npsp/R/npsp-gstat.R        |   15 +--
 npsp-0.3-6/npsp/R/npsp-internals.R    |   33 +++++--
 npsp-0.3-6/npsp/R/npsp-package.R      |   34 ++++++-
 npsp-0.3-6/npsp/R/npsp-plot.R         |only
 npsp-0.3-6/npsp/R/rgraphics.R         |only
 npsp-0.3-6/npsp/R/simage.R            |only
 npsp-0.3-6/npsp/R/spersp.R            |only
 npsp-0.3-6/npsp/R/splot.R             |only
 npsp-0.3-6/npsp/R/spoints.R           |only
 npsp-0.3-6/npsp/R/svar.bin.R          |   28 +++---
 npsp-0.3-6/npsp/R/svarmod.R           |   57 +++---------
 npsp-0.3-6/npsp/R/svarmod.sb.R        |   71 ++++++++-------
 npsp-0.3-6/npsp/R/zzz.R               |   13 ++
 npsp-0.3-6/npsp/demo/00Index          |   10 +-
 npsp-0.3-6/npsp/demo/aquifer.R        |  127 ++++++++++++++++++++-------
 npsp-0.3-6/npsp/demo/binning.R        |   60 +++++--------
 npsp-0.3-6/npsp/demo/datagrid.R       |   12 +-
 npsp-0.3-6/npsp/demo/locpol.R         |   53 +++++------
 npsp-0.3-6/npsp/demo/variogram.R      |   47 ++++------
 npsp-0.3-6/npsp/inst/CHANGES          |  116 ++++++++++++++++++++++++-
 npsp-0.3-6/npsp/inst/TODO             |   45 ++-------
 npsp-0.3-6/npsp/man/aquifer.Rd        |    2 
 npsp-0.3-6/npsp/man/bin.den.Rd        |    8 -
 npsp-0.3-6/npsp/man/binning.Rd        |   30 +++++-
 npsp-0.3-6/npsp/man/covar.Rd          |   29 ++++--
 npsp-0.3-6/npsp/man/cpu.time.Rd       |only
 npsp-0.3-6/npsp/man/disc.sb.Rd        |   14 +--
 npsp-0.3-6/npsp/man/earthquakes.Rd    |    2 
 npsp-0.3-6/npsp/man/fitsvar.sb.iso.Rd |   37 ++++----
 npsp-0.3-6/npsp/man/grid.par.Rd       |    2 
 npsp-0.3-6/npsp/man/h.cv.Rd           |   71 ++++++++-------
 npsp-0.3-6/npsp/man/interp.Rd         |    5 -
 npsp-0.3-6/npsp/man/locpol.Rd         |   48 +++++-----
 npsp-0.3-6/npsp/man/np.den.Rd         |   11 --
 npsp-0.3-6/npsp/man/np.svar.Rd        |   77 +++++++++++++---
 npsp-0.3-6/npsp/man/npsp-internals.Rd |   14 ++-
 npsp-0.3-6/npsp/man/npsp-package.Rd   |   30 +++++-
 npsp-0.3-6/npsp/man/rgraphics.Rd      |only
 npsp-0.3-6/npsp/man/simage.Rd         |only
 npsp-0.3-6/npsp/man/spersp.Rd         |only
 npsp-0.3-6/npsp/man/splot.Rd          |only
 npsp-0.3-6/npsp/man/spoints.Rd        |only
 npsp-0.3-6/npsp/man/sv.Rd             |    2 
 npsp-0.3-6/npsp/man/svar.bin.Rd       |    6 -
 npsp-0.3-6/npsp/man/svar.plot.Rd      |only
 npsp-0.3-6/npsp/man/varcov.Rd         |only
 npsp-0.3-6/npsp/src/grid_module.f90   |   29 +++---
 npsp-0.3-6/npsp/src/lp_module.f90     |   62 ++++++++-----
 63 files changed, 1135 insertions(+), 571 deletions(-)

More information about npsp at CRAN
Permanent link

Package imputeYn updated to version 1.2 with previous version 1.1 dated 2013-02-24

Title: Imputing the Last Largest Censored Observation(s) under Weighted Least Squares
Description: If Kaplan-Meier weights are involved in modeling, especially solving AFT model using weighted least squares method, the package gives alternative choices to the Efron's tail correction approach that brings estimates with less bias and more efficiency
Author: Hasinur Rahaman Khan and Ewart Shaw
Maintainer: Hasinur Rahaman Khan

Diff between imputeYn versions 1.1 dated 2013-02-24 and 1.2 dated 2014-10-20

 DESCRIPTION             |   21 ++++++++-------------
 MD5                     |   20 ++++++++++----------
 NAMESPACE               |    1 +
 R/imputeYn.R            |    2 +-
 man/aft.qp.Rd           |    6 +++---
 man/data.Rd             |    2 +-
 man/imputeYn-package.Rd |   12 ++++++------
 man/imputeYn.Rd         |    9 ++++-----
 man/imputeYn.extra.Rd   |    8 ++++----
 man/lss.mod.Rd          |    6 +++---
 man/print.imputeYn.Rd   |    2 +-
 11 files changed, 42 insertions(+), 47 deletions(-)

More information about imputeYn at CRAN
Permanent link

Package Rook updated to version 1.1-1 with previous version 1.0-9 dated 2013-01-11

Title: Rook - a web server interface for R
Description: This package contains the Rook specification and convenience software for building and running Rook applications. To get started, be sure and read the 'Rook' help file first.
Author: Jeffrey Horner
Maintainer: Jeffrey Horner

Diff between Rook versions 1.0-9 dated 2013-01-11 and 1.1-1 dated 2014-10-20

 DESCRIPTION                    |   17 +++++++------
 MD5                            |   21 ++++++++--------
 NAMESPACE                      |    4 +++
 R/Brewery.R                    |   24 ++++++++++++------
 R/File.R                       |   50 ++++++++++++++++++++++++++++++++-------
 R/Rhttpd.R                     |   32 +++++++++++++++----------
 R/utils.R                      |   32 ++++++++++++++++++++++---
 README.md                      |    4 +--
 inst/exampleApps/arrayparams.R |only
 inst/servers/rApache.R         |   52 +++++++++++++++++++++++++++++++++--------
 man/Request-class.Rd           |    2 -
 man/Response-class.Rd          |    3 +-
 12 files changed, 177 insertions(+), 64 deletions(-)

More information about Rook at CRAN
Permanent link

New package ore with initial version 1.0.0
Package: ore
Version: 1.0.0
Date: 2014-10-20
Title: An R Interface to the Oniguruma Regular Expression Library
Author: Jon Clayden, based on Onigmo by K. Kosako and K. Takata
Maintainer: Jon Clayden
Depends: R (>= 2.12.1)
Suggests: crayon, rex, testthat
Description: Provides an alternative to R's built-in functionality for handling regular expressions, based on the Oniguruma library. It offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.
Encoding: UTF-8
License: BSD_3_clause + file LICENCE
URL: https://github.com/jonclayden/ore
Packaged: 2014-10-20 15:15:03 UTC; jon
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-10-20 19:18:10

More information about ore at CRAN
Permanent link

New package JMdesign with initial version 1.0
Package: JMdesign
Type: Package
Title: Joint Modeling of Longitudinal and Survival Data - Power Calculation
Version: 1.0
Date: 2012-06-01
Author: Emil A. Cornea, Liddy M. Chen, Bahjat F. Qaqish, Haitao Chu, and Joseph G. Ibrahim
Maintainer: Shannon T. Holloway
Description: Performs power calculations for joint modeling of longitudinal and survival data with k-th order trajectories when the variance-covariance matrix Sigma_theta is unknown.
License: GPL-2
Depends: methods
Packaged: 2014-10-20 15:06:06 UTC; sthollow
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-10-20 19:18:02

More information about JMdesign at CRAN
Permanent link

Package icapca updated to version 1.1 with previous version 1.0 dated 2014-01-02

Title: Mixed ICA/PCA
Description: Implements mixed ICA/PCA model for blind source separation, potentially with inclusion of Gaussian sources
Author: Roger Woods
Maintainer: Roger Woods

Diff between icapca versions 1.0 dated 2014-01-02 and 1.1 dated 2014-10-20

 DESCRIPTION             |    8 
 MD5                     |   19 -
 R/icapca.R              |   42 ++-
 man/ica_pca.Rd          |   59 +++-
 src/AIR.h               |   26 +
 src/config.h            |    2 
 src/ica_MLCf15.c        |    5 
 src/ica_pca_R.c         |   16 -
 src/ica_sources_aic15.c |  665 ++++++++++++++++++++++++++++++++++++------------
 src/random_rotation.c   |   22 +
 src/random_rotation2.c  |only
 11 files changed, 660 insertions(+), 204 deletions(-)

More information about icapca at CRAN
Permanent link

Package ShrinkCovMat updated to version 1.0.2 with previous version 1.0.1 dated 2014-08-12

Title: Shrinkage Covariance Matrix Estimators
Description: The package ShrinkCovMat provides nonparametric Steinian shrinkage estimators of the covariance matrix that are suitable in high dimensional settings, that is when the number of variables is larger than the sample size.
Author: Anestis Touloumis
Maintainer: Anestis Touloumis

Diff between ShrinkCovMat versions 1.0.1 dated 2014-08-12 and 1.0.2 dated 2014-10-20

 ShrinkCovMat-1.0.1/ShrinkCovMat/NEWS                         |only
 ShrinkCovMat-1.0.2/ShrinkCovMat/DESCRIPTION                  |   10 ++--
 ShrinkCovMat-1.0.2/ShrinkCovMat/MD5                          |   24 +++++------
 ShrinkCovMat-1.0.2/ShrinkCovMat/NAMESPACE                    |    2 
 ShrinkCovMat-1.0.2/ShrinkCovMat/R/shrinkcovmat.equal.R       |    2 
 ShrinkCovMat-1.0.2/ShrinkCovMat/R/shrinkcovmat.identity.R    |    3 -
 ShrinkCovMat-1.0.2/ShrinkCovMat/R/shrinkcovmat.unequal.R     |    3 -
 ShrinkCovMat-1.0.2/ShrinkCovMat/R/targetselection.R          |only
 ShrinkCovMat-1.0.2/ShrinkCovMat/inst/CITATION                |   15 +++---
 ShrinkCovMat-1.0.2/ShrinkCovMat/inst/NEWS                    |only
 ShrinkCovMat-1.0.2/ShrinkCovMat/man/ShrinkCovMat-package.Rd  |    6 +-
 ShrinkCovMat-1.0.2/ShrinkCovMat/man/shrinkcovmat.equal.Rd    |    2 
 ShrinkCovMat-1.0.2/ShrinkCovMat/man/shrinkcovmat.identity.Rd |    2 
 ShrinkCovMat-1.0.2/ShrinkCovMat/man/shrinkcovmat.unequal.Rd  |    4 -
 ShrinkCovMat-1.0.2/ShrinkCovMat/man/targetselection.Rd       |only
 15 files changed, 39 insertions(+), 34 deletions(-)

More information about ShrinkCovMat at CRAN
Permanent link

Package npmlreg updated to version 0.46-1 with previous version 0.45-5 dated 2014-07-10

Title: Nonparametric maximum likelihood estimation for random effect models
Description: Nonparametric maximum likelihood estimation or Gaussian quadrature for overdispersed generalized linear models and variance component models
Author: Jochen Einbeck, Ross Darnell and John Hinde
Maintainer: Jochen Einbeck

Diff between npmlreg versions 0.45-5 dated 2014-07-10 and 0.46-1 dated 2014-10-20

 DESCRIPTION              |   12 
 MD5                      |   34 -
 R/alldist.R              | 1094 ++++++++++++++++++++++++-----------------------
 R/allvc.R                |   44 +
 R/print.glmmNPML.R       |    1 
 R/summary.glmmNPML.R     |    1 
 build/vignette.rds       |binary
 data/hosp.rda            |binary
 data/irlsuicide.rda      |binary
 data/missouri.rda        |binary
 inst/doc/npmlreg-v.Rtex  |    6 
 inst/doc/npmlreg-v.pdf   |binary
 man/alldist.Rd           |   35 +
 man/npmlreg.package.Rd   |    4 
 man/predict.glmmNPML.Rd  |    6 
 man/summary.glmmNPML.Rd  |    6 
 man/tolfind.Rd           |   11 
 vignettes/npmlreg-v.Rtex |    6 
 18 files changed, 682 insertions(+), 578 deletions(-)

More information about npmlreg at CRAN
Permanent link

New package restlos with initial version 0.1-3
Package: restlos
Type: Package
Title: Robust Estimation of Location and Scatter
Version: 0.1-3
Date: 2014-10-13
Author: Steffen Liebscher and Thomas Kirschstein
Maintainer: Steffen Liebscher
Description: The restlos package provides algorithms for robust estimation of location and scatter based on minimum spanning trees (pMST), self-organizing maps (Flood Algorithm), and Delaunay triangulations (RDELA). The functions are also suitable for outlier detection.
Depends: som, rgl, geometry, igraph
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: no
Repository: CRAN
Packaged: 2014-10-20 07:58:57 UTC; Steffen
X-CRAN-Comment: Archived on 2014-10-03 as depends on nnclust which has been archived.
Date/Publication: 2014-10-20 10:30:59

More information about restlos at CRAN
Permanent link

Package multiwayvcov updated to version 1.2.1 with previous version 1.2.0 dated 2014-09-06

Title: Multi-way Standard Error Clustering
Description: Exports two functions implementing multi-way clustering using the method suggested by Cameron, Gelbach, & Miller (2011) and cluster (or block) bootstrapping for estimating variance-covariance matrices. Normal one and two-way clustering matches the results of other common statistical packages. Missing values are handled transparently and rudimentary parallelization support is provided.
Author: Nathaniel Graham and Mahmood Arai and Björn Hagströmer
Maintainer: Nathaniel Graham

Diff between multiwayvcov versions 1.2.0 dated 2014-09-06 and 1.2.1 dated 2014-10-20

 DESCRIPTION         |   23 ++++-----
 MD5                 |   14 ++---
 NAMESPACE           |    4 +
 R/cluster_boot.r    |  127 +++++++++++++++++++++++++++++++++++++++++++---------
 R/cluster_vcov.r    |    9 ++-
 man/cluster.boot.Rd |   56 +++++++++++++++++++---
 man/cluster.vcov.Rd |   14 ++---
 man/petersen.Rd     |    2 
 8 files changed, 189 insertions(+), 60 deletions(-)

More information about multiwayvcov at CRAN
Permanent link

Package logconPH updated to version 1.1 with previous version 1.0 dated 2014-10-18

Title: CoxPH Model with Log Concave Baseline Distribution
Description: Computes a cox PH model with a log concave baseline distribution. If no covariates are provided, estimates the log concave NPMLE. Built specifically for interval censored data, where data is a n by 2 matrix with [i, 1] as the left side of the interval for subject i and [i,2] as right side. Uncensored data can be entered by setting [i,1] = [i,2]. Alternatively, this can also handle uncensored data. If all the data is uncensored, you may enter data as a length(n) vector.
Author: Clifford Anderson-Bergman
Maintainer: Clifford Anderson-Bergman

Diff between logconPH versions 1.0 dated 2014-10-18 and 1.1 dated 2014-10-20

 DESCRIPTION                   |    6 
 MD5                           |   16 -
 R/LogConcave.R                |    4 
 src/Cpp2Source/Array.hh       |  598 +++++++++++++++++++++---------------------
 src/Cpp2Source/QuadProg++.cc  |   42 +-
 src/Cpp2Source/baseClass.cpp  |   52 +--
 src/Cpp2Source/baseClass.h    |    7 
 src/Cpp2Source/logconcave.cpp |  132 ++++-----
 src/logconPH.cpp              |   83 ++---
 9 files changed, 475 insertions(+), 465 deletions(-)

More information about logconPH at CRAN
Permanent link

New package commentr with initial version 0.1
Package: commentr
Type: Package
Title: Print Nicely Formatted Comments for use in Script Files
Version: 0.1
License: GPL-2
Date: 2014-10-13
Author: Erik Bulow
Maintainer: Erik Bulow
Description: Functions to produce nicely formatted comments to use in R-scripts (or Latex/HTML/markdown etc). A comment with formatting is printed to the console and can then be copied to a script.
Imports: stringr
Suggests: testthat
BugReports: https://github.com/cancercentrum/commentr/issues
Packaged: 2014-10-20 07:46:08 UTC; erikbulow
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-10-20 10:30:16

More information about commentr at CRAN
Permanent link


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