Sun, 05 Sep 2021

Package mlbstatsR updated to version 0.1.0.2 with previous version 0.1.0.1 dated 2021-06-14

Title: Stats, Photos, Logos, and Colors of M.L.B. (Major League Baseball)
Description: Main use case is to gives users the ability to work with Major League Baseball data in a clean and detailed way. Which provides users with a variety of ways to improve visualizations.
Author: Ivan Villanueva
Maintainer: Ivan Villanueva <ivan.v23@yahoo.com>

Diff between mlbstatsR versions 0.1.0.1 dated 2021-06-14 and 0.1.0.2 dated 2021-09-05

 DESCRIPTION                         |    6 
 MD5                                 |   24 +--
 NAMESPACE                           |    1 
 R/get_reference_players_mlb.R       |  258 ++++++++++++++++++++----------------
 R/get_reference_team_mlb.R          |    6 
 R/get_reference_team_standings.R    |only
 build/vignette.rds                  |binary
 inst/doc/mlbstatsR.R                |    5 
 inst/doc/mlbstatsR.Rmd              |   12 +
 inst/doc/mlbstatsR.html             |  239 ++++++++++++++++++---------------
 man/get_reference_players_mlb.Rd    |    4 
 man/get_reference_team_mlb.Rd       |    4 
 man/get_reference_team_standings.Rd |only
 vignettes/mlbstatsR.Rmd             |   12 +
 14 files changed, 331 insertions(+), 240 deletions(-)

More information about mlbstatsR at CRAN
Permanent link

Package randomForestSRC updated to version 2.12.1 with previous version 2.12.0 dated 2021-07-08

Title: Fast Unified Random Forests for Survival, Regression, and Classification (RF-SRC)
Description: Fast OpenMP parallel computing of Breiman's random forests for univariate, multivariate, unsupervised, survival, competing risks, class imbalanced classification and quantile regression. Extreme random forests and randomized splitting. Suite of imputation methods for missing data. Fast random forests using subsampling. Confidence regions and standard errors for variable importance. New improved holdout importance. Case-specific importance. Visualize trees on your Safari or Google Chrome browser. Anonymous random forests for data privacy.
Author: Hemant Ishwaran <hemant.ishwaran@gmail.com>, Udaya B. Kogalur <ubk@kogalur.com>
Maintainer: Udaya B. Kogalur <ubk@kogalur.com>

Diff between randomForestSRC versions 2.12.0 dated 2021-07-08 and 2.12.1 dated 2021-09-05

 DESCRIPTION               |    8 
 MD5                       |   18 
 R/generic.predict.rfsrc.R |    2 
 R/rfsrc.R                 |    6 
 R/utilities.R             |    7 
 configure                 | 1770 ++----
 configure.ac              |    2 
 inst/NEWS                 |   12 
 src/randomForestSRC.c     |12445 +++++++++++++++++-----------------------------
 src/randomForestSRC.h     |  480 -
 10 files changed, 5584 insertions(+), 9166 deletions(-)

More information about randomForestSRC at CRAN
Permanent link

Package MultisiteMediation updated to version 0.0.4 with previous version 0.0.3 dated 2020-05-27

Title: Causal Mediation Analysis in Multisite Trials
Description: Multisite causal mediation analysis using the methods proposed by Qin and Hong (2017) <doi:10.3102/1076998617694879>, Qin, Hong, Deutsch, and Bein (2019) <doi:10.1111/rssa.12446>, and Qin, Deutsch, and Hong (2021) <doi:10.1002/pam.22268>. It enables causal mediation analysis in multisite trials, in which individuals are assigned to a treatment or a control group at each site. It allows for estimation and hypothesis testing for not only the population average but also the between-site variance of direct and indirect effects transmitted through one single mediator or two concurrent (conditionally independent) mediators. This strategy conveniently relaxes the assumption of no treatment-by-mediator interaction while greatly simplifying the outcome model specification without invoking strong distributional assumptions. This package also provides a function that can further incorporate a sample weight and a nonresponse weight for multisite causal mediation analysis in the presence of complex sample and survey designs and non-random nonresponse, to enhance both the internal validity and external validity. The package also provides a weighting-based balance checking function for assessing the remaining overt bias.
Author: Xu Qin, Guanglei Hong, Jonah Deutsch, and Edward Bein
Maintainer: Xu Qin <xuqin@pitt.edu>

Diff between MultisiteMediation versions 0.0.3 dated 2020-05-27 and 0.0.4 dated 2021-09-05

 MultisiteMediation-0.0.3/MultisiteMediation/man/sensitivity.Rd                  |only
 MultisiteMediation-0.0.4/MultisiteMediation/DESCRIPTION                         |   12 
 MultisiteMediation-0.0.4/MultisiteMediation/MD5                                 |   29 
 MultisiteMediation-0.0.4/MultisiteMediation/NAMESPACE                           |   74 
 MultisiteMediation-0.0.4/MultisiteMediation/R/msmediate.R                       | 1262 +++++++---
 MultisiteMediation-0.0.4/MultisiteMediation/build/partial.rdb                   |binary
 MultisiteMediation-0.0.4/MultisiteMediation/data/sim.txt.gz                     |binary
 MultisiteMediation-0.0.4/MultisiteMediation/data/sim.weights.txt.gz             |binary
 MultisiteMediation-0.0.4/MultisiteMediation/man/balance.Rd                      |   15 
 MultisiteMediation-0.0.4/MultisiteMediation/man/msmediate.Rd                    |    5 
 MultisiteMediation-0.0.4/MultisiteMediation/man/msmediate.concurrent.Rd         |only
 MultisiteMediation-0.0.4/MultisiteMediation/man/msmediate.weights.Rd            |   30 
 MultisiteMediation-0.0.4/MultisiteMediation/man/sim.Rd                          |    1 
 MultisiteMediation-0.0.4/MultisiteMediation/man/sim.weights.Rd                  |    1 
 MultisiteMediation-0.0.4/MultisiteMediation/man/vartest.msmediate.Rd            |    5 
 MultisiteMediation-0.0.4/MultisiteMediation/man/vartest.msmediate.concurrent.Rd |only
 MultisiteMediation-0.0.4/MultisiteMediation/man/vartest.msmediate.weights.Rd    |   35 
 17 files changed, 1052 insertions(+), 417 deletions(-)

More information about MultisiteMediation at CRAN
Permanent link

Package tidyCpp updated to version 0.0.4 with previous version 0.0.3 dated 2021-03-07

Title: Tidy C++ Header-Only Definitions for Parts of the C API of R
Description: Core parts of the C API of R are wrapped in a C++ namespace via a set of inline functions giving a tidier representation of the underlying data structures and functionality using a header-only implementation without additional dependencies.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between tidyCpp versions 0.0.3 dated 2021-03-07 and 0.0.4 dated 2021-09-05

 ChangeLog                           |   36 ++
 DESCRIPTION                         |   11 
 MD5                                 |   20 -
 build/partial.rdb                   |binary
 build/vignette.rds                  |binary
 inst/NEWS.Rd                        |   17 +
 inst/doc/motivation.Rmd             |  183 ++++++++++-
 inst/doc/motivation.html            |  562 ++++++++++++++++++++++--------------
 inst/include/tidy/numvec.h          |only
 inst/include/tidyCpp                |    1 
 inst/snippets/rollminmaxExample.cpp |only
 vignettes/motivation.Rmd            |  183 ++++++++++-
 12 files changed, 768 insertions(+), 245 deletions(-)

More information about tidyCpp at CRAN
Permanent link

Package EFA.dimensions updated to version 0.1.7.3 with previous version 0.1.7.2 dated 2021-02-05

Title: Exploratory Factor Analysis Functions for Assessing Dimensionality
Description: Functions for eleven procedures for determining the number of factors, including functions for parallel analysis and the minimum average partial test. There are functions for conducting principal components analysis, principal axis factor analysis, maximum likelihood factor analysis, image factor analysis, and extension factor analysis, all of which can take raw data or correlation matrices as input and with options for conducting the analyses using Pearson correlations, Kendall correlations, Spearman correlations, gamma correlations, or polychoric correlations. Varimax rotation, promax rotation, and Procrustes rotations can be performed. Additional functions focus on the factorability of a correlation matrix, the congruences between factors from different datasets, the assessment of local independence, and the assessment of factor solution complexity. O'Connor (2000, <doi:10.3758/bf03200807>); O'Connor (2001, <doi:10.1177/01466216010251011>); Auerswald & Moshagen (2019, <doi:10.1037/met0000200>); Fabrigar & Wegener (2012, ISBN:978-0-19-973417-7); Field, Miles, & Field (2012, ISBN:978-1-4462-0045-2).
Author: Brian P. O'Connor
Maintainer: Brian P. O'Connor <brian.oconnor@ubc.ca>

