Thu, 27 Apr 2017

Package visualize updated to version 4.3.0 with previous version 4.2 dated 2013-08-03

Title: Graph Probability Distributions with User Supplied Parameters and Statistics
Description: Graphs the pdf or pmf and highlights what area or probability is present in user defined locations. Visualize is able to provide lower tail, bounded, upper tail, and two tail calculations. Supports strict and equal to inequalities. Also provided on the graph is the mean and variance of the distribution.
Author: James Balamuta [aut, cph, cre]
Maintainer: James Balamuta <james.balamuta@gmail.com>

Diff between visualize versions 4.2 dated 2013-08-03 and 4.3.0 dated 2017-04-27

 visualize-4.2/visualize/NEWS                             |only
 visualize-4.2/visualize/R/visualize.distributions.S      |only
 visualize-4.3.0/visualize/DESCRIPTION                    |   30 -
 visualize-4.3.0/visualize/LICENSE                        |only
 visualize-4.3.0/visualize/MD5                            |   96 ++--
 visualize-4.3.0/visualize/NAMESPACE                      |   29 +
 visualize-4.3.0/visualize/NEWS.md                        |only
 visualize-4.3.0/visualize/R/sysdata.rda                  |only
 visualize-4.3.0/visualize/R/visualize-distributions.R    |only
 visualize-4.3.0/visualize/R/visualize-package.R          |only
 visualize-4.3.0/visualize/R/visualize.beta.R             |   42 +
 visualize-4.3.0/visualize/R/visualize.binom.R            |   43 +-
 visualize-4.3.0/visualize/R/visualize.cauchy.R           |   39 +
 visualize-4.3.0/visualize/R/visualize.chisq.R            |   38 +
 visualize-4.3.0/visualize/R/visualize.continuous.R       |  304 +++++++-------
 visualize-4.3.0/visualize/R/visualize.discrete.R         |  320 ++++++++-------
 visualize-4.3.0/visualize/R/visualize.exp.R              |   39 +
 visualize-4.3.0/visualize/R/visualize.f.R                |   39 +
 visualize-4.3.0/visualize/R/visualize.gamma.R            |   42 +
 visualize-4.3.0/visualize/R/visualize.geom.R             |   42 +
 visualize-4.3.0/visualize/R/visualize.hyper.R            |   44 +-
 visualize-4.3.0/visualize/R/visualize.it.R               |  113 ++++-
 visualize-4.3.0/visualize/R/visualize.lnorm.R            |   40 +
 visualize-4.3.0/visualize/R/visualize.logis.R            |   40 +
 visualize-4.3.0/visualize/R/visualize.nbinom.R           |   44 +-
 visualize-4.3.0/visualize/R/visualize.norm.R             |   36 +
 visualize-4.3.0/visualize/R/visualize.pois.R             |   41 +
 visualize-4.3.0/visualize/R/visualize.t.R                |   39 +
 visualize-4.3.0/visualize/R/visualize.unif.R             |   37 +
 visualize-4.3.0/visualize/R/visualize.wilcox.R           |   40 +
 visualize-4.3.0/visualize/README.md                      |only
 visualize-4.3.0/visualize/man/visualize-package.Rd       |   88 ++--
 visualize-4.3.0/visualize/man/visualize.beta.Rd          |  100 ++--
 visualize-4.3.0/visualize/man/visualize.binom.Rd         |  100 ++--
 visualize-4.3.0/visualize/man/visualize.cauchy.Rd        |   94 ++--
 visualize-4.3.0/visualize/man/visualize.chisq.Rd         |   95 ++--
 visualize-4.3.0/visualize/man/visualize.continuous.Rd    |   89 ++--
 visualize-4.3.0/visualize/man/visualize.discrete.Rd      |   98 ++--
 visualize-4.3.0/visualize/man/visualize.distributions.Rd |  193 ++++-----
 visualize-4.3.0/visualize/man/visualize.exp.Rd           |   89 ++--
 visualize-4.3.0/visualize/man/visualize.f.Rd             |   94 ++--
 visualize-4.3.0/visualize/man/visualize.gamma.Rd         |   96 ++--
 visualize-4.3.0/visualize/man/visualize.geom.Rd          |   95 ++--
 visualize-4.3.0/visualize/man/visualize.hyper.Rd         |  104 ++--
 visualize-4.3.0/visualize/man/visualize.it.Rd            |  142 +++---
 visualize-4.3.0/visualize/man/visualize.lnorm.Rd         |   94 ++--
 visualize-4.3.0/visualize/man/visualize.logis.Rd         |   94 ++--
 visualize-4.3.0/visualize/man/visualize.nbinom.Rd        |  101 ++--
 visualize-4.3.0/visualize/man/visualize.norm.Rd          |   81 +--
 visualize-4.3.0/visualize/man/visualize.pois.Rd          |   94 ++--
 visualize-4.3.0/visualize/man/visualize.t.Rd             |   89 ++--
 visualize-4.3.0/visualize/man/visualize.unif.Rd          |   88 ++--
 visualize-4.3.0/visualize/man/visualize.wilcox.Rd        |   98 ++--
 53 files changed, 2305 insertions(+), 1488 deletions(-)

More information about visualize at CRAN
Permanent link

Package radiant.design updated to version 0.8.0 with previous version 0.6.0 dated 2016-09-14

Title: Design Menu for Radiant: Business Analytics using R and Shiny
Description: The Radiant Design menu includes interfaces for design of experiments, sampling, and sample size calculation. The application extends the functionality in radiant.data.
Author: Vincent Nijs [aut, cre]
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>

Diff between radiant.design versions 0.6.0 dated 2016-09-14 and 0.8.0 dated 2017-04-27

 DESCRIPTION                                        |   20 +++---
 LICENSE                                            |    4 -
 MD5                                                |   68 ++++++++++-----------
 NAMESPACE                                          |    1 
 NEWS.md                                            |   17 ++++-
 R/doe.R                                            |   37 +++++++----
 R/sample_size.R                                    |   11 +--
 R/sampling.R                                       |   22 ++++--
 README.md                                          |   63 ++++++++++---------
 inst/app/global.R                                  |    6 +
 inst/app/init.R                                    |    3 
 inst/app/tools/analysis/doe_ui.R                   |   43 ++++++-------
 inst/app/tools/analysis/sample_size_comp_ui.R      |   11 +++
 inst/app/tools/analysis/sample_size_ui.R           |   11 +++
 inst/app/tools/analysis/sampling_ui.R              |    7 +-
 inst/app/tools/help/doe.md                         |   30 +++++----
 inst/app/tools/help/figures/doe_factors.png        |binary
 inst/app/tools/help/figures/doe_output.png         |binary
 inst/app/tools/help/figures/doe_output_partial.png |only
 inst/app/tools/help/figures/sampling.png           |binary
 inst/app/tools/help/sample_size.Rmd                |    8 +-
 inst/app/tools/help/sample_size.md                 |    8 +-
 inst/app/tools/help/sample_size_comp.Rmd           |    4 +
 inst/app/tools/help/sample_size_comp.md            |    4 +
 inst/app/tools/help/sampling.md                    |    8 +-
 inst/app/www                                       |only
 man/doe.Rd                                         |    1 
 man/radiant.design.Rd                              |    2 
 man/rndnames.Rd                                    |    1 
 man/sample_size.Rd                                 |    3 
 man/sample_size_comp.Rd                            |    1 
 man/sampling.Rd                                    |    5 -
 man/summary.doe.Rd                                 |    1 
 man/summary.sample_size.Rd                         |    1 
 man/summary.sample_size_comp.Rd                    |    1 
 man/summary.sampling.Rd                            |    5 -
 36 files changed, 247 insertions(+), 160 deletions(-)

More information about radiant.design at CRAN
Permanent link

Package radiant.basics updated to version 0.8.0 with previous version 0.6.0 dated 2016-09-14

Title: Basics Menu for Radiant: Business Analytics using R and Shiny
Description: The Radiant Basics menu includes interfaces for probability calculation, central limit theorem simulation, comparing means and proportions, goodness-of-fit testing, cross-tabs, and correlation. The application extends the functionality in radiant.data.
Author: Vincent Nijs [aut, cre]
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>

