Sun, 05 Feb 2023

Package interplex (with last version 0.1.0) was removed from CRAN

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

2022-06-21 0.1.0

Permanent link
Package conquer updated to version 1.3.2 with previous version 1.3.1 dated 2022-09-13

Title: Convolution-Type Smoothed Quantile Regression
Description: Estimation and inference for conditional linear quantile regression models using a convolution smoothed approach. In the low-dimensional setting, efficient gradient-based methods are employed for fitting both a single model and a regression process over a quantile range. Normal-based and (multiplier) bootstrap confidence intervals for all slope coefficients are constructed. In high dimensions, the conquer method is complemented with flexible types of penalties (Lasso, elastic-net, group lasso, sparse group lasso, scad and mcp) to deal with complex low-dimensional structures.
Author: Xuming He [aut], Xiaoou Pan [aut, cre], Kean Ming Tan [aut], Wen-Xin Zhou [aut]
Maintainer: Xiaoou Pan <xip024@ucsd.edu>

Diff between conquer versions 1.3.1 dated 2022-09-13 and 1.3.2 dated 2023-02-05

 DESCRIPTION           |   10 +++++-----
 MD5                   |   20 ++++++++++----------
 R/smqr.R              |   32 +++++++++++++++++++++++++++++++-
 README.md             |   23 ++++++++++++++++-------
 src/Makevars          |    2 +-
 src/Makevars.win      |    2 +-
 src/highdGauss.cpp    |    6 ++++++
 src/highdLogistic.cpp |    6 ++++++
 src/highdPara.cpp     |    6 ++++++
 src/highdTrian.cpp    |    6 ++++++
 src/highdUnif.cpp     |    6 ++++++
 11 files changed, 94 insertions(+), 25 deletions(-)

More information about conquer at CRAN
Permanent link

Package sunburstR updated to version 2.1.8 with previous version 2.1.6 dated 2021-09-19

Title: Sunburst 'Htmlwidget'
Description: Make interactive 'd3.js' sequence sunburst diagrams in R with the convenience and infrastructure of an 'htmlwidget'.
Author: Mike Bostock [aut, cph] , Kerry Rodden [aut, cph] , Kevin Warne [aut, cph] , Kent Russell [aut, cre] , Florian Breitwieser [ctb] , CJ Yetman [ctb]
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>

Diff between sunburstR versions 2.1.6 dated 2021-09-19 and 2.1.8 dated 2023-02-05

 DESCRIPTION                  |   10 
 MD5                          |   14 
 NEWS.md                      |   12 
 R/converters.R               |    4 
 R/sunburst.R                 |   34 
 README.md                    |   47 
 inst/doc/sunburst-2-0-0.html |12110 ++++++++++++++++++++++++++++++++++++++++++-
 inst/htmlwidgets/sund2b.js   |    2 
 8 files changed, 12082 insertions(+), 151 deletions(-)

More information about sunburstR at CRAN
Permanent link

Package sasLM updated to version 0.9.5 with previous version 0.9.4 dated 2023-01-07

Title: 'SAS' Linear Model
Description: This is a core implementation of 'SAS' procedures for linear models - GLM, REG, ANOVA, FREQ, and UNIVARIATE. Some R packages provide type II and type III SS. However, the results of nested and complex designs are often different from those of 'SAS.' Different results does not necessarily mean incorrectness. However, many wants the same results to SAS. This package aims to achieve that. Reference: Littell RC, Stroup WW, Freund RJ (2002, ISBN:0-471-22174-0).
Author: Kyun-Seop Bae [aut]
Maintainer: Kyun-Seop Bae <k@acr.kr>

Diff between sasLM versions 0.9.4 dated 2023-01-07 and 0.9.5 dated 2023-02-05

 sasLM-0.9.4/sasLM/inst/doc/Report-Different-Simplest2301071812.pdf |only
 sasLM-0.9.4/sasLM/inst/doc/Report-NOT-OKs2301071813.pdf            |only
 sasLM-0.9.4/sasLM/inst/doc/Validation-Report-GLM-2301071814.pdf    |only
 sasLM-0.9.5/sasLM/DESCRIPTION                                      |    6 
 sasLM-0.9.5/sasLM/MD5                                              |   44 +++---
 sasLM-0.9.5/sasLM/R/GLM.R                                          |   14 +-
 sasLM-0.9.5/sasLM/R/LSM.R                                          |   19 +-
 sasLM-0.9.5/sasLM/R/RDmn.R                                         |    4 
 sasLM-0.9.5/sasLM/R/REG.R                                          |   28 +++-
 sasLM-0.9.5/sasLM/R/T3test.R                                       |   67 +++++++---
 sasLM-0.9.5/sasLM/R/aov1.R                                         |   28 +++-
 sasLM-0.9.5/sasLM/R/aov2.R                                         |   28 +++-
 sasLM-0.9.5/sasLM/R/aov3.R                                         |   28 +++-
 sasLM-0.9.5/sasLM/inst/NEWS.Rd                                     |   10 +
 sasLM-0.9.5/sasLM/inst/doc/Report-Different-Simplest2301290914.pdf |only
 sasLM-0.9.5/sasLM/inst/doc/Report-NOT-OKs2301290915.pdf            |only
 sasLM-0.9.5/sasLM/inst/doc/Validation-Report-GLM-2301290915.pdf    |only
 sasLM-0.9.5/sasLM/inst/doc/sasLM-manual.pdf                        |binary
 sasLM-0.9.5/sasLM/man/GLM.Rd                                       |    8 +
 sasLM-0.9.5/sasLM/man/LSM.Rd                                       |    7 -
 sasLM-0.9.5/sasLM/man/REG.Rd                                       |   16 +-
 sasLM-0.9.5/sasLM/man/T3test.Rd                                    |    4 
 sasLM-0.9.5/sasLM/man/aov1.Rd                                      |   12 +
 sasLM-0.9.5/sasLM/man/aov2.Rd                                      |   12 +
 sasLM-0.9.5/sasLM/man/aov3.Rd                                      |   12 +
 sasLM-0.9.5/sasLM/man/est.Rd                                       |    2 
 26 files changed, 265 insertions(+), 84 deletions(-)

More information about sasLM at CRAN
Permanent link

Package rmatio updated to version 0.18.0 with previous version 0.17.0 dated 2023-01-25

Title: Read and Write 'Matlab' Files
Description: Read and write 'Matlab' MAT files from R. The 'rmatio' package supports reading MAT version 4, MAT version 5 and MAT compressed version 5. The 'rmatio' package can write version 5 MAT files and version 5 files with variable compression.
Author: Stefan Widgren [aut, cre] , Christopher Hulbert [aut]
Maintainer: Stefan Widgren <stefan.widgren@gmail.com>

