Tue, 14 Jun 2022

Package stokes updated to version 1.1-3 with previous version 1.1-1 dated 2022-01-05

Title: The Exterior Calculus
Description: Provides functionality for working with tensors, alternating tensors, wedge products, Stokes's theorem, and related concepts from the exterior calculus. Functionality for Grassman algebra is provided. The canonical reference would be: M. Spivak (1965, ISBN:0-8053-9021-9) "Calculus on Manifolds".
Author: Robin K. S. Hankin [aut, cre]
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>

Diff between stokes versions 1.1-1 dated 2022-01-05 and 1.1-3 dated 2022-06-14

 DESCRIPTION                        |    9 
 MD5                                |  123 ++--
 NEWS.md                            |    8 
 R/mult.R                           |  118 ++--
 R/ops.R                            |   16 
 R/print.R                          |   11 
 README.md                          |   44 +
 build/partial.rdb                  |binary
 build/stokes.pdf                   |binary
 build/vignette.rds                 |binary
 data                               |only
 inst/doc/Alt.R                     |    1 
 inst/doc/Alt.Rmd                   |    3 
 inst/doc/Alt.html                  |  728 ++++++++++++--------------
 inst/doc/contract.R                |    1 
 inst/doc/contract.Rmd              |    8 
 inst/doc/contract.html             |  736 ++++++++++++--------------
 inst/doc/dovs.R                    |only
 inst/doc/dovs.Rmd                  |only
 inst/doc/dovs.html                 |only
 inst/doc/dx.R                      |only
 inst/doc/dx.Rmd                    |only
 inst/doc/dx.html                   |only
 inst/doc/hodge.R                   |only
 inst/doc/hodge.Rmd                 |only
 inst/doc/hodge.html                |only
 inst/doc/inner.R                   |    1 
 inst/doc/inner.Rmd                 |    3 
 inst/doc/inner.html                |  630 ++++++++++------------
 inst/doc/kinner.R                  |only
 inst/doc/kinner.Rmd                |only
 inst/doc/kinner.pdf                |only
 inst/doc/stokes.R                  |   42 -
 inst/doc/stokes.Rmd                |   88 +--
 inst/doc/stokes.html               | 1020 +++++++++++++++++--------------------
 inst/doc/vector_cross_product.R    |only
 inst/doc/vector_cross_product.Rmd  |only
 inst/doc/vector_cross_product.html |only
 inst/doc/wedge.Rmd                 |    6 
 inst/doc/wedge.html                |  645 ++++++++++-------------
 man/Alt.Rd                         |   13 
 man/Ops.Rd                         |   67 +-
 man/coeffs.Rd                      |    5 
 man/consolidate.Rd                 |    2 
 man/cross.Rd                       |   20 
 man/dovs.Rd                        |only
 man/dx.Rd                          |only
 man/hodge.Rd                       |   30 -
 man/inner.Rd                       |    3 
 man/issmall.Rd                     |    2 
 man/keep.Rd                        |    5 
 man/kform.Rd                       |   16 
 man/kinner.Rd                      |only
 man/print.Rd                       |   35 -
 man/rform.Rd                       |    8 
 man/scalar.Rd                      |    2 
 man/stokes-package.Rd              |    2 
 man/symbolic.Rd                    |   60 +-
 man/transform.Rd                   |   17 
 man/vector_cross_product.Rd        |only
 man/volume.Rd                      |   16 
 man/zero.Rd                        |   21 
 tests/testthat/test_hodge.R        |    2 
 tests/testthat/test_misc.R         |   31 +
 tests/testthat/test_transform.R    |   10 
 vignettes/Alt.Rmd                  |    3 
 vignettes/contract.Rmd             |    8 
 vignettes/dovs.Rmd                 |only
 vignettes/dx.Rmd                   |only
 vignettes/hodge.Rmd                |only
 vignettes/inner.Rmd                |    3 
 vignettes/kinner.Rmd               |only
 vignettes/stokes.Rmd               |   88 +--
 vignettes/vector_cross_product.Rmd |only
 vignettes/wedge.Rmd                |    6 
 75 files changed, 2369 insertions(+), 2347 deletions(-)

More information about stokes at CRAN
Permanent link

Package distrMod updated to version 2.8.5 with previous version 2.8.4 dated 2020-03-10

Title: Object Oriented Implementation of Probability Models
Description: Implements S4 classes for probability models based on packages 'distr' and 'distrEx'.
Author: Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], R Core Team [ctb, cph]
Maintainer: Peter Ruckdeschel <peter.ruckdeschel@uni-oldenburg.de>

Diff between distrMod versions 2.8.4 dated 2020-03-10 and 2.8.5 dated 2022-06-14

 DESCRIPTION                          |   16 +++++++-------
 MD5                                  |   21 ++++++++++---------
 build/partial.rdb                    |only
 build/vignette.rds                   |binary
 inst/CITATION                        |    9 +++++---
 inst/NEWS                            |   10 +++++++++
 inst/doc/distrMod.pdf                |binary
 man/0distrMod-package.Rd             |   10 ++++-----
 man/confint-methods.Rd               |   15 +++++--------
 man/trafo-methods.Rd                 |   36 ++++++++++++++++++++-------------
 tests/Examples/distrMod-Ex.Rout.save |   38 +++++++++++++++++------------------
 vignettes/distrMod.bib               |   24 +++++++++++-----------
 12 files changed, 99 insertions(+), 80 deletions(-)

More information about distrMod at CRAN
Permanent link

Package mlr3spatiotempcv updated to version 2.0.0 with previous version 1.0.1 dated 2022-03-03

Title: Spatiotemporal Resampling Methods for 'mlr3'
Description: Extends the mlr3 ML framework with spatio-temporal resampling methods to account for the presence of spatiotemporal autocorrelation (STAC) in predictor variables. STAC may cause highly biased performance estimates in cross-validation if ignored.
Author: Patrick Schratz [aut, cre] , Marc Becker [aut] , Jannes Muenchow [ctb] , Michel Lang [ctb]
Maintainer: Patrick Schratz <patrick.schratz@gmail.com>

Diff between mlr3spatiotempcv versions 1.0.1 dated 2022-03-03 and 2.0.0 dated 2022-06-14

 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/R/autoplot_spcv_buffer.R                                                        |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/R/helper_sample.R                                                               |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/data/cookfarm_sample.rda                                                        |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSpCVBlock.Rd                                              |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSpCVCoords.Rd                                             |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSpCVDisc.Rd                                               |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSpCVEnv.Rd                                                |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSpCVTiles.Rd                                              |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSptCVCluto.Rd                                             |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingRepeatedSptCVCstf.Rd                                              |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSpCVBlock.Rd                                                      |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSpCVBuffer.Rd                                                     |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSpCVCoords.Rd                                                     |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSpCVDisc.Rd                                                       |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSpCVEnv.Rd                                                        |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSpCVTiles.Rd                                                      |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSptCVCluto.Rd                                                     |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/ResamplingSptCVCstf.Rd                                                      |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/as_task_classif.Rd                                                          |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/man/as_task_regr.Rd                                                             |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvdisc-fold-1-2-rep-2.svg                 |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvdisc-fold-1-rep-2.svg                   |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvtiles-fold-1-2-rep-2.svg                |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvtiles-fold-1-rep-2.svg                  |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-2d-space-var-fold-1-2-rep-2.svg   |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-2d-space-var-fold-1-rep-2.svg     |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-2d-time-var-fold-1-2-rep-2.svg    |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-2d-time-var-fold-1-rep-2.svg      |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-fold-1-2-rep-1.svg                |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-fold-1-2-rep-2.svg                |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-fold-1-rep-1.svg                  |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repsptcvcstf-fold-1-rep-2.svg                  |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvdisc-all-test-sets.svg                     |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvdisc-fold-1-2.svg                          |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvdisc-fold-1.svg                            |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvdisc-show-omitted.svg                      |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvtiles-all-test-sets.svg                    |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvtiles-fold-1-2.svg                         |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvtiles-fold-1.svg                           |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvtiles-show-omitted.svg                     |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-2d-space-var-all-test-sets.svg       |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-2d-space-var-fold-1-2.svg            |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-2d-space-var-fold-1.svg              |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-2d-time-var-all-test-sets.svg        |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-2d-time-var-fold-1-2.svg             |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-2d-time-var-fold-1.svg               |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-fold-1-2.svg                         |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-fold-1.svg                           |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/sptcvcstf-omitted-points-3d.svg                |only
 mlr3spatiotempcv-1.0.1/mlr3spatiotempcv/tests/testthat/_snaps/autoplot_cluto                                            |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/DESCRIPTION                                                                     |   55 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/MD5                                                                             |  354 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/NAMESPACE                                                                       |   25 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/NEWS.md                                                                         |   37 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSpCVBlock.R                                                 |   15 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSpCVCoords.R                                                |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSpCVDisc.R                                                  |   15 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSpCVEnv.R                                                   |   11 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSpCVTiles.R                                                 |   13 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSptCVCluto.R                                                |   51 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingRepeatedSptCVCstf.R                                                 |  109 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSpCVBlock.R                                                         |    8 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSpCVBuffer.R                                                        |   11 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSpCVCoords.R                                                        |    5 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSpCVDisc.R                                                          |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSpCVEnv.R                                                           |    6 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSpCVTiles.R                                                         |   11 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSptCVCluto.R                                                        |   24 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/ResamplingSptCVCstf.R                                                         |  152 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/TaskClassifST.R                                                               |  182 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/TaskRegrST.R                                                                  |  161 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/Task_classif_diplodia.R                                                       |    5 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/Task_classif_ecuador.R                                                        |    5 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/Task_regr_cookfarm_profiles.R                                                 |   27 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/as_task_classif_st.R                                                          |  155 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/as_task_regr_st.R                                                             |  156 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/autoplot.R                                                                    |  811 -
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/autoplot_all_folds_dt.R                                                       |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/autoplot_all_folds_list.R                                                     |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/autoplot_multi_fold_dt.R                                                      |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/autoplot_multi_fold_list.R                                                    |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/autoplot_spcv_cstf.R                                                          |  119 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/helper.R                                                                      |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/helper_DataBackend.R                                                          |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/helper_autoplot.R                                                             |   53 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/reexports.R                                                                   |    1 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/R/zzz.R                                                                         |   42 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/README.md                                                                       |    2 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/build/partial.rdb                                                               |binary
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/build/vignette.rds                                                              |binary
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/data/cookfarm_mlr3.rda                                                          |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/inst/doc/mlr3spatiotempcv.R                                                     |    6 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/inst/doc/mlr3spatiotempcv.Rmd                                                   |   70 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/inst/doc/mlr3spatiotempcv.html                                                  |  141 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/inst/doc/spatiotemp-viz.R                                                       |   51 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/inst/doc/spatiotemp-viz.Rmd                                                     |   81 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/inst/doc/spatiotemp-viz.html                                                    |  134 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/TaskClassifST.Rd                                                            |  165 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/TaskRegrST.Rd                                                               |  151 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/as_task_classif_st.Rd                                                       |   76 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/as_task_regr_st.Rd                                                          |  118 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/assert_spatial_task.Rd                                                      |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.Rd                                                                 |    6 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingCV.Rd                                                    |   11 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingCustomCV.Rd                                              |    8 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSpCVBlock.Rd                                             |   11 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSpCVBuffer.Rd                                            |    4 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSpCVCoords.Rd                                            |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSpCVDisc.Rd                                              |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSpCVEnv.Rd                                               |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSpCVTiles.Rd                                             |   11 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSptCVCluto.Rd                                            |   13 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot.ResamplingSptCVCstf.Rd                                             |   45 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/autoplot_multi_fold_dt.Rd                                                   |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/figures/sptcv_cstf_multiplot.png                                            |binary
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr3spatiotempcv-package.Rd                                                 |    2 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_spcv_block.Rd                                      |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_spcv_coords.Rd                                     |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_spcv_disc.Rd                                       |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_spcv_env.Rd                                        |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_spcv_tiles.Rd                                      |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_sptcv_cluto.Rd                                     |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_repeated_sptcv_cstf.Rd                                      |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_spcv_block.Rd                                               |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_spcv_buffer.Rd                                              |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_spcv_coords.Rd                                              |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_spcv_disc.Rd                                                |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_spcv_env.Rd                                                 |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_spcv_tiles.Rd                                               |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_sptcv_cluto.Rd                                              |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_resamplings_sptcv_cstf.Rd                                               |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_tasks_cookfarm.Rd                                                       |   22 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_tasks_diplodia.Rd                                                       |    6 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/mlr_tasks_ecuador.Rd                                                        |    6 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/man/strat_sample_folds.Rd                                                       |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/autoplot-show-blocks-true-show-labels-true.svg | 6268 +---------
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/custom-cv-all-test-sets.svg                    | 1675 +-
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/custom-cv-fold-1-2-sample-fold-n.svg           |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/custom-cv-fold-1-2.svg                         |   12 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/custom-cv-fold-1-sample-fold-n.svg             |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/custom-cv-fold-1.svg                           | 1748 +-
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/custom-cv-sample-fold-n.svg                    |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/cv-fold-1-2-sample-fold-n.svg                  |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/cv-fold-1-groups-col-role.svg                  | 1750 +-
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/cv-fold-1-sample-fold-n.svg                    |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/cv-fold-1.svg                                  |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/cv-sample-fold-n.svg                           |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repcv-fold-1-rep-1.svg                         |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repcv-fold-1-rep-2.svg                         |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvblock-fold-1-rep-1.svg                  |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvblock-fold-1-rep-2.svg                  |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvcoords-fold-1-2-sample-fold-n.svg       |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvcoords-fold-1-rep-1.svg                 |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvcoords-fold-1-rep-2.svg                 |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvcoords-fold-1-sample-fold-n.svg         |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvcoords-sample-fold-n.svg                |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvenv-fold-1-rep-1.svg                    |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/repspcvenv-fold-1-rep-2.svg                    |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvblock-fold-1-2-sample-fold-n.svg           |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvblock-fold-1-sample-fold-n.svg             |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvblock-fold-1.svg                           |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvblock-sample-fold-n.svg                    |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvcoords-fold-1.svg                          |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvenv-fold-1-2-sample-fold-n.svg             |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvenv-fold-1-sample-fold-n.svg               |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvenv-fold-1.svg                             |  292 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/1-autoplot/spcvenv-sample-fold-n.svg                      |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/2-autoplot                                                |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/_snaps/autoplot_buffer/spcvbuffer-fold-1.svg                     |  278 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/data                                                             |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/helper.R                                                         |  211 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/setup-cluto.R                                                    |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/setup-cookfarm.R                                                 |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/setup-logger.R                                                   |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/teardown-logger.R                                                |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-1-autoplot.R                                                |  300 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-2-autoplot.R                                                |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSpCVBlock.R                               |   20 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSpCVBuffer.R                              |   14 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSpCVDisc.R                                |    3 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSpCVEnv.R                                 |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSpCVTiles.R                               |    9 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSptCVCluto.R                              |   28 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingRepeatedSptCVCstf.R                               |  537 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSpCVBlock.R                                       |   16 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSpCVBuffer.R                                      |   20 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSpCVDisc.R                                        |    1 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSpCVEnv.R                                         |    7 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSpCVTiles.R                                       |    7 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSptCVCluto.R                                      |   46 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-ResamplingSptCVCstf.R                                       |  576 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-TaskClassifST.R                                             |   23 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-TaskRegrST.R                                                |   15 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-as_task.R                                                   |   22 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-autoplot_buffer.R                                           |    1 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-autoplot_cluto.R                                            |   34 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-autotuner.R                                                 |    4 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-datasets.R                                                  |    2 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-helper-DataBackend.R                                        |only
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-mlr3pipelines-graph-integration.R                           |   18 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/tests/testthat/test-mlr_sptcv_generic.R                                         |   24 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/vignettes/mlr3spatiotempcv.Rmd                                                  |   70 
 mlr3spatiotempcv-2.0.0/mlr3spatiotempcv/vignettes/spatiotemp-viz.Rmd                                                    |   81 
 203 files changed, 8638 insertions(+), 12508 deletions(-)

