Sun, 03 Jan 2016

Package tempcyclesdata updated to version 1.0.1 with previous version 1.0.0 dated 2016-01-01

Title: Climate Data from Wang and Dillon
Description: This is the data companion package to the package tempcycles. This package includes the metadata, linear, and cycling parameters from "Recent geographic convergence in diurnal and annual temperature cycling flattens global thermal profiles", Wang & Dillon, Nature Climate Change, 4, 988-992 (2014). doi:10.1038/nclimate2378.
Author: George Wang [aut, cre]
Maintainer: George Wang <biogeek@gmail.com>

Diff between tempcyclesdata versions 1.0.0 dated 2016-01-01 and 1.0.1 dated 2016-01-03

 DESCRIPTION             |    6 +++---
 MD5                     |    8 ++++----
 R/data.R                |    2 ++
 data/tempcyclesdata.rda |binary
 man/tempcyclesdata.Rd   |    2 ++
 5 files changed, 11 insertions(+), 7 deletions(-)

More information about tempcyclesdata at CRAN
Permanent link

Package StanHeaders updated to version 2.9.0 with previous version 2.8.0 dated 2015-09-16

Title: C++ Header Files for Stan
Description: The C++ header files of the Stan project are provided by this package, but it contains no R code, shared objects, vignettes, or function documentation. It is only useful for developers who want to utilize the LinkingTo directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full Bayesian statistical inference via Markov Chain Monte Carlo and (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, templated statistical and linear algebra functions that can handle the automatically differentiable scalar types (and doubles, ints, etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models.
Author: Ben Goodrich [cre, aut], Joshua Pritikin [ctb], Andrew Gelman [aut], Bob Carpenter [aut], Matt Hoffman [aut], Daniel Lee [aut], Michael Betancourt [aut], Marcus Brubaker [aut], Jiqiang Guo [aut], Peter Li [aut], Allen Riddell [aut], Marco Inacio [aut], Mitzi Morris [aut], Jeffrey Arnold [aut], Rob Goedman [aut], Brian Lau [aut], Rob Trangucci [aut], Jonah Gabry [aut], Alp Kucukelbir [aut], Robert Grant [aut], Dustin Tran [aut], Michael Malecki [aut], Yuanjun Gao [aut]
Maintainer: Ben Goodrich <benjamin.goodrich@columbia.edu>

Diff between StanHeaders versions 2.8.0 dated 2015-09-16 and 2.9.0 dated 2016-01-03

 StanHeaders-2.8.0/StanHeaders/inst/include/src/msinttypes.h                                              |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/csv.hpp                   |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/filtered_values.hpp       |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/messages.hpp              |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/noop.hpp                  |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/sum_values.hpp            |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/values.hpp                |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/io/mcmc_writer.hpp                                   |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/arguments/arg_variational_eta_adagrad.hpp   |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/diagnose.hpp                                |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/init/init_adapt.hpp                         |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/init/init_nuts.hpp                          |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/init/init_static_hmc.hpp                    |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/init/init_windowed_adapt.hpp                |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/mcmc/print_progress.hpp                     |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/mcmc/run_markov_chain.hpp                   |only
 StanHeaders-2.8.0/StanHeaders/inst/include/src/stan/services/optimization                                |only
 StanHeaders-2.8.0/StanHeaders/inst/include/stan/math/rev/core/chainable.hpp                              |only
 StanHeaders-2.9.0/StanHeaders/DESCRIPTION                                                                |    8 
 StanHeaders-2.9.0/StanHeaders/MD5                                                                        |  292 +++---
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/base_writer.hpp           |  100 ++
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/noop_writer.hpp           |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/interface_callbacks/writer/stream_writer.hpp         |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/io/json/json_data_handler.hpp                        |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/io/json/json_handler.hpp                             |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/io/json/json_parser.hpp                              |    6 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/io/stan_csv_reader.hpp                               |    3 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/ast.hpp                                         |  355 +++++---
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/ast_def.cpp                                     |  203 ++++
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/generator.hpp                                   |  166 +++
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/expression_grammar.hpp                 |    3 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/expression_grammar_def.hpp             |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/indexes_grammar.hpp                    |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/indexes_grammar_def.hpp                |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/indexes_grammar_inst.cpp               |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/statement_grammar.hpp                  |   13 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/statement_grammar_def.hpp              |  186 +++-
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/term_grammar.hpp                       |   20 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/term_grammar_def.hpp                   |   78 +
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/grammars/var_decls_grammar_def.hpp              |    3 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/lang/parser.hpp                                      |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/base_hmc.hpp                                |   29 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/base_hamiltonian.hpp           |   31 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp             |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/dense_e_point.hpp              |   17 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp              |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/diag_e_point.hpp               |   17 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/ps_point.hpp                   |   20 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/hamiltonians/unit_e_metric.hpp              |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/integrators/base_integrator.hpp             |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/integrators/base_leapfrog.hpp               |   28 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/integrators/expl_leapfrog.hpp               |   20 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/adapt_dense_e_nuts.hpp                 |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/adapt_diag_e_nuts.hpp                  |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/adapt_unit_e_nuts.hpp                  |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp                          |   15 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/dense_e_nuts.hpp                       |   13 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/diag_e_nuts.hpp                        |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/nuts/unit_e_nuts.hpp                        |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/adapt_dense_e_static_hmc.hpp         |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/adapt_diag_e_static_hmc.hpp          |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/adapt_unit_e_static_hmc.hpp          |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/base_static_hmc.hpp                  |   15 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/dense_e_static_hmc.hpp               |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/diag_e_static_hmc.hpp                |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/mcmc/hmc/static/unit_e_static_hmc.hpp                |   14 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/model/indexing                                       |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/model/indexing.hpp                                   |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/model/model_header.hpp                               |    1 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/optimization/bfgs.hpp                                |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/optimization/lbfgs_update.hpp                        |    3 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/arg_variational.hpp               |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/arg_variational_adapt.hpp         |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/arg_variational_adapt_engaged.hpp |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/arg_variational_adapt_iter.hpp    |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/arg_variational_eta.hpp           |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/argument.hpp                      |   28 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/argument_parser.hpp               |  111 +-
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/argument_probe.hpp                |    5 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/categorical_argument.hpp          |   64 -
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/list_argument.hpp                 |   72 -
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/singleton_argument.hpp            |   42 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/unvalued_argument.hpp             |   24 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/arguments/valued_argument.hpp               |   32 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/init/initialize_state.hpp                   |  152 +--
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/io/write_error_msg.hpp                      |   37 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/mcmc/sample.hpp                             |   20 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/mcmc/warmup.hpp                             |   15 
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/optimize                                    |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/sample                                      |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/services/variational                                 |only
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/variational/advi.hpp                                 |  394 ++++++---
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/variational/families/normal_fullrank.hpp             |  431 +++++++---
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/variational/families/normal_meanfield.hpp            |  359 ++++++--
 StanHeaders-2.9.0/StanHeaders/inst/include/src/stan/version.hpp                                          |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/fwd/mat/fun/unit_vector_constrain.hpp               |only
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/fwd/mat/functor/gradient.hpp                        |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/fwd/mat/functor/jacobian.hpp                        |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/fwd/scal/fun/log_mix.hpp                            |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/memory/stack_alloc.hpp                              |    6 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/derivative.hpp                      |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/grad_hessian.hpp                    |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/grad_tr_mat_times_hessian.hpp       |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/gradient_dot_vector.hpp             |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/hessian.hpp                         |   18 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/hessian_times_vector.hpp            |   20 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/mix/mat/functor/partial_derivative.hpp              |    6 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_cholesky_factor.hpp              |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_cholesky_factor_corr.hpp         |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_corr_matrix.hpp                  |   12 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_cov_matrix.hpp                   |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_lower_triangular.hpp             |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_pos_definite.hpp                 |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_pos_semidefinite.hpp             |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_spsd_matrix.hpp                  |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_symmetric.hpp                    |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/err/check_unit_vector.hpp                  |    5 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/quad_form_diag.hpp                     |   18 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/to_array_1d.hpp                        |   20 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/to_array_2d.hpp                        |   11 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/to_matrix.hpp                          |   24 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/to_row_vector.hpp                      |   24 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/to_vector.hpp                          |   22 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/unit_vector_constrain.hpp              |   75 -
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/fun/unit_vector_free.hpp                   |   25 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/lkj_corr_cholesky_log.hpp             |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/lkj_corr_cholesky_rng.hpp             |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/lkj_corr_log.hpp                      |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/lkj_corr_rng.hpp                      |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_normal_cholesky_log.hpp         |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_normal_cholesky_rng.hpp         |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_normal_log.hpp                  |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_normal_prec_log.hpp             |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_normal_rng.hpp                  |    9 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_student_t_log.hpp               |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/mat/prob/multi_student_t_rng.hpp               |   11 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/prim/scal/meta/OperandsAndPartials.hpp              |    5 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/arr/functor/coupled_ode_system.hpp              |  227 ++---
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core.hpp                                        |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/chainable_alloc.hpp                        |   11 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/chainablestack.hpp                         |    5 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/empty_nested.hpp                           |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/gevv_vvv_vari.hpp                          |    1 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/grad.hpp                                   |   10 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/nested_size.hpp                            |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/print_stack.hpp                            |    3 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/recover_memory.hpp                         |    3 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/recover_memory_nested.hpp                  |    1 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/set_zero_all_adjoints.hpp                  |    2 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/set_zero_all_adjoints_nested.hpp           |only
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/var.hpp                                    |    7 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/core/vari.hpp                                   |   58 +
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/mat/fun/log_softmax.hpp                         |    7 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/mat/fun/unit_vector_constrain.hpp               |only
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/mat/functor/gradient.hpp                        |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/rev/mat/functor/jacobian.hpp                        |    8 
 StanHeaders-2.9.0/StanHeaders/inst/include/stan/math/version.hpp                                         |    2 
 StanHeaders-2.9.0/StanHeaders/man/StanHeaders-package.Rd                                                 |    4 
 158 files changed, 2926 insertions(+), 1545 deletions(-)

More information about StanHeaders at CRAN
Permanent link

Package rangeMapper updated to version 0.3-0 with previous version 0.2-8 dated 2014-10-27

Title: A Platform for the Study of Macroecology of Life History Traits
Description: Tools for easy generation of (life-history) traits maps based on species range (extent-of-occurrence) maps.
Author: Mihai Valcu [aut, cre], James Dale [aut], Joan Maspons [ctb]
Maintainer: Mihai Valcu <valcu@orn.mpg.de>

Diff between rangeMapper versions 0.2-8 dated 2014-10-27 and 0.3-0 dated 2016-01-03

 rangeMapper-0.2-8/rangeMapper/R/MapSummary-methods.R                             |only
 rangeMapper-0.2-8/rangeMapper/data/wrens.csv.gz                                  |only
 rangeMapper-0.2-8/rangeMapper/inst/GUI/bootstrap-switch.html                     |only
 rangeMapper-0.2-8/rangeMapper/inst/GUI/functions.R                               |only
 rangeMapper-0.2-8/rangeMapper/inst/GUI/tooltip.js                                |only
 rangeMapper-0.2-8/rangeMapper/man/00_rangeMap-class.Rd                           |only
 rangeMapper-0.2-8/rangeMapper/man/00_rangeMapper.Rd                              |only
 rangeMapper-0.2-8/rangeMapper/man/01_rangeMapStart-class.Rd                      |only
 rangeMapper-0.2-8/rangeMapper/man/02_rangeMapStart.Rd                            |only
 rangeMapper-0.2-8/rangeMapper/man/03_rangeFiles.Rd                               |only
 rangeMapper-0.2-8/rangeMapper/man/04_rangeMapBbox.Rd                             |only
 rangeMapper-0.2-8/rangeMapper/man/05_gridSize.Rd                                 |only
 rangeMapper-0.2-8/rangeMapper/man/06_canvas.Rd                                   |only
 rangeMapper-0.2-8/rangeMapper/man/07_assemblageFetch.Rd                          |only
 rangeMapper-0.2-8/rangeMapper/man/07_range.fetch.Rd                              |only
 rangeMapper-0.2-8/rangeMapper/man/07_rangeMapProcess.Rd                          |only
 rangeMapper-0.2-8/rangeMapper/man/07_rangeTraits.Rd                              |only
 rangeMapper-0.2-8/rangeMapper/man/07_vertices.Rd                                 |only
 rangeMapper-0.2-8/rangeMapper/man/08_bioSave.Rd                                  |only
 rangeMapper-0.2-8/rangeMapper/man/09_SpatialPixelsRangeMap-class.Rd              |only
 rangeMapper-0.2-8/rangeMapper/man/10_metadataUpdate.Rd                           |only
 rangeMapper-0.2-8/rangeMapper/man/10_rangeMapSave.Rd                             |only
 rangeMapper-0.2-8/rangeMapper/man/11_MapPlot-methods.Rd                          |only
 rangeMapper-0.2-8/rangeMapper/man/12_rangeMapRemove.Rd                           |only
 rangeMapper-0.2-8/rangeMapper/man/13_rangeMapExport.Rd                           |only
 rangeMapper-0.2-8/rangeMapper/man/99_wrens.Rd                                    |only
 rangeMapper-0.3-0/rangeMapper/DESCRIPTION                                        |   45 
 rangeMapper-0.3-0/rangeMapper/MD5                                                |  144 +-
 rangeMapper-0.3-0/rangeMapper/NAMESPACE                                          |  180 +--
 rangeMapper-0.3-0/rangeMapper/NEWS                                               |   55 -
 rangeMapper-0.3-0/rangeMapper/R/AAA.R                                            |   57 -
 rangeMapper-0.3-0/rangeMapper/R/AllClasses.R                                     |  353 ++----
 rangeMapper-0.3-0/rangeMapper/R/GUI.R                                            |   31 
 rangeMapper-0.3-0/rangeMapper/R/MapCanvas-methods.R                              |  527 +++++-----
 rangeMapper-0.3-0/rangeMapper/R/MapExport-methods.R                              |   47 
 rangeMapper-0.3-0/rangeMapper/R/MapFetch-methods.R                               |  170 ++-
 rangeMapper-0.3-0/rangeMapper/R/MapPlot-methods.R                                |  140 ++
 rangeMapper-0.3-0/rangeMapper/R/MapProcess-methods.R                             |  510 +++------
 rangeMapper-0.3-0/rangeMapper/R/MapRemove-methods.R                              |  113 +-
 rangeMapper-0.3-0/rangeMapper/R/MapSave-methods.R                                |  416 ++++---
 rangeMapper-0.3-0/rangeMapper/R/MapShow-methods.R                                |only
 rangeMapper-0.3-0/rangeMapper/R/assemblageFetch-methods.R                        |  111 +-
 rangeMapper-0.3-0/rangeMapper/R/bioSave-methods.R                                |  162 +--
 rangeMapper-0.3-0/rangeMapper/R/metadataUpdate-methods.R                         |  129 +-
 rangeMapper-0.3-0/rangeMapper/R/projectINI-methods.R                             |   68 -
 rangeMapper-0.3-0/rangeMapper/R/rangeFiles-methods.R                             |   37 
 rangeMapper-0.3-0/rangeMapper/R/rangeMapper-package.R                            |only
 rangeMapper-0.3-0/rangeMapper/R/rangeMapper-ramp.R                               |only
 rangeMapper-0.3-0/rangeMapper/R/style.R                                          |only
 rangeMapper-0.3-0/rangeMapper/R/utils-spatial.R                                  |  231 ++++
 rangeMapper-0.3-0/rangeMapper/R/utils.R                                          |  103 +
 rangeMapper-0.3-0/rangeMapper/build                                              |only
 rangeMapper-0.3-0/rangeMapper/data/wrens.csv                                     |only
 rangeMapper-0.3-0/rangeMapper/inst/GUI/server.R                                  |   93 -
 rangeMapper-0.3-0/rangeMapper/inst/GUI/ui.R                                      |  253 ----
 rangeMapper-0.3-0/rangeMapper/inst/doc                                           |only
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector/Troglodytes_sissonii.shp |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector/Troglodytes_sissonii.shx |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector/Troglodytes_tanneri.dbf  |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector/Troglodytes_tanneri.shp  |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector/Troglodytes_tanneri.shx  |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector_combined/make.R          |only
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector_combined/wrens.dbf       |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector_combined/wrens.shp       |binary
 rangeMapper-0.3-0/rangeMapper/inst/extdata/wrens/vector_combined/wrens.shx       |binary
 rangeMapper-0.3-0/rangeMapper/man/View_rmap.Rd                                   |only
 rangeMapper-0.3-0/rangeMapper/man/WKT2SpatialPolygonsDataFrame.Rd                |   83 -
 rangeMapper-0.3-0/rangeMapper/man/as.rmap.frame.data.table.Rd                    |only
 rangeMapper-0.3-0/rangeMapper/man/assemblageFetch.Rd                             |only
 rangeMapper-0.3-0/rangeMapper/man/bio.save.Rd                                    |only
 rangeMapper-0.3-0/rangeMapper/man/canvas.save.Rd                                 |only
 rangeMapper-0.3-0/rangeMapper/man/global.bbox.save.Rd                            |only
 rangeMapper-0.3-0/rangeMapper/man/gridSize.save.Rd                               |only
 rangeMapper-0.3-0/rangeMapper/man/metadata.update.Rd                             |only
 rangeMapper-0.3-0/rangeMapper/man/palette_rangemap.Rd                            |only
 rangeMapper-0.3-0/rangeMapper/man/plot-SpatialPixelsRangeMap-missing-method.Rd   |only
 rangeMapper-0.3-0/rangeMapper/man/plot-rmap.frame-missing-method.Rd              |only
 rangeMapper-0.3-0/rangeMapper/man/processRanges.Rd                               |only
 rangeMapper-0.3-0/rangeMapper/man/ramp.Rd                                        |only
 rangeMapper-0.3-0/rangeMapper/man/rangeFetch.Rd                                  |only
 rangeMapper-0.3-0/rangeMapper/man/rangeMap.export.Rd                             |only
 rangeMapper-0.3-0/rangeMapper/man/rangeMap.fetch.Rd                              |only
 rangeMapper-0.3-0/rangeMapper/man/rangeMap.save.Rd                               |only
 rangeMapper-0.3-0/rangeMapper/man/rangeMap.start.Rd                              |only
 rangeMapper-0.3-0/rangeMapper/man/rangeMapProjInfo.Rd                            |only
 rangeMapper-0.3-0/rangeMapper/man/rangeMapper.Rd                                 |only
 rangeMapper-0.3-0/rangeMapper/man/rangeOverlay.Rd                                |only
 rangeMapper-0.3-0/rangeMapper/man/rangeTraits.Rd                                 |only
 rangeMapper-0.3-0/rangeMapper/man/rm.rangeMapper.Rd                              |only
 rangeMapper-0.3-0/rangeMapper/man/selectShpFiles.Rd                              |only
 rangeMapper-0.3-0/rangeMapper/man/tables-SQLiteConnection-method.Rd              |only
 rangeMapper-0.3-0/rangeMapper/man/tables-methods.Rd                              |only
 rangeMapper-0.3-0/rangeMapper/man/theme_rangemap.Rd                              |only
 rangeMapper-0.3-0/rangeMapper/man/wrens.Rd                                       |only
 rangeMapper-0.3-0/rangeMapper/tests                                              |only
 rangeMapper-0.3-0/rangeMapper/vignettes                                          |only
 96 files changed, 2197 insertions(+), 1861 deletions(-)

More information about rangeMapper at CRAN
Permanent link

Package provenance updated to version 1.1 with previous version 1.0 dated 2015-12-10

Title: Statistical Toolbox for Sedimentary Provenance Analysis
Description: Bundles a number of established statistical methods to facilitate the visual interpretation of large datasets in sedimentary geology. Includes functionality for adaptive kernel density estimation, multidimensional scaling, generalised procrustes analysis and individual differences scaling using a variety of dissimilarity measures. Univariate provenance proxies, such as single-grain ages or (isotopic) compositions are compared with the Kolmogorov- Smirnov dissimilarity and Sircombe-Hazelton L2-norm. Categorical provenance proxies, such as mineralogical, petrographic or chemical compositions are compared with the Aitchison and Bray-Curtis distances. Also included are tools to plot compositional data on ternary diagrams, to calculate the sample size required for specified levels of statistical precision, and to assess the effects of hydraulic sorting on detrital compositions. Includes an intuitive query-based user interface for users who are not proficient in R.
Author: Pieter Vermeesch [aut, cre]
Maintainer: Pieter Vermeesch <p.vermeesch@ucl.ac.uk>

Diff between provenance versions 1.0 dated 2015-12-10 and 1.1 dated 2016-01-03

 DESCRIPTION                |    9 +++----
 MD5                        |   32 +++++++++++++------------
 NAMESPACE                  |    2 +
 R/documentation.R          |   25 -------------------
 R/gui.R                    |only
 R/kde.R                    |    5 +++
 R/minsorting.R             |    5 +--
 R/plot.R                   |   55 +++++++++++++++++++++++++++++--------------
 R/provenance.R             |   57 ++++++++++++++++++++++++++++++---------------
 data/Namib.rda             |binary
 data/endmembers.rda        |binary
 man/GPA.Rd                 |only
 man/minsorting.Rd          |    5 +--
 man/plot.KDE.Rd            |    2 -
 man/plot.ternary.Rd        |    3 --
 man/procrustes.Rd          |   10 +++----
 man/provenance.Rd          |   34 ++++++++++----------------
 man/read.distributional.Rd |   12 ++++-----
 18 files changed, 134 insertions(+), 122 deletions(-)

More information about provenance at CRAN
Permanent link

Package NNLM updated to version 0.4.1 with previous version 0.4.0 dated 2015-12-26

Title: Fast and Versatile Non-Negative Matrix Factorization
Description: This is a package for Non-Negative Linear Models (NNLM). It implements fast sequential coordinate descent algorithms for non-negative linear regression and non-negative matrix factorization (NMF). It supports mean square error and Kullback-Leibler divergence loss. Many other features are also implemented, including missing value imputation, domain knowledge integration, designable W and H matrices and multiple forms of regularizations.
Author: Xihui Lin [aut, cre], Paul C Boutros [aut]
Maintainer: Xihui Lin <xihuil.silence@gmail.com>

Diff between NNLM versions 0.4.0 dated 2015-12-26 and 0.4.1 dated 2016-01-03

 DESCRIPTION                          |   10 +++---
 MD5                                  |   16 +++++-----
 NEWS                                 |    5 +++
 R/nnmf.R                             |   19 ++++++++----
 inst/doc/Fast-And-Versatile-NMF.Rmd  |    8 ++---
 inst/doc/Fast-And-Versatile-NMF.html |   52 +++++++++++++++++------------------
 man/nnmf.Rd                          |   19 ++++++++----
 src/nnlm.h                           |    5 ---
 vignettes/Fast-And-Versatile-NMF.Rmd |    8 ++---
 9 files changed, 79 insertions(+), 63 deletions(-)

More information about NNLM at CRAN
Permanent link

New package metaheur with initial version 0.1.0
Package: metaheur
Type: Package
Title: Metaheuristic Optimization Framework for Preprocessing Combinations
Version: 0.1.0
Date: 2016-1-3
Author: Markus Vattulainen
Depends: R (>= 2.10)
Maintainer: Markus Vattulainen <markus.vattulainen@gmail.com>
Description: Automation of preprocessing often requires computationally costly preprocessing combinations. This package helps to find near-best combinations faster. Sub heuristics supported are random and grid restarts, taboo list, decreasing probability for accepting inferior solutions and location of previously best solution candidate is compared to. The package is intended to be used with package 'preprocomb' and takes its 'GridClass' object as input.
License: GPL-2
LazyData: TRUE
Imports: utils, reshape2, ggplot2, preprocomb
Suggests: testthat
NeedsCompilation: no
Packaged: 2016-01-03 17:14:10 UTC; Markus
Repository: CRAN
Date/Publication: 2016-01-03 22:26:43

More information about metaheur at CRAN
Permanent link

New package grpss with initial version 3.0.1
Package: grpss
Type: Package
Title: Group Screening and Selection
Version: 3.0.1
Date: 2016-01-02
Author: Debin Qiu, Jeongyoun Ahn
Maintainer: Debin Qiu <debinqiu@uga.edu>
Description: Contains the tools to screen grouped variables, and select screened grouped variables afterwards. The main function grpss() can perform the grouped variables screening as well as selection for ultra-high dimensional data with group structure. The screening step is primarily used to reduce the dimensions of data so that the selection procedure can easily handle the moderate or low dimensions instead of ultra-high dimensions.
License: GPL-2 | GPL-3
LazyData: TRUE
Imports: MASS, doParallel, foreach, grpreg
NeedsCompilation: no
Packaged: 2016-01-03 16:47:07 UTC; Deman
Repository: CRAN
Date/Publication: 2016-01-03 22:28:01

More information about grpss at CRAN
Permanent link

Package icensmis updated to version 1.3.1 with previous version 1.3.0 dated 2015-10-14

Title: Study Design and Data Analysis in the Presence of Error-Prone Diagnostic Tests and Self-Reported Outcomes
Description: We consider studies in which information from error-prone diagnostic tests or self-reports are gathered sequentially to determine the occurrence of a silent event. Using a likelihood-based approach incorporating the proportional hazards assumption, we provide functions to estimate the survival distribution and covariate effects. We also provide functions for power and sample size calculations for this setting.
Author: Xiangdong Gu and Raji Balasubramanian
Maintainer: Xiangdong Gu <ustcgxd@gmail.com>

Diff between icensmis versions 1.3.0 dated 2015-10-14 and 1.3.1 dated 2016-01-03

 DESCRIPTION        |    6 +++---
 MD5                |    4 ++--
 src/powerfuncs.cpp |   13 +++++++++++--
 3 files changed, 16 insertions(+), 7 deletions(-)

More information about icensmis at CRAN
Permanent link

Package samplingVarEst updated to version 1.0-1 with previous version 0.9-9 dated 2014-05-13

Title: Sampling Variance Estimation
Description: Functions to calculate some point estimators and estimating their variance under unequal probability sampling without replacement. Single and two stage sampling designs are considered. Some approximations for the second order inclusion probabilities are also available (sample and population based).
Author: Emilio Lopez Escobar [aut, cre, cph] <emilio@numerika.mx>, Ernesto Barrios Zamudio [ctb] <ebarrios@itam.mx>, Juan Francisco Munoz Rosas [ctb] <jfmunoz@go.ugr.es>
Maintainer: Emilio Lopez Escobar <emilio@numerika.mx>

Diff between samplingVarEst versions 0.9-9 dated 2014-05-13 and 1.0-1 dated 2016-01-03

 ChangeLog                     |   12 ++++
 DESCRIPTION                   |   16 +++--
 MD5                           |   36 +++++++-----
 R/Est_EmpDistFunc_Hajek.r     |only
 R/Est_EmpDistFunc_NHT.r       |only
 README                        |    7 +-
 inst/CITATION                 |    5 +
 man/Est_EmpDistFunc_Hajek.rd  |only
 man/Est_EmpDistFunc_NHT.rd    |only
 man/Est_Ratio.rd              |    2 
 man/VE_EB_HT_Ratio.rd         |    2 
 man/VE_EB_SYG_Ratio.rd        |    2 
 man/VE_Jk_B_Ratio.rd          |    2 
 man/VE_Jk_CBS_HT_Ratio.rd     |    2 
 man/VE_Jk_CBS_SYG_Ratio.rd    |    2 
 man/VE_Jk_EB_SW2_Ratio.rd     |    2 
 man/VE_Jk_Tukey_Ratio.rd      |    2 
 man/VE_Lin_HT_Ratio.rd        |  120 +++++++++++++++++++++---------------------
 man/VE_Lin_SYG_Ratio.rd       |    2 
 man/samplingVarEst-package.rd |    4 +
 src/Est_EmpDistFunc_Hajek.c   |only
 src/Est_EmpDistFunc_NHT.c     |only
 22 files changed, 121 insertions(+), 97 deletions(-)

More information about samplingVarEst at CRAN
Permanent link

Package robustlmm updated to version 1.8 with previous version 1.7-6 dated 2015-08-30

Title: Robust Linear Mixed Effects Models
Description: A method to fit linear mixed effects models robustly. Robustness is achieved by modification of the scoring equations combined with the Design Adaptive Scale approach.
Author: Manuel Koller
Maintainer: Manuel Koller <koller.manuel@gmail.com>

Diff between robustlmm versions 1.7-6 dated 2015-08-30 and 1.8 dated 2016-01-03

 DESCRIPTION                                             |    8 +-
 MD5                                                     |   30 ++++-----
 NAMESPACE                                               |    3 
 R/DAS-scale.R                                           |   38 ++++++++++--
 R/rlmer.R                                               |   49 ++++++++++++----
 build/vignette.rds                                      |binary
 inst/doc/ggplot.theme.R                                 |    5 -
 inst/doc/rlmer.pdf                                      |binary
 tests/compare-methods.Rout.save                         |   20 +++---
 vignettes/figs/fig-ex-penicillin-qq-ranef.pdf           |binary
 vignettes/figs/fig-ex-penicillin-qq-resid.pdf           |binary
 vignettes/figs/fig-ex-penicillin-raw.pdf                |binary
 vignettes/figs/fig-ex-penicillin-robustness-weights.pdf |binary
 vignettes/figs/fig-ex-penicillin-ta.pdf                 |binary
 vignettes/figs/fig-ex-sleepstudy-raw.pdf                |binary
 vignettes/figs/fig-ex-smoothedHuber.pdf                 |binary
 16 files changed, 102 insertions(+), 51 deletions(-)

More information about robustlmm at CRAN
Permanent link

Package rainbow updated to version 3.4 with previous version 3.3 dated 2015-04-15

Title: Rainbow Plots, Bagplots and Boxplots for Functional Data
Description: Functions and data sets for functional data display and outlier detection.
Author: Han Lin Shang and Rob J Hyndman
Maintainer: Han Lin Shang <hanlin.shang@anu.edu.au>

Diff between rainbow versions 3.3 dated 2015-04-15 and 3.4 dated 2016-01-03

 ChangeLog              |  131 ------
 DESCRIPTION            |   10 
 MD5                    |   26 -
 NAMESPACE              |   14 
 R/fbag.R               |  128 +++---
 R/plot.fds.R           |   11 
 build/vignette.rds     |binary
 inst/doc/rainbow.R     |   20 -
 inst/doc/rainbow.Rnw   |   63 +--
 inst/doc/rainbow.pdf   |binary
 man/SVDplot.Rd         |    2 
 man/rainbow-package.Rd |    4 
 vignettes/Shang.bib    |  969 ++++++++++++++++++++++++-------------------------
 vignettes/rainbow.Rnw  |   63 +--
 14 files changed, 675 insertions(+), 766 deletions(-)

More information about rainbow at CRAN
Permanent link

New package request with initial version 0.1.0
Package: request
Title: High Level 'HTTP' Client
Description: High level and easy 'HTTP' client for 'R'. Provides functions for building 'HTTP' queries, including query parameters, body requests, headers, authentication, and more.
Version: 0.1.0
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com")
License: MIT + file LICENSE
URL: https://github.com/sckott/request
BugReports: https://github.com/sckott/request/issues
Depends: httr (>= 1.0.0)
Imports: methods, stats, utils, curl (>= 0.9.4), jsonlite (>= 0.9.19), magrittr (>= 1.5), lazyeval (>= 0.1.10), whisker (>= 0.3-2), R6 (>= 2.1.1)
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-02 21:26:39 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-01-03 16:14:12

More information about request at CRAN
Permanent link

New package httping with initial version 0.1.0
Package: httping
Title: 'Ping' 'URLs' to Time 'Requests'
Description: A suite of functions to ping 'URLs' and to time 'HTTP' 'requests'. Designed to work with 'httr'.
Version: 0.1.0
Date: 2016-01-02
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com")
License: MIT + file LICENSE
URL: https://github.com/sckott/httping
BugReports: https://github.com/sckott/httping/issues
Depends: httr (>= 1.0.0)
Imports: methods, stats, jsonlite (>= 0.9.19), pryr (>= 0.1.2), magrittr (>= 1.5), httpcode (>= 0.1.0)
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-02 23:46:58 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-01-03 16:14:08

More information about httping at CRAN
Permanent link

Package forestFloor updated to version 1.9.1 with previous version 1.8.9 dated 2015-11-29

Title: Visualizes Random Forests with Feature Contributions
Description: Enables users to form appropriate visualizations of high dimensional mapping structures of random forests.
Author: Soeren Havelund Welling
Maintainer: Soeren Havelund Welling <SOWE@DTU.DK>

Diff between forestFloor versions 1.8.9 dated 2015-11-29 and 1.9.1 dated 2016-01-03

 forestFloor-1.8.9/forestFloor/src/multiClass.cpp                      |only
 forestFloor-1.9.1/forestFloor/DESCRIPTION                             |   14 
 forestFloor-1.9.1/forestFloor/MD5                                     |   58 -
 forestFloor-1.9.1/forestFloor/NAMESPACE                               |   36 -
 forestFloor-1.9.1/forestFloor/NEWS                                    |only
 forestFloor-1.9.1/forestFloor/R/convolute_ff.R                        |    3 
 forestFloor-1.9.1/forestFloor/R/forestFloor_randomForest_multiClass.R |   71 --
 forestFloor-1.9.1/forestFloor/R/plot.forestFloor_multiClass.R         |  103 ++-
 forestFloor-1.9.1/forestFloor/R/plot.forestFloor_regression.R         |   77 +-
 forestFloor-1.9.1/forestFloor/R/plot_simplex3.R                       |    5 
 forestFloor-1.9.1/forestFloor/R/print.forestFloor_multiClass.R        |only
 forestFloor-1.9.1/forestFloor/R/show3d.R                              |   24 
 forestFloor-1.9.1/forestFloor/R/vec.plot.R                            |   50 +
 forestFloor-1.9.1/forestFloor/man/append.overwrite.alists.Rd          |   12 
 forestFloor-1.9.1/forestFloor/man/as.numeric.factor.Rd                |   13 
 forestFloor-1.9.1/forestFloor/man/box.outliers.Rd                     |   10 
 forestFloor-1.9.1/forestFloor/man/convolute_ff.Rd                     |   29 
 forestFloor-1.9.1/forestFloor/man/convolute_ff2.Rd                    |   25 
 forestFloor-1.9.1/forestFloor/man/convolute_grid.Rd                   |   68 +-
 forestFloor-1.9.1/forestFloor/man/fcol.Rd                             |  104 ++-
 forestFloor-1.9.1/forestFloor/man/forestFloor-package.Rd              |   15 
 forestFloor-1.9.1/forestFloor/man/forestFloor.Rd                      |   54 -
 forestFloor-1.9.1/forestFloor/man/plot.forestFloor.Rd                 |  309 ++++------
 forestFloor-1.9.1/forestFloor/man/plot_simplex3.Rd                    |   80 +-
 forestFloor-1.9.1/forestFloor/man/print.forestFloor.Rd                |    6 
 forestFloor-1.9.1/forestFloor/man/recTree.Rd                          |   61 -
 forestFloor-1.9.1/forestFloor/man/show3d.Rd                           |   43 -
 forestFloor-1.9.1/forestFloor/man/vec.plot.Rd                         |   39 -
 forestFloor-1.9.1/forestFloor/tests/allExamples.R                     |only
 forestFloor-1.9.1/forestFloor/tests/rfPermute_supported.R             |   72 +-
 forestFloor-1.9.1/forestFloor/tests/testBinaryClass.R                 |   21 
 forestFloor-1.9.1/forestFloor/tests/testMultiClass.cpp.R              |   20 
 32 files changed, 742 insertions(+), 680 deletions(-)

More information about forestFloor at CRAN
Permanent link

Package dtwclust updated to version 2.0.0 with previous version 1.3.0 dated 2015-12-11

Title: Time Series Clustering with Dynamic Time Warping Distance
Description: Time series clustering using different techniques related to the Dynamic Time Warping distance and its corresponding lower bounds. Additionally, an implementation of k-Shape clustering is available, and the package can be easily extended with custom distance measures and centroid definitions.
Author: Alexis Sarda-Espinosa
Maintainer: Alexis Sarda <alexis.sarda@gmail.com>

Diff between dtwclust versions 1.3.0 dated 2015-12-11 and 2.0.0 dated 2016-01-03

 dtwclust-1.3.0/dtwclust/R/dtwclust-plot.R            |only
 dtwclust-1.3.0/dtwclust/man/plot-methods.Rd          |only
 dtwclust-2.0.0/dtwclust/DESCRIPTION                  |   24 
 dtwclust-2.0.0/dtwclust/MD5                          |  117 +
 dtwclust-2.0.0/dtwclust/NAMESPACE                    |   11 
 dtwclust-2.0.0/dtwclust/R/DBA.R                      |  112 +
 dtwclust-2.0.0/dtwclust/R/NCCc.R                     |    5 
 dtwclust-2.0.0/dtwclust/R/SBD.R                      |  375 ++--
 dtwclust-2.0.0/dtwclust/R/TADPole.R                  |  189 --
 dtwclust-2.0.0/dtwclust/R/all_cent.R                 |  442 ++---
 dtwclust-2.0.0/dtwclust/R/dtw-lb.R                   |  200 +-
 dtwclust-2.0.0/dtwclust/R/dtwclust-classes.R         |  177 ++
 dtwclust-2.0.0/dtwclust/R/dtwclust-methods.R         |only
 dtwclust-2.0.0/dtwclust/R/dtwclust.R                 | 1471 +++++++++----------
 dtwclust-2.0.0/dtwclust/R/dtwdistfun.R               |  379 ++--
 dtwclust-2.0.0/dtwclust/R/kcca-list.R                |  104 -
 dtwclust-2.0.0/dtwclust/R/lb-improved.R              |  201 +-
 dtwclust-2.0.0/dtwclust/R/lb-keogh.R                 |  159 +-
 dtwclust-2.0.0/dtwclust/R/pkg.R                      |  293 ++-
 dtwclust-2.0.0/dtwclust/R/reinterpolate.R            |    2 
 dtwclust-2.0.0/dtwclust/R/shape-extraction.R         |   79 -
 dtwclust-2.0.0/dtwclust/R/utils.R                    |  347 ++--
 dtwclust-2.0.0/dtwclust/R/zscore.R                   |    5 
 dtwclust-2.0.0/dtwclust/README.md                    |  142 +
 dtwclust-2.0.0/dtwclust/inst/NEWS.Rd                 |only
 dtwclust-2.0.0/dtwclust/inst/dtwclust-examples.R     |only
 dtwclust-2.0.0/dtwclust/man/DBA.Rd                   |   29 
 dtwclust-2.0.0/dtwclust/man/NCCc.Rd                  |    4 
 dtwclust-2.0.0/dtwclust/man/SBD.Rd                   |   16 
 dtwclust-2.0.0/dtwclust/man/TADPole.Rd               |    6 
 dtwclust-2.0.0/dtwclust/man/clusterSim.Rd            |only
 dtwclust-2.0.0/dtwclust/man/dtw_lb.Rd                |   31 
 dtwclust-2.0.0/dtwclust/man/dtwclust-class.Rd        |   40 
 dtwclust-2.0.0/dtwclust/man/dtwclust-methods.Rd      |only
 dtwclust-2.0.0/dtwclust/man/dtwclust-package.Rd      |   34 
 dtwclust-2.0.0/dtwclust/man/dtwclust.Rd              |  337 ++--
 dtwclust-2.0.0/dtwclust/man/dtwclustControl-class.Rd |only
 dtwclust-2.0.0/dtwclust/man/dtwclustFamily-class.Rd  |only
 dtwclust-2.0.0/dtwclust/man/lb_improved.Rd           |    6 
 dtwclust-2.0.0/dtwclust/man/lb_keogh.Rd              |    6 
 dtwclust-2.0.0/dtwclust/man/randIndex.Rd             |only
 dtwclust-2.0.0/dtwclust/man/shape_extraction.Rd      |   26 
 dtwclust-2.0.0/dtwclust/man/zscore.Rd                |    4 
 dtwclust-2.0.0/dtwclust/src/pairs.c                  |   87 -
 dtwclust-2.0.0/dtwclust/src/runminmax.c              |only
 dtwclust-2.0.0/dtwclust/tests                        |only
 46 files changed, 3032 insertions(+), 2428 deletions(-)

More information about dtwclust at CRAN
Permanent link

Package commonmark updated to version 0.6 with previous version 0.5 dated 2015-09-01

Title: Bindings to the CommonMark Reference Implementation
Description: The CommonMark specification defines a rationalized version of markdown syntax. This package uses the libcmark reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format.
Author: Jeroen Ooms [aut, cre], John MacFarlane [cph] (Author of cmark)
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>

Diff between commonmark versions 0.5 dated 2015-09-01 and 0.6 dated 2016-01-03

 commonmark-0.5/commonmark/src/cmark/bench.h          |only
 commonmark-0.6/commonmark/DESCRIPTION                |   17 
 commonmark-0.6/commonmark/LICENSE                    |    2 
 commonmark-0.6/commonmark/MD5                        |   55 
 commonmark-0.6/commonmark/NAMESPACE                  |    2 
 commonmark-0.6/commonmark/NEWS                       |    3 
 commonmark-0.6/commonmark/man/commonmark.Rd          |    2 
 commonmark-0.6/commonmark/src/cmark/blocks.c         |  148 
 commonmark-0.6/commonmark/src/cmark/chunk.h          |   12 
 commonmark-0.6/commonmark/src/cmark/cmark.h          |  122 
 commonmark-0.6/commonmark/src/cmark/cmark_ctype.c    |   12 
 commonmark-0.6/commonmark/src/cmark/cmark_version.h  |    4 
 commonmark-0.6/commonmark/src/cmark/commonmark.c     |   34 
 commonmark-0.6/commonmark/src/cmark/houdini_html_u.c |   11 
 commonmark-0.6/commonmark/src/cmark/html.c           |   44 
 commonmark-0.6/commonmark/src/cmark/inlines.c        |   19 
 commonmark-0.6/commonmark/src/cmark/iterator.c       |    4 
 commonmark-0.6/commonmark/src/cmark/latex.c          |   80 
 commonmark-0.6/commonmark/src/cmark/main.c           |    9 
 commonmark-0.6/commonmark/src/cmark/man.c            |   22 
 commonmark-0.6/commonmark/src/cmark/node.c           |  165 
 commonmark-0.6/commonmark/src/cmark/node.h           |   10 
 commonmark-0.6/commonmark/src/cmark/render.c         |    9 
 commonmark-0.6/commonmark/src/cmark/render.h         |    1 
 commonmark-0.6/commonmark/src/cmark/scanners.c       | 8038 ++++++++-----------
 commonmark-0.6/commonmark/src/cmark/scanners.h       |   13 
 commonmark-0.6/commonmark/src/cmark/utf8.c           |    9 
 commonmark-0.6/commonmark/src/cmark/utf8.h           |    6 
 commonmark-0.6/commonmark/src/cmark/xml.c            |   24 
 29 files changed, 4246 insertions(+), 4631 deletions(-)

More information about commonmark at CRAN
Permanent link

Package cghseg updated to version 1.0.2-1 with previous version 1.0.2 dated 2013-11-12

Title: Segmentation Methods for Array CGH Analysis
Description: cghseg is an R package dedicated to the analysis of CGH profiles using segmentation models.
Author: Franck Picard, Mark Hoebeke, Emilie Lebarbier, Vincent Miele, Guillem Rigaill, Stephane Robin
Maintainer: ORPHANED

Diff between cghseg versions 1.0.2 dated 2013-11-12 and 1.0.2-1 dated 2016-01-03

 DESCRIPTION              |    8 ++++----
 MD5                      |   10 +++++-----
 NAMESPACE                |    3 +++
 src/Segmentation_ibp.cc  |    1 +
 src/Segmentation_mean.cc |    2 +-
 src/compactEM_init.cc    |    5 ++---
 6 files changed, 16 insertions(+), 13 deletions(-)

More information about cghseg at CRAN
Permanent link


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