Sun, 27 Sep 2020

Package distr6 updated to version 1.4.4 with previous version 1.4.3 dated 2020-08-26

Title: The Complete R6 Probability Distributions Interface
Description: An R6 object oriented distributions package. Unified interface for 42 probability distributions and 11 kernels including functionality for multiple scientific types. Additionally functionality for composite distributions and numerical imputation. Design patterns including wrappers and decorators are described in Gamma et al. (1994, ISBN:0-201-63361-2). For quick reference of probability distributions including d/p/q/r functions and results we refer to McLaughlin, M. P. (2001). Additionally Devroye (1986, ISBN:0-387-96305-7) for sampling the Dirichlet distribution, Gentle (2009) <doi:10.1007/978-0-387-98144-4> for sampling the Multivariate Normal distribution and Michael et al. (1976) <doi:10.2307/2683801> for sampling the Wald distribution.
Author: Raphael Sonabend [aut, cre] (<https://orcid.org/0000-0001-9225-4654>), Franz Kiraly [aut], Peter Ruckdeschel [ctb] (Author of distr), Matthias Kohl [ctb] (Author of distr), Shen Chen [ctb], Jordan Deenichin [ctb], Chengyang Gao [ctb], Chloe Zhaoyuan Gu [ctb], Yunjie He [ctb], Xiaowen Huang [ctb], Shuhan Liu [ctb], Runlong Yu [ctb], Chijing Zeng [ctb], Qian Zhou [ctb]
Maintainer: Raphael Sonabend <raphael.sonabend.15@ucl.ac.uk>

Diff between distr6 versions 1.4.3 dated 2020-08-26 and 1.4.4 dated 2020-09-27

 DESCRIPTION                                    |   10 
 MD5                                            |   95 +--
 NAMESPACE                                      |    3 
 NEWS.md                                        |   10 
 R/DistributionDecorator_CoreStatistics.R       |  135 ++--
 R/DistributionDecorator_ExoticStatistics.R     |    4 
 R/DistributionDecorator_FunctionImputation.R   |    3 
 R/ParameterSet.R                               |   26 
 R/ParameterSetCollection.R                     |   38 -
 R/SDistribution_WeightedDiscrete.R             |   18 
 R/Wrapper_MixtureDistribution.R                |   97 ++-
 R/Wrapper_ProductDistribution.R                |   95 ++-
 R/Wrapper_VectorDistribution.R                 |  690 ++++++++++++++-----------
 R/c.Distribution.R                             |    3 
 R/lines.R                                      |    1 
 R/mixturiseVector.R                            |    3 
 R/plot_multivariate.R                          |    2 
 R/zzz.R                                        |   11 
 README.md                                      |   30 -
 inst/doc/distr6.html                           |  324 ++++++-----
 man/CoreStatistics.Rd                          |   60 +-
 man/ExoticStatistics.Rd                        |    7 
 man/FunctionImputation.Rd                      |    3 
 man/MixtureDistribution.Rd                     |   19 
 man/ParameterSet.Rd                            |   60 +-
 man/ProductDistribution.Rd                     |   31 -
 man/VectorDistribution.Rd                      |   11 
 man/as.MixtureDistribution.Rd                  |only
 man/as.ProductDistribution.Rd                  |only
 man/as.VectorDistribution.Rd                   |only
 man/cf.Rd                                      |    4 
 man/entropy.Rd                                 |    4 
 man/genExp.Rd                                  |    6 
 man/kthmoment.Rd                               |    4 
 man/kurtosis.Rd                                |    6 
 man/lines.Distribution.Rd                      |    1 
 man/mean.Distribution.Rd                       |    2 
 man/mgf.Rd                                     |    4 
 man/mixturiseVector.Rd                         |    3 
 man/pgf.Rd                                     |    4 
 man/skewness.Rd                                |    4 
 man/variance.Rd                                |    4 
 tests/testthat/Rplots.pdf                      |binary
 tests/testthat/helpers.R                       |   26 
 tests/testthat/test-VectorDistribution.R       |    9 
 tests/testthat/test-WrappedMixture.R           |   16 
 tests/testthat/test-WrappedProduct.R           |   16 
 tests/testthat/test-cDistribution.R            |    4 
 tests/testthat/test-wrapper.R                  |    8 
 tests/testthat/test_decorator_corestatistics.R |    4 
 50 files changed, 1165 insertions(+), 753 deletions(-)

More information about distr6 at CRAN
Permanent link

Package tensorsparse updated to version 3.0 with previous version 2.0 dated 2020-03-22

Title: Multiway Clustering via Tensor Block Models
Description: Implements the multiway sparse clustering approach of M. Wang and Y. Zeng, "Multiway clustering via tensor block models". Advances in Neural Information Processing System 32 (NeurIPS), 715-725, 2019.
Author: Miaoyan Wang, Yuchen Zeng
Maintainer: Yuchen Zeng <yzeng58@wisc.edu>

Diff between tensorsparse versions 2.0 dated 2020-03-22 and 3.0 dated 2020-09-27

 tensorsparse-2.0/tensorsparse/R/choosekrl_bic.R           |only
 tensorsparse-2.0/tensorsparse/R/get_data.R                |only
 tensorsparse-2.0/tensorsparse/R/get_data4.R               |only
 tensorsparse-2.0/tensorsparse/R/tbm_clustering.R          |only
 tensorsparse-2.0/tensorsparse/man/choosekrl_bic.Rd        |only
 tensorsparse-2.0/tensorsparse/man/get_data.Rd             |only
 tensorsparse-2.0/tensorsparse/man/get_data4.Rd            |only
 tensorsparse-2.0/tensorsparse/man/tbm_clustering.Rd       |only
 tensorsparse-3.0/tensorsparse/DESCRIPTION                 |   11 +-
 tensorsparse-3.0/tensorsparse/MD5                         |   28 +++---
 tensorsparse-3.0/tensorsparse/NAMESPACE                   |   20 ----
 tensorsparse-3.0/tensorsparse/NEWS                        |    6 +
 tensorsparse-3.0/tensorsparse/R/chooseClusteringSize.R    |only
 tensorsparse-3.0/tensorsparse/R/chooseLambda.R            |    2 
 tensorsparse-3.0/tensorsparse/R/functions.R               |   58 +++++++-------
 tensorsparse-3.0/tensorsparse/R/getOrder3Tensor.R         |only
 tensorsparse-3.0/tensorsparse/R/getOrder4Tensor.R         |only
 tensorsparse-3.0/tensorsparse/R/tbmClustering.R           |only
 tensorsparse-3.0/tensorsparse/man/chooseClusteringSize.Rd |only
 tensorsparse-3.0/tensorsparse/man/chooseLambda.Rd         |    2 
 tensorsparse-3.0/tensorsparse/man/getOrder3Tensor.Rd      |only
 tensorsparse-3.0/tensorsparse/man/getOrder4Tensor.Rd      |only
 tensorsparse-3.0/tensorsparse/man/tbmClustering.Rd        |only
 23 files changed, 61 insertions(+), 66 deletions(-)

More information about tensorsparse at CRAN
Permanent link

Package WLinfer updated to version 1.1.0 with previous version 1.0.0 dated 2020-09-09

Title: Statistical Inference in Weighted Lindley Distribution
Description: Estimate the parameters of weighted Lindley distribution, and provide some useful results like goodness of fit or confidence interval etc. Ghitany, M., Alqallaf, F., Al-Mutairi, D., Husain, H. (2011) <doi:10.1016/j.matcom.2010.11.005>. Hyoung-Moon Kim. and Yu-Hyeong Jang. (2020) submitted. Wang, M., Wang, W. (2017) <doi:10.1080/03610918.2014.970696>.
Author: Yu-Hyeong Jang, SungBum Kim, Hyun-Ju Jung and Hyoung-Moon Kim
Maintainer: SungBum Kim <kimsb0707@hanmail.net>

Diff between WLinfer versions 1.0.0 dated 2020-09-09 and 1.1.0 dated 2020-09-27

 DESCRIPTION     |    6 -
 MD5             |    8 -
 NAMESPACE       |    2 
 R/WL.R          |  315 +++++++++++++++++++++++++++++++++++++++-----------------
 man/Firth_WL.Rd |    8 +
 5 files changed, 238 insertions(+), 101 deletions(-)

More information about WLinfer at CRAN
Permanent link

Package shinybusy updated to version 0.2.2 with previous version 0.2.1 dated 2020-09-10

Title: Busy Indicator for 'Shiny' Applications
Description: Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the server is busy.
Author: Fanny Meyer [aut], Victor Perrier [aut, cre], Silex Technologies [fnd] (https://www.silex-ip.com)
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>

Diff between shinybusy versions 0.2.1 dated 2020-09-10 and 0.2.2 dated 2020-09-27

 DESCRIPTION             |    6 ++--
 MD5                     |   20 +++++++-------
 NEWS.md                 |    6 ++++
 R/busy-gif.R            |   67 +++++++++++++++++++++++++++++++++---------------
 R/busy-spinner.R        |   31 +++++++++++++++-------
 R/dependencies.R        |    9 ++++--
 R/spinners-spinkit.R    |   10 ++++---
 inst/doc/spinners.html  |   62 ++++++++++++++++++++++----------------------
 man/add_busy_gif.Rd     |    9 ++++--
 man/add_busy_spinner.Rd |    2 -
 man/manual-gif.Rd       |    9 ++++--
 11 files changed, 144 insertions(+), 87 deletions(-)

More information about shinybusy at CRAN
Permanent link

Package rbibutils updated to version 1.1.0 with previous version 1.0.3 dated 2020-07-20

Title: Convert Between Bibliography Formats
Description: Converts between a number of bibliography formats, including 'BibTeX', 'BibLaTeX' and 'Bibentry'. Includes a port of the 'bibutils' utilities by Chris Putnam <https://sourceforge.net/projects/bibutils/>. Supports all bibliography formats and character encodings implemented in 'bibutils'.
Author: Georgi N. Boshnakov [aut, cre] (R port, modifications to bibutils' C code), Chris Putman [aut] (src/*, author of the bibutils libraries, https://sourceforge.net/projects/bibutils/), Richard Mathar [ctb] (src/addsout.c), Johannes Wilm [ctb] (src/biblatexin.c, src/bltypes.c)
Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>

Diff between rbibutils versions 1.0.3 dated 2020-07-20 and 1.1.0 dated 2020-09-27

 DESCRIPTION       |    8 ++++----
 MD5               |   14 +++++++-------
 NEWS.md           |    9 +++++++++
 TODO              |    7 +++++++
 build/partial.rdb |binary
 src/bibtexin.c    |   30 +++++++++++++++++++++++++-----
 src/latex_parse.c |    7 +++++++
 src/modsout.c     |   24 +++++++++++++-----------
 8 files changed, 72 insertions(+), 27 deletions(-)

More information about rbibutils at CRAN
Permanent link

Package qdap updated to version 2.4.3 with previous version 2.4.1 dated 2020-04-20

Title: Bridging the Gap Between Qualitative Data and Quantitative Analysis
Description: Automates many of the tasks associated with quantitative discourse analysis of transcripts containing discourse including frequency counts of sentence types, words, sentences, turns of talk, syllables and other assorted analysis tasks. The package provides parsing tools for preparing transcript data. Many functions enable the user to aggregate data by any number of grouping variables, providing analysis and seamless integration with other R packages that undertake higher level analysis and visualization of text. This affords the user a more efficient and targeted analysis. 'qdap' is designed for transcript analysis, however, many functions are applicable to other areas of Text Mining/ Natural Language Processing.
Author: Tyler Rinker [aut, cre], Bryan Goodrich [ctb], Dason Kurkiewicz [ctb]
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>

Diff between qdap versions 2.4.1 dated 2020-04-20 and 2.4.3 dated 2020-09-27

 DESCRIPTION                  |   22 ++++----
 MD5                          |  118 +++++++++++++++++++++----------------------
 NAMESPACE                    |    5 -
 NEWS                         |    8 ++
 R/adjacency_matrix.R         |    2 
 R/beg2char.R                 |    2 
 R/bracketX.R                 |    2 
 R/chaining.R                 |    2 
 R/check_spelling.R           |    4 -
 R/cm_df.transcript.R         |    2 
 R/cm_distance.R              |    2 
 R/discourse_map.R            |    4 -
 R/diversity.R                |    2 
 R/gradient_cloud.R           |    7 ++
 R/igraph_params.R            |    2 
 R/new_project.R              |    8 +-
 R/phrase_net.R               |    7 +-
 R/polarity.R                 |    4 -
 R/read_transcript.R          |   16 ++---
 R/synonyms.R                 |    5 -
 R/trans_context.R            |    2 
 R/word_cor.R                 |    2 
 README.md                    |    5 -
 data/DATA.SPLIT.rda          |binary
 data/DATA.rda                |binary
 data/DATA2.rda               |binary
 data/env.syl.rda             |binary
 data/hamlet.rda              |binary
 data/mraja1.rda              |binary
 data/mraja1spl.rda           |binary
 data/pres_debate_raw2012.rda |binary
 data/pres_debates2012.rda    |binary
 data/raj.act.1.rda           |binary
 data/raj.act.1POS.rda        |binary
 data/raj.act.2.rda           |binary
 data/raj.act.3.rda           |binary
 data/raj.act.4.rda           |binary
 data/raj.act.5.rda           |binary
 data/raj.demographics.rda    |binary
 data/raj.rda                 |binary
 data/rajPOS.rda              |binary
 data/rajSPLIT.rda            |binary
 data/raw.time.span.rda       |binary
 data/sample.time.span.rda    |binary
 inst/CITATION                |    8 +-
 man/adjacency_matrix.Rd      |    2 
 man/beg2char.Rd              |    2 
 man/bracketX.Rd              |    2 
 man/chain.Rd                 |    2 
 man/check_spelling.Rd        |    4 -
 man/cm_df.transcript.Rd      |    2 
 man/cm_distance.Rd           |    2 
 man/discourse_map.Rd         |    4 -
 man/diversity.Rd             |    2 
 man/igraph_params.Rd         |    2 
 man/new_project.Rd           |    8 +-
 man/phrase_net.Rd            |    7 +-
 man/polarity.Rd              |    4 -
 man/synonyms.Rd              |    5 -
 man/word_cor.Rd              |    2 
 60 files changed, 147 insertions(+), 144 deletions(-)

More information about qdap at CRAN
Permanent link

Package PMCMRplus updated to version 1.5.1 with previous version 1.5.0 dated 2020-09-12

Title: Calculate Pairwise Multiple Comparisons of Mean Rank Sums Extended
Description: For one-way layout experiments the one-way ANOVA can be performed as an omnibus test. All-pairs multiple comparisons tests (Tukey-Kramer test, Scheffe test, LSD-test) and many-to-one tests (Dunnett test) for normally distributed residuals and equal within variance are available. Furthermore, all-pairs tests (Games-Howell test, Tamhane's T2 test, Dunnett T3 test, Ury-Wiggins-Hochberg test) and many-to-one (Tamhane-Dunnett Test) for normally distributed residuals and heterogeneous variances are provided. Van der Waerden's normal scores test for omnibus, all-pairs and many-to-one tests is provided for non-normally distributed residuals and homogeneous variances. The Kruskal-Wallis, BWS and Anderson-Darling omnibus test and all-pairs tests (Nemenyi test, Dunn test, Conover test, Dwass-Steele-Critchlow- Fligner test) as well as many-to-one (Nemenyi test, Dunn test, U-test) are given for the analysis of variance by ranks. Non-parametric trend tests (Jonckheere test, Cuzick test, Johnson-Mehrotra test, Spearman test) are included. In addition, a Friedman-test for one-way ANOVA with repeated measures on ranks (CRBD) and Skillings-Mack test for unbalanced CRBD is provided with consequent all-pairs tests (Nemenyi test, Siegel test, Miller test, Conover test, Exact test) and many-to-one tests (Nemenyi test, Demsar test, Exact test). A trend can be tested with Pages's test. Durbin's test for a two-way balanced incomplete block design (BIBD) is given in this package as well as Gore's test for CRBD with multiple observations per cell is given. Outlier tests, Mandel's k- and h statistic as well as functions for Type I error and Power analysis as well as generic summary, print and plot methods are provided.
Author: Thorsten Pohlert [aut, cre] (<https://orcid.org/0000-0003-3855-3025>)
Maintainer: Thorsten Pohlert <thorsten.pohlert@gmx.de>

Diff between PMCMRplus versions 1.5.0 dated 2020-09-12 and 1.5.1 dated 2020-09-27

 DESCRIPTION                       |    8 ++++----
 MD5                               |   12 ++++++------
 R/kwManyOneNdwTest.R              |    6 ++++--
 R/siegelTukeyTest.R               |    2 +-
 inst/NEWS.Rd                      |    7 +++++++
 inst/doc/QuickReferenceGuide.html |    4 ++--
 man/siegelTukeyTest.Rd            |    2 +-
 7 files changed, 25 insertions(+), 16 deletions(-)

More information about PMCMRplus at CRAN
Permanent link

Package esquisse updated to version 0.3.1 with previous version 0.3.0 dated 2020-01-27

Title: Explore and Visualize Your Data Interactively
Description: A 'shiny' gadget to create 'ggplot2' charts interactively with drag-and-drop to map your variables. You can quickly visualize your data accordingly to their type, export to 'PNG' or 'PowerPoint', and retrieve the code to reproduce the chart.
Author: Fanny Meyer [aut], Victor Perrier [aut, cre], Ian Carroll [ctb] (Faceting support), Xiangnan Dang [ctb] (Facets rows and cols, X/Y limits)
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>

Diff between esquisse versions 0.3.0 dated 2020-01-27 and 0.3.1 dated 2020-09-27

 esquisse-0.3.0/esquisse/R/layoutAddin.R                         |only
 esquisse-0.3.1/esquisse/DESCRIPTION                             |   18 
 esquisse-0.3.1/esquisse/MD5                                     |   67 -
 esquisse-0.3.1/esquisse/NAMESPACE                               |    9 
 esquisse-0.3.1/esquisse/NEWS.md                                 |   12 
 esquisse-0.3.1/esquisse/R/esquisser.R                           |   12 
 esquisse-0.3.1/esquisse/R/esquisserServer.R                     |  139 ++-
 esquisse-0.3.1/esquisse/R/esquisserUI.R                         |   62 -
 esquisse-0.3.1/esquisse/R/ggcall.R                              |   33 
 esquisse-0.3.1/esquisse/R/input-colors.R                        |    2 
 esquisse-0.3.1/esquisse/R/input-dragula.R                       |  230 ++++-
 esquisse-0.3.1/esquisse/R/input-drop.R                          |    1 
 esquisse-0.3.1/esquisse/R/mapping.R                             |    4 
 esquisse-0.3.1/esquisse/R/module-chartControls.R                |  235 +++---
 esquisse-0.3.1/esquisse/R/module-chooseData.R                   |   30 
 esquisse-0.3.1/esquisse/R/module-coerce.R                       |   14 
 esquisse-0.3.1/esquisse/R/module-filterDF.R                     |   10 
 esquisse-0.3.1/esquisse/R/safe_ggplot.R                         |    3 
 esquisse-0.3.1/esquisse/R/utils-shiny.R                         |   13 
 esquisse-0.3.1/esquisse/R/utils.R                               |    2 
 esquisse-0.3.1/esquisse/README.md                               |    7 
 esquisse-0.3.1/esquisse/build/vignette.rds                      |binary
 esquisse-0.3.1/esquisse/inst/assets/dragula/dragula-bindings.js |   34 
 esquisse-0.3.1/esquisse/inst/assets/shiny-utils.js              |   85 +-
 esquisse-0.3.1/esquisse/inst/assets/styles-dad.css              |   21 
 esquisse-0.3.1/esquisse/inst/assets/styles.css                  |   23 
 esquisse-0.3.1/esquisse/inst/doc/get-started.html               |   52 -
 esquisse-0.3.1/esquisse/inst/doc/shiny-usage.html               |  384 +++++-----
 esquisse-0.3.1/esquisse/man/dragulaInput.Rd                     |   99 ++
 esquisse-0.3.1/esquisse/man/ggcall.Rd                           |  256 +++---
 esquisse-0.3.1/esquisse/man/input-colors.Rd                     |    2 
 esquisse-0.3.1/esquisse/man/module-chooseData.Rd                |   10 
 esquisse-0.3.1/esquisse/man/module-esquisse.Rd                  |    2 
 esquisse-0.3.1/esquisse/man/run_module.Rd                       |   46 -
 esquisse-0.3.1/esquisse/man/updateDragulaInput.Rd               |    7 
 35 files changed, 1157 insertions(+), 767 deletions(-)

More information about esquisse at CRAN
Permanent link

Package powerLATE updated to version 0.1.1 with previous version 0.1.0 dated 2020-08-14

Title: Generalized Power Analysis for LATE
Description: An implementation of the generalized power analysis for the local average treatment effect (LATE), proposed by Bansak (2020) <doi:10.1214/19-STS732>. Power analysis is in the context of estimating the LATE (also known as the complier average causal effect, or CACE), with calculations based on a test of the null hypothesis that the LATE equals 0 with a two-sided alternative. The method uses standardized effect sizes to place a conservative bound on the power under minimal assumptions. Package allows users to recover power, sample size requirements, or minimum detectable effect sizes. Package also allows users to work with absolute effects rather than effect sizes, to specify an additional assumption to narrow the bounds, and to incorporate covariate adjustment.
Author: Kirk Bansak [aut], Eddie Yang [aut, cre]
Maintainer: Eddie Yang <z5yang@ucsd.edu>

Diff between powerLATE versions 0.1.0 dated 2020-08-14 and 0.1.1 dated 2020-09-27

 powerLATE-0.1.0/powerLATE/man/figures         |only
 powerLATE-0.1.1/powerLATE/DESCRIPTION         |    6 -
 powerLATE-0.1.1/powerLATE/MD5                 |    9 -
 powerLATE-0.1.1/powerLATE/NAMESPACE           |    1 
 powerLATE-0.1.1/powerLATE/R/onAttach.R        |only
 powerLATE-0.1.1/powerLATE/README.md           |  145 +-------------------------
 powerLATE-0.1.1/powerLATE/man/dot-onAttach.Rd |only
 7 files changed, 20 insertions(+), 141 deletions(-)

More information about powerLATE at CRAN
Permanent link

Package numform updated to version 0.6.4 with previous version 0.6.0 dated 2020-04-16

Title: Tools to Format Numbers for Publication
Description: Format numbers and plots for publication; includes the removal of leading zeros, standardization of number of digits, addition of affixes, and a p-value formatter. These tools combine the functionality of several 'base' functions such as 'paste()', 'format()', and 'sprintf()' into specific use case functions that are named in a way that is consistent with usage, making their names easy to remember and easy to deploy.
Author: Tyler Rinker [aut, cre]
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>

Diff between numform versions 0.6.0 dated 2020-04-16 and 0.6.4 dated 2020-09-27

 DESCRIPTION        |   11 ++++----
 MD5                |   20 +++++++++------
 NAMESPACE          |    7 +++++
 NEWS               |   36 ++++++++++++++++++++++++++-
 R/f_pad_zero.R     |   69 +++++++++++++++++++++++++++++++++++++++++++++++++----
 R/round.R          |only
 R/time_digits.R    |only
 README.md          |    4 +--
 inst/CITATION      |    8 +++---
 man/f_pad_zero.Rd  |   23 ++++++++++++++++-
 man/reexports.Rd   |    2 -
 man/round2.Rd      |only
 man/time_digits.Rd |only
 13 files changed, 152 insertions(+), 28 deletions(-)

More information about numform at CRAN
Permanent link

Package pkgKitten updated to version 0.2.0 with previous version 0.1.5 dated 2019-10-22

Title: Create Simple Packages Which Do not Upset R Package Checks
Description: Provides a function kitten() which creates cute little packages which pass R package checks. This sets it apart from package.skeleton() which it calls, and which leaves imperfect files behind. As this is not exactly helpful for beginners, kitten() offers an alternative. Unit test support is added if the 'tinytest' package is present.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between pkgKitten versions 0.1.5 dated 2019-10-22 and 0.2.0 dated 2020-09-27

 ChangeLog                         |   63 +++++++++++++++++++++++++++++++++++++-
 DESCRIPTION                       |   14 ++++----
 MD5                               |   15 ++++-----
 R/pkgKitten.R                     |   18 ++++++++--
 README.md                         |   17 +++++++++-
 inst/NEWS.Rd                      |   15 +++++++--
 inst/replacements/NAMESPACE       |only
 man/kitten.Rd                     |   14 ++++----
 man/playWithPerPackageHelpPage.Rd |    3 -
 9 files changed, 129 insertions(+), 30 deletions(-)

More information about pkgKitten at CRAN
Permanent link

Package tidycensus updated to version 0.10.1 with previous version 0.9.9.5 dated 2020-06-10

Title: Load US Census Boundary and Attribute Data as 'tidyverse' and 'sf'-Ready Data Frames
Description: An integrated R interface to the decennial US Census and American Community Survey APIs and the US Census Bureau's geographic boundary files. Allows R users to return Census and ACS data as tidyverse-ready data frames, and optionally returns a list-column with feature geometry for all Census geographies.
Author: Kyle Walker [aut, cre], Matt Herman [aut], Kris Eberwein [ctb]
Maintainer: Kyle Walker <kyle@walker-data.com>

Diff between tidycensus versions 0.9.9.5 dated 2020-06-10 and 0.10.1 dated 2020-09-27

 DESCRIPTION             |   34 +++----
 MD5                     |   35 ++++---
 NAMESPACE               |    4 
 R/acs.R                 |   16 ++-
 R/census.R              |   52 +++++++++--
 R/fips_codes.R          |   41 +++++++++
 R/helpers.R             |    8 +
 R/load_data.R           |  217 ++++++++++++++++++++++++++++++++++++++++++++++++
 R/moe.R                 |    5 +
 R/pums.R                |only
 R/search_variables.R    |    4 
 R/significance.R        |    2 
 R/tidycensus-package.R  |    2 
 R/zzz.r                 |   41 ++++++++-
 README.md               |   38 ++------
 data/pums_variables.rda |only
 man/get_acs.Rd          |    2 
 man/get_pums.Rd         |only
 man/pums_variables.Rd   |only
 man/significance.Rd     |    2 
 man/to_survey.Rd        |only
 21 files changed, 423 insertions(+), 80 deletions(-)

More information about tidycensus at CRAN
Permanent link

Package orloca updated to version 4.10 with previous version 4.9 dated 2020-03-04

Title: Operations Research LOCational Analysis Models
Description: Objects and methods to handle and solve the min-sum location problem, also known as Fermat-Weber problem. The min-sum location problem search for a point such that the weighted sum of the distances to the demand points are minimized. See "The Fermat-Weber location problem revisited" by Brimberg, Mathematical Programming, 1, pg. 71-76, 1995. <DOI:10.1007/BF01592245>. General global optimization algorithms are used to solve the problem, along with the adhoc Weiszfeld method, see "Sur le point pour lequel la Somme des distances de n points donnes est minimum", by Weiszfeld, Tohoku Mathematical Journal, First Series, 43, pg. 355-386, 1937 or "On the point for which the sum of the distances to n given points is minimum", by E. Weiszfeld and F. Plastria, Annals of Operations Research, 167, pg. 7-41, 2009. <DOI:10.1007/s10479-008-0352-z>.
Author: Manuel Munoz-Marquez <manuel.munoz@uca.es>
Maintainer: Manuel Munoz-Marquez <manuel.munoz@uca.es>

Diff between orloca versions 4.9 dated 2020-03-04 and 4.10 dated 2020-09-27

 ChangeLog                       |    3 
 DESCRIPTION                     |   14 -
 MD5                             |   24 +-
 R/contour.loca.p.R              |  108 ++++++-----
 R/distsumlp.R                   |    2 
 R/orloca-package.R              |    4 
 R/persp.loca.p.R                |    2 
 inst/doc/localizacionplana.html |  376 +++++++++++++++++++++-------------------
 inst/doc/planarlocation.html    |  376 +++++++++++++++++++++-------------------
 man/andalusia.Rd                |    6 
 man/contour.loca.p.Rd           |    2 
 man/distsumlp.Rd                |    2 
 man/persp.loca.p.Rd             |    2 
 13 files changed, 501 insertions(+), 420 deletions(-)

More information about orloca at CRAN
Permanent link

Package emld updated to version 0.5.1 with previous version 0.5.0 dated 2020-07-08

Title: Ecological Metadata as Linked Data
Description: This is a utility for transforming Ecological Metadata Language ('EML') files into 'JSON-LD' and back into 'EML.' Doing so creates a list-based representation of 'EML' in R, so that 'EML' data can easily be manipulated using standard 'R' tools. This makes this package an effective backend for other 'R'-based tools working with 'EML.' By abstracting away the complexity of 'XML' Schema, developers can build around native 'R' list objects and not have to worry about satisfying many of the additional constraints of set by the schema (such as element ordering, which is handled automatically). Additionally, the 'JSON-LD' representation enables the use of developer-friendly 'JSON' parsing and serialization that may facilitate the use of 'EML' in contexts outside of 'R,' as well as the informatics-friendly serializations such as 'RDF' and 'SPARQL' queries.
Author: Carl Boettiger [aut, cre, cph] (<https://orcid.org/0000-0002-1642-628X>), Matthew B. Jones [aut, cph] (<https://orcid.org/0000-0003-0077-4738>), Bryce Mecum [aut, cph] (<https://orcid.org/0000-0002-0381-3766>)
Maintainer: Carl Boettiger <cboettig@gmail.com>

Diff between emld versions 0.5.0 dated 2020-07-08 and 0.5.1 dated 2020-09-27

 DESCRIPTION            |   10 ++--
 MD5                    |   22 +++++-----
 NEWS.md                |    7 ++-
 R/sysdata.rda          |binary
 README.md              |   15 ++-----
 build/vignette.rds     |binary
 inst/WORDLIST          |    1 
 inst/doc/tutorial.R    |   16 +++++--
 inst/doc/tutorial.Rmd  |   24 ++++++-----
 inst/doc/tutorial.html |  105 ++++++++++++++++++++++++++-----------------------
 man/emld-package.Rd    |    2 
 vignettes/tutorial.Rmd |   24 ++++++-----
 12 files changed, 125 insertions(+), 101 deletions(-)

More information about emld at CRAN
Permanent link

Package correlation updated to version 0.4.0 with previous version 0.3.0 dated 2020-06-19

Title: Methods for Correlation Analysis
Description: Lightweight package for computing different kinds of correlations, such as partial correlations, Bayesian correlations, multilevel correlations, polychoric correlations, biweight correlations, distance correlations and more. Relies on the easystats ecosystem (Lüdecke, Waggoner & Makowski (2019) <doi:10.21105/joss.01412>).
Author: Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Mattan S. Ben-Shachar [ctb] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>)
Maintainer: Dominique Makowski <dom.makowski@gmail.com>

Diff between correlation versions 0.3.0 dated 2020-06-19 and 0.4.0 dated 2020-09-27

 DESCRIPTION                       |   19 +++++-----
 MD5                               |   53 +++++++++++++++++++-----------
 NEWS.md                           |   21 +++++++++++
 R/cor_test.R                      |   59 +++++++++++++++++++++++++++------
 R/cor_test_bayes.R                |   23 ++++++++++++-
 R/cor_test_biserial.R             |   28 ++++++---------
 R/cor_test_blomqvist.R            |only
 R/cor_test_freq.R                 |   12 +++++-
 R/cor_test_gamma.R                |only
 R/cor_test_gaussian.R             |only
 R/cor_test_hoeffding.R            |only
 R/cor_test_percentage.R           |    9 ++---
 R/cor_test_polychoric.R           |    6 +--
 R/cor_to_ci.R                     |    4 +-
 R/correlation.R                   |   20 +++++++++--
 README.md                         |   67 ++++++++++++++++++++++++++++----------
 build                             |only
 inst/CITATION                     |   13 ++++---
 inst/doc                          |only
 man/cor_test.Rd                   |   11 +++++-
 man/cor_to_p.Rd                   |    2 -
 man/correlation.Rd                |   18 +++++++---
 man/figures/unnamed-chunk-7-1.png |binary
 tests/testthat/test-cor_test.R    |   39 ++++++++++++++++++++++
 tests/testthat/test-correlation.R |    2 -
 vignettes                         |only
 26 files changed, 304 insertions(+), 102 deletions(-)

More information about correlation at CRAN
Permanent link

Package epuR (with last version 0.1) was removed from CRAN

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

2020-04-10 0.1

Permanent link
Package h2o (with last version 3.30.1.2) was removed from CRAN

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

2020-09-12 3.30.1.2
2020-04-09 3.30.0.1
2020-02-26 3.28.0.4
2020-01-22 3.28.0.2
2019-08-01 3.26.0.2
2019-06-21 3.24.0.5
2019-01-10 3.22.1.1
2018-09-25 3.20.0.8
2018-06-17 3.20.0.2
2018-05-24 3.18.0.11
2018-05-02 3.18.0.8
2017-12-01 3.16.0.2
2017-11-27 3.16.0.1
2017-09-27 3.14.0.3
2017-07-01 3.10.5.3
2017-06-23 3.10.5.2
2017-05-02 3.10.4.6
2017-04-17 3.10.4.4
2017-02-22 3.10.3.6
2017-02-03 3.10.3.3
2017-01-17 3.10.2.2
2016-10-14 3.10.0.8
2016-09-03 3.10.0.6
2016-07-13 3.8.3.3
2016-06-02 3.8.2.6
2016-03-15 3.8.1.3
2015-11-24 3.6.0.8
2015-09-22 3.2.0.3
2015-09-14 3.2.0.1
2015-07-22 3.0.0.30
2015-06-14 3.0.0.22
2015-02-07 2.8.4.4
2014-10-27 2.8.1.1

Permanent link
Package totalcensus updated to version 0.6.4 with previous version 0.6.3 dated 2020-01-08

Title: Extract Decennial Census and American Community Survey Data
Description: Download summary files from Census Bureau <https://www2.census.gov/> and extract data, in particular high resolution data at block, block group, and tract level, from decennial census and American Community Survey 1-year and 5-year estimates.
Author: Guanglai Li
Maintainer: Guanglai Li <liguanglai@gmail.com>

Diff between totalcensus versions 0.6.3 dated 2020-01-08 and 0.6.4 dated 2020-09-27

 totalcensus-0.6.3/totalcensus/data/datalist                               |only
 totalcensus-0.6.4/totalcensus/DESCRIPTION                                 |   12 
 totalcensus-0.6.4/totalcensus/MD5                                         |  147 +++++-----
 totalcensus-0.6.4/totalcensus/R/data_acs.R                                |  128 ++++----
 totalcensus-0.6.4/totalcensus/R/quiet_global_variable_in_cran_check.R     |    3 
 totalcensus-0.6.4/totalcensus/R/search_census_and_acs.R                   |   17 -
 totalcensus-0.6.4/totalcensus/data/dict_acs1_table.RData                  |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2005.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2006.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2007.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2008.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2009.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2010.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2011.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2012.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2013.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2014.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2015.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2016.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2017.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2018.RData             |binary
 totalcensus-0.6.4/totalcensus/data/lookup_acs1year_2019.RData             |only
 totalcensus-0.6.4/totalcensus/data/table_content_acs1year_all_years.RData |only
 totalcensus-0.6.4/totalcensus/man/dict_acs1_geocomponent.Rd               |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs1_summarylevel.Rd               |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs1_table.Rd                      |    9 
 totalcensus-0.6.4/totalcensus/man/dict_acs5_geocomponent.Rd               |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs5_summarylevel.Rd               |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs5_table.Rd                      |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs_geoheader_2005_1year.Rd        |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs_geoheader_2006_2008_1year.Rd   |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs_geoheader_2009_1year.Rd        |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs_geoheader_2009_5year.Rd        |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs_geoheader_2010.Rd              |    6 
 totalcensus-0.6.4/totalcensus/man/dict_acs_geoheader_2011_now.Rd          |    6 
 totalcensus-0.6.4/totalcensus/man/dict_all_geocomponent_2000.Rd           |   12 
 totalcensus-0.6.4/totalcensus/man/dict_all_geocomponent_2010.Rd           |   12 
 totalcensus-0.6.4/totalcensus/man/dict_all_summarylevel.Rd                |    6 
 totalcensus-0.6.4/totalcensus/man/dict_cbsa.Rd                            |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_geocomponent_2000.Rd     |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_geocomponent_2010.Rd     |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_geoheader_2000.Rd        |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_geoheader_2010.Rd        |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_summarylevel_2000.Rd     |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_summarylevel_2010.Rd     |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_table_2000.Rd            |    6 
 totalcensus-0.6.4/totalcensus/man/dict_decennial_table_2010.Rd            |    6 
 totalcensus-0.6.4/totalcensus/man/dict_fips.Rd                            |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2005.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2006.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2007.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2008.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2009.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2010.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2011.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2012.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2013.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2014.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2015.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2016.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2017.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2018.Rd                 |   10 
 totalcensus-0.6.4/totalcensus/man/lookup_acs1year_2019.Rd                 |only
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2009.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2010.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2011.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2012.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2013.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2014.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2015.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2016.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2017.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_acs5year_2018.Rd                 |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_decennial_2000.Rd                |    6 
 totalcensus-0.6.4/totalcensus/man/lookup_decennial_2010.Rd                |    6 
 totalcensus-0.6.4/totalcensus/man/states_DC.Rd                            |    4 
 totalcensus-0.6.4/totalcensus/man/table_content_acs1year_all_years.Rd     |only
 77 files changed, 386 insertions(+), 302 deletions(-)

More information about totalcensus at CRAN
Permanent link

Package mcmcr updated to version 0.4.0 with previous version 0.3.0 dated 2020-07-13

Title: Manipulate MCMC Samples
Description: Functions and classes to store, manipulate and summarise Monte Carlo Markov Chain (MCMC) samples. For more information see Brooks et al. (2011) <isbn:978-1-4200-7941-8>.
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>), Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>

Diff between mcmcr versions 0.3.0 dated 2020-07-13 and 0.4.0 dated 2020-09-27

 mcmcr-0.3.0/mcmcr/R/complete-terms.R               |only
 mcmcr-0.3.0/mcmcr/man/as.mcmc.list.mcarray.Rd      |only
 mcmcr-0.3.0/mcmcr/man/as.mcmc.list.mcmc.Rd         |only
 mcmcr-0.3.0/mcmcr/man/as.mcmc.list.mcmc.list.Rd    |only
 mcmcr-0.3.0/mcmcr/man/as.mcmc.list.mcmcarray.Rd    |only
 mcmcr-0.3.0/mcmcr/man/as.mcmc.list.mcmcr.Rd        |only
 mcmcr-0.3.0/mcmcr/man/as_nlist.mcmc.Rd             |only
 mcmcr-0.3.0/mcmcr/man/as_nlist.mcmc.list.Rd        |only
 mcmcr-0.3.0/mcmcr/man/as_nlists.mcmc.Rd            |only
 mcmcr-0.3.0/mcmcr/man/bind_iterations.Rd           |only
 mcmcr-0.3.0/mcmcr/man/collapse_chains.default.Rd   |only
 mcmcr-0.3.0/mcmcr/man/collapse_chains.mcmc.list.Rd |only
 mcmcr-0.3.0/mcmcr/man/complete_terms.mcmc.Rd       |only
 mcmcr-0.3.0/mcmcr/man/nchains.mcmc.Rd              |only
 mcmcr-0.3.0/mcmcr/man/nchains.mcmc.list.Rd         |only
 mcmcr-0.3.0/mcmcr/man/niters.mcmc.Rd               |only
 mcmcr-0.3.0/mcmcr/man/niters.mcmc.list.Rd          |only
 mcmcr-0.3.0/mcmcr/man/npdims.mcmc.list.Rd          |only
 mcmcr-0.3.0/mcmcr/man/nterms.mcmc.Rd               |only
 mcmcr-0.3.0/mcmcr/man/nterms.mcmc.list.Rd          |only
 mcmcr-0.3.0/mcmcr/man/parameters-set.Rd            |only
 mcmcr-0.3.0/mcmcr/man/parameters.Rd                |only
 mcmcr-0.3.0/mcmcr/man/pars.mcmc.Rd                 |only
 mcmcr-0.3.0/mcmcr/man/pars.mcmc.list.Rd            |only
 mcmcr-0.3.0/mcmcr/man/pdims.mcmc.Rd                |only
 mcmcr-0.3.0/mcmcr/man/pdims.mcmc.list.Rd           |only
 mcmcr-0.3.0/mcmcr/man/set_pars.mcmc.Rd             |only
 mcmcr-0.3.0/mcmcr/man/set_pars.mcmc.list.Rd        |only
 mcmcr-0.3.0/mcmcr/man/tidy.mcmc.Rd                 |only
 mcmcr-0.3.0/mcmcr/man/tidy.mcmc.list.Rd            |only
 mcmcr-0.4.0/mcmcr/DESCRIPTION                      |    8 -
 mcmcr-0.4.0/mcmcr/MD5                              |  163 ++++++++-------------
 mcmcr-0.4.0/mcmcr/NAMESPACE                        |   37 ----
 mcmcr-0.4.0/mcmcr/NEWS.md                          |   10 +
 mcmcr-0.4.0/mcmcr/R/as-mcmc.list.R                 |   17 +-
 mcmcr-0.4.0/mcmcr/R/as-nlist.R                     |   12 -
 mcmcr-0.4.0/mcmcr/R/as-nlists.R                    |    6 
 mcmcr-0.4.0/mcmcr/R/as-term.R                      |    6 
 mcmcr-0.4.0/mcmcr/R/bind-iterations.R              |   59 -------
 mcmcr-0.4.0/mcmcr/R/collapse-chains.R              |   20 --
 mcmcr-0.4.0/mcmcr/R/export.R                       |    4 
 mcmcr-0.4.0/mcmcr/R/nchains.R                      |    8 -
 mcmcr-0.4.0/mcmcr/R/niters.R                       |    8 -
 mcmcr-0.4.0/mcmcr/R/npdims.R                       |    4 
 mcmcr-0.4.0/mcmcr/R/nterms.R                       |    8 -
 mcmcr-0.4.0/mcmcr/R/parameters.R                   |   68 --------
 mcmcr-0.4.0/mcmcr/R/pars.R                         |   41 ++---
 mcmcr-0.4.0/mcmcr/R/pdims.R                        |    8 -
 mcmcr-0.4.0/mcmcr/R/set-pars.R                     |   33 ----
 mcmcr-0.4.0/mcmcr/R/sort.R                         |    6 
 mcmcr-0.4.0/mcmcr/R/subset.R                       |   66 --------
 mcmcr-0.4.0/mcmcr/R/tidy.R                         |   16 --
 mcmcr-0.4.0/mcmcr/build/mcmcr.pdf                  |binary
 mcmcr-0.4.0/mcmcr/inst/WORDLIST                    |only
 mcmcr-0.4.0/mcmcr/man/as_nlist.mcmcr.Rd            |    4 
 mcmcr-0.4.0/mcmcr/man/as_nlists.mcmc.list.Rd       |    2 
 mcmcr-0.4.0/mcmcr/man/as_nlists.mcmcr.Rd           |    2 
 mcmcr-0.4.0/mcmcr/man/bind_chains.mcarray.Rd       |    1 
 mcmcr-0.4.0/mcmcr/man/bind_chains.mcmc.Rd          |    1 
 mcmcr-0.4.0/mcmcr/man/bind_chains.mcmc.list.Rd     |    1 
 mcmcr-0.4.0/mcmcr/man/bind_chains.mcmcarray.Rd     |    1 
 mcmcr-0.4.0/mcmcr/man/bind_chains.mcmcr.Rd         |    1 
 mcmcr-0.4.0/mcmcr/man/collapse_chains.mcmcr.Rd     |    1 
 mcmcr-0.4.0/mcmcr/man/estimates.mcarray.Rd         |   10 -
 mcmcr-0.4.0/mcmcr/man/estimates.mcmc.Rd            |   10 -
 mcmcr-0.4.0/mcmcr/man/estimates.mcmc.list.Rd       |   10 -
 mcmcr-0.4.0/mcmcr/man/estimates.mcmcarray.Rd       |   10 -
 mcmcr-0.4.0/mcmcr/man/estimates.mcmcr.Rd           |    1 
 mcmcr-0.4.0/mcmcr/man/nchains.mcarray.Rd           |   10 -
 mcmcr-0.4.0/mcmcr/man/nchains.mcmcarray.Rd         |   10 -
 mcmcr-0.4.0/mcmcr/man/nchains.mcmcr.Rd             |   10 -
 mcmcr-0.4.0/mcmcr/man/nchains.mcmcrs.Rd            |   10 -
 mcmcr-0.4.0/mcmcr/man/niters.mcarray.Rd            |    8 -
 mcmcr-0.4.0/mcmcr/man/niters.mcmcarray.Rd          |    8 -
 mcmcr-0.4.0/mcmcr/man/niters.mcmcr.Rd              |    8 -
 mcmcr-0.4.0/mcmcr/man/niters.mcmcrs.Rd             |    8 -
 mcmcr-0.4.0/mcmcr/man/npdims.mcmcarray.Rd          |    8 -
 mcmcr-0.4.0/mcmcr/man/npdims.mcmcr.Rd              |    8 -
 mcmcr-0.4.0/mcmcr/man/nterms.mcmcarray.Rd          |   13 -
 mcmcr-0.4.0/mcmcr/man/nterms.mcmcr.Rd              |   13 -
 mcmcr-0.4.0/mcmcr/man/nterms.mcmcrs.Rd             |   13 -
 mcmcr-0.4.0/mcmcr/man/pars.mcmcr.Rd                |    7 
 mcmcr-0.4.0/mcmcr/man/pars.mcmcrs.Rd               |    7 
 mcmcr-0.4.0/mcmcr/man/pdims.mcarray.Rd             |    8 -
 mcmcr-0.4.0/mcmcr/man/pdims.mcmcarray.Rd           |    8 -
 mcmcr-0.4.0/mcmcr/man/pdims.mcmcr.Rd               |    8 -
 mcmcr-0.4.0/mcmcr/man/reexports.Rd                 |   17 +-
 mcmcr-0.4.0/mcmcr/man/set_pars.mcmcr.Rd            |   10 -
 mcmcr-0.4.0/mcmcr/man/set_pars.mcmcrs.Rd           |   10 -
 mcmcr-0.4.0/mcmcr/man/split_chains.mcmcarray.Rd    |   10 -
 mcmcr-0.4.0/mcmcr/man/split_chains.mcmcr.Rd        |   10 -
 mcmcr-0.4.0/mcmcr/man/subset.Rd                    |   28 ---
 mcmcr-0.4.0/mcmcr/tests/testthat/test-as-nlist.R   |    4 
 mcmcr-0.4.0/mcmcr/tests/testthat/test-as-nlists.R  |    4 
 mcmcr-0.4.0/mcmcr/tests/testthat/test-as-term.R    |    8 -
 mcmcr-0.4.0/mcmcr/tests/testthat/test-converged.R  |   20 +-
 mcmcr-0.4.0/mcmcr/tests/testthat/test-ess.R        |   12 -
 mcmcr-0.4.0/mcmcr/tests/testthat/test-tidy.R       |    4 
 98 files changed, 180 insertions(+), 785 deletions(-)

More information about mcmcr at CRAN
Permanent link

Package BVAR updated to version 1.0.1 with previous version 1.0.0 dated 2020-05-05

Title: Hierarchical Bayesian Vector Autoregression
Description: Estimation of hierarchical Bayesian vector autoregressive models. Implements hierarchical prior selection for conjugate priors in the fashion of Giannone, Lenza & Primiceri (2015) <doi:10.1162/REST_a_00483>. Functions to compute and identify impulse responses, calculate forecasts, forecast error variance decompositions and scenarios are available. Several methods to print, plot and summarise results facilitate analysis.
Author: Nikolas Kuschnig [aut, cre] (<https://orcid.org/0000-0002-6642-2543>), Lukas Vashold [aut] (<https://orcid.org/0000-0002-3562-3414>), Michael McCracken [dtc], Serena Ng [dtc]
Maintainer: Nikolas Kuschnig <nikolas.kuschnig@wu.ac.at>

Diff between BVAR versions 1.0.0 dated 2020-05-05 and 1.0.1 dated 2020-09-27

 BVAR-1.0.0/BVAR/R/22_get.R                |only
 BVAR-1.0.0/BVAR/R/63_fevd.R               |only
 BVAR-1.0.1/BVAR/DESCRIPTION               |   14 +-
 BVAR-1.0.1/BVAR/MD5                       |  133 ++++++++++++------------
 BVAR-1.0.1/BVAR/NEWS.md                   |   10 +
 BVAR-1.0.1/BVAR/R/10_bvar.R               |   32 +----
 BVAR-1.0.1/BVAR/R/11_input.R              |   79 +++++++++++---
 BVAR-1.0.1/BVAR/R/12_aux.R                |   79 +++-----------
 BVAR-1.0.1/BVAR/R/13_mvtnorm.R            |    7 -
 BVAR-1.0.1/BVAR/R/15_prep_data.R          |    3 
 BVAR-1.0.1/BVAR/R/20_ml.R                 |   12 +-
 BVAR-1.0.1/BVAR/R/21_draw.R               |    9 -
 BVAR-1.0.1/BVAR/R/22_calc.R               |only
 BVAR-1.0.1/BVAR/R/30_metropolis_setup.R   |    1 
 BVAR-1.0.1/BVAR/R/35_metropolis_print.R   |    5 
 BVAR-1.0.1/BVAR/R/40_priors_setup.R       |    1 
 BVAR-1.0.1/BVAR/R/41_minnesota.R          |    1 
 BVAR-1.0.1/BVAR/R/42_dummy.R              |    3 
 BVAR-1.0.1/BVAR/R/43_sur_soc.R            |    1 
 BVAR-1.0.1/BVAR/R/45_priors_print.R       |   11 --
 BVAR-1.0.1/BVAR/R/50_fcast_setup.R        |    3 
 BVAR-1.0.1/BVAR/R/51_fcast_compute.R      |    1 
 BVAR-1.0.1/BVAR/R/52_fcast_cond.R         |    1 
 BVAR-1.0.1/BVAR/R/54_predict.R            |    8 -
 BVAR-1.0.1/BVAR/R/55_fcast_print.R        |   13 --
 BVAR-1.0.1/BVAR/R/58_fcast_plot.R         |    6 -
 BVAR-1.0.1/BVAR/R/60_irf_setup.R          |   69 +++++++-----
 BVAR-1.0.1/BVAR/R/61_irf_compute.R        |   29 +++--
 BVAR-1.0.1/BVAR/R/62_sign_restr.R         |   69 +++++++++---
 BVAR-1.0.1/BVAR/R/63_fevd_compute.R       |only
 BVAR-1.0.1/BVAR/R/64_irf_method.R         |   67 ++++++------
 BVAR-1.0.1/BVAR/R/65_irf_print.R          |    7 -
 BVAR-1.0.1/BVAR/R/68_irf_plot.R           |    2 
 BVAR-1.0.1/BVAR/R/80_coda.R               |    4 
 BVAR-1.0.1/BVAR/R/81_parallel.R           |    3 
 BVAR-1.0.1/BVAR/R/85_transform.R          |   16 +-
 BVAR-1.0.1/BVAR/R/90_print.R              |    3 
 BVAR-1.0.1/BVAR/R/91_plot.R               |    7 -
 BVAR-1.0.1/BVAR/R/92_coef.R               |    9 -
 BVAR-1.0.1/BVAR/R/93_density.R            |   12 --
 BVAR-1.0.1/BVAR/R/94_logLik.R             |   24 +++-
 BVAR-1.0.1/BVAR/R/95_fitted.R             |   17 ---
 BVAR-1.0.1/BVAR/R/96_summary.R            |    3 
 BVAR-1.0.1/BVAR/R/97_companion.R          |    5 
 BVAR-1.0.1/BVAR/R/BVAR-package.R          |   10 -
 BVAR-1.0.1/BVAR/R/data.R                  |   18 +--
 BVAR-1.0.1/BVAR/R/zzz.R                   |    1 
 BVAR-1.0.1/BVAR/build/vignette.rds        |binary
 BVAR-1.0.1/BVAR/inst/CITATION             |   18 +--
 BVAR-1.0.1/BVAR/inst/doc/article.Rnw      |  162 +++++++++++++++---------------
 BVAR-1.0.1/BVAR/inst/doc/article.pdf      |binary
 BVAR-1.0.1/BVAR/inst/fred_trans.csv       |    2 
 BVAR-1.0.1/BVAR/inst/tinytest/internal.R  |    5 
 BVAR-1.0.1/BVAR/inst/tinytest/test_BVAR.R |   71 +++++++++----
 BVAR-1.0.1/BVAR/man/BVAR-package.Rd       |    9 -
 BVAR-1.0.1/BVAR/man/bv_dummy.Rd           |    2 
 BVAR-1.0.1/BVAR/man/bv_fcast.Rd           |    2 
 BVAR-1.0.1/BVAR/man/bv_irf.Rd             |   48 +++++---
 BVAR-1.0.1/BVAR/man/bvar.Rd               |   13 +-
 BVAR-1.0.1/BVAR/man/coda.Rd               |    2 
 BVAR-1.0.1/BVAR/man/fred_qd.Rd            |   17 +--
 BVAR-1.0.1/BVAR/man/fred_transform.Rd     |   14 +-
 BVAR-1.0.1/BVAR/man/irf.bvar.Rd           |    3 
 BVAR-1.0.1/BVAR/man/logLik.bvar.Rd        |only
 BVAR-1.0.1/BVAR/man/par_bvar.Rd           |    4 
 BVAR-1.0.1/BVAR/man/plot.bvar.Rd          |    6 -
 BVAR-1.0.1/BVAR/man/plot.bvar_fcast.Rd    |    2 
 BVAR-1.0.1/BVAR/tests/tinytest.R          |    5 
 BVAR-1.0.1/BVAR/vignettes/article.Rnw     |  162 +++++++++++++++---------------
 BVAR-1.0.1/BVAR/vignettes/refs.bib        |   85 +++++++++++----
 70 files changed, 776 insertions(+), 664 deletions(-)

More information about BVAR at CRAN
Permanent link

Package BE updated to version 0.1.2 with previous version 0.1.1 dated 2018-07-19

Title: Bioequivalence Study Data Analysis
Description: Analyze bioequivalence study data with industrial strength. Sample size could be determined for various crossover designs, such as 2x2 design, 2x4 design, 4x4 design, Balaam design, Two-sequence dual design, and William design. Reference: Chow SC, Liu JP. Design and Analysis of Bioavailability and Bioequivalence Studies. 3rd ed. (2009, ISBN:978-1-58488-668-6).
Author: Kyun-Seop Bae [aut]
Maintainer: Kyun-Seop Bae <k@acr.kr>

Diff between BE versions 0.1.1 dated 2018-07-19 and 0.1.2 dated 2020-09-27

 DESCRIPTION            |   10 +++++-----
 MD5                    |   42 +++++++++++++++++++++---------------------
 R/be2x2.R              |    2 +-
 R/powmse.R             |    6 +++---
 R/test2x2.R            |    9 +++++----
 inst/doc/BE-manual.pdf |binary
 man/BE-package.Rd      |   24 +++++++++++++++++++++---
 man/be2x2.Rd           |    4 ++--
 man/ci2cv.Rd           |    2 +-
 man/ci2mse.Rd          |    2 +-
 man/cv2mse.Rd          |    2 +-
 man/hodges.Rd          |    2 +-
 man/mse2cv.Rd          |    2 +-
 man/plot2x2.Rd         |    2 +-
 man/pow2x2ci.Rd        |    2 +-
 man/pow2x2mse.Rd       |    2 +-
 man/powcv.Rd           |   22 ++++++++++++----------
 man/powmse.Rd          |   22 ++++++++++++----------
 man/ss2x2ci.Rd         |    2 +-
 man/sscv.Rd            |   22 ++++++++++++----------
 man/ssmse.Rd           |   24 +++++++++++++-----------
 man/test2x2.Rd         |    6 +++---
 22 files changed, 119 insertions(+), 92 deletions(-)

More information about BE at CRAN
Permanent link


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