More information about mlr3spatiotempcv at CRAN
Permanent link

Package itp updated to version 1.0.1 with previous version 1.0.0 dated 2022-06-07

Title: The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm
Description: Implements the Interpolate, Truncate, Project (ITP) root-finding algorithm developed by Oliveira and Takahashi (2021) <doi:10.1145/3423597>. The user provides the function, from the real numbers to the real numbers, and an interval with the property that the values of the function at its endpoints have different signs. If the function is continuous over this interval then the ITP method estimates the value at which the function is equal to zero. If the function is discontinuous then a point of discontinuity at which the function changes sign may be found. Tuning parameters of the ITP algorithm can be set by the user. Default values are set based on arguments in Oliveira and Takahashi (2021).
Author: Paul J. Northrop [aut, cre, cph]
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>

Diff between itp versions 1.0.0 dated 2022-06-07 and 1.0.1 dated 2022-06-14

 DESCRIPTION                         |    8 +++---
 MD5                                 |   17 +++++++------
 NEWS.md                             |only
 R/itp.R                             |   24 ++++++++++--------
 README.md                           |    2 -
 build/partial.rdb                   |binary
 man/itp.Rd                          |   18 ++++++++------
 tests/testthat/test-continuous.R    |   46 ++++++++++++++++++++++++++++++++++++
 tests/testthat/test-discontinuous.R |   18 ++++++++++++++
 tests/testthat/test-print.R         |    4 +--
 10 files changed, 105 insertions(+), 32 deletions(-)

More information about itp at CRAN
Permanent link

Package butcher updated to version 0.2.0 with previous version 0.1.5 dated 2021-06-28

Title: Model Butcher
Description: Provides a set of S3 generics to axe components of fitted model objects and help reduce the size of model objects saved to disk.
Author: Joyce Cahoon [aut] , Davis Vaughan [aut, cre], Max Kuhn [aut], Alex Hayes [aut], RStudio [cph, fnd]
Maintainer: Davis Vaughan <davis@rstudio.com>

Diff between butcher versions 0.1.5 dated 2021-06-28 and 0.2.0 dated 2022-06-14

 DESCRIPTION                            |   61 +++---
 MD5                                    |  124 +++++++------
 NAMESPACE                              |   12 -
 NEWS.md                                |   22 ++
 R/butcher-package.R                    |    1 
 R/docs.R                               |    2 
 R/example.R                            |    1 
 R/flexsurvreg.R                        |    4 
 R/glm.R                                |only
 R/new.R                                |   11 +
 R/randomForest.R                       |    2 
 R/recipe.R                             |   29 ++-
 R/ui.R                                 |   12 -
 R/utilities.r                          |    8 
 R/xgb.R                                |   35 ---
 README.md                              |   33 +--
 build/butcher.pdf                      |binary
 build/vignette.rds                     |binary
 inst/doc/adding-models-to-butcher.Rmd  |    4 
 inst/doc/adding-models-to-butcher.html |  271 ++++++++++++++++++++++++++++--
 inst/doc/available-axe-methods.Rmd     |    2 
 inst/doc/available-axe-methods.html    |  282 +++++++++++++++++++++++++++----
 inst/doc/butcher.Rmd                   |    2 
 inst/doc/butcher.html                  |  295 +++++++++++++++++++++++++++++----
 inst/templates/test-butchered_object.R |    2 
 man/axe-flexsurvreg.Rd                 |    4 
 man/axe-glm.Rd                         |only
 man/axe-randomForest.Rd                |    3 
 man/axe-recipe.Rd                      |   17 +
 man/axe-xgb.Booster.Rd                 |    6 
 man/butcher-package.Rd                 |    8 
 man/butcher_example.Rd                 |    1 
 man/figures                            |only
 man/ui.Rd                              |    4 
 tests/testthat/helper-recipes.R        |   13 -
 tests/testthat/test-c5.R               |    6 
 tests/testthat/test-classbagg.R        |    6 
 tests/testthat/test-earth.R            |    8 
 tests/testthat/test-elnet.R            |    4 
 tests/testthat/test-flexsurvreg.R      |    9 -
 tests/testthat/test-gausspr.R          |    4 
 tests/testthat/test-glm.R              |only
 tests/testthat/test-glmnet.R           |    4 
 tests/testthat/test-kknn.R             |    4 
 tests/testthat/test-ksvm.R             |    6 
 tests/testthat/test-lm.R               |    2 
 tests/testthat/test-locate.R           |    2 
 tests/testthat/test-mda.R              |    8 
 tests/testthat/test-multnet.R          |    4 
 tests/testthat/test-nnet.R             |    6 
 tests/testthat/test-randomForest.R     |    4 
 tests/testthat/test-ranger.R           |   12 -
 tests/testthat/test-recipe.R           |  153 ++++-------------
 tests/testthat/test-rpart.R            |    6 
 tests/testthat/test-sclass.R           |    6 
 tests/testthat/test-spark.R            |   19 +-
 tests/testthat/test-survreg.R          |    4 
 tests/testthat/test-survreg.penal.R    |    4 
 tests/testthat/test-train.R            |    6 
 tests/testthat/test-train.recipe.R     |    8 
 tests/testthat/test-weigh.R            |    2 
 tests/testthat/test-xgb.R              |   14 -
 vignettes/adding-models-to-butcher.Rmd |    4 
 vignettes/available-axe-methods.Rmd    |    2 
 vignettes/butcher.Rmd                  |    2 
 65 files changed, 1067 insertions(+), 523 deletions(-)

More information about butcher at CRAN
Permanent link

Package nser (with last version 1.4.2) was removed from CRAN

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

2022-06-14 1.4.2

Permanent link
Package torchvisionlib updated to version 0.2.0 with previous version 0.1.0 dated 2022-03-07

Title: Additional Operators for Image Models
Description: Implements additional operators for computer vision models, including operators necessary for image segmentation and object detection deep learning models.
Author: Daniel Falbel [aut, cre], RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>

Diff between torchvisionlib versions 0.1.0 dated 2022-03-07 and 0.2.0 dated 2022-06-14

 DESCRIPTION |    8 ++++----
 MD5         |    5 +++--
 NEWS.md     |only
 README.md   |    8 ++++++++
 4 files changed, 15 insertions(+), 6 deletions(-)

More information about torchvisionlib at CRAN
Permanent link

Package AsioHeaders updated to version 1.22.1-1 with previous version 1.16.1-1 dated 2020-07-07