Diff between EFA.dimensions versions 0.1.7.2 dated 2021-02-05 and 0.1.7.3 dated 2021-09-05

 DESCRIPTION       |    8 ++--
 MD5               |   44 +++++++++++++--------------
 R/IMAGE_FA.R      |   78 +++++++++++++++++++++++++++++++----------------
 R/LOCALDEP.R      |    7 +---
 R/MAP.R           |    9 ++---
 R/MAXLIKE_FA.R    |   88 ++++++++++++++++++++++++++++++++++++------------------
 R/NEVALSGT1.R     |   10 +++---
 R/PA_FA.R         |   68 +++++++++++++++++++++++++++++------------
 R/PCA.R           |   54 +++++++++++++++++++++------------
 R/PROMAX.R        |   11 +-----
 R/SALIENT.R       |    4 +-
 R/SCREE_PLOT.R    |    8 ++--
 R/VARIMAX.R       |   17 +---------
 R/boc.R           |   31 ++++++++++++-------
 man/IMAGE_FA.Rd   |    3 +
 man/MAP.Rd        |    6 +--
 man/MAXLIKE_FA.Rd |    3 +
 man/NEVALSGT1.Rd  |    5 ++-
 man/PA_FA.Rd      |    3 +
 man/PCA.Rd        |    3 +
 man/PROMAX.Rd     |    1 
 man/SCREE_PLOT.Rd |    2 -
 man/VARIMAX.Rd    |    1 
 23 files changed, 280 insertions(+), 184 deletions(-)

More information about EFA.dimensions at CRAN
Permanent link

Package adfExplorer updated to version 0.1.6 with previous version 0.1.4 dated 2018-03-05

Title: Import from and Export to Amiga Disk Files
Description: Amiga Disk Files (ADF) are virtual representations of 3.5 inch floppy disks for the Commodore Amiga. Most disk drives from other systems (including modern drives) are not able to read these disks. To be able to emulate this system, the ADF format was created. This package enables you to read ADF files and import and export files from and to such virtual DOS-formatted disks.
Author: Pepijn de Vries [aut, cre, dtc]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>

Diff between adfExplorer versions 0.1.4 dated 2018-03-05 and 0.1.6 dated 2021-09-05

 DESCRIPTION                  |   14 -
 MD5                          |   76 +++----
 NAMESPACE                    |    1 
 NEWS                         |   21 +-
 R/01genericSupport.r         |   10 
 R/02amigaDiskBasics.r        |   53 +----
 R/04fileOperations.r         |   14 -
 R/05fileRemove.r             |only
 build/vignette.rds           |binary
 inst/doc/amigaDiskFiles.R    |   35 +--
 inst/doc/amigaDiskFiles.Rmd  |   10 
 inst/doc/amigaDiskFiles.html |  435 +++++++++++++++++++++++++++++++++----------
 man/adf.disk.name.Rd         |    1 
 man/adf.example.Rd           |    4 
 man/adf.file.exists.Rd       |   84 ++++----
 man/adf.file.remove.Rd       |only
 man/amigaBlock-class.Rd      |    1 
 man/amigaBlock-method.Rd     |    6 
 man/amigaDateToRaw.Rd        |   13 -
 man/amigaDisk-class.Rd       |    3 
 man/amigaIntToRaw.Rd         |   11 -
 man/blank.amigaDOSDisk.Rd    |   23 +-
 man/boot.block.code.Rd       |    6 
 man/current.adf.dir.Rd       |    3 
 man/dir.create.adf.Rd        |   17 -
 man/displayRawData.Rd        |   11 -
 man/get.adf.file.Rd          |    7 
 man/get.blockID.Rd           |    9 
 man/get.diskLocation.Rd      |    6 
 man/is.amigaDOS.Rd           |   82 ++++----
 man/is.bootable.Rd           |   90 ++++----
 man/list.adf.files.Rd        |    1 
 man/print.Rd                 |   64 +++---
 man/put.adf.file.Rd          |   33 ---
 man/rawToAmigaDate.Rd        |   13 -
 man/rawToAmigaInt.Rd         |   11 -
 man/rawToBitmap.Rd           |   11 -
 man/read.adf.Rd              |   12 -
 man/write.adf.Rd             |    6 
 vignettes/amigaDiskFiles.Rmd |   10 
 40 files changed, 748 insertions(+), 459 deletions(-)

More information about adfExplorer at CRAN
Permanent link

Package Rxnat (with last version 1.0.15) was removed from CRAN

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

2021-08-19 1.0.15

Permanent link
Package datagovindia (with last version 1.0.4) was removed from CRAN

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

2021-05-31 1.0.4
2021-04-08 0.0.3

Permanent link
Package str2str updated to version 0.2.1 with previous version 0.2.0 dated 2021-06-28

Title: Convert R Objects from One Structure to Another
Description: Offers a suite of functions for converting to and from (atomic) vectors, matrices, data.frames, and (3D+) arrays as well as lists of these objects. It is an alternative to the base R as.<str>.<method>() functions (e.g., as.data.frame.array()) that provides more useful and/or flexible restructuring of R objects. To do so, it only works with common structuring of R objects (e.g., data.frames with only atomic vector columns).
Author: David Disabato [aut, cre]
Maintainer: David Disabato <ddisab01@gmail.com>

Diff between str2str versions 0.2.0 dated 2021-06-28 and 0.2.1 dated 2021-09-05

 DESCRIPTION           |    6 +-
 MD5                   |   21 ++++----
 NAMESPACE             |    1 
 R/str2str_functions.R |  128 ++++++++++++++++++++++++++++++++++++--------------
 man/append-set.Rd     |   12 +++-
 man/codes.Rd          |    2 
 man/is.POSIXct.Rd     |    2 
 man/is.POSIXlt.Rd     |only
 man/lv2d.Rd           |   15 +++++
 man/lv2m.Rd           |   13 +++++
 man/str2str.Rd        |   50 +++++++++----------
 man/unstack2.Rd       |    2 
 12 files changed, 175 insertions(+), 77 deletions(-)

More information about str2str at CRAN
Permanent link

Package redist updated to version 3.1.1 with previous version 3.0.7 dated 2021-05-14

Title: Simulation Methods for Legislative Redistricting
Description: Enables researchers to sample redistricting plans from a pre-specified target distribution using Sequential Monte Carlo and Markov Chain Monte Carlo algorithms. The package allows for the implementation of various constraints in the redistricting process such as geographic compactness and population parity requirements. Tools for analysis such as computation of various summary statistics and plotting functionality are also included. The package implements methods described in Fifield, Higgins, Imai and Tarr (2020) <doi:10.1080/10618600.2020.1739532>, Fifield, Imai, Kawahara, and Kenny (2020) <doi:10.1080/2330443X.2020.1791773>, and McCartan and Imai (2020) <arXiv:2008.06131>.
Author: Christopher T. Kenny [aut, cre], Cory McCartan [aut], Ben Fifield [aut], Kosuke Imai [aut], Jun Kawahara [ctb], Alexander Tarr [ctb], Michael Higgins [ctb]
Maintainer: Christopher T. Kenny <christopherkenny@fas.harvard.edu>

