Thu, 23 Jan 2020

Package rngtools updated to version 1.5 with previous version 1.4 dated 2019-07-01

Title: Utility Functions for Working with Random Number Generators
Description: Provides a set of functions for working with Random Number Generators (RNGs). In particular, a generic S4 framework is defined for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed.
Author: Renaud Gaujoux [aut, cre], Max Kuhn [ctb]
Maintainer: Renaud Gaujoux <renozao@protonmail.com>

Diff between rngtools versions 1.4 dated 2019-07-01 and 1.5 dated 2020-01-23

 DESCRIPTION                  |   13 ++++++-------
 MD5                          |   15 ++++++++-------
 NAMESPACE                    |    2 --
 R/format.R                   |    2 +-
 R/rngtools-package.r         |    2 --
 R/utils.R                    |only
 tests/testthat/test-RNG.r    |    5 +----
 tests/testthat/test-RNGseq.r |    3 ---
 tests/testthat/test-format.R |    4 +---
 9 files changed, 17 insertions(+), 29 deletions(-)

More information about rngtools at CRAN
Permanent link

Package TcGSA updated to version 0.12.7 with previous version 0.12.4 dated 2019-04-30

Title: Time-Course Gene Set Analysis
Description: Implementation of Time-course Gene Set Analysis (TcGSA), a method for analyzing longitudinal gene-expression data at the gene set level. Method is detailed in: Hejblum, Skinner & Thiebaut (2015) <doi: 10.1371/journal.pcbi.1004310>.
Author: Boris P Hejblum [aut, cre], Damien Chimits [aut], Anthony Devaux [aut]
Maintainer: Boris P Hejblum <boris.hejblum@u-bordeaux.fr>

Diff between TcGSA versions 0.12.4 dated 2019-04-30 and 0.12.7 dated 2020-01-23

 DESCRIPTION                   |   23 +-
 MD5                           |   84 +++----
 NAMESPACE                     |    1 
 NEWS.md                       |   11 
 R/MYheatmap.2.R               |    2 
 R/TcGSA-internal.R            |    2 
 R/TcGSA-package.R             |    4 
 R/TcGSA.LR.R                  |    2 
 R/TcGSA.LR.parallel.R         |    2 
 R/clustTrend.R                |   15 -
 R/multtest.TcGSA.R            |    2 
 R/plot.TcGSA.R                |    7 
 R/plot1GS.R                   |  176 +++++++++++----
 R/plotFit.GS.R                |    2 
 R/plotPat.1GS.R               |    2 
 R/plotPat.TcGSA.R             |    7 
 R/plotSelect.GS.R             |    8 
 R/pval_simu.R                 |    2 
 R/signifLRT.TcGSA.R           |    2 
 R/summary.TcGSA.R             |    2 
 README.md                     |    8 
 build/vignette.rds            |binary
 inst/CITATION                 |    9 
 inst/doc/TcGSA_userguide.R    |   44 +--
 inst/doc/TcGSA_userguide.Rmd  |   12 -
 inst/doc/TcGSA_userguide.html |  483 +++++++++++++++++++++---------------------
 man/TcGSA-internal.Rd         |    2 
 man/TcGSA-package.Rd          |    4 
 man/TcGSA.LR.Rd               |   22 +
 man/TcGSA.LR.parallel.Rd      |   25 +-
 man/clustTrend.Rd             |   36 ++-
 man/multtest.TcGSA.Rd         |   11 
 man/plot.TcGSA.Rd             |   75 ++++--
 man/plot1GS.Rd                |   82 +++++--
 man/plotFit.GS.Rd             |   20 +
 man/plotMultipleGS.Rd         |   54 +++-
 man/plotPat.1GS.Rd            |   48 +++-
 man/plotPat.TcGSA.Rd          |   72 ++++--
 man/plotSelect.GS.Rd          |   57 +++-
 man/pval_simu.Rd              |    2 
 man/signifLRT.TcGSA.Rd        |   15 -
 man/summary.TcGSA.Rd          |    2 
 vignettes/TcGSA_userguide.Rmd |   12 -
 43 files changed, 905 insertions(+), 546 deletions(-)

More information about TcGSA at CRAN
Permanent link

Package smoothr updated to version 0.1.2 with previous version 0.1.1 dated 2018-12-11