Title: 'Asio' C++ Header Files
Description: 'Asio' is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and released under the 'Boost Software License', Version 1.0.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between AsioHeaders versions 1.16.1-1 dated 2020-07-07 and 1.22.1-1 dated 2022-06-14

 AsioHeaders-1.16.1-1/AsioHeaders/inst/include/asio/detail/impl/reactive_serial_port_service.ipp |only
 AsioHeaders-1.16.1-1/AsioHeaders/inst/include/asio/detail/io_object_executor.hpp                |only
 AsioHeaders-1.16.1-1/AsioHeaders/inst/include/asio/detail/reactive_serial_port_service.hpp      |only
 AsioHeaders-1.16.1-1/AsioHeaders/inst/include/asio/detail/reactor_fwd.hpp                       |only
 AsioHeaders-1.16.1-1/AsioHeaders/inst/include/asio/impl/src.cpp                                 |only
 AsioHeaders-1.22.1-1/AsioHeaders/ChangeLog                                                      |   37 
 AsioHeaders-1.22.1-1/AsioHeaders/DESCRIPTION                                                    |   10 
 AsioHeaders-1.22.1-1/AsioHeaders/MD5                                                            | 1140 +++++-----
 AsioHeaders-1.22.1-1/AsioHeaders/README.md                                                      |   10 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/NEWS.Rd                                                   |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio.hpp                                          |   58 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/any_io_executor.hpp                          |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/associated_allocator.hpp                     |   62 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/associated_cancellation_slot.hpp             |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/associated_executor.hpp                      |  119 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/associator.hpp                               |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/async_result.hpp                             |  928 +++++++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/awaitable.hpp                                |   31 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_datagram_socket.hpp                    |  397 ++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_deadline_timer.hpp                     |   76 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_file.hpp                               |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_io_object.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_random_access_file.hpp                 |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_raw_socket.hpp                         |  400 ++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_readable_pipe.hpp                      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_seq_packet_socket.hpp                  |  176 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_serial_port.hpp                        |  138 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_signal_set.hpp                         |  100 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_socket.hpp                             |  142 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_socket_acceptor.hpp                    |  547 +++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_socket_iostream.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_socket_streambuf.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_stream_file.hpp                        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_stream_socket.hpp                      |  295 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_streambuf.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_streambuf_fwd.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_waitable_timer.hpp                     |  124 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/basic_writable_pipe.hpp                      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/bind_allocator.hpp                           |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/bind_cancellation_slot.hpp                   |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/bind_executor.hpp                            |  262 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffer.hpp                                   |  158 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffer_registration.hpp                      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffered_read_stream.hpp                     |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffered_read_stream_fwd.hpp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffered_stream.hpp                          |   18 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffered_stream_fwd.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffered_write_stream.hpp                    |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffered_write_stream_fwd.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/buffers_iterator.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/cancellation_signal.hpp                      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/cancellation_state.hpp                       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/cancellation_type.hpp                        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/co_spawn.hpp                                 |  451 +++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/completion_condition.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/compose.hpp                                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/connect.hpp                                  |  242 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/connect_pipe.hpp                             |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/coroutine.hpp                                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/deadline_timer.hpp                           |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/defer.hpp                                    |  153 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detached.hpp                                 |   52 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/array.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/array_fwd.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/assert.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/atomic_count.hpp                      |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/base_from_cancellation_state.hpp      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/base_from_completion_cond.hpp         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/bind_handler.hpp                      |  467 +++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/blocking_executor_op.hpp              |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/buffer_resize_guard.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/buffer_sequence_adapter.hpp           |  299 ++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/buffered_stream_storage.hpp           |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/bulk_executor_op.hpp                  |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/call_stack.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/chrono.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/chrono_time_traits.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/completion_handler.hpp                |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/concurrency_hint.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/conditionally_enabled_event.hpp       |   10 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/conditionally_enabled_mutex.hpp       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/config.hpp                            |  696 +++++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/consuming_buffers.hpp                 |   39 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/cstddef.hpp                           |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/cstdint.hpp                           |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/date_time_fwd.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/deadline_timer_service.hpp            |   61 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/dependent_type.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/descriptor_ops.hpp                    |   72 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/descriptor_read_op.hpp                |   48 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/descriptor_write_op.hpp               |   48 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/dev_poll_reactor.hpp                  |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/epoll_reactor.hpp                     |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/event.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/eventfd_select_interrupter.hpp        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/executor_function.hpp                 |  174 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/executor_op.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/fd_set_adapter.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/fenced_block.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/functional.hpp                        |    8 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/future.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/gcc_arm_fenced_block.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/gcc_hppa_fenced_block.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/gcc_sync_fenced_block.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/gcc_x86_fenced_block.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/global.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/handler_alloc_helpers.hpp             |   56 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/handler_cont_helpers.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/handler_invoke_helpers.hpp            |   25 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/handler_tracking.hpp                  |   28 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/handler_type_requirements.hpp         |   41 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/handler_work.hpp                      |  504 ++++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/hash_map.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/buffer_sequence_adapter.ipp      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/descriptor_ops.ipp               |  609 ++++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/dev_poll_reactor.hpp             |   22 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/dev_poll_reactor.ipp             |   16 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/epoll_reactor.hpp                |   22 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/epoll_reactor.ipp                |   32 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/eventfd_select_interrupter.ipp   |   18 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/handler_tracking.ipp             |   42 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/io_uring_descriptor_service.ipp  |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/io_uring_file_service.ipp        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/io_uring_service.hpp             |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/io_uring_service.ipp             |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/io_uring_socket_service_base.ipp |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/kqueue_reactor.hpp               |   22 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/kqueue_reactor.ipp               |   31 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/null_event.ipp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/pipe_select_interrupter.ipp      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/posix_event.ipp                  |   12 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/posix_mutex.ipp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/posix_serial_port_service.ipp    |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/posix_thread.ipp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/posix_tss_ptr.ipp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/reactive_descriptor_service.ipp  |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/reactive_socket_service_base.ipp |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/resolver_service_base.ipp        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/scheduler.ipp                    |   65 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/select_reactor.hpp               |   26 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/select_reactor.ipp               |   21 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/service_registry.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/service_registry.ipp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/signal_set_service.ipp           |  114 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/socket_ops.ipp                   |  943 +++++---
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/socket_select_interrupter.ipp    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/strand_executor_service.hpp      |  225 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/strand_executor_service.ipp      |   26 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/strand_service.hpp               |   45 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/strand_service.ipp               |   43 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/thread_context.ipp               |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/throw_error.ipp                  |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/timer_queue_ptime.ipp            |    8 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/timer_queue_set.ipp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_event.ipp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_iocp_file_service.ipp        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_iocp_handle_service.ipp      |   75 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_iocp_io_context.hpp          |   19 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_iocp_io_context.ipp          |   28 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_iocp_serial_port_service.ipp |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_iocp_socket_service_base.ipp |   56 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_mutex.ipp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_object_handle_service.ipp    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_static_mutex.ipp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_thread.ipp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/win_tss_ptr.ipp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/winrt_ssocket_service_base.ipp   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/winrt_timer_scheduler.hpp        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/winrt_timer_scheduler.ipp        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/impl/winsock_init.ipp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_control.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_object_impl.hpp                    |   89 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_descriptor_read_at_op.hpp    |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_descriptor_read_op.hpp       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_descriptor_service.hpp       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_descriptor_write_at_op.hpp   |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_descriptor_write_op.hpp      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_file_service.hpp             |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_null_buffers_op.hpp          |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_operation.hpp                |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_service.hpp                  |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_accept_op.hpp         |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_connect_op.hpp        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_recv_op.hpp           |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_recvfrom_op.hpp       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_recvmsg_op.hpp        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_send_op.hpp           |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_sendto_op.hpp         |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_service.hpp           |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_socket_service_base.hpp      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/io_uring_wait_op.hpp                  |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/is_buffer_sequence.hpp                |   28 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/is_executor.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/keyword_tss_ptr.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/kqueue_reactor.hpp                    |   26 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/local_free_on_block_exit.hpp          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/macos_fenced_block.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/memory.hpp                            |   68 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/mutex.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/non_const_lvalue.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/noncopyable.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_event.hpp                        |    8 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_fenced_block.hpp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_global.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_mutex.hpp                        |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_reactor.hpp                      |   23 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_signal_blocker.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_socket_service.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_static_mutex.hpp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_thread.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/null_tss_ptr.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/object_pool.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/old_win_sdk_compat.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/op_queue.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/operation.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/pipe_select_interrupter.hpp           |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/pop_options.hpp                       |   16 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_event.hpp                       |   15 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_fd_set_adapter.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_global.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_mutex.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_serial_port_service.hpp         |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_signal_blocker.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_static_mutex.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_thread.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/posix_tss_ptr.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/push_options.hpp                      |   38 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_descriptor_service.hpp       |  150 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_null_buffers_op.hpp          |   20 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_accept_op.hpp         |   62 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_connect_op.hpp        |   29 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_recv_op.hpp           |   56 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_recvfrom_op.hpp       |   52 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_recvmsg_op.hpp        |   34 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_send_op.hpp           |   62 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_sendto_op.hpp         |   58 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_service.hpp           |  148 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_socket_service_base.hpp      |  176 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactive_wait_op.hpp                  |   20 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactor.hpp                           |   32 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactor_op.hpp                        |   10 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/reactor_op_queue.hpp                  |   46 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/recycling_allocator.hpp               |    9 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/regex_fwd.hpp                         |   13 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/resolve_endpoint_op.hpp               |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/resolve_op.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/resolve_query_op.hpp                  |   26 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/resolver_service.hpp                  |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/resolver_service_base.hpp             |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/scheduler.hpp                         |   33 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/scheduler_operation.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/scheduler_task.hpp                    |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/scheduler_thread_info.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/scoped_lock.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/scoped_ptr.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/select_interrupter.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/select_reactor.hpp                    |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/service_registry.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/signal_blocker.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/signal_handler.hpp                    |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/signal_init.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/signal_op.hpp                         |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/signal_set_service.hpp                |   60 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/socket_holder.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/socket_ops.hpp                        |   48 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/socket_option.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/socket_select_interrupter.hpp         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/socket_types.hpp                      |    3 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/solaris_fenced_block.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/source_location.hpp                   |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/static_mutex.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/std_event.hpp                         |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/std_fenced_block.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/std_global.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/std_mutex.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/std_static_mutex.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/std_thread.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/strand_executor_service.hpp           |   35 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/strand_service.hpp                    |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/string_view.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/thread.hpp                            |   10 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/thread_context.hpp                    |   11 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/thread_group.hpp                      |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/thread_info_base.hpp                  |  185 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/throw_error.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/throw_exception.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/timer_queue.hpp                       |   33 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/timer_queue_base.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/timer_queue_ptime.hpp                 |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/timer_queue_set.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/timer_scheduler.hpp                   |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/timer_scheduler_fwd.hpp               |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/tss_ptr.hpp                           |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/type_traits.hpp                       |   69 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/variadic_templates.hpp                |  147 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/wait_handler.hpp                      |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/wait_op.hpp                           |    8 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_event.hpp                         |   15 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_fd_set_adapter.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_fenced_block.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_global.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_file_service.hpp             |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_handle_read_op.hpp           |   16 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_handle_service.hpp           |  114 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_handle_write_op.hpp          |   16 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_io_context.hpp               |   19 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_null_buffers_op.hpp          |   18 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_operation.hpp                |   22 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_overlapped_op.hpp            |   16 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_overlapped_ptr.hpp           |   26 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_serial_port_service.hpp      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_accept_op.hpp         |   58 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_connect_op.hpp        |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_recv_op.hpp           |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_recvfrom_op.hpp       |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_recvmsg_op.hpp        |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_send_op.hpp           |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_service.hpp           |  108 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_socket_service_base.hpp      |  268 ++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_thread_info.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_iocp_wait_op.hpp                  |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_mutex.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_object_handle_service.hpp         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_static_mutex.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_thread.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/win_tss_ptr.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winapp_thread.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/wince_thread.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_async_manager.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_async_op.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_resolve_op.hpp                  |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_resolver_service.hpp            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_socket_connect_op.hpp           |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_socket_recv_op.hpp              |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_socket_send_op.hpp              |   14 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_ssocket_service.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_ssocket_service_base.hpp        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_timer_scheduler.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winrt_utils.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/winsock_init.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/work_dispatcher.hpp                   |   94 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/detail/wrapped_handler.hpp                   |   56 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/dispatch.hpp                                 |  151 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/error.hpp                                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/error_code.hpp                               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/execution                                    |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/execution.hpp                                |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/execution_context.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/executor.hpp                                 |   10 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/executor_work_guard.hpp                      |  224 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/experimental                                 |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/file_base.hpp                                |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/basic_endpoint.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/datagram_protocol.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/detail/endpoint.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/detail/impl/endpoint.ipp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/raw_protocol.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/seq_packet_protocol.hpp              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/generic/stream_protocol.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/handler_alloc_hook.hpp                       |   35 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/handler_continuation_hook.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/handler_invoke_hook.hpp                      |   34 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/high_resolution_timer.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/any_io_executor.ipp                     |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/awaitable.hpp                           |  389 +++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/buffered_read_stream.hpp                |  131 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/buffered_write_stream.hpp               |  131 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/cancellation_signal.ipp                 |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/co_spawn.hpp                            |  246 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/compose.hpp                             |  228 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/connect.hpp                             |  309 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/connect_pipe.hpp                        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/connect_pipe.ipp                        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/defer.hpp                               |  195 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/detached.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/dispatch.hpp                            |  190 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/error.ipp                               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/error_code.ipp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/execution_context.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/execution_context.ipp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/executor.hpp                            |  119 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/executor.ipp                            |    7 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/handler_alloc_hook.ipp                  |   28 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/io_context.hpp                          |  209 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/io_context.ipp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/multiple_exceptions.ipp                 |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/post.hpp                                |  195 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/read.hpp                                |  480 ++--
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/read_at.hpp                             |  266 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/read_until.hpp                          | 1045 +++++----
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/redirect_error.hpp                      |  305 ++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/serial_port_base.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/serial_port_base.ipp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/spawn.hpp                               |  121 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/src.hpp                                 |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/system_context.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/system_context.ipp                      |   22 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/system_executor.hpp                     |  128 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/thread_pool.hpp                         |  305 ++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/thread_pool.ipp                         |   70 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/use_awaitable.hpp                       |   67 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/use_future.hpp                          |  155 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/write.hpp                               |  413 ++-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/impl/write_at.hpp                            |  218 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/io_context.hpp                               |  789 ++++++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/io_context_strand.hpp                        |    6 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/io_service.hpp                               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/io_service_strand.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address.hpp                               |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address_v4.hpp                            |   22 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address_v4_iterator.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address_v4_range.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address_v6.hpp                            |   53 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address_v6_iterator.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/address_v6_range.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/bad_address_cast.hpp                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/basic_endpoint.hpp                        |   37 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/basic_resolver.hpp                        |  225 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/basic_resolver_entry.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/basic_resolver_iterator.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/basic_resolver_query.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/basic_resolver_results.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/detail/endpoint.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/detail/impl/endpoint.ipp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/detail/socket_option.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/host_name.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/icmp.hpp                                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/address.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/address.ipp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/address_v4.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/address_v4.ipp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/address_v6.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/address_v6.ipp                       |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/basic_endpoint.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/host_name.ipp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/network_v4.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/network_v4.ipp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/network_v6.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/impl/network_v6.ipp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/multicast.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/network_v4.hpp                            |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/network_v6.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/resolver_base.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/resolver_query_base.hpp                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/tcp.hpp                                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/udp.hpp                                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/unicast.hpp                               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ip/v6_only.hpp                               |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/is_applicable_property.hpp                   |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/is_executor.hpp                              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/is_read_buffered.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/is_write_buffered.hpp                        |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/local/basic_endpoint.hpp                     |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/local/connect_pair.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/local/datagram_protocol.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/local/detail/endpoint.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/local/detail/impl/endpoint.ipp               |   11 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/local/stream_protocol.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/multiple_exceptions.hpp                      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/packaged_task.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/placeholders.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/posix/basic_descriptor.hpp                   |   88 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/posix/basic_stream_descriptor.hpp            |  123 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/posix/descriptor.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/posix/descriptor_base.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/posix/stream_descriptor.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/post.hpp                                     |  153 -
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/prefer.hpp                                   |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/query.hpp                                    |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/random_access_file.hpp                       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/read.hpp                                     |  514 ++--
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/read_at.hpp                                  |  166 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/read_until.hpp                               |  670 +++--
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/readable_pipe.hpp                            |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/recycling_allocator.hpp                      |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/redirect_error.hpp                           |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/registered_buffer.hpp                        |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/require.hpp                                  |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/require_concept.hpp                          |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/serial_port.hpp                              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/serial_port_base.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/signal_set.hpp                               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/socket_base.hpp                              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/spawn.hpp                                    |   33 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl.hpp                                      |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/context.hpp                              |    5 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/context_base.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/buffered_handshake_op.hpp         |    9 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/engine.hpp                        |   15 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/handshake_op.hpp                  |    9 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/impl/engine.ipp                   |   53 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/impl/openssl_init.ipp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/io.hpp                            |  106 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/openssl_init.hpp                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/openssl_types.hpp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/password_callback.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/read_op.hpp                       |    9 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/shutdown_op.hpp                   |   11 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/stream_core.hpp                   |   92 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/verify_callback.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/detail/write_op.hpp                      |   15 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/error.hpp                                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/host_name_verification.hpp               |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/impl/context.hpp                         |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/impl/context.ipp                         |  225 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/impl/error.ipp                           |   28 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/impl/host_name_verification.ipp          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/impl/rfc2818_verification.ipp            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/impl/src.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/rfc2818_verification.hpp                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/stream.hpp                               |  267 +-
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/stream_base.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/verify_context.hpp                       |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ssl/verify_mode.hpp                          |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/static_thread_pool.hpp                       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/steady_timer.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/strand.hpp                                   |  277 ++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/stream_file.hpp                              |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/streambuf.hpp                                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/system_context.hpp                           |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/system_error.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/system_executor.hpp                          |  607 +++++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/system_timer.hpp                             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/this_coro.hpp                                |  237 ++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/thread.hpp                                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/thread_pool.hpp                              |  983 ++++++++
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/time_traits.hpp                              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/traits                                       |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/buffer.hpp                                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/executor.hpp                              |    3 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/internet.hpp                              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/io_context.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/net.hpp                                   |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/netfwd.hpp                                |   69 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/socket.hpp                                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/ts/timer.hpp                                 |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/unyield.hpp                                  |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/use_awaitable.hpp                            |   68 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/use_future.hpp                               |   17 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/uses_executor.hpp                            |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/version.hpp                                  |    4 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/wait_traits.hpp                              |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/basic_object_handle.hpp              |   56 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/basic_overlapped_handle.hpp          |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/basic_random_access_handle.hpp       |  110 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/basic_stream_handle.hpp              |  109 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/object_handle.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/overlapped_handle.hpp                |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/overlapped_ptr.hpp                   |   24 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/random_access_handle.hpp             |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/windows/stream_handle.hpp                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/writable_pipe.hpp                            |only
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/write.hpp                                    |  506 ++--
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/write_at.hpp                                 |  166 +
 AsioHeaders-1.22.1-1/AsioHeaders/inst/include/asio/yield.hpp                                    |    2 
 AsioHeaders-1.22.1-1/AsioHeaders/man/AsioHeaders-package.Rd                                     |    9 
 556 files changed, 21857 insertions(+), 6623 deletions(-)

More information about AsioHeaders at CRAN
Permanent link

Package mvLSW updated to version 1.2.5 with previous version 1.2.4 dated 2021-09-03

Title: Multivariate, Locally Stationary Wavelet Process Estimation
Description: Tools for analysing multivariate time series with wavelets. This includes: simulation of a multivariate locally stationary wavelet (mvLSW) process from a multivariate evolutionary wavelet spectrum (mvEWS); estimation of the mvEWS, local coherence and local partial coherence. See Park, Eckley and Ombao (2014) <doi:10.1109/TSP.2014.2343937> for details.
Author: Simon Taylor [aut], Tim Park [aut], Idris Eckley [ths], Rebecca Killick [ctb], Daniel Grose [aut, cre]
Maintainer: Daniel Grose <dan.grose@lancaster.ac.uk>

