Title: Unicode Data and Utilities
Diff between Unicode versions 0.1-4 dated 2014-03-22 and 0.1-5 dated 2014-11-28
Description: Data from Unicode 7.0.0 and related utilities.
Author: Kurt Hornik [aut, cre]
Maintainer: Kurt Hornik
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(-)
Title: Meta Analysis via Shiny
Diff between MAVIS versions 0.2 dated 2014-11-22 and 1.0 dated 2014-11-28
Description: Interactive shiny application for running a meta-analysis,
provides support for both random effects and fixed effects models.
Author: William Kyle Hamilton
Maintainer: William Kyle Hamilton
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 EnsemblePenReg at CRAN
Permanent link
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
Title: Rcpp Integration for the Armadillo Templated Linear Algebra
Library
Diff between RcppArmadillo versions 0.4.500.0 dated 2014-10-30 and 0.4.550.1.0 dated 2014-11-28
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
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(-)