Title: Smooth and Tidy Spatial Features
Description: Tools for smoothing and tidying spatial features (i.e. lines and polygons) to make them more aesthetically pleasing. Smooth curves, fill holes, and remove small fragments from lines and polygons.
Author: Matthew Strimas-Mackey [aut, cre] (<https://orcid.org/0000-0001-8929-7776>)
Maintainer: Matthew Strimas-Mackey <mstrimas@gmail.com>

Diff between smoothr versions 0.1.1 dated 2018-12-11 and 0.1.2 dated 2020-01-23

 DESCRIPTION           |   12 -
 MD5                   |   22 +-
 NAMESPACE             |    3 
 NEWS.md               |    4 
 R/smoothr-package.R   |only
 build/vignette.rds    |binary
 inst/doc/smoothr.R    |   46 ++--
 inst/doc/smoothr.Rmd  |    2 
 inst/doc/smoothr.html |  525 +++++++++++++++++++++++++++++++++++---------------
 man/smooth_chaikin.Rd |    2 
 man/smooth_ksmooth.Rd |   10 
 man/smoothr.Rd        |only
 vignettes/smoothr.Rmd |    2 
 13 files changed, 428 insertions(+), 200 deletions(-)

More information about smoothr at CRAN
Permanent link

Package primerTree updated to version 1.0.5 with previous version 1.0.4 dated 2018-12-19

Title: Visually Assessing the Specificity and Informativeness of Primer Pairs
Description: Identifies potential target sequences for a given set of primers and generates phylogenetic trees annotated with the taxonomies of the predicted amplification products.
Author: Jim Hester
Maintainer: Jim Hester <james.f.hester@gmail.com>

Diff between primerTree versions 1.0.4 dated 2018-12-19 and 1.0.5 dated 2020-01-23

 DESCRIPTION               |   16 ++++++++--------
 MD5                       |   26 +++++++++++++-------------
 R/primerTree.R            |    7 +++++--
 R/search.R                |    2 ++
 R/sequence.R              |   30 ++++++++++++++++++++++++++----
 man/clustalo.Rd           |    3 +--
 man/get_sequence.Rd       |    9 ++++++++-
 man/get_sequences.Rd      |   13 +++++++++++--
 man/plot_tree.Rd          |   13 +++++++++++--
 man/plot_tree_ranks.Rd    |   14 +++++++++++---
 man/primerTree.Rd         |    1 -
 man/primer_search.Rd      |   11 +++++++++--
 man/search_primer_pair.Rd |   20 ++++++++++++++++----
 man/summary.primerTree.Rd |    3 +--
 14 files changed, 122 insertions(+), 46 deletions(-)

More information about primerTree at CRAN
Permanent link

Package LPWC updated to version 1.0.0 with previous version 0.99.5 dated 2019-03-12

Title: Lag Penalized Weighted Correlation for Time Series Clustering
Description: Computes a time series distance measure for clustering based on weighted correlation and introduction of lags. The lags capture delayed responses in a time series dataset. The timepoints must be specified. T. Chandereng, A. Gitter (2020) <doi:10.1186/s12859-019-3324-1>.
Author: Thevaa Chandereng [aut, cre, cph] (<https://orcid.org/0000-0003-4078-9176>), Anthony Gitter [aut, cph] (<https://orcid.org/0000-0002-5324-9833>)
Maintainer: Thevaa Chandereng <chandereng@wisc.edu>

Diff between LPWC versions 0.99.5 dated 2019-03-12 and 1.0.0 dated 2020-01-23

 DESCRIPTION                 |   11 +++++----
 MD5                         |   23 ++++++++++---------
 NAMESPACE                   |    2 -
 NEWS.md                     |only
 R/findC.R                   |    6 ++---
 README.md                   |   11 ++++++---
 build/vignette.rds          |binary
 inst/CITATION               |   23 ++++++++++---------
 inst/doc/LPWC.R             |    2 -
 inst/doc/LPWC.Rmd           |    7 +++---
 inst/doc/LPWC.html          |   51 +++++++++++++++++++++++++-------------------
 tests/testthat/test_findC.R |    1 
 vignettes/LPWC.Rmd          |    7 +++---
 13 files changed, 81 insertions(+), 63 deletions(-)

More information about LPWC at CRAN
Permanent link

Package gllvm updated to version 1.2.1 with previous version 1.2.0 dated 2019-12-20

Title: Generalized Linear Latent Variable Models
Description: Analysis of multivariate data using generalized linear latent variable models (gllvm). Estimation is performed using either Laplace approximation method or variational approximation method implemented via TMB (Kristensen et al., (2016), <doi:10.18637/jss.v070.i05>). For details see Niku et al. (2019) <doi:10.1371/journal.pone.0216129>.
Author: Jenni Niku, Wesley Brooks, Riki Herliansyah, Francis K.C. Hui, Sara Taskinen, David I. Warton
Maintainer: Jenni Niku <jenni.m.e.niku@jyu.fi>

Diff between gllvm versions 1.2.0 dated 2019-12-20 and 1.2.1 dated 2020-01-23

 DESCRIPTION                    |    8 +--
 MD5                            |   38 ++++++++---------
 R/TMBtrait.R                   |   53 ++++++++++++------------
 R/gllvm.R                      |   20 ++++++---
 R/gllvm.TMB.R                  |   33 +++++++--------
 R/gllvm.auxiliary.R            |   11 ++++-
 R/logLik.gllvm.R               |    4 +
 R/ordiplot.gllvm.R             |    3 +
 R/print.gllvm.R                |    2 
 R/randomCoefplot.R             |    6 +-
 inst/doc/vignette1.R           |   34 ++++-----------
 inst/doc/vignette1.Rmd         |   46 ++++++--------------
 inst/doc/vignette1.html        |   90 ++++++++++++++++++-----------------------
 inst/doc/vignette2.html        |   18 ++++----
 man/gllvm.Rd                   |   13 ++++-
 man/ordiplot.gllvm.Rd          |    3 +
 man/randomCoefplot.gllvm.Rd    |    4 -
 src/gllvm.cpp                  |   34 +++++----------
 tests/testthat/test-fitgllvm.R |   20 ++++-----
 vignettes/vignette1.Rmd        |   46 ++++++--------------
 20 files changed, 227 insertions(+), 259 deletions(-)

More information about gllvm at CRAN
Permanent link

Package epiR updated to version 1.0-11 with previous version 1.0-10 dated 2019-11-24

Title: Tools for the Analysis of Epidemiological Data
Description: Tools for the analysis of epidemiological data. Contains functions for directly and indirectly adjusting measures of disease frequency, quantifying measures of association on the basis of single or multiple strata of count data presented in a contingency table, and computing confidence intervals around incidence risk and incidence rate estimates. Miscellaneous functions for use in meta-analysis, diagnostic test interpretation, and sample size calculations.
Author: Mark Stevenson <mark.stevenson1@unimelb.edu.au> with contributions from Telmo Nunes, Cord Heuer, Jonathon Marshall, Javier Sanchez, Ron Thornton, Jeno Reiczigel, Jim Robison-Cox, Paola Sebastiani, Peter Solymos, Kazuki Yoshida, Geoff Jones, Sarah Pirikahu, Simon Firestone, Ryan Kyle, Johann Popp, Mathew Jay and Charles Reynard.
Maintainer: Mark Stevenson <mark.stevenson1@unimelb.edu.au>

Diff between epiR versions 1.0-10 dated 2019-11-24 and 1.0-11 dated 2020-01-23

 DESCRIPTION      |    8 +--
 MD5              |    8 +--
 NEWS             |   13 ++++-
 R/epi.2by2.R     |  131 +++++++++++++++++++++++++++----------------------------
 man/epi.about.Rd |    1 
 5 files changed, 83 insertions(+), 78 deletions(-)

More information about epiR at CRAN
Permanent link

Package butcher updated to version 0.1.2 with previous version 0.1.1 dated 2020-01-07

Title: Model Butcher
Description: Provides a set of five S3 generics to axe components of fitted model objects and help reduce the size of model objects saved to disk.
Author: Joyce Cahoon [aut, cre] (<https://orcid.org/0000-0001-7217-4702>), Davis Vaughan [aut], Max Kuhn [aut], Alex Hayes [aut]
Maintainer: Joyce Cahoon <joyceyu48@gmail.com>

Diff between butcher versions 0.1.1 dated 2020-01-07 and 0.1.2 dated 2020-01-23

 DESCRIPTION              |    6 +++---
 MD5                      |   14 +++++++-------
 NEWS.md                  |    6 ++++++
 R/c5.R                   |    5 +++--
 build/butcher.pdf        |binary
 inst/doc/butcher.html    |    4 ++--
 man/axe-C5.0.Rd          |    5 +++--
 tests/testthat/test-c5.R |    9 +++------
 8 files changed, 27 insertions(+), 22 deletions(-)

More information about butcher at CRAN
Permanent link

New package bamp with initial version 2.0.8
Package: bamp
Type: Package
Title: Bayesian Age-Period-Cohort Modeling and Prediction
Version: 2.0.8
Date: 2020-01-21
Author: Volker Schmid [aut, cre], Florian Geressen [ctb], Leonhard Held [ctb], Evi Rainer [ctb]
Authors@R: c(person("Volker","Schmid",email="volker.schmid@lmu.de", role=c("aut","cre")),person("Florian","Geressen",role="ctb"), person("Leonhard","Held",role="ctb"),person("Evi","Rainer",role="ctb"))
Maintainer: Volker Schmid <volker.schmid@lmu.de>
Description: Bayesian Age-Period-Cohort Modeling and Prediction using efficient Markov Chain Monte Carlo Methods. This is the R version of the previous BAMP software as described in Volker Schmid and Leonhard Held (2007) <DOI:10.18637/jss.v021.i08> Bayesian Age-Period-Cohort Modeling and Prediction - BAMP, Journal of Statistical Software 21:8. This package includes checks of convergence using Gelman's R.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: coda, graphics, parallel, stats, abind
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr, R.rsp
Suggests: knitr, rmarkdown, R.rsp
URL: https://volkerschmid.github.io/bamp/
BugReports: https://github.com/volkerschmid/bamp/issues
NeedsCompilation: yes
Packaged: 2020-01-21 21:49:52 UTC; schmid
Repository: CRAN
Date/Publication: 2020-01-23 22:50:12 UTC

More information about bamp at CRAN
Permanent link

Package colourvalues updated to version 0.3.2 with previous version 0.3.1 dated 2019-11-15

Title: Assigns Colours to Values
Description: Maps one of the viridis colour palettes, or a user-specified palette to values. Viridis colour maps are created by Stéfan van der Walt and Nathaniel Smith, and were set as the default palette for the 'Python' 'Matplotlib' library <https://matplotlib.org/>. Other palettes available in this library have been derived from 'RColorBrewer' <https://CRAN.R-project.org/package=RColorBrewer> and 'colorspace' <https://CRAN.R-project.org/package=colorspace> packages.
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>

Diff between colourvalues versions 0.3.1 dated 2019-11-15 and 0.3.2 dated 2020-01-23

 DESCRIPTION                               |   15 ++--
 MD5                                       |   18 ++---
 NEWS.md                                   |    8 ++
 R/palettes.R                              |   15 +++-
 inst/include/colourvalues/api/api_hex.hpp |    3 
 man/colour_values.Rd                      |   97 ++++++++++++++++++++++--------
 man/colour_values_rgb.Rd                  |   97 ++++++++++++++++++++++--------
 man/get_palette.Rd                        |    7 +-
 tests/testthat/test-colour_values_hex.R   |   11 +++
 tests/testthat/test-palettes.R            |   10 +++
 10 files changed, 211 insertions(+), 70 deletions(-)

More information about colourvalues at CRAN
Permanent link

Package yardstick updated to version 0.0.5 with previous version 0.0.4 dated 2019-08-26

Title: Tidy Characterizations of Model Performance
Description: Tidy tools for quantifying how well model fits to a data set such as confusion matrices, class probability curve summaries, and regression metrics (e.g., RMSE).
Author: Max Kuhn [aut], Davis Vaughan [aut, cre], RStudio [cph]
Maintainer: Davis Vaughan <davis@rstudio.com>

Diff between yardstick versions 0.0.4 dated 2019-08-26 and 0.0.5 dated 2020-01-23

 DESCRIPTION                    |    8 +--
 MD5                            |  104 ++++++++++++++++++++---------------------
 NEWS.md                        |    8 +++
 R/conf_mat.R                   |    8 +--
 R/metrics.R                    |    2 
 README.md                      |    4 +
 inst/doc/custom-metrics.R      |   38 +++++++-------
 inst/doc/custom-metrics.html   |   22 +++++---
 inst/doc/metric-types.R        |   12 ++--
 inst/doc/metric-types.html     |   10 ++-
 inst/doc/multiclass.R          |    2 
 inst/doc/multiclass.html       |    8 ++-
 man/accuracy.Rd                |   23 +++++----
 man/average_precision.Rd       |   16 +++---
 man/bal_accuracy.Rd            |   26 ++++++----
 man/ccc.Rd                     |   53 ++++++++++++--------
 man/conf_mat.Rd                |    7 +-
 man/detection_prevalence.Rd    |   36 +++++++++-----
 man/f_meas.Rd                  |   37 ++++++++------
 man/gain_capture.Rd            |   13 ++---
 man/gain_curve.Rd              |   16 +++---
 man/huber_loss.Rd              |   43 ++++++++++------
 man/huber_loss_pseudo.Rd       |   43 ++++++++++------
 man/iic.Rd                     |   40 +++++++++------
 man/j_index.Rd                 |   27 ++++++----
 man/kap.Rd                     |   24 +++++----
 man/lift_curve.Rd              |   18 +++----
 man/mae.Rd                     |   40 +++++++++------
 man/mape.Rd                    |   40 +++++++++------
 man/mase.Rd                    |   46 ++++++++++--------
 man/mcc.Rd                     |   24 +++++----
 man/metric_summarizer.Rd       |   15 ++++-
 man/metric_vec_template.Rd     |   13 +++--
 man/metrics.Rd                 |    5 -
 man/mn_log_loss.Rd             |   13 ++---
 man/npv.Rd                     |   55 ++++++++++++++-------
 man/ppv.Rd                     |   55 ++++++++++++++-------
 man/pr_auc.Rd                  |   13 ++---
 man/pr_curve.Rd                |    8 +--
 man/precision.Rd               |   36 ++++++++------
 man/recall.Rd                  |   36 ++++++++------
 man/rmse.Rd                    |   40 +++++++++------
 man/roc_auc.Rd                 |   25 ++++++---
 man/roc_curve.Rd               |   11 ++--
 man/rpd.Rd                     |   34 ++++++++-----
 man/rpiq.Rd                    |   34 ++++++++-----
 man/rsq.Rd                     |   34 ++++++++-----
 man/rsq_trad.Rd                |   33 ++++++++-----
 man/sens.Rd                    |   37 ++++++++------
 man/smape.Rd                   |   40 +++++++++------
 man/spec.Rd                    |   37 ++++++++------
 man/summary.conf_mat.Rd        |    5 -
 tests/testthat/test_autoplot.R |    5 +
 53 files changed, 838 insertions(+), 544 deletions(-)

More information about yardstick at CRAN
Permanent link

Package SamplingStrata updated to version 1.5 with previous version 1.4-1 dated 2019-04-22

Title: Optimal Stratification of Sampling Frames for Multipurpose Sampling Surveys
Description: In the field of stratified sampling design, this package offers an approach for the determination of the best stratification of a sampling frame, the one that ensures the minimum sample cost under the condition to satisfy precision constraints in a multivariate and multidomain case. This approach is based on the use of the genetic algorithm: each solution (i.e. a particular partition in strata of the sampling frame) is considered as an individual in a population; the fitness of all individuals is evaluated applying the Bethel-Chromy algorithm to calculate the sampling size satisfying precision constraints on the target estimates. Functions in the package allows to: (a) analyse the obtained results of the optimisation step; (b) assign the new strata labels to the sampling frame; (c) select a sample from the new frame accordingly to the best allocation. Functions for the execution of the genetic algorithm are a modified version of the functions in the 'genalg' package.
Author: Giulio Barcaroli, Marco Ballin, Hanjo Odendaal, Daniela Pagliuca, Egon Willighagen, Diego Zardetto
Maintainer: Giulio Barcaroli <gbarcaroli@gmail.com>

Diff between SamplingStrata versions 1.4-1 dated 2019-04-22 and 1.5 dated 2020-01-23

 SamplingStrata-1.4-1/SamplingStrata/R/aggrStrata_model.r                  |only
 SamplingStrata-1.4-1/SamplingStrata/R/buildStrataDF.R                     |only
 SamplingStrata-1.4-1/SamplingStrata/R/buildStrataDF_opt2.R                |only
 SamplingStrata-1.4-1/SamplingStrata/R/summaryStrata2.R                    |only
 SamplingStrata-1.4-1/SamplingStrata/inst/doc/SamplingStrata.bib           |only
 SamplingStrata-1.4-1/SamplingStrata/man/figures                           |only
 SamplingStrata-1.4-1/SamplingStrata/vignettes/output                      |only
 SamplingStrata-1.4-1/SamplingStrata/vignettes/simulation                  |only
 SamplingStrata-1.4-1/SamplingStrata/vignettes/vignette.RData              |only
 SamplingStrata-1.5/SamplingStrata/DESCRIPTION                             |   17 
 SamplingStrata-1.5/SamplingStrata/MD5                                     |  165 
 SamplingStrata-1.5/SamplingStrata/NAMESPACE                               |    8 
 SamplingStrata-1.5/SamplingStrata/NEWS                                    |  359 -
 SamplingStrata-1.5/SamplingStrata/R/Bethel.r                              |    4 
 SamplingStrata-1.5/SamplingStrata/R/KmeansSolution.R                      |    1 
 SamplingStrata-1.5/SamplingStrata/R/KmeansSolution2.R                     |only
 SamplingStrata-1.5/SamplingStrata/R/KmeansSolutionSpatial.R               |only
 SamplingStrata-1.5/SamplingStrata/R/aggrStrata.r                          |only
 SamplingStrata-1.5/SamplingStrata/R/aggrStrata2.R                         |only
 SamplingStrata-1.5/SamplingStrata/R/aggrStrata_spatial.r                  |only
 SamplingStrata-1.5/SamplingStrata/R/buildFrameDF.R                        |    1 
 SamplingStrata-1.5/SamplingStrata/R/buildFrameSpatial.R                   |only
 SamplingStrata-1.5/SamplingStrata/R/buildStrataDFSpatial_4.R              |only
 SamplingStrata-1.5/SamplingStrata/R/buildStrataDF_models_4.R              |only
 SamplingStrata-1.5/SamplingStrata/R/checkInput.R                          |   12 
 SamplingStrata-1.5/SamplingStrata/R/computeGamma.R                        |only
 SamplingStrata-1.5/SamplingStrata/R/evalSolution.r                        |   13 
 SamplingStrata-1.5/SamplingStrata/R/onAttach.R                            |only
 SamplingStrata-1.5/SamplingStrata/R/optimStrata.R                         |only
 SamplingStrata-1.5/SamplingStrata/R/optimizeStrata.R                      |    9 
 SamplingStrata-1.5/SamplingStrata/R/optimizeStrata2.R                     |   78 
 SamplingStrata-1.5/SamplingStrata/R/optimizeStrataSpatial.R               |only
 SamplingStrata-1.5/SamplingStrata/R/plotStrata2d_new.R                    |   17 
 SamplingStrata-1.5/SamplingStrata/R/prepareSuggestion.R                   |only
 SamplingStrata-1.5/SamplingStrata/R/rbga2.R                               |   11 
 SamplingStrata-1.5/SamplingStrata/R/rbgaSpatial.R                         |only
 SamplingStrata-1.5/SamplingStrata/R/selectSample.R                        |    7 
 SamplingStrata-1.5/SamplingStrata/R/selectSampleSytematic.R               |    7 
 SamplingStrata-1.5/SamplingStrata/R/strataGenalg.R                        |    4 
 SamplingStrata-1.5/SamplingStrata/R/strataGenalg2.R                       |    8 
 SamplingStrata-1.5/SamplingStrata/R/strataGenalgSpatial.R                 |only
 SamplingStrata-1.5/SamplingStrata/R/summaryStrata.R                       |only
 SamplingStrata-1.5/SamplingStrata/build/vignette.rds                      |binary
 SamplingStrata-1.5/SamplingStrata/inst/doc/SamplingStrata.R               |  615 --
 SamplingStrata-1.5/SamplingStrata/inst/doc/SamplingStrata.Rmd             | 1198 +----
 SamplingStrata-1.5/SamplingStrata/inst/doc/SamplingStrata.html            | 2295 +++-------
 SamplingStrata-1.5/SamplingStrata/inst/doc/SamplingStrata_cheatsheet.pdf  |only
 SamplingStrata-1.5/SamplingStrata/inst/doc/models.R                       |only
 SamplingStrata-1.5/SamplingStrata/inst/doc/models.Rmd                     |only
 SamplingStrata-1.5/SamplingStrata/inst/doc/models.html                    |only
 SamplingStrata-1.5/SamplingStrata/inst/doc/spatial.R                      |only
 SamplingStrata-1.5/SamplingStrata/inst/doc/spatial.Rmd                    |only
 SamplingStrata-1.5/SamplingStrata/inst/doc/spatial.html                   |only
 SamplingStrata-1.5/SamplingStrata/inst/figures                            |only
 SamplingStrata-1.5/SamplingStrata/man/KmeansSolution.Rd                   |   11 
 SamplingStrata-1.5/SamplingStrata/man/KmeansSolution2.Rd                  |only
 SamplingStrata-1.5/SamplingStrata/man/KmeansSolutionSpatial.Rd            |only
 SamplingStrata-1.5/SamplingStrata/man/aggStrata2.Rd                       |only
 SamplingStrata-1.5/SamplingStrata/man/aggStrataSpatial.Rd                 |only
 SamplingStrata-1.5/SamplingStrata/man/buildFrameSpatial.Rd                |only
 SamplingStrata-1.5/SamplingStrata/man/buildStrataDF.Rd                    |    9 
 SamplingStrata-1.5/SamplingStrata/man/buildStrataDFSpatial.Rd             |only
 SamplingStrata-1.5/SamplingStrata/man/computeGamma.Rd                     |only
 SamplingStrata-1.5/SamplingStrata/man/optimStrata.Rd                      |only
 SamplingStrata-1.5/SamplingStrata/man/optimizeStrata.Rd                   |   52 
 SamplingStrata-1.5/SamplingStrata/man/optimizeStrata2.Rd                  |   79 
 SamplingStrata-1.5/SamplingStrata/man/optimizeStrataSpatial.Rd            |only
 SamplingStrata-1.5/SamplingStrata/man/plotStrata2d.Rd                     |   32 
 SamplingStrata-1.5/SamplingStrata/man/prepareSuggestion.Rd                |only
 SamplingStrata-1.5/SamplingStrata/vignettes/SamplingStrata.Rmd            | 1198 +----
 SamplingStrata-1.5/SamplingStrata/vignettes/SamplingStrata.bib            |   73 
 SamplingStrata-1.5/SamplingStrata/vignettes/SamplingStrata_figures        |only
 SamplingStrata-1.5/SamplingStrata/vignettes/SamplingStrata_vignette.RData |only
 SamplingStrata-1.5/SamplingStrata/vignettes/models.Rmd                    |only
 SamplingStrata-1.5/SamplingStrata/vignettes/models_figures                |only
 SamplingStrata-1.5/SamplingStrata/vignettes/models_vignette.RData         |only
 SamplingStrata-1.5/SamplingStrata/vignettes/spatial.Rmd                   |only
 SamplingStrata-1.5/SamplingStrata/vignettes/spatial_figures               |only
 SamplingStrata-1.5/SamplingStrata/vignettes/spatial_vignette.RData        |only
 79 files changed, 2547 insertions(+), 3736 deletions(-)

More information about SamplingStrata at CRAN
Permanent link

Package altair updated to version 4.0.1 with previous version 3.1.1 dated 2019-07-11

Title: Interface to 'Altair'
Description: Interface to 'Altair' <https://altair-viz.github.io>, which itself is a 'Python' interface to 'Vega-Lite' <https://vega.github.io/vega-lite>. This package uses the 'Reticulate' framework <https://rstudio.github.io/reticulate> to manage the interface between R and 'Python'.
Author: Ian Lyttle [aut, cre] (<https://orcid.org/0000-0001-9962-4849>), Haley Jeppson [aut], Altair Developers [aut], Alicia Schep [ctb] (<https://orcid.org/0000-0002-3915-0618>), Jake Vanderplas [ctb] (Altair library), Brian Granger [ctb] (Altair library)
Maintainer: Ian Lyttle <ian.lyttle@schneider-electric.com>

Diff between altair versions 3.1.1 dated 2019-07-11 and 4.0.1 dated 2020-01-23

 altair-3.1.1/altair/R/utils-vegawidget-altair.vegalite.v3.api.TopLevelMixin.R |only
 altair-3.1.1/altair/man/repr_text.altair.vegalite.v3.api.Chart.Rd             |only
 altair-3.1.1/altair/man/repr_vegalite3.altair.vegalite.v3.api.Chart.Rd        |only
 altair-4.0.1/altair/DESCRIPTION                                               |   15 ++--
 altair-4.0.1/altair/MD5                                                       |   32 +++++-----
 altair-4.0.1/altair/NAMESPACE                                                 |   18 ++---
 altair-4.0.1/altair/NEWS.md                                                   |    6 +
 altair-4.0.1/altair/R/concatenation.R                                         |    8 +-
 altair-4.0.1/altair/R/utils-jupyterlab.R                                      |    6 -
 altair-4.0.1/altair/R/utils-vegawidget-altair.R                               |only
 altair-4.0.1/altair/R/zzz.R                                                   |    2 
 altair-4.0.1/altair/README.md                                                 |    9 +-
 altair-4.0.1/altair/man/altair.Rd                                             |    1 
 altair-4.0.1/altair/man/altair_concatenation.Rd                               |   12 +--
 altair-4.0.1/altair/man/as_vegaspec.Rd                                        |   10 +--
 altair-4.0.1/altair/man/figures/README-example-1.svg                          |    2 
 altair-4.0.1/altair/man/install_altair.Rd                                     |   10 ++-
 altair-4.0.1/altair/man/knit_print.vegaspec.Rd                                |   11 +--
 altair-4.0.1/altair/man/repr_text.altair.vegalite.v4.api.Chart.Rd             |only
 altair-4.0.1/altair/man/repr_vegalite4.altair.vegalite.v4.api.Chart.Rd        |only
 20 files changed, 71 insertions(+), 71 deletions(-)

More information about altair at CRAN
Permanent link

Package metap updated to version 1.3 with previous version 1.2 dated 2019-12-08

Title: Meta-Analysis of Significance Values
Description: The canonical way to perform meta-analysis involves using effect sizes. When they are not available this package provides a number of methods for meta-analysis of significance values including the methods of Edgington, Fisher, Lancaster, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate published results; and a routine for graphical display.
Author: Michael Dewey [aut, cre] (<https://orcid.org/0000-0002-7522-3677>)
Maintainer: Michael Dewey <lists@dewey.myzen.co.uk>

Diff between metap versions 1.2 dated 2019-12-08 and 1.3 dated 2020-01-23

 DESCRIPTION            |   16 ++-
 MD5                    |   24 ++---
 NEWS                   |    5 +
 build/partial.rdb      |binary
 build/vignette.rds     |binary
 inst/doc/compare.R     |   97 +++++++++++++++++++-
 inst/doc/compare.Rnw   |  231 ++++++++++++++++++++++++++++++++++++++-----------
 inst/doc/compare.pdf   |binary
 inst/doc/metap.pdf     |binary
 inst/doc/strength.gv   |only
 inst/doc/struct.gv     |only
 man/meanz.Rd           |    7 +
 vignettes/compare.Rnw  |  231 ++++++++++++++++++++++++++++++++++++++-----------
 vignettes/strength.pdf |only
 vignettes/struct.pdf   |only
 15 files changed, 494 insertions(+), 117 deletions(-)

More information about metap at CRAN
Permanent link

Package valueEQ5D updated to version 0.5.1 with previous version 0.5.0 dated 2019-11-06

Title: Scoring the EQ-5D Descriptive System
Description: EQ-5D is a standard instrument (<https://euroqol.org/eq-5d-instruments/>) that measures the quality of life often used in clinical and economic evaluations of health care technologies. Both adult versions of EQ-5D (EQ-5D-3L and EQ-5D-5L) contain a descriptive system and visual analog scale. The descriptive system measures the patient's health in 5 dimensions: the 5L versions has 5 levels and 3L version has 3 levels. The descriptive system scores are usually converted to index values using country specific values sets (that incorporates the country preferences). This package allows the calculation of both descriptive system scores to the index value scores. The value sets for EQ-5D-3L are from the references mentioned in the website <https://euroqol.org/eq-5d-instruments/eq-5d-3l-about/valuation/> The value sets for EQ-5D-3L for a total of 31 countries are used for the valuation (see the user guide for a complete list of references). The value sets for EQ-5D-5L are obtained from references mentioned in the <https://euroqol.org/eq-5d-instruments/eq-5d-5l-about/valuation-standard-value-sets/> and other sources. The value sets for EQ-5D-5L for a total of 17 countries are used for the valuation (see the user guide for a complete list of references). The package can also be used to map 5L scores to 3L index values for 10 countries: Denmark, France, Germany, Japan, Netherlands, Spain, Thailand, UK, USA, and Zimbabwe. The value set and method for mapping are obtained from Van Hout et al (2012) <doi: 10.1016/j.jval.2012.02.008>.
Author: Sheeja Manchira Krishnan [aut, cre]
Maintainer: Sheeja Manchira Krishnan <sheejamk@gmail.com>

Diff between valueEQ5D versions 0.5.0 dated 2019-11-06 and 0.5.1 dated 2020-01-23

 DESCRIPTION               |    8 
 MD5                       |   13 
 R/basic_checks.R          |  500 ++++++------
 R/eq5d.R                  | 1772 +++++++++++++++++++++++-----------------------
 R/sysdata.rda             |only
 README.md                 |   42 -
 inst/doc/User_Guide.html  |    4 
 tests/testthat/testthat.R |   10 
 8 files changed, 1175 insertions(+), 1174 deletions(-)

More information about valueEQ5D at CRAN
Permanent link

Package IPDFileCheck updated to version 0.6.2 with previous version 0.6.1 dated 2019-12-04

Title: Basic Functions to Check Readability, Consistency, and Content of an Individual Participant Data File
Description: Basic checks needed with an individual level participant data from randomised controlled trial. This checks files for existence, read access and individual columns for formats. The checks on format is currently implemented for gender and age formats.
Author: Sheeja Manchira Krishnan
Maintainer: Sheeja Manchira Krishnan <sheejamk@gmail.com>

Diff between IPDFileCheck versions 0.6.1 dated 2019-12-04 and 0.6.2 dated 2020-01-23

 DESCRIPTION               |    6 
 MD5                       |    8 
 R/IPDFilecheck.R          |   44 +
 inst/doc/User_Guide.html  |   54 +-
 tests/testthat/testthat.R | 1216 +++++++++++++++++++++++-----------------------
 5 files changed, 681 insertions(+), 647 deletions(-)

More information about IPDFileCheck at CRAN
Permanent link

Package convoSPAT updated to version 1.2.6 with previous version 1.2.4 dated 2017-11-03

Title: Convolution-Based Nonstationary Spatial Modeling
Description: Fits convolution-based nonstationary Gaussian process models to point-referenced spatial data. The nonstationary covariance function allows the user to specify the underlying correlation structure and which spatial dependence parameters should be allowed to vary over space: the anisotropy, nugget variance, and process variance. The parameters are estimated via maximum likelihood, using a local likelihood approach. Also provided are functions to fit stationary spatial models for comparison, calculate the Kriging predictor and standard errors, and create various plots to visualize nonstationarity.
Author: Mark D. Risser [aut, cre]
Maintainer: Mark D. Risser <markdrisser@gmail.com>

Diff between convoSPAT versions 1.2.4 dated 2017-11-03 and 1.2.6 dated 2020-01-23

 DESCRIPTION                      |   13 
 MD5                              |   63 +--
 NAMESPACE                        |    2 
 R/convoSPAT_fitpred.R            |  692 ++++++++++++++++-----------------------
 R/convoSPAT_paramEst.R           |  105 ++++-
 R/convoSPAT_simulate.R           |   11 
 R/convoSPAT_summplot.R           |    4 
 man/Aniso_fit.Rd                 |   32 -
 man/NSconvo_fit.Rd               |   33 -
 man/NSconvo_sim.Rd               |   19 -
 man/US.mc.grids.Rd               |    1 
 man/US.prediction.locs.Rd        |    1 
 man/USprecip97.Rd                |    1 
 man/cov_spatial.Rd               |only
 man/evaluate_CV.Rd               |    1 
 man/f_mc_kernels.Rd              |    7 
 man/kernel_cov.Rd                |    1 
 man/make_global_loglik1.Rd       |    1 
 man/make_global_loglik1_kappa.Rd |    4 
 man/make_global_loglik2.Rd       |    1 
 man/make_global_loglik2_kappa.Rd |    5 
 man/make_global_loglik3.Rd       |    1 
 man/make_global_loglik3_kappa.Rd |    1 
 man/make_global_loglik4_kappa.Rd |    1 
 man/make_local_lik.Rd            |    1 
 man/mc_N.Rd                      |    1 
 man/plot.Aniso.Rd                |    5 
 man/plot.NSconvo.Rd              |    1 
 man/predict.Aniso.Rd             |    1 
 man/predict.NSconvo.Rd           |    1 
 man/simdata.Rd                   |    1 
 man/summary.Aniso.Rd             |    1 
 man/summary.NSconvo.Rd           |    1 
 33 files changed, 454 insertions(+), 559 deletions(-)

More information about convoSPAT at CRAN
Permanent link

Package TSP updated to version 1.1-8 with previous version 1.1-7 dated 2019-05-22

Title: Traveling Salesperson Problem (TSP)
Description: Basic infrastructure and some algorithms for the traveling salesperson problem (also traveling salesman problem; TSP). The package provides some simple algorithms and an interface to the Concorde TSP solver and its implementation of the Chained-Lin-Kernighan heuristic. The code for Concorde itself is not included in the package and has to be obtained separately.
Author: Michael Hahsler [aut, cre, cph], Kurt Hornik [aut, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>

Diff between TSP versions 1.1-7 dated 2019-05-22 and 1.1-8 dated 2020-01-23

 DESCRIPTION                     |   12 ++--
 MD5                             |   49 ++++++++--------
 NAMESPACE                       |   13 ++--
 NEWS.md                         |    9 ++-
 R/AAAparameter.R                |    2 
 R/cut_tour.R                    |   32 ++++++++--
 R/insert_dummy.R                |    2 
 R/reformulare_ATSP_as_TSP.R     |    2 
 R/solve_TSP.R                   |   26 ++++++++
 R/tsp_concorde.R                |   98 ++++++++++++++------------------
 R/write_TSPLIB.R                |   66 +++++++++++-----------
 build/vignette.rds              |binary
 inst/doc/TSP.R                  |   48 +++++++++-------
 inst/doc/TSP.Rnw                |   76 +++++++++++++------------
 inst/doc/TSP.pdf                |binary
 man/Concorde.Rd                 |   11 ++-
 man/TSPLIB.Rd                   |    3 -
 man/USCA312.Rd                  |   42 +++++++-------
 man/cut_tour.Rd                 |   22 ++++++-
 man/insert_dummy.Rd             |   38 +++++++++---
 man/solve_TSP.Rd                |   11 +++
 src/two_opt.c                   |  120 ++++++++++++++++++++--------------------
 tests/testthat/test-ETSP.R      |    2 
 tests/testthat/test-concorde.R  |only
 tests/testthat/test-solve_TSP.R |   33 ++++++-----
 vignettes/TSP.Rnw               |   76 +++++++++++++------------
 26 files changed, 455 insertions(+), 338 deletions(-)

More information about TSP at CRAN
Permanent link

New package SNSequate with initial version 1.3.2
Package: SNSequate
Version: 1.3.2
Date: 2020-01-22
Title: Standard and Nonstandard Statistical Models and Methods for Test Equating
Authors@R: c( person("Jorge", "Gonzalez", email = "jorge.gonzalez@mat.uc.cl", role = c("cre","aut")), person("Daniel", "Leon Acuna", email = "dnacuna@uc.cl", role = "ctb"))
Maintainer: Jorge Gonzalez <jorge.gonzalez@mat.uc.cl>
Depends: R (>= 3.1.0), magic, stats
Imports: methods, emdbook, plyr, statmod, knitr, progress
Description: Contains functions to perform various models and methods for test equating. It currently implements the traditional mean, linear and equipercentile equating methods. Both IRT observed-score and true-score equating are also supported, as well as the mean-mean, mean-sigma, Haebara and Stocking-Lord IRT linking methods. It also supports newest methods such that local equating, kernel equating (using Gaussian, logistic, Epanechnikov, uniform and adaptive kernels) with presmoothing, and IRT parameter linking methods based on asymmetric item characteristic functions. Functions to obtain both standard error of equating (SEE) and standard error of equating differences between two equating functions (SEED) are also implemented for the kernel method of equating.
License: GPL (>= 2)
URL: http://www.mat.uc.cl/~jorge.gonzalez
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2020-01-23 17:02:09 UTC; jgonzale
Author: Jorge Gonzalez [cre, aut], Daniel Leon Acuna [ctb]
Repository: CRAN
Date/Publication: 2020-01-23 17:30:14 UTC

More information about SNSequate at CRAN
Permanent link

New package rarms with initial version 1.0.0
Package: rarms
Type: Package
Title: Access Data from the USDA ARMS Data API
Version: 1.0.0
Authors@R: c(person(given = "Bowen", family = "Chen", role = c("aut", "cre"), email = "bwchen0719@gmail.com", comment = c(ORCID = "0000-0003-0370-2756")), person(given = "Benjamin", family = "Gramig", role = "ctb"))
Description: Interface to easily access data via the United States Department of Agriculture (USDA)'s Agricultural Resource Management Survey (ARMS) Data API <https://www.ers.usda.gov/developer/data-apis/arms-data-api/>. The downloaded data can be saved for later off-line use. Also provide relevant information and metadata for each of the input variables needed for sending the data inquery.
Encoding: UTF-8
License: GPL (>= 2)
LazyData: true
RoxygenNote: 7.0.2
Depends: R (>= 3.6.0)
Imports: jsonlite (>= 1.6)
NeedsCompilation: no
Packaged: 2020-01-13 04:25:57 UTC; bwchen
Author: Bowen Chen [aut, cre] (<https://orcid.org/0000-0003-0370-2756>), Benjamin Gramig [ctb]
Maintainer: Bowen Chen <bwchen0719@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-23 17:30:02 UTC

More information about rarms at CRAN
Permanent link

New package NLMR with initial version 1.0
Package: NLMR
Type: Package
Title: Simulating Neutral Landscape Models
Version: 1.0
Authors@R: c(person("Marco", "Sciaini", email = "sciaini.marco@gmail.com", role = c("aut", "cre"), comment = c(ORCID = '0000-0002-3042-5435')), person("Matthias", "Fritsch", email = "matthias.fritsch@forst.uni-goettingen.de", role = "aut"), person("Craig", "Simpkins", email = "simpkinscraig063@gmail.com", role = "aut", comment = c(ORCID = '0000-0003-3212-1379')), person("Cédric", "Scherer", email = "cedricphilippscherer@gmail.com", role = c("aut"), comment = c(ORCID = '0000-0003-0465-2543')), person("Sebastian", "Hanß", role = "aut", comment = c(ORCID = '0000-0002-3990-4897')), person("Laura", "Graham", role = "rev", comment = "Laura reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/188"), person("Jeffrey", "Hollister", role = "rev", comment = "Jeffrey reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/188"))
Maintainer: Marco Sciaini <sciaini.marco@gmail.com>
Description: Provides neutral landscape models (<doi:10.1007/BF02275262>, <http://sci-hub.tw/10.1007/bf02275262>). Neutral landscape models range from "hard" neutral models (completely random distributed), to "soft" neutral models (definable spatial characteristics) and generate landscape patterns that are independent of ecological processes. Thus, these patterns can be used as null models in landscape ecology. 'nlmr' combines a large number of algorithms from other published software for simulating neutral landscapes. The simulation results are obtained in a geospatial data format (raster* objects from the 'raster' package) and can, therefore, be used in any sort of raster data operation that is performed with standard observation data.
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 3.1.0)
SystemRequirements: C++11
RoxygenNote: 6.1.1
Imports: checkmate, dplyr, RandomFields, raster, spatstat, stats, tibble, fasterize, sf, Rcpp
URL: https://ropensci.github.io/NLMR/
BugReports: https://github.com/ropensci/NLMR/issues/
Suggests: testthat, covr, captioner, knitr, rmarkdown, lintr, landscapetools, igraph
LinkingTo: Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-01-23 12:48:09 UTC; marco
Author: Marco Sciaini [aut, cre] (<https://orcid.org/0000-0002-3042-5435>), Matthias Fritsch [aut], Craig Simpkins [aut] (<https://orcid.org/0000-0003-3212-1379>), Cédric Scherer [aut] (<https://orcid.org/0000-0003-0465-2543>), Sebastian Hanß [aut] (<https://orcid.org/0000-0002-3990-4897>), Laura Graham [rev] (Laura reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/188), Jeffrey Hollister [rev] (Jeffrey reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/188)
Repository: CRAN
Date/Publication: 2020-01-23 17:50:02 UTC

More information about NLMR at CRAN
Permanent link

New package netstat with initial version 0.1.1
Package: netstat
Type: Package
Title: Retrieve Network Statistics Including Available TCP Ports
Version: 0.1.1
Authors@R: c( person("Steve", "Condylios", , "steve.condylios@gmail.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-0599-844X")) )
Maintainer: Steve Condylios <steve.condylios@gmail.com>
BugReports: https://github.com/stevecondylios/netstat/issues
URL: https://github.com/stevecondylios/netstat
Description: R interface for the 'netstat' command line utility used to retrieve and parse commonly used network statistics, including available and in-use transmission control protocol (TCP) ports. Primers offering technical background information on the 'netstat' command line utility are available in the "Linux System Administrator's Manual" by Michael Kerrisk (2014) <http://man7.org/linux/man-pages/man8/netstat.8.html>, and on the Microsoft website (2017) <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: utils
Language: en-US
NeedsCompilation: no
Packaged: 2020-01-13 02:09:26 UTC; st
Author: Steve Condylios [aut, cre] (<https://orcid.org/0000-0003-0599-844X>)
Repository: CRAN
Date/Publication: 2020-01-23 17:30:05 UTC

More information about netstat at CRAN
Permanent link

New package metropolis with initial version 0.1.5
Package: metropolis
Title: The Metropolis Algorithm
Version: 0.1.5
Date: 2020-01-12
Authors@R: person(given = "Alexander", family = "Keil", role = c("aut", "cre"), email = "akeil@unc.edu")
Author: Alexander Keil [aut, cre]
Maintainer: Alexander Keil <akeil@unc.edu>
Description: Learning and using the Metropolis algorithm for Bayesian fitting of a generalized linear model. The package vignette includes examples of hand-coding a logistic model using several variants of the Metropolis algorithm. The package also contains R functions for simulating posterior distributions of Bayesian generalized linear model parameters using guided, adaptive, guided-adaptive and random walk Metropolis algorithms. The random walk Metropolis algorithm was originally described in Metropolis et al (1953) <doi:10.1063/1.1699114>.
License: GPL (>= 2)
Depends: coda, R (>= 3.5.0)
Imports: stats
Suggests: knitr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-13 01:19:36 UTC; akeil
Repository: CRAN
Date/Publication: 2020-01-23 17:30:07 UTC

More information about metropolis at CRAN
Permanent link

New package spiR with initial version 0.1.1
Package: spiR
Type: Package
Title: Wrapper for the Social Progress Index Data
Version: 0.1.1
Authors@R: person("Thierry", "Warin", email = "thierry.warin@skema.edu", role =c("aut", "cre"), comment = c(ORCID = "0000-0002-5921-3428") )
Description: In 2015, The 17 United Nations' Sustainable Development Goals were adopted. 'spiR' is a wrapper of several open datasets published by the Social Progress Imperative (<https://www.socialprogress.org/>), including the Social Progress Index (a synthetic measure of human development across the world). 'spiR''s goal is to provide data to help policymakers and researchers prioritize actions that accelerate social progress across the world in the context of the Sustainable Development Goals. Please cite: Warin, Th. (2019) "spiR: An R Package for the Social Progress Index", <doi:10.6084/m9.figshare.11421573>.
Imports: gsheet, dplyr,reshape2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-12 16:00:12 UTC; warint
Author: Thierry Warin [aut, cre] (<https://orcid.org/0000-0002-5921-3428>)
Maintainer: Thierry Warin <thierry.warin@skema.edu>
Repository: CRAN
Date/Publication: 2020-01-23 16:20:02 UTC

More information about spiR at CRAN
Permanent link

Package mable updated to version 2.0.1 with previous version 2.0 dated 2020-01-12

Title: Maximum Approximate Bernstein/Beta Likelihood Estimation
Description: Fit data from a continuous population with a smooth density on finite interval by an approximate Bernstein polynomial model which is a mixture of certain beta distributions and find maximum approximate Bernstein likelihood estimator of the unknown coefficients. Consequently, maximum likelihood estimates of the unknown density, distribution functions, and more can be obtained. If the support of the density is not the unit interval then transformation can be applied. This is an implementation of the methods proposed by the author of this package published in the Journal of Nonparametric Statistics: Guan (2016) <doi:10.1080/10485252.2016.1163349> and Guan (2017) <doi:10.1080/10485252.2017.1374384>. For data with covariates, under some semiparametric regression models such as Cox proportional hazards model and the accelerated failure time model, the baseline survival function can be estimated smoothly based on general interval censored data.
Author: Zhong Guan [aut, cre]
Maintainer: Zhong Guan <zguan@iusb.edu>

Diff between mable versions 2.0 dated 2020-01-12 and 2.0.1 dated 2020-01-23

 mable-2.0.1/mable/DESCRIPTION          |    6 
 mable-2.0.1/mable/MD5                  |   57 ++---
 mable-2.0.1/mable/NAMESPACE            |   14 +
 mable-2.0.1/mable/R/mable-aft-model.r  |   91 ++++----
 mable-2.0.1/mable/R/mable-decon.r      |   26 +-
 mable-2.0.1/mable/R/mable-multivar.r   |  213 ++++++++++++++-----
 mable-2.0.1/mable/R/mable-ph-model.r   |  203 ++++++++----------
 mable-2.0.1/mable/R/mable.r            |  369 ++++++++++++++++++++-------------
 mable-2.0.1/mable/inst/doc/mable.R     |  229 ++++++++++----------
 mable-2.0.1/mable/inst/doc/mable.Rmd   |  235 ++++++++++-----------
 mable-2.0.1/mable/inst/doc/mable.pdf   |binary
 mable-2.0.1/mable/man/dmixbeta.Rd      |only
 mable-2.0.1/mable/man/dmixmvbeta.Rd    |only
 mable-2.0.1/mable/man/mable.Rd         |   86 +++----
 mable-2.0.1/mable/man/mable.aft.Rd     |   38 +--
 mable-2.0.1/mable/man/mable.decon.Rd   |   22 -
 mable-2.0.1/mable/man/mable.group.Rd   |   42 +--
 mable-2.0.1/mable/man/mable.ic.Rd      |   46 ++--
 mable-2.0.1/mable/man/mable.mvar.Rd    |   34 +--
 mable-2.0.1/mable/man/mable.ph.Rd      |   58 ++---
 mable-2.0.1/mable/man/mable.reg.Rd     |    8 
 mable-2.0.1/mable/man/maple.aft.Rd     |   42 +--
 mable-2.0.1/mable/man/maple.ph.Rd      |   46 ++--
 mable-2.0.1/mable/man/optim.gcp.Rd     |   12 -
 mable-2.0.1/mable/man/plot.mable.Rd    |    2 
 mable-2.0.1/mable/man/summary.mable.Rd |    6 
 mable-2.0.1/mable/src/mable.c          |   84 ++-----
 mable-2.0.1/mable/vignettes/mable.Rmd  |  235 ++++++++++-----------
 mable-2.0.1/mable/vignettes/mable.html |  241 ++++++++++-----------
 mable-2.0/mable/man/bern.poly.Rd       |only
 mable-2.0/mable/man/mvbern.poly.Rd     |only
 mable-2.0/mable/man/rmixbeta.Rd        |only
 32 files changed, 1305 insertions(+), 1140 deletions(-)

More information about mable at CRAN
Permanent link

Package IsoplotR updated to version 3.2 with previous version 3.1 dated 2019-10-08

Title: Statistical Toolbox for Radiometric Geochronology
Description: Plots U-Pb data on Wetherill and Tera-Wasserburg concordia diagrams. Calculates concordia and discordia ages. Performs linear regression of measurements with correlated errors using 'York', 'Titterington' and 'Ludwig' approaches. Generates Kernel Density Estimates (KDEs) and Cumulative Age Distributions (CADs). Produces Multidimensional Scaling (MDS) configurations and Shepard plots of multi-sample detrital datasets using the Kolmogorov-Smirnov distance as a dissimilarity measure. Calculates 40Ar/39Ar ages, isochrons, and age spectra. Computes weighted means accounting for overdispersion. Calculates U-Th-He (single grain and central) ages, logratio plots and ternary diagrams. Processes fission track data using the external detector method and LA-ICP-MS, calculates central ages and plots fission track and other data on radial (a.k.a. 'Galbraith') plots. Constructs total Pb-U, Pb-Pb, K-Ca, Re-Os, Sm-Nd, Lu-Hf, Rb-Sr and 230Th-U isochrons as well as 230Th-U evolution plots.
Author: Pieter Vermeesch [aut, cre]
Maintainer: Pieter Vermeesch <p.vermeesch@ucl.ac.uk>

Diff between IsoplotR versions 3.1 dated 2019-10-08 and 3.2 dated 2020-01-23

 DESCRIPTION         |   12 ++---
 MD5                 |   52 +++++++++++------------
 R/IsoplotR.R        |    2 
 R/concordia.R       |   44 ++++++++++---------
 R/discordia.R       |    7 ++-
 R/diseq.R           |   86 ++++++++++++++++++++------------------
 R/errorellipse.R    |   15 ++++--
 R/helioplot.R       |   26 +++++------
 R/io.R              |   46 +++++++++++---------
 R/kde.R             |    8 +--
 R/ludwig.R          |  117 +++++++++++++++++++++++++---------------------------
 R/mds.R             |   38 ++++++----------
 R/peakfit.R         |   37 +++++++++-------
 R/radialplot.R      |    4 -
 R/toolbox.R         |   79 +++++++----------------------------
 R/weightedmean.R    |    2 
 R/york.R            |    7 +--
 inst/constants.json |    2 
 man/IsoplotR.Rd     |    4 -
 man/Pb0corr.Rd      |   14 +++---
 man/helioplot.Rd    |    9 ++--
 man/kde.Rd          |   14 +++---
 man/ludwig.Rd       |    3 -
 man/peakfit.Rd      |   37 +++++++++-------
 man/radialplot.Rd   |   13 +++--
 man/scatterplot.Rd  |    7 ++-
 man/weightedmean.Rd |   14 +++---
 27 files changed, 346 insertions(+), 353 deletions(-)

More information about IsoplotR at CRAN
Permanent link

New package heddlr with initial version 0.5.0
Package: heddlr
Title: Dynamic R Markdown Document Generation
Version: 0.5.0
Authors@R: person(given = "Michael", family = "Mahoney", role = c("aut", "cre"), email = "mike.mahoney.218@gmail.com", comment = c(ORCID = "0000-0003-2402-304X"))
Description: Helper functions designed to make dynamically generating R Markdown documents easier by providing a simple and tidy way to create report pieces, shape them to your data, and combine them for exporting into a single R Markdown document.
License: MIT + file LICENSE
URL: https://github.com/mikemahoney218/heddlr, https://mikemahoney218.github.io/heddlr/
BugReports: https://github.com/mikemahoney218/heddlr/issues
Depends: R (>= 3.4.0)
Imports: rlang (>= 0.1.2), utf8, yaml
Suggests: covr, here, rmarkdown, roxygen2, testthat (>= 2.1.0), dplyr, tidyr (>= 1.0.0), nycflights13, ggplot2, knitr, purrr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-12 16:41:56 UTC; mikemahoney218
Author: Michael Mahoney [aut, cre] (<https://orcid.org/0000-0003-2402-304X>)
Maintainer: Michael Mahoney <mike.mahoney.218@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-23 16:30:02 UTC

More information about heddlr at CRAN
Permanent link

New package gwsem with initial version 0.1.10
Package: gwsem
Type: Package
Title: Genome-Wide Structural Equation Modeling
Version: 0.1.10
Authors@R: c(person(c("Joshua", "N."), "Pritikin", email="jpritikin@pobox.com", role=c("aut", 'cre')), person("Bradley", "Verhulst", role="cph", email="brad.verhulst@gmail.com"), person("Gavin", "Band", role="cph"), person("Yann", "Collet", role="cph"), person("Facebook, Inc.", role="cph"), person("Yuta", "Mori", role="cph"), person("Shaun", "Purcell", role="cph"), person("Christopher", "Chang", role="cph"), person("Wojciech", "Mula", role="cph"), person("Kim", "Walisch", role="cph"))
Description: Melds genome-wide association tests with structural equation modeling (SEM) using 'OpenMx'. This package contains low-level C/C++ code to rapidly read genetic data encoded in U.K. Biobank or 'plink' formats. Prebuilt modeling options include one and two factor models. Alternately, analyses may utilize arbitrary, user-provided SEMs. See Verhulst, Maes, & Neale (2017) <doi:10.1007/s10519-017-9842-6> for details. An updated manuscript is in preparation.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Language: en-US
LinkingTo: BH (>= 1.69.0-1), Rcpp
Depends: R (>= 3.5), OpenMx (>= 2.15.5)
Imports: data.table, methods, qqman, Rcpp
Suggests: testthat (>= 2.1.0), MASS, covr, knitr, rmarkdown
RoxygenNote: 7.0.2
SystemRequirements: GNU make
URL: https://github.com/jpritikin/gwsem
BugReports: https://github.com/jpritikin/gwsem/issues
NeedsCompilation: yes
VignetteBuilder: knitr
Packaged: 2020-01-23 15:09:36 UTC; joshua
Author: Joshua N. Pritikin [aut, cre], Bradley Verhulst [cph], Gavin Band [cph], Yann Collet [cph], Facebook, Inc. [cph], Yuta Mori [cph], Shaun Purcell [cph], Christopher Chang [cph], Wojciech Mula [cph], Kim Walisch [cph]
Maintainer: Joshua N. Pritikin <jpritikin@pobox.com>
Repository: CRAN
Date/Publication: 2020-01-23 16:30:05 UTC

More information about gwsem at CRAN
Permanent link

Package EventDetectR updated to version 0.3.4 with previous version 0.3.3 dated 2019-08-08

Title: Event Detection Framework
Description: Detect events in time-series data. Combines multiple well-known R packages like 'forecast' and 'neuralnet' to deliver an easily configurable tool for multivariate event detection.
Author: Margarita Rebolledo [aut], Sowmya Chandrasekaran [aut, cre], Frederik Rehbach [aut], Steffen Moritz [aut] (<https://orcid.org/0000-0002-0085-1804>)
Maintainer: Sowmya Chandrasekaran <sowzz.17@gmail.com>

Diff between EventDetectR versions 0.3.3 dated 2019-08-08 and 0.3.4 dated 2020-01-23

 EventDetectR-0.3.3/EventDetectR/man/getDefaultModelControl.Rd             |only
 EventDetectR-0.3.4/EventDetectR/DESCRIPTION                               |   26 +--
 EventDetectR-0.3.4/EventDetectR/MD5                                       |   49 +++----
 EventDetectR-0.3.4/EventDetectR/NAMESPACE                                 |    1 
 EventDetectR-0.3.4/EventDetectR/NEWS                                      |    2 
 EventDetectR-0.3.4/EventDetectR/R/EventDetectR-package.R                  |    3 
 EventDetectR-0.3.4/EventDetectR/R/bedAlgo.R                               |   13 +
 EventDetectR-0.3.4/EventDetectR/R/buildEDModel.R                          |   69 ++++++++--
 EventDetectR-0.3.4/EventDetectR/R/detectEvents.R                          |   60 ++++++--
 EventDetectR-0.3.4/EventDetectR/R/detectionQuality.R                      |    8 -
 EventDetectR-0.3.4/EventDetectR/R/eventClassification.R                   |   19 ++
 EventDetectR-0.3.4/EventDetectR/R/getDefaultControlLists.R                |   20 ++
 EventDetectR-0.3.4/EventDetectR/R/getSupportedMethods.R                   |    1 
 EventDetectR-0.3.4/EventDetectR/R/model_NeuralNetwork.R                   |only
 EventDetectR-0.3.4/EventDetectR/R/simulateEvents.R                        |    9 -
 EventDetectR-0.3.4/EventDetectR/man/EventDetectR-package.Rd               |    5 
 EventDetectR-0.3.4/EventDetectR/man/bedAlgo.Rd                            |   14 +-
 EventDetectR-0.3.4/EventDetectR/man/buildEDModel.Rd                       |   17 +-
 EventDetectR-0.3.4/EventDetectR/man/detectEvents.Rd                       |   30 ++--
 EventDetectR-0.3.4/EventDetectR/man/getDefaultForecastModelControl.Rd     |only
 EventDetectR-0.3.4/EventDetectR/man/getDefaultNeuralNetModelControl.Rd    |only
 EventDetectR-0.3.4/EventDetectR/man/model_NeuralNetwork.Rd                |only
 EventDetectR-0.3.4/EventDetectR/man/predict.NeuralNetwork.Rd              |only
 EventDetectR-0.3.4/EventDetectR/man/qualityStatistics.Rd                  |    8 -
 EventDetectR-0.3.4/EventDetectR/man/simulateEvents.Rd                     |    9 -
 EventDetectR-0.3.4/EventDetectR/tests/testthat/Rplots.pdf                 |only
 EventDetectR-0.3.4/EventDetectR/tests/testthat/test-buildModel.R          |   17 +-
 EventDetectR-0.3.4/EventDetectR/tests/testthat/test-detectionQuality.R    |   11 -
 EventDetectR-0.3.4/EventDetectR/tests/testthat/test-eventClassification.R |   43 +++++-
 29 files changed, 296 insertions(+), 138 deletions(-)

More information about EventDetectR at CRAN
Permanent link

New package depcoeff with initial version 0.0.1
Package: depcoeff
Title: Dependency Coefficients
Type: Package
Version: 0.0.1
Date: 2019-12-23
Author: Eckhard Liebscher
Maintainer: Eckhard Liebscher <eckhard.liebscher@hs-merseburg.de>
Description: Functions to compute coefficients measuring the dependence of two or more than two variables. The functions can be deployed to gain information about functional dependencies of the variables with emphasis on monotone functions. The statistics describe how well one response variable can be approximated by a monotone function of other variables. In regression analysis the variable selection is an important issue. In this framework the functions could be useful tools in modeling the regression function. Detailed explanations on the subject can be found in papers Liebscher (2014) <doi:10.2478/demo-2014-0004>; Liebscher (2017) <doi:10.1515/demo-2017-0012>; Liebscher (2019, submitted).
Depends: R (>= 3.5.0)
Suggests: MASS
License: GPL-2
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports: Rcpp, copula
RoxygenNote: 7.0.2
NeedsCompilation: yes
Packaged: 2019-12-23 15:27:38 UTC; spillner
Repository: CRAN
Date/Publication: 2020-01-23 16:20:05 UTC

More information about depcoeff at CRAN
Permanent link

New package Bvalue with initial version 1.0
Package: Bvalue
Type: Package
Title: B-Value and Empirical Equivalence Bound
Version: 1.0
Date: 2020-01-08
Author: Yi Zhao <zhaoyi1026@gmail.com> Brian Caffo <bcaffo@gmail.com> Joshua Ewen <ewen@kennedykrieger.org>
Maintainer: Yi Zhao <zhaoyi1026@gmail.com>
Description: Calculates B-value and empirical equivalence bound. B-value is defined as the maximum magnitude of a confidence interval; and the empirical equivalence bound is the minimum B-value at a certain level. A new two-stage procedure for hypothesis testing is proposed, where the first stage is conventional hypothesis testing and the second is an equivalence testing procedure using the introduced empirical equivalence bound. See Zhao et al. (2019) "B-Value and Empirical Equivalence Bound: A New Procedure of Hypothesis Testing" <arXiv:1912.13084> for details.
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2020-01-12 19:46:51 UTC; yizhao
Repository: CRAN
Date/Publication: 2020-01-23 16:50:02 UTC

More information about Bvalue at CRAN
Permanent link

Package walker updated to version 0.3.1-1 with previous version 0.3.0 dated 2019-09-22

Title: Bayesian Regression with Time-Varying Coefficients
Description: Bayesian dynamic regression models where the regression coefficients can vary over time as random walks. Gaussian, Poisson, and binomial observations are supported. The Markov chain Monte Carlo computations are done using Hamiltonian Monte Carlo provided by Stan, using a state space representation of the model in order to marginalise over the coefficients for efficient sampling. For non-Gaussian models, walker uses the importance sampling type estimators based on approximate marginal MCMC as in Vihola, Helske, Franks (2017, <arXiv:1609.02541>).
Author: Jouni Helske [aut, cre] (<https://orcid.org/0000-0001-7130-793X>)
Maintainer: Jouni Helske <jouni.helske@iki.fi>

Diff between walker versions 0.3.0 dated 2019-09-22 and 0.3.1-1 dated 2020-01-23

 walker-0.3.0/walker/cleanup                |only
 walker-0.3.0/walker/cleanup.win            |only
 walker-0.3.0/walker/configure              |only
 walker-0.3.1-1/walker/DESCRIPTION          |    8 ++++----
 walker-0.3.1-1/walker/MD5                  |   13 +++++--------
 walker-0.3.1-1/walker/R/plot_fit.R         |    8 +++++---
 walker-0.3.1-1/walker/R/walker.R           |    1 -
 walker-0.3.1-1/walker/README.md            |    4 ++++
 walker-0.3.1-1/walker/inst/doc/walker.html |   15 ++++++++-------
 9 files changed, 26 insertions(+), 23 deletions(-)

More information about walker at CRAN
Permanent link

New package splitTools with initial version 0.1.0
Type: Package
Package: splitTools
Title: Tools for Data Splitting
Version: 0.1.0
Date: 2020-01-12
Authors@R: person(given = "Michael", family = "Mayer", role = c("aut", "cre", "cph"), email = "mayermichael79@gmail.com")
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Description: Fast, lightweight toolkit for data splitting. Data sets can be partitioned into disjoint groups (e.g. into training, validation, and test) or into (repeated) k-folds for subsequent cross-validation. Besides basic splits, the package supports stratified as well as grouped splitting. See e.g. Hastie et al. (2001) <doi:10.1007/978-0-387-84858-7> for the basic background on data partitioning and cross-validation.
License: GPL (>= 2)
URL: https://github.com/mayer79/splitTools
BugReports: https://github.com/mayer79/splitTools/issues
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Imports: stats
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-12 14:29:57 UTC; Michael
Author: Michael Mayer [aut, cre, cph]
Repository: CRAN
Date/Publication: 2020-01-23 16:00:02 UTC

More information about splitTools at CRAN
Permanent link

New package icrf with initial version 1.0.0
Package: icrf
Title: Interval Censored Recursive Forests
Version: 1.0.0
Date: 2019-12-25
Depends: R (>= 3.5.0), stats
Imports: Icens
Suggests: survival, ggplot2
Authors@R: c(person(given = c("Hunyong"), family = "Cho", email = "hunycho@live.unc.edu", role = c("aut", "cre")), person(given = c("Nicholas", "P"), family = "Jewell", role = c("aut")), person(given = c("Michael", "R"), family = "Kosorok", role = c("aut")), person("Leo", "Breiman", role = "ctb", comment = "Author of incldued randomForest C codes"), person("Adele", "Cutler", role = "ctb", comment = "Author of included randomForest Fortran codes"), person("Andy", "Liaw", role = "ctb", comment = "Author of included randomForest R codes"), person("Matthew", "Wiener", role = "ctb", comment = "Author of included randomForest R codes"), person("Merck & Co. Inc.", role = "cph", comment = "Copyright holder of included randomForest R codes"), person("The R Foundation", role = "cph", comment = "Copyright holder of included ksmooth C codes"))
Description: Implements interval censored recursive forests (ICRF) based on Cho, Jewell, and Kosorok (2020+). ICRF is a variant of random forests where the outcome variable is interval censored survival data. It can be used for usual right censored data and current status data as well. A recursion technique is used to improve accuracy and smoothed survival curves are provided.
Maintainer: Hunyong Cho <hunycho@live.unc.edu>
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2020-01-12 11:28:57 UTC; hycho
Repository: CRAN
Date/Publication: 2020-01-23 15:30:02 UTC
RoxygenNote: 6.1.1
Author: Hunyong Cho [aut, cre], Nicholas P Jewell [aut], Michael R Kosorok [aut], Leo Breiman [ctb] (Author of incldued randomForest C codes), Adele Cutler [ctb] (Author of included randomForest Fortran codes), Andy Liaw [ctb] (Author of included randomForest R codes), Matthew Wiener [ctb] (Author of included randomForest R codes), Merck & Co. Inc. [cph] (Copyright holder of included randomForest R codes), The R Foundation [cph] (Copyright holder of included ksmooth C codes)

More information about icrf at CRAN
Permanent link

New package flying with initial version 0.1.1
Package: flying
Type: Package
Title: Simulation of Bird Flight Range
Version: 0.1.1
Authors@R: c(person(family = "Masinde", given = "Brian", role = c("aut", "cre"), email= "masindeb@live.com"), person(family = "Bartoszek", given = "Krzysztof", role = c("ctb", "ths"), email= "krzbar@protonmail.ch"))
Description: Functions for range estimation in birds based on Pennycuick (2008) and Pennycuick (1975), 'Flight' program which compliments Pennycuick (2008) requires manual entry of birds which can be tedious when there are thousands of birds to estimate. Implemented are two ODE methods discussed in Pennycuick (1975) and time-marching computation method "constant muscle mass" as in Pennycuick (1998). See Pennycuick (1975, ISBN:978-0-12-249405-5), Pennycuick (1998) <doi:10.1006/jtbi.1997.0572>, and Pennycuick (2008, ISBN:9780080557816).
License: Apache License
Encoding: UTF-8
LazyData: true
Imports: utils, Rcpp (>= 1.0.2), knitr, rmarkdown, kableExtra
Suggests: testthat, covr
RoxygenNote: 7.0.0
Depends: R (>= 2.10)
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'birds_documentation.R' 'constant_muscle_mass.R' 'control.R' 'method_2.R' 'method_1.R' 'input_match.R' 'lookup_table2.R' 'misc_functions.R' 'flight_simulation.R' 'flying.R' 'migrate.R' 'zzz.R'
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2020-01-12 14:49:07 UTC; masinde
Author: Brian Masinde [aut, cre], Krzysztof Bartoszek [ctb, ths]
Maintainer: Brian Masinde <masindeb@live.com>
Repository: CRAN
Date/Publication: 2020-01-23 16:00:05 UTC

More information about flying at CRAN
Permanent link

New package progressr with initial version 0.4.0
Package: progressr
Version: 0.4.0
Title: A Unifying API for Progress Updates
Description: A minimal, unifying API for scripts and packages to report progress updates from anywhere including when using parallel processing. The package is designed such that the developer can to focus on what progress should be reported on without having to worry about how to present it. The end user has full control of how, where, and when to render these progress updates, e.g. in the terminal using 'utils::txtProgressBar()' or 'progress::progress_bar()', in a graphical user interface using 'utils::winProgressBar()', 'tcltk::tkProgressBar()' or 'shiny::withProgress()', via the speakers using 'beep::beepr()', or on a file system via the size of a file. Anyone can add additional, customized, progression handlers. The 'progressr' package uses R's condition framework for signaling progress updated. Because of this, progress can be reported from almost anywhere in R, e.g. from classical for and while loops, from map-reduce APIs like the 'lapply()' family of functions, 'purrr', 'plyr', and 'foreach'. It will also work with parallel processing via the 'future' framework, e.g. 'future.apply::future_lapply()', 'furrr::map()', and 'foreach' with 'doFuture'. The package is compatible with Shiny applications.
Authors@R: c( person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"), email = "henrikb@braju.com"))
License: GPL (>= 3)
Imports: digest, utils
Suggests: graphics, tcltk, beepr, pbmcapply, progress, purrr, foreach, plyr, doFuture, future (>= 1.16.0), future.apply, furrr, shiny, commonmark, tools
VignetteBuilder: progressr
URL: https://github.com/HenrikBengtsson/progressr
BugReports: https://github.com/HenrikBengtsson/progressr/issues
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-23 08:14:26 UTC; hb
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2020-01-23 14:10:02 UTC

More information about progressr at CRAN
Permanent link

Package PatternClass updated to version 2.0.0 with previous version 1.7.1 dated 2016-10-28

Title: Class-Focused Pattern Metric Comparisons using Simulation
Description: Provides tools for estimating composition and configuration parameters from a categorical (binary) landscape map (grid) and then simulates a selected number of statistically similar landscapes. Class-focused pattern metrics are computed for each simulated map to produce empirical distributions against which statistical comparisons can be made. The code permits the analysis of single maps or pairs of maps. Current limitation is for binary (classes 1, 2) maps that are 64x64 cells in extent.
Author: Tarmo K. Remmel, (Marie-Josee Fortin, Ferenc Csillag, Sandor Kabos)
Maintainer: Tarmo K. Remmel <remmelt@yorku.ca>

Diff between PatternClass versions 1.7.1 dated 2016-10-28 and 2.0.0 dated 2020-01-23

 DESCRIPTION                 |   12 +++---
 MD5                         |   44 +++++++++++------------
 NAMESPACE                   |   15 ++++----
 R/CARsimu.R                 |   18 ++++++---
 R/build.lut.R               |    6 ++-
 R/buildsurfs.R              |   28 ++++++++-------
 R/doubleplotter.R           |   81 ++++++++++++++++++--------------------------
 R/findcol.R                 |    2 -
 R/imaks.R                   |    6 ++-
 R/singlemap.R               |   56 +++++++++++++++++-------------
 R/singleplotter.R           |   81 +++++++++++++++++---------------------------
 R/surfplot.R                |    6 ++-
 R/wi.R                      |   14 +++++--
 R/wtest.run.R               |    6 ++-
 data/data.rda               |binary
 man/PatternClass-package.Rd |    6 +--
 man/buildsurfs.Rd           |   10 ++---
 man/doubleplotter.Rd        |   25 +++++--------
 man/findcol.Rd              |    2 -
 man/findrow.Rd              |    2 -
 man/singlemap.Rd            |   24 +++++++------
 man/singleplotter.Rd        |   23 +++++++-----
 man/wi.Rd                   |    2 -
 23 files changed, 243 insertions(+), 226 deletions(-)

More information about PatternClass at CRAN
Permanent link

New package nat.nblast with initial version 1.6.5
Package: nat.nblast
Type: Package
Title: NeuroAnatomy Toolbox ('nat') Extension for Assessing Neuron Similarity and Clustering
Version: 1.6.5
Authors@R: c( person("Gregory", "Jefferis", email= "jefferis@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-0587-9355")), person("James", "Manton", email="ajd.manton@googlemail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9260-3156")) )
Description: Extends package 'nat' (NeuroAnatomy Toolbox) by providing a collection of NBLAST-related functions for neuronal morphology comparison (Costa et al. (2016) <doi: 10.1016/j.neuron.2016.06.012>).
URL: https://github.com/natverse/nat.nblast, https://natverse.github.io
BugReports: https://github.com/natverse/nat.nblast/issues
Depends: R (>= 2.15.1), rgl, methods, nat (>= 1.5.12)
Imports: nabor, dendroextras, plyr, spam
Suggests: spelling, bigmemory, ff, testthat, knitr, rmarkdown
License: GPL-3
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Language: en-GB
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-01-23 13:47:22 UTC; James Manton
Author: Gregory Jefferis [aut] (<https://orcid.org/0000-0002-0587-9355>), James Manton [aut, cre] (<https://orcid.org/0000-0001-9260-3156>)
Maintainer: James Manton <ajd.manton@googlemail.com>
Repository: CRAN
Date/Publication: 2020-01-23 14:10:05 UTC

More information about nat.nblast at CRAN
Permanent link

Package geiger updated to version 2.0.6.3 with previous version 2.0.6.2 dated 2019-06-04

Title: Analysis of Evolutionary Diversification
Description: Methods for fitting macroevolutionary models to phylogenetic trees Pennell (2014) <doi:10.1093/bioinformatics/btu181>.
Author: Luke Harmon, Matthew Pennell, Jason Weir, Chad Brock, Rich Glor, Wendell Challenger, Gene Hunt, Rich FitzJohn, Graham Slater, Joseph Brown, Josef Uyeda, and Jon Eastman
Maintainer: Luke Harmon <lukeh@uidaho.edu>

Diff between geiger versions 2.0.6.2 dated 2019-06-04 and 2.0.6.3 dated 2020-01-23

 ChangeLog              |   10 ++---
 DESCRIPTION            |   21 +++++-------
 MD5                    |   41 ++++++++++++-----------
 NAMESPACE              |    1 
 R/TESTING.R            |    2 -
 R/congruify.R          |   84 ++++++++++++++++++++++++++++++++++++++++++++-----
 R/disparity.R          |    2 -
 R/diversitree.R        |    1 
 R/gbresolve.R          |    4 +-
 R/likelihood.R         |    2 -
 R/mecca.R              |    4 +-
 R/medusa.R             |   17 ++++++---
 R/plotting.R           |    2 -
 R/proposals.R          |    2 -
 R/traits.R             |   19 ++---------
 R/utilities-misc.R     |   11 ++----
 R/utilities-phylo.R    |    2 -
 README.md              |    3 +
 inst/CITATION          |   17 ++++++++-
 man/congruify.phylo.Rd |   22 +++++++-----
 man/r8s.phylo.Rd       |only
 src/init.c             |   21 ++++++------
 22 files changed, 181 insertions(+), 107 deletions(-)

More information about geiger at CRAN
Permanent link

Package STMotif updated to version 2.0.0 with previous version 1.0.3 dated 2019-08-22

Title: Discovery of Motifs in Spatial-Time Series
Description: Allow to identify motifs in spatial-time series. A motif is a previously unknown subsequence of a (spatial) time series with relevant number of occurrences. For this purpose, the Combined Series Approach (CSA) is used.
Author: Heraldo Borges [aut, cre] (CEFET/RJ), Amin Bazaz [aut] (Polytech'Montpellier), Eduardo Ogasawara [aut] (CEFET/RJ)
Maintainer: Heraldo Borges <stmotif@eic.cefet-rj.br>

Diff between STMotif versions 1.0.3 dated 2019-08-22 and 2.0.0 dated 2020-01-23

 STMotif-1.0.3/STMotif/R/test.R                             |only
 STMotif-1.0.3/STMotif/README.md                            |only
 STMotif-1.0.3/STMotif/data/example_data.RData              |only
 STMotif-1.0.3/STMotif/inst/doc/discovery-motifs.R          |only
 STMotif-1.0.3/STMotif/inst/doc/discovery-motifs.Rmd        |only
 STMotif-1.0.3/STMotif/inst/doc/discovery-motifs.html       |only
 STMotif-1.0.3/STMotif/inst/doc/examples.R                  |only
 STMotif-1.0.3/STMotif/inst/doc/examples.Rmd                |only
 STMotif-1.0.3/STMotif/inst/doc/examples.html               |only
 STMotif-1.0.3/STMotif/inst/doc/normalization-and-sax.R     |only
 STMotif-1.0.3/STMotif/inst/doc/normalization-and-sax.Rmd   |only
 STMotif-1.0.3/STMotif/inst/doc/normalization-and-sax.html  |only
 STMotif-1.0.3/STMotif/inst/doc/search-stmotifs.R           |only
 STMotif-1.0.3/STMotif/inst/doc/search-stmotifs.Rmd         |only
 STMotif-1.0.3/STMotif/inst/doc/search-stmotifs.html        |only
 STMotif-1.0.3/STMotif/inst/shiny-visualization             |only
 STMotif-1.0.3/STMotif/man/displayPlotSeries.Rd             |only
 STMotif-1.0.3/STMotif/man/intensityDataset.Rd              |only
 STMotif-1.0.3/STMotif/man/runVisualization.Rd              |only
 STMotif-1.0.3/STMotif/man/top5motifs.Rd                    |only
 STMotif-1.0.3/STMotif/vignettes/combineseries.png          |only
 STMotif-1.0.3/STMotif/vignettes/discovery-motifs.Rmd       |only
 STMotif-1.0.3/STMotif/vignettes/examples.Rmd               |only
 STMotif-1.0.3/STMotif/vignettes/normalization-and-sax.Rmd  |only
 STMotif-1.0.3/STMotif/vignettes/partitioningintoblocks.png |only
 STMotif-1.0.3/STMotif/vignettes/saxencode.png              |only
 STMotif-1.0.3/STMotif/vignettes/search-stmotifs.Rmd        |only
 STMotif-2.0.0/STMotif/DESCRIPTION                          |   12 -
 STMotif-2.0.0/STMotif/MD5                                  |   65 +----
 STMotif-2.0.0/STMotif/NAMESPACE                            |    8 
 STMotif-2.0.0/STMotif/NEWS.md                              |    9 
 STMotif-2.0.0/STMotif/R/STMotif.R                          |    2 
 STMotif-2.0.0/STMotif/R/example_dataset.R                  |    5 
 STMotif-2.0.0/STMotif/R/mainFunction.R                     |   19 -
 STMotif-2.0.0/STMotif/R/visualization.R                    |  150 ++-----------
 STMotif-2.0.0/STMotif/build/vignette.rds                   |binary
 STMotif-2.0.0/STMotif/data/example_dataset.RData           |only
 STMotif-2.0.0/STMotif/inst/doc/STMotif.R                   |only
 STMotif-2.0.0/STMotif/inst/doc/STMotif.Rmd                 |only
 STMotif-2.0.0/STMotif/inst/doc/STMotif.html                |only
 STMotif-2.0.0/STMotif/man/CSAMiningProcess.Rd              |    7 
 STMotif-2.0.0/STMotif/man/NormSAX.Rd                       |    3 
 STMotif-2.0.0/STMotif/man/RankSTMotifs.Rd                  |    4 
 STMotif-2.0.0/STMotif/man/STMotif.Rd                       |    2 
 STMotif-2.0.0/STMotif/man/STSADatasetAdjust.Rd             |    2 
 STMotif-2.0.0/STMotif/man/SearchSTMotifs.Rd                |    7 
 STMotif-2.0.0/STMotif/man/display_motifsDataset.Rd         |only
 STMotif-2.0.0/STMotif/man/display_motifsSTSeries.Rd        |only
 STMotif-2.0.0/STMotif/man/example_dataset.Rd               |    3 
 STMotif-2.0.0/STMotif/vignettes/STMotif.Rmd                |only
 50 files changed, 92 insertions(+), 206 deletions(-)

More information about STMotif at CRAN
Permanent link

Package statsExpressions updated to version 0.2.1 with previous version 0.2.0 dated 2020-01-10

Title: Expressions with Statistical Details
Description: Statistical processing backend for 'ggstatsplot', this package creates expressions with details from statistical tests. Currently, it supports only the most common types of statistical tests: parametric, nonparametric, robust, and bayesian versions of t-test/anova, correlation analyses, contingency table analysis, and meta-analysis.
Author: Indrajeet Patil [cre, aut, ctb] (<https://orcid.org/0000-0003-1995-6531>), Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>)
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>

Diff between statsExpressions versions 0.2.0 dated 2020-01-10 and 0.2.1 dated 2020-01-23

 DESCRIPTION                                   |   23 -
 MD5                                           |   63 ++--
 NAMESPACE                                     |   11 
 NEWS.md                                       |    7 
 R/global_vars.R                               |    5 
 R/helpers_anova_expressions.R                 |  102 +++----
 R/helpers_bf_tests.R                          |  189 +++++++++++---
 R/helpers_corr_test_expressions.R             |    3 
 R/helpers_meta_analysis_expressions.R         |only
 R/helpers_t_test_expressions.R                |   21 -
 R/reexports.R                                 |    6 
 README.md                                     |   58 +++-
 inst/WORDLIST                                 |    5 
 inst/doc/stats_details.html                   |   48 +--
 inst/doc/tests_and_coverage.Rmd               |  193 +++++++-------
 inst/doc/tests_and_coverage.html              |  340 ++++++++++++++------------
 man/bf_corr_test.Rd                           |    2 
 man/bf_meta.Rd                                |only
 man/effsize_t_parametric.Rd                   |    2 
 man/expr_anova_nonparametric.Rd               |    2 
 man/expr_anova_robust.Rd                      |    5 
 man/expr_contingency_tab.Rd                   |    2 
 man/expr_corr_test.Rd                         |    2 
 man/expr_meta_parametric.Rd                   |only
 man/expr_meta_robust.Rd                       |only
 man/expr_template.Rd                          |    2 
 man/figures/README-example_metaanalysis-1.png |only
 man/reexports.Rd                              |    3 
 man/robcor_ci.Rd                              |    2 
 man/t1way_ci.Rd                               |    2 
 man/yuend_ci.Rd                               |    2 
 tests/README.md                               |  195 +++++++-------
 tests/testthat/test-expr_meta_parametric.R    |only
 tests/testthat/test-expr_meta_robust.R        |only
 tests/testthat/test-helpers_bf_tests.R        |   99 ++++++-
 vignettes/tests_and_coverage.Rmd              |  193 +++++++-------
 36 files changed, 947 insertions(+), 640 deletions(-)

More information about statsExpressions at CRAN
Permanent link

Package spatstat updated to version 1.63-0 with previous version 1.62-2 dated 2019-12-10

Title: Spatial Point Pattern Analysis, Model-Fitting, Simulation, Tests
Description: Comprehensive open-source toolbox for analysing Spatial Point Patterns. Focused mainly on two-dimensional point patterns, including multitype/marked points, in any spatial region. Also supports three-dimensional point patterns, space-time point patterns in any number of dimensions, point patterns on a linear network, and patterns of other geometrical objects. Supports spatial covariate data such as pixel images. Contains over 2000 functions for plotting spatial data, exploratory data analysis, model-fitting, simulation, spatial sampling, model diagnostics, and formal inference. Data types include point patterns, line segment patterns, spatial windows, pixel images, tessellations, and linear networks. Exploratory methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlation functions, segregation indices, mark dependence diagnostics, and kernel estimates of covariate effects. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported. Parametric models can be fitted to point pattern data using the functions ppm(), kppm(), slrm(), dppm() similar to glm(). Types of models include Poisson, Gibbs and Cox point processes, Neyman-Scott cluster processes, and determinantal point processes. Models may involve dependence on covariates, inter-point interaction, cluster formation and dependence on marks. Models are fitted by maximum likelihood, logistic regression, minimum contrast, and composite likelihood methods. A model can be fitted to a list of point patterns (replicated point pattern data) using the function mppm(). The model can include random effects and fixed effects depending on the experimental design, in addition to all the features listed above. Fitted point process models can be simulated, automatically. Formal hypothesis tests of a fitted model are supported (likelihood ratio test, analysis of deviance, Monte Carlo tests) along with basic tools for model selection (stepwise(), AIC()) and variable selection (sdr). Tools for validating the fitted model include simulation envelopes, residuals, residual plots and Q-Q plots, leverage and influence diagnostics, partial residuals, and added variable plots.
Author: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>, Rolf Turner <r.turner@auckland.ac.nz> and Ege Rubak <rubak@math.aau.dk>, with substantial contributions of code by Kasper Klitgaard Berthelsen; Ottmar Cronie; Tilman Davies; Yongtao Guan; Ute Hahn; Abdollah Jalilian; Marie-Colette van Lieshout; Greg McSwiggan; Tuomas Rajala; Suman Rakshit; Dominic Schuhmacher; Rasmus Waagepetersen; and Hangsheng Wang. Additional contributions by M. Adepeju; C. Anderson; Q.W. Ang; R. Arellano; J. Astrom; M. Austenfeld; S. Azaele; M. Baddeley; C. Beale; M. Bell; R. Bernhardt; T. Bendtsen; A. Bevan; B. Biggerstaff; A. Bilgrau; L. Bischof; C. Biscio; R. Bivand; J.M. Blanco Moreno; F. Bonneu; J. Brown; J. Burgos; S. Byers; Y.M. Chang; J.B. Chen; I. Chernayavsky; Y.C. Chin; B. Christensen; L. Cobo Sanchez; J.-F. Coeurjolly; K. Colyvas; H. Commenges; R. Constantine; R. Corria Ainslie; R. Cotton; M. de la Cruz; P. Dalgaard; M. D'Antuono; S. Das; P.J. Diggle; P. Donnelly; I. Dryden; S. Eglen; A. El-Gabbas; B. Fandohan; O. Flores; E.D. Ford; P. Forbes; S. Frank; J. Franklin; N. Funwi-Gabga; O. Garcia; A. Gault; J. Geldmann; M. Genton; S. Ghalandarayeshi; J. Gilbey; J. Goldstick; P. Grabarnik; C. Graf; U. Hahn; A. Hardegen; M.B. Hansen; M. Hazelton; J. Heikkinen; M. Hering; M. Herrmann; M. Hesselbarth; P. Hewson; H. Heydarian; K. Hingee; K. Hornik; P. Hunziker; J. Hywood; R. Ihaka; C. Icos; A. Jammalamadaka; R. John-Chandran; D. Johnson; M. Khanmohammadi; R. Klaver; P. Kovesi; L. Kozmian-Ledward; M. Kuhn; J. Laake; R.A. Lamb; F. Lavancier; T. Lawrence; T. Lazauskas; J. Lee; G.P. Leser; A. Li; H.T. Li; G. Limitsios; A. Lister; N. Luambua; B. Madin; M. Maechler; J. Marcus; K. Marchikanti; R. Mark; J. Mateu; P. McCullagh; U. Mehlig; F. Mestre; S. Meyer; X.C. Mi; L. De Middeleer; R.K. Milne; E. Miranda; J. Moller; A. Mollie; I. Moncada; M. Moradi; V. Morera Pujol; E. Mudrak; G.M. Nair; N. Najari; N. Nava; L.S. Nielsen; F. Nunes; J.R. Nyengaard; J. Oehlschlaegel; T. Onkelinx; S. O'Riordan; E. Parilov; J. Picka; N. Picard; T. Pollington; M. Porter; S. Protsiv; A. Raftery; S. Rakshit; B. Ramage; P. Ramon; X. Raynaud; N. Read; M. Reiter; I. Renner; T.O. Richardson; B.D. Ripley; E. Rosenbaum; B. Rowlingson; J. Rudokas; J. Rudge; C. Ryan; F. Safavimanesh; A. Sarkka; C. Schank; K. Schladitz; S. Schutte; B.T. Scott; O. Semboli; F. Semecurbe; V. Shcherbakov; G.C. Shen; P. Shi; H.-J. Ship; T.L. Silva; I.-M. Sintorn; Y. Song; M. Spiess; M. Stevenson; K. Stucki; J. Sulavik; M. Sumner; P. Surovy; B. Taylor; T. Thorarinsdottir; L. Torres; B. Turlach; T. Tvedebrink; K. Ummer; M. Uppala; A. van Burgel; T. Verbeke; M. Vihtakari; A. Villers; F. Vinatier; S. Voss; S. Wagner; H. Wang; H. Wendrock; J. Wild; C. Witthoft; S. Wong; M. Woringer; L. Yates; M.E. Zamboni and A. Zeileis.
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat versions 1.62-2 dated 2019-12-10 and 1.63-0 dated 2020-01-23

 spatstat-1.62-2/spatstat/tests/testsAtoD.R          |only
 spatstat-1.62-2/spatstat/tests/testsGtoK.R          |only
 spatstat-1.62-2/spatstat/tests/testsLtoM.R          |only
 spatstat-1.62-2/spatstat/tests/testsNtoP.R          |only
 spatstat-1.62-2/spatstat/tests/testsQtoR.R          |only
 spatstat-1.62-2/spatstat/tests/testsStoZ.R          |only
 spatstat-1.63-0/spatstat/DESCRIPTION                |    8 
 spatstat-1.63-0/spatstat/MD5                        |  194 ++++++++++----------
 spatstat-1.63-0/spatstat/NAMESPACE                  |   20 +-
 spatstat-1.63-0/spatstat/NEWS                       |  144 ++++++++++++++
 spatstat-1.63-0/spatstat/R/Gcom.R                   |    6 
 spatstat-1.63-0/spatstat/R/Kcom.R                   |    6 
 spatstat-1.63-0/spatstat/R/Kest.R                   |   11 -
 spatstat-1.63-0/spatstat/R/as.im.R                  |    6 
 spatstat-1.63-0/spatstat/R/cdftest.R                |    6 
 spatstat-1.63-0/spatstat/R/colourschemes.R          |    4 
 spatstat-1.63-0/spatstat/R/covering.R               |    4 
 spatstat-1.63-0/spatstat/R/deldir.R                 |   50 ++---
 spatstat-1.63-0/spatstat/R/effectfun.R              |    9 
 spatstat-1.63-0/spatstat/R/envelope.R               |    4 
 spatstat-1.63-0/spatstat/R/fitted.mppm.R            |    5 
 spatstat-1.63-0/spatstat/R/fv.R                     |   38 ++-
 spatstat-1.63-0/spatstat/R/hyperframe.R             |    9 
 spatstat-1.63-0/spatstat/R/idw.R                    |    4 
 spatstat-1.63-0/spatstat/R/kppm.R                   |   62 +++---
 spatstat-1.63-0/spatstat/R/linearK.R                |    8 
 spatstat-1.63-0/spatstat/R/linearKmulti.R           |    7 
 spatstat-1.63-0/spatstat/R/lineardisc.R             |   46 ++--
 spatstat-1.63-0/spatstat/R/linearpcf.R              |    9 
 spatstat-1.63-0/spatstat/R/linearpcfmulti.R         |    6 
 spatstat-1.63-0/spatstat/R/linim.R                  |   22 +-
 spatstat-1.63-0/spatstat/R/measures.R               |   38 +++
 spatstat-1.63-0/spatstat/R/minnndist.R              |   28 ++
 spatstat-1.63-0/spatstat/R/morphology.R             |   20 +-
 spatstat-1.63-0/spatstat/R/mppm.R                   |   20 +-
 spatstat-1.63-0/spatstat/R/nncross.R                |   19 +
 spatstat-1.63-0/spatstat/R/nndist.R                 |   14 +
 spatstat-1.63-0/spatstat/R/nnfun.R                  |   23 +-
 spatstat-1.63-0/spatstat/R/pairs.im.R               |   26 +-
 spatstat-1.63-0/spatstat/R/plot.owin.R              |    8 
 spatstat-1.63-0/spatstat/R/predictmppm.R            |    4 
 spatstat-1.63-0/spatstat/R/profilepl.R              |   19 +
 spatstat-1.63-0/spatstat/R/randomlpp.R              |   18 +
 spatstat-1.63-0/spatstat/R/rat.R                    |    6 
 spatstat-1.63-0/spatstat/R/relrisk.R                |    7 
 spatstat-1.63-0/spatstat/R/resid4plot.R             |   19 -
 spatstat-1.63-0/spatstat/R/rho2hat.R                |   11 -
 spatstat-1.63-0/spatstat/R/rmh.default.R            |   82 ++++----
 spatstat-1.63-0/spatstat/R/rmhcontrol.R             |   10 -
 spatstat-1.63-0/spatstat/R/rmhmodel.R               |   17 +
 spatstat-1.63-0/spatstat/R/rmhsnoop.R               |  115 ++++++-----
 spatstat-1.63-0/spatstat/R/smooth.ppp.R             |   10 -
 spatstat-1.63-0/spatstat/R/sparse3Darray.R          |   23 +-
 spatstat-1.63-0/spatstat/R/sparsecommon.R           |   33 ++-
 spatstat-1.63-0/spatstat/R/sparselinalg.R           |    3 
 spatstat-1.63-0/spatstat/R/split.ppp.R              |   13 -
 spatstat-1.63-0/spatstat/R/symbolmap.R              |    5 
 spatstat-1.63-0/spatstat/R/sysdata.rda              |binary
 spatstat-1.63-0/spatstat/R/weights.R                |   10 -
 spatstat-1.63-0/spatstat/build/vignette.rds         |binary
 spatstat-1.63-0/spatstat/inst/doc/Nickname.txt      |    2 
 spatstat-1.63-0/spatstat/inst/doc/bugfixes.Rnw      |   64 ++++++
 spatstat-1.63-0/spatstat/inst/doc/bugfixes.pdf      |binary
 spatstat-1.63-0/spatstat/inst/doc/datasets.pdf      |binary
 spatstat-1.63-0/spatstat/inst/doc/getstart.pdf      |binary
 spatstat-1.63-0/spatstat/inst/doc/packagesizes.txt  |    1 
 spatstat-1.63-0/spatstat/inst/doc/replicated.pdf    |binary
 spatstat-1.63-0/spatstat/inst/doc/shapefiles.pdf    |binary
 spatstat-1.63-0/spatstat/inst/doc/updates.Rnw       |   54 ++++-
 spatstat-1.63-0/spatstat/inst/doc/updates.pdf       |binary
 spatstat-1.63-0/spatstat/man/bw.lppl.Rd             |    3 
 spatstat-1.63-0/spatstat/man/exactMPLEstrauss.Rd    |   26 +-
 spatstat-1.63-0/spatstat/man/lineardisc.Rd          |   10 -
 spatstat-1.63-0/spatstat/man/logLik.kppm.Rd         |   39 ++--
 spatstat-1.63-0/spatstat/man/maxnndist.Rd           |   21 +-
 spatstat-1.63-0/spatstat/man/nndist.Rd              |   15 -
 spatstat-1.63-0/spatstat/man/plot.owin.Rd           |   11 +
 spatstat-1.63-0/spatstat/man/plot.profilepl.Rd      |only
 spatstat-1.63-0/spatstat/man/profilepl.Rd           |   16 +
 spatstat-1.63-0/spatstat/man/rDGS.Rd                |    1 
 spatstat-1.63-0/spatstat/man/rDiggleGratton.Rd      |    1 
 spatstat-1.63-0/spatstat/man/rHardcore.Rd           |    2 
 spatstat-1.63-0/spatstat/man/rPenttinen.Rd          |    6 
 spatstat-1.63-0/spatstat/man/rStrauss.Rd            |    2 
 spatstat-1.63-0/spatstat/man/rStraussHard.Rd        |    1 
 spatstat-1.63-0/spatstat/man/repairNetwork.Rd       |    7 
 spatstat-1.63-0/spatstat/man/spatstat-deprecated.Rd |   24 --
 spatstat-1.63-0/spatstat/man/spatstat-internal.Rd   |   22 +-
 spatstat-1.63-0/spatstat/man/split.ppp.Rd           |    2 
 spatstat-1.63-0/spatstat/src/idw.c                  |    3 
 spatstat-1.63-0/spatstat/src/multihard.c            |    2 
 spatstat-1.63-0/spatstat/tests/testsAtoC.R          |only
 spatstat-1.63-0/spatstat/tests/testsD.R             |only
 spatstat-1.63-0/spatstat/tests/testsEtoF.R          |   78 +++++++-
 spatstat-1.63-0/spatstat/tests/testsGtoJ.R          |only
 spatstat-1.63-0/spatstat/tests/testsK.R             |only
 spatstat-1.63-0/spatstat/tests/testsL.R             |only
 spatstat-1.63-0/spatstat/tests/testsM.R             |only
 spatstat-1.63-0/spatstat/tests/testsNtoO.R          |only
 spatstat-1.63-0/spatstat/tests/testsP1.R            |only
 spatstat-1.63-0/spatstat/tests/testsP2.R            |only
 spatstat-1.63-0/spatstat/tests/testsQ.R             |only
 spatstat-1.63-0/spatstat/tests/testsR1.R            |only
 spatstat-1.63-0/spatstat/tests/testsR2.R            |only
 spatstat-1.63-0/spatstat/tests/testsS.R             |only
 spatstat-1.63-0/spatstat/tests/testsT.R             |only
 spatstat-1.63-0/spatstat/tests/testsUtoZ.R          |only
 spatstat-1.63-0/spatstat/vignettes/bugfixes.Rnw     |   64 ++++++
 spatstat-1.63-0/spatstat/vignettes/updates.Rnw      |   54 ++++-
 109 files changed, 1246 insertions(+), 574 deletions(-)

More information about spatstat at CRAN
Permanent link

Package sjPlot updated to version 2.8.2 with previous version 2.8.1 dated 2019-12-03

Title: Data Visualization for Statistics in Social Science
Description: Collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, principal component analysis and correlation matrices, cluster analyses, scatter plots, stacked scales, effects plots of regression models (including interaction terms) and much more. This package supports labelled data.
Author: Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Alexander Bartel [ctb] (<https://orcid.org/0000-0002-1280-6138>), Carsten Schwemmer [ctb], Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>), Amir Djalovski [ctb]
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>

Diff between sjPlot versions 2.8.1 dated 2019-12-03 and 2.8.2 dated 2020-01-23

 sjPlot-2.8.1/sjPlot/R/Deprecated.R                      |only
 sjPlot-2.8.1/sjPlot/R/reexports.R                       |only
 sjPlot-2.8.1/sjPlot/R/sjPlotGroupFrequencies.R          |only
 sjPlot-2.8.1/sjPlot/R/sjPlotxtab.R                      |only
 sjPlot-2.8.1/sjPlot/R/sjTabItemAnalysis.R               |only
 sjPlot-2.8.1/sjPlot/R/sjTabPropTable.R                  |only
 sjPlot-2.8.1/sjPlot/R/sjTabSPSS.R                       |only
 sjPlot-2.8.1/sjPlot/R/sjTabStackFrq.R                   |only
 sjPlot-2.8.1/sjPlot/man/reexports.Rd                    |only
 sjPlot-2.8.1/sjPlot/man/sjc.qclus.Rd                    |only
 sjPlot-2.8.1/sjPlot/man/sjt.itemanalysis.Rd             |only
 sjPlot-2.8.1/sjPlot/man/sjt.xtab.Rd                     |only
 sjPlot-2.8.1/sjPlot/tests/testthat/test-sjp_grpfrq.R    |only
 sjPlot-2.8.2/sjPlot/DESCRIPTION                         |   25 +-
 sjPlot-2.8.2/sjPlot/MD5                                 |  134 +++++++---------
 sjPlot-2.8.2/sjPlot/NAMESPACE                           |   36 +---
 sjPlot-2.8.2/sjPlot/NEWS.md                             |   17 ++
 sjPlot-2.8.2/sjPlot/R/html_print_utils.R                |    2 
 sjPlot-2.8.2/sjPlot/R/plot_diag_linear.R                |    8 
 sjPlot-2.8.2/sjPlot/R/plot_frq.R                        |   39 ++--
 sjPlot-2.8.2/sjPlot/R/plot_grid.R                       |   53 +++---
 sjPlot-2.8.2/sjPlot/R/plot_grpfrq.R                     |only
 sjPlot-2.8.2/sjPlot/R/plot_kfold_cv.R                   |   22 ++
 sjPlot-2.8.2/sjPlot/R/plot_likert.R                     |    7 
 sjPlot-2.8.2/sjPlot/R/plot_model.R                      |   12 -
 sjPlot-2.8.2/sjPlot/R/plot_models.R                     |    1 
 sjPlot-2.8.2/sjPlot/R/plot_type_est.R                   |    1 
 sjPlot-2.8.2/sjPlot/R/plot_type_ranef.R                 |    8 
 sjPlot-2.8.2/sjPlot/R/plot_xtab.R                       |only
 sjPlot-2.8.2/sjPlot/R/select_helpers.R                  |   23 ++
 sjPlot-2.8.2/sjPlot/R/sjPlotFA.R                        |    5 
 sjPlot-2.8.2/sjPlot/R/sjPlotPCA.R                       |    5 
 sjPlot-2.8.2/sjPlot/R/sjPlotPolynomials.R               |   13 -
 sjPlot-2.8.2/sjPlot/R/sjTabCorr.R                       |    2 
 sjPlot-2.8.2/sjPlot/R/sjTabFA.R                         |   12 -
 sjPlot-2.8.2/sjPlot/R/sjTabPCA.R                        |    9 -
 sjPlot-2.8.2/sjPlot/R/sjplot.R                          |    6 
 sjPlot-2.8.2/sjPlot/R/tab_itemscale.R                   |only
 sjPlot-2.8.2/sjPlot/R/tab_model.R                       |   38 ++--
 sjPlot-2.8.2/sjPlot/R/tab_stackfrq.R                    |only
 sjPlot-2.8.2/sjPlot/R/tab_xtab.R                        |only
 sjPlot-2.8.2/sjPlot/R/tidiers.R                         |   71 ++------
 sjPlot-2.8.2/sjPlot/R/utils.R                           |   17 --
 sjPlot-2.8.2/sjPlot/R/view_df.R                         |only
 sjPlot-2.8.2/sjPlot/build/vignette.rds                  |binary
 sjPlot-2.8.2/sjPlot/inst/doc/blackwhitefigures.html     |   12 -
 sjPlot-2.8.2/sjPlot/inst/doc/custplot.html              |   12 -
 sjPlot-2.8.2/sjPlot/inst/doc/plot_interactions.html     |   12 -
 sjPlot-2.8.2/sjPlot/inst/doc/plot_likert_scales.html    |   24 +-
 sjPlot-2.8.2/sjPlot/inst/doc/plot_marginal_effects.html |   12 -
 sjPlot-2.8.2/sjPlot/inst/doc/plot_model_estimates.html  |   14 -
 sjPlot-2.8.2/sjPlot/inst/doc/sjtitemanalysis.R          |   12 +
 sjPlot-2.8.2/sjPlot/inst/doc/sjtitemanalysis.Rmd        |   16 +
 sjPlot-2.8.2/sjPlot/inst/doc/sjtitemanalysis.html       |   68 +++-----
 sjPlot-2.8.2/sjPlot/inst/doc/tab_bayes.R                |   12 +
 sjPlot-2.8.2/sjPlot/inst/doc/tab_bayes.Rmd              |   12 +
 sjPlot-2.8.2/sjPlot/inst/doc/tab_bayes.html             |   44 ++---
 sjPlot-2.8.2/sjPlot/inst/doc/tab_mixed.R                |   12 +
 sjPlot-2.8.2/sjPlot/inst/doc/tab_mixed.Rmd              |   12 +
 sjPlot-2.8.2/sjPlot/inst/doc/tab_mixed.html             |   47 +----
 sjPlot-2.8.2/sjPlot/inst/doc/tab_model_estimates.html   |   12 -
 sjPlot-2.8.2/sjPlot/inst/doc/table_css.html             |   12 -
 sjPlot-2.8.2/sjPlot/man/plot_frq.Rd                     |   32 ++-
 sjPlot-2.8.2/sjPlot/man/plot_grid.Rd                    |   45 ++---
 sjPlot-2.8.2/sjPlot/man/plot_grpfrq.Rd                  |   50 -----
 sjPlot-2.8.2/sjPlot/man/plot_model.Rd                   |   12 -
 sjPlot-2.8.2/sjPlot/man/plot_xtab.Rd                    |   44 -----
 sjPlot-2.8.2/sjPlot/man/sjplot.Rd                       |    2 
 sjPlot-2.8.2/sjPlot/man/sjt.fa.Rd                       |    1 
 sjPlot-2.8.2/sjPlot/man/sjt.pca.Rd                      |    1 
 sjPlot-2.8.2/sjPlot/man/tab_itemscale.Rd                |only
 sjPlot-2.8.2/sjPlot/man/tab_model.Rd                    |   16 +
 sjPlot-2.8.2/sjPlot/man/tab_stackfrq.Rd                 |    3 
 sjPlot-2.8.2/sjPlot/man/tab_xtab.Rd                     |only
 sjPlot-2.8.2/sjPlot/man/view_df.Rd                      |    2 
 sjPlot-2.8.2/sjPlot/tests/testthat/test-plot_grpfrq.R   |only
 sjPlot-2.8.2/sjPlot/vignettes/sjtitemanalysis.Rmd       |   16 +
 sjPlot-2.8.2/sjPlot/vignettes/tab_bayes.Rmd             |   12 +
 sjPlot-2.8.2/sjPlot/vignettes/tab_mixed.Rmd             |   12 +
 79 files changed, 554 insertions(+), 605 deletions(-)

More information about sjPlot at CRAN
Permanent link

Package RXshrink updated to version 1.3.1 with previous version 1.3 dated 2019-12-09

Title: Maximum Likelihood Shrinkage using Generalized Ridge or Least Angle Regression Methods
Description: Functions are provided to calculate and display ridge TRACEs for various shrinkage PATHS. They determine the m-Extent of shrinkage most likely, under Normal-distribution theory, to produce biased estimates of regression (beta) coefficients with minimum MSE Risk. An alternative function, correct.signs(), provides beta coefficient estimates when an ill-conditioned (nearly multicollinear) model yields OLS estimates with ("wrong") numerical signs that disagree with the signs of the observed correlations between the Y-outcome and the selected X-predictor variables.
Author: Bob Obenchain
Maintainer: Bob Obenchain <wizbob@att.net>

Diff between RXshrink versions 1.3 dated 2019-12-09 and 1.3.1 dated 2020-01-23

 DESCRIPTION             |    8 ++++----
 MD5                     |    6 +++---
 R/unr.ridge.R           |   28 +++++++++++++++++-----------
 man/RXshrink-package.Rd |    4 ++--
 4 files changed, 26 insertions(+), 20 deletions(-)

More information about RXshrink at CRAN
Permanent link

Package mnreadR updated to version 2.1.4 with previous version 2.1.3 dated 2019-07-19

Title: MNREAD Parameters Estimation and Curve Plotting
Description: Allows to analyze the reading data obtained with the MNREAD Acuity Chart, a continuous-text reading acuity chart for normal and low vision. Provides the necessary functions to plot the MNREAD curve and estimate automatically the four MNREAD parameters: Maximum Reading Speed, Critical Print Size, Reading Acuity and Reading Accessibility Index. Parameters can be estimated either with the standard method or with a nonlinear mixed-effects (NLME) modeling. See Calabrese et al. 2018 for more details <doi:10.1167/18.1.8>.
Author: Aurélie Calabrèse [aut, cre], J. Steve Mansfield [aut], Gordon E. Legge [aut]
Maintainer: Aurélie Calabrèse <aurelie.calabrese@inria.fr>

Diff between mnreadR versions 2.1.3 dated 2019-07-19 and 2.1.4 dated 2020-01-23

 DESCRIPTION      |   12 ++++++------
 MD5              |   10 +++++-----
 NEWS.md          |   10 ++++++++--
 R/mnreadR.R      |    4 ++--
 R/mnread_curve.R |    6 ++----
 R/zzz.R          |    4 ++--
 6 files changed, 25 insertions(+), 21 deletions(-)

More information about mnreadR at CRAN
Permanent link

New package gofCopula with initial version 0.3-1
Package: gofCopula
Type: Package
Title: Goodness-of-Fit Tests for Copulae
Version: 0.3-1
Date: 2020-01-20
Author: Ostap Okhrin <ostap.okhrin@tu-dresden.de>, Simon Trimborn <simon.trimborn@nus.edu.sg>, Martin Waltz <martin.waltz@tu-dresden.de>
Maintainer: Simon Trimborn <simon.trimborn@nus.edu.sg>
LazyLoad: yes
LazyData: true
Depends: R (>= 1.9.0), copula (>= 0.999-15), foreach, parallel, doSNOW, R.utils
Imports: SparseGrid, numDeriv, VineCopula (>= 2.0.5), methods, stats, MASS, utils, yarrr, progress
Description: Several Goodness-of-Fit (GoF) tests for Copulae are provided. A new hybrid test, Zhang et al. (2016) <doi:10.1016/j.jeconom.2016.02.017> is implemented which supports all of the individual tests in the package, e.g. Genest et al. (2009) <doi:10.1016/j.insmatheco.2007.10.005>. Estimation methods for the margins are provided and all the tests support parameter estimation and predefined values. The parameters are estimated by pseudo maximum likelihood but if it fails the estimation switches automatically to inversion of Kendall's tau. For reproducibility of results, the functions support the definition of seeds. Also all the tests support automatized parallelization of the bootstrapping tasks. The package provides an interface to perform new GoF tests by submitting the test statistic.
License: GPL (>= 3)
NeedsCompilation: yes
Packaged: 2020-01-23 06:15:49 UTC; matsim
Repository: CRAN
Date/Publication: 2020-01-23 13:50:02 UTC

More information about gofCopula at CRAN
Permanent link

Package ghyp updated to version 1.5.8 with previous version 1.5.7 dated 2016-08-17

Title: Generalized Hyperbolic Distribution and Its Special Cases
Description: Detailed functionality for working with the univariate and multivariate Generalized Hyperbolic distribution and its special cases (Hyperbolic (hyp), Normal Inverse Gaussian (NIG), Variance Gamma (VG), skewed Student-t and Gaussian distribution). Especially, it contains fitting procedures, an AIC-based model selection routine, and functions for the computation of density, quantile, probability, random variates, expected shortfall and some portfolio optimization and plotting routines as well as the likelihood ratio test. In addition, it contains the Generalized Inverse Gaussian distribution. See Chapter 3 of A. J. McNeil, R. Frey, and P. Embrechts. Quantitative risk management: Concepts, techniques and tools. Princeton University Press, Princeton (2005).
Author: David Luethi, Wolfgang Breymann
Maintainer: Damien Challet <damien.challet@gmail.com>

Diff between ghyp versions 1.5.7 dated 2016-08-17 and 1.5.8 dated 2020-01-23

 ChangeLog                                         |    7 
 DESCRIPTION                                       |   20 
 MD5                                               |   39 
 NAMESPACE                                         |    4 
 R/ghypFitting.R                                   | 1120 ++++----
 R/ghypGenericMethods.R                            | 1539 ++++++------
 R/ghypInternals.R                                 | 1823 +++++++-------
 R/ghypMethods.R                                   | 2056 ++++++++--------
 build/vignette.rds                                |binary
 inst/doc/Generalized_Hyperbolic_Distribution.R    |  370 +-
 inst/doc/Generalized_Hyperbolic_Distribution.Rnw  | 2752 +++++++++++----------
 inst/doc/Generalized_Hyperbolic_Distribution.pdf  |binary
 man/fit.ghypmv.Rd                                 |    5 
 man/fit.ghypuv.Rd                                 |    2 
 man/ghyp-constructors.Rd                          |    2 
 man/ghyp-distribution.Rd                          |    2 
 man/ghyp-package.Rd                               |    8 
 man/pairs-methods.Rd                              |    8 
 src/init.c                                        |only
 src/rgig.c                                        |    5 
 vignettes/Generalized_Hyperbolic_Distribution.Rnw | 2755 +++++++++++-----------
 21 files changed, 6278 insertions(+), 6239 deletions(-)

More information about ghyp at CRAN
Permanent link

Package ggfocus updated to version 1.0.0 with previous version 0.9 dated 2019-01-07

Title: Scales that Focus Specific Levels in your ggplot()
Description: A 'ggplot2' extension that provides tools for automatically creating scales to focus on subgroups of the data plotted without losing other information.
Author: Victor Freguglia [aut, cre]
Maintainer: Victor Freguglia <victorfreguglia@gmail.com>

Diff between ggfocus versions 0.9 dated 2019-01-07 and 1.0.0 dated 2020-01-23

 ggfocus-0.9/ggfocus/LICENSE                                  |only
 ggfocus-0.9/ggfocus/R/gg-focus.R                             |only
 ggfocus-0.9/ggfocus/inst/doc/a-quick-guide-to-ggfocus.R      |only
 ggfocus-0.9/ggfocus/inst/doc/a-quick-guide-to-ggfocus.Rmd    |only
 ggfocus-0.9/ggfocus/inst/doc/a-quick-guide-to-ggfocus.html   |only
 ggfocus-0.9/ggfocus/man/figures/README-ex1_create-1.png      |only
 ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-2-1.png |only
 ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-3-1.png |only
 ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-4-1.png |only
 ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-6-1.png |only
 ggfocus-0.9/ggfocus/man/scale_alpha_focus.Rd                 |only
 ggfocus-0.9/ggfocus/man/scale_color_focus.Rd                 |only
 ggfocus-0.9/ggfocus/man/scale_fill_focus.Rd                  |only
 ggfocus-0.9/ggfocus/vignettes/a-quick-guide-to-ggfocus.Rmd   |only
 ggfocus-1.0.0/ggfocus/DESCRIPTION                            |   24 +
 ggfocus-1.0.0/ggfocus/MD5                                    |   47 +--
 ggfocus-1.0.0/ggfocus/NAMESPACE                              |   14 -
 ggfocus-1.0.0/ggfocus/NEWS.md                                |    7 
 ggfocus-1.0.0/ggfocus/R/ggfocus.R                            |only
 ggfocus-1.0.0/ggfocus/R/scale_alpha_focus.R                  |   62 ++--
 ggfocus-1.0.0/ggfocus/R/scale_color_focus.R                  |   87 ++++--
 ggfocus-1.0.0/ggfocus/R/scale_fill_focus.R                   |   70 +++--
 ggfocus-1.0.0/ggfocus/R/scale_linetype_focus.R               |only
 ggfocus-1.0.0/ggfocus/R/scale_shape_focus.R                  |only
 ggfocus-1.0.0/ggfocus/R/scale_size_focus.R                   |only
 ggfocus-1.0.0/ggfocus/R/zzz.R                                |only
 ggfocus-1.0.0/ggfocus/README.md                              |  149 +++++------
 ggfocus-1.0.0/ggfocus/build/vignette.rds                     |binary
 ggfocus-1.0.0/ggfocus/inst/doc/introduction_to_ggfocus.R     |only
 ggfocus-1.0.0/ggfocus/inst/doc/introduction_to_ggfocus.Rmd   |only
 ggfocus-1.0.0/ggfocus/inst/doc/introduction_to_ggfocus.html  |only
 ggfocus-1.0.0/ggfocus/man/figures/README-example_2-1.png     |only
 ggfocus-1.0.0/ggfocus/man/figures/README-example_map-1.png   |only
 ggfocus-1.0.0/ggfocus/man/figures/logo.png                   |only
 ggfocus-1.0.0/ggfocus/man/ggfocus.Rd                         |   26 +
 ggfocus-1.0.0/ggfocus/man/reexports.Rd                       |    2 
 ggfocus-1.0.0/ggfocus/man/scale_focus.Rd                     |only
 ggfocus-1.0.0/ggfocus/vignettes/introduction_to_ggfocus.Rmd  |only
 38 files changed, 293 insertions(+), 195 deletions(-)

More information about ggfocus at CRAN
Permanent link

Package FeedbackTS updated to version 1.5 with previous version 1.4 dated 2016-05-10

Title: Analysis of Feedback in Time Series
Description: Analysis of fragmented time directionality to investigate feedback in time series. Tools provided by the package allow the analysis of feedback for a single time series and the analysis of feedback for a set of time series collected across a spatial domain.
Author: Samuel Soubeyrand, Cindy E. Morris, E. Keith Bigg
Maintainer: Samuel Soubeyrand <samuel.soubeyrand@inrae.fr>

Diff between FeedbackTS versions 1.4 dated 2016-05-10 and 1.5 dated 2020-01-23

 DESCRIPTION                    |   14 +--
 MD5                            |   26 ++---
 NAMESPACE                      |    9 +
 R/KT.output.R                  |    2 
 R/feedback.spatial.R           |  186 ++++++++++++++++++++---------------------
 data/rain.feedback.stats.RData |binary
 data/rain.site.6008.RData      |binary
 man/FeedbackTS-package.Rd      |   24 ++---
 man/KDD-class.Rd               |   10 +-
 man/KT.output-class.Rd         |   25 ++---
 man/krige.Rd                   |   86 ++++++++++--------
 man/krige.test.Rd              |   15 +--
 man/map.statistic.Rd           |    2 
 man/rain.feedback.stats.Rd     |    2 
 14 files changed, 207 insertions(+), 194 deletions(-)

More information about FeedbackTS at CRAN
Permanent link

Package dnet updated to version 1.1.6 with previous version 1.1.5 dated 2019-10-18

Title: Integrative Analysis of Omics Data in Terms of Network, Evolution and Ontology
Description: The focus of the dnet by Fang and Gough (2014) <doi:10.1186/s13073-014-0064-8> is to make sense of omics data (such as gene expression and mutations) from different angles including: integration with molecular networks, enrichments using ontologies, and relevance to gene evolutionary ages. Integration is achieved to identify a gene subnetwork from the whole gene network whose nodes/genes are labelled with informative data (such as the significant levels of differential expression or survival risks). To help make sense of identified gene networks, enrichment analysis is also supported using a wide variety of pre-compiled ontologies and phylostratific gene age information in major organisms including: human, mouse, rat, chicken, C.elegans, fruit fly, zebrafish and arabidopsis. Add-on functionalities are supports for calculating semantic similarity between ontology terms (and between genes) and for calculating network affinity based on random walk; both can be done via high-performance parallel computing.
Author: Hai Fang and Julian Gough
Maintainer: Hai Fang <hfang@well.ox.ac.uk>

Diff between dnet versions 1.1.5 dated 2019-10-18 and 1.1.6 dated 2020-01-23

 DESCRIPTION               |    8 ++---
 MD5                       |   72 +++++++++++++++++++++++-----------------------
 R/dNetPipeline.r          |    2 +
 R/visBoxplotAdv.r         |    2 +
 data/TCGA_mutations.RData |binary
 data/ig.HPPA.RData        |binary
 data/org.Hs.egHPPA.RData  |binary
 man/TCGA_mutations.Rd     |   13 +++++---
 man/dContrast.Rd          |    6 ++-
 man/dDAGannotate.Rd       |    9 +++--
 man/dDAGgeneSim.Rd        |   16 +++++++---
 man/dDAGinduce.Rd         |    7 +++-
 man/dDAGlevel.Rd          |    7 +++-
 man/dDAGtermSim.Rd        |   12 +++++--
 man/dEnricher.Rd          |   36 +++++++++++++++--------
 man/dEnricherView.Rd      |   10 ++++--
 man/dGSEA.Rd              |   37 +++++++++++++++--------
 man/dGSEAview.Rd          |   12 +++++--
 man/dGSEAwrite.Rd         |   13 +++++---
 man/dNetInduce.Rd         |   10 +++++-
 man/dNetPipeline.Rd       |   12 +++++--
 man/dNetReorder.Rd        |   21 +++++++++----
 man/dPvalAggregate.Rd     |    9 +++--
 man/dRDataLoader.Rd       |   71 ++++++++++++++++++++++++++++-----------------
 man/dRWR.Rd               |   14 ++++++--
 man/dRWRcontact.Rd        |   17 ++++++++--
 man/dRWRpipeline.Rd       |   19 ++++++++----
 man/dSVDsignif.Rd         |   14 ++++++--
 man/visBoxplotAdv.Rd      |   44 +++++++++++++++++++++-------
 man/visDAG.Rd             |   26 ++++++++++++----
 man/visGSEA.Rd            |   12 +++++--
 man/visNet.Rd             |   27 ++++++++++++-----
 man/visNetAnimate.Rd      |   34 +++++++++++++++------
 man/visNetArc.Rd          |   24 +++++++++++----
 man/visNetCircle.Rd       |   28 ++++++++++++-----
 man/visNetMul.Rd          |   27 ++++++++++++-----
 man/visNetReorder.Rd      |   28 +++++++++++++----
 37 files changed, 483 insertions(+), 216 deletions(-)

More information about dnet at CRAN
Permanent link

Package corpustools updated to version 0.4.2 with previous version 0.4.1 dated 2019-11-19

Title: Managing, Querying and Analyzing Tokenized Text
Description: Provides text analysis in R, focusing on the use of a tokenized text format. In this format, the positions of tokens are maintained, and each token can be annotated (e.g., part-of-speech tags, dependency relations). Prominent features include advanced Lucene-like querying for specific tokens or contexts (e.g., documents, sentences), similarity statistics for words and documents, exporting to DTM for compatibility with many text analysis packages, and the possibility to reconstruct original text from tokens to facilitate interpretation.
Author: Kasper Welbers and Wouter van Atteveldt
Maintainer: Kasper Welbers <kasperwelbers@gmail.com>

Diff between corpustools versions 0.4.1 dated 2019-11-19 and 0.4.2 dated 2020-01-23

 DESCRIPTION                             |   20 -
 MD5                                     |   81 +++---
 NAMESPACE                               |    3 
 NEWS.md                                 |    5 
 R/1_tcorpus.r                           |   75 ------
 R/RcppExports.R                         |    4 
 R/adjacency_functions.r                 |    2 
 R/aggregate.r                           |only
 R/collocations.r                        |   12 -
 R/compare_corpora.r                     |    6 
 R/compare_documents.r                   |    8 
 R/create_tcorpus.r                      |   51 ++--
 R/data.r                                |    8 
 R/document_term_matrix.r                |    3 
 R/plot_words.r                          |    4 
 R/preprocessing.r                       |    2 
 R/search_contexts.r                     |    2 
 R/search_dictionary.r                   |  380 ++++++++++++++++++++------------
 R/search_features.r                     |    2 
 R/search_results.r                      |    2 
 R/semnet.r                              |    7 
 R/tokenize.r                            |    3 
 README.md                               |    8 
 build/vignette.rds                      |binary
 data/emoticon_dict.rda                  |only
 inst/doc/corpustools.R                  |   37 ++-
 inst/doc/corpustools.Rmd                |   71 +++++
 inst/doc/corpustools.html               |  101 +++++---
 man/agg_tcorpus.Rd                      |only
 man/compare_corpus.Rd                   |    2 
 man/compare_documents.Rd                |    4 
 man/compare_subset.Rd                   |    2 
 man/count_tcorpus.Rd                    |only
 man/create_tcorpus.Rd                   |   40 ++-
 man/dtm_compare.Rd                      |    2 
 man/emoticon_dict.Rd                    |only
 man/plot.vocabularyComparison.Rd        |    4 
 man/search_dictionary.Rd                |   21 +
 man/tCorpus-cash-code_dictionary.Rd     |   12 -
 man/tCorpus-cash-replace_dictionary.Rd  |only
 src/RcppExports.cpp                     |   16 +
 src/dictionary_lookup.cpp               |only
 tests/testthat/test_dictionary_lookup.r |    7 
 tests/testthat/test_search_features.r   |    4 
 vignettes/corpustools.Rmd               |   71 +++++
 45 files changed, 693 insertions(+), 389 deletions(-)

More information about corpustools at CRAN
Permanent link

Package coalitions (with last version 0.6.10) was removed from CRAN

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

2019-07-15 0.6.10
2018-10-06 0.6.5
2018-08-27 0.6.4
2018-03-15 0.6.2

Permanent link
Package dtplyr updated to version 1.0.1 with previous version 1.0.0 dated 2019-11-12

Title: Data Table Back-End for 'dplyr'
Description: Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.
Author: Lionel Henry [aut], Hadley Wickham [cre], RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>

Diff between dtplyr versions 1.0.0 dated 2019-11-12 and 1.0.1 dated 2020-01-23

 DESCRIPTION                        |   10 +--
 MD5                                |   47 +++++++-------
 NAMESPACE                          |    4 +
 NEWS.md                            |   22 ++++++
 R/step-group.R                     |   32 ++++++++-
 R/step-join.R                      |   55 +++++++++-------
 R/step-modify.R                    |    7 --
 R/step-mutate.R                    |    6 -
 R/step-subset.R                    |   12 ++-
 R/step.R                           |   25 +++++++
 R/tidyeval.R                       |   18 ++++-
 inst/doc/translation.R             |   61 +++++++++---------
 inst/doc/translation.Rmd           |    8 ++
 inst/doc/translation.html          |  121 +++++++++++++++++++------------------
 man/single_table.Rd                |only
 tests/testthat/helpers-library.R   |    1 
 tests/testthat/test-step-call.R    |    2 
 tests/testthat/test-step-first.R   |    8 +-
 tests/testthat/test-step-group.R   |   20 ++++++
 tests/testthat/test-step-join.R    |   25 ++++++-
 tests/testthat/test-step-print.txt |   17 +++++
 tests/testthat/test-step-subset.R  |    4 -
 tests/testthat/test-step.R         |    8 +-
 tests/testthat/test-tidyeval.R     |   13 +++
 vignettes/translation.Rmd          |    8 ++
 25 files changed, 361 insertions(+), 173 deletions(-)

More information about dtplyr at CRAN
Permanent link


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