Diff between mvLSW versions 1.2.4 dated 2021-09-03 and 1.2.5 dated 2022-06-14

 DESCRIPTION              |   11 ++++++-----
 MD5                      |   28 ++++++++++++++--------------
 NAMESPACE                |    2 ++
 R/mvLSW.R                |   11 ++++-------
 man/ApxCI.Rd             |    4 +++-
 man/AutocorrIP.Rd        |    4 +++-
 man/Spectrum2Transfer.Rd |    4 +++-
 man/as.mvLSW.Rd          |    4 +++-
 man/coherence.Rd         |    4 +++-
 man/mvEWS.rd             |    4 +++-
 man/mvLSW.Rd             |    4 +++-
 man/plot.mvLSW.Rd        |    4 +++-
 man/rmvLSW.Rd            |    4 +++-
 man/summary.mvLSW.Rd     |    4 +++-
 man/varEWS.Rd            |    4 +++-
 15 files changed, 59 insertions(+), 37 deletions(-)

More information about mvLSW at CRAN
Permanent link

Package envstat updated to version 0.0.3 with previous version 0.0.2 dated 2022-02-14

Title: Configurable Reporting on your External Compute Environment
Description: Runs a series of configurable tests against a user's compute environment. This can be used for checking that things like a specific directory or an environment variable is available before you start an analysis. Alternatively, you can use the package's situation report when filing error reports with your compute infrastructure.
Author: Mark Sellors [aut, cre]
Maintainer: Mark Sellors <rstats@5vcc.com>

Diff between envstat versions 0.0.2 dated 2022-02-14 and 0.0.3 dated 2022-06-14

 DESCRIPTION                           |    8 ++++----
 MD5                                   |    8 ++++----
 NEWS.md                               |    6 +++++-
 R/repos_available.R                   |   27 ++++++++++++++++++---------
 tests/testthat/test-repos_available.R |    6 +++++-
 5 files changed, 36 insertions(+), 19 deletions(-)

More information about envstat at CRAN
Permanent link

Package causact updated to version 0.4.2 with previous version 0.4.1 dated 2022-01-19

Title: Accelerated Bayesian Analytics with DAGs
Description: Accelerate Bayesian analytics workflows in 'R' through interactive modelling, visualization, and inference. Define probabilistic graphical models using directed acyclic graphs (DAGs) as a unifying language for business stakeholders, statisticians, and programmers. This package relies on the sleek and elegant 'greta' package for Bayesian inference. 'greta', in turn, is an interface into 'TensorFlow' from 'R'. Install 'greta' using instructions available here: <https://www.causact.com/install-tensorflow-greta-and-causact.html>. See <https://github.com/flyaflya/causact> or <https://www.causact.com/> for more documentation.
Author: Adam Fleischhacker [aut, cre, cph], Daniela Dapena [ctb], Rose Nguyen [ctb], Jared Sharpe [ctb]
Maintainer: Adam Fleischhacker <ajf@udel.edu>

Diff between causact versions 0.4.1 dated 2022-01-19 and 0.4.2 dated 2022-06-14

 DESCRIPTION                             |   11 +-
 LICENSE                                 |    4 
 MD5                                     |  149 +++++++++++++++++++-------------
 NAMESPACE                               |    1 
 NEWS.md                                 |   66 +++++++-------
 R/addPriorGroups.R                      |   10 +-
 R/bernoulliDist.R                       |   14 +--
 R/causact-package.R                     |only
 R/dag_create.R                          |    7 +
 R/dag_diagrammer.R                      |   13 +-
 R/dag_dim.R                             |    6 -
 R/dag_edge.R                            |   13 +-
 R/dag_greta.R                           |   23 ++--
 R/dag_merge.R                           |    9 +
 R/dag_node.R                            |   23 ++--
 R/dag_plate.R                           |   14 +--
 R/dag_render.R                          |   12 +-
 R/dagp_plot.R                           |   11 +-
 R/data.R                                |   18 +--
 R/grViz2.R                              |   12 +-
 R/meaningfulLabels.R                    |   11 +-
 R/pipe.R                                |    2 
 R/replaceLabels.R                       |   10 +-
 R/replace_in_spec2.R                    |    2 
 R/setWorkflowDefaults.R                 |    6 -
 R/utils.R                               |    2 
 README.md                               |   60 +++++++++---
 build                                   |only
 inst                                    |only
 man/addPriorGroups.Rd                   |    4 
 man/baseballData.Rd                     |   10 +-
 man/beachLocDF.Rd                       |    6 -
 man/carModelDF.Rd                       |    6 -
 man/causact-package.Rd                  |only
 man/chimpanzeesDF.Rd                    |   18 +--
 man/corruptDF.Rd                        |   16 +--
 man/dag_create.Rd                       |    6 -
 man/dag_diagrammer.Rd                   |    6 -
 man/dag_edge.Rd                         |    4 
 man/dag_greta.Rd                        |    8 +
 man/dag_merge.Rd                        |    6 -
 man/dag_node.Rd                         |    8 +
 man/dag_plate.Rd                        |    4 
 man/dag_render.Rd                       |    2 
 man/dagp_plot.Rd                        |    6 -
 man/delivDF.Rd                          |   10 +-
 man/figures/chimpsGraphPost-1.png       |binary
 man/figures/eightschoolsGraphPost-1.png |only
 man/figures/gretaPost-1.png             |binary
 man/figures/lifecycle-archived.svg      |only
 man/figures/lifecycle-defunct.svg       |only
 man/figures/lifecycle-deprecated.svg    |only
 man/figures/lifecycle-experimental.svg  |only
 man/figures/lifecycle-maturing.svg      |only
 man/figures/lifecycle-questioning.svg   |only
 man/figures/lifecycle-stable.svg        |only
 man/figures/lifecycle-superseded.svg    |only
 man/generate_dot2.Rd                    |    2 
 man/grViz2.Rd                           |    4 
 man/gymDF.Rd                            |   10 +-
 man/houseDF.Rd                          |   74 +++++++--------
 man/houseDFDescr.Rd                     |    4 
 man/meaningfulLabels.Rd                 |    4 
 man/pipe.Rd                             |    4 
 man/prodLineDF.Rd                       |    6 -
 man/rbern.Rd                            |    7 -
 man/replaceLabels.Rd                    |    4 
 man/schoolsDF.Rd                        |    8 -
 man/setDirectedGraphTheme.Rd            |    2 
 man/ticketsDF.Rd                        |    8 -
 man/totalBeachgoersRepSample.Rd         |    2 
 tests                                   |only
 vignettes                               |only
 73 files changed, 454 insertions(+), 314 deletions(-)

More information about causact at CRAN
Permanent link

Package tosls (with last version 1.0) was removed from CRAN

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

2014-04-01 1.0

Permanent link
Package thsls (with last version 0.1) was removed from CRAN

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

2015-04-03 0.1

Permanent link
Package threeboost (with last version 1.1) was removed from CRAN

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

2014-08-10 1.1
2014-06-27 1.0

Permanent link
Package rClinicalCodes (with last version 1.0.1) was removed from CRAN

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

2014-06-23 1.0.1
2014-05-01 1.0.0

Permanent link
Package rms.gof (with last version 1.0) was removed from CRAN

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

2013-01-16 1.0

Permanent link
Package session (with last version 1.0.3) was removed from CRAN

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

2011-08-27 1.0.3
2006-11-17 1.0.2

Permanent link
Package rsatscan (with last version 0.3.9200) was removed from CRAN

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

2015-03-17 0.3.9200
2015-02-08 0.3.9122

Permanent link
Package proteomics (with last version 0.2) was removed from CRAN

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

2014-11-21 0.2

Permanent link
Package saery (with last version 1.0) was removed from CRAN

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

2014-09-10 1.0

Permanent link
New package rwt with initial version 1.0.2
Package: rwt
Version: 1.0.2
Date: 2022-06-09
Title: 'Rice Wavelet Toolbox' Wrapper
Description: Provides a set of functions for 1D and 2D wavelet and filter bank design, analysis, and processing. Functions for denoising are also included. The package can be used for image denoising or deconvolution.
Depends: R (>= 2.15)
Imports: matlab
URL: https://cran.r-project.org/package=rwt
License: BSD_3_clause + file LICENSE
Copyright: file COPYRIGHTS
NeedsCompilation: yes
LazyLoad: yes
Repository: CRAN
Date/Publication: 2022-06-14 11:40:02 UTC
Repository/R-Forge/Project: estimate
Repository/R-Forge/Revision: 61
Repository/R-Forge/DateTimeStamp: 2022-06-09 14:42:11
Packaged: 2022-06-09 14:52:11 UTC; rforge
Author: P. Roebuck [aut, trl, cre] , Rice University's DSP group [aut, cph] , MD Anderson Cancer Center [cph]
Maintainer: P. Roebuck <proebuck1701@gmail.com>

More information about rwt at CRAN
Permanent link

Package mongolite updated to version 2.6.2 with previous version 2.6.1 dated 2022-04-19

Title: Fast and Simple 'MongoDB' Client for R
Description: High-performance MongoDB client based on 'mongo-c-driver' and 'jsonlite'. Includes support for aggregation, indexing, map-reduce, streaming, encryption, enterprise authentication, and GridFS. The online user manual provides an overview of the available methods in the package: <https://jeroen.github.io/mongolite/>.
Author: Jeroen Ooms [aut, cre] , MongoDB, Inc [cph]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between mongolite versions 2.6.1 dated 2022-04-19 and 2.6.2 dated 2022-06-14

 DESCRIPTION     |    6 +++---
 MD5             |    6 +++---
 NEWS            |    4 ++++
 src/Makevars.in |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)

More information about mongolite at CRAN
Permanent link

Package FateID updated to version 0.2.2 with previous version 0.2.1 dated 2021-10-05

Title: Quantification of Fate Bias in Multipotent Progenitors
Description: Application of 'FateID' allows computation and visualization of cell fate bias for multi-lineage single cell transcriptome data. Herman, J.S., Sagar, Grün D. (2018) <DOI:10.1038/nmeth.4662>.
Author: Dominic Gruen <dominic.gruen@gmail.com>
Maintainer: Dominic Gruen <dominic.gruen@gmail.com>

Diff between FateID versions 0.2.1 dated 2021-10-05 and 0.2.2 dated 2022-06-14

 DESCRIPTION                  |   13 ++++++-------
 MD5                          |   30 +++++++++++++++---------------
 NAMESPACE                    |    1 -
 R/FateID_functions.R         |   30 +++++++++++++-----------------
 inst/doc/FateID.R            |    2 +-
 inst/doc/FateID.Rmd          |    8 ++++----
 inst/doc/FateID.html         |   14 +++++++-------
 man/compdr.Rd                |   12 ++++--------
 man/getsom.Rd                |    2 +-
 man/plotFateMap.Rd           |    4 ++--
 man/plotexpression.Rd        |    2 +-
 man/plotexpressionProfile.Rd |    2 +-
 man/plotheatmap.Rd           |    2 +-
 man/prcurve.Rd               |    4 ++--
 man/procsom.Rd               |    2 +-
 vignettes/FateID.Rmd         |    8 ++++----
 16 files changed, 63 insertions(+), 73 deletions(-)

More information about FateID at CRAN
Permanent link

Package dials updated to version 1.0.0 with previous version 0.1.1 dated 2022-04-06

Title: Tools for Creating Tuning Parameter Values
Description: Many models contain tuning parameters (i.e. parameters that cannot be directly estimated from the data). These tools can be used to define objects for creating, simulating, or validating values for such parameters.
Author: Max Kuhn [aut], Hannah Frick [aut, cre], RStudio [cph, fnd]
Maintainer: Hannah Frick <hannah@rstudio.com>

Diff between dials versions 0.1.1 dated 2022-04-06 and 1.0.0 dated 2022-06-14

 dials-0.1.1/dials/R/param_engine_party.R                |only
 dials-1.0.0/dials/DESCRIPTION                           |   14 
 dials-1.0.0/dials/MD5                                   |  138 ++--
 dials-1.0.0/dials/NAMESPACE                             |    4 
 dials-1.0.0/dials/NEWS.md                               |   13 
 dials-1.0.0/dials/R/constructors.R                      |   46 +
 dials-1.0.0/dials/R/dials-package.R                     |    5 
 dials-1.0.0/dials/R/encode_unit.R                       |    2 
 dials-1.0.0/dials/R/param_Laplace.R                     |    7 
 dials-1.0.0/dials/R/param_engine_partykit.R             |only
 dials-1.0.0/dials/R/param_engine_sda.R                  |   13 
 dials-1.0.0/dials/R/param_mtry.R                        |    2 
 dials-1.0.0/dials/R/param_mtry_prop.R                   |only
 dials-1.0.0/dials/R/param_penalty.R                     |    2 
 dials-1.0.0/dials/R/parameters.R                        |   43 -
 dials-1.0.0/dials/build/vignette.rds                    |binary
 dials-1.0.0/dials/inst/doc/dials.R                      |   13 
 dials-1.0.0/dials/inst/doc/dials.Rmd                    |   21 
 dials-1.0.0/dials/inst/doc/dials.html                   |  551 ++++++++++++----
 dials-1.0.0/dials/man/Laplace.Rd                        |    5 
 dials-1.0.0/dials/man/adjust_deg_free.Rd                |    3 
 dials-1.0.0/dials/man/bart-param.Rd                     |    3 
 dials-1.0.0/dials/man/c5_parameters.Rd                  |    3 
 dials-1.0.0/dials/man/class_weights.Rd                  |    3 
 dials-1.0.0/dials/man/conditional_min_criterion.Rd      |    8 
 dials-1.0.0/dials/man/cost.Rd                           |    3 
 dials-1.0.0/dials/man/cubist_parameters.Rd              |    3 
 dials-1.0.0/dials/man/deg_free.Rd                       |    3 
 dials-1.0.0/dials/man/degree.Rd                         |    3 
 dials-1.0.0/dials/man/dist_power.Rd                     |    3 
 dials-1.0.0/dials/man/dropout.Rd                        |    3 
 dials-1.0.0/dials/man/earth_parameters.Rd               |    3 
 dials-1.0.0/dials/man/freq_cut.Rd                       |    3 
 dials-1.0.0/dials/man/grid_max_entropy.Rd               |   28 
 dials-1.0.0/dials/man/grid_regular.Rd                   |   28 
 dials-1.0.0/dials/man/learn_rate.Rd                     |    3 
 dials-1.0.0/dials/man/max_times.Rd                      |    3 
 dials-1.0.0/dials/man/max_tokens.Rd                     |    3 
 dials-1.0.0/dials/man/min_dist.Rd                       |    3 
 dials-1.0.0/dials/man/min_unique.Rd                     |    3 
 dials-1.0.0/dials/man/mixture.Rd                        |    3 
 dials-1.0.0/dials/man/momentum.Rd                       |    3 
 dials-1.0.0/dials/man/mtry.Rd                           |   28 
 dials-1.0.0/dials/man/mtry_prop.Rd                      |only
 dials-1.0.0/dials/man/neighbors.Rd                      |    3 
 dials-1.0.0/dials/man/new-param.Rd                      |   13 
 dials-1.0.0/dials/man/num_breaks.Rd                     |    3 
 dials-1.0.0/dials/man/num_comp.Rd                       |    3 
 dials-1.0.0/dials/man/num_knots.Rd                      |    3 
 dials-1.0.0/dials/man/num_tokens.Rd                     |    3 
 dials-1.0.0/dials/man/over_ratio.Rd                     |    3 
 dials-1.0.0/dials/man/penalty.Rd                        |    3 
 dials-1.0.0/dials/man/predictor_prop.Rd                 |    3 
 dials-1.0.0/dials/man/prior_slab_dispersion.Rd          |    3 
 dials-1.0.0/dials/man/randomForest_parameters.Rd        |    3 
 dials-1.0.0/dials/man/ranger_parameters.Rd              |    3 
 dials-1.0.0/dials/man/rbf_sigma.Rd                      |    3 
 dials-1.0.0/dials/man/shrinkage_correlation.Rd          |    7 
 dials-1.0.0/dials/man/smoothness.Rd                     |    3 
 dials-1.0.0/dials/man/stop_iter.Rd                      |    3 
 dials-1.0.0/dials/man/texthash.Rd                       |    3 
 dials-1.0.0/dials/man/threshold.Rd                      |    3 
 dials-1.0.0/dials/man/trees.Rd                          |    3 
 dials-1.0.0/dials/man/vocabulary_size.Rd                |    3 
 dials-1.0.0/dials/man/weight.Rd                         |    3 
 dials-1.0.0/dials/man/window_size.Rd                    |    3 
 dials-1.0.0/dials/man/xgboost_parameters.Rd             |    3 
 dials-1.0.0/dials/tests/testthat/_snaps/constructors.md |   62 +
 dials-1.0.0/dials/tests/testthat/_snaps/parameters.md   |   53 +
 dials-1.0.0/dials/tests/testthat/test-constructors.R    |   75 ++
 dials-1.0.0/dials/tests/testthat/test-parameters.R      |   23 
 dials-1.0.0/dials/vignettes/dials.Rmd                   |   21 
 72 files changed, 1046 insertions(+), 299 deletions(-)