Diff between redist versions 3.0.7 dated 2021-05-14 and 3.1.1 dated 2021-09-05

 redist-3.0.7/redist/R/core_plot.R                                    |only
 redist-3.0.7/redist/R/diagplot.R                                     |only
 redist-3.0.7/redist/R/enumerate.R                                    |only
 redist-3.0.7/redist/R/map.R                                          |only
 redist-3.0.7/redist/R/penaltyviz.R                                   |only
 redist-3.0.7/redist/R/varinfo.R                                      |only
 redist-3.0.7/redist/R/vraplots.R                                     |only
 redist-3.0.7/redist/man/redist.choropleth.Rd                         |only
 redist-3.0.7/redist/man/redist.enumerate.Rd                          |only
 redist-3.0.7/redist/man/redist.map.Rd                                |only
 redist-3.0.7/redist/man/redist.reindex.Rd                            |only
 redist-3.0.7/redist/man/redist.samplepart.Rd                         |only
 redist-3.0.7/redist/tests/testthat/test-adj.R                        |only
 redist-3.0.7/redist/tests/testthat/test-compactness.R                |only
 redist-3.0.7/redist/tests/testthat/test-competitiveness.R            |only
 redist-3.0.7/redist/tests/testthat/test-constraint_helpers.R         |only
 redist-3.0.7/redist/tests/testthat/test-crsg.R                       |only
 redist-3.0.7/redist/tests/testthat/test-freeze.R                     |only
 redist-3.0.7/redist/tests/testthat/test-group-pct.R                  |only
 redist-3.0.7/redist/tests/testthat/test-mcmc.R                       |only
 redist-3.0.7/redist/tests/testthat/test-metrics.R                    |only
 redist-3.0.7/redist/tests/testthat/test-ms.R                         |only
 redist-3.0.7/redist/tests/testthat/test-parity.R                     |only
 redist-3.0.7/redist/tests/testthat/test-plots.R                      |only
 redist-3.0.7/redist/tests/testthat/test-rsg.R                        |only
 redist-3.0.7/redist/tests/testthat/test-skinny-flips.R               |only
 redist-3.1.1/redist/ChangeLog                                        |    6 
 redist-3.1.1/redist/DESCRIPTION                                      |   13 
 redist-3.1.1/redist/MD5                                              |  579 
 redist-3.1.1/redist/NAMESPACE                                        |  558 
 redist-3.1.1/redist/NEWS.md                                          |   66 
 redist-3.1.1/redist/R/RcppExports.R                                  |  482 
 redist-3.1.1/redist/R/adjacency.R                                    |  257 
 redist-3.1.1/redist/R/calcstats.R                                    |  497 
 redist-3.1.1/redist/R/classify_compare.R                             |  644 -
 redist-3.1.1/redist/R/compactness.R                                  | 1103 -
 redist-3.1.1/redist/R/competitiveness.R                              |   60 
 redist-3.1.1/redist/R/constraint_helpers.R                           |  484 
 redist-3.1.1/redist/R/cores.R                                        |  268 
 redist-3.1.1/redist/R/counties.R                                     |  178 
 redist-3.1.1/redist/R/crsg.R                                         |  270 
 redist-3.1.1/redist/R/data.R                                         |  390 
 redist-3.1.1/redist/R/distances.R                                    |  381 
 redist-3.1.1/redist/R/enumpart.R                                     |  723 -
 redist-3.1.1/redist/R/filler_generics.R                              |  350 
 redist-3.1.1/redist/R/findtarget.R                                   |  148 
 redist-3.1.1/redist/R/freeze.R                                       |  198 
 redist-3.1.1/redist/R/generics.R                                     |   68 
 redist-3.1.1/redist/R/group_percent.R                                |  123 
 redist-3.1.1/redist/R/metrics.R                                      |  498 
 redist-3.1.1/redist/R/parity.R                                       |  140 
 redist-3.1.1/redist/R/pick_a_plan.R                                  |only
 redist-3.1.1/redist/R/plot_cores.R                                   |only
 redist-3.1.1/redist/R/plot_diagnostics.R                             |only
 redist-3.1.1/redist/R/plot_interactive.R                             |only
 redist-3.1.1/redist/R/plot_majmin.R                                  |only
 redist-3.1.1/redist/R/plot_map.R                                     |only
 redist-3.1.1/redist/R/plot_penalty.R                                 |only
 redist-3.1.1/redist/R/plot_plans.R                                   |only
 redist-3.1.1/redist/R/plot_varinfo.R                                 |only
 redist-3.1.1/redist/R/pop_overlap.R                                  |only
 redist-3.1.1/redist/R/random_subgraph.R                              |  200 
 redist-3.1.1/redist/R/redist-package.R                               |   94 
 redist-3.1.1/redist/R/redist-preproc.R                               | 1071 -
 redist-3.1.1/redist/R/redist-smc.R                                   |  414 
 redist-3.1.1/redist/R/redistMPI.R                                    | 1879 +--
 redist-3.1.1/redist/R/redist_findparams.R                            |  940 -
 redist-3.1.1/redist/R/redist_flip_tidy.R                             |  906 -
 redist-3.1.1/redist/R/redist_map.R                                   | 1092 -
 redist-3.1.1/redist/R/redist_mcmc.R                                  | 3279 ++---
 redist-3.1.1/redist/R/redist_ms.R                                    |  258 
 redist-3.1.1/redist/R/redist_ms_parallel.R                           |only
 redist-3.1.1/redist/R/redist_ms_tidy.R                               |  486 
 redist-3.1.1/redist/R/redist_plans.R                                 | 1080 -
 redist-3.1.1/redist/R/redist_shortburst.R                            | 1026 -
 redist-3.1.1/redist/R/redist_smc_tidy.R                              |  630 -
 redist-3.1.1/redist/R/reindex.R                                      |  145 
 redist-3.1.1/redist/R/rsg.R                                          |  278 
 redist-3.1.1/redist/R/skinny_flips.R                                 |  124 
 redist-3.1.1/redist/R/splits.R                                       |  204 
 redist-3.1.1/redist/R/subset.R                                       |  163 
 redist-3.1.1/redist/R/tidy.R                                         | 1207 +-
 redist-3.1.1/redist/build/vignette.rds                               |binary
 redist-3.1.1/redist/data/datalist                                    |   12 
 redist-3.1.1/redist/inst/CITATION                                    |   28 
 redist-3.1.1/redist/inst/doc/glossary.R                              |  160 
 redist-3.1.1/redist/inst/doc/glossary.Rmd                            |  380 
 redist-3.1.1/redist/inst/doc/glossary.html                           |  709 -
 redist-3.1.1/redist/inst/doc/map-preproc.R                           |  248 
 redist-3.1.1/redist/inst/doc/map-preproc.Rmd                         |  646 -
 redist-3.1.1/redist/inst/doc/map-preproc.html                        |  858 -
 redist-3.1.1/redist/inst/doc/mcmc.R                                  |  432 
 redist-3.1.1/redist/inst/doc/mcmc.Rmd                                |  956 -
 redist-3.1.1/redist/inst/doc/mcmc.html                               | 1529 +-
 redist-3.1.1/redist/inst/doc/mpi-slurm.R                             |  290 
 redist-3.1.1/redist/inst/doc/mpi-slurm.Rmd                           |  452 
 redist-3.1.1/redist/inst/doc/mpi-slurm.html                          |  746 -
 redist-3.1.1/redist/inst/doc/redist.R                                |  150 
 redist-3.1.1/redist/inst/doc/redist.Rmd                              |  774 -
 redist-3.1.1/redist/inst/doc/redist.html                             | 1073 -
 redist-3.1.1/redist/inst/enumpart/BigInteger.hpp                     | 1090 -
 redist-3.1.1/redist/inst/enumpart/ComponentRatioSpec.hpp             |  856 -
 redist-3.1.1/redist/inst/enumpart/ComponentWeightSpec.hpp            |  776 -
 redist-3.1.1/redist/inst/enumpart/Graph.hpp                          | 1350 +-
 redist-3.1.1/redist/inst/enumpart/GraphPartitionSpec.hpp             | 1218 +-
 redist-3.1.1/redist/inst/enumpart/GraphPartitionSpecL31.hpp          |  900 -
 redist-3.1.1/redist/inst/enumpart/Makefile                           |    2 
 redist-3.1.1/redist/inst/enumpart/RandomSample.hpp                   |  248 
 redist-3.1.1/redist/inst/enumpart/SAPPOROBDD/BDD.cc                  | 1036 -
 redist-3.1.1/redist/inst/enumpart/SAPPOROBDD/ZBDD.cc                 | 2176 +--
 redist-3.1.1/redist/inst/enumpart/SAPPOROBDD/ZBDD.h                  |  532 
 redist-3.1.1/redist/inst/enumpart/SAPPOROBDD/bddc.c                  | 5678 ++++-----
 redist-3.1.1/redist/inst/enumpart/SAPPOROBDD/bddc.h                  |  316 
 redist-3.1.1/redist/inst/enumpart/SBDD_helper.h                      | 5884 +++++-----
 redist-3.1.1/redist/inst/enumpart/enumpart.cpp                       | 1182 +-
 redist-3.1.1/redist/inst/enumpart/grid2x2.dat                        |    8 
 redist-3.1.1/redist/inst/enumpart/grid2x2_v.dat                      |    2 
 redist-3.1.1/redist/inst/enumpart/tdzdd/DdEval.hpp                   |  288 
 redist-3.1.1/redist/inst/enumpart/tdzdd/DdSpec.hpp                   | 1322 +-
 redist-3.1.1/redist/inst/enumpart/tdzdd/DdSpecOp.hpp                 |  342 
 redist-3.1.1/redist/inst/enumpart/tdzdd/DdStructure.hpp              | 1498 +-
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/DataTable.hpp             |  390 
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/DdBuilder.hpp             | 3056 ++---
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/DdReducer.hpp             | 1236 +-
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/DdSweeper.hpp             |  340 
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/DepthFirstSearcher.hpp    |  228 
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/Node.hpp                  |  420 
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/NodeTable.hpp             |  988 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/dd/PathCounter.hpp           |  918 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/eval/Cardinality.hpp         |  424 
 redist-3.1.1/redist/inst/enumpart/tdzdd/eval/ToZBDD.hpp              |  134 
 redist-3.1.1/redist/inst/enumpart/tdzdd/op/BinaryOperation.hpp       | 1132 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/op/Lookahead.hpp             |  390 
 redist-3.1.1/redist/inst/enumpart/tdzdd/op/Unreduction.hpp           |  290 
 redist-3.1.1/redist/inst/enumpart/tdzdd/spec/DegreeConstraint.hpp    |  300 
 redist-3.1.1/redist/inst/enumpart/tdzdd/spec/FrontierBasedSearch.hpp |  972 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/spec/LinearConstraints.hpp   |  326 
 redist-3.1.1/redist/inst/enumpart/tdzdd/spec/SapporoZdd.hpp          |  178 
 redist-3.1.1/redist/inst/enumpart/tdzdd/spec/SizeConstraint.hpp      |  140 
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/BigNumber.hpp           |  746 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/Graph.hpp               | 1358 +-
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/IntSubset.hpp           |  140 
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/MemoryPool.hpp          |  476 
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/MessageHandler.hpp      |  542 
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/MyHashTable.hpp         | 1234 +-
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/MyList.hpp              | 1178 +-
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/MySet.hpp               | 1162 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/MyVector.hpp            | 1118 -
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/ResourceUsage.hpp       |  394 
 redist-3.1.1/redist/inst/enumpart/tdzdd/util/demangle.hpp            |  198 
 redist-3.1.1/redist/inst/enumpart/testGP.hpp                         |  434 
 redist-3.1.1/redist/inst/python/ndscut.py                            |  828 -
 redist-3.1.1/redist/man/add_reference.Rd                             |   50 
 redist-3.1.1/redist/man/as.matrix.redist.Rd                          |   38 
 redist-3.1.1/redist/man/classify_plans.Rd                            |   60 
 redist-3.1.1/redist/man/compare_plans.Rd                             |  174 
 redist-3.1.1/redist/man/figures/README-readme-plot-1.png             |binary
 redist-3.1.1/redist/man/figures/README-readme-plot-2.png             |binary
 redist-3.1.1/redist/man/figures/README-readme-plot-3.png             |binary
 redist-3.1.1/redist/man/figures/README-readme-plot-4.png             |binary
 redist-3.1.1/redist/man/fl25.Rd                                      |   88 
 redist-3.1.1/redist/man/fl250.Rd                                     |   86 
 redist-3.1.1/redist/man/fl25_adj.Rd                                  |   50 
 redist-3.1.1/redist/man/fl25_enum.Rd                                 |   76 
 redist-3.1.1/redist/man/fl70.Rd                                      |   86 
 redist-3.1.1/redist/man/flip_constraints_helper.Rd                   |  166 
 redist-3.1.1/redist/man/get_adj.Rd                                   |   50 
 redist-3.1.1/redist/man/get_existing.Rd                              |   36 
 redist-3.1.1/redist/man/get_mh_acceptance_rate.Rd                    |   36 
 redist-3.1.1/redist/man/get_plans_matrix.Rd                          |   50 
 redist-3.1.1/redist/man/get_plans_weights.Rd                         |   54 
 redist-3.1.1/redist/man/get_pop_tol.Rd                               |   52 
 redist-3.1.1/redist/man/get_sampling_info.Rd                         |   36 
 redist-3.1.1/redist/man/get_target.Rd                                |   36 
 redist-3.1.1/redist/man/imp_confint.Rd                               |   56 
 redist-3.1.1/redist/man/iowa.Rd                                      |   76 
 redist-3.1.1/redist/man/is_contiguous.Rd                             |   36 
 redist-3.1.1/redist/man/is_county_split.Rd                           |   42 
 redist-3.1.1/redist/man/last_plan.Rd                                 |   36 
 redist-3.1.1/redist/man/match_numbers.Rd                             |   66 
 redist-3.1.1/redist/man/merge_by.Rd                                  |   66 
 redist-3.1.1/redist/man/number_by.Rd                                 |   52 
 redist-3.1.1/redist/man/persily.Rd                                   |only
 redist-3.1.1/redist/man/pick_a_plan.Rd                               |only
 redist-3.1.1/redist/man/plans_diversity.Rd                           |only
 redist-3.1.1/redist/man/plot.redist_classified.Rd                    |   58 
 redist-3.1.1/redist/man/plot.redist_map.Rd                           |   99 
 redist-3.1.1/redist/man/plot.redist_plans.Rd                         |   49 
 redist-3.1.1/redist/man/prec_assignment.Rd                           |   40 
 redist-3.1.1/redist/man/prec_cooccurrence.Rd                         |   50 
 redist-3.1.1/redist/man/print.redist.Rd                              |   38 
 redist-3.1.1/redist/man/print.redist_classified.Rd                   |   38 
 redist-3.1.1/redist/man/print.redist_map.Rd                          |   38 
 redist-3.1.1/redist/man/print.redist_plans.Rd                        |   38 
 redist-3.1.1/redist/man/pullback.Rd                                  |   42 
 redist-3.1.1/redist/man/rbind.redist_plans.Rd                        |only
 redist-3.1.1/redist/man/redist-package.Rd                            |   66 
 redist-3.1.1/redist/man/redist.adjacency.Rd                          |   42 
 redist-3.1.1/redist/man/redist.calc.frontier.size.Rd                 |   64 
 redist-3.1.1/redist/man/redist.coarsen.adjacency.Rd                  |   42 
 redist-3.1.1/redist/man/redist.combine.Rd                            |  194 
 redist-3.1.1/redist/man/redist.combine.anneal.Rd                     |  112 
 redist-3.1.1/redist/man/redist.combine.mpi.Rd                        |  174 
 redist-3.1.1/redist/man/redist.compactness.Rd                        |  360 
 redist-3.1.1/redist/man/redist.competitiveness.Rd                    |   82 
 redist-3.1.1/redist/man/redist.constraint.helper.Rd                  |   88 
 redist-3.1.1/redist/man/redist.county.id.Rd                          |   48 
 redist-3.1.1/redist/man/redist.county.relabel.Rd                     |   64 
 redist-3.1.1/redist/man/redist.crsg.Rd                               |  176 
 redist-3.1.1/redist/man/redist.diagplot.Rd                           |  170 
 redist-3.1.1/redist/man/redist.dist.pop.overlap.Rd                   |only
 redist-3.1.1/redist/man/redist.distances.Rd                          |  153 
 redist-3.1.1/redist/man/redist.district.splits.Rd                    |only
 redist-3.1.1/redist/man/redist.enumpart.Rd                           |  125 
 redist-3.1.1/redist/man/redist.find.target.Rd                        |   68 
 redist-3.1.1/redist/man/redist.findparams.Rd                         |  269 
 redist-3.1.1/redist/man/redist.flip.Rd                               |  646 -
 redist-3.1.1/redist/man/redist.flip.anneal.Rd                        |  376 
 redist-3.1.1/redist/man/redist.freeze.Rd                             |   90 
 redist-3.1.1/redist/man/redist.group.percent.Rd                      |  113 
 redist-3.1.1/redist/man/redist.identify.cores.Rd                     |  133 
 redist-3.1.1/redist/man/redist.init.enumpart.Rd                      |   52 
 redist-3.1.1/redist/man/redist.ipw.Rd                                |  222 
 redist-3.1.1/redist/man/redist.mcmc.mpi.Rd                           |  423 
 redist-3.1.1/redist/man/redist.metrics.Rd                            |  223 
 redist-3.1.1/redist/man/redist.multisplits.Rd                        |only
 redist-3.1.1/redist/man/redist.parity.Rd                             |   91 
 redist-3.1.1/redist/man/redist.plot.adj.Rd                           |  100 
 redist-3.1.1/redist/man/redist.plot.cores.Rd                         |   50 
 redist-3.1.1/redist/man/redist.plot.distr_qtys.Rd                    |  108 
 redist-3.1.1/redist/man/redist.plot.hist.Rd                          |   82 
 redist-3.1.1/redist/man/redist.plot.interactive.Rd                   |only
 redist-3.1.1/redist/man/redist.plot.majmin.Rd                        |   44 
 redist-3.1.1/redist/man/redist.plot.map.Rd                           |  110 
 redist-3.1.1/redist/man/redist.plot.penalty.Rd                       |   90 
 redist-3.1.1/redist/man/redist.plot.plans.Rd                         |   71 
 redist-3.1.1/redist/man/redist.plot.scatter.Rd                       |   84 
 redist-3.1.1/redist/man/redist.plot.varinfo.Rd                       |   48 
 redist-3.1.1/redist/man/redist.prec.pop.overlap.Rd                   |only
 redist-3.1.1/redist/man/redist.prep.enumpart.Rd                      |   85 
 redist-3.1.1/redist/man/redist.prep.polsbypopper.Rd                  |   60 
 redist-3.1.1/redist/man/redist.random.subgraph.Rd                    |   50 
 redist-3.1.1/redist/man/redist.read.enumpart.Rd                      |   66 
 redist-3.1.1/redist/man/redist.reduce.adjacency.Rd                   |   51 
 redist-3.1.1/redist/man/redist.reorder.Rd                            |only
 redist-3.1.1/redist/man/redist.rsg.Rd                                |  189 
 redist-3.1.1/redist/man/redist.run.enumpart.Rd                       |  119 
 redist-3.1.1/redist/man/redist.segcalc.Rd                            |  137 
 redist-3.1.1/redist/man/redist.sink.plan.Rd                          |   58 
 redist-3.1.1/redist/man/redist.smc_is_ci.Rd                          |   50 
 redist-3.1.1/redist/man/redist.splits.Rd                             |   59 
 redist-3.1.1/redist/man/redist.subset.Rd                             |  100 
 redist-3.1.1/redist/man/redist.uncoarsen.Rd                          |   46 
 redist-3.1.1/redist/man/redist_flip.Rd                               |  465 
 redist-3.1.1/redist/man/redist_map.Rd                                |  170 
 redist-3.1.1/redist/man/redist_mergesplit.Rd                         |  447 
 redist-3.1.1/redist/man/redist_mergesplit_parallel.Rd                |only
 redist-3.1.1/redist/man/redist_plans.Rd                              |  124 
 redist-3.1.1/redist/man/redist_quantile_trunc.Rd                     |   42 
 redist-3.1.1/redist/man/redist_shortburst.Rd                         |  212 
 redist-3.1.1/redist/man/redist_smc.Rd                                |  544 
 redist-3.1.1/redist/man/reexports.Rd                                 |   32 
 redist-3.1.1/redist/man/scorer-arith.Rd                              |   60 
 redist-3.1.1/redist/man/scorers.Rd                                   |  182 
 redist-3.1.1/redist/man/subset_sampled.Rd                            |   44 
 redist-3.1.1/redist/src/Makevars                                     |    2 
 redist-3.1.1/redist/src/Makevars.win                                 |    2 
 redist-3.1.1/redist/src/RcppExports.cpp                              |   40 
 redist-3.1.1/redist/src/adj_reduce.cpp                               |    2 
 redist-3.1.1/redist/src/check_contiguity.cpp                         |   17 
 redist-3.1.1/redist/src/coarsen.cpp                                  |   18 
 redist-3.1.1/redist/src/coloring.cpp                                 |    1 
 redist-3.1.1/redist/src/compact_vectorized.cpp                       |    3 
 redist-3.1.1/redist/src/cores.cpp                                    |   47 
 redist-3.1.1/redist/src/distance_helpers.h                           |   24 
 redist-3.1.1/redist/src/map_calc.cpp                                 |   25 
 redist-3.1.1/redist/src/map_calc.h                                   |    6 
 redist-3.1.1/redist/src/merge_split.cpp                              |   32 
 redist-3.1.1/redist/src/merge_split.h                                |    6 
 redist-3.1.1/redist/src/metrics.cpp                                  |   67 
 redist-3.1.1/redist/src/pop_helpers.cpp                              |   17 
 redist-3.1.1/redist/src/pop_helpers.h                                |    4 
 redist-3.1.1/redist/src/redist_init.c                                |   16 
 redist-3.1.1/redist/src/redist_types.h                               |    2 
 redist-3.1.1/redist/src/reindex.cpp                                  |    5 
 redist-3.1.1/redist/src/shatter_search.h                             |   12 
 redist-3.1.1/redist/src/smc.cpp                                      |   61 
 redist-3.1.1/redist/src/smc.h                                        |    7 
 redist-3.1.1/redist/src/smc_base.h                                   |    2 
 redist-3.1.1/redist/src/splits.cpp                                   |   69 
 redist-3.1.1/redist/src/tree_op.cpp                                  |    1 
 redist-3.1.1/redist/src/wilson.cpp                                   |  111 
 redist-3.1.1/redist/src/wilson.h                                     |   36 
 redist-3.1.1/redist/tests/testthat.R                                 |    8 
 redist-3.1.1/redist/tests/testthat/setup.R                           |   27 
 redist-3.1.1/redist/tests/testthat/test_adj.R                        |   25 
 redist-3.1.1/redist/tests/testthat/test_burst.R                      |   16 
 redist-3.1.1/redist/tests/testthat/test_compactness.R                |only
 redist-3.1.1/redist/tests/testthat/test_competitiveness.R            |only
 redist-3.1.1/redist/tests/testthat/test_constraint_helpers.R         |only
 redist-3.1.1/redist/tests/testthat/test_crsg.R                       |only
 redist-3.1.1/redist/tests/testthat/test_enumpart.R                   |  229 
 redist-3.1.1/redist/tests/testthat/test_freeze.R                     |only
 redist-3.1.1/redist/tests/testthat/test_group-pct.R                  |only
 redist-3.1.1/redist/tests/testthat/test_mcmc.R                       |only
 redist-3.1.1/redist/tests/testthat/test_meas.R                       |   66 
 redist-3.1.1/redist/tests/testthat/test_metrics.R                    |only
 redist-3.1.1/redist/tests/testthat/test_ms.R                         |only
 redist-3.1.1/redist/tests/testthat/test_parity.R                     |only
 redist-3.1.1/redist/tests/testthat/test_plots.R                      |only
 redist-3.1.1/redist/tests/testthat/test_redist_map.R                 |   92 
 redist-3.1.1/redist/tests/testthat/test_redist_plans.R               |  129 
 redist-3.1.1/redist/tests/testthat/test_rsg.R                        |only
 redist-3.1.1/redist/tests/testthat/test_skinny_flips.R               |only
 redist-3.1.1/redist/tests/testthat/test_smc.R                        |  158 
 redist-3.1.1/redist/tests/testthat/test_tidy_meas.R                  |   44 
 redist-3.1.1/redist/vignettes/glossary.Rmd                           |  380 
 redist-3.1.1/redist/vignettes/map-preproc.Rmd                        |  646 -
 redist-3.1.1/redist/vignettes/mcmc.Rmd                               |  956 -
 redist-3.1.1/redist/vignettes/mpi-slurm.Rmd                          |  452 
 redist-3.1.1/redist/vignettes/redist.Rmd                             |  774 -
 321 files changed, 47733 insertions(+), 49670 deletions(-)

