Sat, 20 Aug 2016

Package RcppEigen updated to version 0.3.2.9.0 with previous version 0.3.2.8.1 dated 2016-03-01

Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
Description: R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library (currently version 3.2.9). Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Author: Douglas Bates, Dirk Eddelbuettel, Romain Francois, and Yixuan Qiu; the authors of Eigen for the included version of Eigen
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppEigen versions 0.3.2.8.1 dated 2016-03-01 and 0.3.2.9.0 dated 2016-08-20

 ChangeLog                                                              |   27 +
 DESCRIPTION                                                            |   10 
 MD5                                                                    |   80 ++---
 README.md                                                              |   25 +
 build/vignette.rds                                                     |binary
 inst/NEWS.Rd                                                           |   23 +
 inst/doc/RcppEigen-Introduction.pdf                                    |binary
 inst/include/Eigen/src/Core/CommaInitializer.h                         |    7 
 inst/include/Eigen/src/Core/DiagonalMatrix.h                           |    6 
 inst/include/Eigen/src/Core/Dot.h                                      |    2 
 inst/include/Eigen/src/Core/GeneralProduct.h                           |    5 
 inst/include/Eigen/src/Core/MathFunctions.h                            |   21 +
 inst/include/Eigen/src/Core/PermutationMatrix.h                        |    3 
 inst/include/Eigen/src/Core/PlainObjectBase.h                          |    6 
 inst/include/Eigen/src/Core/SolveTriangular.h                          |    3 
 inst/include/Eigen/src/Core/Transpose.h                                |    9 
 inst/include/Eigen/src/Core/Transpositions.h                           |    3 
 inst/include/Eigen/src/Core/products/TriangularSolverMatrix.h          |    2 
 inst/include/Eigen/src/Core/util/BlasUtil.h                            |   36 +-
 inst/include/Eigen/src/Core/util/Constants.h                           |   16 -
 inst/include/Eigen/src/Core/util/DisableStupidWarnings.h               |    8 
 inst/include/Eigen/src/Core/util/Macros.h                              |    2 
 inst/include/Eigen/src/Core/util/Memory.h                              |  139 +++-------
 inst/include/Eigen/src/Core/util/ReenableStupidWarnings.h              |    3 
 inst/include/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h            |   32 +-
 inst/include/Eigen/src/Eigenvalues/Tridiagonalization.h                |    4 
 inst/include/Eigen/src/Geometry/Homogeneous.h                          |    2 
 inst/include/Eigen/src/Geometry/Quaternion.h                           |    2 
 inst/include/Eigen/src/Householder/Householder.h                       |    3 
 inst/include/Eigen/src/Householder/HouseholderSequence.h               |    3 
 inst/include/Eigen/src/LU/Inverse.h                                    |    2 
 inst/include/Eigen/src/PaStiXSupport/PaStiXSupport.h                   |   12 
 inst/include/Eigen/src/PardisoSupport/PardisoSupport.h                 |   21 +
 inst/include/Eigen/src/SVD/JacobiSVD.h                                 |   94 ++++--
 inst/include/Eigen/src/SparseCore/SparseMatrixBase.h                   |    1 
 inst/include/Eigen/src/SparseCore/SparseRedux.h                        |    5 
 inst/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h     |    2 
 inst/include/RcppEigenWrap.h                                           |   21 +
 inst/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h |    8 
 inst/include/unsupported/Eigen/src/Splines/SplineFwd.h                 |    8 
 inst/unitTests/runit.RcppEigen.R                                       |   18 +
 41 files changed, 408 insertions(+), 266 deletions(-)

More information about RcppEigen at CRAN
Permanent link

Package stacomirtools updated to version 0.5.0 with previous version 0.3 dated 2013-01-07

Title: ODBC Connection Class for Package stacomiR
Description: S4 class wrappers for ODBC connection.
Author: Cedric Briand [aut, cre]
Maintainer: Cedric Briand <cedric.briand00@gmail.com>