More information about dials at CRAN
Permanent link

New package AHMbook with initial version 0.2.6
Package: AHMbook
Title: Functions and Data for the Book 'Applied Hierarchical Modeling in Ecology' Vols 1 and 2
Version: 0.2.6
Date: 2022-05-05
Depends: R (>= 2.10)
Imports: grDevices, graphics, methods, stats, utils, plotrix, raster, sp, fields, coda, unmarked (>= 0.12.2), mvtnorm, spdep
Suggests: RandomFields
BugReports: https://github.com/mikemeredith/AHMbook/issues
Description: Provides functions to simulate data sets from hierarchical ecological models, including all the simulations described in the two volume publication 'Applied Hierarchical Modeling in Ecology: Analysis of distribution, abundance and species richness in R and BUGS' by Marc Kéry and Andy Royle: volume 1 (2016, ISBN: 978-0-12-801378-6) and volume 2 (2021, ISBN: 978-0-12-809585-0), <https://www.mbr-pwrc.usgs.gov/pubanalysis/keryroylebook/>. It also has all the utility functions and data sets needed to replicate the analyses shown in the books.
License: GPL (>= 3)
Copyright: file COPYRIGHTS
NeedsCompilation: no
URL: https://sites.google.com/site/appliedhierarchicalmodeling/home
Encoding: UTF-8
Language: en-US
Packaged: 2022-05-05 08:22:32 UTC; User
Author: Marc Kery [aut], Andy Royle [aut], Mike Meredith [aut, cre], Urs Breitenmoser [dtc] , Richard Chandler [ctb], Bob Dorazio [ctb], Evan Grant [dtc] , John-Andren Henden [dtc] , Roland Kays [dtc] , Ken Kellner [ctb] , David King [dtc] , Xavier Lambin [d [...truncated...]
Maintainer: Mike Meredith <mike@mmeredith.net>
Repository: CRAN
Date/Publication: 2022-06-14 11:50:02 UTC

More information about AHMbook at CRAN
Permanent link

Package AER updated to version 1.2-10 with previous version 1.2-9 dated 2020-02-06

Title: Applied Econometrics with R
Description: Functions, data sets, examples, demos, and vignettes for the book Christian Kleiber and Achim Zeileis (2008), Applied Econometrics with R, Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See the vignette "AER" for a package overview.)
Author: Christian Kleiber [aut] , Achim Zeileis [aut, cre]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>

Diff between AER versions 1.2-9 dated 2020-02-06 and 1.2-10 dated 2022-06-14

 DESCRIPTION                          |    8 
 MD5                                  |  407 +++++++++++++++++------------------
 NEWS                                 |   19 +
 R/coeftest-methods.R                 |   11 
 R/ivreg.R                            |   21 +
 R/tobit.R                            |    8 
 build/partial.rdb                    |only
 build/vignette.rds                   |binary
 data/Affairs.rda                     |binary
 data/ArgentinaCPI.rda                |binary
 data/BankWages.rda                   |binary
 data/BenderlyZwick.rda               |binary
 data/BondYield.rda                   |binary
 data/CASchools.rda                   |binary
 data/CPS1985.rda                     |binary
 data/CPS1988.rda                     |binary
 data/CPSSW04.rda                     |binary
 data/CPSSW3.rda                      |binary
 data/CPSSW8.rda                      |binary
 data/CPSSW9204.rda                   |binary
 data/CPSSW9298.rda                   |binary
 data/CPSSWEducation.rda              |binary
 data/CartelStability.rda             |binary
 data/ChinaIncome.rda                 |binary
 data/CigarettesB.rda                 |binary
 data/CigarettesSW.rda                |binary
 data/CollegeDistance.rda             |binary
 data/ConsumerGood.rda                |binary
 data/CreditCard.rda                  |binary
 data/DJFranses.rda                   |binary
 data/DJIA8012.rda                    |binary
 data/DoctorVisits.rda                |binary
 data/DutchAdvert.rda                 |binary
 data/DutchSales.rda                  |binary
 data/Electricity1955.rda             |binary
 data/Electricity1970.rda             |binary
 data/EquationCitations.rda           |binary
 data/Equipment.rda                   |binary
 data/EuroEnergy.rda                  |binary
 data/Fatalities.rda                  |binary
 data/Fertility.rda                   |binary
 data/Fertility2.rda                  |binary
 data/FrozenJuice.rda                 |binary
 data/GSOEP9402.rda                   |binary
 data/GSS7402.rda                     |binary
 data/GermanUnemployment.rda          |binary
 data/GoldSilver.rda                  |binary
 data/GrowthDJ.rda                    |binary
 data/GrowthSW.rda                    |binary
 data/Grunfeld.rda                    |binary
 data/Guns.rda                        |binary
 data/HMDA.rda                        |binary
 data/HealthInsurance.rda             |binary
 data/HousePrices.rda                 |binary
 data/Journals.rda                    |binary
 data/KleinI.rda                      |binary
 data/Longley.rda                     |binary
 data/MASchools.rda                   |binary
 data/MSCISwitzerland.rda             |binary
 data/ManufactCosts.rda               |binary
 data/MarkDollar.rda                  |binary
 data/MarkPound.rda                   |binary
 data/Medicaid1986.rda                |binary
 data/Mortgage.rda                    |binary
 data/MotorCycles.rda                 |binary
 data/MotorCycles2.rda                |binary
 data/Municipalities.rda              |binary
 data/MurderRates.rda                 |binary
 data/NMES1988.rda                    |binary
 data/NYSESW.rda                      |binary
 data/NaturalGas.rda                  |binary
 data/OECDGas.rda                     |binary
 data/OECDGrowth.rda                  |binary
 data/OlympicTV.rda                   |binary
 data/OrangeCounty.rda                |binary
 data/PSID1976.rda                    |binary
 data/PSID1982.rda                    |binary
 data/PSID7682.rda                    |binary
 data/Parade2005.rda                  |binary
 data/PepperPrice.rda                 |binary
 data/PhDPublications.rda             |binary
 data/ProgramEffectiveness.rda        |binary
 data/RecreationDemand.rda            |binary
 data/ResumeNames.rda                 |binary
 data/SIC33.rda                       |binary
 data/STAR.rda                        |binary
 data/ShipAccidents.rda               |binary
 data/SmokeBan.rda                    |binary
 data/SportsCards.rda                 |binary
 data/StrikeDuration.rda              |binary
 data/SwissLabor.rda                  |binary
 data/TeachingRatings.rda             |binary
 data/TechChange.rda                  |binary
 data/TradeCredit.rda                 |binary
 data/TravelMode.rda                  |binary
 data/UKInflation.rda                 |binary
 data/UKNonDurables.rda               |binary
 data/USAirlines.rda                  |binary
 data/USConsump1950.rda               |binary
 data/USConsump1979.rda               |binary
 data/USConsump1993.rda               |binary
 data/USCrudes.rda                    |binary
 data/USGasB.rda                      |binary
 data/USGasG.rda                      |binary
 data/USInvest.rda                    |binary
 data/USMacroB.rda                    |binary
 data/USMacroG.rda                    |binary
 data/USMacroSW.rda                   |binary
 data/USMacroSWM.rda                  |binary
 data/USMacroSWQ.rda                  |binary
 data/USMoney.rda                     |binary
 data/USProdIndex.rda                 |binary
 data/USSeatBelts.rda                 |binary
 data/USStocksSW.rda                  |binary
 data/WeakInstrument.rda              |binary
 inst/doc/AER.pdf                     |binary
 inst/doc/Sweave-journals.pdf         |binary
 man/Affairs.Rd                       |    4 
 man/ArgentinaCPI.Rd                  |    1 
 man/Baltagi2002.Rd                   |    5 
 man/BankWages.Rd                     |    7 
 man/BenderlyZwick.Rd                 |  131 +++++------
 man/BondYield.Rd                     |   62 ++---
 man/CPS1988.Rd                       |    1 
 man/CPSSW.Rd                         |    2 
 man/CameronTrivedi1998.Rd            |    2 
 man/CigarettesB.Rd                   |    1 
 man/CigarettesSW.Rd                  |   10 
 man/CollegeDistance.Rd               |    2 
 man/CreditCard.Rd                    |    2 
 man/DJIA8012.Rd                      |   96 ++++----
 man/DoctorVisits.Rd                  |    1 
 man/DutchAdvert.Rd                   |    2 
 man/Electricity1955.Rd               |    2 
 man/Electricity1970.Rd               |  112 ++++-----
 man/EquationCitations.Rd             |    5 
 man/Equipment.Rd                     |  204 ++++++++---------
 man/Fatalities.Rd                    |    1 
 man/FrozenJuice.Rd                   |    1 
 man/GSOEP9402.Rd                     |    7 
 man/GSS7402.Rd                       |    3 
 man/GoldSilver.Rd                    |  208 +++++++++--------
 man/Greene2003.Rd                    |   10 
 man/Grunfeld.Rd                      |    4 
 man/Guns.Rd                          |  153 ++++++-------
 man/Journals.Rd                      |    3 
 man/KleinI.Rd                        |    3 
 man/Longley.Rd                       |  107 ++++-----
 man/MSCISwitzerland.Rd               |  177 +++++++--------
 man/ManufactCosts.Rd                 |   86 +++----
 man/MarkDollar.Rd                    |    5 
 man/MarkPound.Rd                     |    6 
 man/Medicaid1986.Rd                  |    2 
 man/MotorCycles2.Rd                  |    2 
 man/NMES1988.Rd                      |    4 
 man/NYSESW.Rd                        |    1 
 man/OECDGas.Rd                       |   83 +++----
 man/OECDGrowth.Rd                    |  191 ++++++++--------
 man/PSID1976.Rd                      |    3 
 man/PSID7682.Rd                      |    3 
 man/Parade2005.Rd                    |    1 
 man/PepperPrice.Rd                   |    6 
 man/PhDPublications.Rd               |    4 
 man/ProgramEffectiveness.Rd          |  100 ++++----
 man/RecreationDemand.Rd              |    6 
 man/SIC33.Rd                         |    8 
 man/STAR.Rd                          |    1 
 man/ShipAccidents.Rd                 |  160 ++++++-------
 man/SportsCards.Rd                   |    6 
 man/StockWatson2007.Rd               |   50 ++--
 man/StrikeDuration.Rd                |  125 +++++-----
 man/TechChange.Rd                    |  105 ++++-----
 man/TravelMode.Rd                    |  117 +++++-----
 man/UKInflation.Rd                   |   72 +++---
 man/USAirlines.Rd                    |    3 
 man/USConsump1950.Rd                 |  130 +++++------
 man/USConsump1979.Rd                 |   78 +++---
 man/USConsump1993.Rd                 |    2 
 man/USCrudes.Rd                      |   88 +++----
 man/USGasG.Rd                        |  185 +++++++--------
 man/USInvest.Rd                      |  128 +++++------
 man/USMacroG.Rd                      |    3 
 man/USMacroSW.Rd                     |    4 
 man/USMacroSWM.Rd                    |    2 
 man/USMacroSWQ.Rd                    |    2 
 man/USMoney.Rd                       |   76 +++---
 man/USSeatBelts.Rd                   |    1 
 man/USStocksSW.Rd                    |    3 
 man/WinkelmannBoes2009.Rd            |   13 -
 man/ivreg.Rd                         |    8 
 man/ivreg.fit.Rd                     |   12 -
 man/summary.ivreg.Rd                 |    8 
 tests/Ch-Basics.Rout.save            |    8 
 tests/Ch-Intro.R                     |    2 
 tests/Ch-Intro.Rout.save             |   10 
 tests/Ch-LinearRegression.R          |    6 
 tests/Ch-LinearRegression.Rout.save  |   20 +
 tests/Ch-Microeconometrics.R         |    6 
 tests/Ch-Microeconometrics.Rout.save |   51 ++--
 tests/Ch-Programming.R               |    2 
 tests/Ch-Programming.Rout.save       |   10 
 tests/Ch-TimeSeries.R                |    5 
 tests/Ch-TimeSeries.Rout.save        |   15 +
 tests/Ch-Validation.R                |    2 
 tests/Ch-Validation.Rout.save        |   11 
 205 files changed, 2017 insertions(+), 1827 deletions(-)