More information about redist at CRAN
Permanent link

Package psycModel updated to version 0.3.2 with previous version 0.3.1 dated 2021-05-21

Title: Integrated Toolkit for Psychological Analysis and Modeling in R
Description: A beginner-friendly R package for modeling in psychology or related field. It allows fitting models, plotting, checking goodness of fit, and model assumption violations all in one place. It also produces beautiful and easy-to-read output.
Author: Jason Moy [aut, cre] (<https://orcid.org/0000-0001-8795-3311>)
Maintainer: Jason Moy <jasonmoy28@gmail.com>

Diff between psycModel versions 0.3.1 dated 2021-05-21 and 0.3.2 dated 2021-09-05

 DESCRIPTION                                               |   14 -
 MD5                                                       |   63 +++---
 NEWS.md                                                   |   10 -
 R/cfa_summary.R                                           |  133 ++++++-------
 R/compare_fit.R                                           |    6 
 R/glm_model.R                                             |    9 
 R/glme_model.R                                            |   26 +-
 R/lm_model.R                                              |    1 
 R/lme_model.R                                             |   35 +--
 R/measurement_invariance.R                                |    4 
 R/mediation_summary.R                                     |    5 
 R/model_summary.R                                         |   20 +-
 R/reliability_summary.R                                   |    2 
 R/simple_slope.R                                          |   16 -
 R/three_way_interaction_plot.R                            |   51 +----
 R/two_way_interaction_plot.R                              |   43 ++--
 R/utils-data-check.R                                      |    2 
 R/utils-format-round.R                                    |    2 
 R/utils-where.R                                           |    6 
 README.md                                                 |   44 ++--
 build/vignette.rds                                        |binary
 inst/doc/quick-introduction.R                             |only
 inst/doc/quick-introduction.Rmd                           |only
 inst/doc/quick-introduction.html                          |only
 man/cfa_summary.Rd                                        |   10 -
 man/figures/logo.png                                      |only
 man/mediation_summary.Rd                                  |    2 
 tests/testthat/test-cfa-summary.R                         |only
 tests/testthat/test-integrated-model-summary.R            |   76 ++++---
 tests/testthat/test-integrated-multilevel-model-summary.R |  139 +++++++++-----
 tests/testthat/test-lme-model.R                           |   36 ++-
 tests/testthat/test-measurement-invariance.R              |   30 ++-
 tests/testthat/test-model-summary.R                       |  108 +++++++++-
 tests/testthat/test-simple-slope.R                        |only
 tests/testthat/test-three-way-interaction-plot.R          |only
 tests/testthat/test-two-way-interaction-plot.R            |only
 vignettes/quick-introduction.Rmd                          |only
 37 files changed, 519 insertions(+), 374 deletions(-)

More information about psycModel at CRAN
Permanent link

Package ordinalNet updated to version 2.10 with previous version 2.9 dated 2020-07-21

Title: Penalized Ordinal Regression
Description: Fits ordinal regression models with elastic net penalty. Supported model families include cumulative probability, stopping ratio, continuation ratio, and adjacent category. These families are a subset of vector glm's which belong to a model class we call the elementwise link multinomial-ordinal (ELMO) class. Each family in this class links a vector of covariates to a vector of class probabilities. Each of these families has a parallel form, which is appropriate for ordinal response data, as well as a nonparallel form that is appropriate for an unordered categorical response, or as a more flexible model for ordinal data. The parallel model has a single set of coefficients, whereas the nonparallel model has a set of coefficients for each response category except the baseline category. It is also possible to fit a model with both parallel and nonparallel terms, which we call the semi-parallel model. The semi-parallel model has the flexibility of the nonparallel model, but the elastic net penalty shrinks it toward the parallel model. For details, refer to Wurm, Hanlon, and Rathouz (2021) <doi:10.18637/jss.v099.i06>.
Author: Michael Wurm [aut, cre], Paul Rathouz [aut], Bret Hanlon [aut]
Maintainer: Michael Wurm <wurm@uwalumni.com>

Diff between ordinalNet versions 2.9 dated 2020-07-21 and 2.10 dated 2021-09-05

 DESCRIPTION |   11 +++++------
 LICENSE     |    2 +-
 MD5         |    5 +++--
 inst        |only
 4 files changed, 9 insertions(+), 9 deletions(-)

More information about ordinalNet at CRAN
Permanent link

Package ibdreg updated to version 0.3.6 with previous version 0.3.4 dated 2021-08-25

Title: Regression Methods for IBD Linkage with Covariates
Description: Method to test genetic linkage with covariates by regression methods with response IBD sharing for relative pairs. Account for correlations of IBD statistics and covariates for relative pairs within the same pedigree.
Author: Jason P. Sinnwell and Daniel J. Schaid
Maintainer: Jason P. Sinnwell <Sinnwell.Jason@mayo.edu>

Diff between ibdreg versions 0.3.4 dated 2021-08-25 and 0.3.6 dated 2021-09-05

 DESCRIPTION                   |   11 ++++------
 MD5                           |   14 ++++++-------
 inst/doc/ibdreg.pdf           |binary
 inst/doc/manualIBDReg.rnwsave |   44 ++++++++++--------------------------------
 src/ibdreg_init.c             |    2 -
 src/lsConstrain.c             |    8 +++++--
 src/mcmemory.h                |    9 +++++---
 vignettes/manualIBDReg.pdf    |binary
 8 files changed, 36 insertions(+), 52 deletions(-)

More information about ibdreg at CRAN
Permanent link

Package correlation updated to version 0.7.0 with previous version 0.6.1 dated 2021-04-09

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. Part of the 'easystats' ecosystem.
Author: Dominique Makowski [aut, inv] (<https://orcid.org/0000-0001-5375-9967>, @Dom_Makowski), Brenton M. Wiernik [aut, cre] (<https://orcid.org/0000-0001-9560-6336>, @bmwiernik), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>, @strengejacke), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>, @mattansb), Mark White [rev], Maximilian M. Rabe [rev] (<https://orcid.org/0000-0002-2556-5644>)
Maintainer: Brenton M. Wiernik <brenton@wiernik.org>

Diff between correlation versions 0.6.1 dated 2021-04-09 and 0.7.0 dated 2021-09-05

 correlation-0.6.1/correlation/R/simulate_simpson.R                             |only
 correlation-0.6.1/correlation/R/winsorize.R                                    |only
 correlation-0.6.1/correlation/man/simulate_simpson.Rd                          |only
 correlation-0.6.1/correlation/man/winsorize.Rd                                 |only
 correlation-0.6.1/correlation/tests/testthat/_snaps/winsorization.md           |only
 correlation-0.6.1/correlation/tests/testthat/test-winsorization.R              |only
 correlation-0.7.0/correlation/DESCRIPTION                                      |   54 
 correlation-0.7.0/correlation/MD5                                              |  190 -
 correlation-0.7.0/correlation/NAMESPACE                                        |  159 -
 correlation-0.7.0/correlation/NEWS.md                                          |  284 +-
 correlation-0.7.0/correlation/R/backports.R                                    |   16 
 correlation-0.7.0/correlation/R/cor_smooth.R                                   |only
 correlation-0.7.0/correlation/R/cor_sort.R                                     |only
 correlation-0.7.0/correlation/R/cor_test.R                                     |  633 ++--
 correlation-0.7.0/correlation/R/cor_test_bayes.R                               |  220 -
 correlation-0.7.0/correlation/R/cor_test_biserial.R                            |  151 -
 correlation-0.7.0/correlation/R/cor_test_biweight.R                            |   83 
 correlation-0.7.0/correlation/R/cor_test_blomqvist.R                           |   54 
 correlation-0.7.0/correlation/R/cor_test_distance.R                            |  287 +-
 correlation-0.7.0/correlation/R/cor_test_freq.R                                |  161 -
 correlation-0.7.0/correlation/R/cor_test_gamma.R                               |   58 
 correlation-0.7.0/correlation/R/cor_test_gaussian.R                            |   24 
 correlation-0.7.0/correlation/R/cor_test_hoeffding.R                           |   52 
 correlation-0.7.0/correlation/R/cor_test_percentage.R                          |  102 
 correlation-0.7.0/correlation/R/cor_test_polychoric.R                          |   99 
 correlation-0.7.0/correlation/R/cor_test_shepherd.R                            |   37 
 correlation-0.7.0/correlation/R/cor_test_somers.R                              |   48 
 correlation-0.7.0/correlation/R/cor_test_tetrachoric.R                         |   74 
 correlation-0.7.0/correlation/R/cor_text.R                                     |only
 correlation-0.7.0/correlation/R/cor_to_ci.R                                    |  180 -
 correlation-0.7.0/correlation/R/cor_to_cov.R                                   |  120 
 correlation-0.7.0/correlation/R/cor_to_p.R                                     |   96 
 correlation-0.7.0/correlation/R/cor_to_pcor.R                                  |  514 ++--
 correlation-0.7.0/correlation/R/cor_to_spcor.R                                 |   44 
 correlation-0.7.0/correlation/R/correlation.R                                  | 1273 +++++-----
 correlation-0.7.0/correlation/R/display.R                                      |  187 -
 correlation-0.7.0/correlation/R/mahalanobis.R                                  |  125 
 correlation-0.7.0/correlation/R/matrix_inverse.R                               |  108 
 correlation-0.7.0/correlation/R/methods.easycorrelation.R                      |  363 +-
 correlation-0.7.0/correlation/R/methods_format.R                               |  367 +-
 correlation-0.7.0/correlation/R/methods_plot.R                                 |only
 correlation-0.7.0/correlation/R/methods_print.R                                |  356 +-
 correlation-0.7.0/correlation/R/reexports.R                                    |only
 correlation-0.7.0/correlation/R/utils.R                                        |   82 
 correlation-0.7.0/correlation/R/utils_clean_data.R                             |   22 
 correlation-0.7.0/correlation/R/utils_create_diagonal.R                        |   91 
 correlation-0.7.0/correlation/R/utils_find_correlationtype.R                   |  132 -
 correlation-0.7.0/correlation/R/utils_get_combinations.R                       |   80 
 correlation-0.7.0/correlation/R/utils_get_matrix.R                             |   32 
 correlation-0.7.0/correlation/R/utils_remove_redundant.R                       |  134 -
 correlation-0.7.0/correlation/R/visualisation_recipe.cor_test.R                |only
 correlation-0.7.0/correlation/R/visualisation_recipe.easycormatrix.R           |only
 correlation-0.7.0/correlation/R/z_fisher.R                                     |   44 
 correlation-0.7.0/correlation/README.md                                        |  655 ++---
 correlation-0.7.0/correlation/build/vignette.rds                               |binary
 correlation-0.7.0/correlation/inst/CITATION                                    |   28 
 correlation-0.7.0/correlation/inst/WORDLIST                                    |  184 -
 correlation-0.7.0/correlation/inst/doc/multilevel.R                            |  104 
 correlation-0.7.0/correlation/inst/doc/multilevel.Rmd                          |  268 +-
 correlation-0.7.0/correlation/inst/doc/multilevel.html                         |  546 ++--
 correlation-0.7.0/correlation/inst/doc/types.R                                 |  208 -
 correlation-0.7.0/correlation/inst/doc/types.Rmd                               |  514 ++--
 correlation-0.7.0/correlation/inst/doc/types.html                              |  726 ++---
 correlation-0.7.0/correlation/man/cor_smooth.Rd                                |only
 correlation-0.7.0/correlation/man/cor_sort.Rd                                  |only
 correlation-0.7.0/correlation/man/cor_test.Rd                                  |  580 ++--
 correlation-0.7.0/correlation/man/cor_text.Rd                                  |only
 correlation-0.7.0/correlation/man/cor_to_cov.Rd                                |   60 
 correlation-0.7.0/correlation/man/cor_to_p.Rd                                  |  132 -
 correlation-0.7.0/correlation/man/cor_to_pcor.Rd                               |  110 
 correlation-0.7.0/correlation/man/correlation.Rd                               |  693 ++---
 correlation-0.7.0/correlation/man/display.easycormatrix.Rd                     |  158 -
 correlation-0.7.0/correlation/man/distance_mahalanobis.Rd                      |   90 
 correlation-0.7.0/correlation/man/figures/README-12-1.png                      |binary
 correlation-0.7.0/correlation/man/figures/README-7-1.png                       |binary
 correlation-0.7.0/correlation/man/is.cor.Rd                                    |   34 
 correlation-0.7.0/correlation/man/isSquare.Rd                                  |   34 
 correlation-0.7.0/correlation/man/matrix_inverse.Rd                            |   52 
 correlation-0.7.0/correlation/man/reexports.Rd                                 |   42 
 correlation-0.7.0/correlation/man/visualisation_recipe.easycormatrix.Rd        |only
 correlation-0.7.0/correlation/man/z_fisher.Rd                                  |   48 
 correlation-0.7.0/correlation/tests/spelling.R                                 |   12 
 correlation-0.7.0/correlation/tests/testthat.R                                 |   15 
 correlation-0.7.0/correlation/tests/testthat/_snaps/as.list.md                 |only
 correlation-0.7.0/correlation/tests/testthat/_snaps/display_print_dataframe.md |   64 
 correlation-0.7.0/correlation/tests/testthat/_snaps/display_print_matrix.md    |   96 
 correlation-0.7.0/correlation/tests/testthat/_snaps/methods.md                 |only
 correlation-0.7.0/correlation/tests/testthat/_snaps/renaming.md                |only
 correlation-0.7.0/correlation/tests/testthat/_snaps/selecting_variables.md     |  100 
 correlation-0.7.0/correlation/tests/testthat/test-as.list.R                    |only
 correlation-0.7.0/correlation/tests/testthat/test-cor_multilevel.R             |   84 
 correlation-0.7.0/correlation/tests/testthat/test-cor_test.R                   |  402 +--
 correlation-0.7.0/correlation/tests/testthat/test-cor_test_na_present.R        |  246 -
 correlation-0.7.0/correlation/tests/testthat/test-cor_to_cov.R                 |   16 
 correlation-0.7.0/correlation/tests/testthat/test-cor_to_p.R                   |   16 
 correlation-0.7.0/correlation/tests/testthat/test-cor_to_pcor.R                |  164 -
 correlation-0.7.0/correlation/tests/testthat/test-correlation.R                |  356 +-
 correlation-0.7.0/correlation/tests/testthat/test-display_print_dataframe.R    |   78 
 correlation-0.7.0/correlation/tests/testthat/test-display_print_matrix.R       |  112 
 correlation-0.7.0/correlation/tests/testthat/test-grouped_data2.R              |   36 
 correlation-0.7.0/correlation/tests/testthat/test-methods.R                    |   17 
 correlation-0.7.0/correlation/tests/testthat/test-misc.R                       |   76 
 correlation-0.7.0/correlation/tests/testthat/test-renaming.R                   |only
 correlation-0.7.0/correlation/tests/testthat/test-selecting_variables.R        |   74 
 correlation-0.7.0/correlation/vignettes/bibliography.bib                       |  316 +-
 correlation-0.7.0/correlation/vignettes/multilevel.Rmd                         |  268 +-
 correlation-0.7.0/correlation/vignettes/types.Rmd                              |  514 ++--
 107 files changed, 7847 insertions(+), 7617 deletions(-)

More information about correlation at CRAN
Permanent link

Package BSDA updated to version 1.2.1 with previous version 1.2.0 dated 2017-07-30

Title: Basic Statistics and Data Analysis
Description: Data sets for book "Basic Statistics and Data Analysis" by Larry J. Kitchens.
Author: Alan T. Arnholt [aut, cre], Ben Evans [aut]
Maintainer: Alan T. Arnholt <arnholtat@appstate.edu>

Diff between BSDA versions 1.2.0 dated 2017-07-30 and 1.2.1 dated 2021-09-05

 DESCRIPTION           |   15 -
 MD5                   |  655 +++++++++++++++++++++++++-------------------------
 NEWS.md               |only
 R/z.test.R            |    5 
 README.md             |    8 
 man/Abbey.Rd          |    6 
 man/Abc.Rd            |    6 
 man/Abilene.Rd        |    6 
 man/Ability.Rd        |    6 
 man/Abortion.Rd       |    6 
 man/Absent.Rd         |    6 
 man/Achieve.Rd        |    6 
 man/Adsales.Rd        |    6 
 man/Aggress.Rd        |    6 
 man/Aid.Rd            |    6 
 man/Aids.Rd           |    6 
 man/Airdisasters.Rd   |    6 
 man/Airline.Rd        |    6 
 man/Alcohol.Rd        |    6 
 man/Allergy.Rd        |    6 
 man/Anesthet.Rd       |    6 
 man/Anxiety.Rd        |    6 
 man/Apolipop.Rd       |    6 
 man/Append.Rd         |    6 
 man/Appendec.Rd       |    6 
 man/Aptitude.Rd       |    6 
 man/Archaeo.Rd        |    6 
 man/Arthriti.Rd       |    6 
 man/Artifici.Rd       |    6 
 man/Asprin.Rd         |    6 
 man/Asthmati.Rd       |    6 
 man/Attorney.Rd       |    6 
 man/Autogear.Rd       |    6 
 man/Backtoback.Rd     |    6 
 man/Bbsalaries.Rd     |    6 
 man/Bigten.Rd         |    6 
 man/Biology.Rd        |    6 
 man/Birth.Rd          |    6 
 man/Blackedu.Rd       |    6 
 man/Blood.Rd          |    6 
 man/Board.Rd          |    6 
 man/Bones.Rd          |    6 
 man/Books.Rd          |    6 
 man/Bookstor.Rd       |    6 
 man/Brain.Rd          |    6 
 man/Bumpers.Rd        |    6 
 man/Bus.Rd            |    6 
 man/Bypass.Rd         |    6 
 man/CIsim.Rd          |   10 
 man/Cabinets.Rd       |    6 
 man/Cancer.Rd         |    6 
 man/Carbon.Rd         |    6 
 man/Cat.Rd            |    6 
 man/Censored.Rd       |    6 
 man/Challeng.Rd       |    6 
 man/Chemist.Rd        |    6 
 man/Chesapea.Rd       |    6 
 man/Chevy.Rd          |    6 
 man/Chicken.Rd        |    6 
 man/Chipavg.Rd        |    6 
 man/Chips.Rd          |    6 
 man/Cigar.Rd          |    6 
 man/Cigarett.Rd       |    6 
 man/Citrus.Rd         |    6 
 man/Clean.Rd          |    6 
 man/Coaxial.Rd        |    6 
 man/Coffee.Rd         |    6 
 man/Coins.Rd          |    6 
 man/Commute.Rd        |    6 
 man/Concept.Rd        |    6 
 man/Concrete.Rd       |    6 
 man/Corn.Rd           |    6 
 man/Correlat.Rd       |    6 
 man/Counsel.Rd        |    6 
 man/Cpi.Rd            |    6 
 man/Crime.Rd          |    6 
 man/Darwin.Rd         |    6 
 man/Dealers.Rd        |    6 
 man/Defectiv.Rd       |    6 
 man/Degree.Rd         |    6 
 man/Delay.Rd          |    6 
 man/Depend.Rd         |    6 
 man/Detroit.Rd        |    6 
 man/Develop.Rd        |    6 
 man/Devmath.Rd        |    6 
 man/Dice.Rd           |    6 
 man/Diesel.Rd         |    6 
 man/Diplomat.Rd       |    6 
 man/Disposal.Rd       |    6 
 man/Dogs.Rd           |    6 
 man/Domestic.Rd       |    6 
 man/Dopamine.Rd       |    6 
 man/Dowjones.Rd       |    6 
 man/Drink.Rd          |    6 
 man/Drug.Rd           |    6 
 man/Dyslexia.Rd       |    6 
 man/Earthqk.Rd        |    6 
 man/Educat.Rd         |    6 
 man/Eggs.Rd           |    6 
 man/Elderly.Rd        |    6 
 man/Energy.Rd         |    6 
 man/Engineer.Rd       |    6 
 man/Entrance.Rd       |    6 
 man/Epaminicompact.Rd |    6 
 man/Epatwoseater.Rd   |    6 
 man/Executiv.Rd       |    6 
 man/Exercise.Rd       |    6 
 man/Fabric.Rd         |    6 
 man/Faithful.Rd       |    6 
 man/Family.Rd         |    6 
 man/Ferraro1.Rd       |    6 
 man/Ferraro2.Rd       |    6 
 man/Fertility.Rd      |    6 
 man/Firstchi.Rd       |    6 
 man/Fish.Rd           |    6 
 man/Fitness.Rd        |    6 
 man/Florida2000.Rd    |    6 
 man/Fluid.Rd          |    6 
 man/Food.Rd           |    6 
 man/Framingh.Rd       |    6 
 man/Freshman.Rd       |    6 
 man/Funeral.Rd        |    6 
 man/Galaxie.Rd        |    6 
 man/Gallup.Rd         |    6 
 man/Gasoline.Rd       |    6 
 man/German.Rd         |    6 
 man/Golf.Rd           |    6 
 man/Governor.Rd       |    6 
 man/Gpa.Rd            |    6 
 man/Grades.Rd         |    6 
 man/Graduate.Rd       |    6 
 man/Greenriv.Rd       |    6 
 man/Grnriv2.Rd        |    6 
 man/Groupabc.Rd       |    6 
 man/Groups.Rd         |    6 
 man/Gym.Rd            |    6 
 man/Habits.Rd         |    6 
 man/Haptoglo.Rd       |    6 
 man/Hardware.Rd       |    6 
 man/Hardwood.Rd       |    6 
 man/Heat.Rd           |    6 
 man/Heating.Rd        |    6 
 man/Hodgkin.Rd        |    6 
 man/Homes.Rd          |    6 
 man/Homework.Rd       |    6 
 man/Honda.Rd          |    6 
 man/Hostile.Rd        |    6 
 man/Housing.Rd        |    6 
 man/Hurrican.Rd       |    6 
 man/Iceberg.Rd        |    6 
 man/Income.Rd         |    6 
 man/Independent.Rd    |    6 
 man/Indian.Rd         |    6 
 man/Indiapol.Rd       |    6 
 man/Indy500.Rd        |    6 
 man/Inflatio.Rd       |    6 
 man/Inletoil.Rd       |    6 
 man/Inmate.Rd         |    6 
 man/Inspect.Rd        |    6 
 man/Insulate.Rd       |    6 
 man/Iqgpa.Rd          |    6 
 man/Irises.Rd         |    8 
 man/Jdpower.Rd        |    6 
 man/Jobsat.Rd         |    6 
 man/Kidsmoke.Rd       |    6 
 man/Kilowatt.Rd       |    6 
 man/Kinder.Rd         |    6 
 man/Laminect.Rd       |    6 
 man/Lead.Rd           |    6 
 man/Leader.Rd         |    6 
 man/Lethal.Rd         |    6 
 man/Life.Rd           |    6 
 man/Lifespan.Rd       |    6 
 man/Ligntmonth.Rd     |    6 
 man/Lodge.Rd          |    6 
 man/Longtail.Rd       |    6 
 man/Lowabil.Rd        |    6 
 man/Magnesiu.Rd       |    6 
 man/Malpract.Rd       |    6 
 man/Manager.Rd        |    6 
 man/Marked.Rd         |    6 
 man/Math.Rd           |    6 
 man/Mathcomp.Rd       |    6 
 man/Mathpro.Rd        |    6 
 man/Maze.Rd           |    6 
 man/Median.Rd         |    6 
 man/Mental.Rd         |    6 
 man/Mercury.Rd        |    6 
 man/Metrent.Rd        |    6 
 man/Miller.Rd         |    6 
 man/Miller1.Rd        |    6 
 man/Moisture.Rd       |    6 
 man/Monoxide.Rd       |    6 
 man/Movie.Rd          |    6 
 man/Music.Rd          |    6 
 man/Name.Rd           |    6 
 man/Nascar.Rd         |    6 
 man/Nervous.Rd        |    6 
 man/Newsstand.Rd      |    6 
 man/Nfldraf2.Rd       |    6 
 man/Nfldraft.Rd       |    6 
 man/Nicotine.Rd       |    6 
 man/Orange.Rd         |    6 
 man/Orioles.Rd        |    6 
 man/Oxytocin.Rd       |    6 
 man/Parented.Rd       |    6 
 man/Patrol.Rd         |    6 
 man/Pearson.Rd        |    6 
 man/Phone.Rd          |    6 
 man/Poison.Rd         |    6 
 man/Politic.Rd        |    6 
 man/Pollutio.Rd       |    6 
 man/Porosity.Rd       |    6 
 man/Poverty.Rd        |    6 
 man/Precinct.Rd       |    6 
 man/Prejudic.Rd       |    6 
 man/Presiden.Rd       |    6 
 man/Press.Rd          |    6 
 man/Prognost.Rd       |    6 
 man/Program.Rd        |    6 
 man/Psat.Rd           |    6 
 man/Psych.Rd          |    6 
 man/Puerto.Rd         |    6 
 man/Quail.Rd          |    6 
 man/Quality.Rd        |    6 
 man/Rainks.Rd         |    6 
 man/Randd.Rd          |    6 
 man/Rat.Rd            |    6 
 man/Ratings.Rd        |    6 
 man/Reaction.Rd       |    6 
 man/Reading.Rd        |    6 
 man/Readiq.Rd         |    6 
 man/Referend.Rd       |    6 
 man/Region.Rd         |    6 
 man/Register.Rd       |    6 
 man/Rehab.Rd          |    6 
 man/Remedial.Rd       |    6 
 man/Rentals.Rd        |    6 
 man/Repair.Rd         |    6 
 man/Retail.Rd         |    6 
 man/Ronbrown1.Rd      |    6 
 man/Ronbrown2.Rd      |    6 
 man/Rural.Rd          |    6 
 man/SIGN.test.Rd      |   10 
 man/Salary.Rd         |    6 
 man/Salinity.Rd       |    6 
 man/Sat.Rd            |    6 
 man/Saving.Rd         |    6 
 man/Scales.Rd         |    6 
 man/Schizop2.Rd       |    6 
 man/Schizoph.Rd       |    6 
 man/Seatbelt.Rd       |    6 
 man/Selfdefe.Rd       |    6 
 man/Senior.Rd         |    6 
 man/Sentence.Rd       |    6 
 man/Shkdrug.Rd        |    6 
 man/Shock.Rd          |    6 
 man/Shoplift.Rd       |    6 
 man/Short.Rd          |    6 
 man/Shuttle.Rd        |    6 
 man/Simpson.Rd        |    6 
 man/Situp.Rd          |    6 
 man/Skewed.Rd         |    6 
 man/Skin.Rd           |    6 
 man/Slc.Rd            |    6 
 man/Smokyph.Rd        |    6 
 man/Snore.Rd          |    6 
 man/Snow.Rd           |    6 
 man/Soccer.Rd         |    8 
 man/Social.Rd         |    6 
 man/Sophomor.Rd       |    6 
 man/South.Rd          |    6 
 man/Speed.Rd          |    6 
 man/Spellers.Rd       |    6 
 man/Spelling.Rd       |    6 
 man/Sports.Rd         |    6 
 man/Spouse.Rd         |    6 
 man/Stable.Rd         |    6 
 man/Stamp.Rd          |    6 
 man/Statclas.Rd       |    6 
 man/Statelaw.Rd       |    6 
 man/Statisti.Rd       |    6 
 man/Step.Rd           |    6 
 man/Stress.Rd         |    6 
 man/Study.Rd          |    6 
 man/Submarin.Rd       |    6 
 man/Subway.Rd         |    6 
 man/Sunspot.Rd        |    6 
 man/Superbowl.Rd      |    6 
 man/Supercar.Rd       |    6 
 man/Tablrock.Rd       |    6 
 man/Teacher.Rd        |    6 
 man/Tenness.Rd        |    6 
 man/Tensile.Rd        |    6 
 man/Test1.Rd          |    6 
 man/Thermal.Rd        |    6 
 man/Tiaa.Rd           |    6 
 man/Ticket.Rd         |    6 
 man/Toaster.Rd        |    6 
 man/Tonsils.Rd        |    6 
 man/Tort.Rd           |    6 
 man/Toxic.Rd          |    6 
 man/Track.Rd          |    6 
 man/Track15.Rd        |    6 
 man/Treatments.Rd     |    6 
 man/Trees.Rd          |    6 
 man/Trucks.Rd         |    6 
 man/Tv.Rd             |    6 
 man/Twin.Rd           |    6 
 man/Undergrad.Rd      |    6 
 man/Vacation.Rd       |    6 
 man/Vaccine.Rd        |    6 
 man/Vehicle.Rd        |    6 
 man/Verbal.Rd         |    6 
 man/Victoria.Rd       |    6 
 man/Viscosit.Rd       |    6 
 man/Visual.Rd         |    6 
 man/Vocab.Rd          |    6 
 man/Wastewat.Rd       |    6 
 man/Weather94.Rd      |    6 
 man/Wheat.Rd          |    6 
 man/Windmill.Rd       |    6 
 man/Window.Rd         |    6 
 man/Wins.Rd           |    6 
 man/Wool.Rd           |    6 
 man/Yearsunspot.Rd    |    6 
 man/tsum.test.Rd      |   15 -
 man/z.test.Rd         |   11 
 man/zsum.test.Rd      |   14 -
 329 files changed, 1672 insertions(+), 989 deletions(-)

More information about BSDA at CRAN
Permanent link

Package arrow updated to version 5.0.0.2 with previous version 5.0.0 dated 2021-07-29

Title: Integration to 'Apache' 'Arrow'
Description: 'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. This package provides an interface to the 'Arrow C++' library.
Author: Neal Richardson [aut, cre], Ian Cook [aut], Nic Crane [aut], Jonathan Keane [aut], Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Jeroen Ooms [aut], Javier Luraschi [ctb], Jeffrey Wong [ctb], Apache Arrow [aut, cph]
Maintainer: Neal Richardson <neal@ursalabs.org>

Diff between arrow versions 5.0.0 dated 2021-07-29 and 5.0.0.2 dated 2021-09-05

 DESCRIPTION                |    7 +-
 MD5                        |   38 ++++++++++++---
 NEWS.md                    |    4 +
 R/metadata.R               |  113 +++++++++++++++++++++++----------------------
 configure                  |    2 
 inst/build_arrow_static.sh |    2 
 inst/include               |only
 src/Makevars.in            |    4 -
 tools/nixlibs.R            |    7 --
 9 files changed, 103 insertions(+), 74 deletions(-)

More information about arrow at CRAN
Permanent link


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