Diff between rmatio versions 0.17.0 dated 2023-01-25 and 0.18.0 dated 2023-02-05

 rmatio-0.17.0/rmatio/R/have_lib.R                |only
 rmatio-0.17.0/rmatio/R/have_lib.R.in             |only
 rmatio-0.18.0/rmatio/DESCRIPTION                 |    8 
 rmatio-0.18.0/rmatio/MD5                         |   53 
 rmatio-0.18.0/rmatio/NEWS.md                     |   61 
 rmatio-0.18.0/rmatio/R/read_mat.R                |   26 
 rmatio-0.18.0/rmatio/R/rmatio.R                  |   16 
 rmatio-0.18.0/rmatio/R/write_mat.R               |  177 
 rmatio-0.18.0/rmatio/configure                   | 4378 +++++++++--------------
 rmatio-0.18.0/rmatio/configure.ac                | 2505 +++++++------
 rmatio-0.18.0/rmatio/man/read.mat.Rd             |   18 
 rmatio-0.18.0/rmatio/man/rmatio.Rd               |   14 
 rmatio-0.18.0/rmatio/man/write.mat-methods.Rd    |   79 
 rmatio-0.18.0/rmatio/src/matio/config.h          |    2 
 rmatio-0.18.0/rmatio/src/matio/config.h.in       |    2 
 rmatio-0.18.0/rmatio/tests/arguments.R           |   53 
 rmatio-0.18.0/rmatio/tests/array.R               |  212 -
 rmatio-0.18.0/rmatio/tests/cell.R                |  981 ++---
 rmatio-0.18.0/rmatio/tests/complex.R             |   30 
 rmatio-0.18.0/rmatio/tests/dgCMatrix.R           |   77 
 rmatio-0.18.0/rmatio/tests/lists.R               |   14 
 rmatio-0.18.0/rmatio/tests/logical.R             |   63 
 rmatio-0.18.0/rmatio/tests/matio_test_datasets.R | 1204 +++---
 rmatio-0.18.0/rmatio/tests/matrix.R              |   60 
 rmatio-0.18.0/rmatio/tests/one_only.R            |    6 
 rmatio-0.18.0/rmatio/tests/string.R              |  120 
 rmatio-0.18.0/rmatio/tests/structure.R           | 1048 ++---
 rmatio-0.18.0/rmatio/tests/vector.R              |   98 
 rmatio-0.18.0/rmatio/tools/pkg.m4                |only
 29 files changed, 5617 insertions(+), 5688 deletions(-)

More information about rmatio at CRAN
Permanent link

Package reproducer updated to version 0.5.1 with previous version 0.5.0 dated 2023-01-16

Title: Reproduce Statistical Analyses and Meta-Analyses
Description: Includes data analysis functions (e.g., to calculate effect sizes and 95% Confidence Intervals (CI) on Standardised Effect Sizes (d) for AB/BA cross-over repeated-measures experimental designs), data presentation functions (e.g., density curve overlaid on histogram), and the data sets analyzed in different research papers in software engineering (e.g., related to software defect prediction or multi-site experiment concerning the extent to which structured abstracts were clearer and more complete than conventional abstracts) to streamline reproducible research in software engineering.
Author: Lech Madeyski [cre, aut, ctb] , Barbara Kitchenham [ctb] , Tomasz Lewowski [ctb] , Marian Jureczko [ctb] , David Budgen [ctb] , Pearl Brereton [ctb] , Jacky Keung [ctb] , Stuart Charters [ctb] , Shirley Gibbs [ctb] , Amnart Pohthong [ctb] , Giuseppe [...truncated...]
Maintainer: Lech Madeyski <lech.madeyski@gmail.com>

Diff between reproducer versions 0.5.0 dated 2023-01-16 and 0.5.1 dated 2023-02-05

 DESCRIPTION                                  |    8 -
 MD5                                          |   20 ++--
 NEWS.md                                      |   10 +-
 R/NPSimulation.R                             |  123 ++++++++++++++++++---------
 R/reproducer.R                               |   10 +-
 inst/CITATION                                |   91 ++++++++++++-------
 man/MetaAnalysisSimulations.Rd               |    2 
 man/RandomExperimentSimulations.Rd           |    2 
 man/RandomizedBlocksExperimentSimulations.Rd |    2 
 man/calculate2GMdMRE.Rd                      |   38 ++++----
 man/calculate4GMdMRE.Rd                      |   16 +++
 11 files changed, 211 insertions(+), 111 deletions(-)

More information about reproducer at CRAN
Permanent link

Package disk.frame updated to version 0.8.0 with previous version 0.7.2 dated 2022-03-07

Title: Larger-than-RAM Disk-Based Data Manipulation Framework
Description: A disk-based data manipulation tool for working with large-than-RAM datasets. Aims to lower the barrier-to-entry for manipulating large datasets by adhering closely to popular and familiar data manipulation paradigms like 'dplyr' verbs and 'data.table' syntax.
Author: Dai ZJ [aut, cre], Jacky Poon [ctb]
Maintainer: Dai ZJ <zhuojia.dai@gmail.com>

Diff between disk.frame versions 0.7.2 dated 2022-03-07 and 0.8.0 dated 2023-02-05

 disk.frame-0.7.2/disk.frame/man/sub-.disk.frame.Rd            |only
 disk.frame-0.8.0/disk.frame/DESCRIPTION                       |   12 
 disk.frame-0.8.0/disk.frame/MD5                               |   28 -
 disk.frame-0.8.0/disk.frame/NAMESPACE                         |    1 
 disk.frame-0.8.0/disk.frame/NEWS.md                           |    7 
 disk.frame-0.8.0/disk.frame/R/anti_join.r                     |    4 
 disk.frame-0.8.0/disk.frame/R/as.data.frame.r                 |    2 
 disk.frame-0.8.0/disk.frame/R/collect.summarized_disk.frame.r |   52 ++-
 disk.frame-0.8.0/disk.frame/R/data.table.r                    |   27 +
 disk.frame-0.8.0/disk.frame/R/inner_join.r                    |    4 
 disk.frame-0.8.0/disk.frame/R/left_join.r                     |    4 
 disk.frame-0.8.0/disk.frame/R/semi_join.r                     |    4 
 disk.frame-0.8.0/disk.frame/README.md                         |  145 +++-------
 disk.frame-0.8.0/disk.frame/man/as.data.frame.disk.frame.Rd   |   54 +--
 disk.frame-0.8.0/disk.frame/man/disk.frame_to_parquet.Rd      |   32 +-
 disk.frame-0.8.0/disk.frame/man/sub-sub-.disk.frame.Rd        |only
 16 files changed, 179 insertions(+), 197 deletions(-)

More information about disk.frame at CRAN
Permanent link

Package d3r updated to version 1.0.1 with previous version 1.0.0 dated 2021-08-15

Title: 'd3.js' Utilities for R
Description: Provides a suite of functions to help ease the use of 'd3.js' in R. These helpers include 'htmltools::htmlDependency' functions, hierarchy builders, and conversion tools for 'partykit', 'igraph,' 'table', and 'data.frame' R objects into the 'JSON' that 'd3.js' expects.
Author: Mike Bostock [aut, cph] , Kent Russell [aut, cre, cph] , Gregor Aisch [aut, cph] , Adam Pearce [aut] , Ben Ortiz [ctb]
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>