More information about AER at CRAN
Permanent link

Package parviol (with last version 1.1) was removed from CRAN

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

2009-12-01 1.1

Permanent link
Package morgenstemning (with last version 1.0) was removed from CRAN

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

2014-02-28 1.0

Permanent link
Package lymphclon (with last version 1.3.0) was removed from CRAN

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

2014-11-11 1.3.0
2013-11-11 1.2.3
2013-08-02 1.2.2
2013-07-17 1.2.0

Permanent link
Package extraTrees (with last version 1.0.5) was removed from CRAN

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

2014-12-27 1.0.5
2014-11-08 1.0.4
2014-09-07 1.0.3
2014-08-29 1.0.2
2014-08-10 1.0.1
2013-10-05 0.4-5
2012-12-11 0.3-1
2012-11-28 0.2-1

Permanent link
Package mleur (with last version 1.0-6) was removed from CRAN

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

2013-12-11 1.0-6
2012-09-22 1.0-5
2011-08-20 1.0-4
2011-08-19 1.0-3
2011-08-17 1.0-2
2011-08-15 1.0-1

Permanent link
Package omd (with last version 1.0) was removed from CRAN

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

2009-11-03 1.0

Permanent link
Package kaps (with last version 1.0.2) was removed from CRAN

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

2014-11-01 1.0.2
2014-03-19 1.0-0
2012-07-02 0.9-8
2012-05-23 0.9-3
2012-04-16 0.9-2
2012-03-20 0.8.3

Permanent link
Package gset (with last version 1.1.0) was removed from CRAN

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

2014-11-19 1.1.0
2014-05-19 1.0

Permanent link
Package prLogistic (with last version 1.2) was removed from CRAN

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

2013-09-19 1.2
2011-10-26 1.1
2011-07-23 1.0

Permanent link
Package ggROC (with last version 1.0) was removed from CRAN

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

2013-05-26 1.0

Permanent link
Package ionflows (with last version 1.1) was removed from CRAN

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

2014-11-10 1.1

Permanent link
Package matie (with last version 1.2) was removed from CRAN

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

2013-11-04 1.2
2013-06-27 1.1
2013-01-20 1.0

Permanent link
Package gamlss.nl (with last version 4.1-0) was removed from CRAN

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

2012-02-15 4.1-0
2011-05-03 4.0-5
2010-10-15 4.0-4
2010-05-22 4.0-0
2009-11-22 3.1-0
2009-10-14 3.0-1
2009-07-21 3.0-0
2009-04-03 2.0-0
2008-06-06 1.9-0
2007-10-03 1.7-0
2007-05-02 1.6-0

Permanent link
Package plsdepot (with last version 0.1.17) was removed from CRAN

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

2012-11-13 0.1.17
2012-11-06 0.1.16

Permanent link
Package mallet (with last version 1.0) was removed from CRAN

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

2013-08-09 1.0

Permanent link
Package cvq2 (with last version 1.2.0) was removed from CRAN

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

2013-10-15 1.2.0
2013-03-13 1.1.0
2013-01-22 1.0.3
2012-12-03 1.0.2
2012-10-16 1.0.1
2012-09-26 1.0

Permanent link
Package episplineDensity (with last version 0.0-1) was removed from CRAN

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

2014-11-10 0.0-1

Permanent link
Package censNID (with last version 0-0-1) was removed from CRAN

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

2013-10-07 0-0-1

Permanent link
Package dicionariosIBGE (with last version 1.6) was removed from CRAN

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

2014-08-13 1.6
2012-09-21 1.5
2011-02-03 1.1.1
2010-07-02 1.1
2010-06-08 1.0

Permanent link
Package dynia (with last version 0.2) was removed from CRAN

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

2014-05-16 0.2

Permanent link
New package Rtapas with initial version 0.9
Package: Rtapas
Title: Random Tanglegram Partitions
Version: 0.9
Date: 2022-06-03
Description: Applies a given global-fit method to random partial tanglegrams of a fixed size to identify the associations, terminals, and nodes that maximize phylogenetic (in)congruence. It also includes functions to compute more easily the confidence intervals of classification metrics and plot results, reducing computational time. See Llaberia-Robledillo et al. (2022, <doi:10.1101/2022.05.17.492291>).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: phytools, parallel, R (>= 3.5.0)
Imports: ape, distory, GiniWegNeg, paco, stats, vegan, stringr, parallelly
NeedsCompilation: no
Suggests: testthat (>= 3.0.0)
Packaged: 2022-06-13 07:01:18 UTC; Mar
Author: Mar Llaberia-Robledillo [aut, cre, cph] , Juan A. Balbuena [aut, cph]
Maintainer: Mar Llaberia-Robledillo <mar.llaberia@uv.es>
Repository: CRAN
Date/Publication: 2022-06-14 10:40:02 UTC

More information about Rtapas at CRAN
Permanent link

New package r3js with initial version 0.0.1
Package: r3js
Title: 'WebGL'-Based 3D Plotting using the 'three.js' Library
Version: 0.0.1
Date: 2022-06-10
Author: Sam Wilks
Maintainer: Sam Wilks <sw463@cam.ac.uk>
Description: Provides R and 'JavaScript' functions to allow 'WebGL'-based 3D plotting using the 'three.js' 'JavaScript' library. Interactivity through roll-over highlighting and toggle buttons is also supported.
License: AGPL-3
Encoding: UTF-8
LazyData: true
Imports: htmlwidgets, htmltools, jsonlite, ellipsis, vctrs
Suggests: testthat, rmarkdown, colorspace, knitr
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2022-06-13 10:40:52 UTC; samwilks
Repository: CRAN
Date/Publication: 2022-06-14 10:50:02 UTC

More information about r3js at CRAN
Permanent link

New package PointedSDMs with initial version 1.0.5
Package: PointedSDMs
Title: Fit Models Derived from Point Processes to Species Distributions using 'inlabru'
Version: 1.0.5
Maintainer: Philip Mostert <philip.s.mostert@ntnu.no>
URL: https://github.com/PhilipMostert/PointedSDMs
BugReports: https://github.com/PhilipMostert/PointedSDMs/issues
Description: Integrated species distribution modeling is a rising field in quantitative ecology thanks to significant rises in the quantity of data available, increases in computational speed and the proven benefits of using such models. Despite this, the general software to help ecologists construct such models in an easy-to-use framework is lacking. We therefore introduce the R package 'PointedSDMs': which provides the tools to help ecologists set up integrated models and perform inference on them. There are also functions within the package to help run spatial cross-validation for model selection, as well as generic plotting and predicting functions. An introduction to these methods is discussed in Issac, Jarzyna, Keil, Dambly, Boersch-Supan, Browning, Freeman, Golding, Guillera-Arroita, Henrys, Jarvis, Lahoz-Monfort, Pagel, Pescott, Schmucki, Simmonds and O’Hara (2020) <doi:10.1016/j.tree.2019.08.006>.
Depends: R (>= 3.5), stats, methods, ggplot2, inlabru (>= 2.5)
Imports: R6, sp (>= 1.4-5), raster, R.devices, blockCV
Suggests: testthat (>= 3.0.0), USAboundaries, sf, sn, INLA (>= 21.08.31), rasterVis, ggmap, ggpolypath, RColorBrewer, cowplot, knitr, kableExtra, rmarkdown, covr
Additional_repositories: https://inla.r-inla-download.org/R/testing
License: GPL (>= 3)
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-06-12 19:13:46 UTC; philism
Author: Philip Mostert [aut, cre], Bob O'hara [aut]
Repository: CRAN
Date/Publication: 2022-06-14 10:30:02 UTC

More information about PointedSDMs at CRAN
Permanent link

New package nser with initial version 1.4.2
Package: nser
Title: Bhavcopy and Live Market Data from National Stock Exchange (NSE) & Bombay Stock Exchange (BSE) India for Equities and Equity Derivatives (F&O)
Version: 1.4.2
Date: 2022-06-12
Maintainer: Nandan Patil <tryanother609@gmail.com>
Description: Download Present & Historical Bhavcopy. Get Live Market data from NSE India of Equities and Derivatives(F&O) segment. Data source <https://www.nseindia.com/>.
URL: https://github.com/nandp1/nser/
BugReports: https://github.com/nandp1/nser/issues
Language: en-US
License: GPL-3
Depends: R (>= 3.0)
Encoding: UTF-8
LazyData: true
Imports: stats, utils, readr, magrittr, rvest, tidyverse, stringr, jsonlite, RSelenium, googleVis, dplyr, lubridate, purrr, curl
Suggests: rmarkdown, testthat (>= 3.0.0), knitr, reshape2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-06-12 14:12:47 UTC; ACER
Author: Nandan Patil [cre, aut]
Repository: CRAN
Date/Publication: 2022-06-14 10:20:02 UTC

More information about nser at CRAN
Permanent link

New package iTensor with initial version 0.99.0
Package: iTensor
Title: ICA-Based Matrix/Tensor Decomposition
Version: 0.99.0
Description: Some functions for performing ICA, MICA, and Multilinear ICA are implemented. ICA, MICA, and Multilinear ICA extract statistically independent components from single matrix, multiple matrices, and single tensor, respectively. For the details of these methods, see the reference section of GitHub README.md <https://github.com/rikenbit/iTensor>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
URL: https://github.com/rikenbit/mwTensor
Suggests: testthat (>= 3.0.0)
Imports: MASS, methods, rTensor, stats
NeedsCompilation: no
Packaged: 2022-06-11 02:07:53 UTC; tsuyusakikouki
Author: Koki Tsuyuzaki [aut, cre]
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>
Repository: CRAN
Date/Publication: 2022-06-14 10:10:02 UTC

More information about iTensor at CRAN
Permanent link

New package cleanrmd with initial version 0.1.0
Package: cleanrmd
Title: Clean Class-Less 'R Markdown' HTML Documents
Version: 0.1.0
Description: A collection of clean 'R Markdown' HTML document templates using classy-looking classless CSS styles. These documents use a minimal set of dependencies but still look great, making them suitable for use a package vignettes or for sharing results via email.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/cleanrmd/, https://github.com/gadenbuie/cleanrmd
BugReports: https://github.com/gadenbuie/cleanrmd/issues
Depends: R (>= 2.10)
Imports: htmltools, jsonlite, rmarkdown, utils
Suggests: testthat (>= 2.1.0)
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-06-11 14:11:45 UTC; garrick
Author: Garrick Aden-Buie [aut, cre, cph] , Igor Adamenko [ctb, cph] , Alvaro Montoro [ctb, cph] , Ruan Martinelli [ctb, cph] , Tran Ngoc Tuan Anh [ctb, cph] , Marco Pontili [ctb, cph] , Evgeny Orekhov [ctb, cph] , Vincent Dorig [ctb, cph] , Yegor Bugayenko [...truncated...]
Maintainer: Garrick Aden-Buie <garrick@adenbuie.com>
Repository: CRAN
Date/Publication: 2022-06-14 10:10:04 UTC

More information about cleanrmd at CRAN
Permanent link

Package bayespref (with last version 1.0) was removed from CRAN

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

2011-05-21 1.0

Permanent link
Package RWBP (with last version 1.0) was removed from CRAN

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

2014-06-24 1.0

Permanent link
Package MetABEL (with last version 0.2-0) was removed from CRAN

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

2014-02-03 0.2-0
2014-01-27 0.1-0
2011-02-10 0.0-3

Permanent link
Package KMDA (with last version 1.0) was removed from CRAN

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

2015-04-01 1.0

Permanent link
Package NSUM (with last version 1.0) was removed from CRAN

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

2015-03-03 1.0

Permanent link
Package RTConnect (with last version 0.1.4) was removed from CRAN

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

2013-10-17 0.1.4
2013-10-11 0.1.3
2013-07-26 0.1.1
2013-06-11 0.1

Permanent link
Package MBI (with last version 1.0) was removed from CRAN

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

2012-10-20 1.0

Permanent link
Package XHWE (with last version 1.0) was removed from CRAN

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

2015-06-03 1.0

Permanent link
Package blm (with last version 2013.2.4.4) was removed from CRAN

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

2013-08-16 2013.2.4.4
2013-05-17 2013.2.4.3
2013-04-17 2013.2.4.2
2013-02-11 2013.2.4.1
2012-12-14 2012.2.4
2012-11-19 2012.2.3
2012-10-06 2012.2.2
2012-05-19 2012.2.1
2011-11-23 2011.2.0
2011-08-19 2011.1.3
2011-07-04 1.2

Permanent link
Package MAVTgsa (with last version 1.3) was removed from CRAN

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

2014-07-02 1.3

Permanent link
Package RmixmodCombi (with last version 1.0) was removed from CRAN

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

2014-07-08 1.0

Permanent link
Package HWEBayes (with last version 1.4) was removed from CRAN

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

2013-12-18 1.4
2010-06-02 1.3
2009-07-30 1.2
2009-07-22 1.1
2009-06-25 1.0

Permanent link
Package UScancer (with last version 0.1-2) was removed from CRAN

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

2014-08-09 0.1-2
2013-08-29 0.1-1

Permanent link
Package SunterSampling (with last version 1.0.1) was removed from CRAN

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

2014-11-26 1.0.1
2012-05-08 1.0

Permanent link
Package ORMDR (with last version 1.3-2) was removed from CRAN

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

2012-12-21 1.3-2
2008-08-21 1.3-1
2008-08-02 1.3
2008-03-07 1.2
2007-03-16 1.1

Permanent link
Package LPStimeSeries (with last version 1.0-5) was removed from CRAN

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

2015-03-27 1.0-5
2015-01-09 1.0-4
2014-07-31 1.0-3
2014-03-23 1.0-2
2014-03-10 1.0-1
2014-03-06 1.0

Permanent link
Package Rphylip (with last version 0.1-23) was removed from CRAN

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