Diff between stacomirtools versions 0.3 dated 2013-01-07 and 0.5.0 dated 2016-08-20

 stacomirtools-0.3/stacomirtools/inst                                |only
 stacomirtools-0.5.0/stacomirtools/DESCRIPTION                       |   28 ++-
 stacomirtools-0.5.0/stacomirtools/MD5                               |   31 ++--
 stacomirtools-0.5.0/stacomirtools/NAMESPACE                         |    4 
 stacomirtools-0.5.0/stacomirtools/R/ConnectionODBC.r                |   55 +++----
 stacomirtools-0.5.0/stacomirtools/R/RequeteODBC.r                   |   74 +++++-----
 stacomirtools-0.5.0/stacomirtools/R/RequeteODBCwhere.r              |   38 ++---
 stacomirtools-0.5.0/stacomirtools/R/RequeteODBCwheredate.r          |   43 ++---
 stacomirtools-0.5.0/stacomirtools/R/stacomirtools.r                 |only
 stacomirtools-0.5.0/stacomirtools/R/utilitaires.r                   |   63 ++++----
 stacomirtools-0.5.0/stacomirtools/man/ConnectionODBC-class.Rd       |   15 +-
 stacomirtools-0.5.0/stacomirtools/man/RequeteODBC-class.Rd          |   34 ++--
 stacomirtools-0.5.0/stacomirtools/man/RequeteODBCwhere-class.Rd     |   23 +--
 stacomirtools-0.5.0/stacomirtools/man/RequeteODBCwheredate-class.Rd |    2 
 stacomirtools-0.5.0/stacomirtools/man/chnames.Rd                    |    6 
 stacomirtools-0.5.0/stacomirtools/man/connect-methods.Rd            |   12 -
 stacomirtools-0.5.0/stacomirtools/man/funhtml.Rd                    |    3 
 stacomirtools-0.5.0/stacomirtools/man/funout.Rd                     |only
 18 files changed, 222 insertions(+), 209 deletions(-)

More information about stacomirtools at CRAN
Permanent link

Package Rquake updated to version 2.4-0 with previous version 2.3-1 dated 2015-04-27

Title: Seismic Hypocenter Determination
Description: Hypocenter estimation and analysis of seismic data collected continuously, or in trigger mode. The functions organize other functions from RSEIS and GEOmap to help researchers pick, locate, and store hypocenters for detailed seismic investigation.
Author: Jonathan M. Lees
Maintainer: Jonathan M. Lees <jonathan.lees@unc.edu>

Diff between Rquake versions 2.3-1 dated 2015-04-27 and 2.4-0 dated 2016-08-20

 DESCRIPTION           |   10 +++++-----
 MD5                   |   38 ++++++++++++++++++++++----------------
 NAMESPACE             |    8 +++++++-
 R/ROTcovQUAKE.R       |    2 +-
 R/euler_passive.R     |only
 R/plotJACKLLZ.R       |    8 +++++---
 R/rgl.ellipsoid.R     |only
 R/rgl.ellipsoids.R    |only
 man/GETpsTT.Rd        |    3 ++-
 man/MeanStaDist.Rd    |    4 +++-
 man/PCfiledatetime.Rd |    4 +++-
 man/PCsaveWPX.Rd      |    5 -----
 man/Qrangedatetime.Rd |    4 ++++
 man/Vlocate.Rd        |    4 +++-
 man/XYlocate.Rd       |    3 ++-
 man/contPFarrivals.Rd |    4 +++-
 man/eqlipse.Rd        |    7 +++----
 man/eqwrapup.Rd       |    5 +++--
 man/euler_passive.Rd  |only
 man/getGAP.Rd         |    1 -
 man/legitWPX.Rd       |    3 ++-
 man/rgl.ellipsoid.Rd  |only
 man/rgl.ellipsoids.Rd |only
 23 files changed, 68 insertions(+), 45 deletions(-)

More information about Rquake at CRAN
Permanent link

Package ClustVarLV updated to version 1.5.0 with previous version 1.4.1 dated 2015-09-08

Title: Clustering of Variables Around Latent Variables
Description: Functions for the clustering of variables around Latent Variables. Each cluster of variables, which may be defined as a local or directional cluster, is associated with a latent variable. External variables measured on the same observations or/and additional information on the variables can be taken into account. A "noise" cluster or sparse latent variables can also de defined.
Author: Evelyne Vigneau [aut, cre], Mingkun Chen [ctb]
Maintainer: Evelyne Vigneau <evelyne.vigneau@oniris-nantes.fr>