Diff between d3r versions 1.0.0 dated 2021-08-15 and 1.0.1 dated 2023-02-05

 DESCRIPTION                   |   10 
 MD5                           |   22 
 NEWS.md                       |    5 
 R/dependencies.R              |    4 
 R/igraph.R                    |    2 
 README.md                     |   23 
 inst/www/d3/v7/API.md         | 1390 +++++++++++++++++++++---------------------
 inst/www/d3/v7/CHANGES.md     |    4 
 inst/www/d3/v7/LICENSE        |    2 
 inst/www/d3/v7/README.md      |   20 
 inst/www/d3/v7/dist/d3.min.js |    4 
 tests/testthat/test_deps.R    |    1 
 12 files changed, 761 insertions(+), 726 deletions(-)

More information about d3r at CRAN
Permanent link

Package av updated to version 0.8.3 with previous version 0.8.2 dated 2022-10-06

Title: Working with Audio and Video in R
Description: Bindings to 'FFmpeg' <http://www.ffmpeg.org/> AV library for working with audio and video in R. Generates high quality video from images or R graphics with custom audio. Also offers high performance tools for reading raw audio, creating 'spectrograms', and converting between countless audio / video formats. This package interfaces directly to the C API and does not require any command line utilities.
Author: Jeroen Ooms [aut, cre]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between av versions 0.8.2 dated 2022-10-06 and 0.8.3 dated 2023-02-05

 av-0.8.2/av/src/Makevars.ucrt |only
 av-0.8.3/av/DESCRIPTION       |    9 ++++-----
 av-0.8.3/av/MD5               |   11 +++++------
 av-0.8.3/av/NEWS              |    4 ++++
 av-0.8.3/av/src/Makevars.in   |    1 -
 av-0.8.3/av/src/Makevars.win  |   11 +++++++++--
 av-0.8.3/av/src/fft.c         |    4 ++--
 7 files changed, 24 insertions(+), 16 deletions(-)

More information about av at CRAN
Permanent link

Package RedditExtractoR updated to version 3.0.7 with previous version 3.0.6 dated 2022-03-03

Title: Reddit Data Extraction Toolkit
Description: A collection of tools for extracting structured data from <https://www.reddit.com/>.
Author: Ivan Rivera <ivan.s.rivera@gmail.com>
Maintainer: Ivan Rivera <ivan.s.rivera@gmail.com>

Diff between RedditExtractoR versions 3.0.6 dated 2022-03-03 and 3.0.7 dated 2023-02-05

 DESCRIPTION         |    8 ++++----
 MD5                 |   10 +++++-----
 NEWS.md             |    4 ++++
 R/json_extractors.R |    2 +-
 R/parsers.R         |    1 +
 R/url_to_json.R     |    5 ++++-
 6 files changed, 19 insertions(+), 11 deletions(-)

More information about RedditExtractoR at CRAN
Permanent link

Package JSmediation updated to version 0.2.1 with previous version 0.2.0 dated 2021-09-02

Title: Mediation Analysis Using Joint Significance
Description: A set of helper functions to conduct joint-significance tests for mediation analysis, as recommended by Yzerbyt, Muller, Batailler, & Judd. (2018) <doi:10.1037/pspa0000132>.
Author: Cedric Batailler [aut, cre] , Dominique Muller [aut] , Vincent Yzerbyt [aut], Charles Judd [aut], Yoann Julliard [ctb] , Arnold Ho [dtc], Nour Kteily [dtc], Jacqueline Chen [dtc], Simone Dohle [dtc], Michael Siegrist [dtc]
Maintainer: Cedric Batailler <cedric.batailler@gmail.com>