2014-03-26 0.1-23
2014-03-11 0.1-21

Permanent link
Package QuACN (with last version 1.8.0) was removed from CRAN

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

2014-11-19 1.8.0

Permanent link
Package FacPad (with last version 3.0) was removed from CRAN

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

2014-03-27 3.0

Permanent link
Package DnE (with last version 2.1.0) was removed from CRAN

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

2014-12-10 2.1.0
2013-04-17 1.01
2012-06-22 1.0

Permanent link
Package DoubleML updated to version 0.5.0 with previous version 0.4.1 dated 2021-10-26

Title: Double Machine Learning in R
Description: Implementation of the double/debiased machine learning framework of Chernozhukov et al. (2018) <doi:10.1111/ectj.12097> for partially linear regression models, partially linear instrumental variable regression models, interactive regression models and interactive instrumental variable regression models. 'DoubleML' allows estimation of the nuisance parts in these models by machine learning methods and computation of the Neyman orthogonal score functions. 'DoubleML' is built on top of 'mlr3' and the 'mlr3' ecosystem. The object-oriented implementation of 'DoubleML' based on the 'R6' package is very flexible.
Author: Philipp Bach [aut], Victor Chernozhukov [aut], Malte S. Kurz [aut, cre], Martin Spindler [aut]
Maintainer: Malte S. Kurz <malte.simon.kurz@uni-hamburg.de>

Diff between DoubleML versions 0.4.1 dated 2021-10-26 and 0.5.0 dated 2022-06-14

 DESCRIPTION                                                                |    8 
 MD5                                                                        |  134 +
 R/datasets.R                                                               |   69 -
 R/double_ml.R                                                              |   42 
 R/double_ml_data.R                                                         |    8 
 R/double_ml_iivm.R                                                         |  104 -
 R/double_ml_irm.R                                                          |   72 -
 R/double_ml_pliv.R                                                         |  684 +++++++---
 R/double_ml_plr.R                                                          |  418 +++++-
 R/helper.R                                                                 |   86 -
 README.md                                                                  |    9 
 build/partial.rdb                                                          |binary
 build/vignette.rds                                                         |binary
 inst/doc/Introduction_to_DoubleML.html                                     |    5 
 inst/doc/getstarted.html                                                   |   21 
 inst/doc/install.html                                                      |    1 
 man/DoubleML.Rd                                                            |    2 
 man/DoubleMLData.Rd                                                        |    8 
 man/DoubleMLIIVM.Rd                                                        |   68 
 man/DoubleMLIRM.Rd                                                         |   46 
 man/DoubleMLPLIV.Rd                                                        |  237 ++-
 man/DoubleMLPLR.Rd                                                         |  205 ++
 man/fetch_bonus.Rd                                                         |    4 
 man/figures/oop.svg                                                        |  595 +++-----
 tests/testthat/helper-03-dgp.R                                             |   53 
 tests/testthat/helper-04-simdata.R                                         |   98 +
 tests/testthat/helper-05-ml-learner.R                                      |  427 +++++-
 tests/testthat/helper-08-dml_plr.R                                         |  188 +-
 tests/testthat/helper-09-dml_pliv.R                                        |  177 +-
 tests/testthat/helper-10-dml_irm.R                                         |   69 -
 tests/testthat/helper-11-dml_iivm.R                                        |   36 
 tests/testthat/helper-13-dml_pliv_partial_x.R                              |   42 
 tests/testthat/helper-15-dml_pliv_partial_xz.R                             |   40 
 tests/testthat/print_outputs/dml_pliv.txt                                  |    2 
 tests/testthat/print_outputs/dml_plr.txt                                   |    2 
 tests/testthat/test-double_ml_data.R                                       |    4 
 tests/testthat/test-double_ml_datasets.R                                   |   14 
 tests/testthat/test-double_ml_iivm.R                                       |    2 
 tests/testthat/test-double_ml_iivm_binary_outcome.R                        |only
 tests/testthat/test-double_ml_irm.R                                        |    2 
 tests/testthat/test-double_ml_irm_binary_outcome.R                         |only
 tests/testthat/test-double_ml_pliv.R                                       |   40 
 tests/testthat/test-double_ml_pliv_exception_handling.R                    |only
 tests/testthat/test-double_ml_pliv_multi_z_parameter_passing.R             |   34 
 tests/testthat/test-double_ml_pliv_one_way_cluster.R                       |   40 
 tests/testthat/test-double_ml_pliv_parameter_passing.R                     |  133 +
 tests/testthat/test-double_ml_pliv_partial_functional_initializer.R        |   10 
 tests/testthat/test-double_ml_pliv_partial_functional_initializer_IVtype.R |only
 tests/testthat/test-double_ml_pliv_partial_x.R                             |    6 
 tests/testthat/test-double_ml_pliv_partial_xz.R                            |    6 
 tests/testthat/test-double_ml_pliv_partial_xz_parameter_passing.R          |   44 
 tests/testthat/test-double_ml_pliv_tuning.R                                |  136 +
 tests/testthat/test-double_ml_pliv_two_way_cluster.R                       |   39 
 tests/testthat/test-double_ml_pliv_user_score.R                            |   31 
 tests/testthat/test-double_ml_plr.R                                        |   31 
 tests/testthat/test-double_ml_plr_classifier.R                             |   49 
 tests/testthat/test-double_ml_plr_exception_handling.R                     |   94 +
 tests/testthat/test-double_ml_plr_export_preds.R                           |   56 
 tests/testthat/test-double_ml_plr_loaded_mlr3learner.R                     |   48 
 tests/testthat/test-double_ml_plr_multitreat.R                             |   16 
 tests/testthat/test-double_ml_plr_nocrossfit.R                             |   24 
 tests/testthat/test-double_ml_plr_nonorth.R                                |   37 
 tests/testthat/test-double_ml_plr_p_adjust.R                               |    8 
 tests/testthat/test-double_ml_plr_parameter_passing.R                      |  164 +-
 tests/testthat/test-double_ml_plr_rep_cross_fit.R                          |   16 
 tests/testthat/test-double_ml_plr_set_samples.R                            |   16 
 tests/testthat/test-double_ml_plr_tuning.R                                 |   22 
 tests/testthat/test-double_ml_plr_user_score.R                             |    8 
 tests/testthat/test-double_ml_print.R                                      |    4 
 tests/testthat/test-double_ml_set_sample_splitting.R                       |   18 
 70 files changed, 3597 insertions(+), 1515 deletions(-)

More information about DoubleML at CRAN
Permanent link

Package buildmer updated to version 2.5 with previous version 2.4 dated 2022-04-06

Title: Stepwise Elimination and Term Reordering for Mixed-Effects Regression
Description: Finds the largest possible regression model that will still converge for various types of regression analyses (including mixed models and generalized additive models) and then optionally performs stepwise elimination similar to the forward and backward effect-selection methods in SAS, based on the change in log-likelihood or its significance, Akaike's Information Criterion, the Bayesian Information Criterion, the explained deviance, or the F-test of the change in R².
Author: Cesko C. Voeten [aut, cre]
Maintainer: Cesko C. Voeten <cvoeten@gmail.com>

Diff between buildmer versions 2.4 dated 2022-04-06 and 2.5 dated 2022-06-14

 ChangeLog                         |   20 +++---
 DESCRIPTION                       |    8 +-
 MD5                               |   56 +++++++++----------
 R/buildmer-S4.R                   |    1 
 R/buildmer-private.R              |   30 ++++++++++
 R/buildmer.R                      |   84 +++++++++--------------------
 R/control.R                       |   35 ++----------
 R/fitters.R                       |  110 +++++++++++++++++++-------------------
 R/package.R                       |    2 
 R/patchers.R                      |   54 +++++++++---------
 R/utility.R                       |   53 +-----------------
 build/vignette.rds                |binary
 inst/doc/buildmer.html            |    7 +-
 man/buildGLMMadaptive.Rd          |    5 -
 man/buildbam.Rd                   |    5 -
 man/buildclmm.Rd                  |    7 --
 man/buildcustom.Rd                |    9 +--
 man/buildgam.Rd                   |    5 -
 man/buildgamm.Rd                  |    7 --
 man/buildgamm4.Rd                 |    5 -
 man/buildglmmTMB.Rd               |    5 -
 man/buildgls.Rd                   |    4 -
 man/buildlme.Rd                   |    6 --
 man/buildmer.Rd                   |    5 -
 man/buildmerControl.Rd            |    5 -
 man/buildmertree.Rd               |    9 +--
 man/buildmultinom.Rd              |    4 -
 tests/testthat/test-buildcustom.R |    4 -
 tests/testthat/test-buildgls.R    |    2 
 29 files changed, 220 insertions(+), 327 deletions(-)

More information about buildmer at CRAN
Permanent link

Package prefmod updated to version 0.8-35 with previous version 0.8-34 dated 2017-09-18

Title: Utilities to Fit Paired Comparison Models for Preferences
Description: Generates design matrix for analysing real paired comparisons and derived paired comparison data (Likert type items/ratings or rankings) using a loglinear approach. Fits loglinear Bradley-Terry model (LLBT) exploiting an eliminate feature. Computes pattern models for paired comparisons, rankings, and ratings. Some treatment of missing values (MCAR and MNAR). Fits latent class (mixture) models for paired comparison, rating and ranking patterns using a non-parametric ML approach.
Author: Reinhold Hatzinger [aut], Marco Johannes Maier [cre]
Maintainer: Marco Johannes Maier <marco_maier@posteo.de>

Diff between prefmod versions 0.8-34 dated 2017-09-18 and 0.8-35 dated 2022-06-14

 DESCRIPTION            |   10 +++++-----
 MD5                    |   36 ++++++++++++++++++------------------
 NAMESPACE              |    1 +
 NEWS                   |   10 +++++++---
 R/alldistPC.R          |    8 ++++----
 build/partial.rdb      |binary
 inst/CITATION          |    4 ++--
 inst/NEWS.Rd           |    5 +++++
 inst/NEWS.pdf          |binary
 man/euro55.2.des.Rd    |    2 +-
 man/issp2000.Rd        |    6 +++---
 man/llbt.fit.Rd        |    2 +-
 man/music.Rd           |   13 ++++++++-----
 man/pattL.fit.Rd       |    8 ++++++--
 man/pattLrep.fit.Rd    |    9 ++++++---
 man/pattPC.fit.Rd      |    8 ++++++--
 man/pattR.fit.Rd       |    8 ++++++--
 man/pattRrep.fit.Rd    |    9 ++++++---
 man/prefmod-package.Rd |    2 +-
 19 files changed, 86 insertions(+), 55 deletions(-)

More information about prefmod at CRAN
Permanent link

Package gaussquad updated to version 1.0-3 with previous version 1.0-2 dated 2013-02-05

Title: Collection of Functions for Gaussian Quadrature
Description: A collection of functions to perform Gaussian quadrature with different weight functions corresponding to the orthogonal polynomials in package orthopolynom. Examples verify the orthogonality and inner products of the polynomials.
Author: Frederick Novomestky <fnovomes@poly.edu>
Maintainer: Frederick Novomestky <fnovomes@poly.edu>

Diff between gaussquad versions 1.0-2 dated 2013-02-05 and 1.0-3 dated 2022-06-14

 DESCRIPTION                |   14 ++++++++------
 MD5                        |    6 +++---
 NAMESPACE                  |    3 +++
 R/chebyshev.c.quadrature.R |    1 -
 4 files changed, 14 insertions(+), 10 deletions(-)

More information about gaussquad at CRAN
Permanent link

Package SuessR updated to version 0.1.4 with previous version 0.1.3 dated 2021-03-12

Title: Suess and Laws Corrections for Marine Stable Carbon Isotope Data
Description: Generates region-specific Suess and Laws corrections for stable carbon isotope data from marine organisms collected between 1850 and 2021. Version 0.1.4 of 'SuessR' contains four built-in regions: the Bering Sea ('Bering Sea'), the Aleutian archipelago ('Aleutian Islands'), the Gulf of Alaska ('Gulf of Alaska'), and the subpolar North Atlantic ('Subpolar North Atlantic'). Users can supply their own environmental data for regions currently not built into the package to generate corrections for those regions.
Author: Casey Clark [cre, aut], Mattias Cape [aut], Mark Shapley [aut], Franz Mueter [aut], Bruce Finney [aut], Nicole Misarti [aut]
Maintainer: Casey Clark <casey.t.clark@gmail.com>

Diff between SuessR versions 0.1.3 dated 2021-03-12 and 0.1.4 dated 2022-06-14

 DESCRIPTION                      |   14 +++++++-------
 LICENSE                          |    2 +-
 MD5                              |   20 ++++++++++----------
 NEWS.md                          |    4 ++++
 R/SuessR_Package.R               |   22 +++++++++++-----------
 R/SuessR_Reference_Data.R        |   13 +++++++------
 data/SuessR_Reference_Data.RData |binary
 man/SuessR.Rd                    |    2 +-
 man/SuessR.custom.Rd             |   20 ++++++++++----------
 man/SuessR.reference.data.Rd     |   13 +++++++------
 man/figures/Built-in-regions.png |binary
 11 files changed, 58 insertions(+), 52 deletions(-)

More information about SuessR at CRAN
Permanent link

Package geosapi updated to version 0.6-2 with previous version 0.6-1 dated 2022-06-01

Title: GeoServer REST API R Interface
Description: Provides an R interface to the GeoServer REST API, allowing to upload and publish data in a GeoServer web-application and expose data to OGC Web-Services. The package currently supports all CRUD (Create,Read,Update,Delete) operations on GeoServer workspaces, namespaces, datastores (stores of vector data), featuretypes, layers, styles, as well as vector data upload operations. For more information about the GeoServer REST API, see <https://docs.geoserver.org/stable/en/user/rest/>.
Author: Emmanuel Blondel [aut, cre]
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Diff between geosapi versions 0.6-1 dated 2022-06-01 and 0.6-2 dated 2022-06-14

 DESCRIPTION            |   14 ++++++++------
 MD5                    |   15 ++++++++++-----
 NEWS.md                |    8 +++++++-
 R/GSDatastoreManager.R |    2 +-
 R/GSManager.R          |    2 +-
 README.md              |    4 +++-
 build                  |only
 inst/doc               |only
 vignettes              |only
 9 files changed, 30 insertions(+), 15 deletions(-)

More information about geosapi at CRAN
Permanent link