Diff between ClustVarLV versions 1.4.1 dated 2015-09-08 and 1.5.0 dated 2016-08-20

 ClustVarLV-1.4.1/ClustVarLV/inst/doc/Getting_started_with_ClustVarLV.pdf   |only
 ClustVarLV-1.4.1/ClustVarLV/vignettes/ClustVarLV_RR2014_ve.pdf             |only
 ClustVarLV-1.4.1/ClustVarLV/vignettes/Getting_started_with_ClustVarLV.html |only
 ClustVarLV-1.5.0/ClustVarLV/DESCRIPTION                                    |   17 
 ClustVarLV-1.5.0/ClustVarLV/MD5                                            |   69 +-
 ClustVarLV-1.5.0/ClustVarLV/NAMESPACE                                      |    4 
 ClustVarLV-1.5.0/ClustVarLV/R/CLV.R                                        |  164 +++--
 ClustVarLV-1.5.0/ClustVarLV/R/CLV_kmeans.R                                 |   40 +
 ClustVarLV-1.5.0/ClustVarLV/R/LCLV.R                                       |    4 
 ClustVarLV-1.5.0/ClustVarLV/R/RcppExports.R                                |    4 
 ClustVarLV-1.5.0/ClustVarLV/R/clvk_kp1.R                                   |   22 
 ClustVarLV-1.5.0/ClustVarLV/R/clvk_none.R                                  |   47 +
 ClustVarLV-1.5.0/ClustVarLV/R/clvk_sparse.R                                |   17 
 ClustVarLV-1.5.0/ClustVarLV/R/consol_affect.R                              |   26 
 ClustVarLV-1.5.0/ClustVarLV/R/consol_affect_k.R                            |   41 -
 ClustVarLV-1.5.0/ClustVarLV/R/consol_calcul.R                              |   73 +-
 ClustVarLV-1.5.0/ClustVarLV/R/consol_calcul_s.R                            |  293 +++-------
 ClustVarLV-1.5.0/ClustVarLV/R/covamiss.R                                   |only
 ClustVarLV-1.5.0/ClustVarLV/R/cp1miss.R                                    |only
 ClustVarLV-1.5.0/ClustVarLV/R/crit_h.R                                     |   39 +
 ClustVarLV-1.5.0/ClustVarLV/R/crit_init.R                                  |   19 
 ClustVarLV-1.5.0/ClustVarLV/R/get_sparseload.R                             |only
 ClustVarLV-1.5.0/ClustVarLV/R/imput_clv.R                                  |only
 ClustVarLV-1.5.0/ClustVarLV/R/plot_var.R                                   |    8 
 ClustVarLV-1.5.0/ClustVarLV/R/print.clv.r                                  |    2 
 ClustVarLV-1.5.0/ClustVarLV/R/summary.clv.R                                |   18 
 ClustVarLV-1.5.0/ClustVarLV/R/xbarmiss.R                                   |only
 ClustVarLV-1.5.0/ClustVarLV/build/vignette.rds                             |binary
 ClustVarLV-1.5.0/ClustVarLV/inst/doc/Getting_started_with_ClustVarLV.R     |   15 
 ClustVarLV-1.5.0/ClustVarLV/inst/doc/Getting_started_with_ClustVarLV.Rmd   |   67 +-
 ClustVarLV-1.5.0/ClustVarLV/inst/doc/Getting_started_with_ClustVarLV.html  |only
 ClustVarLV-1.5.0/ClustVarLV/man/CLV.Rd                                     |    5 
 ClustVarLV-1.5.0/ClustVarLV/man/CLV_kmeans.Rd                              |    7 
 ClustVarLV-1.5.0/ClustVarLV/man/LCLV.Rd                                    |    4 
 ClustVarLV-1.5.0/ClustVarLV/man/get_sparseload.Rd                          |only
 ClustVarLV-1.5.0/ClustVarLV/man/imput_clv.Rd                               |only
 ClustVarLV-1.5.0/ClustVarLV/man/summary.clv.Rd                             |    6 
 ClustVarLV-1.5.0/ClustVarLV/src/RcppExports.cpp                            |   36 -
 ClustVarLV-1.5.0/ClustVarLV/src/critcpp.cpp                                |   19 
 ClustVarLV-1.5.0/ClustVarLV/src/mincpp.cpp                                 |   41 -
 ClustVarLV-1.5.0/ClustVarLV/vignettes/Getting_started_with_ClustVarLV.Rmd  |   67 +-
 41 files changed, 679 insertions(+), 495 deletions(-)

More information about ClustVarLV at CRAN
Permanent link

Package RSEIS updated to version 3.6-1 with previous version 3.5-2 dated 2015-11-09

Title: Seismic Time Series Analysis Tools
Description: Multiple interactive codes to view and analyze seismic data, via spectrum analysis, wavelet transforms, particle motion, hodograms. Includes general time-series tools, plotting, filtering, interactive display.
Author: Jonathan M. Lees
Maintainer: Jonathan M. Lees <jonathan.lees@unc.edu>