Diff between JSmediation versions 0.2.0 dated 2021-09-02 and 0.2.1 dated 2023-02-05

 JSmediation-0.2.0/JSmediation/R/JSmediation.R                                                                |only
 JSmediation-0.2.1/JSmediation/DESCRIPTION                                                                    |   14 
 JSmediation-0.2.1/JSmediation/LICENSE                                                                        |    4 
 JSmediation-0.2.1/JSmediation/MD5                                                                            |  180 
 JSmediation-0.2.1/JSmediation/NAMESPACE                                                                      |  112 
 JSmediation-0.2.1/JSmediation/NEWS.md                                                                        |   96 
 JSmediation-0.2.1/JSmediation/R/JSmediation-package.R                                                        |only
 JSmediation-0.2.1/JSmediation/R/add_index.R                                                                  |   48 
 JSmediation-0.2.1/JSmediation/R/apastylr.R                                                                   |  118 
 JSmediation-0.2.1/JSmediation/R/build_contrast.R                                                             |  112 
 JSmediation-0.2.1/JSmediation/R/check_assumptions.R                                                          |  188 
 JSmediation-0.2.1/JSmediation/R/check_variables.R                                                            |  100 
 JSmediation-0.2.1/JSmediation/R/compute_indirect_effect_for.R                                                |  314 
 JSmediation-0.2.1/JSmediation/R/create_path.R                                                                |   48 
 JSmediation-0.2.1/JSmediation/R/display_models.R                                                             |   74 
 JSmediation-0.2.1/JSmediation/R/dohle_siegrist.R                                                             |   58 
 JSmediation-0.2.1/JSmediation/R/dohle_siegrist_w.R                                                           |   58 
 JSmediation-0.2.1/JSmediation/R/extract_models.R                                                             |  250 
 JSmediation-0.2.1/JSmediation/R/ho_et_al.R                                                                   |   70 
 JSmediation-0.2.1/JSmediation/R/indirect_effect-methods.R                                                    |   48 
 JSmediation-0.2.1/JSmediation/R/indirect_effect_class.R                                                      |   54 
 JSmediation-0.2.1/JSmediation/R/mdt_moderated.R                                                              |  392 
 JSmediation-0.2.1/JSmediation/R/mdt_moderated_index.R                                                        |  292 
 JSmediation-0.2.1/JSmediation/R/mdt_simple.R                                                                 |  330 
 JSmediation-0.2.1/JSmediation/R/mdt_simple_index.R                                                           |  134 
 JSmediation-0.2.1/JSmediation/R/mdt_within.R                                                                 |  446 
 JSmediation-0.2.1/JSmediation/R/mdt_within_index.R                                                           |  134 
 JSmediation-0.2.1/JSmediation/R/mdt_within_wide.R                                                            |  316 
 JSmediation-0.2.1/JSmediation/R/mediation_model_class.R                                                      |   62 
 JSmediation-0.2.1/JSmediation/R/mediation_model_print.R                                                      |  116 
 JSmediation-0.2.1/JSmediation/R/plot_assumptions.R                                                           |  262 
 JSmediation-0.2.1/JSmediation/R/standarize_variable.R                                                        |  134 
 JSmediation-0.2.1/JSmediation/R/utils-glue.R                                                                 |   34 
 JSmediation-0.2.1/JSmediation/R/utils-pipe.R                                                                 |   22 
 JSmediation-0.2.1/JSmediation/R/utils-tidy-eval.R                                                            |   80 
 JSmediation-0.2.1/JSmediation/R/zzz.R                                                                        |   64 
 JSmediation-0.2.1/JSmediation/README.md                                                                      |  318 
 JSmediation-0.2.1/JSmediation/build/vignette.rds                                                             |binary
 JSmediation-0.2.1/JSmediation/inst/apa.csl                                                                   | 3832 +++----
 JSmediation-0.2.1/JSmediation/inst/doc/jsmediation.R                                                         |   94 
 JSmediation-0.2.1/JSmediation/inst/doc/jsmediation.Rmd                                                       |  498 
 JSmediation-0.2.1/JSmediation/inst/doc/jsmediation.html                                                      | 1121 +-
 JSmediation-0.2.1/JSmediation/inst/doc/moderated-mediation.R                                                 |  108 
 JSmediation-0.2.1/JSmediation/inst/doc/moderated-mediation.Rmd                                               |  312 
 JSmediation-0.2.1/JSmediation/inst/doc/moderated-mediation.html                                              | 1151 +-
 JSmediation-0.2.1/JSmediation/inst/references.bib                                                            |  214 
 JSmediation-0.2.1/JSmediation/man/JSmediation-package.Rd                                                     |  127 
 JSmediation-0.2.1/JSmediation/man/add_index.Rd                                                               |   64 
 JSmediation-0.2.1/JSmediation/man/add_index.moderated_mediation.Rd                                           |  128 
 JSmediation-0.2.1/JSmediation/man/add_index.simple_mediation.Rd                                              |   92 
 JSmediation-0.2.1/JSmediation/man/add_index.within_participant_mediation.Rd                                  |   92 
 JSmediation-0.2.1/JSmediation/man/apastylr.Rd                                                                |   54 
 JSmediation-0.2.1/JSmediation/man/build_contrast.Rd                                                          |   86 
 JSmediation-0.2.1/JSmediation/man/check_assumptions.Rd                                                       |  104 
 JSmediation-0.2.1/JSmediation/man/compute_indirect_effect_for.Rd                                             |  210 
 JSmediation-0.2.1/JSmediation/man/display_models.Rd                                                          |   66 
 JSmediation-0.2.1/JSmediation/man/dohle_siegrist.Rd                                                          |   74 
 JSmediation-0.2.1/JSmediation/man/dohle_siegrist_wide.Rd                                                     |   76 
 JSmediation-0.2.1/JSmediation/man/extract_model.Rd                                                           |   88 
 JSmediation-0.2.1/JSmediation/man/extract_models.Rd                                                          |   78 
 JSmediation-0.2.1/JSmediation/man/extract_tidy_models.Rd                                                     |   78 
 JSmediation-0.2.1/JSmediation/man/ho_et_al.Rd                                                                |   88 
 JSmediation-0.2.1/JSmediation/man/mdt_moderated.Rd                                                           |  276 
 JSmediation-0.2.1/JSmediation/man/mdt_simple.Rd                                                              |  258 
 JSmediation-0.2.1/JSmediation/man/mdt_within.Rd                                                              |  330 
 JSmediation-0.2.1/JSmediation/man/mdt_within_wide.Rd                                                         |  288 
 JSmediation-0.2.1/JSmediation/man/pipe.Rd                                                                    |   24 
 JSmediation-0.2.1/JSmediation/man/plot_assumptions.Rd                                                        |   98 
 JSmediation-0.2.1/JSmediation/man/print.indirect_index.Rd                                                    |   39 
 JSmediation-0.2.1/JSmediation/man/print.mediation_model.Rd                                                   |   38 
 JSmediation-0.2.1/JSmediation/man/standardize_variable.Rd                                                    |   96 
 JSmediation-0.2.1/JSmediation/man/tidyeval.Rd                                                                |   94 
 JSmediation-0.2.1/JSmediation/tests/testthat.R                                                               |    8 
 JSmediation-0.2.1/JSmediation/tests/testthat/_snaps/plot_assumptions/last-plot-plot-assumptions-produces.svg | 5442 ++++------
 JSmediation-0.2.1/JSmediation/tests/testthat/test-apastylr.R                                                 |   34 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-build_contrast.R                                           |   48 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-check_assumptions.R                                        |  108 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-compute_indirect_effect_for.R                              |  260 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-display_models.R                                           |   26 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-extract_models.R                                           |  110 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-indirect_effect-methods.R                                  |   30 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_moderated.R                                            |  254 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_moderated_index.R                                      |  118 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_simple.R                                               |   78 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_simple_index.R                                         |   76 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_within.R                                               |  186 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_within_index.R                                         |   42 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-mdt_within_wide.R                                          |   56 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-plot_assumptions.R                                         |   96 
 JSmediation-0.2.1/JSmediation/tests/testthat/test-standarize_variable.R                                      |  150 
 JSmediation-0.2.1/JSmediation/vignettes/jsmediation.Rmd                                                      |  498 
 JSmediation-0.2.1/JSmediation/vignettes/moderated-mediation.Rmd                                              |  312 
 92 files changed, 12066 insertions(+), 11324 deletions(-)

More information about JSmediation at CRAN
Permanent link

Package AirMonitor updated to version 0.3.9 with previous version 0.2.2 dated 2022-03-31

Title: Air Quality Data Analysis
Description: Utilities for working with hourly air quality monitoring data with a focus on small particulates (PM2.5). A compact data model is structured as a list with two dataframes. A 'meta' dataframe contains spatial and measuring device metadata associated with deployments at known locations. A 'data' dataframe contains a 'datetime' column followed by columns of measurements associated with each "device-deployment". Algorithms to calculate NowCast and the associated Air Quality Index (AQI) are defined at the US Environmental Projection Agency AirNow program: <https://www.airnow.gov/sites/default/files/2020-05/aqi-technical-assistance-document-sept2018.pdf>.
Author: Jonathan Callahan [aut, cre], Spencer Pease [ctb], Hans Martin [ctb], Rex Thompson [ctb]
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>