Diff between radiant.basics versions 0.6.0 dated 2016-09-14 and 0.8.0 dated 2017-04-27

 DESCRIPTION                                |   16 +-
 LICENSE                                    |    4 
 MD5                                        |  177 ++++++++++++++---------------
 NAMESPACE                                  |    6 
 NEWS.md                                    |   12 +
 R/aaa.R                                    |    4 
 R/compare_means.R                          |   22 +--
 R/compare_props.R                          |   17 +-
 R/correlation.R                            |   40 ++++--
 R/cross_tabs.R                             |   24 +--
 R/goodness.R                               |   12 +
 R/prob_calc.R                              |   58 +++------
 R/single_mean.R                            |    8 -
 R/single_prop.R                            |   15 --
 README.md                                  |   63 +++++-----
 inst/app/global.R                          |    3 
 inst/app/init.R                            |    6 
 inst/app/tools/analysis/clt.R              |   23 +--
 inst/app/tools/analysis/compare_means_ui.R |    3 
 inst/app/tools/analysis/compare_props_ui.R |    3 
 inst/app/tools/analysis/correlation_ui.R   |    8 -
 inst/app/tools/analysis/cross_tabs_ui.R    |   13 +-
 inst/app/tools/analysis/goodness_ui.R      |   13 +-
 inst/app/tools/analysis/prob_calc_ui.R     |    2 
 inst/app/tools/analysis/single_mean_ui.R   |   10 -
 inst/app/tools/analysis/single_prop_ui.R   |    8 -
 inst/app/tools/help/clt.md                 |    2 
 inst/app/tools/help/compare_means.md       |    7 +
 inst/app/tools/help/compare_props.md       |    7 +
 inst/app/tools/help/correlation.md         |    7 +
 inst/app/tools/help/cross_tabs.md          |    8 -
 inst/app/tools/help/goodness.md            |    6 
 inst/app/tools/help/prob_calc.Rmd          |    6 
 inst/app/tools/help/prob_calc.md           |    6 
 inst/app/tools/help/single_mean.md         |    6 
 inst/app/tools/help/single_prop.md         |   13 +-
 inst/app/www                               |only
 man/compare_means.Rd                       |    1 
 man/compare_props.Rd                       |    1 
 man/consider.Rd                            |    1 
 man/correlation.Rd                         |    1 
 man/cross_tabs.Rd                          |    1 
 man/demand_uk.Rd                           |    1 
 man/goodness.Rd                            |    1 
 man/newspaper.Rd                           |    1 
 man/plot.compare_means.Rd                  |    1 
 man/plot.compare_props.Rd                  |    6 
 man/plot.correlation_.Rd                   |    7 -
 man/plot.cross_tabs.Rd                     |    6 
 man/plot.goodness.Rd                       |    5 
 man/plot.prob_binom.Rd                     |    5 
 man/plot.prob_chisq.Rd                     |    5 
 man/plot.prob_disc.Rd                      |    5 
 man/plot.prob_expo.Rd                      |    5 
 man/plot.prob_fdist.Rd                     |    5 
 man/plot.prob_norm.Rd                      |    5 
 man/plot.prob_pois.Rd                      |    5 
 man/plot.prob_tdist.Rd                     |    5 
 man/plot.prob_unif.Rd                      |    5 
 man/plot.single_mean.Rd                    |    1 
 man/plot.single_prop.Rd                    |    1 
 man/prob_binom.Rd                          |    1 
 man/prob_chisq.Rd                          |    1 
 man/prob_disc.Rd                           |    1 
 man/prob_expo.Rd                           |    1 
 man/prob_fdist.Rd                          |    1 
 man/prob_norm.Rd                           |    1 
 man/prob_pois.Rd                           |    1 
 man/prob_tdist.Rd                          |    1 
 man/prob_unif.Rd                           |    1 
 man/radiant.basics.Rd                      |    2 
 man/salary.Rd                              |    1 
 man/single_mean.Rd                         |    1 
 man/single_prop.Rd                         |    1 
 man/summary.compare_means.Rd               |    1 
 man/summary.compare_props.Rd               |    1 
 man/summary.correlation_.Rd                |    1 
 man/summary.cross_tabs.Rd                  |    1 
 man/summary.goodness.Rd                    |    1 
 man/summary.prob_binom.Rd                  |    1 
 man/summary.prob_chisq.Rd                  |    1 
 man/summary.prob_disc.Rd                   |    1 
 man/summary.prob_expo.Rd                   |    1 
 man/summary.prob_fdist.Rd                  |    1 
 man/summary.prob_norm.Rd                   |    1 
 man/summary.prob_pois.Rd                   |    1 
 man/summary.prob_tdist.Rd                  |    1 
 man/summary.prob_unif.Rd                   |    1 
 man/summary.single_mean.Rd                 |    1 
 man/summary.single_prop.Rd                 |    1 
 90 files changed, 378 insertions(+), 370 deletions(-)

More information about radiant.basics at CRAN
Permanent link

Package mvabund updated to version 3.12.3 with previous version 3.12 dated 2017-01-25