Package DALEXtra updated to version 2.2.1 with previous version 2.2.0 dated 2022-04-23

Title: Extension for 'DALEX' Package
Description: Provides wrapper of various machine learning models. In applied machine learning, there is a strong belief that we need to strike a balance between interpretability and accuracy. However, in field of the interpretable machine learning, there are more and more new ideas for explaining black-box models, that are implemented in 'R'. 'DALEXtra' creates 'DALEX' Biecek (2018) <arXiv:1806.08915> explainer for many type of models including those created using 'python' 'scikit-learn' and 'keras' libraries, and 'java' 'h2o' library. Important part of the package is Champion-Challenger analysis and innovative approach to model performance across subsets of test data presented in Funnel Plot.
Author: Szymon Maksymiuk [aut, cre] , Przemyslaw Biecek [aut] , Hubert Baniecki [aut], Anna Kozak [ctb]
Maintainer: Szymon Maksymiuk <sz.maksymiuk@gmail.com>

Diff between DALEXtra versions 2.2.0 dated 2022-04-23 and 2.2.1 dated 2022-06-14

 DESCRIPTION            |    6 +++---
 MD5                    |   10 +++++-----
 NEWS.md                |    5 +++++
 R/explain_h2o.R        |    2 +-
 R/explain_tidymodels.R |   12 ++++++++++++
 man/explain_h2o.Rd     |    2 +-
 6 files changed, 27 insertions(+), 10 deletions(-)

More information about DALEXtra at CRAN
Permanent link

Package DAAG updated to version 1.25.4 with previous version 1.25.3 dated 2022-05-30

Title: Data Analysis and Graphics Data and Functions
Description: Functions and data sets used in examples and exercises in the text Maindonald, J.H. and Braun, W.J. (2003, 2007, 2010) "Data Analysis and Graphics Using R", and in an upcoming Maindonald, Braun, Andrews, and Narayan text that builds on this earlier text.
Author: John H Maindonald <john@statsresearch.co.nz> and W. John Braun <john.braun@ubc.ca>
Maintainer: W. John Braun <john.braun@ubc.ca>

Diff between DAAG versions 1.25.3 dated 2022-05-30 and 1.25.4 dated 2022-06-14

 DESCRIPTION       |    8 ++++----
 MD5               |   12 ++++++------
 build/partial.rdb |binary
 man/ais.Rd        |   14 +++++++-------
 man/bostonc.Rd    |    2 +-
 man/edcT.Rd       |    2 +-
 man/spam7.Rd      |    4 ++--
 7 files changed, 21 insertions(+), 21 deletions(-)

More information about DAAG at CRAN
Permanent link

Package collapse updated to version 1.8.6 with previous version 1.8.5 dated 2022-06-13

Title: Advanced and Fast Data Transformation
Description: A C/C++ based package for advanced data transformation and statistical computing in R that is extremely fast, class-agnostic, and programmer friendly through a flexible and parsimonious syntax. It is well integrated with base R, 'dplyr' / (grouped) 'tibble', 'data.table', 'sf', 'plm' (panel-series and data frames), and non-destructively handles other matrix or data frame based classes (like 'ts', 'xts' / 'zoo', 'tsibble', ...) --- Key Features: --- (1) Advanced statistical programming: A full set of fast statistical functions supporting grouped and weighted computations on vectors, matrices and data frames. Fast and programmable grouping, ordering, unique values/rows, factor generation and interactions. Fast and flexible functions for data manipulation, data object conversions, and memory efficient R programming. (2) Advanced aggregation: Fast and easy multi-data-type, multi-function, weighted and parallelized data aggregation. (3) Advanced transformations: Fast row/column arithmetic, (grouped) replacing and sweeping out of statistics (by reference), (grouped, weighted) scaling/standardizing, (higher-dimensional) between (averaging) and (quasi-)within (demeaning) transformations, linear prediction, model fitting and testing exclusion restrictions. (4) Advanced time-computations: Fast and flexible indexed time series and panel data classes. Fast (sequences of) lags/leads, and (lagged/leaded, iterated, quasi-, log-) differences and (compounded) growth rates on (irregular) time series and panels. Multivariate auto-, partial- and cross-correlation functions for panel data. Panel data to (ts-)array conversions. (5) List processing: Recursive list search, splitting, extraction/subsetting, apply, and generalized row-binding / unlisting to data frame. (6) Advanced data exploration: Fast (grouped, weighted, panel-decomposed) summary statistics and descriptive tools.
Author: Sebastian Krantz [aut, cre], Matt Dowle [ctb], Arun Srinivasan [ctb], Morgan Jacob [ctb], Dirk Eddelbuettel [ctb], Laurent Berge [ctb], Kevin Tappe [ctb], R Core Team and contributors worldwide [ctb], Martyn Plummer [cph], 1999-2016 The R Core Team [ [...truncated...]
Maintainer: Sebastian Krantz <sebastian.krantz@graduateinstitute.ch>

Diff between collapse versions 1.8.5 dated 2022-06-13 and 1.8.6 dated 2022-06-14

 DESCRIPTION                          |    6 +++---
 MD5                                  |   12 ++++++------
 NEWS.md                              |    8 +++++++-
 inst/doc/collapse_documentation.html |    4 ++--
 man/timeid.Rd                        |    8 +++++++-
 src/TRA.c                            |   26 +++++++++++++-------------
 src/kit_dup.c                        |    3 ++-
 7 files changed, 40 insertions(+), 27 deletions(-)

More information about collapse at CRAN
Permanent link

Package bookdown updated to version 0.27 with previous version 0.26 dated 2022-04-15

Title: Authoring Books and Technical Documents with R Markdown
Description: Output formats and utilities for authoring books and technical documents with R Markdown.
Author: Yihui Xie [aut, cre] , JJ Allaire [ctb], Albert Kim [ctb], Alessandro Samuel-Rosa [ctb], Andrzej Oles [ctb], Atsushi Yasumoto [ctb] , Aust Frederik [ctb] , Bastiaan Quast [ctb], Ben Marwick [ctb], Chester Ismay [ctb], Christophe Dervieux [ctb], Clift [...truncated...]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between bookdown versions 0.26 dated 2022-04-15 and 0.27 dated 2022-06-14

 bookdown-0.26/bookdown/tests/testthat/_snaps                |only
 bookdown-0.27/bookdown/DESCRIPTION                          |   10 ++---
 bookdown-0.27/bookdown/MD5                                  |   21 +++++-------
 bookdown-0.27/bookdown/NAMESPACE                            |    1 
 bookdown-0.27/bookdown/R/bookdown-package.R                 |    5 ++
 bookdown-0.27/bookdown/R/html.R                             |    2 -
 bookdown-0.27/bookdown/R/render.R                           |   12 ++++--
 bookdown-0.27/bookdown/R/utils.R                            |   19 ++++++++--
 bookdown-0.27/bookdown/build/vignette.rds                   |binary
 bookdown-0.27/bookdown/inst/resources/bs4_book/bs4_book.css |    6 +--
 bookdown-0.27/bookdown/inst/resources/gitbook/css/style.css |    2 -
 bookdown-0.27/bookdown/tests/testthat/test-utils.R          |only
 12 files changed, 47 insertions(+), 31 deletions(-)

More information about bookdown at CRAN
Permanent link

New package IRon with initial version 0.1.2
Package: IRon
Title: Solving Imbalanced Regression Tasks
Version: 0.1.2
Description: Imbalanced domain learning has almost exclusively focused on solving classification tasks, where the objective is to predict cases labelled with a rare class accurately. Such a well-defined approach for regression tasks lacked due to two main factors. First, standard regression tasks assume that each value is equally important to the user. Second, standard evaluation metrics focus on assessing the performance of the model on the most common cases. This package contains methods to tackle imbalanced domain learning problems in regression tasks, where the objective is to predict extreme (rare) values. The methods contained in this package are: 1) an automatic and non-parametric method to obtain such relevance functions; 2) visualisation tools; 3) suite of evaluation measures for optimisation/validation processes; 4) the squared-error relevance area measure, an evaluation metric tailored for imbalanced regression tasks. More information can be found in Ribeiro and Moniz (2020) <doi:10.1007/s10994-020-05900-9>.
URL: https://github.com/nunompmoniz/IRon
BugReports: https://github.com/nunompmoniz/IRon/issues
License: CC0
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Depends: R (>= 2.10)
Imports: Rcpp, stats, ggpubr, gridExtra, ggplot2, robustbase, scam
Suggests: rpart, e1071, earth, randomForest, mgcv, reshape
NeedsCompilation: yes
Packaged: 2022-06-13 23:02:59 UTC; admin
Author: Nuno Moniz [cre, aut], Rita P. Ribeiro [aut], Miguel Margarido [ctb]
Maintainer: Nuno Moniz <nmmoniz@inesctec.pt>
Repository: CRAN
Date/Publication: 2022-06-14 06:50:02 UTC

More information about IRon at CRAN
Permanent link

Package rinat updated to version 0.1.9 with previous version 0.1.8 dated 2021-03-08

Title: Access 'iNaturalist' Data Through APIs
Description: A programmatic interface to the API provided by the 'iNaturalist' website <https://www.inaturalist.org/> to download species occurrence data submitted by citizen scientists.
Author: Vijay Barve [aut] , Edmund Hart [aut], Stephane Guillou [cre]
Maintainer: Stephane Guillou <stephane.guillou@member.fsf.org>

Diff between rinat versions 0.1.8 dated 2021-03-08 and 0.1.9 dated 2022-06-14

 rinat-0.1.8/rinat/inst/doc/rinat-intro.R             |only
 rinat-0.1.9/rinat/DESCRIPTION                        |   13 
 rinat-0.1.9/rinat/MD5                                |   44 
 rinat-0.1.9/rinat/NEWS.md                            |   14 
 rinat-0.1.9/rinat/R/get_inat_obs.R                   |   42 
 rinat-0.1.9/rinat/R/get_inat_obs_project.R           |   12 
 rinat-0.1.9/rinat/R/get_inat_taxon_stats.R           |   17 
 rinat-0.1.9/rinat/R/get_inat_user_stats.R            |   17 
 rinat-0.1.9/rinat/README.md                          |   97 --
 rinat-0.1.9/rinat/build/vignette.rds                 |binary
 rinat-0.1.9/rinat/inst/doc/rinat-intro.Rmd           |  343 ++++++-
 rinat-0.1.9/rinat/inst/doc/rinat-intro.html          |  906 +++++++++++--------
 rinat-0.1.9/rinat/inst/doc/species-distribution.Rmd  |only
 rinat-0.1.9/rinat/inst/doc/species-distribution.html |only
 rinat-0.1.9/rinat/man/get_inat_obs.Rd                |   17 
 rinat-0.1.9/rinat/man/get_inat_obs_project.Rd        |   10 
 rinat-0.1.9/rinat/man/get_inat_taxon_stats.Rd        |   12 
 rinat-0.1.9/rinat/man/get_inat_user_stats.Rd         |   14 
 rinat-0.1.9/rinat/tests/testthat/test-all.R          |    3 
 rinat-0.1.9/rinat/vignettes/date_hist-1.png          |only
 rinat-0.1.9/rinat/vignettes/rinat-intro.Rmd          |  343 ++++++-
 rinat-0.1.9/rinat/vignettes/show_distant-1.png       |only
 rinat-0.1.9/rinat/vignettes/species-distribution.Rmd |only
 rinat-0.1.9/rinat/vignettes/unnamed-chunk-13-1.png   |only
 rinat-0.1.9/rinat/vignettes/unnamed-chunk-14-1.png   |only
 rinat-0.1.9/rinat/vignettes/unnamed-chunk-5-1.png    |only
 rinat-0.1.9/rinat/vignettes/viz_col-1.png            |only
 rinat-0.1.9/rinat/vignettes/viz_col_annotated-1.png  |only
 rinat-0.1.9/rinat/vignettes/viz_col_clean-1.png      |only
 29 files changed, 1366 insertions(+), 538 deletions(-)

More information about rinat at CRAN
Permanent link

Package BFS (with last version 0.4.1) was removed from CRAN

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

2021-10-09 0.4.1
2021-10-06 0.4.0
2021-05-10 0.3.1
2021-03-23 0.3.0
2020-03-25 0.2.5
2020-03-16 0.2.4
2019-10-21 0.2.2
2019-10-16 0.2.1

Permanent link
Package FIESTAutils updated to version 1.1.2 with previous version 1.1.1 dated 2022-05-12

Title: Utility Functions for Forest Inventory Estimation and Analysis
Description: A set of tools for data wrangling, spatial data analysis, statistical modeling (including direct, model-assisted, photo-based, and small area tools), and USDA Forest Service data base tools. These tools are aimed to help Foresters, Analysts, and Scientists extract and perform analyses on USDA Forest Service data.
Author: Tracey Frescino [aut], Chris Toney [aut], Grayson White [aut, cre]
Maintainer: Grayson White <graysonwhite13@gmail.com>

Diff between FIESTAutils versions 1.1.1 dated 2022-05-12 and 1.1.2 dated 2022-06-14

 FIESTAutils-1.1.1/FIESTAutils/LICENSE              |only
 FIESTAutils-1.1.2/FIESTAutils/DESCRIPTION          |   13 +++++++------
 FIESTAutils-1.1.2/FIESTAutils/MD5                  |   20 ++++++++++----------
 FIESTAutils-1.1.2/FIESTAutils/NEWS.md              |    6 ++++++
 FIESTAutils-1.1.2/FIESTAutils/R/SAest.pbar.R       |   19 +++++++++++--------
 FIESTAutils-1.1.2/FIESTAutils/R/getadjfactorGB.R   |    7 ++++++-
 FIESTAutils-1.1.2/FIESTAutils/R/getadjfactorPLOT.R |    5 ++---
 FIESTAutils-1.1.2/FIESTAutils/R/groupStrata.R      |   13 +++++++------
 FIESTAutils-1.1.2/FIESTAutils/R/strat_collapse.R   |   13 +++++++------
 FIESTAutils-1.1.2/FIESTAutils/data/ref_estvar.rda  |binary
 FIESTAutils-1.1.2/FIESTAutils/inst                 |only
 FIESTAutils-1.1.2/FIESTAutils/man/internal_desc.Rd |    6 +++---
 12 files changed, 59 insertions(+), 43 deletions(-)

More information about FIESTAutils at CRAN
Permanent link


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