Diff between AirMonitor versions 0.2.2 dated 2022-03-31 and 0.3.9 dated 2023-02-05

 DESCRIPTION                                  |   16 
 MD5                                          |  132 
 NAMESPACE                                    |    3 
 NEWS.md                                      |   69 
 R/AirMonitor.R                               |    3 
 R/airnow_loadAnnual.R                        |    2 
 R/airsis_loadAnnual.R                        |   31 
 R/airsis_loadDaily.R                         |   28 
 R/airsis_loadLatest.R                        |   28 
 R/data.R                                     |   27 
 R/epa_aqs_loadAnnual.R                       |only
 R/monitor_collapse.R                         |   20 
 R/monitor_combine.R                          |   47 
 R/monitor_filterDate.R                       |   13 
 R/monitor_filterDatetime.R                   |   14 
 R/monitor_fromPWFSLSmoke.R                   |   69 
 R/monitor_getCurrentStatus.R                 |    2 
 R/monitor_getDistance.R                      |    4 
 R/monitor_leaflet.R                          |    2 
 R/monitor_load.R                             |    8 
 R/monitor_loadAnnual.R                       |  114 
 R/monitor_nowcast.R                          |    6 
 R/monitor_selectWhere.R                      |only
 R/monitor_timeseriesPlot.R                   |   11 
 R/monitor_toPWFSLSmoke.R                     |    9 
 R/utils-QC.R                                 |only
 R/utils-monitor.R                            |    2 
 R/wrcc_loadAnnual.R                          |   28 
 R/wrcc_loadDaily.R                           |   28 
 R/wrcc_loadLatest.R                          |   28 
 README.md                                    |    1 
 build/vignette.rds                           |binary
 data/Camp_Fire.rda                           |binary
 data/Carmel_Valley.rda                       |binary
 data/NW_Megafires.rda                        |binary
 inst/doc/AirMonitor.R                        |   35 
 inst/doc/AirMonitor.Rmd                      |   83 
 inst/doc/AirMonitor.html                     |  331 +
 inst/doc/Data_Model.R                        |   77 
 inst/doc/Data_Model.Rmd                      |  163 
 inst/doc/Data_Model.html                     | 5393 ++++++++++++++++++++++++++-
 inst/doc/Developer_Style_Guide.Rmd           |   25 
 inst/doc/Developer_Style_Guide.html          |   97 
 man/Camp_Fire.Rd                             |    4 
 man/Carmel_Valley.Rd                         |    6 
 man/NW_Megafires.Rd                          |   11 
 man/QC_invalidateConsecutiveSuspectValues.Rd |only
 man/airsis_loadAnnual.Rd                     |   15 
 man/airsis_loadDaily.Rd                      |   15 
 man/airsis_loadLatest.Rd                     |   15 
 man/epa_aqs_loadAnnual.Rd                    |only
 man/monitor_check.Rd                         |    2 
 man/monitor_collapse.Rd                      |   20 
 man/monitor_combine.Rd                       |   42 
 man/monitor_filterDate.Rd                    |    3 
 man/monitor_filterDatetime.Rd                |    3 
 man/monitor_getCurrentStatus.Rd              |    2 
 man/monitor_getDistance.Rd                   |    4 
 man/monitor_load.Rd                          |    6 
 man/monitor_loadAnnual.Rd                    |   14 
 man/monitor_selectWhere.Rd                   |only
 man/wrcc_loadAnnual.Rd                       |   15 
 man/wrcc_loadDaily.Rd                        |   15 
 man/wrcc_loadLatest.Rd                       |   15 
 vignettes/AirMonitor.Rmd                     |   83 
 vignettes/Data_Model.Rmd                     |  163 
 vignettes/Developer_Style_Guide.Rmd          |   25 
 vignettes/articles/Citations.Rmd             |    2 
 vignettes/articles/NowCast.Rmd               |  207 -
 vignettes/articles/Save_Data_as_CSV.Rmd      |   49 
 70 files changed, 6798 insertions(+), 887 deletions(-)

More information about AirMonitor at CRAN
Permanent link

Package rdatacite updated to version 0.5.4 with previous version 0.5.2 dated 2020-03-04