Diff between RSEIS versions 3.5-2 dated 2015-11-09 and 3.6-1 dated 2016-08-20

 DESCRIPTION          |    8 +-
 MD5                  |   44 ++++++------
 R/PMOT.drive.R       |    2 
 R/infoDB.R           |   23 ++++--
 R/segy2rseis.R       |    6 +
 R/showdatetime.R     |    4 -
 R/swig.R             |   29 +++++++
 demo/MTM.R           |    2 
 man/CHOP.SEISN.Rd    |    3 
 man/FILT.SEISN.Rd    |    2 
 man/GET.seis.Rd      |    2 
 man/KH.Rd            |    3 
 man/OH.Rd            |    2 
 man/RSEIS-package.Rd |    4 -
 man/Ray.time1D.Rd    |    9 +-
 man/butfilt.Rd       |    8 +-
 man/infoDB.Rd        |    5 +
 man/prep1wig.Rd      |    4 -
 man/showdatetime.Rd  |    5 +
 src/ARAIC.c          |  187 +++++++++++++++++++++++++++++++++++----------------
 src/GetCornerFreq.c  |   16 ++--
 src/LLNfilt.c        |   34 ++++-----
 src/TTray.c          |   53 +++++++-------
 23 files changed, 290 insertions(+), 165 deletions(-)

More information about RSEIS at CRAN
Permanent link

Package earth updated to version 4.4.5 with previous version 4.4.4 dated 2016-01-08

Title: Multivariate Adaptive Regression Splines
Description: Build regression models using the techniques in Friedman's papers "Fast MARS" and "Multivariate Adaptive Regression Splines". (The term "MARS" is trademarked and thus not used in the name of the package.)
Author: Stephen Milborrow. Derived from mda:mars by Trevor Hastie and Rob Tibshirani. Uses Alan Miller's Fortran utilities with Thomas Lumley's leaps wrapper.
Maintainer: Stephen Milborrow <milbo@sonic.net>

Diff between earth versions 4.4.4 dated 2016-01-08 and 4.4.5 dated 2016-08-20

 DESCRIPTION                               |    8 +-
 MD5                                       |   76 ++++++++++++-------------
 NAMESPACE                                 |    9 +-
 NEWS                                      |   11 +++
 R/dot.R                                   |    2 
 R/elegend.R                               |    2 
 R/lib.R                                   |   91 ++++++++++++++++++++----------
 R/plot.earth.R                            |    4 -
 inst/doc/earth-notes.pdf                  |binary
 inst/doc/earth-varmod.pdf                 |binary
 inst/slowtests/README.txt                 |    2 
 inst/slowtests/earth.times.bat            |    2 
 inst/slowtests/test.big.R                 |    4 -
 inst/slowtests/test.big.Rout.save         |    4 -
 inst/slowtests/test.big.bat               |    6 -
 inst/slowtests/test.cv.bat                |    2 
 inst/slowtests/test.earthc.bat            |    2 
 inst/slowtests/test.earthc.c              |    6 -
 inst/slowtests/test.earthc.mak            |    2 
 inst/slowtests/test.earthc.out.save       |    4 -
 inst/slowtests/test.earthmain.gcc.bat     |   16 ++---
 inst/slowtests/test.earthmain.gcc64.bat   |   42 +++++++------
 inst/slowtests/test.full.Rout.save        |   12 +--
 inst/slowtests/test.full.bat              |    2 
 inst/slowtests/test.glm.Rout.save         |    4 -
 inst/slowtests/test.glm.bat               |    2 
 inst/slowtests/test.incorrect.bat         |    6 -
 inst/slowtests/test.mods.bat              |    6 -
 inst/slowtests/test.plotd.Rout.save       |    8 +-
 inst/slowtests/test.plotd.bat             |    2 
 inst/slowtests/test.pmethod.cv.bat        |    6 -
 inst/slowtests/test.varmod.bat            |    2 
 inst/slowtests/test.varmod.mgcv.Rout.save |    2 
 inst/slowtests/test.varmod.mgcv.bat       |    2 
 inst/slowtests/test.weights.Rout.save     |    2 
 inst/slowtests/test.weights.bat           |    2 
 man/earth.Rd                              |   12 +--
 man/ozone1.Rd                             |    2 
 src/earth.c                               |    9 ++
 39 files changed, 214 insertions(+), 162 deletions(-)

More information about earth at CRAN
Permanent link

Package VarfromPDB updated to version 2.1.9 with previous version 2.0.5 dated 2016-02-11

