Fri, 28 Nov 2014

Package Unicode updated to version 0.1-5 with previous version 0.1-4 dated 2014-03-22

Title: Unicode Data and Utilities
Description: Data from Unicode 7.0.0 and related utilities.
Author: Kurt Hornik [aut, cre]
Maintainer: Kurt Hornik

Diff between Unicode versions 0.1-4 dated 2014-03-22 and 0.1-5 dated 2014-11-28

 DESCRIPTION         |   10 +++++-----
 MD5                 |   10 +++++-----
 R/basics.R          |    4 ++--
 R/charfuns.R        |   20 +++++++++++++-------
 R/sysdata.rda       |binary
 man/u_char_names.Rd |    2 +-
 6 files changed, 26 insertions(+), 20 deletions(-)

More information about Unicode at CRAN
Permanent link

New package highfrequency with initial version 0.4
Package: highfrequency
Version: 0.4
Date: 2014-11-25
Title: Tools For Highfrequency Data Analysis
Author: Kris Boudt [aut, cre], Jonathan Cornelissen [aut], Scott Payseur [aut], Giang Nguyen [ctb], Maarten Schermer [ctb]
Maintainer: Kris Boudt
Description: Provide functionality to manage, clean and match highfrequency trades and quotes data, calculate various liquidity measures, estimate and forecast volatility, and investigate microstructure noise and intraday periodicity.
License: GPL (>= 2)
Depends: R (>= 2.12.0), xts, zoo
Suggests: robustbase, cubature, mvtnorm, chron, timeDate, quantmod, MASS, sandwich, numDeriv, FKF, BMS, rugarch
LazyLoad: yes
Packaged: 2014-11-28 09:19:49 UTC; kboudt
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-11-28 11:27:28

More information about highfrequency at CRAN
Permanent link

Package MAVIS updated to version 1.0 with previous version 0.2 dated 2014-11-22

Title: Meta Analysis via Shiny
Description: Interactive shiny application for running a meta-analysis, provides support for both random effects and fixed effects models.
Author: William Kyle Hamilton , Atsushi Mizumoto
Maintainer: William Kyle Hamilton

Diff between MAVIS versions 0.2 dated 2014-11-22 and 1.0 dated 2014-11-28

 DESCRIPTION         |   12 +-
 MD5                 |    9 -
 NAMESPACE           |    1 
 README.md           |only
 inst/shiny/server.R |  272 +++++++++++++++++++++++++++++++++++++++++-------
 inst/shiny/ui.R     |  294 +++++++++++++++++++++++++++++++++++++++++++++-------
 6 files changed, 507 insertions(+), 81 deletions(-)

More information about MAVIS at CRAN
Permanent link

New package EnsemblePenReg with initial version 0.6
Package: EnsemblePenReg
Type: Package
Title: Extensible Classes and Methods for Penalized-Regression-based Integration of Base Learners
Version: 0.6
Date: 2014-11-25
Author: Mansour T.A. Sharabiani, Alireza S. Mahani
Maintainer: Alireza S. Mahani
Description: Extending the base classes and methods of EnsembleBase package for Penalized-Regression-based (Ridge and Lasso) integration of base learners. Default implementation uses cross-validation error to choose the optimal lambda (shrinkage parameter) for the final predictor. The package takes advantage of the file method provided in EnsembleBase package for writing estimation objects to disk in order to circumvent RAM bottleneck. Special save and load methods are provided to allow estimation objects to be saved to permanent files on disk, and to be loaded again into temporary files in a later R session. Users and developers can extend the package by extending the generic methods and classes provided in EnsembleBase package as well as this package.
License: GPL (>= 2)
Depends: EnsembleBase
Imports: parallel,methods,glmnet
Packaged: 2014-11-28 06:57:09 UTC; amahani
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-28 09:31:26

More information about EnsemblePenReg at CRAN
Permanent link

Package paleofire (with last version 1.1.4) was removed from CRAN

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

2014-11-18 1.1.4
2014-05-22 1.1.3
2014-03-15 1.1-2
2014-03-14 1.1
2014-01-08 1.0

Permanent link
Package RcppArmadillo updated to version 0.4.550.1.0 with previous version 0.4.500.0 dated 2014-10-30

Title: Rcpp Integration for the Armadillo Templated Linear Algebra Library
Description: R and Armadillo integration using Rcpp Armadillo is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The RcppArmadillo package includes the header files from the templated Armadillo library. Thus users do not need to install Armadillo itself in order to use RcppArmadillo. Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of Rcpp.
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Dirk Eddelbuettel

Diff between RcppArmadillo versions 0.4.500.0 dated 2014-10-30 and 0.4.550.1.0 dated 2014-11-28

 ChangeLog                                          |   39 ++
 DESCRIPTION                                        |    8 
 MD5                                                |   43 +-
 build/vignette.rds                                 |binary
 inst/NEWS.Rd                                       |   18 +
 inst/doc/RcppArmadillo-intro.pdf                   |binary
 inst/doc/RcppArmadillo-unitTests.pdf               |binary
 inst/include/RcppArmadilloAs.h                     |   18 +
 inst/include/RcppArmadilloForward.h                |    4 
 inst/include/armadillo                             |    3 
 inst/include/armadillo_bits/Proxy.hpp              |   48 ++
 inst/include/armadillo_bits/arma_version.hpp       |    6 
 inst/include/armadillo_bits/config.hpp             |    3 
 inst/include/armadillo_bits/fn_expmat.hpp          |only
 inst/include/armadillo_bits/fn_vectorise.hpp       |   17 -
 inst/include/armadillo_bits/glue_times_meat.hpp    |   11 
 inst/include/armadillo_bits/gmm_diag_bones.hpp     |   18 -
 inst/include/armadillo_bits/gmm_diag_meat.hpp      |  357 ++++++++++++++-------
 inst/include/armadillo_bits/op_expmat_bones.hpp    |only
 inst/include/armadillo_bits/op_expmat_meat.hpp     |only
 inst/include/armadillo_bits/op_vectorise_bones.hpp |   13 
 inst/include/armadillo_bits/op_vectorise_meat.hpp  |   69 ++++
 inst/include/armadillo_bits/traits.hpp             |   28 +
 inst/unitTests/runit.rmultinom.R                   |   75 ++--
 24 files changed, 597 insertions(+), 181 deletions(-)

More information about RcppArmadillo at CRAN
Permanent link


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