Title: Client for the 'DataCite' API
Description: Client for the web service methods provided by 'DataCite' (<https://www.datacite.org/>), including functions to interface with their 'RESTful' search API. The API is backed by 'Elasticsearch', allowing expressive queries, including faceting.
Author: Scott Chamberlain [aut] , Bianca Kramer [cre]
Maintainer: Bianca Kramer <bianca.kramer@gmail.com>

Diff between rdatacite versions 0.5.2 dated 2020-03-04 and 0.5.4 dated 2023-02-05

 rdatacite-0.5.2/rdatacite/README.md                                |only
 rdatacite-0.5.4/rdatacite/DESCRIPTION                              |   40 -
 rdatacite-0.5.4/rdatacite/LICENSE                                  |    4 
 rdatacite-0.5.4/rdatacite/MD5                                      |   92 ++--
 rdatacite-0.5.4/rdatacite/NAMESPACE                                |   29 -
 rdatacite-0.5.4/rdatacite/NEWS.md                                  |  130 +++--
 rdatacite-0.5.4/rdatacite/R/dc_activities.R                        |   56 +-
 rdatacite-0.5.4/rdatacite/R/dc_client_prefixes.R                   |   62 +-
 rdatacite-0.5.4/rdatacite/R/dc_clients.R                           |   66 +-
 rdatacite-0.5.4/rdatacite/R/dc_cn.R                                |only
 rdatacite-0.5.4/rdatacite/R/dc_dois.R                              |  180 +++----
 rdatacite-0.5.4/rdatacite/R/dc_events.R                            |  134 ++---
 rdatacite-0.5.4/rdatacite/R/dc_prefixes.R                          |   50 +-
 rdatacite-0.5.4/rdatacite/R/dc_provider_prefixes.R                 |   50 +-
 rdatacite-0.5.4/rdatacite/R/dc_providers.R                         |   84 +--
 rdatacite-0.5.4/rdatacite/R/dc_reports.R                           |   98 ++--
 rdatacite-0.5.4/rdatacite/R/dc_status.R                            |   50 +-
 rdatacite-0.5.4/rdatacite/R/print_dc.R                             |   50 +-
 rdatacite-0.5.4/rdatacite/R/rdatacite-package.R                    |  121 ++---
 rdatacite-0.5.4/rdatacite/R/rest_helpers.R                         |   89 ++-
 rdatacite-0.5.4/rdatacite/R/zzz.r                                  |   74 +--
 rdatacite-0.5.4/rdatacite/inst/ignore/dc_person.R                  |   32 -
 rdatacite-0.5.4/rdatacite/man/dc_activities.Rd                     |   92 ++--
 rdatacite-0.5.4/rdatacite/man/dc_check.Rd                          |   30 -
 rdatacite-0.5.4/rdatacite/man/dc_client_prefixes.Rd                |  104 ++--
 rdatacite-0.5.4/rdatacite/man/dc_clients.Rd                        |  108 ++--
 rdatacite-0.5.4/rdatacite/man/dc_cn.Rd                             |only
 rdatacite-0.5.4/rdatacite/man/dc_dois.Rd                           |  230 +++++-----
 rdatacite-0.5.4/rdatacite/man/dc_events.Rd                         |  186 ++++----
 rdatacite-0.5.4/rdatacite/man/dc_prefixes.Rd                       |   60 +-
 rdatacite-0.5.4/rdatacite/man/dc_provider_prefixes.Rd              |   60 +-
 rdatacite-0.5.4/rdatacite/man/dc_providers.Rd                      |  110 ++--
 rdatacite-0.5.4/rdatacite/man/dc_reports.Rd                        |  122 ++---
 rdatacite-0.5.4/rdatacite/man/dc_status.Rd                         |   40 -
 rdatacite-0.5.4/rdatacite/man/rdatacite-package.Rd                 |  158 +++---
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_activities.yml         |   78 +--
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_client_prefixes.yml    |   80 +--
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_clients.yml            |   80 +--
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_cn.yml                 |only
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_cn_fail.yml            |only
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_dois.yml               |   78 +--
 rdatacite-0.5.4/rdatacite/tests/fixtures/dc_events.yml             |   78 +--
 rdatacite-0.5.4/rdatacite/tests/test-all.R                         |    4 
 rdatacite-0.5.4/rdatacite/tests/testthat/helper-rdatacite.R        |    6 
 rdatacite-0.5.4/rdatacite/tests/testthat/test-dc_activities.R      |   44 -
 rdatacite-0.5.4/rdatacite/tests/testthat/test-dc_client_prefixes.R |   44 -
 rdatacite-0.5.4/rdatacite/tests/testthat/test-dc_clients.R         |   44 -
 rdatacite-0.5.4/rdatacite/tests/testthat/test-dc_cn.R              |only
 rdatacite-0.5.4/rdatacite/tests/testthat/test-dc_dois.R            |   44 -
 rdatacite-0.5.4/rdatacite/tests/testthat/test-dc_events.R          |   46 +-
 50 files changed, 1729 insertions(+), 1688 deletions(-)

More information about rdatacite at CRAN
Permanent link

Package report updated to version 0.5.6 with previous version 0.5.5 dated 2022-08-22

Title: Automated Reporting of Results and Statistical Models
Description: The aim of the 'report' package is to bridge the gap between R’s output and the formatted results contained in your manuscript. This package converts statistical models and data frames into textual reports suited for publication, ensuring standardization and quality in results reporting.
Author: Dominique Makowski [aut] , Daniel Luedecke [aut] , Indrajeet Patil [aut] , Remi Theriault [aut, cre] , Mattan S. Ben-Shachar [aut] , Brenton M. Wiernik [aut] , Rudolf Siegel [ctb]
Maintainer: Remi Theriault <remi.theriault@mail.mcgill.ca>

Diff between report versions 0.5.5 dated 2022-08-22 and 0.5.6 dated 2023-02-05

 report-0.5.5/report/tests/testthat/_snaps/unix                                |only
 report-0.5.6/report/DESCRIPTION                                               |   82 -
 report-0.5.6/report/MD5                                                       |  240 ++---
 report-0.5.6/report/NAMESPACE                                                 |    4 
 report-0.5.6/report/NEWS.md                                                   |   19 
 report-0.5.6/report/R/cite_easystats.R                                        |  183 +++-
 report-0.5.6/report/R/format_algorithm.R                                      |   10 
 report-0.5.6/report/R/format_citation.R                                       |   16 
 report-0.5.6/report/R/format_formula.R                                        |   11 
 report-0.5.6/report/R/format_model.R                                          |   13 
 report-0.5.6/report/R/report-package.R                                        |only
 report-0.5.6/report/R/report.R                                                |   26 
 report-0.5.6/report/R/report.aov.R                                            |   24 
 report-0.5.6/report/R/report.bayesfactor_models.R                             |   37 
 report-0.5.6/report/R/report.brmsfit.R                                        |   21 
 report-0.5.6/report/R/report.character.R                                      |   12 
 report-0.5.6/report/R/report.data.frame.R                                     |   64 -
 report-0.5.6/report/R/report.default.R                                        |  101 --
 report-0.5.6/report/R/report.factor.R                                         |    2 
 report-0.5.6/report/R/report.htest.R                                          |  326 +++----
 report-0.5.6/report/R/report.lavaan.R                                         |   39 
 report-0.5.6/report/R/report.lm.R                                             |   32 
 report-0.5.6/report/R/report.numeric.R                                        |   56 -
 report-0.5.6/report/R/report.sessionInfo.R                                    |   14 
 report-0.5.6/report/R/report.stanreg.R                                        |   34 
 report-0.5.6/report/R/report_effectsize.R                                     |   52 -
 report-0.5.6/report/R/report_htest_chi2.R                                     |only
 report-0.5.6/report/R/report_htest_cor.R                                      |only
 report-0.5.6/report/R/report_htest_ttest.R                                    |only
 report-0.5.6/report/R/report_htest_wilcox.R                                   |only
 report-0.5.6/report/R/report_info.R                                           |   18 
 report-0.5.6/report/R/report_intercept.R                                      |   22 
 report-0.5.6/report/R/report_misc.R                                           |   14 
 report-0.5.6/report/R/report_model.R                                          |   18 
 report-0.5.6/report/R/report_parameters.R                                     |   70 -
 report-0.5.6/report/R/report_participants.R                                   |   96 +-
 report-0.5.6/report/R/report_performance.R                                    |   34 
 report-0.5.6/report/R/report_priors.R                                         |   15 
 report-0.5.6/report/R/report_random.R                                         |   46 -
 report-0.5.6/report/R/report_sample.R                                         |   66 -
 report-0.5.6/report/R/report_statistics.R                                     |   18 
 report-0.5.6/report/R/report_table.R                                          |   65 +
 report-0.5.6/report/R/report_text.R                                           |   25 
 report-0.5.6/report/R/utils_error_message.R                                   |    2 
 report-0.5.6/report/R/utils_grouped_df.R                                      |    4 
 report-0.5.6/report/README.md                                                 |  183 +---
 report-0.5.6/report/build/vignette.rds                                        |binary
 report-0.5.6/report/inst/CITATION                                             |    8 
 report-0.5.6/report/inst/WORDLIST                                             |   20 
 report-0.5.6/report/inst/doc/cite_packages.R                                  |    1 
 report-0.5.6/report/inst/doc/cite_packages.Rmd                                |    1 
 report-0.5.6/report/inst/doc/cite_packages.html                               |  152 +--
 report-0.5.6/report/inst/doc/new_models.html                                  |   14 
 report-0.5.6/report/inst/doc/report.R                                         |   12 
 report-0.5.6/report/inst/doc/report.Rmd                                       |   16 
 report-0.5.6/report/inst/doc/report.html                                      |  422 ++++------
 report-0.5.6/report/inst/doc/report_table.R                                   |only
 report-0.5.6/report/inst/doc/report_table.Rmd                                 |only
 report-0.5.6/report/inst/doc/report_table.html                                |only
 report-0.5.6/report/inst/easystats_bib.bib                                    |   16 
 report-0.5.6/report/inst/easystats_bib.yaml                                   |   36 
 report-0.5.6/report/man/cite_easystats.Rd                                     |    1 
 report-0.5.6/report/man/format_formula.Rd                                     |   32 
 report-0.5.6/report/man/reexports.Rd                                          |only
 report-0.5.6/report/man/report-package.Rd                                     |only
 report-0.5.6/report/man/report.Rd                                             |   28 
 report-0.5.6/report/man/report.bayesfactor_models.Rd                          |   27 
 report-0.5.6/report/man/report.brmsfit.Rd                                     |   21 
 report-0.5.6/report/man/report.data.frame.Rd                                  |   21 
 report-0.5.6/report/man/report.htest.Rd                                       |    2 
 report-0.5.6/report/man/report.lavaan.Rd                                      |   30 
 report-0.5.6/report/man/report.lm.Rd                                          |   19 
 report-0.5.6/report/man/report.stanreg.Rd                                     |   17 
 report-0.5.6/report/man/report_effectsize.Rd                                  |   20 
 report-0.5.6/report/man/report_info.Rd                                        |   21 
 report-0.5.6/report/man/report_intercept.Rd                                   |   21 
 report-0.5.6/report/man/report_model.Rd                                       |   21 
 report-0.5.6/report/man/report_parameters.Rd                                  |   21 
 report-0.5.6/report/man/report_participants.Rd                                |    3 
 report-0.5.6/report/man/report_performance.Rd                                 |   39 
 report-0.5.6/report/man/report_priors.Rd                                      |   15 
 report-0.5.6/report/man/report_random.Rd                                      |   46 -
 report-0.5.6/report/man/report_sample.Rd                                      |    5 
 report-0.5.6/report/man/report_statistics.Rd                                  |   21 
 report-0.5.6/report/man/report_table.Rd                                       |   41 
 report-0.5.6/report/man/report_text.Rd                                        |   28 
 report-0.5.6/report/tests/testthat.R                                          |   54 -
 report-0.5.6/report/tests/testthat/_snaps/windows/report.aov.md               |   86 +-
 report-0.5.6/report/tests/testthat/_snaps/windows/report.brmsfit.md           |only
 report-0.5.6/report/tests/testthat/_snaps/windows/report.data.frame.md        |    2 
 report-0.5.6/report/tests/testthat/_snaps/windows/report.htest-chi2.md        |only
 report-0.5.6/report/tests/testthat/_snaps/windows/report.htest-correlation.md |   74 -
 report-0.5.6/report/tests/testthat/_snaps/windows/report.htest-t-test.md      |  362 +++++---
 report-0.5.6/report/tests/testthat/_snaps/windows/report.htest-wilcox.md      |only
 report-0.5.6/report/tests/testthat/_snaps/windows/report.ivreg.md             |   88 --
 report-0.5.6/report/tests/testthat/_snaps/windows/report.lavaan.md            |  150 +--
 report-0.5.6/report/tests/testthat/_snaps/windows/report.lm.md                |   48 -
 report-0.5.6/report/tests/testthat/_snaps/windows/report.lmer.md              |   96 +-
 report-0.5.6/report/tests/testthat/_snaps/windows/report.stanreg.md           |  114 +-
 report-0.5.6/report/tests/testthat/_snaps/windows/report.survreg.md           |   77 -
 report-0.5.6/report/tests/testthat/_snaps/windows/report_participants.md      |only
 report-0.5.6/report/tests/testthat/_snaps/windows/report_performance.md       |only
 report-0.5.6/report/tests/testthat/_snaps/windows/report_sample.md            |only
 report-0.5.6/report/tests/testthat/helper.R                                   |only
 report-0.5.6/report/tests/testthat/test-format_model.R                        |   64 -
 report-0.5.6/report/tests/testthat/test-report.aov.R                          |   53 +
 report-0.5.6/report/tests/testthat/test-report.bayesfactor_models.R           |   60 -
 report-0.5.6/report/tests/testthat/test-report.brmsfit.R                      |   55 -
 report-0.5.6/report/tests/testthat/test-report.data.frame.R                   |   21 
 report-0.5.6/report/tests/testthat/test-report.htest-chi2.R                   |only
 report-0.5.6/report/tests/testthat/test-report.htest-correlation.R            |    9 
 report-0.5.6/report/tests/testthat/test-report.htest-t-test.R                 |   91 +-
 report-0.5.6/report/tests/testthat/test-report.htest-wilcox.R                 |   38 
 report-0.5.6/report/tests/testthat/test-report.ivreg.R                        |   24 
 report-0.5.6/report/tests/testthat/test-report.lavaan.R                       |   34 
 report-0.5.6/report/tests/testthat/test-report.lm.R                           |    9 
 report-0.5.6/report/tests/testthat/test-report.lmer.R                         |   38 
 report-0.5.6/report/tests/testthat/test-report.sessionInfo.R                  |   47 -
 report-0.5.6/report/tests/testthat/test-report.stanreg.R                      |   62 -
 report-0.5.6/report/tests/testthat/test-report.survreg.R                      |   24 
 report-0.5.6/report/tests/testthat/test-report_intercept.R                    |   95 +-
 report-0.5.6/report/tests/testthat/test-report_participants.R                 |   86 +-
 report-0.5.6/report/tests/testthat/test-report_performance.R                  |  197 +++-
 report-0.5.6/report/tests/testthat/test-report_sample.R                       |only
 report-0.5.6/report/vignettes/cite_packages.Rmd                               |    1 
 report-0.5.6/report/vignettes/report.Rmd                                      |   16 
 report-0.5.6/report/vignettes/report_table.Rmd                                |only
 127 files changed, 2921 insertions(+), 2566 deletions(-)

More information about report at CRAN
Permanent link

Package lillies updated to version 0.2.10 with previous version 0.2.9 dated 2021-02-16

Title: Estimation of Life Years Lost
Description: Estimation of life expectancy and Life Years Lost (LYL, or lillies for short) for a given population, for example those with a given disease or condition. In addition, the package can be used to compare estimates from different populations, or to estimate confidence intervals. Technical details of the method are available in Plana-Ripoll et al. (2020) <doi:10.1371/journal.pone.0228073> and Andersen (2017) <doi:10.1002/sim.7357>.
Author: Oleguer Plana-Ripoll [aut, cre]
Maintainer: Oleguer Plana-Ripoll <opr@clin.au.dk>

Diff between lillies versions 0.2.9 dated 2021-02-16 and 0.2.10 dated 2023-02-05

 DESCRIPTION              |   14 +++++++-------
 MD5                      |   32 ++++++++++++++++----------------
 R/lyl.R                  |    3 ++-
 R/lyl_aggregated_range.R |    2 +-
 R/lyl_aux.R              |   18 ++++++++++++------
 R/lyl_ci.R               |   19 ++++++++++++-------
 R/lyl_diff.R             |   28 ++++++++++++++++++----------
 R/lyl_diff_aux.R         |    6 ++++--
 R/lyl_diff_ref.R         |   28 ++++++++++++++++++----------
 R/lyl_plot.R             |   14 +++++++++-----
 R/lyl_range.R            |    3 ++-
 R/lyl_summary.R          |   12 ++++++------
 man/lyl.Rd               |    3 ++-
 man/lyl_ci.Rd            |    4 ++--
 man/lyl_diff.Rd          |    4 ++--
 man/lyl_range.Rd         |    3 ++-
 man/summary.lyl_ci.Rd    |    6 +++---
 17 files changed, 118 insertions(+), 81 deletions(-)

More information about lillies at CRAN
Permanent link

Package howManyImputations updated to version 0.2.4 with previous version 0.2.3 dated 2022-05-31

Title: Calculate How many Imputations are Needed for Multiple Imputation
Description: When performing multiple imputations, while 5-10 imputations are sufficient for obtaining point estimates, a larger number of imputations are needed for proper standard error estimates. This package allows you to calculate how many imputations are needed, following the work of von Hippel (2020) <doi:10.1177/0049124117747303>.
Author: Josh Errickson [aut, cre]
Maintainer: Josh Errickson <jerrick@umich.edu>

Diff between howManyImputations versions 0.2.3 dated 2022-05-31 and 0.2.4 dated 2023-02-05

 DESCRIPTION   |    8 ++++----
 MD5           |    6 +++---
 NEWS.md       |    6 +++++-
 inst/CITATION |   38 ++++++++++++++++++--------------------
 4 files changed, 30 insertions(+), 28 deletions(-)

More information about howManyImputations at CRAN
Permanent link

Package andrews updated to version 1.1.1 with previous version 1.1.0 dated 2023-01-08

Title: Various Andrews Curves
Description: Visualisation of multidimensional data through different Andrews curves: Andrews, D. F. (1972) Plots of High-Dimensional Data. Biometrics, 28(1), 125-136. <doi:10.2307/2528964>.
Author: Jaroslav Myslivec [aut], Sigbert Klinke [cre, ctb]
Maintainer: Sigbert Klinke <sigbert@hu-berlin.de>

Diff between andrews versions 1.1.0 dated 2023-01-08 and 1.1.1 dated 2023-02-05

 DESCRIPTION           |   13 ++++---
 MD5                   |   18 +++++-----
 NAMESPACE             |    5 ++
 R/andrews.R           |   85 +++++++++-----------------------------------------
 R/normalize.R         |   35 ++++++++++++++------
 R/outlyingness.R      |only
 README.md             |    5 +-
 inst/doc/andrews.html |    6 +--
 man/andrews.Rd        |   14 ++++----
 man/normalize.Rd      |   11 +++++-
 man/outlyingness.Rd   |only
 11 files changed, 85 insertions(+), 107 deletions(-)

More information about andrews at CRAN
Permanent link

Package tm updated to version 0.7-11 with previous version 0.7-10 dated 2022-12-14

Title: Text Mining Package
Description: A framework for text mining applications within R.
Author: Ingo Feinerer [aut, cre] , Kurt Hornik [aut] , Artifex Software, Inc. [ctb, cph]
Maintainer: Ingo Feinerer <feinerer@logic.at>

Diff between tm versions 0.7-10 dated 2022-12-14 and 0.7-11 dated 2023-02-05

 DESCRIPTION             |   10 +++++-----
 MD5                     |   18 +++++++++---------
 inst/CITATION           |   12 +++++++++---
 inst/NEWS.Rd            |    9 ++++++++-
 inst/doc/extensions.pdf |binary
 inst/doc/tm.pdf         |binary
 man/acq.Rd              |    2 +-
 man/crude.Rd            |    2 +-
 man/readDOC.Rd          |   13 ++++++++-----
 man/readReut21578XML.Rd |    2 +-
 10 files changed, 42 insertions(+), 26 deletions(-)

More information about tm at CRAN
Permanent link

Package RSiena updated to version 1.3.14.1 with previous version 1.3.14 dated 2022-11-04

Title: Siena - Simulation Investigation for Empirical Network Analysis
Description: The main purpose of this package is to perform simulation-based estimation of stochastic actor-oriented models for longitudinal network data collected as panel data. Dependent variables can be single or multivariate networks, which can be directed, non-directed, or two-mode; and associated actor variables. There are also functions for testing parameters and checking goodness of fit. An overview of these models is given in Tom A.B. Snijders (2017), Stochastic Actor-Oriented Models for Network Dynamics, Annual Review of Statistics and Its Application, 4, 343-363 <doi: 10.1146/annurev-statistics-060116-054035>. An extensive manual, scripts, and much further information is at the Siena website <http://www.stats.ox.ac.uk/~snijders/siena/>.
Author: Tom A.B. Snijders [cre, aut] , Ruth Ripley [aut], Krists Boitmanis [aut, ctb], Christian Steglich [aut, ctb] , Johan Koskinen [aut, ctb] , Nynke Niezink [aut, ctb] , Viviana Amati [aut, ctb] , Christoph Stadtfeld [ctb] , James Hollway [ctb] , Per Blo [...truncated...]
Maintainer: Tom A.B. Snijders <tom.snijders@nuffield.ox.ac.uk>

Diff between RSiena versions 1.3.14 dated 2022-11-04 and 1.3.14.1 dated 2023-02-05

 DESCRIPTION              |    8 ++---
 MD5                      |    4 +-
 src/siena07internals.cpp |   75 +++++++++++++++++++++++------------------------
 3 files changed, 44 insertions(+), 43 deletions(-)

More information about RSiena at CRAN
Permanent link

Package elbird (with last version 0.2.5) was removed from CRAN

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

2022-08-12 0.2.5
2022-04-19 0.2.3
2022-04-17 0.2.2
2022-04-04 0.1.3
2022-03-31 0.1.1

Permanent link
Package tree updated to version 1.0-43 with previous version 1.0-42 dated 2022-05-29

Title: Classification and Regression Trees
Description: Classification and regression trees.
Author: Brian Ripley [aut, cre]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>

Diff between tree versions 1.0-42 dated 2022-05-29 and 1.0-43 dated 2023-02-05

 ChangeLog                        |    8 ++++++++
 DESCRIPTION                      |    8 ++++----
 MD5                              |    8 ++++----
 man/prune.tree.Rd                |    5 +++--
 tests/Examples/tree-Ex.Rout.save |   11 ++++++-----
 5 files changed, 25 insertions(+), 15 deletions(-)

More information about tree at CRAN
Permanent link

Package shipunov updated to version 1.17.1 with previous version 1.17 dated 2022-02-26

Title: Miscellaneous Functions from Alexey Shipunov
Description: A collection of functions for data manipulation, plotting and statistical computing, to use separately or with the book "Visual Statistics. Use R!": Shipunov (2020) <http://ashipunov.info/shipunov/software/r/r-en.htm>. Dr Alexey Shipunov died in December 2022. Most useful functions: Bclust(), Jclust() and BootA() which bootstrap hierarchical clustering; Recode() which does multiple recoding in a fast, simple and flexible way; Misclass() which outputs confusion matrix even if classes are not concerted; Overlap() which measures group separation on any projection; Biarrows() which converts any scatterplot into biplot; and Pleiad() which is fast and flexible correlogram.
Author: Alexey Shipunov [aut, cre], Paul Murrell [ctb], Marcello D'Orazio [ctb], Stephen Turner [ctb], Eugeny Altshuler [ctb], Roland Rau [ctb], Marcus W Beck [ctb], Sebastian Gibb [ctb], Weiliang Qiu [ctb], Emmanuel Paradis [ctb], Roger Koenker [ctb], R Cor [...truncated...]
Maintainer: ORPHANED

Diff between shipunov versions 1.17 dated 2022-02-26 and 1.17.1 dated 2023-02-05

 DESCRIPTION |   13 ++++++++-----
 MD5         |    2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)

More information about shipunov at CRAN
Permanent link


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