Title: Capture the Genes and Variants Related to a Genetic Disease from Public Databases and PubMed
Description: Captures and compiles the genes and variants related to a disease, a phenotype or a clinical feature based on the public databases including HPO (Human Phenotype Ontology, <http://human-phenotype-ontology.github.io/about.html>), Orphanet <http://www.orpha.net/consor/cgi-bin/index.php>, OMIM (Online Mendelian Inheritance in Man, <http://www.omim.org>), ClinVar <http://www.ncbi.nlm.nih.gov/clinvar>, and UniProt (Universal Protein Resource, <http://www.uniprot.org>) and PubMed abstracts. HPO provides a standardized vocabulary of phenotypic abnormalities encountered in human disease. HPO currently contains approximately 11,000 terms and over 115,000 annotations to hereditary diseases. Orphanet is the reference portal for information on rare diseases and orphan drugs, whose aim is to help improve the diagnosis, care and treatment of patients with rare diseases. OMIM is a continuously updated catalog of human genes and genetic disorders and traits, with particular focus on the molecular relationship between genetic variation and phenotypic expression. ClinVar is a freely accessible, public archive of reports of the relationships among human variations and phenotypes, with supporting evidence. UniProt focuses on amino acid altering variants imported from Ensembl Variation databases. For Homo sapiens, the variants including human polymorphisms and disease mutations in the UniProt are manually curated from UniProtKB/Swiss-Prot. Additionally, PubMed provides the primary and latest source of the information. Text mining was employed to capture the information from PubMed abstracts.
Author: Zongfu Cao
Maintainer: Zongfu Cao <caozongfu@gmail.com>

Diff between VarfromPDB versions 2.0.5 dated 2016-02-11 and 2.1.9 dated 2016-08-20

 DESCRIPTION              |   12 -
 MD5                      |   40 +--
 NAMESPACE                |    7 
 R/extract_clinvar.R      |   29 +-
 R/extract_omim.R         |   13 -
 R/extract_pubmed.R       |  557 +++++++++++++++++++++++++++++++++--------------
 R/extract_uniprot.R      |   12 -
 R/genes_add_pubmed.R     |    7 
 R/genes_compile.R        |    6 
 R/localPDB.R             |   16 -
 R/pheno_extract_HPO.R    |   12 -
 R/variants_compile.R     |    8 
 man/extract_clinvar.Rd   |    4 
 man/extract_omim.Rd      |    4 
 man/extract_pubmed.Rd    |    4 
 man/extract_uniprot.Rd   |    4 
 man/genes_add_pubmed.Rd  |    4 
 man/genes_compile.Rd     |    4 
 man/localPDB.Rd          |    4 
 man/pheno_extract_HPO.Rd |    4 
 man/variants_compile.Rd  |    4 
 21 files changed, 498 insertions(+), 257 deletions(-)

More information about VarfromPDB at CRAN
Permanent link

Package RVAideMemoire updated to version 0.9-60 with previous version 0.9-57 dated 2016-07-14

Title: Diverse Basic Statistical and Graphical Functions
Description: Contains diverse more or less complicated functions, written to simplify user's life: simplifications of existing functions, basic but not implemented tests, easy-to-use tools, bridges between functions of different packages... All functions are presented in the French book 'Aide-memoire de statistique appliquee a la biologie', written by the same author and available on CRAN.
Author: Maxime Hervé
Maintainer: Maxime Hervé <mx.herve@gmail.com>

Diff between RVAideMemoire versions 0.9-57 dated 2016-07-14 and 0.9-60 dated 2016-08-20

 DESCRIPTION                  |   17 +-
 MD5                          |   70 ++++++---
 NAMESPACE                    |   19 +-
 NEWS                         |   17 ++
 R/CDA.cv.R                   |only
 R/CDA.test.R                 |only
 R/GPA.test.R                 |only
 R/MVA.biplot.R               |    1 
 R/MVA.cmv.R                  |   22 ++-
 R/MVA.cor.R                  |   65 ++++++++-
 R/MVA.corplot.R              |   30 ++--
 R/MVA.cv.R                   |    9 -
 R/MVA.ident.R                |    4 
 R/MVA.scoreplot.R            |   49 +++---
 R/MVA.scores.R               |   33 ++++
 R/MVA.synt.R                 |  302 ++++++++++++++++++++++++++++++-------------
 R/cov.test.R                 |only
 R/ord.rw.R                   |only
 R/pairwise.CDA.test.R        |only
 R/pairwise.factorfit.R       |    9 +
 R/predict.CDA.cv.R           |only
 R/predict.MVA.cv.R           |    9 -
 R/predict.coadisc.R          |   27 ++-
 R/stand.R                    |only
 R/to.dudi.R                  |only
 R/zzz.R                      |    2 
 man/CDA.cv.Rd                |only
 man/CDA.test.Rd              |only
 man/GPA.test.Rd              |only
 man/MVA.cmv.Rd               |    1 
 man/MVA.cor.Rd               |    2 
 man/MVA.corplot.Rd           |    4 
 man/MVA.cv.Rd                |    5 
 man/MVA.scoreplot.Rd         |    4 
 man/MVA.scores.Rd            |    4 
 man/MVA.synt.Rd              |   28 ++-
 man/MVA.test.Rd              |    2 
 man/RVAideMemoire-package.Rd |    4 
 man/cov.test.Rd              |only
 man/ord.rw.Rd                |only
 man/pairwise.CDA.test.Rd     |only
 man/predict.CDA.cv.Rd        |only
 man/predict.coadisc.Rd       |    5 
 man/stand.Rd                 |only
 man/to.dudi.Rd               |only
 45 files changed, 532 insertions(+), 212 deletions(-)

More information about RVAideMemoire at CRAN
Permanent link

New package rpostgis with initial version 1.0.0
Package: rpostgis
Version: 1.0.0
Date: 2016-08-20
Title: R Interface to a 'PostGIS' Database
Description: Provides additional functions to the 'RPostgreSQL' package to interface R with a 'PostGIS'-enabled database, as well as convenient wrappers to common 'PostgreSQL' queries.
Authors@R: c( person("Mathieu", "Basille", email = "basille@ufl.edu", role = c("aut")), person("David", "Bucklin", email = "dbucklin@ufl.edu", role = c("aut", "cre")) )
Depends: R (>= 3.3.0), RPostgreSQL, DBI
Imports: methods, raster, rgeos, sp, stats
Suggests: rgdal, wkb
License: GPL (>= 3)
LazyData: true
URL: https://github.com/mablab/rpostgis
BugReports: https://github.com/mablab/rpostgis/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-20 14:11:06 UTC; david
Author: Mathieu Basille [aut], David Bucklin [aut, cre]
Maintainer: David Bucklin <dbucklin@ufl.edu>
Repository: CRAN
Date/Publication: 2016-08-20 16:37:17

More information about rpostgis at CRAN
Permanent link

New package predictionInterval with initial version 1.0.0
Package: predictionInterval
Type: Package
Title: Prediction Interval Functions for Assessing Replication Study Results
Version: 1.0.0
Date: 2016-08-19
Author: David Stanley
Maintainer: David Stanley <dstanley@uoguelph.ca>
Description: A common problem faced by journal reviewers and authors is the question of whether the results of a replication study are consistent with the original published study. One solution to this problem is to examine the effect size from the original study and generate the range of effect sizes that could reasonably be obtained (due to random sampling) in a replication attempt (i.e., calculate a prediction interval). This package has functions that calculate the prediction interval for the correlation (i.e., r), standardized mean difference (i.e., d-value), and mean.
Imports: ggplot2, MBESS, MASS, stats, pbapply
License: MIT License + file LICENSE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-20 12:29:54 UTC; stanley
Repository: CRAN
Date/Publication: 2016-08-20 15:39:24

More information about predictionInterval at CRAN
Permanent link

Package NMI updated to version 2.0 with previous version 1.0 dated 2016-08-19

Title: Normalized Mutual Information of Community Structure in Network
Description: Calculates the normalized mutual information (NMI) of two community structures in network analysis.
Author: Tianhao Wu [aut, cre]
Maintainer: Tianhao Wu <tianhao.wu@yale.edu>

Diff between NMI versions 1.0 dated 2016-08-19 and 2.0 dated 2016-08-20

 DESCRIPTION |    6 +++---
 MD5         |    4 ++--
 R/NMI.R     |    8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

More information about NMI at CRAN
Permanent link

Package censReg updated to version 0.5-22 with previous version 0.5-20 dated 2013-08-20

Title: Censored Regression (Tobit) Models
Description: Estimation of censored regression (Tobit) models with cross-section and panel data.
Author: Arne Henningsen <arne.henningsen@gmail.com>
Maintainer: Arne Henningsen <arne.henningsen@gmail.com>

Diff between censReg versions 0.5-20 dated 2013-08-20 and 0.5-22 dated 2016-08-20

 DESCRIPTION          |only
 MD5                  |only
 NAMESPACE            |only
 R                    |only
 build                |only
 inst/NEWS.Rd         |only
 inst/doc/censReg.R   |only
 inst/doc/censReg.Rnw |only
 inst/doc/censReg.pdf |binary
 man                  |only
 tests                |only
 vignettes            |only
 12 files changed

More information about censReg at CRAN
Permanent link

Package aemo updated to version 0.2.0 with previous version 0.1.0 dated 2014-06-21

Title: Download and Process AEMO Price and Demand Data
Description: Download and process real time trading prices and demand data freely provided by the Australian Energy Market Operator (AEMO). Note that this includes a sample data set.
Author: Imanuel Costigan [aut, cre], Australian Energy Market Operator [cph]
Maintainer: Imanuel Costigan <i.costigan@me.com>

Diff between aemo versions 0.1.0 dated 2014-06-21 and 0.2.0 dated 2016-08-20

 DESCRIPTION                     |   17 +++++++++--------
 MD5                             |   18 +++++++++---------
 NAMESPACE                       |   11 +----------
 NEWS                            |    6 ++++++
 R/aemo.R                        |   37 +++++++++++++++++--------------------
 README.md                       |   10 ++++++++--
 man/aemo.Rd                     |    3 ++-
 man/clean_up_aemo_data_files.Rd |    3 ++-
 man/collate_aemo_data.Rd        |    3 ++-
 man/get_aemo_data.Rd            |    3 ++-
 10 files changed, 58 insertions(+), 53 deletions(-)

More information about aemo at CRAN
Permanent link

Package mgcv updated to version 1.8-14 with previous version 1.8-13 dated 2016-07-21

Title: Mixed GAM Computation Vehicle with GCV/AIC/REML Smoothness Estimation
Description: GAMs, GAMMs and other generalized ridge regression with multiple smoothing parameter estimation by GCV, REML or UBRE/AIC. Includes a gam() function, a wide variety of smoothers, JAGS support and distributions beyond the exponential family.
Author: Simon Wood <simon.wood@r-project.org>
Maintainer: Simon Wood <simon.wood@r-project.org>

Diff between mgcv versions 1.8-13 dated 2016-07-21 and 1.8-14 dated 2016-08-20

 ChangeLog                             |    7 
 DESCRIPTION                           |    6 
 MD5                                   |   50 ++---
 R/mgcv.r                              |    2 
 R/smooth.r                            |    2 
 inst/po/de/LC_MESSAGES/R-mgcv.mo      |binary
 inst/po/de/LC_MESSAGES/mgcv.mo        |binary
 inst/po/en@quot/LC_MESSAGES/R-mgcv.mo |binary
 inst/po/en@quot/LC_MESSAGES/mgcv.mo   |binary
 inst/po/fr/LC_MESSAGES/R-mgcv.mo      |binary
 inst/po/fr/LC_MESSAGES/mgcv.mo        |binary
 inst/po/ko/LC_MESSAGES/R-mgcv.mo      |binary
 inst/po/ko/LC_MESSAGES/mgcv.mo        |binary
 inst/po/pl/LC_MESSAGES/R-mgcv.mo      |binary
 inst/po/pl/LC_MESSAGES/mgcv.mo        |binary
 man/gaulss.Rd                         |    4 
 po/R-de.po                            |  321 ++++++++++++++++++++++++++--------
 po/R-fr.po                            |  191 ++++++++++++++++----
 po/R-ko.po                            |  223 +++++++++++++++++++----
 po/R-mgcv.pot                         |  114 +++++++++---
 po/R-pl.po                            |  293 ++++++++++++++++++++++++-------
 po/de.po                              |   24 +-
 po/fr.po                              |   24 +-
 po/ko.po                              |   24 +-
 po/mgcv.pot                           |   26 +-
 po/pl.po                              |   24 +-
 26 files changed, 1004 insertions(+), 331 deletions(-)

More information about mgcv at CRAN
Permanent link

Package Rborist updated to version 0.1-3 with previous version 0.1-2 dated 2016-08-17

Title: Extensible, Parallelizable Implementation of the Random Forest Algorithm
Description: Scalable decision tree training and prediction.
Author: Mark Seligman
Maintainer: Mark Seligman <mseligman@suiji.org>

Diff between Rborist versions 0.1-2 dated 2016-08-17 and 0.1-3 dated 2016-08-20

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 src/index.h |    7 +------
 3 files changed, 7 insertions(+), 12 deletions(-)

More information about Rborist at CRAN
Permanent link

Package pch updated to version 1.2 with previous version 1.1 dated 2016-02-18

Title: Piecewise Constant Hazards Models for Censored and Truncated Data
Description: Using piecewise constant hazards models is a very flexible approach for the analysis of survival data. The time line is divided into sub-intervals; for each interval, a different hazard is estimated using Poisson regression.
Author: Paolo Frumento
Maintainer: Paolo Frumento <paolo.frumento@ki.se>

Diff between pch versions 1.1 dated 2016-02-18 and 1.2 dated 2016-08-20

 DESCRIPTION   |   10 +++++-----
 MD5           |    8 ++++----
 NEWS.md       |   15 ++++-----------
 R/pch.R       |   49 ++++++++++++++++++++++++++++++++++---------------
 man/pchreg.Rd |    2 +-
 5 files changed, 48 insertions(+), 36 deletions(-)

More information about pch at CRAN
Permanent link

Package ggghost updated to version 0.2.1 with previous version 0.2.0 dated 2016-08-18

Title: Capture the Spirit of Your 'ggplot2' Calls
Description: Creates a reproducible 'ggplot2' object by storing the data and calls.
Author: Jonathan Carroll [aut, cre]
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>

Diff between ggghost versions 0.2.0 dated 2016-08-18 and 0.2.1 dated 2016-08-20

 DESCRIPTION                |    6 +++---
 MD5                        |   12 ++++++------
 NEWS.md                    |    5 +++++
 R/ghost.R                  |   15 ++++++++++++---
 README.md                  |    2 +-
 tests/testthat/Rplots.pdf  |binary
 tests/testthat/test_data.R |    6 ++++++
 7 files changed, 33 insertions(+), 13 deletions(-)

More information about ggghost at CRAN
Permanent link

Package datastepr updated to version 0.0.2 with previous version 0.0.1 dated 2015-06-06

Title: An Implementation of a SAS-Style Data Step
Description: Based on a SAS data step. This allows for row-wise dynamic building of data, iteratively importing slices of existing dataframes, conducting analyses, and exporting to a results frame. This is particularly useful for differential or time-series analyses, which are often not well suited to vector- based operations.
Author: Brandon Taylor
Maintainer: Brandon Taylor <brandon.taylor221@gmail.com>

Diff between datastepr versions 0.0.1 dated 2015-06-06 and 0.0.2 dated 2016-08-20

 DESCRIPTION                |   22 +
 MD5                        |   25 +-
 NAMESPACE                  |   16 -
 R/datastepr.R              |  364 +++++++++++++++----------------
 README.md                  |only
 build/vignette.rds         |binary
 inst/doc/datastepping.R    |   95 +++-----
 inst/doc/datastepping.Rmd  |  166 ++++++--------
 inst/doc/datastepping.html |  517 +++++++++++++++++----------------------------
 man/dataStepClass.Rd       |  170 +++++++-------
 man/toDf.Rd                |   50 ++--
 man/toEnv.Rd               |   50 ++--
 tests                      |only
 vignettes/datastepping.Rmd |  166 ++++++--------
 14 files changed, 742 insertions(+), 899 deletions(-)

More information about datastepr at CRAN
Permanent link

New package ctqr with initial version 1.0
Package: ctqr
Type: Package
Title: Censored and Truncated Quantile Regression
Version: 1.0
Date: 2016-08-19
Author: Paolo Frumento
Maintainer: Paolo Frumento <paolo.frumento@ki.se>
Description: Estimation of quantile regression models for survival data.
Depends: survival, pch (>= 1.2)
Imports: stats
Suggests: car, lmtest
License: GPL-2
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-19 20:45:07 UTC; paofru
Repository: CRAN
Date/Publication: 2016-08-20 10:31:34

More information about ctqr at CRAN
Permanent link

Package boxoffice updated to version 0.1.1 with previous version 0.1.0 dated 2016-08-03

Title: Downloads Box Office Information for Given Dates (How Much Each Movie Earned in Theaters)
Description: Download daily box office information (how much each movie earned in theaters) using data from either Box Office Mojo (<http://www.boxofficemojo.com/>) or The Numbers (<http://www.the-numbers.com/>).
Author: Jacob Kaplan [aut, cre]
Maintainer: Jacob Kaplan <jacobkap@sas.upenn.edu>

Diff between boxoffice versions 0.1.0 dated 2016-08-03 and 0.1.1 dated 2016-08-20

 DESCRIPTION                  |   10 ++++----
 MD5                          |   10 ++++----
 R/main_function.R            |   22 +++++++-----------
 R/mojo_scrape_function.R     |   51 +++++++++++++++++++------------------------
 R/numbers_scrape_functions.R |   34 +++++++++++-----------------
 man/boxoffice.Rd             |    3 +-
 6 files changed, 58 insertions(+), 72 deletions(-)

More information about boxoffice at CRAN
Permanent link

Package BayesPiecewiseICAR updated to version 0.2.0 with previous version 0.1.1 dated 2016-07-29

Title: Hierarchical Bayesian Model for a Hazard Function
Description: Fits a piecewise exponential hazard to survival data using a Hierarchical Bayesian model with an Intrinsic Conditional Autoregressive formulation for the spatial dependency in the hazard rates for each piece. This function uses Metropolis- Hastings-Green MCMC to allow the number of split points to vary. This function outputs graphics that display the histogram of the number of split points and the trace plots of the hierarchical parameters. The function outputs a list that contains the posterior samples for the number of split points, the location of the split points, and the log hazard rates corresponding to these splits. Additionally, this outputs the posterior samples of the two hierarchical parameters, Mu and Sigma^2.
Author: person("Andrew", "Chapple", email = "Andrew.G.Chapple@rice.edu", role = c("aut", "cre"))
Maintainer: Andrew Chapple <Andrew.G.Chapple@rice.edu>

Diff between BayesPiecewiseICAR versions 0.1.1 dated 2016-07-29 and 0.2.0 dated 2016-08-20

 DESCRIPTION       |    6 +--
 MD5               |    4 +-
 R/ICARBHSampler.R |   82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 87 insertions(+), 5 deletions(-)

More information about BayesPiecewiseICAR at CRAN
Permanent link


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