Title: Statistical Methods for Analysing Multivariate Abundance Data
Description: A set of tools for displaying, modeling and analysing multivariate abundance data in community ecology. See 'mvabund-package.Rd' for details of overall package organization. The package is implemented with the Gnu Scientific Library (http://www.gnu.org/software/gsl/) and Rcpp (http://dirk.eddelbuettel.com/code/rcpp.html) R / C++ classes.
Author: Yi Wang, Ulrike Naumann, Stephen Wright, Dirk Eddelbuettel and David Warton
Maintainer: David Warton <David.Warton@unsw.edu.au>

Diff between mvabund versions 3.12 dated 2017-01-25 and 3.12.3 dated 2017-04-27

 mvabund-3.12.3/mvabund/DESCRIPTION               |    8 
 mvabund-3.12.3/mvabund/MD5                       |   28 -
 mvabund-3.12.3/mvabund/NAMESPACE                 |    2 
 mvabund-3.12.3/mvabund/R/RcppExports.R           |   46 -
 mvabund-3.12.3/mvabund/R/RcppVersion.R           |   28 -
 mvabund-3.12.3/mvabund/R/anova.manyany.R         |    7 
 mvabund-3.12.3/mvabund/R/anova.manyglm.R         |   66 +-
 mvabund-3.12.3/mvabund/R/is.wholenumber.R        |    8 
 mvabund-3.12.3/mvabund/R/print.anova.manyglm.R   |   10 
 mvabund-3.12.3/mvabund/R/print.summary.manyglm.R |   10 
 mvabund-3.12.3/mvabund/R/summary.manyglm.R       |  592 +++++++++++------------
 mvabund-3.12.3/mvabund/R/summary.manylm.R        |  500 +++++++++----------
 mvabund-3.12.3/mvabund/R/transAxis.SW.R          |  240 ++++-----
 mvabund-3.12.3/mvabund/cleanup                   |   16 
 mvabund-3.12.3/mvabund/src/mvabund_init.c        |only
 mvabund-3.12/mvabund/README.md                   |only
 16 files changed, 784 insertions(+), 777 deletions(-)

More information about mvabund at CRAN
Permanent link

Package distcomp updated to version 1.0 with previous version 0.25.6 dated 2017-02-23

Title: Computations over Distributed Data without Aggregation
Description: Implementing algorithms and fitting models when sites (possibly remote) share computation summaries rather than actual data over HTTP with a master R process (using 'opencpu', for example). A stratified Cox model and a singular value decomposition are provided. The former makes direct use of code from the R 'survival' package. (That is, the underlying Cox model code is derived from that in the R 'survival' package.) Sites may provide data via several means: CSV files, Redcap API, etc. An extensible design allows for new methods to be added in the future. Web applications are provided (via 'shiny') for the implemented methods to help in designing and deploying the computations.
Author: Balasubramanian Narasimhan [aut, cre], Marina Bendersky [aut], Sam Gross [aut], Terry M. Therneau [ctb], Thomas Lumley [ctb]
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>

Diff between distcomp versions 0.25.6 dated 2017-02-23 and 1.0 dated 2017-04-27

 distcomp-0.25.6/distcomp/man/coxMaster.Rd          |only
 distcomp-0.25.6/distcomp/man/svdMaster.Rd          |only
 distcomp-1.0/distcomp/DESCRIPTION                  |    7 +-
 distcomp-1.0/distcomp/MD5                          |   65 ++++++++++-----------
 distcomp-1.0/distcomp/NAMESPACE                    |    2 
 distcomp-1.0/distcomp/R/distcomp.R                 |    5 -
 distcomp-1.0/distcomp/README.md                    |    3 
 distcomp-1.0/distcomp/inst/CITATION                |only
 distcomp-1.0/distcomp/man/CoxMaster.Rd             |only
 distcomp-1.0/distcomp/man/CoxWorker.Rd             |    4 -
 distcomp-1.0/distcomp/man/SVDMaster.Rd             |only
 distcomp-1.0/distcomp/man/SVDWorker.Rd             |    4 -
 distcomp-1.0/distcomp/man/availableComputations.Rd |    3 
 distcomp-1.0/distcomp/man/availableDataSources.Rd  |    3 
 distcomp-1.0/distcomp/man/createInstanceObject.Rd  |    3 
 distcomp-1.0/distcomp/man/dccoxph.Rd               |    3 
 distcomp-1.0/distcomp/man/defineNewComputation.Rd  |    3 
 distcomp-1.0/distcomp/man/destroyInstanceObject.Rd |    3 
 distcomp-1.0/distcomp/man/distcomp-internal.Rd     |    9 +-
 distcomp-1.0/distcomp/man/distcomp.Rd              |    8 +-
 distcomp-1.0/distcomp/man/distcompSetup.Rd         |    3 
 distcomp-1.0/distcomp/man/executeMethod.Rd         |    3 
 distcomp-1.0/distcomp/man/generateId.Rd            |    3 
 distcomp-1.0/distcomp/man/getComputationInfo.Rd    |    3 
 distcomp-1.0/distcomp/man/getConfig.Rd             |    3 
 distcomp-1.0/distcomp/man/makeDefinition.Rd        |    3 
 distcomp-1.0/distcomp/man/makeMaster.Rd            |    3 
 distcomp-1.0/distcomp/man/makeWorker.Rd            |    3 
 distcomp-1.0/distcomp/man/resetComputationInfo.Rd  |    3 
 distcomp-1.0/distcomp/man/runDistcompApp.Rd        |    3 
 distcomp-1.0/distcomp/man/saveNewComputation.Rd    |    3 
 distcomp-1.0/distcomp/man/setComputationInfo.Rd    |    3 
 distcomp-1.0/distcomp/man/setupMaster.Rd           |    3 
 distcomp-1.0/distcomp/man/setupWorker.Rd           |    3 
 distcomp-1.0/distcomp/man/uploadNewComputation.Rd  |    3 
 distcomp-1.0/distcomp/man/writeCode.Rd             |    3 
 36 files changed, 78 insertions(+), 95 deletions(-)

More information about distcomp at CRAN
Permanent link

Package d3r updated to version 0.6.4 with previous version 0.6.3 dated 2017-04-18

Title: 'd3.js' Utilities for R
Description: Helper functions for using 'd3.js' in R.
Author: Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib, http://d3js.org), Kent Russell [aut, cre] (R interface)
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>

Diff between d3r versions 0.6.3 dated 2017-04-18 and 0.6.4 dated 2017-04-27

 DESCRIPTION                           |    8 ++++----
 LICENSE                               |    1 +
 MD5                                   |   11 ++++++-----
 NEWS.md                               |    6 ++++++
 R/hierarchy.R                         |    2 +-
 inst/examples/example_d3_annotation.R |only
 tests/testthat/test_hier.R            |   21 +++++++++++++++++++++
 7 files changed, 39 insertions(+), 10 deletions(-)

More information about d3r at CRAN
Permanent link

Package kdevine updated to version 0.4.0 with previous version 0.3.0 dated 2017-01-14

Title: Multivariate Kernel Density Estimation with Vine Copulas
Description: Implements the vine copula based kernel density estimator of Nagler and Czado (2016) <doi:10.1016/j.jmva.2016.07.003>. The estimator does not suffer from the curse of dimensionality and is therefore well suited for high-dimensional applications.
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <thomas.nagler@tum.de>

Diff between kdevine versions 0.3.0 dated 2017-01-14 and 0.4.0 dated 2017-04-27

 DESCRIPTION               |   22 +++--
 MD5                       |   39 +++++----
 NAMESPACE                 |    7 +
 NEWS.md                   |   11 ++
 R/kde1d.R                 |  183 +++++++++++++++++++++++++++++++++-------------
 R/kdevine-package.R       |only
 R/kdevine.R               |  150 ++++++++++++++++++++++---------------
 R/kdevinecop.R            |   28 ++++---
 R/structure_select2.R     |   45 ++++-------
 README.md                 |   78 +++++++++++++++----
 man/contour.kdevinecop.Rd |    1 
 man/dkde1d.Rd             |   12 +--
 man/dkdevine.Rd           |    1 
 man/dkdevinecop.Rd        |    8 +-
 man/kde1d.Rd              |   35 +++++---
 man/kdevine-package.Rd    |only
 man/kdevine.Rd            |   29 ++++---
 man/kdevinecop.Rd         |   27 ++++--
 man/plot.kde1d.Rd         |   16 +---
 man/rkdevine.Rd           |    1 
 src/init.c                |only
 tests                     |only
 22 files changed, 442 insertions(+), 251 deletions(-)

More information about kdevine at CRAN
Permanent link

Package Rlda updated to version 0.1.1 with previous version 0.1.0 dated 2017-03-16

Title: Bayesian LDA for Mixed-Membership Clustering Analysis
Description: Estimates the Bayesian LDA model for mixed-membership clustering based on different types of data (i.e., Multinomial, Bernoulli, and Binomial entries).
Author: Pedro Albuquerque and Denis Valle and Daijiang Li
Maintainer: Pedro Albuquerque <pedroa@unb.br>

Diff between Rlda versions 0.1.0 dated 2017-03-16 and 0.1.1 dated 2017-04-27

 DESCRIPTION                    |   16 ++--
 MD5                            |   29 +++++--
 NAMESPACE                      |    7 +
 NEWS                           |only
 R/rlda.R                       |  150 +++++++++++++++++++++++++++++++++++------
 build                          |only
 data/Landsat.rda               |only
 inst                           |only
 man/Landsat.Rd                 |only
 man/complaints.Rd              |    7 -
 man/plot.Rd                    |   23 +++++-
 man/predict.Rd                 |only
 man/summary.Rd                 |   25 ++++--
 src/RemoteSensingAbundance.cpp |only
 tests/AbundanceTest.R          |    7 +
 tests/BinomialTest.R           |    2 
 tests/PresenceTest.R           |    4 -
 vignettes                      |only
 18 files changed, 211 insertions(+), 59 deletions(-)

More information about Rlda at CRAN
Permanent link

Package lm.br updated to version 2.9.3 with previous version 2.8 dated 2016-01-29

Title: Linear Model with Breakpoint
Description: Exact significance tests for a changepoint in linear or multiple linear regression. Confidence regions with exact coverage probabilities for the changepoint. The method is from Knowles, Siegmund and Zhang (1991) <doi:10.1093/biomet/78.1.15>.
Author: Marc Adams [aut, cre], authors of R function 'lm' [ctb] (general interface), authors of 'lm.gls' [ctb] (interface and R code for covariate weights), U.S. NIST [ctb] (C++ code for TNT::Vector template)
Maintainer: Marc Adams <lm.br.pkg@gmail.com>

Diff between lm.br versions 2.8 dated 2016-01-29 and 2.9.3 dated 2017-04-27

 DESCRIPTION         |   17 -
 MD5                 |   21 +-
 build/vignette.rds  |binary
 inst/doc/lm.br.R    |  122 ++++++------
 inst/doc/lm.br.Rnw  |  524 ++++++++++++++++++++++++++--------------------------
 inst/doc/lm.br.pdf  |binary
 man/lm.br.Rd        |    4 
 man/sl.Rd           |    2 
 src/init.c          |only
 src/pre_calc.cpp    |    4 
 src/set_theta0.cpp  |    2 
 vignettes/lm.br.Rnw |  524 ++++++++++++++++++++++++++--------------------------
 12 files changed, 613 insertions(+), 607 deletions(-)

More information about lm.br at CRAN
Permanent link

Package ecoseries updated to version 0.1.2 with previous version 0.1.1 dated 2017-02-17

Title: An R Interface to Brazilian Central Bank and Sidra APIs and the IPEA Data
Description: Creates an R interface to the Bacen <http://api.bcb.gov.br/> and Sidra <http://api.sidra.ibge.gov.br> APIs and IPEA data <http://www.ipeadata.gov.br/Default.aspx>.
Author: Fernando Teixeira [aut, cre], Jonatha Azevedo [aut]
Maintainer: Fernando Teixeira <fernando.teixeira@fgv.br>

Diff between ecoseries versions 0.1.1 dated 2017-02-17 and 0.1.2 dated 2017-04-27

 ecoseries-0.1.1/ecoseries/README.md           |only
 ecoseries-0.1.2/ecoseries/DESCRIPTION         |    8 ++++----
 ecoseries-0.1.2/ecoseries/MD5                 |   11 +++++------
 ecoseries-0.1.2/ecoseries/R/series_bacen.R    |    4 ++--
 ecoseries-0.1.2/ecoseries/R/series_sidra.R    |   12 ++++--------
 ecoseries-0.1.2/ecoseries/man/series_bacen.Rd |    2 +-
 ecoseries-0.1.2/ecoseries/man/series_sidra.Rd |   11 +++--------
 7 files changed, 19 insertions(+), 29 deletions(-)

More information about ecoseries at CRAN
Permanent link

New package covatest with initial version 0.2.1
Package: covatest
Type: Package
Title: Tests on Properties of Space-Time Covariance Functions
Version: 0.2.1
Authors@R: c(person("Sandra", "De Iaco", role = c("aut", "cre"), email = "sandra.deiaco@unisalento.it"), person("Claudia", "Cappello", role = "aut", email = "claudia.cappello@unisalento.it"), person("Donato", "Posa", role = "aut", email = "donato.posa@unisalento.it"), person("Sabrina ", "Maggio", role = "ctb", email = "sabrina.maggio@unisalento.it"))
Description: Tests on properties of space-time covariance functions. Tests on symmetry, separability and for assessing different forms of non-separability are available. Moreover tests on some classes of covariance functions, such that the classes of product-sum models, Gneiting models and integrated product models have been provided.
Depends: R(>= 3.3.2)
Imports: utils, stats, graphics, methods, matrixcalc, gstat, sp (>= 0.9-72), spacetime (>= 1.0-0)
Maintainer: Sandra De Iaco <sandra.deiaco@unisalento.it>
License: GPL (>= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Collate: 'sepindex.R' 'couples.R' 'blocks.R' 'covablocks.R' 'covastat.R' 'covaprop.R' 'dataprep.R' 'rr_13.R' 'vv_13.R'
NeedsCompilation: no
Packaged: 2017-04-27 19:22:05 UTC; claudiacappello
Author: Sandra De Iaco [aut, cre], Claudia Cappello [aut], Donato Posa [aut], Sabrina Maggio [ctb]
Repository: CRAN
Date/Publication: 2017-04-27 20:39:26 UTC

More information about covatest at CRAN
Permanent link

Package curl updated to version 2.6 with previous version 2.5 dated 2017-04-14

Title: A Modern and Flexible Web Client for R
Description: The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with http specific tools and logic.
Author: Jeroen Ooms [cre, aut], Hadley Wickham [ctb], RStudio [cph]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between curl versions 2.5 dated 2017-04-14 and 2.6 dated 2017-04-27

 DESCRIPTION                        |    6 +++---
 MD5                                |   16 ++++++++--------
 NEWS                               |    3 +++
 R/nslookup.R                       |    7 ++++---
 build/vignette.rds                 |binary
 inst/doc/intro.html                |   30 +++++++++++++++---------------
 man/nslookup.Rd                    |    6 ++++--
 src/nslookup.c                     |    7 +++++--
 tests/testthat/test-certificates.R |    5 +----
 9 files changed, 43 insertions(+), 37 deletions(-)

More information about curl at CRAN
Permanent link

Package warbleR updated to version 1.1.8 with previous version 1.1.7 dated 2017-04-25

Title: Streamline Bioacoustic Analysis
Description: A tool to streamline the analysis of animal acoustic signal structure. The package offers functions for downloading avian vocalizations from the open-access online repository Xeno-Canto, displaying the geographic extent of the recordings, manipulating sound files, detecting acoustic signals or importing detected signals from other software, assessing performance of methods that measure acoustic similarity, conducting cross-correlations, dynamic time warping, measuring acoustic parameters and analysing interactive vocal signals, among others. Most functions working iteratively allow parallelization to improve computational efficiency.
Author: Marcelo Araya-Salas & Grace Smith Vidaurre
Maintainer: Marcelo Araya-Salas <araya-salas@cornell.edu>

Diff between warbleR versions 1.1.7 dated 2017-04-25 and 1.1.8 dated 2017-04-27

 DESCRIPTION                    |    8 ++++----
 MD5                            |   14 +++++++-------
 NEWS.md                        |   20 ++++++++++++++++++--
 R/catalog.R                    |   30 +++++++++++++++---------------
 R/seltailor.R                  |    5 +----
 R/zzz.R                        |    2 +-
 inst/doc/warbleR_workflow.html |   15 +++++++++------
 man/catalog.Rd                 |   12 ++++++------
 8 files changed, 61 insertions(+), 45 deletions(-)

More information about warbleR at CRAN
Permanent link

Package robust updated to version 0.4-18 with previous version 0.4-16 dated 2014-05-18

Title: Port of the S+ "Robust Library"
Description: Methods for robust statistics, a state of the art in the early 2000s, notably for robust regression and robust multivariate analysis.
Author: Jiahui Wang, Ruben Zamar <ruben@stat.ubc.ca>, Alfio Marazzi <Alfio.Marazzi@inst.hospvd.ch>, Victor Yohai <vyohai@dm.uba.ar>, Matias Salibian-Barrera <matias@stat.ubc.ca>, Ricardo Maronna <maron@mate.unlp.edu.ar>, Eric Zivot <ezivot@u.washington.edu>, David Rocke <dmrocke@ucdavis.edu>, Doug Martin, Martin Maechler <maechler@stat.math.ethz.ch>, Kjell Konis <kjell.konis@me.com>.
Maintainer: Kjell Konis <kjell.konis@me.com>

Diff between robust versions 0.4-16 dated 2014-05-18 and 0.4-18 dated 2017-04-27

 DESCRIPTION                        |   21 -
 MD5                                |   70 ++--
 NAMESPACE                          |   65 +++-
 R/ellipsesPlot.covfm.q             |   58 +--
 R/glm.methods.q                    |    4 
 R/glmRob.misclass.q                |    2 
 R/library.q                        |   45 ++
 R/robLev.q                         |   40 --
 inst/tests_S/plots.aovrob.t        |    3 
 inst/tests_S/plots.covrob.t        |    4 
 inst/tests_S/plots.glmrob.t        |    3 
 inst/tests_S/plots.lmrob.t         |    4 
 inst/tests_S/plots.princomprob.t   |    3 
 inst/tests_S/plots.wblrob.t        |    4 
 man/OverlaidDenPlot.fdfm.Rd        |   16 -
 man/ddPlot.covfm.Rd                |   34 +-
 man/distancePlot.covfm.Rd          |    1 
 man/fitdstn.Rd                     |   40 +-
 man/fitdstnRob.Rd                  |   23 -
 man/gammaRob.Rd                    |   15 
 man/lognormRob.Rd                  |   28 -
 man/plot.fdfm.Rd                   |    2 
 man/qqPlot.fdfm.Rd                 |    2 
 man/weibullRob.Rd                  |   19 -
 src/compatibility.c                |    8 
 src/gamrob.f                       |  570 ++++++++++++++++++++++---------------
 src/glmrob.f                       |   31 +-
 src/lmrobbi.f                      |   28 +
 src/lmrobfs.f                      |    6 
 src/lmrobmm.f                      |   56 +++
 src/mmprnt.c                       |    4 
 src/rb.c                           |    4 
 src/tdmean.f                       |   62 +++-
 src/tmlfor.f                       |  201 +++++++++----
 src/wblrob.f                       |  280 +++++++++++-------
 tests/Examples/robust-Ex.Rout.save |   32 --
 36 files changed, 1108 insertions(+), 680 deletions(-)

More information about robust at CRAN
Permanent link

Package NlcOptim updated to version 0.5 with previous version 0.4 dated 2016-03-15

Title: Solve Nonlinear Optimization with Nonlinear Constraints
Description: Optimization for nonlinear objective and constraint functions. Linear or nonlinear equality and inequality constraints are allowed. It accepts the input parameters as a constrained matrix.
Author: Xianyan Chen <xychen@uga.edu>, Xiangrong Yin <yinxiangrong@uky.edu>
Maintainer: Xianyan Chen <xychen@uga.edu>

Diff between NlcOptim versions 0.4 dated 2016-03-15 and 0.5 dated 2017-04-27

 NlcOptim-0.4/NlcOptim/man/NlcOptim.Rd |only
 NlcOptim-0.5/NlcOptim/DESCRIPTION     |   10 +-
 NlcOptim-0.5/NlcOptim/MD5             |   10 +-
 NlcOptim-0.5/NlcOptim/NAMESPACE       |    5 -
 NlcOptim-0.5/NlcOptim/R/NlcOptim.R    |  162 +++++++++++++++++++++++++++-------
 NlcOptim-0.5/NlcOptim/R/solqp.R       |   11 --
 NlcOptim-0.5/NlcOptim/man/solnl.Rd    |only
 7 files changed, 145 insertions(+), 53 deletions(-)

More information about NlcOptim at CRAN
Permanent link

Package ncvreg updated to version 3.9-1 with previous version 3.9-0 dated 2017-03-16

Title: Regularization Paths for SCAD and MCP Penalized Regression Models
Description: Efficient algorithms for fitting regularization paths for linear or logistic regression models penalized by MCP or SCAD, with optional additional L2 penalty.
Author: Patrick Breheny [aut,cre]
Maintainer: Patrick Breheny <patrick-breheny@uiowa.edu>

Diff between ncvreg versions 3.9-0 dated 2017-03-16 and 3.9-1 dated 2017-04-27

 ncvreg-3.9-0/ncvreg/src/raw.c                |only
 ncvreg-3.9-1/ncvreg/DESCRIPTION              |    8 +++----
 ncvreg-3.9-1/ncvreg/MD5                      |   24 +++++++++++-----------
 ncvreg-3.9-1/ncvreg/NAMESPACE                |    4 +--
 ncvreg-3.9-1/ncvreg/NEWS                     |    5 ++++
 ncvreg-3.9-1/ncvreg/R/ncvreg.R               |   16 ++++++--------
 ncvreg-3.9-1/ncvreg/R/perm.ncvreg.R          |   14 +++++--------
 ncvreg-3.9-1/ncvreg/build/vignette.rds       |binary
 ncvreg-3.9-1/ncvreg/inst/doc/quick-start.pdf |binary
 ncvreg-3.9-1/ncvreg/man/deprecated.Rd        |only
 ncvreg-3.9-1/ncvreg/src/binomial.c           |   10 ++++-----
 ncvreg-3.9-1/ncvreg/src/cox-dh.c             |   10 ++++-----
 ncvreg-3.9-1/ncvreg/src/gaussian.c           |    6 ++---
 ncvreg-3.9-1/ncvreg/src/poisson.c            |   29 ++++++++++++++++-----------
 14 files changed, 67 insertions(+), 59 deletions(-)

More information about ncvreg at CRAN
Permanent link

New package mstherm with initial version 0.4.7
Package: mstherm
Type: Package
Title: Analyze MS/MS Protein Melting Data
Version: 0.4.7
Date: 2017-04-21
Authors@R: person("Jeremy","Volkening", email="jdv@base2bio.com", role=c("aut","cre"))
Description: Software to aid in modeling and analyzing mass-spectrometry-based proteome melting data. Quantitative data is imported and normalized and thermal behavior is modeled at the protein level. Methods exist for normalization, modeling, visualization, and export of results. For a general introduction to MS-based thermal profiling, see Savitski et al. (2014) <doi:10.1126/science.1255784>.
License: GPL-3
Imports: foreach, parallel, doParallel, nls2, RColorBrewer, plotrix
Suggests: RSQLite, testthat, knitr, rmarkdown
Collate: mstherm.R classes.R normalization.R modeling.R plot.R analysis.R export.R
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-04-27 17:00:18 UTC; jeremy
Author: Jeremy Volkening [aut, cre]
Maintainer: Jeremy Volkening <jdv@base2bio.com>
Repository: CRAN
Date/Publication: 2017-04-27 17:22:16 UTC

More information about mstherm at CRAN
Permanent link

New package cranlike with initial version 1.0.0
Package: cranlike
Title: Tools for 'CRAN'-Like Repositories
Version: 1.0.0
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: A set of functions to manage 'CRAN'-like repositories efficiently.
License: GPL (>= 2)
LazyData: true
URL: https://github.com/r-hub/cranlike
BugReports: https://github.com/r-hub/cranlike/issues
RoxygenNote: 6.0.1
Imports: DBI, debugme, desc (>= 1.1.0), RSQLite, tools, utils
Suggests: covr, mockery, testthat, withr, zip
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2017-04-26 11:27:58 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2017-04-27 17:12:28 UTC

More information about cranlike at CRAN
Permanent link

Package TDA updated to version 1.5.1 with previous version 1.5 dated 2016-06-16

Title: Statistical Tools for Topological Data Analysis
Description: Tools for the statistical analysis of persistent homology and for density clustering. For that, this package provides an R interface for the efficient algorithms of the C++ libraries GUDHI, Dionysus, and PHAT.
Author: Brittany T. Fasy, Jisu Kim, Fabrizio Lecci, Clement Maria, Vincent Rouvreau. The included GUDHI is authored by Clement Maria, Dionysus by Dmitriy Morozov, and PHAT by Ulrich Bauer, Michael Kerber, and Jan Reininghaus.
Maintainer: Jisu Kim <jisuk1@andrew.cmu.edu>

Diff between TDA versions 1.5 dated 2016-06-16 and 1.5.1 dated 2017-04-27

 DESCRIPTION                                       |    8 +-
 MD5                                               |   73 +++++++++----------
 NAMESPACE                                         |    3 
 NEWS                                              |    6 +
 R/RcppExports.R                                   |    2 
 R/alphaComplexDiag.R                              |   12 ---
 build/vignette.rds                                |binary
 inst/doc/article.pdf                              |binary
 man/TDA-package.Rd                                |    4 -
 man/alphaComplexDiag.Rd                           |    1 
 src/CGAL/Alpha_shape_3.h                          |    5 +
 src/CGAL/Compact_container.h                      |   30 ++++++--
 src/CGAL/Concurrent_compact_container.h           |   35 +++++++--
 src/CGAL/Gmpq.h                                   |    3 
 src/CGAL/Gmpz.h                                   |    3 
 src/CGAL/Interval_nt.h                            |    3 
 src/CGAL/Lazy_exact_nt.h                          |    3 
 src/CGAL/MP_Float.h                               |    3 
 src/CGAL/Mpzf.h                                   |    3 
 src/CGAL/NewKernel_d/function_objects_cartesian.h |   10 ++
 src/CGAL/Quotient.h                               |    3 
 src/CGAL/Sqrt_extension/Eigen_NumTraits.h         |    3 
 src/CGAL/TDS_full_cell_default_storage_policy.h   |   10 ++
 src/CGAL/Triangulation.h                          |    5 +
 src/CGAL/Triangulation_ds_cell_base_3.h           |   19 +++--
 src/RcppExports.cpp                               |   82 +++++++++++-----------
 src/init.c                                        |only
 src/phat/algorithms/chunk_reduction.h             |    9 +-
 src/phat/algorithms/row_reduction.h               |    1 
 src/phat/algorithms/spectral_sequence_reduction.h |    1 
 src/phat/algorithms/standard_reduction.h          |    1 
 src/phat/algorithms/twist_reduction.h             |    1 
 src/phat/boundary_matrix.h                        |    5 +
 src/phat/representations/abstract_pivot_column.h  |    2 
 src/phat/representations/vector_heap.h            |    6 +
 src/phat/representations/vector_list.h            |    4 +
 src/phat/representations/vector_set.h             |    5 +
 src/phat/representations/vector_vector.h          |   24 ++++--
 38 files changed, 256 insertions(+), 132 deletions(-)

More information about TDA at CRAN
Permanent link

Package rscala updated to version 2.0.1 with previous version 1.0.15 dated 2017-02-08

Title: Bi-Directional Interface Between R and Scala with Callbacks
Description: The Scala <http://www.scala-lang.org/> interpreter is embedded in R and callbacks to R from the embedded interpreter are supported. Conversely, the R interpreter is embedded in Scala. Scala versions in the 2.10.x, 2.11.x, and 2.12.x series are supported.
Author: David B. Dahl [aut, cre]
Maintainer: David B. Dahl <dahl@stat.byu.edu>

Diff between rscala versions 1.0.15 dated 2017-02-08 and 2.0.1 dated 2017-04-27

 rscala-1.0.15/rscala/inst/java/rscala_2.10-1.0.15.jar    |only
 rscala-1.0.15/rscala/inst/java/rscala_2.11-1.0.15.jar    |only
 rscala-1.0.15/rscala/inst/java/rscala_2.12-1.0.15.jar    |only
 rscala-1.0.15/rscala/java/rscala_2.10-1.0.15-sources.jar |only
 rscala-1.0.15/rscala/java/rscala_2.11-1.0.15-sources.jar |only
 rscala-1.0.15/rscala/java/rscala_2.12-1.0.15-sources.jar |only
 rscala-2.0.1/rscala/DESCRIPTION                          |   13 
 rscala-2.0.1/rscala/LICENSE                              |    2 
 rscala-2.0.1/rscala/MD5                                  |   44 
 rscala-2.0.1/rscala/NAMESPACE                            |   59 -
 rscala-2.0.1/rscala/NEWS                                 |   37 
 rscala-2.0.1/rscala/R/common.R                           |   23 
 rscala-2.0.1/rscala/R/globals.R                          |   11 
 rscala-2.0.1/rscala/R/protocol.R                         |    9 
 rscala-2.0.1/rscala/R/rServer.R                          |  114 +-
 rscala-2.0.1/rscala/R/scala.R                            |  735 ++++++---------
 rscala-2.0.1/rscala/R/zzz.R                              |    1 
 rscala-2.0.1/rscala/README                               |    4 
 rscala-2.0.1/rscala/inst/README                          |    4 
 rscala-2.0.1/rscala/inst/java/rscala_2.10-2.0.1.jar      |only
 rscala-2.0.1/rscala/inst/java/rscala_2.11-2.0.1.jar      |only
 rscala-2.0.1/rscala/inst/java/rscala_2.12-2.0.1.jar      |only
 rscala-2.0.1/rscala/java/rscala-sources.jar              |only
 rscala-2.0.1/rscala/man/constructor.Rd                   |  146 ++
 rscala-2.0.1/rscala/man/eval.Rd                          |  183 ---
 rscala-2.0.1/rscala/man/print.Rd                         |   13 
 rscala-2.0.1/rscala/man/rscala-package.Rd                |   18 
 rscala-2.0.1/rscala/man/settings.Rd                      |   21 
 28 files changed, 634 insertions(+), 803 deletions(-)

More information about rscala at CRAN
Permanent link

Package NUCOMBog updated to version 1.0.3.1 with previous version 1.0.2.1 dated 2016-08-10

Title: NUtrient Cycling and COMpetition Model Undisturbed Open Bog Ecosystems in a Temperate to Sub-Boreal Climate
Description: Modelling the vegetation, carbon, nitrogen and water dynamics of undisturbed open bog ecosystems in a temperate to sub-boreal climate. The executable of the model can downloaded from <https://github.com/jeroenpullens/source_modelMEE>.
Author: J.W.M. Pullens [aut, cre], R. Silveyra Gonzalez [aut], M. Bagnara [aut], F. Hartig [aut]
Maintainer: J.W.M. Pullens <jeroenpullens@gmail.com>

Diff between NUCOMBog versions 1.0.2.1 dated 2016-08-10 and 1.0.3.1 dated 2017-04-27

 DESCRIPTION             |   12 +++----
 MD5                     |   42 ++++++++++++++++++-------
 NAMESPACE               |    1 
 R/NUCOMBog.R            |    2 -
 R/copytestdata.R        |only
 R/getData.R             |    4 +-
 R/runNUCOM.r            |    4 +-
 R/runparallelNUCOM.r    |   79 +++++++++++++++---------------------------------
 R/setupNUCOM.r          |    5 ++-
 inst                    |only
 man/NUCOMBog.Rd         |    2 -
 man/copytestdata.Rd     |only
 man/getData.Rd          |    4 +-
 man/runNUCOM.Rd         |    4 +-
 man/runparallelNUCOM.Rd |    7 +---
 man/setupNUCOM.Rd       |    4 +-
 16 files changed, 81 insertions(+), 89 deletions(-)

More information about NUCOMBog at CRAN
Permanent link

Package NonpModelCheck updated to version 3.0 with previous version 2.0 dated 2015-10-10

Title: Model Checking and Variable Selection in Nonparametric Regression
Description: Provides tests of significance for covariates (or groups of covariates) in a fully nonparametric regression model and a variable (or group) selection procedure based on False Discovery Rate. In addition, it provides a function for local polynomial regression for any number of dimensions, using a bandwidth specified by the user or automatically chosen by cross validation or an adaptive procedure.
Author: Adriano Zanin Zambom
Maintainer: Adriano Zanin Zambom <adriano.zambom@gmail.com>

Diff between NonpModelCheck versions 2.0 dated 2015-10-10 and 3.0 dated 2017-04-27

 DESCRIPTION             |    8 ++++----
 MD5                     |   10 ++++++----
 inst                    |only
 man/group.npvarselec.Rd |    3 +++
 man/npmodelcheck.Rd     |    3 +++
 man/npvarselec.Rd       |    3 +++
 src/init.cpp            |only
 7 files changed, 19 insertions(+), 8 deletions(-)

More information about NonpModelCheck at CRAN
Permanent link

New package multfisher with initial version 1.0
Package: multfisher
Title: Optimal Exact Tests for Multiple Binary Endpoints
Version: 1.0
Authors@R: person("Robin", "Ristl", email = "robin.ristl@meduniwien.ac.at", role = c("aut", "cre"))
Description: Calculates exact hypothesis tests to compare a treatment and a reference group with respect to multiple binary endpoints. The tested null hypothesis is an identical multidimensional distribution of successes and failures in both groups. The alternative hypothesis is a larger success proportion in the treatment group in at least one endpoint. The tests are based on the multivariate permutation distribution of subjects between the two groups. For this permutation distribution, rejection regions are calculated that satisfy one of different possible optimization criteria. In particular, regions with maximal exhaustion of the nominal significance level, maximal power under a specified alternative or maximal number of elements can be found. Optimization is achieved by a branch-and-bound algorithm. By application of the closed testing principle, the global hypothesis tests are extended to multiple testing procedures.
Date: 2017-04-27
Author: Robin Ristl [aut, cre]
Maintainer: Robin Ristl <robin.ristl@meduniwien.ac.at>
Depends: R (>= 3.0.0)
Imports: stats
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-04-27 16:01:34 UTC; Robin
Repository: CRAN
Date/Publication: 2017-04-27 16:14:05 UTC

More information about multfisher at CRAN
Permanent link

Package genie updated to version 1.0.4 with previous version 1.0.2 dated 2016-05-25

Title: A New, Fast, and Outlier Resistant Hierarchical Clustering Algorithm
Description: A new hierarchical clustering linkage criterion: the Genie algorithm links two clusters in such a way that a chosen economic inequity measure (e.g., the Gini index) of the cluster sizes does not increase drastically above a given threshold. Benchmarks indicate a high practical usefulness of the introduced method: it most often outperforms the Ward or average linkage in terms of the clustering quality while retaining the single linkage speed, see (Gagolewski et al. 2016a <DOI:10.1016/j.ins.2016.05.003>, 2016b <DOI:10.1007/978-3-319-45656-0_16>) for more details.
Author: Marek Gagolewski [aut, cre], Maciej Bartoszuk [aut], Anna Cena [aut]
Maintainer: Marek Gagolewski <gagolews@rexamine.com>

Diff between genie versions 1.0.2 dated 2016-05-25 and 1.0.4 dated 2017-04-27

 DESCRIPTION          |   19 ++++++++++---------
 MD5                  |   21 +++++++++++----------
 NAMESPACE            |   10 ++++++----
 NEWS                 |   20 +++++++++++++++++++-
 R/RcppExports.R      |    2 +-
 R/genie-package.R    |    2 ++
 R/hclust2.R          |   18 ++++++++++++------
 inst/CITATION        |    7 +++----
 man/genie-package.Rd |    9 ++++-----
 man/hclust2.Rd       |   13 +++++++++----
 src/RcppExports.cpp  |   10 +++++-----
 src/init.cpp         |only
 12 files changed, 82 insertions(+), 49 deletions(-)

More information about genie at CRAN
Permanent link

New package epicontacts with initial version 1.0.0
Package: epicontacts
Type: Package
Title: Handling, Visualisation and Analysis of Epidemiological Contacts
Version: 1.0.0
Date: 2017-04-18
Authors@R: c(person("VP", "Nagraj", email = "vpnagraj@virginia.edu", role = c("aut", "cre")), person("Thibaut", "Jombart", email = "thibautjombart@gmail.com", role = c("aut")), person("Nistara", "Randhawa", email = "nrandhawa@ucdavis.edu", role = c("aut")), person("Bertrand", "Sudre", email = "Bertrand.Sudre@ecdc.europa.eu", role = c("aut")), person("Finlay", "Campbell", email = "f.campbell15@imperial.ac.uk", role = c("aut")), person("Thomas", "Crellen", email = "tc13@sanger.ac.uk", role = c("aut")))
Description: A collection of tools for representing epidemiological contact data, composed of case line lists and contacts between cases. Also contains procedures for data handling, interactive graphics, and statistics.
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 6.0.1
Imports: grDevices, dplyr, igraph, magrittr, visNetwork, threejs, colorspace
Suggests: outbreaks, testthat, covr, shiny, readr, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-04-27 11:56:34 UTC; vpn7n
Author: VP Nagraj [aut, cre], Thibaut Jombart [aut], Nistara Randhawa [aut], Bertrand Sudre [aut], Finlay Campbell [aut], Thomas Crellen [aut]
Maintainer: VP Nagraj <vpnagraj@virginia.edu>
Repository: CRAN
Date/Publication: 2017-04-27 16:10:47 UTC

More information about epicontacts at CRAN
Permanent link

New package crminer with initial version 0.1.0
Package: crminer
Type: Package
Title: Fetch 'Scholary' Full Text from 'Crossref'
Description: Text mining client for 'Crossref' (<https://crossref.org>). Includes functions for getting getting links to full text of articles, fetching full text articles from those links or Digital Object Identifiers ('DOIs'), and text extraction from 'PDFs'.
Version: 0.1.0
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus+r@gmail.com"))
License: MIT + file LICENSE
URL: https://github.com/ropensci/crminer
BugReports: https://github.com/ropensci/crminer/issues
LazyData: true
Imports: crul (>= 0.3.4), jsonlite (>= 1.2), xml2 (>= 1.1.0), pdftools (>= 1.0), rappdirs
Suggests: roxygen2 (>= 6.0.1), rcrossref, testthat
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-04-26 23:31:55 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus+r@gmail.com>
Repository: CRAN
Date/Publication: 2017-04-27 16:11:23 UTC

More information about crminer at CRAN
Permanent link

New package aSPC with initial version 0.1.2
Package: aSPC
Type: Package
Title: An Adaptive Sum of Powered Correlation Test (aSPC) for Global Association Between Two Random Vectors
Version: 0.1.2
Date: 2016-10-26
Author: Zhiyuan (Jason) Xu and Wei Pan
Maintainer: Zhiyuan (Jason) Xu <xuxx0284@umn.edu>
Description: The aSPC test is designed to test global association between two groups of variables potentially with moderate to high dimension (e.g. in hundreds). The aSPC is particularly useful when the association signals between two groups of variables are sparse.
License: GPL-3
RoxygenNote: 5.0.1
Imports: mvtnorm, energy, stats
NeedsCompilation: no
Packaged: 2017-04-26 20:57:24 UTC; jasonxu
Repository: CRAN
Date/Publication: 2017-04-27 16:12:05 UTC

More information about aSPC at CRAN
Permanent link

New package AdhereR with initial version 0.1.0
Package: AdhereR
Type: Package
Title: Adherence to Medications
Version: 0.1.0
Authors@R: c(person("Dan", "Dediu", role = c("aut", "cre"), email = "ddediu@gmail.com"), person("Alexandra", "Dima", role = "aut", email = "alexadima@gmail.com"))
Author: Dan Dediu [aut, cre], Alexandra Dima [aut]
Maintainer: Dan Dediu <ddediu@gmail.com>
Description: Computation of adherence to medications from Electronic Health care Data and visualization of individual medication histories and adherence patterns. The package implements a set of S3 classes and functions consistent with current adherence guidelines and definitions. It allows the computation of different measures of adherence (as defined in the literature, but also several original ones), their publication-quality plotting, the interactive exploration of patient medication history and the real-time estimation of adherence given various parameter settings.
URL: https://github.com/ddediu/AdhereR
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 6.0.1
Imports: lubridate (>= 1.5), parallel (>= 3.0), data.table (>= 1.9), manipulate (>= 1.0), snow (>= 0.4)
Depends: R (>= 3.0)
Suggests: knitr (>= 1.15), rmarkdown (>= 1.1),
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-04-26 12:37:01 UTC; ddediu
Repository: CRAN
Date/Publication: 2017-04-27 16:21:14 UTC

More information about AdhereR at CRAN
Permanent link

New package kangar00 with initial version 1.0
Package: kangar00
Type: Package
Title: Kernel Approaches for Nonlinear Genetic Association Regression
Version: 1.0
Date: 2017-04-26
Author: Juliane Manitz [aut], Stefanie Friedrichs [aut], Patricia Burger [aut], Benjamin Hofner [aut], Ngoc Thuy Ha [aut], Saskia Freytag [ctb], Heike Bickeboeller [ctb]
Maintainer: Juliane Manitz <r@manitz.org>
Description: Methods to extract information on pathways, genes and SNPs from online databases. It provides functions for data preparation and evaluation of genetic influence on a binary outcome using the logistic kernel machine test (LKMT). Three different kernel functions are offered to analyze genotype information in this variance component test: A linear kernel, a size-adjusted kernel and a network based kernel.
License: GPL-2
Collate: 'pathway.r' 'GWASdata.r' 'data.R' 'kernel.r' 'lkmt.r'
Depends: R (>= 3.1.0)
Imports: methods, KEGGgraph, biomaRt, bigmemory, sqldf, CompQuadForm, data.table, lattice, igraph
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
RoxygenNote: 6.0.1
Packaged: 2017-04-26 16:07:01 UTC; hofbe
Repository: CRAN
Date/Publication: 2017-04-27 11:41:53 UTC

More information about kangar00 at CRAN
Permanent link

Package jmvcore updated to version 0.5.3 with previous version 0.5.1 dated 2017-03-27

Title: Dependencies for the 'jamovi' Framework
Description: 'jamovi' is a framework for creating rich interactive statistical analyses (see <https://www.jamovi.org> for more information). This package represents the core libraries which jamovi analyses written in R depend upon.
Author: Jonathon Love
Maintainer: Jonathon Love <jon@thon.cc>

Diff between jmvcore versions 0.5.1 dated 2017-03-27 and 0.5.3 dated 2017-04-27

 jmvcore-0.5.1/jmvcore/tests/testthat/test-profiletable.R |only
 jmvcore-0.5.3/jmvcore/DESCRIPTION                        |   10 -
 jmvcore-0.5.3/jmvcore/MD5                                |   63 +++----
 jmvcore-0.5.3/jmvcore/NAMESPACE                          |    2 
 jmvcore-0.5.3/jmvcore/R/analysis.R                       |  134 +++++++++------
 jmvcore-0.5.3/jmvcore/R/array.R                          |    7 
 jmvcore-0.5.3/jmvcore/R/column.R                         |    3 
 jmvcore-0.5.3/jmvcore/R/create.R                         |only
 jmvcore-0.5.3/jmvcore/R/group.R                          |   17 -
 jmvcore-0.5.3/jmvcore/R/image.R                          |    2 
 jmvcore-0.5.3/jmvcore/R/results.R                        |   24 ++
 jmvcore-0.5.3/jmvcore/R/table.R                          |   37 +++-
 jmvcore-0.5.3/jmvcore/R/utils.R                          |   60 ++++++
 jmvcore-0.5.3/jmvcore/inst/jamovi.proto                  |   30 ++-
 jmvcore-0.5.3/jmvcore/man/Analysis.Rd                    |    4 
 jmvcore-0.5.3/jmvcore/man/Cell.BEGIN_GROUP.Rd            |    3 
 jmvcore-0.5.3/jmvcore/man/Options.Rd                     |   19 +-
 jmvcore-0.5.3/jmvcore/man/canBeNumeric.Rd                |    1 
 jmvcore-0.5.3/jmvcore/man/constructFormula.Rd            |    1 
 jmvcore-0.5.3/jmvcore/man/create.Rd                      |only
 jmvcore-0.5.3/jmvcore/man/decomposeTerm.Rd               |    1 
 jmvcore-0.5.3/jmvcore/man/extractErrorMessage.Rd         |    1 
 jmvcore-0.5.3/jmvcore/man/format.Rd                      |    1 
 jmvcore-0.5.3/jmvcore/man/isError.Rd                     |    1 
 jmvcore-0.5.3/jmvcore/man/naOmit.Rd                      |    1 
 jmvcore-0.5.3/jmvcore/man/reject.Rd                      |    1 
 jmvcore-0.5.3/jmvcore/man/select.Rd                      |    1 
 jmvcore-0.5.3/jmvcore/man/sourcify.Rd                    |    1 
 jmvcore-0.5.3/jmvcore/man/startsWith.Rd                  |    3 
 jmvcore-0.5.3/jmvcore/man/stringifyTerm.Rd               |    1 
 jmvcore-0.5.3/jmvcore/man/toB64.Rd                       |    3 
 jmvcore-0.5.3/jmvcore/man/toNumeric.Rd                   |    1 
 jmvcore-0.5.3/jmvcore/man/tryNaN.Rd                      |    1 
 jmvcore-0.5.3/jmvcore/tests/testthat/test-table.R        |    8 
 34 files changed, 293 insertions(+), 149 deletions(-)

More information about jmvcore at CRAN
Permanent link

Package fold updated to version 0.1.2 with previous version 0.1.1 dated 2017-04-17

Title: A Self-Describing Dataset Format and Interface
Description: Defines a compact data format that includes metadata. The function fold() creates the format by converting from data.frame, and unfold() converts back. The predictability of the folded format supports reusability of data processing tools, while the presence of embedded metadata improves portability, interpretability, and efficiency.
Author: Tim Bergsma
Maintainer: Tim Bergsma <bergsmat@gmail.com>

Diff between fold versions 0.1.1 dated 2017-04-17 and 0.1.2 dated 2017-04-27

 DESCRIPTION             |    6 +++---
 MD5                     |    6 +++---
 R/meta.R                |   18 ++++++++++++++----
 man/fold_.data.frame.Rd |    6 ++++++
 4 files changed, 26 insertions(+), 10 deletions(-)

More information about fold at CRAN
Permanent link

Package robustreg updated to version 0.1-10 with previous version 0.1-9 dated 2015-08-26

Title: Robust Regression Functions
Description: Linear regression functions using Huber and bisquare psi functions. Optimal weights are calculated using IRLS algorithm.
Author: Ian M. Johnson <ian@alpha-analysis.com>
Maintainer: Ian M. Johnson <ian@alpha-analysis.com>

Diff between robustreg versions 0.1-9 dated 2015-08-26 and 0.1-10 dated 2017-04-27

 DESCRIPTION         |    8 ++---
 MD5                 |   17 +++++-----
 NAMESPACE           |    4 +-
 R/RcppExports.R     |    2 -
 R/robustRegBS.R     |   37 +++++++++++++++--------
 R/robustRegH.R      |   33 +++++++++++++-------
 man/robustRegBS.Rd  |    2 -
 man/robustRegH.Rd   |    2 -
 src/RcppExports.cpp |   82 +++++++++++++++++++---------------------------------
 src/init.c          |only
 10 files changed, 94 insertions(+), 93 deletions(-)

More information about robustreg at CRAN
Permanent link

Package prcr updated to version 0.1.2 with previous version 0.1.1 dated 2017-03-12

Title: Person-Centered Analysis
Description: Provides an easy-to-use yet adaptable set of tools to conduct person-center analysis using a two-step (hierarchical and iterative) cluster analysis as described in Bergman & El-Khouri (1999) <DOI:10.1002/(SICI)1521-4036(199910)41:6%3C753::AID-BIMJ753%3E3.0.CO;2-K>. While person-centered analysis is increasingly common in psychology, education, and related fields, carrying it out is challenging.
Author: person("Joshua", "M.", "Rosenberg", role = c("aut", "cre"), email = "jmichaelrosenberg@gmail.com")
Maintainer: Joshua Rosenberg <jmichaelrosenberg@gmail.com>

Diff between prcr versions 0.1.1 dated 2017-03-12 and 0.1.2 dated 2017-04-27

 prcr-0.1.1/prcr/NEWS.md                            |only
 prcr-0.1.2/prcr/DESCRIPTION                        |   10 ++++++----
 prcr-0.1.2/prcr/MD5                                |    9 ++++-----
 prcr-0.1.2/prcr/R/functions.R                      |    2 +-
 prcr-0.1.2/prcr/build/vignette.rds                 |binary
 prcr-0.1.2/prcr/inst/doc/introduction_to_prcr.html |   10 +++++-----
 6 files changed, 16 insertions(+), 15 deletions(-)

More information about prcr at CRAN
Permanent link

Package msos updated to version 1.1.0 with previous version 1.0.1 dated 2014-01-23

Title: Data Sets and Functions Used in Multivariate Statistics: Old School by John Marden
Description: Contains necessary Multivariate Analysis methods and data sets used in John Marden's book Multivariate Statistics: Old School (2015) <ISBN:978-1456538835>. This is also serves as a companion package for the STAT 571: Multivariate Analysis course at the University of Illinois at Urbana-Champaign (UIUC).
Author: John Marden [aut, cph], James Balamuta [cre, ctb, com]
Maintainer: James Balamuta <james.balamuta@gmail.com>

Diff between msos versions 1.0.1 dated 2014-01-23 and 1.1.0 dated 2017-04-27

 msos-1.0.1/msos/NEWS                            |only
 msos-1.0.1/msos/R/marden-internal.R             |only
 msos-1.1.0/msos/DESCRIPTION                     |   30 ++--
 msos-1.1.0/msos/LICENSE                         |only
 msos-1.1.0/msos/MD5                             |  158 ++++++++++++------------
 msos-1.1.0/msos/NAMESPACE                       |   38 +++++
 msos-1.1.0/msos/NEWS.md                         |only
 msos-1.1.0/msos/R/bothsidesmodel.R              |   37 +++++
 msos-1.1.0/msos/R/bothsidesmodel.chisquare.R    |   29 ++++
 msos-1.1.0/msos/R/bothsidesmodel.df.R           |   26 +++
 msos-1.1.0/msos/R/bothsidesmodel.hotelling.R    |   37 +++++
 msos-1.1.0/msos/R/bothsidesmodel.lrt.R          |   43 ++++++
 msos-1.1.0/msos/R/bothsidesmodel.mle.R          |   43 ++++++
 msos-1.1.0/msos/R/bsm.fit.R                     |   36 +++++
 msos-1.1.0/msos/R/bsm.simple.R                  |   43 ++++++
 msos-1.1.0/msos/R/datasets-doc.R                |only
 msos-1.1.0/msos/R/fillout.R                     |   14 ++
 msos-1.1.0/msos/R/imax.R                        |   15 ++
 msos-1.1.0/msos/R/lda.R                         |   22 +++
 msos-1.1.0/msos/R/logdet.R                      |   11 +
 msos-1.1.0/msos/R/msos-internal.R               |only
 msos-1.1.0/msos/R/negent.R                      |   12 +
 msos-1.1.0/msos/R/negent2D.R                    |   22 +++
 msos-1.1.0/msos/R/negent3D.R                    |   32 ++++
 msos-1.1.0/msos/R/pcbic.R                       |   25 +++
 msos-1.1.0/msos/R/pcbic.stepwise.R              |   27 ++++
 msos-1.1.0/msos/R/pcbic.subpatterns.R           |   19 ++
 msos-1.1.0/msos/R/pcbic.unite.R                 |   12 +
 msos-1.1.0/msos/R/predict_qda.R                 |   33 +++++
 msos-1.1.0/msos/R/qda.R                         |   36 +++++
 msos-1.1.0/msos/R/reverse.kronecker.R           |   28 ++++
 msos-1.1.0/msos/R/silhouette.km.R               |   26 +++
 msos-1.1.0/msos/R/sort_silhouette.R             |   23 +++
 msos-1.1.0/msos/R/tr.R                          |   15 ++
 msos-1.1.0/msos/README.md                       |   10 +
 msos-1.1.0/msos/man/SAheart.Rd                  |   73 +++++------
 msos-1.1.0/msos/man/Spam.Rd                     |  153 ++++++++++++-----------
 msos-1.1.0/msos/man/births.Rd                   |   31 ++--
 msos-1.1.0/msos/man/bothsidesmodel.Rd           |   59 +++++---
 msos-1.1.0/msos/man/bothsidesmodel.chisquare.Rd |   53 +++++---
 msos-1.1.0/msos/man/bothsidesmodel.df.Rd        |   49 ++++---
 msos-1.1.0/msos/man/bothsidesmodel.hotelling.Rd |   68 ++++++----
 msos-1.1.0/msos/man/bothsidesmodel.lrt.Rd       |   67 ++++++----
 msos-1.1.0/msos/man/bothsidesmodel.mle.Rd       |   77 +++++++----
 msos-1.1.0/msos/man/bsm.fit.Rd                  |   62 ++++++---
 msos-1.1.0/msos/man/bsm.simple.Rd               |   75 ++++++-----
 msos-1.1.0/msos/man/caffeine.Rd                 |   37 +++--
 msos-1.1.0/msos/man/cars.Rd                     |   55 +++++---
 msos-1.1.0/msos/man/cereal.Rd                   |   50 ++++---
 msos-1.1.0/msos/man/crabs.Rd                    |   77 ++++-------
 msos-1.1.0/msos/man/decathlon08.Rd              |   46 +++---
 msos-1.1.0/msos/man/decathlon12.Rd              |   45 +++---
 msos-1.1.0/msos/man/election.Rd                 |   32 +++-
 msos-1.1.0/msos/man/exams.Rd                    |   32 ++--
 msos-1.1.0/msos/man/fillout.Rd                  |   24 ++-
 msos-1.1.0/msos/man/grades.Rd                   |   34 ++---
 msos-1.1.0/msos/man/histamine.Rd                |   42 ++++--
 msos-1.1.0/msos/man/imax.Rd                     |   28 ++--
 msos-1.1.0/msos/man/lda.Rd                      |   36 +++--
 msos-1.1.0/msos/man/leprosy.Rd                  |   34 +++--
 msos-1.1.0/msos/man/logdet.Rd                   |   24 +--
 msos-1.1.0/msos/man/mouths.Rd                   |   37 +++--
 msos-1.1.0/msos/man/msos-package.Rd             |   39 +++--
 msos-1.1.0/msos/man/negent.Rd                   |   25 +--
 msos-1.1.0/msos/man/negent2D.Rd                 |   39 +++--
 msos-1.1.0/msos/man/negent3D.Rd                 |   56 +++++---
 msos-1.1.0/msos/man/painters.Rd                 |   93 +++++---------
 msos-1.1.0/msos/man/pcbic.Rd                    |   48 ++++---
 msos-1.1.0/msos/man/pcbic.stepwise.Rd           |   47 ++++---
 msos-1.1.0/msos/man/pcbic.subpatterns.Rd        |   37 +++--
 msos-1.1.0/msos/man/pcbic.unite.Rd              |   24 ++-
 msos-1.1.0/msos/man/planets.Rd                  |   37 +++--
 msos-1.1.0/msos/man/predict_qda.Rd              |   47 ++++---
 msos-1.1.0/msos/man/prostaglandin.Rd            |   38 +++--
 msos-1.1.0/msos/man/qda.Rd                      |   57 +++++---
 msos-1.1.0/msos/man/reverse.kronecker.Rd        |   47 ++++---
 msos-1.1.0/msos/man/silhouette.km.Rd            |   41 +++---
 msos-1.1.0/msos/man/skulls.Rd                   |   39 +++--
 msos-1.1.0/msos/man/softdrinks.Rd               |   39 +++--
 msos-1.1.0/msos/man/sort_silhouette.Rd          |   32 +++-
 msos-1.1.0/msos/man/sportsranks.Rd              |   39 +++--
 msos-1.1.0/msos/man/states.Rd                   |   53 ++++----
 msos-1.1.0/msos/man/tr.Rd                       |   25 ++-
 83 files changed, 2156 insertions(+), 1048 deletions(-)

More information about msos at CRAN
Permanent link

Package immer updated to version 0.8-5 with previous version 0.7-0 dated 2017-01-18

Title: Item Response Models for Multiple Ratings
Description: Implements some item response models for multiple ratings, including the hierarchical rater model, conditional maximum likelihood estimation of linear logistic partial credit model and a wrapper function to the commercial FACETS program.
Author: Alexander Robitzsch [aut, cre], Jan Steinfeld [aut]
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>

Diff between immer versions 0.7-0 dated 2017-01-18 and 0.8-5 dated 2017-04-27

 DESCRIPTION          |    8 -
 MD5                  |   11 -
 inst/NEWS            |  325 ++++++++++++++++++++++++++-------------------------
 man/immer-package.Rd |    8 -
 man/immer_HRM.Rd     |    6 
 src/HRM_fcts.cpp     |    4 
 src/init.c           |only
 7 files changed, 183 insertions(+), 179 deletions(-)

More information about immer at CRAN
Permanent link

Package huxtable updated to version 0.2.2 with previous version 0.2.1 dated 2017-04-24

Title: Simply Create LaTeX and HTML Tables
Description: Creates HTML and LaTeX tables. Provides similar functionality to 'xtable', but does more, with a simpler interface.
Author: David Hugh-Jones
Maintainer: David Hugh-Jones <davidhughjones@gmail.com>

Diff between huxtable versions 0.2.1 dated 2017-04-24 and 0.2.2 dated 2017-04-27

 DESCRIPTION                     |    6 +++---
 MD5                             |   14 +++++++-------
 NEWS.md                         |    4 ++++
 R/huxreg.R                      |    2 +-
 inst/doc/design-principles.html |    4 ++--
 inst/doc/huxreg.html            |    4 ++--
 inst/doc/huxtable.html          |    6 +++---
 tests/testthat/test-huxreg.R    |   15 +++++++++++++++
 8 files changed, 37 insertions(+), 18 deletions(-)

More information about huxtable at CRAN
Permanent link

Package emojifont updated to version 0.5.0 with previous version 0.4.1 dated 2017-03-06

Title: Emoji and Font Awesome in Graphics
Description: An implementation of using emoji and fontawesome for using in both base and 'ggplot2' graphics.
Author: Guangchuang Yu [aut, cre]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between emojifont versions 0.4.1 dated 2017-03-06 and 0.5.0 dated 2017-04-27

 DESCRIPTION             |    9 ++---
 MD5                     |   17 ++++++---
 build/vignette.rds      |binary
 inst/doc/emojifont.R    |   27 ---------------
 inst/doc/emojifont.Rmd  |   53 ------------------------------
 inst/doc/emojifont.html |   83 +++++++++---------------------------------------
 inst/doc/phylomoji.R    |only
 inst/doc/phylomoji.Rmd  |only
 inst/doc/phylomoji.html |only
 vignettes/emojifont.Rmd |   53 ------------------------------
 vignettes/emojifont.bib |only
 vignettes/phylomoji.Rmd |only
 12 files changed, 33 insertions(+), 209 deletions(-)

More information about emojifont at CRAN
Permanent link

Package bujar updated to version 0.2-3 with previous version 0.2-1 dated 2015-12-19

Title: Buckley-James Regression for Survival Data with High-Dimensional Covariates
Description: Buckley-James regression for right-censoring survival data with high-dimensional covariates. Implementations for survival data include boosting with componentwise linear least squares, componentwise smoothing splines, regression trees and MARS. Other high-dimensional tools include penalized regression for survival data.
Author: Zhu Wang and others (see COPYRIGHTS)
Maintainer: Zhu Wang <zwang@connecticutchildrens.org>

Diff between bujar versions 0.2-1 dated 2015-12-19 and 0.2-3 dated 2017-04-27

 DESCRIPTION               |    8 ++++----
 MD5                       |   20 ++++++++++----------
 NEWS                      |    4 ++++
 build/vignette.rds        |binary
 data/chop.rda             |binary
 data/rchop.rda            |binary
 inst/doc/dlbcl.R          |   24 +++++++++++++++---------
 inst/doc/dlbcl.Rnw        |   46 +++++++++++++++++++++++-----------------------
 inst/doc/dlbcl.pdf        |binary
 inst/doc/static_dlbcl.pdf |binary
 vignettes/dlbcl.Rnw       |   46 +++++++++++++++++++++++-----------------------
 11 files changed, 79 insertions(+), 69 deletions(-)

More information about bujar at CRAN
Permanent link

Package BIFIEsurvey updated to version 2.0-7 with previous version 1.13-24 dated 2017-03-02

Title: Tools for Survey Statistics in Educational Assessment
Description: Contains tools for survey statistics (especially in educational assessment) for datasets with replication designs (jackknife, bootstrap, replicate weights). Descriptive statistics, linear and logistic regression, path models for manifest variables with measurement error correction and two-level hierarchical regressions for weighted samples are included. Statistical inference can be conducted for multiply imputed datasets and nested multiply imputed datasets. This package is developed by BIFIE (Federal Institute for Educational Research, Innovation and Development of the Austrian School System; Salzburg, Austria).
Author: BIFIE
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>

Diff between BIFIEsurvey versions 1.13-24 dated 2017-03-02 and 2.0-7 dated 2017-04-27

 DESCRIPTION                  |   20 +++----
 MD5                          |   22 ++++----
 NAMESPACE                    |    3 +
 R/BIFIE.data.jack.R          |  108 +++++++++++++++++++++++--------------------
 R/BIFIE.linreg.R             |    5 -
 R/BIFIEdata2svrepdesign.R    |only
 R/rubin_calc_df.R            |    2 
 inst/NEWS                    |   19 +++++++
 man/BIFIE.data.Rd            |    3 +
 man/BIFIE.data.jack.Rd       |    3 -
 man/BIFIEdata2svrepdesign.Rd |only
 man/data.pisaNLD.Rd          |    8 +--
 man/data.timss1.Rd           |   10 +--
 13 files changed, 117 insertions(+), 86 deletions(-)

More information about BIFIEsurvey at CRAN
Permanent link


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