Mon, 23 Dec 2024

Package fastmatch updated to version 1.1-6 with previous version 1.1-4 dated 2023-08-17

Title: Fast 'match()' Function
Description: Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory.
Author: Simon Urbanek [aut, cre, cph]
Maintainer: Simon Urbanek <simon.urbanek@r-project.org>

Diff between fastmatch versions 1.1-4 dated 2023-08-17 and 1.1-6 dated 2024-12-23

 DESCRIPTION     |   10 ++++++----
 MD5             |    6 +++---
 NEWS            |   17 +++++++++++++++++
 src/fastmatch.c |   47 ++++++++++++++++++++++++++++-------------------
 4 files changed, 54 insertions(+), 26 deletions(-)

More information about fastmatch at CRAN
Permanent link

Package DEploid updated to version 0.5.6 with previous version 0.5.4 dated 2024-10-14

Title: Deconvolute Mixed Genomes with Unknown Proportions
Description: Traditional phasing programs are limited to diploid organisms. Our method modifies Li and Stephens algorithm with Markov chain Monte Carlo (MCMC) approaches, and builds a generic framework that allows haplotype searches in a multiple infection setting. This package is primarily developed as part of the Pf3k project, which is a global collaboration using the latest sequencing technologies to provide a high-resolution view of natural variation in the malaria parasite Plasmodium falciparum. Parasite DNA are extracted from patient blood sample, which often contains more than one parasite strain, with unknown proportions. This package is used for deconvoluting mixed haplotypes, and reporting the mixture proportions from each sample.
Author: Joe Zhu [aut, cre, cph], Jacob Almagro-Garcia [aut], Gil McVean [aut], University of Oxford [cph], Yinghan Liu [ctb], CodeCogs Zyba Ltd [com, cph], Deepak Bandyopadhyay [com, cph], Lutz Kettner [com, cph]
Maintainer: Joe Zhu <sha.joe.zhu@gmail.com>

Diff between DEploid versions 0.5.4 dated 2024-10-14 and 0.5.6 dated 2024-12-23

 DEploid-0.5.4/DEploid/man/computeObsWSAF.Rd                               |only
 DEploid-0.5.4/DEploid/man/extractCoverageFromTxt.Rd                       |only
 DEploid-0.5.4/DEploid/man/extractCoverageFromVcf.Rd                       |only
 DEploid-0.5.4/DEploid/man/extractPLAF.Rd                                  |only
 DEploid-0.5.4/DEploid/man/extractVcf.Rd                                   |only
 DEploid-0.5.4/DEploid/man/haplotypePainter.Rd                             |only
 DEploid-0.5.4/DEploid/man/histWSAF.Rd                                     |only
 DEploid-0.5.4/DEploid/man/plotAltVsRef.Rd                                 |only
 DEploid-0.5.4/DEploid/man/plotObsExpWSAF.Rd                               |only
 DEploid-0.5.4/DEploid/man/plotProportions.Rd                              |only
 DEploid-0.5.4/DEploid/man/plotWSAFvsPLAF.Rd                               |only
 DEploid-0.5.4/DEploid/src/DEploid/gzstream                                |only
 DEploid-0.5.4/DEploid/src/DEploid/txtReader.cpp                           |only
 DEploid-0.5.4/DEploid/src/DEploid/txtReader.hpp                           |only
 DEploid-0.5.4/DEploid/src/DEploid/variantIndex.cpp                        |only
 DEploid-0.5.4/DEploid/src/DEploid/variantIndex.hpp                        |only
 DEploid-0.5.4/DEploid/src/DEploid/vcfReader.cpp                           |only
 DEploid-0.5.4/DEploid/src/DEploid/vcfReader.hpp                           |only
 DEploid-0.5.4/DEploid/src/rvcf.cpp                                        |only
 DEploid-0.5.6/DEploid/DESCRIPTION                                         |   10 
 DEploid-0.5.6/DEploid/MD5                                                 |  151 +--
 DEploid-0.5.6/DEploid/NAMESPACE                                           |   11 
 DEploid-0.5.6/DEploid/R/DEploid.utils.R                                   |only
 DEploid-0.5.6/DEploid/R/DEploidR.R                                        |  458 ----------
 DEploid-0.5.6/DEploid/R/RcppExports.R                                     |   30 
 DEploid-0.5.6/DEploid/R/dEploid.R                                         |    1 
 DEploid-0.5.6/DEploid/R/dEploidPlotly.R                                   |  357 ++++---
 DEploid-0.5.6/DEploid/inst/doc/dEploid-Arguments.R                        |   20 
 DEploid-0.5.6/DEploid/inst/doc/dEploid-Arguments.Rmd                      |   20 
 DEploid-0.5.6/DEploid/inst/doc/dEploid-Arguments.html                     |   44 
 DEploid-0.5.6/DEploid/man/plotAltVsRefPlotly.Rd                           |   10 
 DEploid-0.5.6/DEploid/man/plotHistWSAFPlotly.Rd                           |   18 
 DEploid-0.5.6/DEploid/man/plotObsExpWSAFPlotly.Rd                         |   23 
 DEploid-0.5.6/DEploid/man/plotWSAFVsPLAFPlotly.Rd                         |   40 
 DEploid-0.5.6/DEploid/man/reexports.Rd                                    |only
 DEploid-0.5.6/DEploid/src/DEploid/chooseK.cpp                             |    8 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/asympt_expn.h                  |    6 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/errorfn.h                      |    2 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/errorfnc.h                     |    6 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/errorfnc_exp.h                 |    2 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/gamma.h                        |    4 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/log_gamma.h                    |    2 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/logbeta.h                      |   10 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/loggammasum.h                  |    2 
 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/stirling.h                     |    2 
 DEploid-0.5.6/DEploid/src/DEploid/dEploidIO-operation.cpp                 |only
 DEploid-0.5.6/DEploid/src/DEploid/dEploidIO-workflow.cpp                  |only
 DEploid-0.5.6/DEploid/src/DEploid/dEploidIO.cpp                           |  345 +++----
 DEploid-0.5.6/DEploid/src/DEploid/dEploidIO.hpp                           |   74 -
 DEploid-0.5.6/DEploid/src/DEploid/debug/mcmcDebug.cpp                     |    2 
 DEploid-0.5.6/DEploid/src/DEploid/debug/vcfReaderDebug.cpp                |    2 
 DEploid-0.5.6/DEploid/src/DEploid/exceptions.hpp                          |   23 
 DEploid-0.5.6/DEploid/src/DEploid/export/dEploidIOExport.cpp              |  182 ++-
 DEploid-0.5.6/DEploid/src/DEploid/export/dEploidIOExportPosteriorProb.cpp |  118 +-
 DEploid-0.5.6/DEploid/src/DEploid/export/writeMcmcRelated.cpp             |  185 ++--
 DEploid-0.5.6/DEploid/src/DEploid/ibd.cpp                                 |    8 
 DEploid-0.5.6/DEploid/src/DEploid/lasso/src/main.cpp                      |only
 DEploid-0.5.6/DEploid/src/DEploid/log-double.hpp                          |only
 DEploid-0.5.6/DEploid/src/DEploid/logsum.hpp                              |only
 DEploid-0.5.6/DEploid/src/DEploid/mcmc.cpp                                |  210 +++-
 DEploid-0.5.6/DEploid/src/DEploid/mcmc.hpp                                |   37 
 DEploid-0.5.6/DEploid/src/DEploid/panel.cpp                               |  196 ++--
 DEploid-0.5.6/DEploid/src/DEploid/panel.hpp                               |   92 +-
 DEploid-0.5.6/DEploid/src/DEploid/param.hpp                               |only
 DEploid-0.5.6/DEploid/src/DEploid/updateHap.cpp                           |  101 --
 DEploid-0.5.6/DEploid/src/DEploid/updateHap.hpp                           |   26 
 DEploid-0.5.6/DEploid/src/DEploid/utility.cpp                             |  184 ++--
 DEploid-0.5.6/DEploid/src/DEploid/utility.hpp                             |   93 +-
 DEploid-0.5.6/DEploid/src/DEploid/vcf                                     |only
 DEploid-0.5.6/DEploid/src/Makevars                                        |   14 
 DEploid-0.5.6/DEploid/src/Makevars.win                                    |   14 
 DEploid-0.5.6/DEploid/src/RcppExports.cpp                                 |   11 
 DEploid-0.5.6/DEploid/src/dEploidr.cpp                                    |    7 
 DEploid-0.5.6/DEploid/src/init.c                                          |    2 
 DEploid-0.5.6/DEploid/tests/testthat/test-DEploid_tools.R                 |  257 +++--
 DEploid-0.5.6/DEploid/tests/testthat/test-dEploid.R                       |   75 -
 DEploid-0.5.6/DEploid/tests/testthat/test-extractCoverageFromVCF.R        |only
 DEploid-0.5.6/DEploid/tests/testthat/test-r_random-generator.R            |    6 
 DEploid-0.5.6/DEploid/vignettes/dEploid-Arguments.Rmd                     |   20 
 79 files changed, 1709 insertions(+), 1812 deletions(-)

More information about DEploid at CRAN
Permanent link

Package adfExplorer updated to version 2.0.0 with previous version 0.1.8 dated 2024-03-05

Title: Access and Manipulate Amiga Disk Files
Description: Amiga Disk Files (ADF) are virtual representations of 3.5 inch floppy disks for the Commodore Amiga. Most disk drives from other systems (including modern drives) are not able to read these disks. The 'adfExplorer' package enables you to establish R connections to files on such virtual DOS-formatted disks, which can be use to read from and write to those files.
Author: Pepijn de Vries [aut, cre] , Laurent Clevy [aut, cph]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>

Diff between adfExplorer versions 0.1.8 dated 2024-03-05 and 2.0.0 dated 2024-12-23

 adfExplorer-0.1.8/adfExplorer/R/00constants.r                 |only
 adfExplorer-0.1.8/adfExplorer/R/01genericSupport.r            |only
 adfExplorer-0.1.8/adfExplorer/R/02amigaDiskBasics.r           |only
 adfExplorer-0.1.8/adfExplorer/R/03amigaBlockBasics.r          |only
 adfExplorer-0.1.8/adfExplorer/R/04fileOperations.r            |only
 adfExplorer-0.1.8/adfExplorer/R/05fileRemove.r                |only
 adfExplorer-0.1.8/adfExplorer/R/adfExplorer-package.r         |only
 adfExplorer-0.1.8/adfExplorer/R/data.r                        |only
 adfExplorer-0.1.8/adfExplorer/data                            |only
 adfExplorer-0.1.8/adfExplorer/inst/doc/amigaDiskFiles.R       |only
 adfExplorer-0.1.8/adfExplorer/inst/doc/amigaDiskFiles.Rmd     |only
 adfExplorer-0.1.8/adfExplorer/inst/doc/amigaDiskFiles.html    |only
 adfExplorer-0.1.8/adfExplorer/man/adf.disk.name.Rd            |only
 adfExplorer-0.1.8/adfExplorer/man/adf.example.Rd              |only
 adfExplorer-0.1.8/adfExplorer/man/adf.exists.Rd               |only
 adfExplorer-0.1.8/adfExplorer/man/adf.file.remove.Rd          |only
 adfExplorer-0.1.8/adfExplorer/man/amigaBlock-class.Rd         |only
 adfExplorer-0.1.8/adfExplorer/man/amigaBlock-method.Rd        |only
 adfExplorer-0.1.8/adfExplorer/man/amigaDateToRaw.Rd           |only
 adfExplorer-0.1.8/adfExplorer/man/amigaDisk-class.Rd          |only
 adfExplorer-0.1.8/adfExplorer/man/amigaIntToRaw.Rd            |only
 adfExplorer-0.1.8/adfExplorer/man/blank.amigaDOSDisk.Rd       |only
 adfExplorer-0.1.8/adfExplorer/man/boot.block.code.Rd          |only
 adfExplorer-0.1.8/adfExplorer/man/current.adf.dir.Rd          |only
 adfExplorer-0.1.8/adfExplorer/man/dir.create.adf.Rd           |only
 adfExplorer-0.1.8/adfExplorer/man/displayRawData.Rd           |only
 adfExplorer-0.1.8/adfExplorer/man/file.info.Rd                |only
 adfExplorer-0.1.8/adfExplorer/man/get.adf.file.Rd             |only
 adfExplorer-0.1.8/adfExplorer/man/get.blockID.Rd              |only
 adfExplorer-0.1.8/adfExplorer/man/get.diskLocation.Rd         |only
 adfExplorer-0.1.8/adfExplorer/man/is.amigaDOS.Rd              |only
 adfExplorer-0.1.8/adfExplorer/man/is.bootable.Rd              |only
 adfExplorer-0.1.8/adfExplorer/man/list.adf.files.Rd           |only
 adfExplorer-0.1.8/adfExplorer/man/print.Rd                    |only
 adfExplorer-0.1.8/adfExplorer/man/put.adf.file.Rd             |only
 adfExplorer-0.1.8/adfExplorer/man/rawToAmigaDate.Rd           |only
 adfExplorer-0.1.8/adfExplorer/man/rawToAmigaInt.Rd            |only
 adfExplorer-0.1.8/adfExplorer/man/rawToBitmap.Rd              |only
 adfExplorer-0.1.8/adfExplorer/man/read.adf.Rd                 |only
 adfExplorer-0.1.8/adfExplorer/man/write.adf.Rd                |only
 adfExplorer-0.1.8/adfExplorer/vignettes/amigaDiskFiles.Rmd    |only
 adfExplorer-2.0.0/adfExplorer/DESCRIPTION                     |   53 +-
 adfExplorer-2.0.0/adfExplorer/MD5                             |  171 +++++--
 adfExplorer-2.0.0/adfExplorer/NAMESPACE                       |  226 ++++++++--
 adfExplorer-2.0.0/adfExplorer/NEWS.md                         |   46 +-
 adfExplorer-2.0.0/adfExplorer/R/adfExplorer-package.R         |only
 adfExplorer-2.0.0/adfExplorer/R/blocks.R                      |only
 adfExplorer-2.0.0/adfExplorer/R/compress.R                    |only
 adfExplorer-2.0.0/adfExplorer/R/connect_adf.R                 |only
 adfExplorer-2.0.0/adfExplorer/R/cpp11.R                       |only
 adfExplorer-2.0.0/adfExplorer/R/deprecated.R                  |only
 adfExplorer-2.0.0/adfExplorer/R/device_create.R               |only
 adfExplorer-2.0.0/adfExplorer/R/device_info.R                 |only
 adfExplorer-2.0.0/adfExplorer/R/directory.R                   |only
 adfExplorer-2.0.0/adfExplorer/R/entry_info.R                  |only
 adfExplorer-2.0.0/adfExplorer/R/helpers.R                     |only
 adfExplorer-2.0.0/adfExplorer/R/move.R                        |only
 adfExplorer-2.0.0/adfExplorer/R/remove.R                      |only
 adfExplorer-2.0.0/adfExplorer/R/s3_conn.R                     |only
 adfExplorer-2.0.0/adfExplorer/R/s3_methods.R                  |only
 adfExplorer-2.0.0/adfExplorer/R/virtual_path.R                |only
 adfExplorer-2.0.0/adfExplorer/README.md                       |  142 ++++--
 adfExplorer-2.0.0/adfExplorer/build/vignette.rds              |binary
 adfExplorer-2.0.0/adfExplorer/cleanup                         |only
 adfExplorer-2.0.0/adfExplorer/cleanup.win                     |only
 adfExplorer-2.0.0/adfExplorer/configure                       |only
 adfExplorer-2.0.0/adfExplorer/configure.win                   |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/adf_objects.R          |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/adf_objects.Rmd        |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/adf_objects.html       |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/file_system_modes.R    |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/file_system_modes.Rmd  |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/file_system_modes.html |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/version2.R             |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/version2.Rmd           |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/version2.html          |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/virtual_paths.R        |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/virtual_paths.Rmd      |only
 adfExplorer-2.0.0/adfExplorer/inst/doc/virtual_paths.html     |only
 adfExplorer-2.0.0/adfExplorer/inst/example.adz                |only
 adfExplorer-2.0.0/adfExplorer/man/adfExplorer-package.Rd      |   54 +-
 adfExplorer-2.0.0/adfExplorer/man/adf_block.Rd                |only
 adfExplorer-2.0.0/adfExplorer/man/adf_directory.Rd            |only
 adfExplorer-2.0.0/adfExplorer/man/adf_file_con.Rd             |only
 adfExplorer-2.0.0/adfExplorer/man/compress.Rd                 |only
 adfExplorer-2.0.0/adfExplorer/man/connect_adf.Rd              |only
 adfExplorer-2.0.0/adfExplorer/man/create_adf_device.Rd        |only
 adfExplorer-2.0.0/adfExplorer/man/deprecated.Rd               |only
 adfExplorer-2.0.0/adfExplorer/man/device_info.Rd              |only
 adfExplorer-2.0.0/adfExplorer/man/entry_info.Rd               |only
 adfExplorer-2.0.0/adfExplorer/man/exists.Rd                   |only
 adfExplorer-2.0.0/adfExplorer/man/figures                     |only
 adfExplorer-2.0.0/adfExplorer/man/list_adf_entries.Rd         |only
 adfExplorer-2.0.0/adfExplorer/man/move.Rd                     |only
 adfExplorer-2.0.0/adfExplorer/man/name.Rd                     |only
 adfExplorer-2.0.0/adfExplorer/man/read_write.Rd               |only
 adfExplorer-2.0.0/adfExplorer/man/remove_adf_entry.Rd         |only
 adfExplorer-2.0.0/adfExplorer/man/s3_methods.Rd               |only
 adfExplorer-2.0.0/adfExplorer/man/virtual_path.Rd             |only
 adfExplorer-2.0.0/adfExplorer/src                             |only
 adfExplorer-2.0.0/adfExplorer/tests                           |only
 adfExplorer-2.0.0/adfExplorer/vignettes/adf_objects.Rmd       |only
 adfExplorer-2.0.0/adfExplorer/vignettes/file_system_modes.Rmd |only
 adfExplorer-2.0.0/adfExplorer/vignettes/version2.Rmd          |only
 adfExplorer-2.0.0/adfExplorer/vignettes/virtual_paths.Rmd     |only
 105 files changed, 494 insertions(+), 198 deletions(-)

More information about adfExplorer at CRAN
Permanent link

Package epilogi updated to version 1.2 with previous version 1.1 dated 2024-09-10

Title: The 'epilogi' Variable Selection Algorithm for Continuous Data
Description: The 'epilogi' variable selection algorithm is implemented for the case of continuous response and predictor variables. The relevant paper is: Lakiotaki K., Papadovasilakis Z., Lagani V., Fafalios S., Charonyktakis P., Tsagris M. and Tsamardinos I. (2023). "Automated machine learning for Genome Wide Association Studies". Bioinformatics, 39(9): btad545. <doi:10.1093/bioinformatics/btad545>.
Author: Michail Tsagris [aut, cre]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>

Diff between epilogi versions 1.1 dated 2024-09-10 and 1.2 dated 2024-12-23

 DESCRIPTION            |   11 ++++++-----
 MD5                    |    8 ++++----
 R/epilogi.R            |   10 ++++------
 man/epilogi-package.Rd |    6 +++---
 man/epilogi.Rd         |    7 +++++--
 5 files changed, 22 insertions(+), 20 deletions(-)

More information about epilogi at CRAN
Permanent link

Package scR updated to version 0.4.0 with previous version 0.3.0 dated 2024-12-18

Title: Estimate Vapnik-Chervonenkis Dimension and Sample Complexity
Description: We provide a suite of tools for estimating the sample complexity of a chosen model through theoretical bounds and simulation. The package incorporates methods for estimating the Vapnik-Chervonenkis dimension (VCD) of a chosen algorithm, which can be used to estimate its sample complexity. Alternatively, we provide simulation methods to estimate sample complexity directly. For more details, see Carter, P & Choi, D (2024). "Learning from Noise: Applying Sample Complexity for Political Science Research" <doi:10.31219/osf.io/evrcj>.
Author: Perry Carter [aut, cre] , Dahyun Choi [aut]
Maintainer: Perry Carter <pjc504@nyu.edu>

Diff between scR versions 0.3.0 dated 2024-12-18 and 0.4.0 dated 2024-12-23

 DESCRIPTION              |    6 +-
 LICENSE                  |    4 -
 MD5                      |   32 +++++++-------
 NAMESPACE                |    1 
 R/data.R                 |   22 ++++-----
 R/datagen.R              |  106 +++++++++++++++++++++++------------------------
 R/globals.R              |    2 
 R/scR.R                  |    9 ++-
 R/simulations.R          |   52 +++++++++++++++--------
 man/acc_sim.Rd           |   81 +++++++++++++++++++++++++----------
 man/br.Rd                |   44 +++++++++----------
 man/estimate_accuracy.Rd |    4 -
 man/getpac.Rd            |    2 
 man/loss.Rd              |   60 +++++++++++++-------------
 man/plot_accuracy.Rd     |    2 
 man/risk_bounds.Rd       |   38 ++++++++--------
 man/simvcd.Rd            |    3 +
 17 files changed, 263 insertions(+), 205 deletions(-)

More information about scR at CRAN
Permanent link

New package sigugr with initial version 1.0.0
Package: sigugr
Title: Workflow for Geographic Data
Version: 1.0.0
Description: Streamlines geographic data transformation, storage and publication, simplifying data preparation and enhancing interoperability across formats and platforms.
License: MIT + file LICENSE
URL: https://josesamos.github.io/sigugr/, https://github.com/josesamos/sigugr
BugReports: https://github.com/josesamos/sigugr/issues
Depends: R (>= 2.10)
Imports: clc, gdalUtilities, httr, jsonlite, rpostgis, sf, snakecase, terra
Suggests: httptest2, knitr, mockery, purrr, rmarkdown, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
NeedsCompilation: no
Packaged: 2024-12-20 13:13:21 UTC; jsamos
Author: Jose Samos [aut, cre] , Universidad de Granada [cph]
Maintainer: Jose Samos <jsamos@ugr.es>
Repository: CRAN
Date/Publication: 2024-12-23 11:20:01 UTC

More information about sigugr at CRAN
Permanent link

New package itmsa with initial version 0.1.0
Package: itmsa
Title: Information-Theoretic Measures for Spatial Association
Version: 0.1.0
Description: Leveraging information-theoretic measures like mutual information and v-measure to quantify spatial associations between patterns (Nowosad and Stepinski (2018) <doi:10.1080/13658816.2018.1511794>; Bai, H. et al. (2023) <doi:10.1080/24694452.2023.2223700>).
License: GPL-3
Encoding: UTF-8
URL: https://stscl.github.io/itmsa/, https://github.com/stscl/itmsa
BugReports: https://github.com/stscl/itmsa/issues
Depends: R (>= 4.1.0)
LinkingTo: Rcpp, RcppThread
Imports: dplyr, purrr, sdsfun (>= 0.6.0), sf
Suggests: knitr, Rcpp, RcppThread, readr, rmarkdown, tibble
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-12-22 14:12:03 UTC; dell
Author: Wenbo Lv [aut, cre, cph]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-23 11:30:01 UTC

More information about itmsa at CRAN
Permanent link

New package ForestElementsR with initial version 2.0.1
Package: ForestElementsR
Title: Data Structures and Functions for Working with Forest Data
Version: 2.0.1
Date: 2024-12-20
Description: Provides generic data structures and algorithms for use with forest mensuration data in a consistent framework. The functions and objects included are a collection of broadly applicable tools. More specialized applications should be implemented in separate packages that build on this foundation. Documentation about 'ForestElementsR' is provided by three vignettes included in this package. For an introduction to the field of forest mensuration, refer to the textbooks by Kershaw et al. (2017) <doi:10.1002/9781118902028>, and van Laar and Akca (2007) <doi:10.1007/978-1-4020-5991-9>.
License: GPL (>= 3)
Encoding: UTF-8
Imports: magrittr, ggplot2, tibble, dplyr, purrr, rlang, Rdpack, tidyr, vctrs, stringr, tidyselect (>= 1.2.0), doBy
Depends: R (>= 4.3), sf
LazyData: true
Suggests: knitr, rmarkdown, testthat (>= 3.2.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-20 21:06:25 UTC; peter
Author: Peter Biber [aut, cre, cph] , Astor Torano Caicoya [aut] , Torben Hilmers [ctb]
Maintainer: Peter Biber <p.biber@tum.de>
Repository: CRAN
Date/Publication: 2024-12-23 11:10:07 UTC

More information about ForestElementsR at CRAN
Permanent link

New package dataset with initial version 0.3.4
Package: dataset
Title: Create Data Frames that are Easier to Exchange and Reuse
Version: 0.3.4
Date: 2024-12-20
Language: en-US
Maintainer: Daniel Antal <daniel.antal@dataobservatory.eu>
Description: The aim of the 'dataset' package is to make tidy datasets easier to release, exchange and reuse. It organizes and formats data frame 'R' objects into well-referenced, well-described, interoperable datasets into release and reuse ready form.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://dataset.dataobservatory.eu/
BugReports: https://github.com/dataobservatory-eu/dataset/issues/
LazyData: true
Imports: assertthat, cli, haven, ISOcodes, labelled, methods, pillar, rlang, tibble, utils, vctrs (>= 0.5.2)
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
Depends: R (>= 3.5)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-20 19:39:04 UTC; antal
Author: Daniel Antal [aut, cre] , Marcelo Perlin [rev]
Repository: CRAN
Date/Publication: 2024-12-23 11:10:02 UTC

More information about dataset at CRAN
Permanent link

New package TwoTimeScales with initial version 1.0.0
Package: TwoTimeScales
Title: Analysis of Event Data with Two Time Scales
Version: 1.0.0
URL: https://github.com/AngelaCar/TwoTimeScales, https://angelacar.github.io/TwoTimeScales/
Description: Analyse time to event data with two time scales by estimating a smooth hazard that varies over two time scales and also, if covariates are available, to estimate a proportional hazards model with such a two-dimensional baseline hazard. Functions are provided to prepare the raw data for estimation, to estimate and to plot the two-dimensional smooth hazard. Extension to a competing risks model are implemented. For details about the method please refer to Carollo et al. (2024) <doi:10.1002/sim.10297>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: colorspace, Epi, fields, JOPS, LMMsolver, popEpi, reshape2, spam, ucminf, viridis
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
BugReports: https://github.com/AngelaCar/TwoTimeScales/issues
NeedsCompilation: no
Packaged: 2024-12-20 08:58:34 UTC; Carollo
Author: Angela Carollo [aut, cre, cph] , Paul H.C. Eilers [aut], Jutta Gampe [aut]
Maintainer: Angela Carollo <carollo@demogr.mpg.de>
Repository: CRAN
Date/Publication: 2024-12-23 10:50:10 UTC

More information about TwoTimeScales at CRAN
Permanent link

New package metalite.sl with initial version 0.1.0
Package: metalite.sl
Title: Subject-Level Analysis Using 'metalite'
Version: 0.1.0
Description: Analyzes subject-level data in clinical trials using the 'metalite' data structure. The package simplifies the workflow to create production-ready tables, listings, and figures discussed in the subject-level analysis chapters of "R for Clinical Study Reports and Submission" by Zhang et al. (2022) <https://r4csr.org/>.
Depends: R (>= 4.1.0)
License: GPL (>= 3)
Imports: glue, metalite, metalite.ae, forestly, r2rtf, reactable, stringr, rlang, plotly, htmltools, brew, uuid
Suggests: dplyr, knitr, testthat (>= 3.0.0), tidyr
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-12-20 05:05:16 UTC; fukuhiro
Author: Benjamin Wang [aut, cre], Yujie Zhao [aut], Hiroaki Fukuda [aut], PoYao Niu [aut], Nan Xiao [aut], Jeetener Chauhan [ctb], Li Ma [ctb], Chen Wang [ctb], Merck Sharp & Dohme Corp [cph]
Maintainer: Benjamin Wang <benjamin.wang@merck.com>
Repository: CRAN
Date/Publication: 2024-12-23 10:50:01 UTC

More information about metalite.sl at CRAN
Permanent link

New package HSAR with initial version 0.6.0
Package: HSAR
Title: Hierarchical Spatial Autoregressive Model
Version: 0.6.0
Description: A Hierarchical Spatial Autoregressive Model (HSAR), based on a Bayesian Markov Chain Monte Carlo (MCMC) algorithm (Dong and Harris (2014) <doi:10.1111/gean.12049>). The creation of this package was supported by the Economic and Social Research Council (ESRC) through the Applied Quantitative Methods Network: Phase II, grant number ES/K006460/1.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://spatlyu.github.io/HSAR/, https://github.com/spatlyu/HSAR
BugReports: https://github.com/spatlyu/HSAR/issues
Depends: R (>= 3.5)
Imports: spdep, spatialreg, stats
Suggests: knitr, Matrix, RColorBrewer, Rcpp, RcppArmadillo, rmarkdown, sdsfun, sf, tidyverse
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
Packaged: 2024-12-20 02:26:53 UTC; dell
Author: Guanpeng Dong [aut, cph] , Wenbo Lv [aut, cre] , Richard Harris [aut], Angelos Mimis [aut]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-23 10:30:02 UTC

More information about HSAR at CRAN
Permanent link

New package hdthreshold with initial version 1.0.0
Package: hdthreshold
Title: Inference on Many Jumps in Nonparametric Panel Regression Models
Version: 1.0.0
Description: Provides uniform testing procedures for existence and heterogeneity of threshold effects in high-dimensional nonparametric panel regression models. The package accompanies the paper Chen, Keilbar, Su and Wang (2023) "Inference on many jumps in nonparametric panel regression models". arXiv preprint <doi:10.48550/arXiv.2312.01162>.
Imports: fdrtool, KernSmooth, rdrobust, stats
License: MIT + file LICENSE
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-12-20 16:39:58 UTC; georg
Author: Georg Keilbar [aut, cre, cph], Likai Chen [ctb], Liangjun Su [ctb], Weining Wang [ctb]
Maintainer: Georg Keilbar <georg.keilbar@hu-berlin.de>
Repository: CRAN
Date/Publication: 2024-12-23 10:50:06 UTC

More information about hdthreshold at CRAN
Permanent link

Package psych updated to version 2.4.12 with previous version 2.4.6.26 dated 2024-06-27

Title: Procedures for Psychological, Psychometric, and Personality Research
Description: A general purpose toolbox developed originally for personality, psychometric theory and experimental psychology. Functions are primarily for multivariate analysis and scale construction using factor analysis, principal component analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Item Response Theory is done using factor analysis of tetrachoric and polychoric correlations. Functions for analyzing data at multiple levels include within and between group statistics, including correlations and factor analysis. Validation and cross validation of scales developed using basic machine learning algorithms are provided, as are functions for simulating and testing particular item and test structures. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, including mediation models, factor analysis and structural equation models are created using basic graphics. Some of the fu [...truncated...]
Author: William Revelle [aut, cre]
Maintainer: William Revelle <revelle@northwestern.edu>

Diff between psych versions 2.4.6.26 dated 2024-06-27 and 2.4.12 dated 2024-12-23

 DESCRIPTION             |   12 +++---
 MD5                     |   60 ++++++++++++++++-----------------
 R/ICLUST.R              |   15 ++++----
 R/ICLUST.diagram.R      |    2 -
 R/bestScale.R           |   19 +++++-----
 R/cta.15.R              |    2 -
 R/diagram.R             |   14 ++++---
 R/error.bars.by.R       |   87 +++++++++++++++++++++++++++++-------------------
 R/fa.parallel.R         |   12 +++---
 R/reliability.R         |   23 +++++++-----
 R/schmid.R              |    2 -
 R/sim.hierarchical.R    |   11 +++++-
 R/sim.structural.R      |    5 +-
 R/thurstone.R           |    2 -
 R/unidim.r              |   21 +++++++++--
 build/partial.rdb       |binary
 build/vignette.rds      |binary
 inst/CITATION           |    2 -
 inst/NEWS.Rd            |   38 ++++++++++++++++++--
 inst/doc/scoring.pdf    |binary
 man/ICLUST.Rd           |   15 ++++++--
 man/best.scales.Rd      |    4 +-
 man/cta.Rd              |    3 -
 man/error.bars.by.Rd    |    2 -
 man/fa.Rd               |    5 ++
 man/factor.rotate.Rd    |    2 -
 man/factor.scores.Rd    |    2 -
 man/iclust.diagram.Rd   |    5 ++
 man/mediate.Rd          |    2 -
 man/reliability.Rd      |   17 ++++++---
 man/sim.hierarchical.Rd |    6 ++-
 31 files changed, 247 insertions(+), 143 deletions(-)

More information about psych at CRAN
Permanent link

Package autoslider.core updated to version 0.2.1 with previous version 0.1.0 dated 2024-11-27

Title: Slide Automation for Tables, Listings and Figures
Description: The normal process of creating clinical study slides is that a statistician manually type in the numbers from outputs and a separate statistician to double check the typed in numbers. This process is time consuming, resource intensive, and error prone. Automatic slide generation is a solution to address these issues. It reduces the amount of work and the required time when creating slides, and reduces the risk of errors from manually typing or copying numbers from the output to slides. It also helps users to avoid unnecessary stress when creating large amounts of slide decks in a short time window.
Author: Joe Zhu [cre, aut] , Heng Wang [aut], Yinqi Zhao [aut], Bo Ci [aut], Liming Li [aut], Laura Wang [ctb], Xiaoli Duan [aut], Stefan Pascal Thoma [aut], Thomas Neitmann [ctb], Miles Almond [aut], Mahdi About [ctb], Kai Lim [ctb], Nolan Steed [ctb], Daol [...truncated...]
Maintainer: Joe Zhu <joe.zhu@roche.com>

Diff between autoslider.core versions 0.1.0 dated 2024-11-27 and 0.2.1 dated 2024-12-23

 DESCRIPTION                                  |   50 +++---
 MD5                                          |   95 ++++++++---
 NAMESPACE                                    |   31 +--
 NEWS.md                                      |   17 ++
 R/assert.R                                   |   14 +
 R/decorate.R                                 |   28 +--
 R/ft_formats.R                               |   35 ----
 R/g_mean_slides.R                            |only
 R/helper_functions.R                         |    2 
 R/l_ae_slide.R                               |only
 R/null_report.R                              |    2 
 R/package.R                                  |   16 --
 R/t_ae_pt_diff_slide.R                       |    4 
 R/t_ae_slide.R                               |    4 
 R/t_ae_summary_slide.R                       |   12 -
 R/t_aesi_slide.R                             |   41 ++---
 R/t_dd_slide.R                               |    2 
 R/t_dm_slide.R                               |    2 
 R/t_ds_slide.R                               |only
 R/to_ft_funs.R                               |   83 +---------
 R/to_slides.R                                |    3 
 R/util.R                                     |   26 +--
 README.md                                    |   34 +++-
 build                                        |only
 inst/WORDLIST                                |   29 +++
 inst/bad_filters.yml                         |only
 inst/doc                                     |only
 inst/filters.yml                             |   15 +
 inst/spec.yml                                |   23 ++
 man/autoslider.core-package.Rd               |    2 
 man/autoslider_format.Rd                     |   10 -
 man/g_eg_slide.Rd                            |only
 man/g_lb_slide.Rd                            |only
 man/g_mean_general.Rd                        |only
 man/g_vs_slide.Rd                            |only
 man/l_ae_slide.Rd                            |only
 man/null_report.Rd                           |    2 
 man/t_ds_slide.Rd                            |only
 tests/testthat/_snaps/filter_spec-verbose.md |only
 tests/testthat/_snaps/format_date.md         |only
 tests/testthat/_snaps/helper_functions.md    |only
 tests/testthat/_snaps/l_ae_slide.md          |only
 tests/testthat/_snaps/slides_preview.md      |only
 tests/testthat/_snaps/t_ae_slide.md          |only
 tests/testthat/_snaps/t_ae_summary_slide.md  |only
 tests/testthat/_snaps/t_aesi_slide.md        |only
 tests/testthat/_snaps/t_dm_slide.md          |  216 +++++++++++++--------------
 tests/testthat/_snaps/t_ds_slide.md          |only
 tests/testthat/setup.R                       |    2 
 tests/testthat/t_dm_output.rds               |only
 tests/testthat/test-bad_filters.R            |only
 tests/testthat/test-filter_spec-verbose.R    |only
 tests/testthat/test-formats.R                |only
 tests/testthat/test-g_mean_slides.R          |only
 tests/testthat/test-helper_functions.R       |only
 tests/testthat/test-l_ae_slide.R             |only
 tests/testthat/test-output-table-format.R    |only
 tests/testthat/test-slides_preview.R         |only
 tests/testthat/test-srep_outputs.R           |only
 tests/testthat/test-t_ae_slide.R             |only
 tests/testthat/test-t_ae_summary_slide.R     |only
 tests/testthat/test-t_aesi_slide.R           |only
 tests/testthat/test-t_dm_slide.R             |   10 -
 tests/testthat/test-t_ds_slide.R             |only
 tests/testthat/test_format_date.R            |only
 vignettes                                    |only
 66 files changed, 416 insertions(+), 394 deletions(-)

More information about autoslider.core at CRAN
Permanent link

Sun, 22 Dec 2024

Package centr updated to version 0.2.1 with previous version 0.2.0 dated 2024-08-31

Title: Weighted and Unweighted Spatial Centers
Description: Generate mean and median weighted or unweighted spatial centers. Functions are analogous to their identically named counterparts within 'ArcGIS Pro'. Median center methodology based off of Kuhn and Kuenne (1962) <doi:10.1111/j.1467-9787.1962.tb00902.x>.
Author: Ryan Zomorrodi [aut, cre, cph]
Maintainer: Ryan Zomorrodi <rzomor2@uic.edu>

Diff between centr versions 0.2.0 dated 2024-08-31 and 0.2.1 dated 2024-12-22

 DESCRIPTION                         |   11 +---
 MD5                                 |   29 +++++------
 NEWS.md                             |   12 ++++
 R/additional_chk.R                  |only
 R/helpers.R                         |   92 +-----------------------------------
 R/mean_center.R                     |   78 ++++++++++++++++++++++--------
 R/median_center.R                   |   80 +++++++++++++++++++++++--------
 README.md                           |   64 ++++++++++++++++---------
 inst/doc/typical_usage.R            |    2 
 inst/doc/typical_usage.html         |   61 ++++++++++++-----------
 man/mean_center.Rd                  |   10 +++
 man/median_center.Rd                |   17 ++++--
 tests/testthat/helper.R             |    1 
 tests/testthat/test-helpers.R       |   74 ----------------------------
 tests/testthat/test-mean_center.R   |   74 +++++++++++++++++++++++-----
 tests/testthat/test-median_center.R |    8 ---
 16 files changed, 310 insertions(+), 303 deletions(-)

More information about centr at CRAN
Permanent link

Package redatamx updated to version 1.1.0 with previous version 1.0.1 dated 2024-11-21

Title: R Interface to 'Redatam' Library
Description: Provides an API to work with 'Redatam' (see <https://redatam.org>) databases in both formats: 'RXDB' (new format) and 'DICX' (old format) and running 'Redatam' programs written in 'SPC' language. It's a wrapper around 'Redatam' core and provides functions to open/close a database (redatam_open()/redatam_close()), list entities and variables from the database (redatam_entities(), redatam_variables()) and execute a 'SPC' program and gets the results as data frames (redatam_query(), redatam_run()).
Author: Jaime Salvador [aut, cre] , CELADE [cph]
Maintainer: Jaime Salvador <jaime.salvador@ideasybits.com>

Diff between redatamx versions 1.0.1 dated 2024-11-21 and 1.1.0 dated 2024-12-22

 DESCRIPTION            |    6 +++---
 MD5                    |   23 +++++++++++++----------
 NAMESPACE              |    1 +
 NEWS.md                |    8 +++++++-
 R/redatam-api.R        |   27 +++++++++++++++++++++++++++
 R/zzz.R                |    3 ++-
 configure              |    6 +++---
 configure.win          |   12 ++++++++----
 man/redatam_create.Rd  |only
 man/redatam_info.Rd    |only
 src/cpp11.cpp          |   17 +++++++++++++++++
 src/red_create.cpp     |only
 src/red_initialize.cpp |   18 +++++++++++++++++-
 src/redengine_c.h      |    4 ++++
 14 files changed, 102 insertions(+), 23 deletions(-)

More information about redatamx at CRAN
Permanent link

Package mstudentd updated to version 1.1.2 with previous version 1.1.1 dated 2024-07-09

Title: Multivariate t Distribution
Description: Distance between multivariate t distributions, as presented by N. Bouhlel and D. Rousseau (2023) <doi:10.1109/LSP.2023.3324594>.
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>

Diff between mstudentd versions 1.1.1 dated 2024-07-09 and 1.1.2 dated 2024-12-22

 DESCRIPTION       |    6 +++---
 MD5               |    5 +++--
 R/zzz.R           |only
 build/partial.rdb |binary
 4 files changed, 6 insertions(+), 5 deletions(-)

More information about mstudentd at CRAN
Permanent link

Package mggd updated to version 1.3.3 with previous version 1.3.1 dated 2024-07-05

Title: Multivariate Generalised Gaussian Distribution; Kullback-Leibler Divergence
Description: Distance between multivariate generalised Gaussian distributions, as presented by N. Bouhlel and A. Dziri (2019) <doi:10.1109/LSP.2019.2915000>. Manipulation of multivariate generalised Gaussian distributions (methods presented by Gomez, Gomez-Villegas and Marin (1998) <doi:10.1080/03610929808832115> and Pascal, Bombrun, Tourneret and Berthoumieu (2013) <doi:10.1109/TSP.2013.2282909>).
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>

Diff between mggd versions 1.3.1 dated 2024-07-05 and 1.3.3 dated 2024-12-22

 DESCRIPTION       |    6 +-
 MD5               |    9 ++-
 R/lauricella.R    |  126 ++++++++++++++++++++++++++++++------------------------
 R/zzz.R           |only
 build/partial.rdb |binary
 man/lauricella.Rd |    4 +
 6 files changed, 84 insertions(+), 61 deletions(-)

More information about mggd at CRAN
Permanent link

Package mcauchyd updated to version 1.3.3 with previous version 1.3.2 dated 2024-07-05

Title: Multivariate Cauchy Distribution; Kullback-Leibler Divergence
Description: Distance between multivariate Cauchy distributions, as presented by N. Bouhlel and D. Rousseau (2022) <doi:10.3390/e24060838>. Manipulation of multivariate Cauchy distributions.
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>

Diff between mcauchyd versions 1.3.2 dated 2024-07-05 and 1.3.3 dated 2024-12-22

 DESCRIPTION       |    6 +++---
 MD5               |    5 +++--
 R/zzz.R           |only
 build/partial.rdb |binary
 4 files changed, 6 insertions(+), 5 deletions(-)

More information about mcauchyd at CRAN
Permanent link

New package CopernicusMarine with initial version 0.2.4
Package: CopernicusMarine
Title: Search Download and Handle Data from Copernicus Marine Service Information
Version: 0.2.4
Author: Pepijn de Vries [aut, cre, dtc]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>
Description: Subset and download data from EU Copernicus Marine Service Information: <https://data.marine.copernicus.eu>. Import data on the oceans physical and biogeochemical state from Copernicus into R without the need of external software.
Depends: R (>= 4.1.0)
Imports: crayon, dplyr, httr2, leaflet, purrr, rlang, sf, stringr, tidyr, utils, xml2
Suggests: lifecycle, ncmeta, stars, testthat (>= 3.0.0)
URL: https://github.com/pepijn-devries/CopernicusMarine, https://pepijn-devries.github.io/CopernicusMarine/
BugReports: https://github.com/pepijn-devries/CopernicusMarine/issues
License: GPL (>= 3)
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-12-22 18:29:20 UTC; vries171
Repository: CRAN
Date/Publication: 2024-12-22 23:20:02 UTC

More information about CopernicusMarine at CRAN
Permanent link

Package pipeflow updated to version 0.2.2 with previous version 0.2.1 dated 2024-12-05

Title: Lightweight, General-Purpose Data Analysis Pipelines
Description: A lightweight yet powerful framework for building robust data analysis pipelines. With 'pipeflow', you initialize a pipeline with your dataset and construct workflows step by step by adding R functions. You can modify, remove, or insert steps and parameters at any stage, while 'pipeflow' ensures the pipeline's integrity. Overall, this package offers a beginner-friendly framework that simplifies and streamlines the development of data analysis pipelines by making them modular, intuitive, and adaptable.
Author: Roman Pahl [aut, cre]
Maintainer: Roman Pahl <roman.pahl@gmail.com>

Diff between pipeflow versions 0.2.1 dated 2024-12-05 and 0.2.2 dated 2024-12-22

 pipeflow-0.2.1/pipeflow/R/pipeflow_aliases.R                    |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_log.R                        |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_param.R                      |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_pipeline.R                   |only
 pipeflow-0.2.1/pipeflow/R/pipeflow_utils.R                      |only
 pipeflow-0.2.1/pipeflow/man/pipelineAliases.Rd                  |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_aliases.R  |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_log.R      |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_param.R    |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_pipeline.R |only
 pipeflow-0.2.1/pipeflow/tests/testthat/test_pipeflow_utils.R    |only
 pipeflow-0.2.2/pipeflow/DESCRIPTION                             |   25 
 pipeflow-0.2.2/pipeflow/MD5                                     |   70 +-
 pipeflow-0.2.2/pipeflow/NEWS.md                                 |only
 pipeflow-0.2.2/pipeflow/R/aliases.R                             |only
 pipeflow-0.2.2/pipeflow/R/log.R                                 |only
 pipeflow-0.2.2/pipeflow/R/param.R                               |only
 pipeflow-0.2.2/pipeflow/R/pipeline.R                            |only
 pipeflow-0.2.2/pipeflow/R/utils.R                               |only
 pipeflow-0.2.2/pipeflow/inst/doc/v01-get-started.html           |   68 +-
 pipeflow-0.2.2/pipeflow/inst/doc/v02-modify-pipeline.html       |   19 
 pipeflow-0.2.2/pipeflow/inst/doc/v03-combine-pipelines.html     |   68 +-
 pipeflow-0.2.2/pipeflow/inst/doc/v04-collect-output.html        |   36 -
 pipeflow-0.2.2/pipeflow/inst/doc/v05-split-and-combine.html     |  110 +--
 pipeflow-0.2.2/pipeflow/inst/doc/v06-self-modify-pipeline.html  |  110 +--
 pipeflow-0.2.2/pipeflow/man/Pipeline.Rd                         |  324 ++++++----
 pipeflow-0.2.2/pipeflow/man/pipe_add.Rd                         |only
 pipeflow-0.2.2/pipeflow/man/pipe_append.Rd                      |only
 pipeflow-0.2.2/pipeflow/man/pipe_append_to_step_names.Rd        |only
 pipeflow-0.2.2/pipeflow/man/pipe_clone.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/pipe_collect_out.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_discard_steps.Rd               |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_data.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_depends.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_graph.Rd                   |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_out.Rd                     |only
 pipeflow-0.2.2/pipeflow/man/pipe_get_params.Rd                  |only
 pipeflow-0.2.2/pipeflow/man/pipe_insert.Rd                      |only
 pipeflow-0.2.2/pipeflow/man/pipe_length.Rd                      |only
 pipeflow-0.2.2/pipeflow/man/pipe_lock_unlock.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_new.Rd                         |only
 pipeflow-0.2.2/pipeflow/man/pipe_pop_step.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_print.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/pipe_remove_step.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_rename_step.Rd                 |only
 pipeflow-0.2.2/pipeflow/man/pipe_replace_step.Rd                |only
 pipeflow-0.2.2/pipeflow/man/pipe_reset.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/pipe_run.Rd                         |only
 pipeflow-0.2.2/pipeflow/man/pipe_run_step.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_data.Rd                    |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_data_split.Rd              |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_keep_out.Rd                |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_params.Rd                  |only
 pipeflow-0.2.2/pipeflow/man/pipe_set_params_at_step.Rd          |only
 pipeflow-0.2.2/pipeflow/man/pipe_split.Rd                       |only
 pipeflow-0.2.2/pipeflow/man/set_log_layout.Rd                   |   14 
 pipeflow-0.2.2/pipeflow/man/step_info.Rd                        |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_aliases.R           |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_log.R               |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_param.R             |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_pipeline.R          |only
 pipeflow-0.2.2/pipeflow/tests/testthat/test_utils.R             |only
 62 files changed, 485 insertions(+), 359 deletions(-)

More information about pipeflow at CRAN
Permanent link

Package DrugExposureDiagnostics updated to version 1.1.0 with previous version 1.0.10 dated 2024-11-22

Title: Diagnostics for OMOP Common Data Model Drug Records
Description: Ingredient specific diagnostics for drug exposure records in the Observational Medical Outcomes Partnership (OMOP) common data model.
Author: Ger Inberg [aut, cre] , Edward Burn [aut] , Theresa Burkard [aut] , Yuchen Guo [ctb] , Marti Catala [ctb] , Mike Du [ctb] , Xintong Li [ctb] , Ross Williams [ctb] , Erasmus MC [cph]
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>

Diff between DrugExposureDiagnostics versions 1.0.10 dated 2024-11-22 and 1.1.0 dated 2024-12-22

 DrugExposureDiagnostics-1.0.10/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data/eunomia.zip        |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/DESCRIPTION                                         |   12 -
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/MD5                                                 |   72 ++++--
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/NEWS.md                                             |    3 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/R/executeChecks.R                                   |   25 ++
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/R/utils.R                                           |  111 ++++++++++
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/README.md                                           |   90 ++++----
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/DrugSig.html                               |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/DrugSourceConcepts.html                    |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/DrugTypes.html                             |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.R    |    4 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.Rmd  |   17 +
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.html |   58 +++--
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/Missingness.html                           |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/Routes.html                                |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/doc/VerbatimEndDate.html                       |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/README.md                |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data/mock.zip            |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data2                    |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/dataPlotPanel.R          |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/utils.R                  |    3 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/executeChecks.Rd                                |   11 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/writeFile.Rd                                    |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/writeIngredientResultToDisk.Rd                  |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/man/writeZipToDisk.Rd                               |only
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-SyntheaSqlServer.R              |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-executeChecks.R                 |   69 ++++--
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-runBenchmark.R                  |    6 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/tests/testthat/test-shiny.R                         |    2 
 DrugExposureDiagnostics-1.1.0/DrugExposureDiagnostics/vignettes/IntroductionToDrugExposureDiagnostics.Rmd |   17 +
 30 files changed, 379 insertions(+), 137 deletions(-)

More information about DrugExposureDiagnostics at CRAN
Permanent link

Package BGGM updated to version 2.1.5 with previous version 2.1.4 dated 2024-12-13

Title: Bayesian Gaussian Graphical Models
Description: Fit Bayesian Gaussian graphical models. The methods are separated into two Bayesian approaches for inference: hypothesis testing and estimation. There are extensions for confirmatory hypothesis testing, comparing Gaussian graphical models, and node wise predictability. These methods were recently introduced in the Gaussian graphical model literature, including Williams (2019) <doi:10.31234/osf.io/x8dpr>, Williams and Mulder (2019) <doi:10.31234/osf.io/ypxd8>, Williams, Rast, Pericchi, and Mulder (2019) <doi:10.31234/osf.io/yt386>.
Author: Donald Williams [aut], Joris Mulder [aut], Philippe Rast [aut, cre]
Maintainer: Philippe Rast <rast.ph@gmail.com>

Diff between BGGM versions 2.1.4 dated 2024-12-13 and 2.1.5 dated 2024-12-22

 DESCRIPTION                    |   16 
 MD5                            |   40 -
 NEWS.md                        |   17 
 R/bggm_missing.R               |   44 +
 R/bma_posterior.R              |   44 -
 R/coef.estimate.R              |    3 
 R/ggm_search.R                 |   74 +
 build/partial.rdb              |binary
 configure                      | 1619 +++++++++++------------------------------
 configure.ac                   |   71 -
 inst/doc/mcmc_diagnostics.html |    5 
 inst/doc/netplot.html          |    5 
 inst/doc/netstat_custom.html   |    5 
 inst/doc/ppc_custom.html       |   17 
 inst/doc/predictability.html   |    5 
 man/bggm_missing.Rd            |   44 +
 man/bma_posterior.Rd           |only
 man/coef.explore.Rd            |    3 
 man/ggm_search.Rd              |only
 src/Makevars.in                |   25 
 src/Makevars.win               |   18 
 src/bggm_fast.cpp              |   95 +-
 22 files changed, 800 insertions(+), 1350 deletions(-)

More information about BGGM at CRAN
Permanent link

Package heplots updated to version 1.7.3 with previous version 1.7.1 dated 2024-11-24

Title: Visualizing Hypothesis Tests in Multivariate Linear Models
Description: Provides HE plot and other functions for visualizing hypothesis tests in multivariate linear models. HE plots represent sums-of-squares-and-products matrices for linear hypotheses and for error using ellipses (in two dimensions) and ellipsoids (in three dimensions). The related 'candisc' package provides visualizations in a reduced-rank canonical discriminant space when there are more than a few response variables.
Author: Michael Friendly [aut, cre] , John Fox [aut] , Georges Monette [aut] , Phil Chalmers [ctb] , Duncan Murdoch [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>

Diff between heplots versions 1.7.1 dated 2024-11-24 and 1.7.3 dated 2024-12-22

 heplots-1.7.1/heplots/vignettes/skulls.jpg              |only
 heplots-1.7.3/heplots/DESCRIPTION                       |    8 
 heplots-1.7.3/heplots/MD5                               |   63 ++---
 heplots-1.7.3/heplots/NAMESPACE                         |    7 
 heplots-1.7.3/heplots/NEWS.md                           |   17 +
 heplots-1.7.3/heplots/R/bartlettTests.R                 |   65 ++++-
 heplots-1.7.3/heplots/R/boxM.R                          |    4 
 heplots-1.7.3/heplots/R/colDevs.R                       |   33 ++
 heplots-1.7.3/heplots/R/covEllipses.R                   |   39 +--
 heplots-1.7.3/heplots/R/datasets.R                      |    2 
 heplots-1.7.3/heplots/R/ellipse.axes.R                  |  107 +++++---
 heplots-1.7.3/heplots/R/glance.mlm.R                    |    7 
 heplots-1.7.3/heplots/R/heplot.R                        |   19 -
 heplots-1.7.3/heplots/R/heplot1d.R                      |   23 +
 heplots-1.7.3/heplots/R/heplot3d.R                      |   25 +-
 heplots-1.7.3/heplots/R/leveneTests.R                   |   71 +++++
 heplots-1.7.3/heplots/R/uniStats.R                      |only
 heplots-1.7.3/heplots/inst/doc/HE_manova.html           |    6 
 heplots-1.7.3/heplots/inst/doc/HE_mmra.html             |   18 -
 heplots-1.7.3/heplots/inst/doc/datasets.html            |   81 +++++-
 heplots-1.7.3/heplots/man/bartlettTests.Rd              |   30 +-
 heplots-1.7.3/heplots/man/boxM.Rd                       |    4 
 heplots-1.7.3/heplots/man/colDevs.Rd                    |   24 +-
 heplots-1.7.3/heplots/man/covEllipses.Rd                |   41 +--
 heplots-1.7.3/heplots/man/dogfood.Rd                    |    2 
 heplots-1.7.3/heplots/man/ellipse.axes.Rd               |  192 ++++++++--------
 heplots-1.7.3/heplots/man/figures/README-iris-can-1.png |binary
 heplots-1.7.3/heplots/man/figures/README-iris4-1.png    |binary
 heplots-1.7.3/heplots/man/glance.mlm.Rd                 |    3 
 heplots-1.7.3/heplots/man/heplot.Rd                     |   13 -
 heplots-1.7.3/heplots/man/heplot1d.Rd                   |   21 -
 heplots-1.7.3/heplots/man/heplot3d.Rd                   |   25 +-
 heplots-1.7.3/heplots/man/leveneTests.Rd                |   36 ++-
 heplots-1.7.3/heplots/man/uniStats.Rd                   |only
 34 files changed, 655 insertions(+), 331 deletions(-)

More information about heplots at CRAN
Permanent link

Package alcyon updated to version 0.6.0 with previous version 0.5.0 dated 2024-08-26

Title: Spatial Network Analysis
Description: Interface package for 'sala', the spatial network analysis library from the 'depthmapX' software application. The R parts of the code are based on the 'rdepthmap' package. Allows for the analysis of urban and building-scale networks and provides metrics and methods usually found within the Space Syntax domain. Methods in this package are described by K. Al-Sayed, A. Turner, B. Hillier, S. Iida and A. Penn (2014) "Space Syntax methodology", and also by A. Turner (2004) <https://discovery.ucl.ac.uk/id/eprint/2651> "Depthmap 4: a researcher's handbook".
Author: Petros Koutsolampros [cre, aut] , Fani Kostourou [ctb] , Kimon Krenz [ctb] , Alasdair Turner [ctb] , Tasos Varoudis [ctb] , Christian Sailer [ctb] , Eva Friedrich [ctb] , University College London [fnd, cph] , Spacelab UK [fnd]
Maintainer: Petros Koutsolampros <r-devel@pklampros.net>

Diff between alcyon versions 0.5.0 dated 2024-08-26 and 0.6.0 dated 2024-12-22

 alcyon-0.5.0/alcyon/src/libs/genlib                                            |only
 alcyon-0.6.0/alcyon/DESCRIPTION                                                |   53 
 alcyon-0.6.0/alcyon/MD5                                                        |  262 +-
 alcyon-0.6.0/alcyon/NEWS.md                                                    |   10 
 alcyon-0.6.0/alcyon/configure                                                  |   18 
 alcyon-0.6.0/alcyon/configure.ac                                               |    2 
 alcyon-0.6.0/alcyon/inst/CITATION                                              |    9 
 alcyon-0.6.0/alcyon/inst/WORDLIST                                              |    4 
 alcyon-0.6.0/alcyon/inst/doc/agentAnalysis.Rmd                                 |   10 
 alcyon-0.6.0/alcyon/inst/doc/agentAnalysis.html                                |  670 +++----
 alcyon-0.6.0/alcyon/inst/doc/axialAnalysis.Rmd                                 |   10 
 alcyon-0.6.0/alcyon/inst/doc/axialAnalysis.html                                |  640 +++----
 alcyon-0.6.0/alcyon/inst/doc/isovists.Rmd                                      |   10 
 alcyon-0.6.0/alcyon/inst/doc/isovists.html                                     |  628 +++----
 alcyon-0.6.0/alcyon/inst/doc/segmentAnalysis.Rmd                               |   10 
 alcyon-0.6.0/alcyon/inst/doc/segmentAnalysis.html                              |  836 ++++-----
 alcyon-0.6.0/alcyon/inst/doc/vga.Rmd                                           |   10 
 alcyon-0.6.0/alcyon/inst/doc/vga.html                                          |  890 ++++------
 alcyon-0.6.0/alcyon/src/Makevars.in                                            |    2 
 alcyon-0.6.0/alcyon/src/analysis_axial.cpp                                     |    2 
 alcyon-0.6.0/alcyon/src/communicator.h                                         |    2 
 alcyon-0.6.0/alcyon/src/libs/CMakeLists.txt                                    |   14 
 alcyon-0.6.0/alcyon/src/libs/salalib/CMakeLists.txt                            |    1 
 alcyon-0.6.0/alcyon/src/libs/salalib/LICENSES/LGPL-2.1-or-later.txt            |only
 alcyon-0.6.0/alcyon/src/libs/salalib/README.md                                 |   13 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agent.cpp                          |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agent.h                            |   18 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentanalysis.cpp                  |    9 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentanalysis.h                    |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentga.cpp                        |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentprogram.cpp                   |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/agents/agentprogram.h                     |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/analysisresult.h                          |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/attributemap.h                            |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialminimiser.h                          |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialintegration.cpp         |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialintegration.h           |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axiallocal.h                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialstepdepth.cpp           |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialmodules/axialstepdepth.h             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/axialpolygons.h                           |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/connector.h                               |    9 
 alcyon-0.6.0/alcyon/src/libs/salalib/exportutils.h                             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/genlib                                    |only
 alcyon-0.6.0/alcyon/src/libs/salalib/iaxial.h                                  |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/importutils.cpp                           |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/isovist.h                                 |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/isovistutils.h                            |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/metagraphreadwrite.cpp                    |  135 +
 alcyon-0.6.0/alcyon/src/libs/salalib/metagraphreadwrite.h                      |   49 
 alcyon-0.6.0/alcyon/src/libs/salalib/ngraph.cpp                                |   10 
 alcyon-0.6.0/alcyon/src/libs/salalib/ngraph.h                                  |   13 
 alcyon-0.6.0/alcyon/src/libs/salalib/pafcolor.h                                |   10 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/dxfp.cpp                          |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/mapinfodata.cpp                   |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/mapinfodata.h                     |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/ntfp.cpp                          |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/ntfp.h                            |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/tigerp.cpp                        |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/parsers/tigerp.h                          |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/pixelref.h                                |   11 
 alcyon-0.6.0/alcyon/src/libs/salalib/point.h                                   |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/pointmap.cpp                              |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/pushvalues.cpp                            |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/pushvalues.h                              |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/salaprogram.cpp                           |   61 
 alcyon-0.6.0/alcyon/src/libs/salalib/salashape.h                               |    8 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmangular.h                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmmetric.h                  |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmmetricpd.h                |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmmetricshortestpath.h      |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtopological.h             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtopologicalpd.h           |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtopologicalshortestpath.h |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulip.cpp                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulip.h                   |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulipdepth.h              |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/segmmodules/segmtulipshortestpath.h       |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemap.cpp                              |   25 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemap.h                                |    1 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemapgroupdata.cpp                     |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/shapemapgroupdata.h                       |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/shaperef.h                                |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/spacepix.h                                |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/extractlinkdata.h              |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/ivga.h                         |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangular.h                   |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangulardepth.h              |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangularopenmp.h             |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaangularshortestpath.h       |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovist.cpp                 |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovist.h                   |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovistzone.cpp             |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgaisovistzone.h               |    7 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametric.h                    |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricdepth.h               |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricdepthlinkcost.h       |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricopenmp.h              |    4 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricshortestpath.h        |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgametricshortestpathtomany.h  |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgathroughvision.cpp           |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgathroughvision.h             |    2 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualglobal.h              |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualglobaldepth.h         |    5 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualglobalopenmp.h        |    7 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisuallocal.h               |    3 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisuallocaladjmatrix.h      |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisuallocalopenmp.h         |    6 
 alcyon-0.6.0/alcyon/src/libs/salalib/vgamodules/vgavisualshortestpath.h        |    6 
 alcyon-0.6.0/alcyon/src/process_link.cpp                                       |    9 
 alcyon-0.6.0/alcyon/src/rcpp_ShapeMap.cpp                                      |    2 
 alcyon-0.6.0/alcyon/vignettes/agentAnalysis.Rmd                                |   10 
 alcyon-0.6.0/alcyon/vignettes/axialAnalysis.Rmd                                |   10 
 alcyon-0.6.0/alcyon/vignettes/isovists.Rmd                                     |   10 
 alcyon-0.6.0/alcyon/vignettes/segmentAnalysis.Rmd                              |   10 
 alcyon-0.6.0/alcyon/vignettes/vga.Rmd                                          |   10 
 116 files changed, 2356 insertions(+), 2449 deletions(-)

More information about alcyon at CRAN
Permanent link

Package janitor updated to version 2.2.1 with previous version 2.2.0 dated 2023-02-02

Title: Simple Tools for Examining and Cleaning Dirty Data
Description: The main janitor functions can: perfectly format data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and explore duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Microsoft Excel. This package follows the principles of the "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness.
Author: Sam Firke [aut, cre], Bill Denney [ctb], Chris Haid [ctb], Ryan Knight [ctb], Malte Grosser [ctb], Jonathan Zadra [ctb]
Maintainer: Sam Firke <samuel.firke@gmail.com>

Diff between janitor versions 2.2.0 dated 2023-02-02 and 2.2.1 dated 2024-12-22

 DESCRIPTION                                |    6 
 LICENSE                                    |    4 
 MD5                                        |  218 +--
 NAMESPACE                                  |  148 +-
 NEWS.md                                    |  787 +++++------
 R/adorn_ns.R                               |  304 ++--
 R/adorn_pct_formatting.R                   |  178 +-
 R/adorn_percentages.R                      |  230 +--
 R/adorn_rounding.R                         |  154 +-
 R/adorn_title.R                            |  180 +-
 R/adorn_totals.R                           |  306 ++--
 R/as_and_untabyl.R                         |  198 +-
 R/clean_names.R                            |  322 ++--
 R/compare_df_cols.R                        |  564 +++----
 R/convert_to_date.R                        |  342 ++--
 R/excel_dates.R                            |  202 +-
 R/get_dupes.R                              |  138 -
 R/get_level_groups.R                       |   56 
 R/get_one_to_one.R                         |  118 -
 R/janitor.R                                |   60 
 R/janitor_deprecated.R                     |  334 ++--
 R/make_clean_names.R                       |  600 ++++----
 R/print_tabyl.R                            |   10 
 R/remove_empties.R                         |  318 ++--
 R/round_half_up.R                          |  118 -
 R/round_to_fraction.R                      |  114 -
 R/row_to_names.R                           |  282 +--
 R/sas_dates.R                              |  109 -
 R/single_value.R                           |  112 -
 R/statistical_tests.R                      |  428 +++---
 R/tabyl.R                                  |  620 ++++----
 R/top_levels.R                             |  120 -
 R/utils.R                                  |   32 
 README.md                                  |  620 ++++----
 build/vignette.rds                         |binary
 inst/doc/janitor.R                         |  206 +-
 inst/doc/janitor.Rmd                       |  488 +++---
 inst/doc/janitor.html                      | 1994 +++++++++++++--------------
 inst/doc/tabyls.R                          |  274 +--
 inst/doc/tabyls.Rmd                        |  542 +++----
 inst/doc/tabyls.html                       | 2066 ++++++++++++++---------------
 man/add_totals_col.Rd                      |   38 
 man/add_totals_row.Rd                      |   42 
 man/adorn_crosstab.Rd                      |   70 
 man/adorn_ns.Rd                            |  140 -
 man/adorn_pct_formatting.Rd                |  114 -
 man/adorn_percentages.Rd                   |   98 -
 man/adorn_rounding.Rd                      |  108 -
 man/adorn_title.Rd                         |   76 -
 man/adorn_totals.Rd                        |   64 
 man/as_tabyl.Rd                            |   76 -
 man/chisq.test.Rd                          |   78 -
 man/clean_names.Rd                         |  278 +--
 man/compare_df_cols.Rd                     |  142 -
 man/compare_df_cols_same.Rd                |   92 -
 man/convert_to_NA.Rd                       |   52 
 man/convert_to_date.Rd                     |  152 +-
 man/crosstab.Rd                            |   30 
 man/describe_class.Rd                      |  112 -
 man/excel_numeric_to_date.Rd               |  142 -
 man/find_header.Rd                         |   96 -
 man/fisher.test.Rd                         |   68 
 man/get_dupes.Rd                           |   58 
 man/get_one_to_one.Rd                      |   56 
 man/janitor.Rd                             |   66 
 man/janitor_deprecated.Rd                  |   40 
 man/make_clean_names.Rd                    |  294 ++--
 man/mu_to_u.Rd                             |   58 
 man/pipe.Rd                                |   34 
 man/remove_constant.Rd                     |   74 -
 man/remove_empty.Rd                        |  102 -
 man/remove_empty_cols.Rd                   |   42 
 man/remove_empty_rows.Rd                   |   42 
 man/round_half_up.Rd                       |   50 
 man/round_to_fraction.Rd                   |  102 -
 man/row_to_names.Rd                        |   94 -
 man/sas_numeric_to_date.Rd                 |   86 -
 man/signif_half_up.Rd                      |   60 
 man/single_value.Rd                        |  106 -
 man/tabyl.Rd                               |  116 -
 man/top_levels.Rd                          |   48 
 man/untabyl.Rd                             |   48 
 man/use_first_valid_of.Rd                  |   52 
 tests/testthat.R                           |   24 
 tests/testthat/test-adorn-ns.R             |  476 +++---
 tests/testthat/test-adorn-pct-formatting.R |  392 ++---
 tests/testthat/test-adorn-percentages.R    |  482 +++---
 tests/testthat/test-adorn-rounding.R       |  240 +--
 tests/testthat/test-adorn-title.R          |  326 ++--
 tests/testthat/test-adorn-totals.R         | 1144 ++++++++--------
 tests/testthat/test-clean-names.R          | 1328 +++++++++---------
 tests/testthat/test-compare_df_cols.R      |  698 ++++-----
 tests/testthat/test-convert_to_date.R      |  286 ++--
 tests/testthat/test-date-conversion.R      |  338 ++--
 tests/testthat/test-get-dupes.R            |  200 +-
 tests/testthat/test-get-level-groups.R     |   48 
 tests/testthat/test-get_one_to_one.R       |  122 -
 tests/testthat/test-remove-empties.R       |  494 +++---
 tests/testthat/test-round_to_fraction.R    |  160 +-
 tests/testthat/test-row-to-names.R         |  450 +++---
 tests/testthat/test-sas_dates.R            |  116 -
 tests/testthat/test-signif_half_up.R       |   64 
 tests/testthat/test-single_value.R         |   58 
 tests/testthat/test-statistical-tests.R    |  244 +--
 tests/testthat/test-tabyl-classifiers.R    |  228 +--
 tests/testthat/test-tabyl.R                |  978 ++++++-------
 tests/testthat/test-top-levels.R           |  118 -
 tests/testthat/test-utilities.R            |   14 
 vignettes/janitor.Rmd                      |  488 +++---
 vignettes/tabyls.Rmd                       |  542 +++----
 110 files changed, 13844 insertions(+), 13812 deletions(-)

More information about janitor at CRAN
Permanent link

Package EFAtools updated to version 0.4.5 with previous version 0.4.4 dated 2023-01-06

Title: Fast and Flexible Implementations of Exploratory Factor Analysis Tools
Description: Provides functions to perform exploratory factor analysis (EFA) procedures and compare their solutions. The goal is to provide state-of-the-art factor retention methods and a high degree of flexibility in the EFA procedures. This way, for example, implementations from R 'psych' and 'SPSS' can be compared. Moreover, functions for Schmid-Leiman transformation and the computation of omegas are provided. To speed up the analyses, some of the iterative procedures, like principal axis factoring (PAF), are implemented in C++.
Author: Markus Steiner [aut, cre], Silvia Grieder [aut], William Revelle [ctb], Max Auerswald [ctb], Morten Moshagen [ctb], John Ruscio [ctb], Brendan Roche [ctb], Urbano Lorenzo-Seva [ctb], David Navarro-Gonzalez [ctb]
Maintainer: Markus Steiner <markus.d.steiner@gmail.com>

Diff between EFAtools versions 0.4.4 dated 2023-01-06 and 0.4.5 dated 2024-12-22

 DESCRIPTION                              |    8 
 MD5                                      |   28 
 R/OMEGA.R                                |    4 
 R/OMEGA_helper.R                         |    4 
 README.md                                |   88 -
 build/vignette.rds                       |binary
 inst/CITATION                            |   11 
 inst/doc/EFAtools.R                      |    2 
 inst/doc/EFAtools.html                   | 1918 +++++++++++++++----------------
 inst/doc/Replicate_SPSS_psych.R          |    2 
 inst/doc/Replicate_SPSS_psych.html       |  992 ++++++++--------
 man/OMEGA.Rd                             |    4 
 man/figures/README-unnamed-chunk-5-4.png |binary
 src/Makevars                             |    6 
 src/Makevars.win                         |    6 
 15 files changed, 1518 insertions(+), 1555 deletions(-)

More information about EFAtools at CRAN
Permanent link

Package XDNUTS updated to version 1.5.5 with previous version 1.5.4 dated 2024-12-05

Title: Discontinuous Hamiltonian Monte Carlo with Varying Trajectory Length
Description: Hamiltonian Monte Carlo for both continuous and discontinuous posterior distributions with customisable trajectory length termination criterion. See Nishimura et al. (2020) <doi:10.1093/biomet/asz083> for the original Discontinuous Hamiltonian Monte Carlo, Hoffman et al. (2014) <doi:10.48550/arXiv.1111.4246> and Betancourt (2016) <doi:10.48550/arXiv.1601.00225> for the definition of possible Hamiltonian Monte Carlo termination criteria.
Author: Paolo Manildo [aut, cre]
Maintainer: Paolo Manildo <paolo.manildo@studenti.unipd.it>

Diff between XDNUTS versions 1.5.4 dated 2024-12-05 and 1.5.5 dated 2024-12-22

 DESCRIPTION       |    8 ++++----
 MD5               |    6 +++---
 R/interface.R     |   14 +++++++++-----
 build/partial.rdb |binary
 4 files changed, 16 insertions(+), 12 deletions(-)

More information about XDNUTS at CRAN
Permanent link

Package BioVizSeq updated to version 1.0.0 with previous version 0.1.2 dated 2024-12-10

Title: Visualizing the Elements Within Bio-Sequences
Description: Visualizing the types and distribution of elements within bio-sequences. At the same time, We have developed a geom layer, geom_rrect(), that can generate rounded rectangles. No external references are used in the development of this package.
Author: Shiqi Zhao [aut, cre, cph]
Maintainer: Shiqi Zhao <zhaosq89@163.com>

Diff between BioVizSeq versions 0.1.2 dated 2024-12-10 and 1.0.0 dated 2024-12-22

 DESCRIPTION            |   10 +++---
 MD5                    |   77 ++++++++++++++++++++++++++++++++++++++++++-------
 NAMESPACE              |    2 +
 NEWS.md                |    9 ++---
 R/biovizseq.R          |only
 R/combi_plot.R         |   68 +++++++++++++++++++++++++++++++++----------
 R/gff_plot.R           |    4 +-
 R/globalvariables.R    |   10 +++++-
 R/motif_plot.R         |   10 ------
 R/plantcare_plot.R     |    4 +-
 R/smart_plot.R         |    1 
 README.md              |only
 inst/extdata/target.fa |only
 inst/shinyapp          |only
 man/biovizseq.Rd       |only
 man/combi_p.Rd         |   17 ++++++++++
 man/figures            |only
 man/globalVariables.Rd |    2 -
 18 files changed, 160 insertions(+), 54 deletions(-)

More information about BioVizSeq at CRAN
Permanent link

Package R6P updated to version 0.4.0 with previous version 0.3.0 dated 2022-10-02

Title: Design Patterns in R
Description: Build robust and maintainable software with object-oriented design patterns in R. Design patterns abstract and present in neat, well-defined components and interfaces the experience of many software designers and architects over many years of solving similar problems. These are solutions that have withstood the test of time with respect to re-usability, flexibility, and maintainability. 'R6P' provides abstract base classes with examples for a few known design patterns. The patterns were selected by their applicability to analytic projects in R. Using these patterns in R projects have proven effective in dealing with the complexity that data-driven applications possess.
Author: Harel Lustiger [aut, cre] , Tidylab [cph, fnd]
Maintainer: Harel Lustiger <tidylab@gmail.com>

Diff between R6P versions 0.3.0 dated 2022-10-02 and 0.4.0 dated 2024-12-22

 R6P-0.3.0/R6P/R/utils-pipes.R                                    |only
 R6P-0.3.0/R6P/R/utils.R                                          |only
 R6P-0.3.0/R6P/man/pipes.Rd                                       |only
 R6P-0.4.0/R6P/DESCRIPTION                                        |   49 +-
 R6P-0.4.0/R6P/MD5                                                |   39 -
 R6P-0.4.0/R6P/NAMESPACE                                          |    4 
 R6P-0.4.0/R6P/NEWS.md                                            |    6 
 R6P-0.4.0/R6P/R/R6P-helpers.R                                    |   43 +
 R6P-0.4.0/R6P/R/R6P-package.R                                    |only
 R6P-0.4.0/R6P/R/base-NullObject.R                                |   12 
 R6P-0.4.0/R6P/R/base-Singleton.R                                 |   82 +--
 R6P-0.4.0/R6P/R/base-ValueObject.R                               |   71 +--
 R6P-0.4.0/R6P/R/object_relational-Repository.R                   |   63 +-
 R6P-0.4.0/R6P/R/zzz.R                                            |   29 -
 R6P-0.4.0/R6P/README.md                                          |   58 --
 R6P-0.4.0/R6P/man/NullObject.Rd                                  |  101 ----
 R6P-0.4.0/R6P/man/R6P-package.Rd                                 |only
 R6P-0.4.0/R6P/man/Repository.Rd                                  |   89 +--
 R6P-0.4.0/R6P/man/Singleton.Rd                                   |   61 --
 R6P-0.4.0/R6P/man/ValueObject.Rd                                 |  229 ----------
 R6P-0.4.0/R6P/tests/testthat/helpers-xyz.R                       |   23 -
 R6P-0.4.0/R6P/tests/testthat/test-base-Singleton.R               |   64 +-
 R6P-0.4.0/R6P/tests/testthat/test-object_relational-Repository.R |   14 
 23 files changed, 329 insertions(+), 708 deletions(-)

More information about R6P at CRAN
Permanent link

Package plotscaper updated to version 0.2.5 with previous version 0.2.4 dated 2024-11-20

Title: Explore Your Data with Interactive Figures
Description: A framework for creating interactive figures for data exploration. All plots are automatically linked and support several kinds of interactive features, including selection, zooming, panning, and parameter manipulation. The figures can be interacted with either manually, using a mouse and a keyboard, or by running code from inside an active R session.
Author: Adam Bartonicek [aut, cre, cph]
Maintainer: Adam Bartonicek <bartonicek@gmail.com>

Diff between plotscaper versions 0.2.4 dated 2024-11-20 and 0.2.5 dated 2024-12-22

 DESCRIPTION                             |    6 +--
 MD5                                     |   18 ++++-----
 NEWS.md                                 |    2 +
 build/vignette.rds                      |binary
 inst/doc/algebra.html                   |   10 ++---
 inst/doc/available-interactions.html    |   62 ++++++++++++++++----------------
 inst/doc/layout.html                    |   14 +++----
 inst/doc/performance.html               |    6 +--
 inst/doc/plotscaper.html                |   14 +++----
 inst/htmlwidgets/plotscape/main.iife.js |    2 -
 10 files changed, 68 insertions(+), 66 deletions(-)

More information about plotscaper at CRAN
Permanent link

Package PhytosanitaryCalculator updated to version 1.1.3 with previous version 1.1.1 dated 2024-05-30

Title: Phytosanitary Calculator for Inspection Plans Based on Risks
Description: A 'Shiny' application for calculating phytosanitary inspection plans based on risks. It generates a diagram of pallets in a lot, highlights the units to be sampled, and documents them based on the selected sampling method (simple random or systematic sampling).
Author: Gustavo Ramirez-Valverde [aut, cre], Luis Gabriel Otero-Prevost [aut], Pedro Macias-Canales [ctb], Juan A. Villanueva-Jimenez [ctb], Jorge Luis Leyva-Vazquez [ctb]
Maintainer: Gustavo Ramirez-Valverde <gustavoramirezvalverde@gmail.com>

Diff between PhytosanitaryCalculator versions 1.1.1 dated 2024-05-30 and 1.1.3 dated 2024-12-22

 DESCRIPTION                            |   26 -
 MD5                                    |    9 
 NAMESPACE                              |    2 
 R/phitosanitarycalculator.R            |  801 ++++++++++++++++++++++++++-------
 R/www                                  |only
 man/PhytosanitaryCalculator-package.Rd |   75 +--
 6 files changed, 716 insertions(+), 197 deletions(-)

More information about PhytosanitaryCalculator at CRAN
Permanent link

Package GrFA updated to version 0.2.1 with previous version 0.2 dated 2024-08-24

Title: Group Factor Analysis
Description: Several group factor analysis algorithms are implemented, including Canonical Correlation-based Estimation by Choi et al. (2021) <doi:10.1016/j.jeconom.2021.09.008> , Generalised Canonical Correlation Estimation by Lin and Shin (2023) <doi:10.2139/ssrn.4295429>, Circularly Projected Estimation by Chen (2022) <doi:10.1080/07350015.2022.2051520>, and Aggregated projection method.
Author: Jiaqi Hu [cre, aut], Ting Li [aut], Xueqin Wang [aut]
Maintainer: Jiaqi Hu <hujiaqi@mail.ustc.edu.cn>

Diff between GrFA versions 0.2 dated 2024-08-24 and 0.2.1 dated 2024-12-22

 DESCRIPTION           |    8 ++++----
 MD5                   |    6 +++---
 data/UShouseprice.rda |binary
 man/UShouseprice.Rd   |   40 ++++++++++++++++++++++++++++++++++++++--
 4 files changed, 45 insertions(+), 9 deletions(-)

More information about GrFA at CRAN
Permanent link

Package fude updated to version 0.3.7 with previous version 0.3.6 dated 2024-05-18

Title: Utilities for Fude Polygon
Description: Provides utilities to facilitate handling of Fude Polygon data downloadable from the Ministry of Agriculture, Forestry and Fisheries website <https://open.fude.maff.go.jp>.
Author: Takeshi Nishimura [aut, cph, cre]
Maintainer: Takeshi Nishimura <takenishi@gmail.com>

Diff between fude versions 0.3.6 dated 2024-05-18 and 0.3.7 dated 2024-12-22

 fude-0.3.6/fude/R/zzz.R                                            |only
 fude-0.3.6/fude/data/pref_table.rda                                |only
 fude-0.3.6/fude/man/figures/README-facet_wrap_gogoshima-1.png      |only
 fude-0.3.6/fude/man/figures/README-facet_wrap_gogoshima_hist-1.png |only
 fude-0.3.6/fude/man/figures/README-gogoshima_with_minimap-1.png    |only
 fude-0.3.6/fude/man/figures/README-matsuyama-1.png                 |only
 fude-0.3.6/fude/man/figures/README-sample-1.png                    |only
 fude-0.3.6/fude/man/figures/README-yawatahama-1.png                |only
 fude-0.3.6/fude/man/figures/README-yusukawa-1.png                  |only
 fude-0.3.6/fude/man/pref_table.Rd                                  |only
 fude-0.3.7/fude/DESCRIPTION                                        |   14 
 fude-0.3.7/fude/MD5                                                |   63 -
 fude-0.3.7/fude/NAMESPACE                                          |    3 
 fude-0.3.7/fude/NEWS.md                                            |    6 
 fude-0.3.7/fude/R/bind_fude.R                                      |   19 
 fude-0.3.7/fude/R/cite_fude.R                                      |only
 fude-0.3.7/fude/R/combine_fude.R                                   |  320 ++-----
 fude-0.3.7/fude/R/data.R                                           |   36 
 fude-0.3.7/fude/R/extract_boundary.R                               |only
 fude-0.3.7/fude/R/extract_fude.R                                   |   68 +
 fude-0.3.7/fude/R/get_boundary.R                                   |   72 +
 fude-0.3.7/fude/R/ls_fude.R                                        |   48 -
 fude-0.3.7/fude/R/read_fude.R                                      |  170 +++-
 fude-0.3.7/fude/R/rename_fude.R                                    |    8 
 fude-0.3.7/fude/R/shiny_fude.R                                     |only
 fude-0.3.7/fude/README.md                                          |  406 ++++------
 fude-0.3.7/fude/data/community_code_table.rda                      |only
 fude-0.3.7/fude/data/pref_code_table.rda                           |only
 fude-0.3.7/fude/man/cite_fude.Rd                                   |only
 fude-0.3.7/fude/man/combine_fude.Rd                                |   13 
 fude-0.3.7/fude/man/community_code_table.Rd                        |only
 fude-0.3.7/fude/man/extract_boundary.Rd                            |only
 fude-0.3.7/fude/man/extract_fude.Rd                                |   21 
 fude-0.3.7/fude/man/figures/README-gogoshima-1.png                 |binary
 fude-0.3.7/fude/man/figures/README-gogoshimafgb-1.png              |only
 fude-0.3.7/fude/man/figures/README-nosplit_gogoshima-1.png         |binary
 fude-0.3.7/fude/man/get_boundary.Rd                                |   18 
 fude-0.3.7/fude/man/lg_code_table.Rd                               |   10 
 fude-0.3.7/fude/man/ls_fude.Rd                                     |    6 
 fude-0.3.7/fude/man/pref_code_table.Rd                             |only
 fude-0.3.7/fude/man/read_fude.Rd                                   |   32 
 fude-0.3.7/fude/man/shiny_fude.Rd                                  |only
 fude-0.3.7/fude/tests/testthat/test-extract_fude.R                 |   16 
 43 files changed, 684 insertions(+), 665 deletions(-)

More information about fude at CRAN
Permanent link

Sat, 21 Dec 2024

Package HospitalNetwork updated to version 0.9.4 with previous version 0.9.3 dated 2023-02-27

Title: Building Networks of Hospitals Through Patients Transfers
Description: Set of tools to help interested researchers to build hospital networks from data on hospitalized patients transferred between hospitals. Methods provided have been used in Donker T, Wallinga J, Grundmann H. (2010) <doi:10.1371/journal.pcbi.1000715>, and Nekkab N, Crépey P, Astagneau P, Opatowski L, Temime L. (2020) <doi:10.1038/s41598-020-71212-6>.
Author: Pascal Crepey [aut, cre, cph], Tjibbe Donker [aut], Clement Massonnaud [aut], Michael Lydeamore [aut]
Maintainer: Pascal Crepey <pascal.crepey@ehesp.fr>

Diff between HospitalNetwork versions 0.9.3 dated 2023-02-27 and 0.9.4 dated 2024-12-21

 DESCRIPTION                                         |    8 -
 MD5                                                 |   45 +++---
 NEWS.md                                             |    4 
 R/FakePatientsDB.R                                  |    2 
 R/HospiNet.R                                        |   40 ++---
 R/NetworkAnalysis.R                                 |   18 +-
 README.md                                           |    4 
 build/vignette.rds                                  |binary
 inst/doc/HospitalNetwork-Workflow.R                 |   11 +
 inst/doc/HospitalNetwork-Workflow.Rmd               |    3 
 inst/doc/HospitalNetwork-Workflow.html              |  134 ++++++++++----------
 man/HospiNet.Rd                                     |    6 
 man/get_hubs_bycluster.Rd                           |    4 
 man/get_hubs_global.Rd                              |    4 
 tests/testthat/_snaps/HospiNet/circclust500.svg     |only
 tests/testthat/_snaps/HospiNet/clmat100.svg         |    8 -
 tests/testthat/_snaps/HospiNet/clustdeg500.svg      |   20 +-
 tests/testthat/_snaps/HospiNet/clustmatclust500.svg |   26 +--
 tests/testthat/_snaps/HospiNet/deg100.svg           |   20 +-
 tests/testthat/_snaps/HospiNet/mat100.svg           |   26 +--
 tests/testthat/_snaps/HospiNet/matclust500.svg      |   18 +-
 tests/testthat/test-DataManagement.R                |   13 -
 tests/testthat/test-HospiNet.R                      |    2 
 vignettes/HospitalNetwork-Workflow.Rmd              |    3 
 24 files changed, 212 insertions(+), 207 deletions(-)

More information about HospitalNetwork at CRAN
Permanent link

Package orbital updated to version 0.3.0 with previous version 0.2.0 dated 2024-07-28

Title: Predict with 'tidymodels' Workflows in Databases
Description: Turn 'tidymodels' workflows into objects containing the sufficient sequential equations to perform predictions. These smaller objects allow for low dependency prediction locally or directly in databases.
Author: Emil Hvitfeldt [aut, cre], Posit Software, PBC [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>

Diff between orbital versions 0.2.0 dated 2024-07-28 and 0.3.0 dated 2024-12-21

 DESCRIPTION                                 |   21 
 MD5                                         |  272 ++++++------
 NAMESPACE                                   |    6 
 NEWS.md                                     |   14 
 R/aaa.R                                     |only
 R/augment.R                                 |only
 R/dt.R                                      |   32 -
 R/inline.R                                  |   38 -
 R/json.R                                    |   93 ++--
 R/last_fit.R                                |    7 
 R/model-glm.R                               |only
 R/model-partykit.R                          |only
 R/model-xgboost.R                           |only
 R/orbital.R                                 |  129 +++--
 R/parsnip.R                                 |  138 +++++-
 R/predict.R                                 |   22 
 R/r_fun.R                                   |   53 +-
 R/recipes-utils.R                           |   91 ++--
 R/recipes.R                                 |  111 ++--
 R/reexports.R                               |only
 R/sql.R                                     |   26 -
 R/step_adasyn.R                             |    8 
 R/step_bin2factor.R                         |   21 
 R/step_boxcox.R                             |   24 -
 R/step_bsmote.R                             |    8 
 R/step_center.R                             |   20 
 R/step_corr.R                               |    2 
 R/step_discretize.R                         |   79 +--
 R/step_downsample.R                         |    8 
 R/step_dummy.R                              |   26 -
 R/step_filter_missing.R                     |    2 
 R/step_impute_mean.R                        |   20 
 R/step_impute_median.R                      |   22 
 R/step_impute_mode.R                        |   20 
 R/step_indicate_na.R                        |   26 -
 R/step_intercept.R                          |   18 
 R/step_inverse.R                            |   32 -
 R/step_lag.R                                |   34 -
 R/step_lencode_bayes.R                      |    6 
 R/step_lencode_glm.R                        |    6 
 R/step_lencode_mixed.R                      |    6 
 R/step_lincomb.R                            |    2 
 R/step_log.R                                |   36 -
 R/step_mutate.R                             |   12 
 R/step_nearmiss.R                           |    8 
 R/step_normalize.R                          |   26 -
 R/step_novel.R                              |   34 -
 R/step_nzv.R                                |    2 
 R/step_other.R                              |   40 -
 R/step_pca.R                                |    6 
 R/step_pca_sparse.R                         |    6 
 R/step_pca_sparse_bayes.R                   |    6 
 R/step_pca_truncated.R                      |    6 
 R/step_range.R                              |   44 -
 R/step_ratio.R                              |   22 
 R/step_rename.R                             |   10 
 R/step_rm.R                                 |    2 
 R/step_rose.R                               |    8 
 R/step_scale.R                              |   20 
 R/step_select.R                             |    2 
 R/step_smote.R                              |    8 
 R/step_smotenc.R                            |    8 
 R/step_sqrt.R                               |   20 
 R/step_tomek.R                              |    8 
 R/step_unknown.R                            |   20 
 R/step_upsample.R                           |    8 
 R/step_zv.R                                 |    2 
 R/utils.R                                   |only
 R/workflows.R                               |   42 +
 README.md                                   |    7 
 build/vignette.rds                          |binary
 inst/doc/supported-models.R                 |   51 ++
 inst/doc/supported-models.Rmd               |   79 ++-
 inst/doc/supported-models.html              |  633 ++++++++++++++++++++++------
 man/augment.orbital_class.Rd                |only
 man/figures                                 |only
 man/orbital.Rd                              |   13 
 man/reexports.Rd                            |only
 tests/testthat/_snaps/parsnip.md            |   58 ++
 tests/testthat/_snaps/workflows.md          |only
 tests/testthat/derby.log                    |    8 
 tests/testthat/helper-context.R             |  148 +++---
 tests/testthat/helper-initialize.R          |  311 +++++++------
 tests/testthat/helper-reporter.R            |  257 +++++------
 tests/testthat/helper-utils.R               |   16 
 tests/testthat/test-augment.R               |only
 tests/testthat/test-dt.R                    |   46 +-
 tests/testthat/test-inline.R                |   30 -
 tests/testthat/test-json.R                  |   74 ++-
 tests/testthat/test-model-glm.R             |only
 tests/testthat/test-model-partykit.R        |only
 tests/testthat/test-model-xgboost.R         |only
 tests/testthat/test-orbital.R               |  295 ++++++-------
 tests/testthat/test-parsnip.R               |  131 ++++-
 tests/testthat/test-predict.R               |   30 -
 tests/testthat/test-recipes.R               |   66 +-
 tests/testthat/test-sql.R                   |   48 +-
 tests/testthat/test-step_adasyn.R           |  188 ++++----
 tests/testthat/test-step_bin2factor.R       |  167 +++----
 tests/testthat/test-step_boxcox.R           |  163 +++----
 tests/testthat/test-step_bsmote.R           |  187 ++++----
 tests/testthat/test-step_center.R           |  163 +++----
 tests/testthat/test-step_corr.R             |   56 +-
 tests/testthat/test-step_discretize.R       |  253 +++++------
 tests/testthat/test-step_downsample.R       |  187 ++++----
 tests/testthat/test-step_dummy.R            |  225 ++++-----
 tests/testthat/test-step_filter_missing.R   |   56 +-
 tests/testthat/test-step_impute_mean.R      |  175 +++----
 tests/testthat/test-step_impute_median.R    |  177 +++----
 tests/testthat/test-step_impute_mode.R      |  207 ++++-----
 tests/testthat/test-step_indicate_na.R      |  176 +++----
 tests/testthat/test-step_intercept.R        |  147 +++---
 tests/testthat/test-step_inverse.R          |  181 ++++----
 tests/testthat/test-step_lag.R              |  127 ++---
 tests/testthat/test-step_lencode_bayes.R    |  257 +++++------
 tests/testthat/test-step_lencode_glm.R      |  227 +++++-----
 tests/testthat/test-step_lencode_mixed.R    |  257 +++++------
 tests/testthat/test-step_lincomb.R          |   56 +-
 tests/testthat/test-step_log.R              |  181 ++++----
 tests/testthat/test-step_mutate.R           |  163 +++----
 tests/testthat/test-step_nearmiss.R         |  187 ++++----
 tests/testthat/test-step_normalize.R        |  163 +++----
 tests/testthat/test-step_novel.R            |  227 +++++-----
 tests/testthat/test-step_nzv.R              |   56 +-
 tests/testthat/test-step_other.R            |  263 +++++------
 tests/testthat/test-step_pca.R              |  221 ++++-----
 tests/testthat/test-step_pca_sparse.R       |  275 ++++++------
 tests/testthat/test-step_pca_sparse_bayes.R |  291 ++++++------
 tests/testthat/test-step_pca_truncated.R    |  271 ++++++-----
 tests/testthat/test-step_range.R            |  193 ++++----
 tests/testthat/test-step_ratio.R            |  185 ++++----
 tests/testthat/test-step_rename.R           |  163 +++----
 tests/testthat/test-step_rm.R               |   56 +-
 tests/testthat/test-step_rose.R             |  187 ++++----
 tests/testthat/test-step_scale.R            |  163 +++----
 tests/testthat/test-step_select.R           |   56 +-
 tests/testthat/test-step_smote.R            |  187 ++++----
 tests/testthat/test-step_smotenc.R          |  187 ++++----
 tests/testthat/test-step_sqrt.R             |  163 +++----
 tests/testthat/test-step_tomek.R            |  187 ++++----
 tests/testthat/test-step_unknown.R          |  215 ++++-----
 tests/testthat/test-step_upsample.R         |  199 ++++----
 tests/testthat/test-step_zv.R               |   54 +-
 tests/testthat/test-workflows.R             |only
 vignettes/supported-models.Rmd              |   79 ++-
 145 files changed, 6665 insertions(+), 5689 deletions(-)

More information about orbital at CRAN
Permanent link

Package learningtower updated to version 1.1.0 with previous version 1.0.1 dated 2023-02-18

Title: OECD PISA Datasets from 2000-2022 in an Easy-to-Use Format
Description: The Programme for International Student Assessment (PISA) is a global study conducted by the Organization for Economic Cooperation and Development (OECD) in member and non-member countries to assess educational systems by assessing 15-year-old school students academic performance in mathematics, science, and reading. This datasets contains information on their scores and other socioeconomic characteristics, information about their school and its infrastructure, as well as the countries that are taking part in the program.
Author: Kevin Wang [aut, cre], Paul Yacobellis [aut], Erika Siregar [aut], Sarah Romanes [aut], Kim Fitter [aut], Giulio Valentino Dalla Riva [aut], Dianne Cook [aut], Nick Tierney [aut], Priya Dingorkar [aut], Shabarish Sai Subramanian [aut], Guan Ru Chen [ [...truncated...]
Maintainer: Kevin Wang <kevinwangstats@gmail.com>

Diff between learningtower versions 1.0.1 dated 2023-02-18 and 1.1.0 dated 2024-12-21

 learningtower-1.0.1/learningtower/data/datalist                               |only
 learningtower-1.1.0/learningtower/DESCRIPTION                                 |   22 -
 learningtower-1.1.0/learningtower/LICENSE                                     |    2 
 learningtower-1.1.0/learningtower/MD5                                         |   65 +--
 learningtower-1.1.0/learningtower/NEWS.md                                     |only
 learningtower-1.1.0/learningtower/R/data.R                                    |   47 +-
 learningtower-1.1.0/learningtower/R/load_student.R                            |   11 
 learningtower-1.1.0/learningtower/R/zzz.R                                     |   11 
 learningtower-1.1.0/learningtower/README.md                                   |  181 ++++-----
 learningtower-1.1.0/learningtower/build/vignette.rds                          |binary
 learningtower-1.1.0/learningtower/data/countrycode.rda                        |binary
 learningtower-1.1.0/learningtower/data/school.rda                             |binary
 learningtower-1.1.0/learningtower/data/student_subset_2000.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2003.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2006.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2009.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2012.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2015.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2018.rda                |binary
 learningtower-1.1.0/learningtower/data/student_subset_2022.rda                |only
 learningtower-1.1.0/learningtower/inst/CITATION                               |only
 learningtower-1.1.0/learningtower/inst/doc/learningtower_school.R             |   47 +-
 learningtower-1.1.0/learningtower/inst/doc/learningtower_school.Rmd           |   63 +--
 learningtower-1.1.0/learningtower/inst/doc/learningtower_school.html          |  118 +++---
 learningtower-1.1.0/learningtower/inst/doc/learningtower_student.R            |   52 --
 learningtower-1.1.0/learningtower/inst/doc/learningtower_student.Rmd          |   62 +--
 learningtower-1.1.0/learningtower/inst/doc/learningtower_student.html         |  194 +++++-----
 learningtower-1.1.0/learningtower/man/figures/readme.png                      |only
 learningtower-1.1.0/learningtower/man/load_student.Rd                         |    6 
 learningtower-1.1.0/learningtower/man/school.Rd                               |   12 
 learningtower-1.1.0/learningtower/man/student.Rd                              |   31 -
 learningtower-1.1.0/learningtower/tests/testthat/test-countrycode-col-types.R |only
 learningtower-1.1.0/learningtower/tests/testthat/test-merge.R                 |only
 learningtower-1.1.0/learningtower/tests/testthat/test-school-col-types.R      |only
 learningtower-1.1.0/learningtower/tests/testthat/test-student-col-types.R     |only
 learningtower-1.1.0/learningtower/tests/testthat/test-test-load.R             |   10 
 learningtower-1.1.0/learningtower/vignettes/learningtower_school.Rmd          |   63 +--
 learningtower-1.1.0/learningtower/vignettes/learningtower_student.Rmd         |   62 +--
 38 files changed, 549 insertions(+), 510 deletions(-)

More information about learningtower at CRAN
Permanent link

Package SVEMnet updated to version 1.3.0 with previous version 1.2.1 dated 2024-12-07

Title: Self-Validated Ensemble Models with Elastic Net Regression
Description: Implements Self-Validated Ensemble Models (SVEM, Lemkus et al. (2021) <doi:10.1016/j.chemolab.2021.104439>) using Elastic Net regression via 'glmnet' (Friedman et al. <doi:10.18637/jss.v033.i01>). SVEM averages predictions from multiple models fitted to fractionally weighted bootstraps of the data, tuned with anti-correlated validation weights. Also implements the randomized permutation whole model test for SVEM (Karl (2024) <doi:10.1016/j.chemolab.2024.105122>). \\Code for the whole model test was taken from the supplementary material of Karl (2024). Development of this package was assisted by 'GPT o1-preview' for code structure and documentation.
Author: Andrew T. Karl [cre, aut]
Maintainer: Andrew T. Karl <akarl@asu.edu>

Diff between SVEMnet versions 1.2.1 dated 2024-12-07 and 1.3.0 dated 2024-12-21

 SVEMnet-1.2.1/SVEMnet/inst/scripts                           |only
 SVEMnet-1.3.0/SVEMnet/DESCRIPTION                            |   10 
 SVEMnet-1.3.0/SVEMnet/MD5                                    |   36 
 SVEMnet-1.3.0/SVEMnet/NAMESPACE                              |    7 
 SVEMnet-1.3.0/SVEMnet/NEWS                                   |    4 
 SVEMnet-1.3.0/SVEMnet/R/SVEMnet-package.R                    |    1 
 SVEMnet-1.3.0/SVEMnet/R/glmnet_with_cv.R                     |only
 SVEMnet-1.3.0/SVEMnet/R/svem_significance_test.R             |    2 
 SVEMnet-1.3.0/SVEMnet/R/svem_significance_test_parallel.R    |   27 
 SVEMnet-1.3.0/SVEMnet/R/svemnet_sim_mixture.R                |only
 SVEMnet-1.3.0/SVEMnet/inst/doc/SVEMnet_vignette.R            |   21 
 SVEMnet-1.3.0/SVEMnet/inst/doc/SVEMnet_vignette.Rmd          |   37 
 SVEMnet-1.3.0/SVEMnet/inst/doc/SVEMnet_vignette.html         |  847 ++++++++++-
 SVEMnet-1.3.0/SVEMnet/man/SVEMnet-package.Rd                 |    1 
 SVEMnet-1.3.0/SVEMnet/man/glmnet_with_cv.Rd                  |only
 SVEMnet-1.3.0/SVEMnet/man/predict_cv.Rd                      |only
 SVEMnet-1.3.0/SVEMnet/man/svem_significance_test.Rd          |    2 
 SVEMnet-1.3.0/SVEMnet/man/svem_significance_test_parallel.Rd |    7 
 SVEMnet-1.3.0/SVEMnet/vignettes/SVEMnet_vignette.Rmd         |   37 
 SVEMnet-1.3.0/SVEMnet/vignettes/figures/mixture_v2.png       |only
 SVEMnet-1.3.0/SVEMnet/vignettes/svemnet_sim.R                |only
 SVEMnet-1.3.0/SVEMnet/vignettes/svemnet_sim_identity.R       |only
 SVEMnet-1.3.0/SVEMnet/vignettes/svemnet_sim_mixture_v2.R     |only
 23 files changed, 964 insertions(+), 75 deletions(-)

More information about SVEMnet at CRAN
Permanent link

Package vtable updated to version 1.4.8 with previous version 1.4.7 dated 2024-10-17

Title: Variable Table for Variable Documentation
Description: Automatically generates HTML variable documentation including variable names, labels, classes, value labels (if applicable), value ranges, and summary statistics. See the vignette "vtable" for a package overview.
Author: Nick Huntington-Klein [aut, cre]
Maintainer: Nick Huntington-Klein <nhuntington-klein@seattleu.edu>

Diff between vtable versions 1.4.7 dated 2024-10-17 and 1.4.8 dated 2024-12-21

 DESCRIPTION                  |    6 +-
 MD5                          |   44 +++++++-------
 NEWS.md                      |    4 +
 R/dftotable.R                |    2 
 R/helpers.R                  |    6 +-
 R/sumtable.R                 |   26 +++++++-
 R/vtable.R                   |   63 ++++++++++++++++-----
 build/vignette.rds           |binary
 inst/doc/dftotable.R         |   98 ++++++++++++++++----------------
 inst/doc/dftotable.html      |    4 -
 inst/doc/labeltable.R        |   28 ++++-----
 inst/doc/labeltable.html     |    4 -
 inst/doc/sumtable.R          |   98 ++++++++++++++++----------------
 inst/doc/sumtable.html       |    4 -
 inst/doc/vtable.html         |    4 -
 inst/doc/vtablefunction.R    |  128 +++++++++++++++++++++----------------------
 inst/doc/vtablefunction.html |    4 -
 inst/doc/vtablehelpers.R     |   18 +++---
 inst/doc/vtablehelpers.html  |   10 +--
 man/dftoLaTeX.Rd             |    2 
 man/sumtable.Rd              |    2 
 man/vtable.Rd                |    6 +-
 man/weighted.sd.Rd           |    2 
 23 files changed, 312 insertions(+), 251 deletions(-)

More information about vtable at CRAN
Permanent link

Package rstpm2 updated to version 1.6.6.1 with previous version 1.6.6 dated 2024-10-29

Title: Smooth Survival Models, Including Generalized Survival Models
Description: R implementation of generalized survival models (GSMs), smooth accelerated failure time (AFT) models and Markov multi-state models. For the GSMs, g(S(t|x))=eta(t,x) for a link function g, survival S at time t with covariates x and a linear predictor eta(t,x). The main assumption is that the time effect(s) are smooth <doi:10.1177/0962280216664760>. For fully parametric models with natural splines, this re-implements Stata's 'stpm2' function, which are flexible parametric survival models developed by Royston and colleagues. We have extended the parametric models to include any smooth parametric smoothers for time. We have also extended the model to include any smooth penalized smoothers from the 'mgcv' package, using penalized likelihood. These models include left truncation, right censoring, interval censoring, gamma frailties and normal random effects <doi:10.1002/sim.7451>, and copulas. For the smooth AFTs, S(t|x) = S_0(t*eta(t,x)), where the baseline survival function S_0 [...truncated...]
Author: Mark Clements [aut, cre], Xing-Rong Liu [aut], Benjamin Christoffersen [aut], Paul Lambert [ctb], Lasse Hjort Jakobsen [ctb], Alessandro Gasparini [ctb], Gordon Smyth [cph], Patrick Alken [cph], Simon Wood [cph], Rhys Ulerich [cph]
Maintainer: Mark Clements <mark.clements@ki.se>

Diff between rstpm2 versions 1.6.6 dated 2024-10-29 and 1.6.6.1 dated 2024-12-21

 DESCRIPTION                           |    6 +++---
 MD5                                   |   12 ++++++------
 data/brcancer.rda                     |binary
 data/colon.rda                        |binary
 data/legendre.quadrature.rule.200.rda |binary
 data/popmort.rda                      |binary
 src/test-nmmin.cpp                    |   16 ++++++++--------
 7 files changed, 17 insertions(+), 17 deletions(-)

More information about rstpm2 at CRAN
Permanent link

Package Rfast updated to version 2.1.2 with previous version 2.1.0 dated 2023-11-09

Title: A Collection of Efficient and Extremely Fast R Functions
Description: A collection of fast (utility) functions for data analysis. Column and row wise means, medians, variances, minimums, maximums, many t, F and G-square tests, many regressions (normal, logistic, Poisson), are some of the many fast functions. References: a) Tsagris M., Papadakis M. (2018). Taking R to its limits: 70+ tips. PeerJ Preprints 6:e26605v1 <doi:10.7287/peerj.preprints.26605v1>. b) Tsagris M. and Papadakis M. (2018). Forward regression in R: from the extreme slow to the extreme fast. Journal of Data Science, 16(4): 771--780. <doi:10.6339/JDS.201810_16(4).00006>. c) Chatzipantsiou C., Dimitriadis M., Papadakis M. and Tsagris M. (2020). Extremely Efficient Permutation and Bootstrap Hypothesis Tests Using Hypothesis Tests Using R. Journal of Modern Applied Statistical Methods, 18(2), eP2898. <doi:10.48550/arXiv.1806.10947>.
Author: Manos Papadakis [aut, cre, cph], Michail Tsagris [aut], Marios Dimitriadis [ctb], Stefanos Fafalios [aut], Ioannis Tsamardinos [ctb], Matteo Fasiolo [ctb], Giorgos Borboudakis [ctb], John Burkardt [ctb], Changliang Zou [ctb], Kleanthi Lakiotaki [ctb] [...truncated...]
Maintainer: Manos Papadakis <rfastofficial@gmail.com>

Diff between Rfast versions 2.1.0 dated 2023-11-09 and 2.1.2 dated 2024-12-21

 Rfast-2.1.0/Rfast/R/F-tests.R                    |only
 Rfast-2.1.0/Rfast/src/calc_qpois_regs.cpp        |only
 Rfast-2.1.0/Rfast/src/calc_qpois_regs.h          |only
 Rfast-2.1.0/Rfast/src/total_dista.cpp            |only
 Rfast-2.1.0/Rfast/src/total_dists.cpp            |only
 Rfast-2.1.2/Rfast/DESCRIPTION                    |   10 
 Rfast-2.1.2/Rfast/MD5                            |  160 -
 Rfast-2.1.2/Rfast/NAMESPACE                      |    2 
 Rfast-2.1.2/Rfast/NEWS.md                        |   45 
 Rfast-2.1.2/Rfast/R/Dist.R                       |   28 
 Rfast-2.1.2/Rfast/R/anova_related.R              |   70 
 Rfast-2.1.2/Rfast/R/as_integer.R                 |    4 
 Rfast-2.1.2/Rfast/R/dista.R                      |   21 
 Rfast-2.1.2/Rfast/R/distance_cov_cor.R           |    2 
 Rfast-2.1.2/Rfast/R/group.R                      |   13 
 Rfast-2.1.2/Rfast/R/mad2.R                       |    7 
 Rfast-2.1.2/Rfast/R/random_values_simulation.R   |    6 
 Rfast-2.1.2/Rfast/R/real_mle.R                   |    6 
 Rfast-2.1.2/Rfast/R/regression_models.R          |   69 
 Rfast-2.1.2/Rfast/R/sort_unique.R                |    5 
 Rfast-2.1.2/Rfast/R/system_and_package.R         |   60 
 Rfast-2.1.2/Rfast/R/ttest_related_functions.R    |   34 
 Rfast-2.1.2/Rfast/README.md                      |   12 
 Rfast-2.1.2/Rfast/build/partial.rdb              |binary
 Rfast-2.1.2/Rfast/inst/include/Rfast/Set.h       |only
 Rfast-2.1.2/Rfast/inst/include/Rfast/matrix.hpp  |   50 
 Rfast-2.1.2/Rfast/inst/include/Rfast/parallel.h  |    2 
 Rfast-2.1.2/Rfast/inst/include/Rfast/templates.h |   21 
 Rfast-2.1.2/Rfast/inst/include/Rfast/types.hpp   |   75 
 Rfast-2.1.2/Rfast/inst/include/Rfast/vector.hpp  |   25 
 Rfast-2.1.2/Rfast/man/AddToNamespace.Rd          |    7 
 Rfast-2.1.2/Rfast/man/Dist.Rd                    |   58 
 Rfast-2.1.2/Rfast/man/Lgamma.Rd                  |    2 
 Rfast-2.1.2/Rfast/man/Median.Rd                  |    2 
 Rfast-2.1.2/Rfast/man/Order.Rd                   |    2 
 Rfast-2.1.2/Rfast/man/Stack.Rd                   |    2 
 Rfast-2.1.2/Rfast/man/Table.Rd                   |    2 
 Rfast-2.1.2/Rfast/man/checkNamespace.Rd          |   16 
 Rfast-2.1.2/Rfast/man/coeff.Rd                   |    2 
 Rfast-2.1.2/Rfast/man/colnormal.mle.Rd           |    2 
 Rfast-2.1.2/Rfast/man/colrange.Rd                |    2 
 Rfast-2.1.2/Rfast/man/cor.fsreg.Rd               |    2 
 Rfast-2.1.2/Rfast/man/dista.Rd                   |   39 
 Rfast-2.1.2/Rfast/man/env.copy.Rd                |    2 
 Rfast-2.1.2/Rfast/man/ftest.Rd                   |    2 
 Rfast-2.1.2/Rfast/man/gchi2Test.Rd               |    4 
 Rfast-2.1.2/Rfast/man/geom.regs.Rd               |    2 
 Rfast-2.1.2/Rfast/man/group.Rd                   |   10 
 Rfast-2.1.2/Rfast/man/is_integer.Rd              |    7 
 Rfast-2.1.2/Rfast/man/iterator.Rd                |    2 
 Rfast-2.1.2/Rfast/man/knn.cv.Rd                  |    5 
 Rfast-2.1.2/Rfast/man/macros/system.Rd           |   54 
 Rfast-2.1.2/Rfast/man/mat.mult.Rd                |    2 
 Rfast-2.1.2/Rfast/man/multinom.regs.Rd           |    2 
 Rfast-2.1.2/Rfast/man/read.directory.Rd          |   23 
 Rfast-2.1.2/Rfast/man/rowMins.Rd                 |    2 
 Rfast-2.1.2/Rfast/man/rvmf.Rd                    |    5 
 Rfast-2.1.2/Rfast/man/sort_unique.Rd             |    7 
 Rfast-2.1.2/Rfast/man/sourceR.Rd                 |   11 
 Rfast-2.1.2/Rfast/man/ttests.Rd                  |    3 
 Rfast-2.1.2/Rfast/src/Coeff.cpp                  |   12 
 Rfast-2.1.2/Rfast/src/Coeff.h                    |    5 
 Rfast-2.1.2/Rfast/src/Dist.h                     |   83 
 Rfast-2.1.2/Rfast/src/add_to_namespace.cpp       |   12 
 Rfast-2.1.2/Rfast/src/as_integer.cpp             |   51 
 Rfast-2.1.2/Rfast/src/check.cpp                  |  110 -
 Rfast-2.1.2/Rfast/src/col_row_utilities.cpp      |    9 
 Rfast-2.1.2/Rfast/src/col_row_utilities_p.cpp    |  676 +++---
 Rfast-2.1.2/Rfast/src/dista.cpp                  | 1171 ++++++++++--
 Rfast-2.1.2/Rfast/src/dists.cpp                  | 2228 ++++++++++-------------
 Rfast-2.1.2/Rfast/src/each.cpp                   |  742 +++----
 Rfast-2.1.2/Rfast/src/energy.cpp                 |   16 
 Rfast-2.1.2/Rfast/src/group.cpp                  | 1065 ++++++----
 Rfast-2.1.2/Rfast/src/init.c                     |   66 
 Rfast-2.1.2/Rfast/src/maha_ex.cpp                |    3 
 Rfast-2.1.2/Rfast/src/mn.cpp                     |    6 
 Rfast-2.1.2/Rfast/src/mn.h                       |    2 
 Rfast-2.1.2/Rfast/src/qpois.cpp                  |   37 
 Rfast-2.1.2/Rfast/src/read.cpp                   |  120 -
 Rfast-2.1.2/Rfast/src/rvmf.cpp                   |  450 ++--
 Rfast-2.1.2/Rfast/src/sort_unique.cpp            |  285 +-
 Rfast-2.1.2/Rfast/src/system_files.cpp           |   79 
 Rfast-2.1.2/Rfast/src/system_files.h             |   27 
 Rfast-2.1.2/Rfast/src/utilities.cpp              |  518 ++---
 84 files changed, 4974 insertions(+), 3807 deletions(-)

More information about Rfast at CRAN
Permanent link

Package esci updated to version 1.0.6 with previous version 1.0.5 dated 2024-09-23

Title: Estimation Statistics with Confidence Intervals
Description: A collection of functions and 'jamovi' module for the estimation approach to inferential statistics, the approach which emphasizes effect sizes, interval estimates, and meta-analysis. Nearly all functions are based on 'statpsych' and 'metafor'. This package is still under active development, and breaking changes are likely, especially with the plot and hypothesis test functions. Data sets are included for all examples from Cumming & Calin-Jageman (2024) <ISBN:9780367531508>.
Author: Robert Calin-Jageman [aut, cre, cph]
Maintainer: Robert Calin-Jageman <rcalinjageman@dom.edu>

Diff between esci versions 1.0.5 dated 2024-09-23 and 1.0.6 dated 2024-12-21

 DESCRIPTION                                       |   10 
 MD5                                               |  200 +++++----
 NAMESPACE                                         |    1 
 NEWS.md                                           |   13 
 R/data.R                                          |    5 
 R/esci-package.R                                  |    1 
 R/estimate_mdiff_2x2_mixed.R                      |  455 ++++++++++++++++++++--
 R/jamovimdiff2x2.b.R                              |    7 
 R/jamovimdiff2x2.h.R                              |    8 
 R/plot_meta.R                                     |    8 
 R/tools_jamovi.R                                  |    4 
 README.md                                         |    2 
 build/stage23.rdb                                 |binary
 data/data_effronraj_fakenews.rda                  |binary
 man/data_altruism_happiness.Rd                    |   76 +--
 man/data_anchor_estimate_ma.Rd                    |   86 ++--
 man/data_basol_badnews.Rd                         |   96 ++--
 man/data_bem_psychic.Rd                           |   96 ++--
 man/data_bodywellf.Rd                             |   48 +-
 man/data_bodywellfm.Rd                            |   48 +-
 man/data_bodywellm.Rd                             |   48 +-
 man/data_campus_involvement.Rd                    |   66 +--
 man/data_chap_8_paired_ex_8.18.Rd                 |   54 +-
 man/data_clean_moral.Rd                           |   78 +--
 man/data_college_survey_1.Rd                      |   90 ++--
 man/data_college_survey_2.Rd                      |   76 +--
 man/data_damischrcj.Rd                            |   52 +-
 man/data_effronraj_fakenews.Rd                    |    6 
 man/data_emotion_heartrate.Rd                     |   64 +--
 man/data_exam_scores.Rd                           |   58 +-
 man/data_flag_priming_ma.Rd                       |   76 +--
 man/data_gender_math_iat.Rd                       |   78 +--
 man/data_gender_math_iat_ma.Rd                    |   84 ++--
 man/data_halagappa.Rd                             |   82 +--
 man/data_home_prices.Rd                           |   66 +--
 man/data_kardas_expt_3.Rd                         |   86 ++--
 man/data_kardas_expt_4.Rd                         |   94 ++--
 man/data_labels_flavor.Rd                         |   78 +--
 man/data_latimier_3groups.Rd                      |   84 ++--
 man/data_latimier_prequiz.Rd                      |   56 +-
 man/data_latimier_quiz.Rd                         |   56 +-
 man/data_latimier_quiz_prequiz.Rd                 |   56 +-
 man/data_latimier_reread.Rd                       |   56 +-
 man/data_latimier_reread_prequiz.Rd               |   56 +-
 man/data_latimier_reread_quiz.Rd                  |   56 +-
 man/data_macnamara_r_ma.Rd                        |   86 ++--
 man/data_mccabemichael_brain.Rd                   |  130 +++---
 man/data_mccabemichael_brain2.Rd                  |   68 +--
 man/data_meditationbrain.Rd                       |   92 ++--
 man/data_organicmoral.Rd                          |   92 ++--
 man/data_penlaptop1.Rd                            |   52 +-
 man/data_powerperformance_ma.Rd                   |   94 ++--
 man/data_rattanmotivation.Rd                      |   82 +--
 man/data_religionsharing.Rd                       |   72 +--
 man/data_religious_belief.Rd                      |   54 +-
 man/data_selfexplain.Rd                           |   78 +--
 man/data_simmonscredibility.Rd                    |  120 ++---
 man/data_sleep_beauty.Rd                          |   58 +-
 man/data_smithrecall.Rd                           |   54 +-
 man/data_stickgold.Rd                             |   74 +--
 man/data_studystrategies.Rd                       |   82 +--
 man/data_thomason_1.Rd                            |   60 +-
 man/data_videogameaggression.Rd                   |   74 +--
 man/estimate_mdiff_2x2_mixed.Rd                   |    5 
 man/estimate_r.Rd                                 |  312 +++++++--------
 tests/testthat/_snaps                             |only
 tests/testthat/test_CI_diamond_ratio.R            |    1 
 tests/testthat/test_CI_smd_ind_contrast.R         |    1 
 tests/testthat/test_estimate_magnitude.R          |   22 -
 tests/testthat/test_estimate_mdiff_2x2between.R   |   58 --
 tests/testthat/test_estimate_mdiff_2x2mixed.R     |  240 +++++++++--
 tests/testthat/test_estimate_mdiff_ind_contrast.R |   39 -
 tests/testthat/test_estimate_mdiff_one.R          |    6 
 tests/testthat/test_estimate_mdiff_paired.R       |   40 -
 tests/testthat/test_estimate_mdiff_two.R          |   38 -
 tests/testthat/test_estimate_meta_d1.R            |    9 
 tests/testthat/test_estimate_meta_d2.R            |   15 
 tests/testthat/test_estimate_meta_mdiff_two.R     |   62 --
 tests/testthat/test_estimate_meta_mean.R          |   35 -
 tests/testthat/test_estimate_meta_pdiff_two.R     |    3 
 tests/testthat/test_estimate_meta_r.R             |    1 
 tests/testthat/test_estimate_pdiff_ind_contrast.R |   10 
 tests/testthat/test_estimate_pdiff_one.R          |    8 
 tests/testthat/test_estimate_pdiff_paired.R       |    8 
 tests/testthat/test_estimate_pdiff_two.R          |    8 
 tests/testthat/test_estimate_proportion.R         |    6 
 tests/testthat/test_estimate_r.R                  |    7 
 tests/testthat/test_estimate_rdiff_two.R          |    9 
 tests/testthat/test_overview.R                    |    2 
 tests/testthat/test_overview_nominal.R            |    2 
 90 files changed, 2887 insertions(+), 2302 deletions(-)

More information about esci at CRAN
Permanent link

Package MultiTraits updated to version 0.2.0 with previous version 0.1.0 dated 2024-11-26

Title: Analyzing and Visualizing Multidimensional Plant Traits
Description: Implements analytical methods for multidimensional plant traits, including Competitors-Stress tolerators-Ruderals strategy analysis using leaf traits, Leaf-Height-Seed strategy analysis, Niche Periodicity Table analysis, and Trait Network analysis. Provides functions for data analysis, visualization, and network metrics calculation. Methods are based on Grime (1974) <doi:10.1038/250026a0>, Pierce et al. (2017) <doi:10.1111/1365-2435.12882>, Westoby (1998) <doi:10.1023/A:1004327224729>, Yang et al. (2022) <doi:10.1016/j.foreco.2022.120540>, Winemiller et al. (2015) <doi:10.1111/ele.12462>, He et al. (2020) <doi:10.1016/j.tree.2020.06.003>.
Author: Yan He [aut, cre]
Maintainer: Yan He <heyan@njfu.edu.cn>

Diff between MultiTraits versions 0.1.0 dated 2024-11-26 and 0.2.0 dated 2024-12-21

 MultiTraits-0.1.0/MultiTraits/data/WH.rda                        |only
 MultiTraits-0.1.0/MultiTraits/man/WH.Rd                          |only
 MultiTraits-0.1.0/MultiTraits/man/figures/1.png                  |only
 MultiTraits-0.1.0/MultiTraits/man/figures/2.png                  |only
 MultiTraits-0.1.0/MultiTraits/man/figures/3.png                  |only
 MultiTraits-0.1.0/MultiTraits/man/figures/4.png                  |only
 MultiTraits-0.1.0/MultiTraits/man/figures/5.png                  |only
 MultiTraits-0.2.0/MultiTraits/DESCRIPTION                        |    8 
 MultiTraits-0.2.0/MultiTraits/MD5                                |   51 
 MultiTraits-0.2.0/MultiTraits/NAMESPACE                          |    8 
 MultiTraits-0.2.0/MultiTraits/NEWS.md                            |only
 MultiTraits-0.2.0/MultiTraits/R/CSR.R                            |  105 -
 MultiTraits-0.2.0/MultiTraits/R/LHS.R                            |   40 
 MultiTraits-0.2.0/MultiTraits/R/NPT.R                            |   40 
 MultiTraits-0.2.0/MultiTraits/R/TN.R                             |   77 
 MultiTraits-0.2.0/MultiTraits/R/data.R                           |   63 
 MultiTraits-0.2.0/MultiTraits/README.md                          |  173 +
 MultiTraits-0.2.0/MultiTraits/build/vignette.rds                 |binary
 MultiTraits-0.2.0/MultiTraits/inst/doc/MultiTraits_tutorial.R    |   76 
 MultiTraits-0.2.0/MultiTraits/inst/doc/MultiTraits_tutorial.Rmd  |  167 +
 MultiTraits-0.2.0/MultiTraits/inst/doc/MultiTraits_tutorial.html | 1005 +++++-----
 MultiTraits-0.2.0/MultiTraits/man/CSR_plot.Rd                    |   42 
 MultiTraits-0.2.0/MultiTraits/man/PFF.Rd                         |    8 
 MultiTraits-0.2.0/MultiTraits/man/TN.Rd                          |   15 
 MultiTraits-0.2.0/MultiTraits/man/TN_corr.Rd                     |   15 
 MultiTraits-0.2.0/MultiTraits/man/TN_metrics.Rd                  |   10 
 MultiTraits-0.2.0/MultiTraits/man/TN_plot.Rd                     |   21 
 MultiTraits-0.2.0/MultiTraits/man/figures/1.jpg                  |only
 MultiTraits-0.2.0/MultiTraits/man/figures/2.jpg                  |only
 MultiTraits-0.2.0/MultiTraits/man/figures/3.jpg                  |only
 MultiTraits-0.2.0/MultiTraits/man/figures/4.jpg                  |only
 MultiTraits-0.2.0/MultiTraits/man/figures/5.jpg                  |only
 MultiTraits-0.2.0/MultiTraits/vignettes/MultiTraits_tutorial.Rmd |  167 +
 33 files changed, 1278 insertions(+), 813 deletions(-)

More information about MultiTraits at CRAN
Permanent link

Package vcfppR updated to version 0.7.0 with previous version 0.6.0 dated 2024-09-29

Title: Rapid Manipulation of the Variant Call Format (VCF)
Description: The 'vcfpp.h' (<https://github.com/Zilong-Li/vcfpp>) provides an easy-to-use 'C++' 'API' of 'htslib', offering full functionality for manipulating Variant Call Format (VCF) files. The 'vcfppR' package serves as the R bindings of the 'vcfpp.h' library, enabling rapid processing of both compressed and uncompressed VCF files. Explore a range of powerful features for efficient VCF data manipulation.
Author: Zilong Li [aut, cre] , Bonfield, James K and Marshall, John and Danecek, Petr and Li, Heng and Ohan, Valeriu and Whitwham, Andrew and Keane, Thomas and Davies, Robert M [cph]
Maintainer: Zilong Li <zilong.dk@gmail.com>

Diff between vcfppR versions 0.6.0 dated 2024-09-29 and 0.7.0 dated 2024-12-21

 vcfppR-0.6.0/vcfppR/src/htslib-1.18                            |only
 vcfppR-0.6.0/vcfppR/src/htslib-1.19.1                          |only
 vcfppR-0.7.0/vcfppR/DESCRIPTION                                |    6 
 vcfppR-0.7.0/vcfppR/MD5                                        |  659 +++-------
 vcfppR-0.7.0/vcfppR/NEWS.md                                    |    6 
 vcfppR-0.7.0/vcfppR/R/common.R                                 |   10 
 vcfppR-0.7.0/vcfppR/R/vcf-compare.R                            |    9 
 vcfppR-0.7.0/vcfppR/R/vcf-tables.R                             |    1 
 vcfppR-0.7.0/vcfppR/README.md                                  |   12 
 vcfppR-0.7.0/vcfppR/build/vignette.rds                         |binary
 vcfppR-0.7.0/vcfppR/cleanup                                    |    4 
 vcfppR-0.7.0/vcfppR/cleanup.win                                |    4 
 vcfppR-0.7.0/vcfppR/configure                                  |only
 vcfppR-0.7.0/vcfppR/configure.win                              |only
 vcfppR-0.7.0/vcfppR/inst/doc/concordance-of-two-vcf-files.html |  209 +--
 vcfppR-0.7.0/vcfppR/inst/include/vcfpp.h                       |   13 
 vcfppR-0.7.0/vcfppR/man/vcfcomp.Rd                             |    8 
 vcfppR-0.7.0/vcfppR/src/Makevars                               |   18 
 vcfppR-0.7.0/vcfppR/src/Makevars.win                           |   15 
 vcfppR-0.7.0/vcfppR/src/htslib-1.21                            |only
 vcfppR-0.7.0/vcfppR/src/vcf-reader.cpp                         |    4 
 21 files changed, 370 insertions(+), 608 deletions(-)

More information about vcfppR at CRAN
Permanent link

Package calendRio updated to version 0.2.1 with previous version 0.2.0 dated 2022-03-10

Title: 'calendR' Fork with Additional Features (Backwards Compatible)
Description: Fork of 'calendR' R package to generate ready to print calendars with 'ggplot2' (see <https://r-coder.com/calendar-plot-r/>) with additional features (backwards compatible). 'calendRio' provides a 'calendR()' function that serves as a drop-in replacement for the upstream version but allows for additional parameters unlocking extra functionality.
Author: Jose Carlos Soage Gonzalez [aut, cph], Natalia Perez Veiga [aut, cph], Marcel Schilling [aut, cph, cre]
Maintainer: Marcel Schilling <foss@mschilli.com>

Diff between calendRio versions 0.2.0 dated 2022-03-10 and 0.2.1 dated 2024-12-21

 DESCRIPTION   |    8 ++++----
 MD5           |    4 ++--
 R/calendRio.R |   16 ++++++++++------
 3 files changed, 16 insertions(+), 12 deletions(-)

More information about calendRio at CRAN
Permanent link

Package pqrBayes updated to version 1.0.3 with previous version 1.0.2 dated 2023-09-14

Title: Bayesian Penalized Quantile Regression
Description: The quantile varying coefficient model is robust to data heterogeneity, outliers and heavy-tailed distributions in the response variable. In addition, it can flexibly model dynamic patterns of regression coefficients through nonparametric varying coefficient functions. In this package, we have implemented the Gibbs samplers of the penalized Bayesian quantile varying coefficient model with spike-and-slab priors [Zhou et al.(2023)]<doi:10.1016/j.csda.2023.107808> for efficient Bayesian shrinkage estimation, variable selection and statistical inference. In particular, valid Bayesian inferences on sparse quantile varying coefficient functions can be validated on finite samples. The Markov Chain Monte Carlo (MCMC) algorithms of the proposed and alternative models can be efficiently performed by using the package.
Author: Cen Wu [aut, cre], Kun Fan [aut], Jie Ren [aut], Fei Zhou [aut]
Maintainer: Cen Wu <wucen@ksu.edu>

Diff between pqrBayes versions 1.0.2 dated 2023-09-14 and 1.0.3 dated 2024-12-21

 DESCRIPTION                |   35 +++--
 MD5                        |   38 +++---
 R/NonRobust.R              |only
 R/RcppExports.R            |    8 +
 R/Robust.R                 |only
 R/pqrBayes-package.R       |   14 +-
 R/pqrBayes.R               |  264 +++------------------------------------------
 R/predict.pqrBayes.R       |  219 ++++++++++++++++++-------------------
 R/select.VC.R              |  160 +++++++++++++++------------
 README.md                  |   38 ++++--
 build/partial.rdb          |binary
 man/data.Rd                |   90 +++++++--------
 man/pqrBayes-package.Rd    |  121 ++++++++++----------
 man/pqrBayes.Rd            |  206 ++++++++++++++++++-----------------
 man/predict.pqrBayes.Rd    |  108 +++++++++---------
 man/print.VCselect.Rd      |   48 ++++----
 man/print.pqrBayes.Rd      |   48 ++++----
 man/print.pqrBayes.pred.Rd |   48 ++++----
 man/select.VC.Rd           |   99 ++++++++++------
 src/BGL-SS0.cpp            |only
 src/BGL.cpp                |only
 src/RcppExports.cpp        |   59 ++++++++++
 22 files changed, 762 insertions(+), 841 deletions(-)

More information about pqrBayes at CRAN
Permanent link

Package loa updated to version 0.3.1.1 with previous version 0.3.0.1 dated 2024-12-13

Title: Lattice Options and Add-Ins
Description: Various plots and functions that make use of the lattice/trellis plotting framework. The plots, which include loaPlot(), loaMapPlot() and trianglePlot(), and use panelPal(), a function that extends 'lattice' and 'hexbin' package methods to automate plot subscript and panel-to-panel and panel-to-key synchronization/management.
Author: Karl Ropkins [aut, cre]
Maintainer: Karl Ropkins <karl.ropkins@gmail.com>

Diff between loa versions 0.3.0.1 dated 2024-12-13 and 0.3.1.1 dated 2024-12-21

 DESCRIPTION                           |    8 ++++----
 MD5                                   |   12 ++++++------
 NEWS                                  |    8 ++++++++
 R/specialist.panels.01.R              |   21 +++++++++++++--------
 R/specialist.panels.03.zcase.glyphs.R |    4 ++--
 man/2.1.specialist.panels.Rd          |    2 +-
 man/loa-package.Rd                    |    4 ++--
 7 files changed, 36 insertions(+), 23 deletions(-)

More information about loa at CRAN
Permanent link

Fri, 20 Dec 2024

Package RLoptimal updated to version 1.2.0 with previous version 1.1.1 dated 2024-11-21

Title: Optimal Adaptive Allocation Using Deep Reinforcement Learning
Description: An implementation to compute an optimal adaptive allocation rule using deep reinforcement learning in a dose-response study (Matsuura et al. (2022) <doi:10.1002/sim.9247>). The adaptive allocation rule can directly optimize a performance metric, such as power, accuracy of the estimated target dose, or mean absolute error over the estimated dose-response curve.
Author: Kentaro Matsuura [aut, cre, cph] , Koji Makiyama [aut, ctb]
Maintainer: Kentaro Matsuura <matsuurakentaro55@gmail.com>

Diff between RLoptimal versions 1.1.1 dated 2024-11-21 and 1.2.0 dated 2024-12-20

 DESCRIPTION                               |    6 ++--
 MD5                                       |   21 ++++++++--------
 NEWS.md                                   |    4 +--
 R/generate_setup_code.R                   |   27 +++++++++++----------
 R/learn_allocation_rule.R                 |    2 -
 R/simulate_one_trial.R                    |    8 +++---
 README.md                                 |   38 +++++++++++++++---------------
 inst/doc/RLoptimal.R                      |   34 +++++++++++++-------------
 inst/doc/RLoptimal.Rmd                    |   34 +++++++++++++-------------
 inst/doc/RLoptimal.html                   |   38 +++++++++++++++---------------
 tests/testthat/test-generate_setup_code.R |only
 vignettes/RLoptimal.Rmd                   |   34 +++++++++++++-------------
 12 files changed, 126 insertions(+), 120 deletions(-)

More information about RLoptimal at CRAN
Permanent link

Package ggsem updated to version 0.1.2 with previous version 0.1.1 dated 2024-11-11

Title: Interactively Visualize Structural Equation Modeling Diagrams
Description: It allows users to perform interactive and reproducible visualizations of path diagrams for structural equation modeling (SEM) and small-to-medium sized networks using the 'ggplot2' engine. Its 'shiny' app provides an interface that allows extensive customization, and creates CSV outputs, which can then be used to recreate the figures either using the 'shiny' app or in a typical 'ggplot2' workflow.
Author: Seung Hyun Min [aut, cre]
Maintainer: Seung Hyun Min <seung.min@mail.mcgill.ca>

Diff between ggsem versions 0.1.1 dated 2024-11-11 and 0.1.2 dated 2024-12-20

 ggsem-0.1.1/ggsem/man/launch.Rd                                      |only
 ggsem-0.1.2/ggsem/DESCRIPTION                                        |    6 
 ggsem-0.1.2/ggsem/MD5                                                |   14 -
 ggsem-0.1.2/ggsem/NAMESPACE                                          |   48 ++--
 ggsem-0.1.2/ggsem/R/launch.R                                         |    2 
 ggsem-0.1.2/ggsem/README.md                                          |    2 
 ggsem-0.1.2/ggsem/inst/shiny/app.R                                   |  115 +++++++---
 ggsem-0.1.2/ggsem/inst/shiny/rsconnect/shinyapps.io/smin95/ggsem.dcf |    2 
 ggsem-0.1.2/ggsem/man/ggsem.Rd                                       |only
 9 files changed, 127 insertions(+), 62 deletions(-)

More information about ggsem at CRAN
Permanent link

Package ceas updated to version 1.3.0 with previous version 1.0.0 dated 2024-05-07

Title: Cellular Energetics Analysis Software
Description: Measuring cellular energetics is essential to understanding a matrix’s (e.g. cell, tissue or biofluid) metabolic state. The Agilent Seahorse machine is a common method to measure real-time cellular energetics, but existing analysis tools are highly manual or lack functionality. The Cellular Energetics Analysis Software (ceas) R package fills this analytical gap by providing modular and automated Seahorse data analysis and visualization using the methods described by Mookerjee et al. (2017) <doi:10.1074/jbc.m116.774471>.
Author: Rachel House [aut, cre] , James P. Eapen [aut] , Hui Shen [fnd] , Carrie R. Graveel [fnd] , Matthew R. Steensma [fnd] , Van Andel Institute [cph]
Maintainer: Rachel House <rachel.house@vai.org>

Diff between ceas versions 1.0.0 dated 2024-05-07 and 1.3.0 dated 2024-12-20

 DESCRIPTION                      |   38 --
 MD5                              |   60 +--
 NAMESPACE                        |   14 
 NEWS.md                          |  102 +++++
 R/atp_plot.R                     |   89 +++-
 R/bioscope_plot.R                |   52 ++
 R/energetics.R                   |  238 ++++++++++--
 R/fit_lme.R                      |only
 R/globals.R                      |only
 R/normalize.R                    |  100 ++++-
 R/rate_plot.R                    |  239 +++++++++++-
 R/reader.R                       |   75 +++
 README.md                        |   39 +-
 build/partial.rdb                |binary
 build/vignette.rds               |binary
 inst/CITATION                    |only
 inst/doc/ceas.R                  |  145 ++++++-
 inst/doc/ceas.Rmd                |  270 +++++++++++---
 inst/doc/ceas.html               |  738 +++++++++++++++++++++++++++------------
 inst/extdata/well_norm.csv       |only
 man/atp_plot.Rd                  |   53 ++
 man/bioscope_plot.Rd             |   29 +
 man/ceas-package.Rd              |    8 
 man/energetics_lme_summary.Rd    |only
 man/energetics_ols_summary.Rd    |only
 man/fit_lme.Rd                   |only
 man/get_energetics.Rd            |    7 
 man/get_energetics_summary.Rd    |   40 +-
 man/get_rate_summary.Rd          |   50 ++
 man/normalize.Rd                 |   58 ++-
 man/rate_plot.Rd                 |   34 +
 man/rates_lme_summary.Rd         |only
 man/read_data.Rd                 |   56 ++
 tests/testthat/test-energetics.R |   16 
 vignettes/ceas.Rmd               |  270 +++++++++++---
 35 files changed, 2247 insertions(+), 573 deletions(-)

More information about ceas at CRAN
Permanent link

Package bcmaps updated to version 2.2.1 with previous version 2.2.0 dated 2024-01-24

Title: Map Layers and Spatial Utilities for British Columbia
Description: Various layers of B.C., including administrative boundaries, natural resource management boundaries, census boundaries etc. All layers are available in BC Albers (<https://spatialreference.org/ref/epsg/3005/>) equal-area projection, which is the B.C. government standard. The layers are sourced from the British Columbia and Canadian government under open licenses, including B.C. Data Catalogue (<https://data.gov.bc.ca>), the Government of Canada Open Data Portal (<https://open.canada.ca/en/using-open-data>), and Statistics Canada (<https://www.statcan.gc.ca/en/reference/licence>).
Author: Andy Teucher [aut, cre] , Sam Albers [aut, ctb] , Stephanie Hazlitt [aut, ctb] , Province of British Columbia [cph]
Maintainer: Andy Teucher <andy.teucher@gmail.com>

Diff between bcmaps versions 2.2.0 dated 2024-01-24 and 2.2.1 dated 2024-12-20

 DESCRIPTION                          |   24 +--
 MD5                                  |   88 +++++------
 NEWS.md                              |  271 ++++++++++++++++++++++-------------
 R/bc_bound.R                         |    2 
 R/cded.R                             |    8 -
 R/utm-convert.R                      |   21 +-
 README.md                            |    2 
 build/vignette.rds                   |binary
 inst/doc/add_points.html             |    7 
 inst/doc/bcmaps.html                 |   13 -
 man/airzones.Rd                      |    2 
 man/bc_cities.Rd                     |    2 
 man/bec.Rd                           |    2 
 man/census_dissemination_area.Rd     |    2 
 man/census_division.Rd               |    2 
 man/census_economic.Rd               |    2 
 man/census_metropolitan_area.Rd      |    2 
 man/census_subdivision.Rd            |    2 
 man/census_tract.Rd                  |    2 
 man/ecoprovinces.Rd                  |    2 
 man/ecoregions.Rd                    |    2 
 man/ecosections.Rd                   |    2 
 man/fsa.Rd                           |    2 
 man/gw_aquifers.Rd                   |    2 
 man/health_chsa.Rd                   |    2 
 man/health_ha.Rd                     |    2 
 man/health_hsda.Rd                   |    2 
 man/health_lha.Rd                    |    2 
 man/hydrozones.Rd                    |    2 
 man/mapsheets_250K.Rd                |    2 
 man/mapsheets_50K.Rd                 |    2 
 man/municipalities.Rd                |    2 
 man/nr_areas.Rd                      |    2 
 man/nr_districts.Rd                  |    2 
 man/nr_regions.Rd                    |    2 
 man/regional_districts.Rd            |    2 
 man/tsa.Rd                           |    2 
 man/vrt_info.Rd                      |    2 
 man/water_districts.Rd               |    2 
 man/water_precincts.Rd               |    2 
 man/watercourses_15M.Rd              |    2 
 man/watercourses_5M.Rd               |    2 
 man/wsc_drainages.Rd                 |    2 
 tests/testthat/test-data_functions.R |    9 -
 tests/testthat/test-utm-convert.R    |   88 +++++++++++
 45 files changed, 389 insertions(+), 210 deletions(-)

More information about bcmaps at CRAN
Permanent link

Package fxl updated to version 1.7.2 with previous version 1.7.1 dated 2024-06-05

Title: 'fxl' Single Case Design Charting Package
Description: The 'fxl' Charting package is used to prepare and design single case design figures that are typically prepared in spreadsheet software. With 'fxl', there is no need to leave the R environment to prepare these works and many of the more unique conventions in single case experimental designs can be performed without the need for physically constructing features of plots (e.g., drawing annotations across plots). Support is provided for various different plotting arrangements (e.g., multiple baseline), annotations (e.g., brackets, arrows), and output formats (e.g., svg, rasters).
Author: Shawn Gilroy [aut, cre, cph]
Maintainer: Shawn Gilroy <sgilroy1@lsu.edu>

Diff between fxl versions 1.7.1 dated 2024-06-05 and 1.7.2 dated 2024-12-20

 COPYING                                                | 1352 
 DESCRIPTION                                            |    6 
 MD5                                                    |  324 
 NAMESPACE                                              |  146 
 R/data.R                                               |  406 
 R/element-anno-arrows-draw.R                           |  106 
 R/element-anno-arrows.R                                |  122 
 R/element-anno-brackets-draw.R                         |  128 
 R/element-anno-brackets.R                              |  116 
 R/element-anno-guide-line-draw.R                       |  176 
 R/element-anno-guide-line.R                            |   86 
 R/element-anno-rect-draw.R                             |   82 
 R/element-anno-rect.R                                  |   72 
 R/element-axis-x.R                                     |  186 
 R/element-axis-y.R                                     |  137 
 R/element-criterion-draw.R                             |  174 
 R/element-criterion-line.R                             |   74 
 R/element-label-facet-draw.R                           |  114 
 R/element-label-facet.R                                |  110 
 R/element-label-phase-draw.R                           |  288 
 R/element-label-phase.R                                |  124 
 R/element-label-title.R                                |   80 
 R/element-label-xlabel.R                               |   98 
 R/element-label-ylabel.R                               |   98 
 R/element-legend-draw.R                                |  104 
 R/element-legend.R                                     |  132 
 R/element-line-cumsum-line-draw.R                      |  116 
 R/element-line-cumsum-line.R                           |   84 
 R/element-line-draw.R                                  |  140 
 R/element-line.R                                       |   78 
 R/element-phasechange-draw.R                           |  214 
 R/element-phasechange-multiple.R                       |   54 
 R/element-phasechange-single.R                         |   74 
 R/element-point-cumsum-point-draw.R                    |  168 
 R/element-point-cumsum-point.R                         |   90 
 R/element-point-draw.R                                 |  242 
 R/element-point.R                                      |  112 
 R/element-support-bar-draw.R                           |  280 
 R/element-support-bar.R                                |  148 
 R/fxl-debugging.R                                      |  488 
 R/fxl-map.R                                            |   28 
 R/fxl-print-semilog.R                                  | 1051 
 R/fxl-print.R                                          | 1122 
 R/fxl-save.R                                           |  116 
 R/fxl-utilities.R                                      |  198 
 R/fxl.R                                                |  392 
 README.md                                              |  460 
 build/vignette.rds                                     |binary
 demo/00Index                                           |   46 
 demo/annotatedplot.R                                   |  814 
 demo/atd_concurrentoperant.R                           |  320 
 demo/beezdemandInd.R                                   |  158 
 demo/challenge_1.R                                     |  602 
 demo/challenge_2.R                                     |  680 
 demo/challenge_3.R                                     |  644 
 demo/challenge_4.R                                     | 1150 
 demo/changing_criterion.R                              |  386 
 demo/cigarettepolicy.R                                 |  388 
 demo/concurrentplot.R                                  |  498 
 demo/cumulativeplot.R                                  |  570 
 demo/faplot.R                                          |  210 
 demo/faplotintegrity.R                                 |  414 
 demo/greyed_training.R                                 |  632 
 demo/multiplebaselineplot.R                            |  302 
 demo/reports_academic.R                                |  386 
 demo/reports_academic_celeration_classes.R             |  564 
 demo/reports_academic_celeration_classes_local_norms.R |  616 
 demo/reports_academic_rti.R                            |  536 
 demo/run_all_demos.R                                   |   44 
 demo/run_coverage.R                                    |   56 
 demo/semilogplot.R                                     |  391 
 demo/silvermanplot.R                                   |  338 
 inst/CITATION                                          |   24 
 inst/doc/fxl.R                                         | 4292 +--
 inst/doc/fxl.Rmd                                       | 5092 +--
 inst/doc/fxl.html                                      | 4206 +-
 man/Challenge1Data.Rd                                  |   58 
 man/Challenge2Data.Rd                                  |   46 
 man/Challenge4Data.Rd                                  |   58 
 man/GelinoEtAl2022.Rd                                  |   60 
 man/Gilroyetal2015.Rd                                  |   54 
 man/Gilroyetal2019.Rd                                  |   60 
 man/Gilroyetal2019Tx.Rd                                |   58 
 man/Gilroyetal2021.Rd                                  |   56 
 man/KoffarnusEtAl2011.Rd                               |   48 
 man/LozyEtAl2020.Rd                                    |   52 
 man/SimulatedAcademicFluency.Rd                        |   50 
 man/assert_input_type.Rd                               |   42 
 man/cnvrt_coords.Rd                                    |   54 
 man/draw_arrows.Rd                                     |   48 
 man/draw_bar_support.Rd                                |   52 
 man/draw_brackets.Rd                                   |   48 
 man/draw_cumsum_lines.Rd                               |   48 
 man/draw_cumsum_points.Rd                              |   48 
 man/draw_guide_line.Rd                                 |   48 
 man/draw_label_facet.Rd                                |   48 
 man/draw_label_phase.Rd                                |   48 
 man/draw_legend.Rd                                     |   40 
 man/draw_lines.Rd                                      |   48 
 man/draw_points.Rd                                     |   52 
 man/draw_rect.Rd                                       |   52 
 man/draw_scr_criterion.Rd                              |   48 
 man/draw_scr_plines.Rd                                 |   48 
 man/figures/dragon-cairo.ps.xml                        | 8504 ++---
 man/figures/like-cairo-mod.ps.xml                      |  614 
 man/figures/scorpion-cairo.ps.xml                      |12826 ++++-----
 man/figures/skinner-cairo.ps.xml                       |24178 ++++++++---------
 man/figures/star-cairo-mod.ps.xml                      | 1138 
 man/isValidAXSCharacter.Rd                             |   38 
 man/isValidAestheticMapping.Rd                         |   38 
 man/isValidCharacterVector.Rd                          |   42 
 man/isValidDataFrame.Rd                                |   38 
 man/isValidLogicalVector.Rd                            |   42 
 man/isValidNumericVector.Rd                            |   42 
 man/print.fxl.Rd                                       |   46 
 man/print.fxlsemilog.Rd                                |   46 
 man/scr_anno_arrows.Rd                                 |   98 
 man/scr_anno_brackets.Rd                               |   92 
 man/scr_anno_guide_line.Rd                             |   74 
 man/scr_anno_rect.Rd                                   |   52 
 man/scr_bar_support.Rd                                 |  104 
 man/scr_criterion_lines.Rd                             |   68 
 man/scr_cumsum_lines.Rd                                |   56 
 man/scr_cumsum_points.Rd                               |   74 
 man/scr_label_facet.Rd                                 |   86 
 man/scr_label_phase.Rd                                 |   92 
 man/scr_legend.Rd                                      |  140 
 man/scr_lines.Rd                                       |   56 
 man/scr_plines.Rd                                      |   56 
 man/scr_plines_mbd.Rd                                  |   48 
 man/scr_plot.Rd                                        |  140 
 man/scr_points.Rd                                      |   86 
 man/scr_save.Rd                                        |   80 
 man/scr_title.Rd                                       |   60 
 man/scr_xlabel.Rd                                      |   80 
 man/scr_xoverride.Rd                                   |   98 
 man/scr_ylabel.Rd                                      |   80 
 man/scr_yoverride.Rd                                   |   77 
 man/var_map.Rd                                         |   34 
 tests/testthat.R                                       |   10 
 tests/testthat/Rplots.pdf                              |binary
 tests/testthat/test-demo-annotatedplot.R               |  742 
 tests/testthat/test-demo-changingcriterion.R           |  626 
 tests/testthat/test-demo-cigarettepolicy.R             |  382 
 tests/testthat/test-demo-concurrentplot.R              |  516 
 tests/testthat/test-demo-cumulativeplot.R              |  536 
 tests/testthat/test-demo-cumulativeplot_single.R       |  192 
 tests/testthat/test-demo-faplot.R                      |  156 
 tests/testthat/test-demo-faplotintegrity.R             |  208 
 tests/testthat/test-demo-faplotintegrity_extra.R       |  380 
 tests/testthat/test-demo-multiplebaseline_greyed.R     | 1008 
 tests/testthat/test-demo-multiplebaselineplot.R        |  256 
 tests/testthat/test-demo-semilogplot.R                 |  368 
 tests/testthat/test-demo-semilogplot_multi.R           |  528 
 tests/testthat/test-demo-silvermanplot.R               |  302 
 tests/testthat/test-element-bar.R                      |  390 
 tests/testthat/test-element-label-facet.R              |  190 
 tests/testthat/test-element-label-phase.R              |  190 
 tests/testthat/test-element-scr_arrows.R               |  462 
 tests/testthat/test-element-scr_xoverride.R            | 1252 
 tests/testthat/test-element-scr_yoverride.R            |  640 
 tests/testthat/test-fxl.R                              |  800 
 vignettes/fxl.Rmd                                      | 5092 +--
 163 files changed, 50447 insertions(+), 50429 deletions(-)

More information about fxl at CRAN
Permanent link

Package AuxSurvey updated to version 1.0 with previous version 0.9 dated 2024-12-09

Title: Survey Analysis with Auxiliary Discretized Variables
Description: Probability surveys often use auxiliary continuous data from administrative records, but the utility of this data is diminished when it is discretized for confidentiality. We provide a set of survey estimators to make full use of information from the discretized variables. See Williams, S.Z., Zou, J., Liu, Y., Si, Y., Galea, S. and Chen, Q. (2024), Improving Survey Inference Using Administrative Records Without Releasing Individual-Level Continuous Data. Statistics in Medicine, 43: 5803-5813. <doi:10.1002/sim.10270> for details.
Author: Jungang Zou [aut, cre], Yutao Liu [aut], Sharifa Williams [aut], Qixuan Chen [aut]
Maintainer: Jungang Zou <jungang.zou@gmail.com>

Diff between AuxSurvey versions 0.9 dated 2024-12-09 and 1.0 dated 2024-12-20

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 README.md   |    6 +++++-
 3 files changed, 11 insertions(+), 7 deletions(-)

More information about AuxSurvey at CRAN
Permanent link

Package synthpop updated to version 1.9-0 with previous version 1.8-0 dated 2022-08-31

Title: Generating Synthetic Versions of Sensitive Microdata for Statistical Disclosure Control
Description: A tool for producing synthetic versions of microdata containing confidential information so that they are safe to be released to users for exploratory analysis. The key objective of generating synthetic data is to replace sensitive original values with synthetic ones causing minimal distortion of the statistical information contained in the data set. Variables, which can be categorical or continuous, are synthesised one-by-one using sequential modelling. Replacements are generated by drawing from conditional distributions fitted to the original data using parametric or classification and regression trees models. Data are synthesised via the function syn() which can be largely automated, if default settings are used, or with methods defined by the user. Optional parameters can be used to influence the disclosure risk and the analytical quality of the synthesised data. For a description of the implemented method see Nowok, Raab and Dibben (2016) <doi:10.18637/jss.v074.i11>. Functio [...truncated...]
Author: Beata Nowok [aut, cre], Gillian M Raab [aut], Chris Dibben [ctb], Joshua Snoke [ctb], Caspar van Lissa [ctb], Lotte Pater [ctb]
Maintainer: Beata Nowok <beata.nowok@gmail.com>

Diff between synthpop versions 1.8-0 dated 2022-08-31 and 1.9-0 dated 2024-12-20

 synthpop-1.8-0/synthpop/R/utility.tables.r        |only
 synthpop-1.9-0/synthpop/DESCRIPTION               |   48 
 synthpop-1.9-0/synthpop/MD5                       |  162 -
 synthpop-1.9-0/synthpop/NAMESPACE                 |   42 
 synthpop-1.9-0/synthpop/NEWS                      | 1031 ++++----
 synthpop-1.9-0/synthpop/R/IO.r                    |  984 ++++---
 synthpop-1.9-0/synthpop/R/codebook.syn.r          |  102 
 synthpop-1.9-0/synthpop/R/compare.syn.r           | 1364 +++++-----
 synthpop-1.9-0/synthpop/R/disclosure.R            |only
 synthpop-1.9-0/synthpop/R/functions.syn.r         | 2583 ++++++++++----------
 synthpop-1.9-0/synthpop/R/methods.syn.r           | 1654 ++++++-------
 synthpop-1.9-0/synthpop/R/multi.compare.syn.r     |  226 -
 synthpop-1.9-0/synthpop/R/multi.disclosure.R      |only
 synthpop-1.9-0/synthpop/R/numtocat.syn.r          |  286 +-
 synthpop-1.9-0/synthpop/R/padMis.syn.r            |  250 -
 synthpop-1.9-0/synthpop/R/padModel.syn.r          |  218 -
 synthpop-1.9-0/synthpop/R/sampler.syn.r           |  675 ++---
 synthpop-1.9-0/synthpop/R/syn.r                   | 2796 +++++++++++-----------
 synthpop-1.9-0/synthpop/R/syn.strata.r            |  382 +--
 synthpop-1.9-0/synthpop/R/synorig.compare.R       |only
 synthpop-1.9-0/synthpop/R/utility.syn.r           | 1724 ++++++-------
 synthpop-1.9-0/synthpop/R/utility.tables.R        |only
 synthpop-1.9-0/synthpop/R/zzz.r                   |   10 
 synthpop-1.9-0/synthpop/build/partial.rdb         |binary
 synthpop-1.9-0/synthpop/build/vignette.rds        |binary
 synthpop-1.9-0/synthpop/inst/CITATION             |   48 
 synthpop-1.9-0/synthpop/inst/doc/disclosure.R     |only
 synthpop-1.9-0/synthpop/inst/doc/disclosure.Rnw   |only
 synthpop-1.9-0/synthpop/inst/doc/disclosure.pdf   |only
 synthpop-1.9-0/synthpop/inst/doc/inference.Rnw    | 1494 +++++------
 synthpop-1.9-0/synthpop/inst/doc/inference.pdf    |binary
 synthpop-1.9-0/synthpop/inst/doc/synthpop.Rnw     | 1328 +++++-----
 synthpop-1.9-0/synthpop/inst/doc/synthpop.pdf     |binary
 synthpop-1.9-0/synthpop/inst/doc/utility.Rnw      | 1100 ++++----
 synthpop-1.9-0/synthpop/inst/doc/utility.pdf      |binary
 synthpop-1.9-0/synthpop/inst/logo.png             |only
 synthpop-1.9-0/synthpop/man/SD2011.Rd             |  132 -
 synthpop-1.9-0/synthpop/man/codebook.syn.Rd       |   68 
 synthpop-1.9-0/synthpop/man/compare.Rd            |   64 
 synthpop-1.9-0/synthpop/man/compare.fit.synds.Rd  |  300 +-
 synthpop-1.9-0/synthpop/man/compare.synds.Rd      |  263 +-
 synthpop-1.9-0/synthpop/man/disclosure.Rd         |only
 synthpop-1.9-0/synthpop/man/glm.synds.Rd          |  166 -
 synthpop-1.9-0/synthpop/man/mergelevels.syn.Rd    |only
 synthpop-1.9-0/synthpop/man/multi.compare.Rd      |  128 -
 synthpop-1.9-0/synthpop/man/multi.disclosure.Rd   |only
 synthpop-1.9-0/synthpop/man/multinom.synds.Rd     |  130 -
 synthpop-1.9-0/synthpop/man/numtocat.syn.Rd       |  108 
 synthpop-1.9-0/synthpop/man/polr.synds.Rd         |  128 -
 synthpop-1.9-0/synthpop/man/read.obs.Rd           |   62 
 synthpop-1.9-0/synthpop/man/replicated.uniques.Rd |  100 
 synthpop-1.9-0/synthpop/man/sdc.Rd                |  118 
 synthpop-1.9-0/synthpop/man/summary.fit.synds.Rd  |  250 -
 synthpop-1.9-0/synthpop/man/summary.synds.Rd      |  106 
 synthpop-1.9-0/synthpop/man/syn.Rd                |  768 +++---
 synthpop-1.9-0/synthpop/man/syn.bag.Rd            |   74 
 synthpop-1.9-0/synthpop/man/syn.cart.Rd           |  158 -
 synthpop-1.9-0/synthpop/man/syn.catall.Rd         |  193 -
 synthpop-1.9-0/synthpop/man/syn.ipf.Rd            |  234 -
 synthpop-1.9-0/synthpop/man/syn.lognorm.Rd        |   82 
 synthpop-1.9-0/synthpop/man/syn.logreg.Rd         |   96 
 synthpop-1.9-0/synthpop/man/syn.nested.Rd         |   72 
 synthpop-1.9-0/synthpop/man/syn.norm.Rd           |   66 
 synthpop-1.9-0/synthpop/man/syn.normrank.Rd       |   90 
 synthpop-1.9-0/synthpop/man/syn.passive.Rd        |  166 -
 synthpop-1.9-0/synthpop/man/syn.pmm.Rd            |   92 
 synthpop-1.9-0/synthpop/man/syn.polr.Rd           |  118 
 synthpop-1.9-0/synthpop/man/syn.polyreg.Rd        |  124 
 synthpop-1.9-0/synthpop/man/syn.ranger.Rd         |   74 
 synthpop-1.9-0/synthpop/man/syn.rf.Rd             |   76 
 synthpop-1.9-0/synthpop/man/syn.sample.Rd         |   72 
 synthpop-1.9-0/synthpop/man/syn.satcat.Rd         |   95 
 synthpop-1.9-0/synthpop/man/syn.smooth.Rd         |   78 
 synthpop-1.9-0/synthpop/man/syn.survctree.Rd      |  192 -
 synthpop-1.9-0/synthpop/man/synorig.compare.Rd    |only
 synthpop-1.9-0/synthpop/man/synthpop-package.Rd   |   89 
 synthpop-1.9-0/synthpop/man/utility.gen.Rd        |  498 +--
 synthpop-1.9-0/synthpop/man/utility.tab.Rd        |  436 +--
 synthpop-1.9-0/synthpop/man/utility.tables.Rd     |  437 +--
 synthpop-1.9-0/synthpop/man/write.syn.Rd          |   99 
 synthpop-1.9-0/synthpop/vignettes/disclosure.Rnw  |only
 synthpop-1.9-0/synthpop/vignettes/disclosure.bib  |only
 synthpop-1.9-0/synthpop/vignettes/fig1dis.png     |only
 synthpop-1.9-0/synthpop/vignettes/fig2dis.png     |only
 synthpop-1.9-0/synthpop/vignettes/fig3dis.png     |only
 synthpop-1.9-0/synthpop/vignettes/inference.Rnw   | 1494 +++++------
 synthpop-1.9-0/synthpop/vignettes/inference.bib   |  152 -
 synthpop-1.9-0/synthpop/vignettes/synthpop.Rnw    | 1328 +++++-----
 synthpop-1.9-0/synthpop/vignettes/synthpop.bib    |  730 ++---
 synthpop-1.9-0/synthpop/vignettes/utility.Rnw     | 1100 ++++----
 synthpop-1.9-0/synthpop/vignettes/utility.bib     |    6 
 91 files changed, 15219 insertions(+), 14700 deletions(-)

More information about synthpop at CRAN
Permanent link

Package gpboost updated to version 1.5.5 with previous version 1.5.4 dated 2024-11-15

Title: Combining Tree-Boosting with Gaussian Process and Mixed Effects Models
Description: An R package that allows for combining tree-boosting with Gaussian process and mixed effects models. It also allows for independently doing tree-boosting as well as inference and prediction for Gaussian process and mixed effects models. See <https://github.com/fabsig/GPBoost> for more information on the software and Sigrist (2022, JMLR) <https://www.jmlr.org/papers/v23/20-322.html> and Sigrist (2023, TPAMI) <doi:10.1109/TPAMI.2022.3168152> for more information on the methodology.
Author: Fabio Sigrist [aut, cre], Tim Gyger [aut], Pascal Kuendig [aut], Benoit Jacob [cph], Gael Guennebaud [cph], Nicolas Carre [cph], Pierre Zoppitelli [cph], Gauthier Brun [cph], Jean Ceccato [cph], Jitse Niesen [cph], Other authors of Eigen for the incl [...truncated...]
Maintainer: Fabio Sigrist <fabiosigrist@gmail.com>

Diff between gpboost versions 1.5.4 dated 2024-11-15 and 1.5.5 dated 2024-12-20

 DESCRIPTION                                     |    8 
 MD5                                             |   94 
 R/GPModel.R                                     |  109 
 R/gpb.Booster.R                                 |   12 
 R/gpb.cv.R                                      |   80 
 R/gpboost.R                                     |    2 
 configure                                       |    8 
 configure.ac                                    |   25 
 configure.win                                   |   25 
 demo/GPBoost_algorithm.R                        |    8 
 man/GPModel.Rd                                  |   39 
 man/GPModel_shared_params.Rd                    |   50 
 man/fit.GPModel.Rd                              |   14 
 man/fit.Rd                                      |   14 
 man/fitGPModel.Rd                               |   45 
 man/gpb.cv.Rd                                   |   17 
 man/gpb.grid.search.tune.parameters.Rd          |   13 
 man/gpboost.Rd                                  |   15 
 man/predict.GPModel.Rd                          |   40 
 man/set_optim_params.GPModel.Rd                 |   14 
 man/set_optim_params.Rd                         |   14 
 man/set_prediction_data.GPModel.Rd              |   20 
 man/set_prediction_data.Rd                      |   20 
 src/CG_utils.cpp                                |  229 
 src/GP_utils.cpp                                |    2 
 src/Vecchia_utils.cpp                           |   11 
 src/c_api.cpp                                   |    5 
 src/gpboost_R.cpp                               |   13 
 src/gpboost_R.h                                 |   11 
 src/include/GPBoost/CG_utils.h                  |  140 
 src/include/GPBoost/GP_utils.h                  |    4 
 src/include/GPBoost/cov_fcts.h                  |   74 
 src/include/GPBoost/likelihoods.h               | 1249 +++-
 src/include/GPBoost/re_comp.h                   |   42 
 src/include/GPBoost/re_model.h                  |    6 
 src/include/GPBoost/re_model_template.h         |  808 ++-
 src/include/LightGBM/bin.h                      |    1 
 src/include/LightGBM/c_api.h                    |    2 
 src/include/LightGBM/dataset.h                  |    1 
 src/include/LightGBM/feature_group.h            |    1 
 src/include/LightGBM/train_share_states.h       |    1 
 src/include/LightGBM/tree.h                     |    1 
 src/include/LightGBM/utils/log.h                |    7 
 src/io/json11.cpp                               |    1 
 src/re_model.cpp                                |  104 
 tests/testthat/_snaps                           |only
 tests/testthat/test_GPModel_gaussian_process.R  |  264 
 tests/testthat/test_GPModel_non_Gaussian_data.R | 6440 ++++++++++++------------
 tests/testthat/test_z_GPBoost_algorithm.R       |   43 
 49 files changed, 5951 insertions(+), 4195 deletions(-)

More information about gpboost at CRAN
Permanent link

Package cols updated to version 1.5 with previous version 1.3 dated 2024-11-19

Title: Constrained Ordinary Least Squares
Description: Constrained ordinary least squares is performed. One constraint is that all beta coefficients (including the constant) cannot be negative. They can be either 0 or strictly positive. Another constraint is that the sum of the beta coefficients equals a constant. References: Hansen, B. E. (2022). Econometrics, Princeton University Press. <ISBN:9780691235899>.
Author: Michail Tsagris [aut, cre]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>

Diff between cols versions 1.3 dated 2024-11-19 and 1.5 dated 2024-12-20

 DESCRIPTION         |    8 ++++----
 MD5                 |   29 +++++++++++++++--------------
 NAMESPACE           |    2 +-
 R/int.cls.R         |    9 +++++----
 R/int.mcls.R        |only
 R/mpcls.R           |    8 ++++----
 R/mpls.R            |    8 ++++----
 R/mvpls.R           |    8 ++++----
 R/pcls.R            |    6 +++---
 R/pls.R             |    6 +++---
 man/cls.Rd          |    2 +-
 man/cols-package.Rd |    4 ++--
 man/int.cls.Rd      |    8 +++++---
 man/mvpls.Rd        |    3 ++-
 man/pcls.Rd         |    3 ++-
 man/pls.Rd          |    3 ++-
 16 files changed, 57 insertions(+), 50 deletions(-)

More information about cols at CRAN
Permanent link

Package iso8601 updated to version 0.1.2 with previous version 0.1.1 dated 2024-12-18

Title: Working with ISO8601 Dates and Times
Description: Functions to parse strings with ISO8601 dates, times, and date-times into R-objects. Additionally, there are functions to determine the type of ISO8601 string and to standardise ISO8601 strings.
Author: Jan van der Laan [aut, cre]
Maintainer: Jan van der Laan <r@eoos.dds.nl>

Diff between iso8601 versions 0.1.1 dated 2024-12-18 and 0.1.2 dated 2024-12-20

 DESCRIPTION           |    6 +++---
 MD5                   |    6 +++---
 NEWS                  |    7 +++++++
 src/parsedatetime.cpp |    3 ++-
 4 files changed, 15 insertions(+), 7 deletions(-)

More information about iso8601 at CRAN
Permanent link

Package CoImp updated to version 2.0.2 with previous version 2.0.1 dated 2024-09-09

Title: Parametric and Non-Parametric Copula-Based Imputation Methods
Description: Copula-based imputation methods: parametric and non-parametric algorithms for missing multivariate data through conditional copulas.
Author: Francesca Marta Lilja Di Lascio [aut, cre], Aurora Gatto [aut], Simone Giannerini [aut]
Maintainer: Francesca Marta Lilja Di Lascio <marta.dilascio@unibz.it>

Diff between CoImp versions 2.0.1 dated 2024-09-09 and 2.0.2 dated 2024-12-20

 ChangeLog            |    7 +
 DESCRIPTION          |    8 +-
 MD5                  |   12 +--
 R/InternalFunction.R |   10 +-
 R/NPCoImp.R          |  186 ++++++++++++++++++++++++++-------------------------
 man/NPCoImp-class.Rd |    4 -
 man/NPCoImp.Rd       |   21 +++--
 7 files changed, 130 insertions(+), 118 deletions(-)

More information about CoImp at CRAN
Permanent link

Package bayesMeanScale updated to version 0.2.0 with previous version 0.1.4 dated 2024-05-30

Title: Bayesian Post-Estimation on the Mean Scale
Description: Computes Bayesian posterior distributions of predictions, marginal effects, and differences of marginal effects for various generalized linear models. Importantly, the posteriors are on the mean (response) scale, allowing for more natural interpretation than summaries on the link scale. Also, predictions and marginal effects of the count probabilities for Poisson and negative binomial models can be computed.
Author: David M. Dalenberg [aut, cre]
Maintainer: David M. Dalenberg <dalenbe2@gmail.com>

Diff between bayesMeanScale versions 0.1.4 dated 2024-05-30 and 0.2.0 dated 2024-12-20

 DESCRIPTION                                         |   10 
 MD5                                                 |  108 ++++---
 NAMESPACE                                           |    8 
 NEWS.md                                             |   11 
 R/bayes-count-marg-effects.R                        |   66 +++-
 R/bayes-count-preds.R                               |   42 +--
 R/bayes-marg-compare.R                              |   28 +-
 R/bayes-marg-effects.R                              |   63 +++-
 R/bayes-ordinal-marg-effects.R                      |only
 R/bayes-ordinal-preds.R                             |only
 R/bayes-preds.R                                     |   42 +--
 R/combo-check.R                                     |only
 R/count-marg-table.R                                |   17 -
 R/count-mean-diff-continuous.R                      |only
 R/count-pred-table.R                                |    7 
 R/global-vars.R                                     |   18 +
 R/levels-prep.R                                     |    6 
 R/marg-compare-error-check.R                        |    4 
 R/marg-model-data-continuous.R                      |only
 R/marg-model-data.R                                 |   46 ++-
 R/marg-table.R                                      |   17 -
 R/mean-count-pred.R                                 |    2 
 R/mean-diff-continuous.R                            |only
 R/mean-diff.R                                       |    2 
 R/mean-pred-ordinal.R                               |only
 R/mean-pred.R                                       |    2 
 R/new-value-continuous.R                            |only
 R/ordinal-marg-effects-error-check.R                |only
 R/ordinal-marg-table.R                              |only
 R/ordinal-mean-diff-continuous.R                    |only
 R/ordinal-mean-diff.R                               |only
 R/ordinal-pred-table.R                              |only
 R/pred-table.R                                      |   19 -
 R/preds-error-check.R                               |   10 
 R/preds-ordinal-error-check.R                       |only
 R/print.R                                           |    6 
 R/sysdata.rda                                       |only
 README.md                                           |    4 
 build/vignette.rds                                  |binary
 inst/doc/introduction.R                             |   47 ++-
 inst/doc/introduction.Rmd                           |   69 +++-
 inst/doc/introduction.html                          |  279 +++++++++-----------
 man/bayesCountMargEffF.Rd                           |   17 -
 man/bayesCountPredsF.Rd                             |   13 
 man/bayesMargCompareF.Rd                            |    2 
 man/bayesMargEffF.Rd                                |   17 -
 man/bayesOrdinalMargEffF.Rd                         |only
 man/bayesOrdinalPredsF.Rd                           |only
 man/bayesPredsF.Rd                                  |   10 
 tests/testthat/test-bayes-count-marg-effects.R      |    4 
 tests/testthat/test-bayes-count-preds.R             |   25 -
 tests/testthat/test-bayes-ordinal-marg-effects.R    |only
 tests/testthat/test-bayes-ordinal-preds.R           |only
 tests/testthat/test-bayes-preds.R                   |    2 
 tests/testthat/test-count-marg-effect-error-check.R |    3 
 tests/testthat/test-count-preds-error-check.R       |    1 
 tests/testthat/test-levels-prep.R                   |    4 
 tests/testthat/test-marg-compare-error-check.R      |    4 
 tests/testthat/test-marg-compare.R                  |   18 +
 tests/testthat/test-marg-effects-error-check.R      |    5 
 tests/testthat/test-marg-effects.R                  |   12 
 tests/testthat/test-new-value.R                     |    2 
 tests/testthat/test-preds-error-check.R             |    5 
 tests/testthat/test-preds-ordinal-error-check.R     |only
 vignettes/introduction.Rmd                          |   69 +++-
 65 files changed, 700 insertions(+), 446 deletions(-)

More information about bayesMeanScale at CRAN
Permanent link

Package PSS.Health updated to version 1.1.4 with previous version 1.0.2 dated 2023-07-14

Title: Power and Sample Size for Health Researchers via Shiny
Description: Power and Sample Size for Health Researchers is a Shiny application that brings together a series of functions related to sample size and power calculations for common analysis in the healthcare field. There are functionalities to calculate the power, sample size to estimate or test hypotheses for means and proportions (including test for correlated groups, equivalence, non-inferiority and superiority), association, correlations coefficients, regression coefficients (linear, logistic, gamma, and Cox), linear mixed model, Cronbach's alpha, interobserver agreement, intraclass correlation coefficients, limit of agreement on Bland-Altman plots, area under the curve, sensitivity and specificity incorporating the prevalence of disease. You can also use the online version at <https://hcpa-unidade-bioestatistica.shinyapps.io/PSS_Health/>.
Author: Rogerio Boff Borges [aut, cre] , Guilherme Serpa Azambuja [aut] , Aline Castello Branco Mancuso [aut] , Vanessa Bielefeldt Leotti [aut] , Vania Naomi Hirakata [aut] , Suzi Alves Camey [aut] , Stela Maris de Jezus Castro [aut] , Gustavo Thomas [aut] , [...truncated...]
Maintainer: Rogerio Boff Borges <roborges@hcpa.edu.br>

Diff between PSS.Health versions 1.0.2 dated 2023-07-14 and 1.1.4 dated 2024-12-20

 DESCRIPTION                                       |   20 ++-
 MD5                                               |   28 ++--
 NAMESPACE                                         |    1 
 R/PSS_Health.R                                    |    1 
 build/vignette.rds                                |binary
 inst/PSS.Health/R/modulo_1_media.R                |   21 ++-
 inst/PSS.Health/R/modulo_2_medias_independentes.R |    3 
 inst/PSS.Health/R/modulo_medidas_repetidas.R      |   90 ++++++++++++++-
 inst/PSS.Health/R/modulo_nao_inferioridade.R      |    9 +
 inst/PSS.Health/R/modulo_regressao_linear.R       |  126 +++++++++++-----------
 inst/PSS.Health/R/modulo_regressao_logistica.R    |    2 
 inst/PSS.Health/global.R                          |    2 
 inst/PSS.Health/server.R                          |   15 +-
 inst/doc/Vignettes.R                              |    2 
 inst/doc/Vignettes.html                           |   14 +-
 15 files changed, 215 insertions(+), 119 deletions(-)

More information about PSS.Health at CRAN
Permanent link

Package enmpa updated to version 0.1.9 with previous version 0.1.8 dated 2024-06-19

Title: Ecological Niche Modeling using Presence-Absence Data
Description: A set of tools to perform Ecological Niche Modeling with presence-absence data. It includes algorithms for data partitioning, model fitting, calibration, evaluation, selection, and prediction. Other functions help to explore signals of ecological niche using univariate and multivariate analyses, and model features such as variable response curves and variable importance. Unique characteristics of this package are the ability to exclude models with concave quadratic responses, and the option to clamp model predictions to specific variables. These tools are implemented following principles proposed in Cobos et al., (2022) <doi:10.17161/bi.v17i.15985>, Cobos et al., (2019) <doi:10.7717/peerj.6281>, and Peterson et al., (2008) <doi:10.1016/j.ecolmodel.2007.11.008>.
Author: Luis F. Arias-Giraldo [aut, cre] , Marlon E. Cobos [aut] , A. Townsend Peterson [ctb]
Maintainer: Luis F. Arias-Giraldo <lfarias.giraldo@gmail.com>

Diff between enmpa versions 0.1.8 dated 2024-06-19 and 0.1.9 dated 2024-12-20

 DESCRIPTION                                          |   10 -
 MD5                                                  |   30 ++-
 NAMESPACE                                            |   14 +
 NEWS.md                                              |   12 +
 R/calibration_glm.R                                  |    6 
 R/enmpa.R                                            |    3 
 R/jackknife.R                                        |only
 R/plot_jk.R                                          |only
 R/resp2var.R                                         |only
 README.md                                            |  158 ++++++++++++-------
 man/enmpa.Rd                                         |    3 
 man/figures/README-figures-jackk-1.png               |binary
 man/figures/README-figures-jackk-2.png               |binary
 man/figures/README-figures-jackk-3.png               |binary
 man/figures/README-figures-jackk-4.png               |binary
 man/figures/README-figures-prediction_selected-1.png |binary
 man/jackknife.Rd                                     |only
 man/plot_jk.Rd                                       |only
 man/resp2var.Rd                                      |only
 19 files changed, 160 insertions(+), 76 deletions(-)

More information about enmpa at CRAN
Permanent link

Package climate updated to version 1.2.2 with previous version 1.2.1 dated 2024-10-19

Title: Interface to Download Meteorological (and Hydrological) Datasets
Description: Automatize downloading of meteorological and hydrological data from publicly available repositories: OGIMET (<http://ogimet.com/index.phtml.en>), University of Wyoming - atmospheric vertical profiling data (<http://weather.uwyo.edu/upperair/>), Polish Institute of Meteorology and Water Management - National Research Institute (<https://danepubliczne.imgw.pl>), and National Oceanic & Atmospheric Administration (NOAA). This package also allows for searching geographical coordinates for each observation and calculate distances to the nearest stations.
Author: Bartosz Czernecki [aut, cre] , Arkadiusz Glogowski [aut] , Jakub Nowosad [aut] , IMGW-PIB [ctb]
Maintainer: Bartosz Czernecki <nwp@amu.edu.pl>

Diff between climate versions 1.2.1 dated 2024-10-19 and 1.2.2 dated 2024-12-20

 climate-1.2.1/climate/R/hydro_imgw_annual.R       |only
 climate-1.2.1/climate/man/hydro_imgw_annual.Rd    |only
 climate-1.2.2/climate/DESCRIPTION                 |    6 
 climate-1.2.2/climate/MD5                         |   53 ++++----
 climate-1.2.2/climate/NAMESPACE                   |    1 
 climate-1.2.2/climate/NEWS.md                     |   11 +
 climate-1.2.2/climate/R/clean_metadata_hydro.R    |   17 --
 climate-1.2.2/climate/R/hydro_imgw.R              |   14 --
 climate-1.2.2/climate/R/hydro_imgw_daily.R        |  137 ++++++++++++----------
 climate-1.2.2/climate/R/hydro_imgw_monthly.R      |   19 +--
 climate-1.2.2/climate/R/hydro_metadata_imgw.R     |    8 -
 climate-1.2.2/climate/R/hydro_shortening_imgw.R   |    3 
 climate-1.2.2/climate/R/imgw_read.R               |only
 climate-1.2.2/climate/R/meteo_imgw_daily.R        |   36 +----
 climate-1.2.2/climate/R/meteo_imgw_datastore.R    |    5 
 climate-1.2.2/climate/R/meteo_imgw_hourly.R       |   24 +--
 climate-1.2.2/climate/R/meteo_imgw_monthly.R      |   17 --
 climate-1.2.2/climate/R/meteo_shortening_imgw.R   |    3 
 climate-1.2.2/climate/R/nearest_stations_imgw.R   |    2 
 climate-1.2.2/climate/R/ogimet_daily.R            |    8 -
 climate-1.2.2/climate/R/ogimet_hourly.R           |   26 ++--
 climate-1.2.2/climate/README.md                   |   53 +++-----
 climate-1.2.2/climate/data/imgw_hydro_abbrev.rda  |binary
 climate-1.2.2/climate/inst/doc/getstarted.Rmd     |    2 
 climate-1.2.2/climate/inst/doc/getstarted.html    |   43 +++---
 climate-1.2.2/climate/man/hydro_imgw.Rd           |    3 
 climate-1.2.2/climate/man/meteo_imgw_datastore.Rd |    3 
 climate-1.2.2/climate/man/ogimet_hourly.Rd        |    3 
 climate-1.2.2/climate/vignettes/getstarted.Rmd    |    2 
 29 files changed, 231 insertions(+), 268 deletions(-)

More information about climate at CRAN
Permanent link

Package tidyBdE updated to version 0.3.8 with previous version 0.3.7 dated 2024-08-26

Title: Download Data from Bank of Spain
Description: Tools to download data series from 'Banco de España' ('BdE') on 'tibble' format. 'Banco de España' is the national central bank and, within the framework of the Single Supervisory Mechanism ('SSM'), the supervisor of the Spanish banking system along with the European Central Bank. This package is in no way sponsored endorsed or administered by 'Banco de España'.
Author: Diego H. Herrero [aut, cre, cph]
Maintainer: Diego H. Herrero <dev.dieghernan@gmail.com>

Diff between tidyBdE versions 0.3.7 dated 2024-08-26 and 0.3.8 dated 2024-12-20

 DESCRIPTION            |   12 
 MD5                    |   26 -
 NEWS.md                |    4 
 R/bde_check_access.R   |  121 +++---
 R/bde_tidy_palettes.R  |  144 ++++----
 R/catalogs.R           |  772 +++++++++++++++++++++----------------------
 R/indicators.R         |  298 ++++++++--------
 R/series.R             |  872 ++++++++++++++++++++++++-------------------------
 R/superseded.R         |  106 ++---
 R/utils.R              |  577 ++++++++++++++++----------------
 README.md              |    8 
 build/vignette.rds     |binary
 inst/schemaorg.json    |    4 
 man/tidyBdE-package.Rd |    2 
 14 files changed, 1476 insertions(+), 1470 deletions(-)

More information about tidyBdE at CRAN
Permanent link

Package GHCNr updated to version 1.0.0 with previous version 0.8.0 dated 2024-12-13

Title: Download Weather Station Data from GHCN
Description: The goal of 'GHCNr' is to provide a fast and friendly interface with the Global Historical Climatology Network daily (GHCNd) database, which contains daily summaries of weather station data worldwide (<https://www.ncei.noaa.gov/products/land-based-station/global-historical-climatology-network-daily>). GHCNd is accessed through the web API <https://www.ncei.noaa.gov/access/services/data/v1>. 'GHCNr' main functionalities consist of downloading data from GHCNd, filter it, and to aggregate it at monthly and annual scales.
Author: Emilio Berti [aut, cre]
Maintainer: Emilio Berti <emilio.berti@idiv.de>

Diff between GHCNr versions 0.8.0 dated 2024-12-13 and 1.0.0 dated 2024-12-20

 DESCRIPTION                         |    8 
 MD5                                 |   66 ++++---
 NAMESPACE                           |   10 -
 R/annual.R                          |   18 +-
 R/coverage.R                        |   84 +++++++---
 R/daily.R                           |   60 ++++---
 R/data.R                            |   17 +-
 R/flags.R                           |    9 -
 R/get-country-shapefile.R           |   34 +++-
 R/monthly.R                         |    1 
 R/plotting.R                        |  212 +++++++++++++------------
 R/s3_classes.R                      |   10 -
 R/stations.R                        |   38 +++-
 R/utils.R                           |   25 ++-
 data/USC00010655.rda                |only
 inst/doc/daily.R                    |  135 +++++++++-------
 inst/doc/daily.Rmd                  |  132 +++++++++------
 inst/doc/daily.html                 |  298 ++++++++++++++++++++----------------
 man/CA003076680.Rd                  |    4 
 man/USC00010655.Rd                  |only
 man/annual.Rd                       |   13 +
 man/annual_coverage.Rd              |    7 
 man/as_daily.Rd                     |    2 
 man/coverage.Rd                     |    8 
 man/dot-api_error.Rd                |only
 man/dot-missing_variables.Rd        |    4 
 man/monthly_coverage.Rd             |    9 -
 man/period_coverage.Rd              |   11 -
 man/plot.ghcn_annual.Rd             |    2 
 man/plot.ghcn_daily.Rd              |    2 
 man/plot.ghcn_monthly.Rd            |    2 
 man/remove_flagged.Rd               |    5 
 man/stations.Rd                     |   13 +
 tests/testthat/test-flags.R         |only
 tests/testthat/test-geoboundaries.R |only
 tests/testthat/test-inventory.R     |only
 vignettes/daily.Rmd                 |  132 +++++++++------
 37 files changed, 822 insertions(+), 549 deletions(-)

More information about GHCNr at CRAN
Permanent link

Package dsims updated to version 1.0.5 with previous version 1.0.4 dated 2023-11-29

Title: Distance Sampling Simulations
Description: Performs distance sampling simulations. 'dsims' repeatedly generates instances of a user defined population within a given survey region. It then generates realisations of a survey design and simulates the detection process. The data are then analysed so that the results can be compared for accuracy and precision across all replications. This process allows users to optimise survey designs for their specific set of survey conditions. The effects of uncertainty in population distribution or parameters can be investigated under a number of simulations so that users can be confident that they have achieved a robust survey design before deploying vessels into the field. The distance sampling designs used in this package from 'dssd' are detailed in Chapter 7 of Advanced Distance Sampling, Buckland et. al. (2008, ISBN-13: 978-0199225873). General distance sampling methods are detailed in Introduction to Distance Sampling: Estimating Abundance of Biological Populations, Buckland et. al. (2004 [...truncated...]
Author: Laura Marshall [aut, cre], Thomas Len [ctb]
Maintainer: Laura Marshall <lhm@st-and.ac.uk>

Diff between dsims versions 1.0.4 dated 2023-11-29 and 1.0.5 dated 2024-12-20

 dsims-1.0.4/dsims/NEWS                                             |only
 dsims-1.0.4/dsims/build                                            |only
 dsims-1.0.4/dsims/inst                                             |only
 dsims-1.0.4/dsims/vignettes                                        |only
 dsims-1.0.5/dsims/DESCRIPTION                                      |   17 -
 dsims-1.0.5/dsims/MD5                                              |   49 +--
 dsims-1.0.5/dsims/NEWS.md                                          |only
 dsims-1.0.5/dsims/R/ClassConstructors.R                            |   10 
 dsims-1.0.5/dsims/R/Simulation.R                                   |   37 ++
 dsims-1.0.5/dsims/R/Survey.LT.R                                    |    2 
 dsims-1.0.5/dsims/R/Survey.PT.R                                    |    2 
 dsims-1.0.5/dsims/R/calculate.scale.param.R                        |    2 
 dsims-1.0.5/dsims/R/dsims-package.R                                |   11 
 dsims-1.0.5/dsims/R/simulation.consistency.check.R                 |only
 dsims-1.0.5/dsims/README.md                                        |   29 --
 dsims-1.0.5/dsims/man/Survey.LT-class.Rd                           |    2 
 dsims-1.0.5/dsims/man/Survey.PT-class.Rd                           |    2 
 dsims-1.0.5/dsims/man/dsims-package.Rd                             |   11 
 dsims-1.0.5/dsims/man/make.density.Rd                              |    2 
 dsims-1.0.5/dsims/man/make.ds.analysis.Rd                          |    2 
 dsims-1.0.5/dsims/man/make.population.description.Rd               |    2 
 dsims-1.0.5/dsims/man/make.simulation.Rd                           |    4 
 dsims-1.0.5/dsims/tests/testthat/test-ProblemCases.R               |   41 +++
 dsims-1.0.5/dsims/tests/testthat/test-check_Constructors.R         |  124 ++++++++++
 dsims-1.0.5/dsims/tests/testthat/test-check_ExtremeCases.R         |    2 
 dsims-1.0.5/dsims/tests/testthat/test-check_IndividualCovariates.R |   52 ++++
 26 files changed, 313 insertions(+), 90 deletions(-)

More information about dsims at CRAN
Permanent link

Package diathor updated to version 0.1.5 with previous version 0.1.4 dated 2024-09-20

Title: Calculate Ecological Information and Diatom Based Indices
Description: Calculate multiple biotic indices using diatoms from environmental samples. Diatom species are recognized by their species' name using a heuristic search, and their ecological data is retrieved from multiple sources. It includes number/shape of chloroplasts diversity indices, size classes, ecological guilds, and multiple biotic indices. It outputs both a dataframe with all the results and plots of all the obtained data in a defined output folder. - Sample data was taken from Nicolosi Gelis, Cochero & Gómez (2020, <doi:10.1016/j.ecolind.2019.105951>). - The package uses the 'Diat.Barcode' database to calculate morphological and ecological information by Rimet & Couchez (2012, <doi:10.1051/kmae/2012018>),and the combined classification of guilds and size classes established by B-Béres et al. (2017, <doi:10.1016/j.ecolind.2017.07.007>). - Current diatom-based biotic indices include the DES index by Descy (1979) - EPID index by Dell'Uomo (1996, ISBN: 3950009002) - [...truncated...]
Author: Maria Mercedes Nicolosi Gelis [aut] , Maria Belen Sathicq [aut] , Joaquin Cochero [cre]
Maintainer: Joaquin Cochero <jcochero@ilpla.edu.ar>

Diff between diathor versions 0.1.4 dated 2024-09-20 and 0.1.5 dated 2024-12-20

 DESCRIPTION                |   36 +++++-
 MD5                        |  115 +++++++++++---------
 NAMESPACE                  |    3 
 R/data.R                   |   52 +++++++--
 R/diaThor.R                |   16 ++
 R/diat_cemfgs_rb.R         |  196 +++++++++++++----------------------
 R/diat_ddi.R               |only
 R/diat_des.R               |   14 --
 R/diat_disp.R              |   12 --
 R/diat_diversity.R         |   13 --
 R/diat_edi.R               |only
 R/diat_epid.R              |   13 --
 R/diat_getDiatBarcode.R    |    7 -
 R/diat_guilds.R            |   13 --
 R/diat_idap.R              |   13 --
 R/diat_idch.R              |   12 --
 R/diat_idp.R               |   12 --
 R/diat_ilm.R               |   12 --
 R/diat_ips.R               |   13 --
 R/diat_loadData.R          |   49 +++-----
 R/diat_lobo.R              |   15 --
 R/diat_morpho.R            |   13 --
 R/diat_pbidw.R             |   13 --
 R/diat_pdise.R             |only
 R/diat_sla.R               |   16 --
 R/diat_spear.R             |   12 --
 R/diat_tdi.R               |   13 --
 R/diathorAll.R             |   53 +++++++--
 README.md                  |only
 data/ddi.rda               |only
 data/edi.rda               |only
 data/pdise.rda             |only
 man/cemfgs_rb.Rd           |    2 
 man/dbc_offline.Rd         |    4 
 man/ddi.Rd                 |only
 man/diaThor.Rd             |  252 +++++++++++++++++++++++----------------------
 man/diaThorAll.Rd          |  153 +++++++++++++--------------
 man/diat_cemfgs_rb.Rd      |   78 ++++++-------
 man/diat_checkName.Rd      |   42 +++----
 man/diat_ddi.Rd            |only
 man/diat_disp.Rd           |   88 +++++++--------
 man/diat_diversity.Rd      |   54 ++++-----
 man/diat_edi.Rd            |only
 man/diat_getDiatBarcode.Rd |   38 +++---
 man/diat_idch.Rd           |   88 +++++++--------
 man/diat_ips.Rd            |   88 +++++++--------
 man/diat_loadData.Rd       |   10 +
 man/diat_pdise.Rd          |only
 man/diat_sampleData.Rd     |    2 
 man/diat_sla.Rd            |    3 
 man/diat_spear.Rd          |   88 +++++++--------
 man/diat_taxaList.Rd       |   32 ++---
 man/diathor-package.Rd     |   40 +++----
 man/disp.Rd                |    2 
 man/edi.Rd                 |only
 man/idch.Rd                |   46 ++++----
 man/idp.Rd                 |   46 ++++----
 man/ilm.Rd                 |   46 ++++----
 man/ips.Rd                 |   43 ++++---
 man/lobo.Rd                |   40 +++----
 man/pbidw.Rd               |   46 ++++----
 man/pdise.Rd               |only
 man/sla.Rd                 |   46 ++++----
 man/spear.Rd               |    2 
 man/tdi.Rd                 |   46 ++++----
 65 files changed, 1074 insertions(+), 1087 deletions(-)

More information about diathor at CRAN
Permanent link

New package desk with initial version 1.1.2
Package: desk
Title: Didactic Econometrics Starter Kit
Version: 1.1.2
Description: Written to help undergraduate as well as graduate students to get started with R for basic econometrics without the need to import specific functions and datasets from many different sources. Primarily, the package is meant to accompany the German textbook Auer, L.v., Hoffmann, S., Kranz, T. (2024, ISBN: 978-3-662-68263-0) from which the exercises cover all the topics from the textbook Auer, L.v. (2023, ISBN: 978-3-658-42699-6).
URL: https://github.com/OvGU-SH/desk
BugReports: https://github.com/OvGU-SH/desk/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: cli, rstudioapi, stats, graphics, grDevices, utils
Suggests: wooldridge
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2024-12-20 10:11:07 UTC; Name
Author: Soenke Hoffmann [cre, aut], Tobias Kranz [aut]
Maintainer: Soenke Hoffmann <sohoffma@ovgu.de>
Repository: CRAN
Date/Publication: 2024-12-20 12:40:06 UTC

More information about desk at CRAN
Permanent link

Package argparse updated to version 2.2.5 with previous version 2.2.4 dated 2024-11-20

Title: Command Line Optional and Positional Argument Parser
Description: A command line parser to be used with 'Rscript' to write "#!" shebang scripts that gracefully accept positional and optional arguments and automatically generate usage.
Author: Trevor L. Davis [aut, cre] , Allen Day [ctb] , Python Software Foundation [ctb] , Paul Newell [ctb]
Maintainer: Trevor L. Davis <trevor.l.davis@gmail.com>

Diff between argparse versions 2.2.4 dated 2024-11-20 and 2.2.5 dated 2024-12-20

 argparse-2.2.4/argparse/R/utils.R                      |only
 argparse-2.2.5/argparse/DESCRIPTION                    |    8 +-
 argparse-2.2.5/argparse/MD5                            |   11 +--
 argparse-2.2.5/argparse/NEWS.md                        |    5 +
 argparse-2.2.5/argparse/README.md                      |    2 
 argparse-2.2.5/argparse/inst/doc/argparse.html         |   60 +++++++++++------
 argparse-2.2.5/argparse/tests/testthat/test-argparse.R |   26 +++----
 7 files changed, 65 insertions(+), 47 deletions(-)

More information about argparse at CRAN
Permanent link

New package sTSD with initial version 0.1.0
Package: sTSD
Title: Simulate Time Series Diagnostics
Version: 0.1.0
Maintainer: Steven Miller <steve@svmiller.com>
Description: These are tools that allow users to do time series diagnostics, primarily tests of unit root, by way of simulation. While there is nothing necessarily wrong with the received wisdom of critical values generated decades ago, simulation provides its own perks. Not only is simulation broadly informative as to what these various test statistics do and what are their plausible values, simulation provides more flexibility for assessing unit root by way of different thresholds or different hypothesized distributions.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
NeedsCompilation: no
Packaged: 2024-12-19 13:45:13 UTC; steve
Author: Steven Miller [aut, cre]
Repository: CRAN
Date/Publication: 2024-12-20 10:40:02 UTC

More information about sTSD at CRAN
Permanent link

Package OutcomeWeights updated to version 0.1.1 with previous version 0.1.0 dated 2024-11-21

Title: Outcome Weights of Treatment Effect Estimators
Description: Many treatment effect estimators can be written as weighted outcomes. These weights have established use cases like checking covariate balancing via packages like 'cobalt'. This package takes the original estimator objects and outputs these outcome weights. It builds on the general framework of Knaus (2024) <doi:10.48550/arXiv.2411.11559>. This version is compatible with the 'grf' package and provides an internal implementation of Double Machine Learning.
Author: Michael C. Knaus [aut, cre] , Henri Pfleiderer [ctb]
Maintainer: Michael C. Knaus <michael.knaus@uni-tuebingen.de>

Diff between OutcomeWeights versions 0.1.0 dated 2024-11-21 and 0.1.1 dated 2024-12-20

 DESCRIPTION                                   |    6 +--
 MD5                                           |    9 ++--
 NEWS.md                                       |    7 +++
 R/NuPa_honest_forest.R                        |    6 +--
 README.md                                     |   48 ++++++++++++++++----------
 tests/testthat/test-estimator_combinatorics.R |only
 6 files changed, 49 insertions(+), 27 deletions(-)

More information about OutcomeWeights at CRAN
Permanent link

New package multvardiv with initial version 1.0.10
Package: multvardiv
Title: Multivariate Probability Distributions, Statistical Divergence
Version: 1.0.10
Maintainer: Pierre Santagostini <pierre.santagostini@institut-agro.fr>
Description: Multivariate generalized Gaussian distribution, Multivariate Cauchy distribution, Multivariate t distribution. Distance between two distributions (see N. Bouhlel and A. Dziri (2019): <doi:10.1109/LSP.2019.2915000>, N. Bouhlel and D. Rousseau (2022): <doi:10.3390/e24060838>, N. Bouhlel and D. Rousseau (2023): <doi:10.1109/LSP.2023.3324594>). Manipulation of these multivariate probability distributions.
Depends: R (>= 4.4.0)
Imports: rgl, MASS, data.table
License: GPL (>= 3)
URL: https://forgemia.inra.fr/imhorphen/multvardiv
BugReports: https://forgemia.inra.fr/imhorphen/multvardiv/-/issues
Encoding: UTF-8
Suggests: testthat (>= 3.2.1)
NeedsCompilation: no
Packaged: 2024-12-19 16:27:32 UTC; psantagosti
Author: Pierre Santagostini [aut, cre], Nizar Bouhlel [aut]
Repository: CRAN
Date/Publication: 2024-12-20 11:00:02 UTC

More information about multvardiv at CRAN
Permanent link

New package ggtaxplot with initial version 0.0.1
Package: ggtaxplot
Title: Create Plots to Visualize Taxonomy
Version: 0.0.1
Maintainer: Clement Coclet <clement.coclet@gmail.com>
Description: Provides a comprehensive suite of functions for processing and visualizing taxonomic data. It includes functionality to clean and transform taxonomic data, categorize it into hierarchical ranks (such as Phylum, Class, Order, Family, and Genus), and calculate the relative abundance of each category. The package also generates a color palette for visual representation of the taxonomic data, allowing users to easily identify and differentiate between various taxonomic groups. Additionally, it features a river plot visualization to effectively display the distribution of individuals across different taxonomic ranks, facilitating insights into taxonomic visualization.
License: GPL-3
Imports: ggplot2, dplyr, tidyr, tidyverse, scales, RColorBrewer, cluster, vegan, ggalluvial, magrittr, rlang
Suggests: knitr, rmarkdown, testthat, devtools
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-19 17:39:58 UTC; ccoclet
Author: Clement Coclet [aut, cre]
Repository: CRAN
Date/Publication: 2024-12-20 11:00:06 UTC

More information about ggtaxplot at CRAN
Permanent link

New package ciphertext with initial version 0.1.0
Package: ciphertext
Title: Classical Cryptography Methods for Words and Phrases
Version: 0.1.0
Description: Classical cryptography methods for words and brief phrases. Substitution, transposition and concealment (null) ciphers are available, like Caesar, Vigenère, Atbash, affine, simple substitution, Playfair, rail fence, Scytale, single column, and Polybius ciphers.
License: GPL-3
URL: https://github.com/Luigi-Annic/ciphertext
BugReports: https://github.com/Luigi-Annic/ciphertext/issues
Encoding: UTF-8
Depends: R (>= 4.3.0)
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2024-12-19 14:37:44 UTC; luigi
Author: Luigi Annicchiarico [cre, aut]
Maintainer: Luigi Annicchiarico <luigi.annic@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-20 10:40:05 UTC

More information about ciphertext at CRAN
Permanent link

New package Certara.RsNLME.ModelBuilder with initial version 3.0.1
Package: Certara.RsNLME.ModelBuilder
Title: Pharmacometric Model Building Using 'shiny'
Version: 3.0.1
Description: Develop Nonlinear Mixed Effects (NLME) models for pharmacometrics using a 'shiny' interface. The Pharmacometric Modeling Language (PML) code updates in real time given changes to user inputs. Models can be executed using the 'Certara.RsNLME' package. Additional support to generate the underlying 'Certara.RsNLME' code to recreate the corresponding model in R is provided in the user interface.
Depends: R (>= 4.0)
License: LGPL-3
URL: https://certara.github.io/R-RsNLME-model-builder/
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Imports: Certara.RsNLME, shinymeta, shinyAce, bslib (>= 0.7.0), data.table, DT, ggplot2, ggforce, htmltools, htmlwidgets, magrittr, methods, shiny (>= 1.7.0), shinyjs, shinyWidgets, tools, utils, fs
NeedsCompilation: no
Packaged: 2024-12-19 17:16:42 UTC; jcraig
Author: James Craig [aut, cre], Mike Talley [aut], Shuhua Hu [ctb], Certara USA, Inc [cph, fnd]
Maintainer: James Craig <james.craig@certara.com>
Repository: CRAN
Date/Publication: 2024-12-20 11:00:10 UTC

More information about Certara.RsNLME.ModelBuilder at CRAN
Permanent link

New package bruneimap with initial version 0.3.1
Package: bruneimap
Title: Maps and Spatial Data of Brunei
Version: 0.3.1
Description: Provides spatial data for mapping Brunei, including boundaries for districts, mukims, and kampongs, as well as locations of key infrastructure such as masjids, hospitals, clinics, and schools. The package supports researchers, analysts, and developers working with Brunei’s geographic and demographic data, offering a quick and accessible foundation for creating maps and conducting spatial studies.
License: GPL (>= 3)
URL: https://github.com/Bruneiverse/bruneimap, https://bruneiverse.github.io/bruneimap/
BugReports: https://github.com/Bruneiverse/bruneimap/issues
Depends: R (>= 3.5), sf
Suggests: ggplot2, knitr, rmarkdown, tidyverse
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
Imports: dplyr, lifecycle
NeedsCompilation: no
Packaged: 2024-12-19 12:57:23 UTC; haziqj
Author: Haziq Jamil [aut, cre, cph] , Hafeezul Raziq [ctb], Alvin Bong [ctb], Aniq Najwa Ariffin [ctb], Danish Ikhwan Mohamad Zainin [ctb], Muhammad Rayme Hijazi Jassrie [ctb], Angela Chan [ctb], Irdina Batrisyia Norharddyman [ctb], Nursyafiqah Mohammad Yusu [...truncated...]
Maintainer: Haziq Jamil <haziq.jamil@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-20 10:40:09 UTC

More information about bruneimap at CRAN
Permanent link

New package backtestGraphics with initial version 0.1.7
Package: backtestGraphics
Title: Interactive Graphics for Portfolio Data
Description: Creates an interactive graphics interface to visualize backtest results of different financial instruments, such as equities, futures, and credit default swaps. The package does not run backtests on the given data set but displays a graphical explanation of the backtest results. Users can look at backtest graphics for different instruments, investment strategies, and portfolios. Summary statistics of different portfolio holdings are shown in the left panel, and interactive plots of profit and loss (P\&L), net market value (NMV) and gross market value (GMV) are displayed in the right panel.
Version: 0.1.7
Date: 2024-12-18
License: GPL-3
LazyData: true
Depends: R (>= 3.5.0)
Imports: dygraphs, dplyr, scales, xts, shiny
Suggests: testthat
NeedsCompilation: no
Packaged: 2024-12-19 01:48:25 UTC; milz
Repository: CRAN
Date/Publication: 2024-12-20 10:30:02 UTC
Encoding: UTF-8
Author: Yanrong Song [aut, cre], Zijie Zhu [aut], David Kane [aut], Ziqi Lu [aut], Karan Tibrewal [aut], Fan Zhang [aut]
Maintainer: Yanrong Song <yrsong129@gmail.com>

More information about backtestGraphics at CRAN
Permanent link

Package qfa updated to version 3.1 with previous version 2.1 dated 2023-08-21

Title: Quantile-Frequency Analysis (QFA) of Time Series
Description: Quantile-frequency analysis (QFA) of time series based on trigonometric quantile regression. References: [1] Li, T.-H. (2012) "Quantile periodograms", Journal of the American Statistical Association, 107, 765–776, <doi:10.1080/01621459.2012.682815>. [2] Li, T.-H. (2014) Time Series with Mixed Spectra, CRC Press, <doi:10.1201/b15154> [3] Li, T.-H. (2022) "Quantile Fourier transform, quantile series, and nonparametric estimation of quantile spectra", <doi:10.48550/arXiv.2211.05844>. [4] Li, T.-H. (2024) "Quantile crossing spectrum and spline autoregression estimation," <doi:10.48550/arXiv.2412.02513>.
Author: Ta-Hsin Li [cre, aut]
Maintainer: Ta-Hsin Li <thl024@outlook.com>

Diff between qfa versions 2.1 dated 2023-08-21 and 3.1 dated 2024-12-20

 qfa-2.1/qfa/R/qfa2.1.R              |only
 qfa-2.1/qfa/man/ar2qspec.Rd         |only
 qfa-2.1/qfa/man/qsmooth.qdft.Rd     |only
 qfa-2.1/qfa/man/qsmooth.qper.Rd     |only
 qfa-2.1/qfa/man/qspec.lwqs.Rd       |only
 qfa-2.1/qfa/man/qspec.qslw.Rd       |only
 qfa-2.1/qfa/man/qspec.sqrlw.Rd      |only
 qfa-2.1/qfa/man/sqdft.Rd            |only
 qfa-2.1/qfa/man/tsqr.fit.Rd         |only
 qfa-3.1/qfa/DESCRIPTION             |   26 +++++++++-----
 qfa-3.1/qfa/MD5                     |   65 ++++++++++++++++--------------------
 qfa-3.1/qfa/NAMESPACE               |   11 +-----
 qfa-3.1/qfa/R/qfa3.1.R              |only
 qfa-3.1/qfa/man/per.Rd              |only
 qfa-3.1/qfa/man/qacf.Rd             |    2 -
 qfa-3.1/qfa/man/qcser.Rd            |only
 qfa-3.1/qfa/man/qdft.Rd             |    2 -
 qfa-3.1/qfa/man/qdft2qacf.Rd        |    4 +-
 qfa-3.1/qfa/man/qdft2qper.Rd        |    8 ++--
 qfa-3.1/qfa/man/qdft2qser.Rd        |    4 +-
 qfa-3.1/qfa/man/qfa.plot.Rd         |    2 -
 qfa-3.1/qfa/man/qkl.divergence.Rd   |    4 +-
 qfa-3.1/qfa/man/qper.Rd             |    8 ++--
 qfa-3.1/qfa/man/qper2.Rd            |    2 -
 qfa-3.1/qfa/man/qser.Rd             |    2 -
 qfa-3.1/qfa/man/qser2ar.Rd          |    6 ++-
 qfa-3.1/qfa/man/qser2qacf.Rd        |only
 qfa-3.1/qfa/man/qser2sar.Rd         |    4 +-
 qfa-3.1/qfa/man/qspec.ar.Rd         |   24 +++++++++----
 qfa-3.1/qfa/man/qspec.lw.Rd         |   53 ++++++++++++++++++++---------
 qfa-3.1/qfa/man/qspec.sar.Rd        |    8 ++--
 qfa-3.1/qfa/man/qspec2qcoh.Rd       |    8 ++--
 qfa-3.1/qfa/man/sar.eq.bootstrap.Rd |    2 -
 qfa-3.1/qfa/man/sar.eq.test.Rd      |    4 +-
 qfa-3.1/qfa/man/sar.gc.bootstrap.Rd |    2 -
 qfa-3.1/qfa/man/sar.gc.coef.Rd      |    2 -
 qfa-3.1/qfa/man/sar.gc.test.Rd      |    4 +-
 qfa-3.1/qfa/man/sqr.fit.Rd          |    2 -
 qfa-3.1/qfa/man/tqr.fit.Rd          |    2 -
 qfa-3.1/qfa/src/rqfnb.f             |    2 -
 40 files changed, 147 insertions(+), 116 deletions(-)

More information about qfa at CRAN
Permanent link

Package logib updated to version 0.2.0 with previous version 0.1.2 dated 2021-11-21

Title: Salary Analysis by the Swiss Federal Office for Gender Equality
Description: Implementation of the Swiss Confederation's standard analysis model for salary analyses <https://www.ebg.admin.ch/en/equal-pay-analysis-with-logib> in R. The analysis is run at company-level and the model is intended for medium-sized and large companies. It can technically be used with 50 or more employees (apprentices, trainees/interns and expats are not included in the analysis). Employees with at least 100 employees are required by the Gender Equality Act to conduct an equal pay analysis. This package allows users to run the equal salary analysis in R, providing additional transparency with respect to the methodology and simple automation possibilities.
Author: Marc Stoeckli [aut, cre], Jonathan Chassot [aut], Jeremy Kolly [ctb], Federal Office for Gender Equality of Switzerland [cph, fnd]
Maintainer: Marc Stoeckli <marc.stoeckli@ebg.admin.ch>

Diff between logib versions 0.1.2 dated 2021-11-21 and 0.2.0 dated 2024-12-20

 logib-0.1.2/logib/R/sysdata.rda                                     |only
 logib-0.1.2/logib/data/datalist_imprimerie.rda                      |only
 logib-0.1.2/logib/man/cleanup_errors.Rd                             |only
 logib-0.1.2/logib/man/datalist_imprimerie.Rd                        |only
 logib-0.1.2/logib/tests/testthat/test_analysis.R                    |only
 logib-0.2.0/logib/DESCRIPTION                                       |   48 +-
 logib-0.2.0/logib/MD5                                               |   79 ++--
 logib-0.2.0/logib/NAMESPACE                                         |   15 
 logib-0.2.0/logib/NEWS.md                                           |   16 
 logib-0.2.0/logib/R/analysis.R                                      |   69 +---
 logib-0.2.0/logib/R/data.R                                          |    6 
 logib-0.2.0/logib/R/data_check.R                                    |  158 +++++----
 logib-0.2.0/logib/R/data_preparation.R                              |  166 +++++-----
 logib-0.2.0/logib/R/data_transformation.R                           |   21 -
 logib-0.2.0/logib/R/datalists.R                                     |   73 +++-
 logib-0.2.0/logib/R/models.R                                        |   17 -
 logib-0.2.0/logib/README.md                                         |   15 
 logib-0.2.0/logib/data/all_column_names.rda                         |only
 logib-0.2.0/logib/data/datalist_example.rda                         |only
 logib-0.2.0/logib/man/all_column_names.Rd                           |   34 +-
 logib-0.2.0/logib/man/analysis.Rd                                   |   43 +-
 logib-0.2.0/logib/man/build_custom_mapping.Rd                       |   72 ++--
 logib-0.2.0/logib/man/build_errors.Rd                               |   60 +--
 logib-0.2.0/logib/man/check_data.Rd                                 |   48 +-
 logib-0.2.0/logib/man/compute_age.Rd                                |   54 +--
 logib-0.2.0/logib/man/compute_years_of_service.Rd                   |   72 ++--
 logib-0.2.0/logib/man/datalist_example.Rd                           |only
 logib-0.2.0/logib/man/download_datalist.Rd                          |   44 +-
 logib-0.2.0/logib/man/download_example_datalist.Rd                  |only
 logib-0.2.0/logib/man/feb29_between.Rd                              |   40 +-
 logib-0.2.0/logib/man/get_kennedy_estimator.Rd                      |   60 +--
 logib-0.2.0/logib/man/prepare_data.Rd                               |  124 +++----
 logib-0.2.0/logib/man/read_data.Rd                                  |   86 ++---
 logib-0.2.0/logib/man/read_official_excel.Rd                        |   38 +-
 logib-0.2.0/logib/man/run_standard_analysis_model.Rd                |   64 +--
 logib-0.2.0/logib/man/summary.analysis_model.Rd                     |    5 
 logib-0.2.0/logib/man/transform_data.Rd                             |   86 ++---
 logib-0.2.0/logib/man/within_a_year.Rd                              |   40 +-
 logib-0.2.0/logib/man/yearfrac.Rd                                   |   44 +-
 logib-0.2.0/logib/tests/testthat.R                                  |    1 
 logib-0.2.0/logib/tests/testthat/Beispiel_Datenblatt_M1.xlsx        |only
 logib-0.2.0/logib/tests/testthat/Datalist_d.xlsx                    |only
 logib-0.2.0/logib/tests/testthat/Datalist_e.xlsx                    |only
 logib-0.2.0/logib/tests/testthat/Datalist_f.xlsx                    |only
 logib-0.2.0/logib/tests/testthat/Datalist_i.xlsx                    |only
 logib-0.2.0/logib/tests/testthat/Esempio_foglio_di_dati_M1.xlsx     |only
 logib-0.2.0/logib/tests/testthat/Example_data_sheet_M1.xlsx         |only
 logib-0.2.0/logib/tests/testthat/Exemple_feuille_de_donnees_M1.xlsx |only
 logib-0.2.0/logib/tests/testthat/test-analysis.R                    |only
 logib-0.2.0/logib/tests/testthat/test-download.R                    |only
 50 files changed, 921 insertions(+), 777 deletions(-)

More information about logib at CRAN
Permanent link

Package holiglm updated to version 1.0.1 with previous version 1.0.0 dated 2024-02-15

Title: Holistic Generalized Linear Models
Description: Holistic generalized linear models (HGLMs) extend generalized linear models (GLMs) by enabling the possibility to add further constraints to the model. The 'holiglm' package simplifies estimating HGLMs using convex optimization. Additional information about the package can be found in the reference manual, the 'README' and the accompanying paper <doi:10.18637/jss.v108.i07>.
Author: Benjamin Schwendinger [aut, cre], Florian Schwendinger [aut], Laura Vana [aut]
Maintainer: Benjamin Schwendinger <benjaminschwe@gmail.com>

Diff between holiglm versions 1.0.0 dated 2024-02-15 and 1.0.1 dated 2024-12-20

 holiglm-1.0.0/holiglm/inst/doc/extending_holiglm.Rmd    |only
 holiglm-1.0.0/holiglm/inst/doc/extending_holiglm.html   |only
 holiglm-1.0.0/holiglm/vignettes/extending_holiglm.Rmd   |only
 holiglm-1.0.1/holiglm/DESCRIPTION                       |   12 
 holiglm-1.0.1/holiglm/MD5                               |   41 +--
 holiglm-1.0.1/holiglm/NAMESPACE                         |    2 
 holiglm-1.0.1/holiglm/R/auxiliary.R                     |    6 
 holiglm-1.0.1/holiglm/R/hglm.R                          |   57 ++--
 holiglm-1.0.1/holiglm/R/log-likelihood.R                |  199 +++++++++++++++-
 holiglm-1.0.1/holiglm/R/simulate.R                      |    4 
 holiglm-1.0.1/holiglm/build/partial.rdb                 |binary
 holiglm-1.0.1/holiglm/build/vignette.rds                |binary
 holiglm-1.0.1/holiglm/inst/doc/conic_representable.html |  130 +++++-----
 holiglm-1.0.1/holiglm/inst/doc/solver_installation.Rmd  |    2 
 holiglm-1.0.1/holiglm/inst/doc/solver_installation.html |   34 ++
 holiglm-1.0.1/holiglm/inst/tinytest/test_binomial.R     |    5 
 holiglm-1.0.1/holiglm/inst/tinytest/test_gaussian.R     |    5 
 holiglm-1.0.1/holiglm/inst/tinytest/test_poisson.R      |    5 
 holiglm-1.0.1/holiglm/man/hglm.Rd                       |   12 
 holiglm-1.0.1/holiglm/man/hglm_fit.Rd                   |    5 
 holiglm-1.0.1/holiglm/man/hglm_model.Rd                 |    5 
 holiglm-1.0.1/holiglm/man/holiglm-package.Rd            |    1 
 holiglm-1.0.1/holiglm/vignettes/solver_installation.Rmd |    2 
 23 files changed, 376 insertions(+), 151 deletions(-)

More information about holiglm at CRAN
Permanent link

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

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

2024-12-13 1.1

Permanent link
Package aifeducation updated to version 1.0.0 with previous version 0.3.3 dated 2024-04-22

Title: Artificial Intelligence for Education
Description: In social and educational settings, the use of Artificial Intelligence (AI) is a challenging task. Relevant data is often only available in handwritten forms, or the use of data is restricted by privacy policies. This often leads to small data sets. Furthermore, in the educational and social sciences, data is often unbalanced in terms of frequencies. To support educators as well as educational and social researchers in using the potentials of AI for their work, this package provides a unified interface for neural nets in 'PyTorch' to deal with natural language problems. In addition, the package ships with a shiny app, providing a graphical user interface. This allows the usage of AI for people without skills in writing python/R scripts. The tools integrate existing mathematical and statistical methods for dealing with small data sets via pseudo-labeling (e.g. Cascante-Bonilla et al. (2020) <doi:10.48550/arXiv.2001.06001>) and imbalanced data via the creation of synthetic cases [...truncated...]
Author: Berding Florian [aut, cre] , Tykhonova Yuliia [aut] , Pargmann Julia [ctb] , Leube Anna [ctb] , Riebenbauer Elisabeth [ctb] , Rebmann Karin [ctb], Slopinski Andreas [ctb]
Maintainer: Berding Florian <florian.berding@uni-hamburg.de>

Diff between aifeducation versions 0.3.3 dated 2024-04-22 and 1.0.0 dated 2024-12-20

 aifeducation-0.3.3/aifeducation/R/aif_gui.R                                            |only
 aifeducation-0.3.3/aifeducation/R/aux_fct.R                                            |only
 aifeducation-0.3.3/aifeducation/R/aux_gui.R                                            |only
 aifeducation-0.3.3/aifeducation/R/preparation.R                                        |only
 aifeducation-0.3.3/aifeducation/R/te_classifier_neuralnet_model.R                      |only
 aifeducation-0.3.3/aifeducation/R/text_embedding_model.R                               |only
 aifeducation-0.3.3/aifeducation/R/transformer_bert.R                                   |only
 aifeducation-0.3.3/aifeducation/R/transformer_deberta_v2.R                             |only
 aifeducation-0.3.3/aifeducation/R/transformer_funnel.R                                 |only
 aifeducation-0.3.3/aifeducation/R/transformer_longformer.R                             |only
 aifeducation-0.3.3/aifeducation/R/transformer_roberta.R                                |only
 aifeducation-0.3.3/aifeducation/data/test_classifier_sustainability.rda                |only
 aifeducation-0.3.3/aifeducation/data/test_metric_mean.rda                              |only
 aifeducation-0.3.3/aifeducation/inst/doc/sharing_and_publishing.R                      |only
 aifeducation-0.3.3/aifeducation/inst/doc/sharing_and_publishing.Rmd                    |only
 aifeducation-0.3.3/aifeducation/inst/doc/sharing_and_publishing.html                   |only
 aifeducation-0.3.3/aifeducation/man/AifeducationConfiguration.Rd                       |only
 aifeducation-0.3.3/aifeducation/man/TextEmbeddingClassifierNeuralNet.Rd                |only
 aifeducation-0.3.3/aifeducation/man/aifeducation_config.Rd                             |only
 aifeducation-0.3.3/aifeducation/man/array_to_matrix.Rd                                 |only
 aifeducation-0.3.3/aifeducation/man/bow_pp_create_basic_text_rep.Rd                    |only
 aifeducation-0.3.3/aifeducation/man/bow_pp_create_vocab_draft.Rd                       |only
 aifeducation-0.3.3/aifeducation/man/check_embedding_models.Rd                          |only
 aifeducation-0.3.3/aifeducation/man/combine_embeddings.Rd                              |only
 aifeducation-0.3.3/aifeducation/man/create_bert_model.Rd                               |only
 aifeducation-0.3.3/aifeducation/man/create_deberta_v2_model.Rd                         |only
 aifeducation-0.3.3/aifeducation/man/create_funnel_model.Rd                             |only
 aifeducation-0.3.3/aifeducation/man/create_iota2_mean_object.Rd                        |only
 aifeducation-0.3.3/aifeducation/man/create_longformer_model.Rd                         |only
 aifeducation-0.3.3/aifeducation/man/create_roberta_model.Rd                            |only
 aifeducation-0.3.3/aifeducation/man/create_synthetic_units.Rd                          |only
 aifeducation-0.3.3/aifeducation/man/figures/gui_aife_readme.JPG                        |only
 aifeducation-0.3.3/aifeducation/man/get_folds.Rd                                       |only
 aifeducation-0.3.3/aifeducation/man/get_stratified_train_test_split.Rd                 |only
 aifeducation-0.3.3/aifeducation/man/get_synthetic_cases.Rd                             |only
 aifeducation-0.3.3/aifeducation/man/get_train_test_split.Rd                            |only
 aifeducation-0.3.3/aifeducation/man/load_ai_model.Rd                                   |only
 aifeducation-0.3.3/aifeducation/man/save_ai_model.Rd                                   |only
 aifeducation-0.3.3/aifeducation/man/split_labeled_unlabeled.Rd                         |only
 aifeducation-0.3.3/aifeducation/man/test_classifier_sustainability.Rd                  |only
 aifeducation-0.3.3/aifeducation/man/test_metric_mean.Rd                                |only
 aifeducation-0.3.3/aifeducation/man/train_tune_bert_model.Rd                           |only
 aifeducation-0.3.3/aifeducation/man/train_tune_deberta_v2_model.Rd                     |only
 aifeducation-0.3.3/aifeducation/man/train_tune_funnel_model.Rd                         |only
 aifeducation-0.3.3/aifeducation/man/train_tune_longformer_model.Rd                     |only
 aifeducation-0.3.3/aifeducation/man/train_tune_roberta_model.Rd                        |only
 aifeducation-0.3.3/aifeducation/man/update_aifeducation_progress_bar.Rd                |only
 aifeducation-0.3.3/aifeducation/man/update_aifeducation_progress_bar_epochs.Rd         |only
 aifeducation-0.3.3/aifeducation/man/update_aifeducation_progress_bar_steps.Rd          |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test-01_vocab_draft.R                   |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test-02_basic_text_rep.R                |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test-03_text_embedding_model_gvc_lda.R  |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test-04_transformer_models.R            |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test-05_classifier_neural_net.R         |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test-06_install_and_config.R            |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test_data/classifier                    |only
 aifeducation-0.3.3/aifeducation/tests/testthat/test_data/gvc_lda                       |only
 aifeducation-0.3.3/aifeducation/vignettes/sharing_and_publishing.Rmd                   |only
 aifeducation-1.0.0/aifeducation/DESCRIPTION                                            |   70 -
 aifeducation-1.0.0/aifeducation/MD5                                                    |  312 +++--
 aifeducation-1.0.0/aifeducation/NAMESPACE                                              |   83 -
 aifeducation-1.0.0/aifeducation/NEWS.md                                                |  232 +++
 aifeducation-1.0.0/aifeducation/R/AIFEBaseModel.R                                      |only
 aifeducation-1.0.0/aifeducation/R/AIFETransformerMaker.R                               |only
 aifeducation-1.0.0/aifeducation/R/DataManager.R                                        |only
 aifeducation-1.0.0/aifeducation/R/EmbeddedText.R                                       |only
 aifeducation-1.0.0/aifeducation/R/FeatureExtractor.R                                   |only
 aifeducation-1.0.0/aifeducation/R/LargeDataSetBase.R                                   |only
 aifeducation-1.0.0/aifeducation/R/LargeDataSetForTextEmbeddings.R                      |only
 aifeducation-1.0.0/aifeducation/R/LargeDataSetForTexts.R                               |only
 aifeducation-1.0.0/aifeducation/R/RcppExports.R                                        |   12 
 aifeducation-1.0.0/aifeducation/R/Studio.R                                             |only
 aifeducation-1.0.0/aifeducation/R/Studio_BaseModel_CCardModelArchitecture.R            |only
 aifeducation-1.0.0/aifeducation/R/Studio_BaseModel_Create.R                            |only
 aifeducation-1.0.0/aifeducation/R/Studio_BaseModel_TCardBaseModel.R                    |only
 aifeducation-1.0.0/aifeducation/R/Studio_BaseModel_TCardDataset.R                      |only
 aifeducation-1.0.0/aifeducation/R/Studio_BaseModel_TCardTrainTuneSettings.R            |only
 aifeducation-1.0.0/aifeducation/R/Studio_BaseModel_Train.R                             |only
 aifeducation-1.0.0/aifeducation/R/Studio_Classifier_Create.R                           |only
 aifeducation-1.0.0/aifeducation/R/Studio_Classifier_Use.R                              |only
 aifeducation-1.0.0/aifeducation/R/Studio_DocumentationPage.R                           |only
 aifeducation-1.0.0/aifeducation/R/Studio_ErrorModal_ProcessModal.R                     |only
 aifeducation-1.0.0/aifeducation/R/Studio_Error_Checks.R                                |only
 aifeducation-1.0.0/aifeducation/R/Studio_ExtendedTasks.R                               |only
 aifeducation-1.0.0/aifeducation/R/Studio_FeatureExtractor_Create.R                     |only
 aifeducation-1.0.0/aifeducation/R/Studio_FeatureExtractor_Use.R                        |only
 aifeducation-1.0.0/aifeducation/R/Studio_Home.R                                        |only
 aifeducation-1.0.0/aifeducation/R/Studio_License.R                                     |only
 aifeducation-1.0.0/aifeducation/R/Studio_ProgressModal.R                               |only
 aifeducation-1.0.0/aifeducation/R/Studio_SaveModal.R                                   |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_Classifier_Predict.R                     |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_DM_CreateTextDataSet.R                   |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_DM_DataSetEditor.R                       |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_DM_TableEditor.R                         |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_Description.R                            |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_Embed.R                                  |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_Fill_Mask.R                              |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_Reliability.R                            |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_TokenizerEncodeDecode.R                  |only
 aifeducation-1.0.0/aifeducation/R/Studio_Tabs_Training.R                               |only
 aifeducation-1.0.0/aifeducation/R/Studio_TextEmbeddingModel_Create.R                   |only
 aifeducation-1.0.0/aifeducation/R/Studio_TextEmbeddingModel_Use.R                      |only
 aifeducation-1.0.0/aifeducation/R/TEClassifierProtoNet.R                               |only
 aifeducation-1.0.0/aifeducation/R/TEClassifierRegular.R                                |only
 aifeducation-1.0.0/aifeducation/R/TextEmbeddingModel.R                                 |only
 aifeducation-1.0.0/aifeducation/R/data.R                                               |   54 
 aifeducation-1.0.0/aifeducation/R/dotAIFEBaseTransformer.R                             |only
 aifeducation-1.0.0/aifeducation/R/dotAIFEBertTransfomer.R                              |only
 aifeducation-1.0.0/aifeducation/R/dotAIFECustomTransformer.R                           |only
 aifeducation-1.0.0/aifeducation/R/dotAIFEDebertaTransformer.R                          |only
 aifeducation-1.0.0/aifeducation/R/dotAIFEFunnelTransformer.R                           |only
 aifeducation-1.0.0/aifeducation/R/dotAIFELongformerTransformer.R                       |only
 aifeducation-1.0.0/aifeducation/R/dotAIFEMpnetTransformer.R                            |only
 aifeducation-1.0.0/aifeducation/R/dotAIFERobertaTransformer.R                          |only
 aifeducation-1.0.0/aifeducation/R/install_and_config.R                                 |  589 ++++-----
 aifeducation-1.0.0/aifeducation/R/onLoad.R                                             |  101 -
 aifeducation-1.0.0/aifeducation/R/performance_measures.R                               |only
 aifeducation-1.0.0/aifeducation/R/saving_and_loading.R                                 |  317 ++---
 aifeducation-1.0.0/aifeducation/R/sustainability.R                                     |  111 +
 aifeducation-1.0.0/aifeducation/R/utils_DataManager.R                                  |only
 aifeducation-1.0.0/aifeducation/R/utils_LargeDataSets.R                                |only
 aifeducation-1.0.0/aifeducation/R/utils_Studio.R                                       |only
 aifeducation-1.0.0/aifeducation/R/utils_TeClassifier.R                                 |only
 aifeducation-1.0.0/aifeducation/R/utils_check.R                                        |only
 aifeducation-1.0.0/aifeducation/R/utils_doc_helpers.R                                  |only
 aifeducation-1.0.0/aifeducation/R/utils_general.R                                      |only
 aifeducation-1.0.0/aifeducation/R/utils_log.R                                          |only
 aifeducation-1.0.0/aifeducation/R/utils_python_conda.R                                 |only
 aifeducation-1.0.0/aifeducation/R/utils_transformer.R                                  |only
 aifeducation-1.0.0/aifeducation/README.md                                              |  203 +--
 aifeducation-1.0.0/aifeducation/build/partial.rdb                                      |binary
 aifeducation-1.0.0/aifeducation/build/vignette.rds                                     |binary
 aifeducation-1.0.0/aifeducation/data/vignette_classifier.rda                           |only
 aifeducation-1.0.0/aifeducation/data/vignette_classifier_ProtoNet.rda                  |only
 aifeducation-1.0.0/aifeducation/data/vignette_classifier_sc_pl.rda                     |only
 aifeducation-1.0.0/aifeducation/inst/CITATION                                          |    7 
 aifeducation-1.0.0/aifeducation/inst/LICENSE_GPL3.md                                   |only
 aifeducation-1.0.0/aifeducation/inst/doc/aifeducation.R                                |  107 -
 aifeducation-1.0.0/aifeducation/inst/doc/aifeducation.Rmd                              |  342 +----
 aifeducation-1.0.0/aifeducation/inst/doc/aifeducation.html                             |  332 +----
 aifeducation-1.0.0/aifeducation/inst/python/DataCollatorForMPLM_PT.py                  |only
 aifeducation-1.0.0/aifeducation/inst/python/FillMaskForMPLM.py                         |only
 aifeducation-1.0.0/aifeducation/inst/python/MPNetForMPLM_PT.py                         |only
 aifeducation-1.0.0/aifeducation/inst/python/datasets_transformer_compute_vocabulary.py |   34 
 aifeducation-1.0.0/aifeducation/inst/python/datasets_transformer_prepare_data.py       |  154 +-
 aifeducation-1.0.0/aifeducation/inst/python/keras_callbacks.py                         |  112 +
 aifeducation-1.0.0/aifeducation/inst/python/keras_te_classifier.py                     |   18 
 aifeducation-1.0.0/aifeducation/inst/python/py_functions.py                            |only
 aifeducation-1.0.0/aifeducation/inst/python/py_log.py                                  |only
 aifeducation-1.0.0/aifeducation/inst/python/pytorch_autoencoder.py                     |only
 aifeducation-1.0.0/aifeducation/inst/python/pytorch_te_classifier.py                   |  600 ++++++----
 aifeducation-1.0.0/aifeducation/inst/python/pytorch_te_protonet.py                     |only
 aifeducation-1.0.0/aifeducation/inst/python/pytorch_transformer_callbacks.py           |  109 +
 aifeducation-1.0.0/aifeducation/inst/studio_app                                        |only
 aifeducation-1.0.0/aifeducation/man/AIFEBaseModel.Rd                                   |only
 aifeducation-1.0.0/aifeducation/man/AIFETrType.Rd                                      |only
 aifeducation-1.0.0/aifeducation/man/AIFETransformerMaker.Rd                            |only
 aifeducation-1.0.0/aifeducation/man/DataManagerClassifier.Rd                           |only
 aifeducation-1.0.0/aifeducation/man/EmbeddedText.Rd                                    |  307 ++++-
 aifeducation-1.0.0/aifeducation/man/LargeDataSetBase.Rd                                |only
 aifeducation-1.0.0/aifeducation/man/LargeDataSetForText.Rd                             |only
 aifeducation-1.0.0/aifeducation/man/LargeDataSetForTextEmbeddings.Rd                   |only
 aifeducation-1.0.0/aifeducation/man/License_Server.Rd                                  |only
 aifeducation-1.0.0/aifeducation/man/Reliability_Server.Rd                              |only
 aifeducation-1.0.0/aifeducation/man/Reliability_UI.Rd                                  |only
 aifeducation-1.0.0/aifeducation/man/TEClassifierProtoNet.Rd                            |only
 aifeducation-1.0.0/aifeducation/man/TEClassifierRegular.Rd                             |only
 aifeducation-1.0.0/aifeducation/man/TEFeatureExtractor.Rd                              |only
 aifeducation-1.0.0/aifeducation/man/TextEmbeddingModel.Rd                              |  343 +++--
 aifeducation-1.0.0/aifeducation/man/aife_transformer_maker.Rd                          |only
 aifeducation-1.0.0/aifeducation/man/auto_n_cores.Rd                                    |only
 aifeducation-1.0.0/aifeducation/man/calc_standard_classification_measures.Rd           |   28 
 aifeducation-1.0.0/aifeducation/man/check_aif_py_modules.Rd                            |   29 
 aifeducation-1.0.0/aifeducation/man/clean_pytorch_log_transformers.Rd                  |   34 
 aifeducation-1.0.0/aifeducation/man/cohens_kappa.Rd                                    |only
 aifeducation-1.0.0/aifeducation/man/create_config_state.Rd                             |only
 aifeducation-1.0.0/aifeducation/man/create_data_embeddings_description.Rd              |only
 aifeducation-1.0.0/aifeducation/man/create_dir.Rd                                      |only
 aifeducation-1.0.0/aifeducation/man/create_synthetic_units_from_matrix.Rd              |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFEBaseTransformer.Rd                         |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFEBertTransformer.Rd                         |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFEDebertaTransformer.Rd                      |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFEFunnelTransformer.Rd                       |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFELongformerTransformer.Rd                   |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFEMpnetTransformer.Rd                        |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFERobertaTransformer.Rd                      |only
 aifeducation-1.0.0/aifeducation/man/dot-AIFETrObj.Rd                                   |only
 aifeducation-1.0.0/aifeducation/man/figures/home.png                                   |only
 aifeducation-1.0.0/aifeducation/man/figures/logo.png                                   |only
 aifeducation-1.0.0/aifeducation/man/figures/transformer_params_list.png                |only
 aifeducation-1.0.0/aifeducation/man/figures/transformer_temp_list.png                  |only
 aifeducation-1.0.0/aifeducation/man/fleiss_kappa.Rd                                    |only
 aifeducation-1.0.0/aifeducation/man/generate_id.Rd                                     |   36 
 aifeducation-1.0.0/aifeducation/man/get_coder_metrics.Rd                               |   76 -
 aifeducation-1.0.0/aifeducation/man/get_file_extension.Rd                              |only
 aifeducation-1.0.0/aifeducation/man/get_n_chunks.Rd                                    |   46 
 aifeducation-1.0.0/aifeducation/man/get_py_package_versions.Rd                         |only
 aifeducation-1.0.0/aifeducation/man/get_synthetic_cases_from_matrix.Rd                 |only
 aifeducation-1.0.0/aifeducation/man/imdb_movie_reviews.Rd                              |   55 
 aifeducation-1.0.0/aifeducation/man/install_aifeducation.Rd                            |only
 aifeducation-1.0.0/aifeducation/man/install_py_modules.Rd                              |   65 -
 aifeducation-1.0.0/aifeducation/man/is.null_or_na.Rd                                   |   35 
 aifeducation-1.0.0/aifeducation/man/kendalls_w.Rd                                      |only
 aifeducation-1.0.0/aifeducation/man/kripp_alpha.Rd                                     |only
 aifeducation-1.0.0/aifeducation/man/load_from_disk.Rd                                  |only
 aifeducation-1.0.0/aifeducation/man/long_load_target_data.Rd                           |only
 aifeducation-1.0.0/aifeducation/man/matrix_to_array_c.Rd                               |   28 
 aifeducation-1.0.0/aifeducation/man/output_message.Rd                                  |only
 aifeducation-1.0.0/aifeducation/man/print_message.Rd                                   |only
 aifeducation-1.0.0/aifeducation/man/run_py_file.Rd                                     |only
 aifeducation-1.0.0/aifeducation/man/save_to_disk.Rd                                    |only
 aifeducation-1.0.0/aifeducation/man/set_config_cpu_only.Rd                             |   54 
 aifeducation-1.0.0/aifeducation/man/set_config_gpu_low_memory.Rd                       |   58 
 aifeducation-1.0.0/aifeducation/man/set_config_os_environ_logger.Rd                    |   58 
 aifeducation-1.0.0/aifeducation/man/set_config_tf_logger.Rd                            |   56 
 aifeducation-1.0.0/aifeducation/man/set_transformers_logger.Rd                         |   59 
 aifeducation-1.0.0/aifeducation/man/start_aifeducation_studio.Rd                       |    4 
 aifeducation-1.0.0/aifeducation/man/summarize_tracked_sustainability.Rd                |   23 
 aifeducation-1.0.0/aifeducation/man/to_categorical_c.Rd                                |   15 
 aifeducation-1.0.0/aifeducation/man/vignette_classifier.Rd                             |only
 aifeducation-1.0.0/aifeducation/man/vignette_classifier_ProtoNet.Rd                    |only
 aifeducation-1.0.0/aifeducation/man/vignette_classifier_sc_pl.Rd                       |only
 aifeducation-1.0.0/aifeducation/src/aux_fcts.cpp                                       |   26 
 aifeducation-1.0.0/aifeducation/tests/testthat.R                                       |    6 
 aifeducation-1.0.0/aifeducation/tests/testthat/test-00_00_print_information_tests.R    |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-00_01_generating_test_data.R       |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-00_02_setup_Classifiers.R          |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-01_LargeDataSetForTexts.R          |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-02_LargeDataSetForTextEmbeddings.R |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-03_EmbeddedText.R                  |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-04_DataManager.R                   |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-05_FeatureExtractor.R              |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-06_transformer_models.R            |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-07_TextEmbeddingModels.R           |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-08_TEClassifierRegular.R           |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-09_TEClassifierProtoNet.R          |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-19_Performance_Measures.R          |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-20_install_and_config.R            |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test-99_clean_tmp_directories.R         |only
 aifeducation-1.0.0/aifeducation/tests/testthat/test_data/LargeDataSetForTexts          |only
 aifeducation-1.0.0/aifeducation/vignettes/aifeducation.Rmd                             |  342 +----
 241 files changed, 2917 insertions(+), 2765 deletions(-)

More information about aifeducation at CRAN
Permanent link

Package gastempt updated to version 0.7.0 with previous version 0.6.2 dated 2024-12-04

Title: Analyzing Gastric Emptying from MRI or Scintigraphy
Description: Fits gastric emptying time series from MRI or 'scintigraphic' measurements using nonlinear mixed-model population fits with 'nlme' and Bayesian methods with Stan; computes derived parameters such as t50 and AUC.
Author: Dieter Menne [aut, cre]
Maintainer: Dieter Menne <dieter.menne@menne-biomed.de>

Diff between gastempt versions 0.6.2 dated 2024-12-04 and 0.7.0 dated 2024-12-20

 DESCRIPTION                   |   16 +--
 MD5                           |   21 ++--
 R/fitfuncs.r                  |    2 
 R/fitnlme.R                   |    7 +
 R/fitparams.R                 |   61 +++++++++++---
 R/stan_gastempt.R             |   16 +--
 inst/doc/gastempt.html        |    4 
 inst/shiny/server.R           |    6 -
 man/simulate_gastempt.Rd      |  182 +++++++++++++++++++++---------------------
 man/stan_gastempt.Rd          |   12 +-
 tests/testthat/_snaps         |only
 tests/testthat/test-fitnlme.R |    7 +
 12 files changed, 188 insertions(+), 146 deletions(-)

More information about gastempt at CRAN
Permanent link

Thu, 19 Dec 2024

Package FuzzyImputationTest updated to version 0.3.8 with previous version 0.3.6 dated 2024-12-11

Title: Imputation Procedures and Quality Tests for Fuzzy Data
Description: Special procedures for the imputation of missing fuzzy numbers are still underdeveloped. The goal of the package is to provide the new d-imputation method (DIMP for short, Romaniuk, M. and Grzegorzewski, P. (2023) "Fuzzy Data Imputation with DIMP and FGAIN" RB/23/2023) and covert some classical ones applied in R packages ('missForest','miceRanger','knn') for use with fuzzy datasets. Additionally, specially tailored benchmarking tests are provided to check and compare these imputation procedures with fuzzy datasets.
Author: Maciej Romaniuk [cre, aut]
Maintainer: Maciej Romaniuk <mroman@ibspan.waw.pl>

Diff between FuzzyImputationTest versions 0.3.6 dated 2024-12-11 and 0.3.8 dated 2024-12-19

 FuzzyImputationTest-0.3.6/FuzzyImputationTest/R/distanceNames.R                          |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/R/errorTypes.R                             |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/R/measuresTypes.R                          |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/R/setsNames.R                              |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/R/testsNames.R                             |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/man/distanceNames.Rd                       |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/man/errorTypes.Rd                          |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/man/measuresTypes.Rd                       |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/man/setsNames.Rd                           |only
 FuzzyImputationTest-0.3.6/FuzzyImputationTest/man/testsNames.Rd                          |only
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/DESCRIPTION                                |    6 -
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/MD5                                        |   32 ++++------
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/NAMESPACE                                  |    7 --
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/R/ImputationTests.R                        |   25 +++++--
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/R/MethodsComparison.R                      |   17 +++--
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/R/summary.impTest.R                        |only
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/R/summary.metComp.R                        |only
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/R/utils.R                                  |   22 ++++++
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/man/ImputationTests.Rd                     |   10 ++-
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/man/MethodsComparison.Rd                   |    9 ++
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/man/summary.impTest.Rd                     |only
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/man/summary.metComp.Rd                     |only
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/tests/testthat/_snaps/ImputationTests.md   |    8 ++
 FuzzyImputationTest-0.3.8/FuzzyImputationTest/tests/testthat/_snaps/MethodsComparison.md |    6 +
 24 files changed, 97 insertions(+), 45 deletions(-)

More information about FuzzyImputationTest at CRAN
Permanent link

Package DemographicTable updated to version 0.1.10 with previous version 0.1.9 dated 2024-09-17

Title: Creating Demographic Table
Description: Functions for creating demographic table of simple summary statistics and comparison(s) over one or more groups. Returned value is printed via package 'flextable'.
Author: Tingting Zhan [aut, cre, cph]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>

Diff between DemographicTable versions 0.1.9 dated 2024-09-17 and 0.1.10 dated 2024-12-19

 DemographicTable-0.1.10/DemographicTable/DESCRIPTION                          |   34 -
 DemographicTable-0.1.10/DemographicTable/MD5                                  |   37 -
 DemographicTable-0.1.10/DemographicTable/NAMESPACE                            |   36 -
 DemographicTable-0.1.10/DemographicTable/NEWS.md                              |    4 
 DemographicTable-0.1.10/DemographicTable/R/0PACKAGE.R                         |    2 
 DemographicTable-0.1.10/DemographicTable/R/DemographicTable.R                 |  312 +++-------
 DemographicTable-0.1.10/DemographicTable/R/as_flextable.R                     |only
 DemographicTable-0.1.10/DemographicTable/R/c.R                                |only
 DemographicTable-0.1.10/DemographicTable/R/pval_shapiro.R                     |    7 
 DemographicTable-0.1.10/DemographicTable/R/rmd_.DemographicTable.R            |   31 
 DemographicTable-0.1.10/DemographicTable/R/sumstat.R                          |only
 DemographicTable-0.1.10/DemographicTable/inst/extR/toCRAN.R                   |    8 
 DemographicTable-0.1.10/DemographicTable/inst/xtable.R                        |only
 DemographicTable-0.1.10/DemographicTable/man/DemographicTable-package.Rd      |    2 
 DemographicTable-0.1.10/DemographicTable/man/DemographicTable.Rd              |   76 --
 DemographicTable-0.1.10/DemographicTable/man/as_flextable.DemographicTable.Rd |   11 
 DemographicTable-0.1.10/DemographicTable/man/c.DemographicTable.Rd            |only
 DemographicTable-0.1.10/DemographicTable/man/pval_shapiro.Rd                  |    2 
 DemographicTable-0.1.10/DemographicTable/man/rmd_.DemographicTable.Rd         |    9 
 DemographicTable-0.1.10/DemographicTable/man/sumstat.Rd                       |only
 DemographicTable-0.1.9/DemographicTable/R/Sprintf.DemographicTable.R          |only
 DemographicTable-0.1.9/DemographicTable/R/summaryText.R                       |only
 DemographicTable-0.1.9/DemographicTable/man/Sprintf.DemographicTable.Rd       |only
 DemographicTable-0.1.9/DemographicTable/man/summaryText.Rd                    |only
 DemographicTable-0.1.9/DemographicTable/man/xtable.DemographicTable.Rd        |only
 25 files changed, 259 insertions(+), 312 deletions(-)

More information about DemographicTable at CRAN
Permanent link

Package RMSS updated to version 1.1.2 with previous version 1.1.1 dated 2023-09-13

Title: Robust Multi-Model Subset Selection
Description: Efficient algorithms for generating ensembles of robust, sparse and diverse models via robust multi-model subset selection (RMSS). The robust ensembles are generated by minimizing the sum of the least trimmed square loss of the models in the ensembles under constraints for the size of the models and the sharing of the predictors. Tuning parameters for the robustness, sparsity and diversity of the robust ensemble are selected by cross-validation.
Author: Anthony Christidis [aut, cre], Gabriela Cohen-Freue [aut]
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>

Diff between RMSS versions 1.1.1 dated 2023-09-13 and 1.1.2 dated 2024-12-19

 DESCRIPTION |    8 ++++----
 MD5         |    8 ++++----
 NEWS        |    5 ++++-
 R/cv.RMSS.R |   11 +++++++----
 README.md   |    4 ++--
 5 files changed, 21 insertions(+), 15 deletions(-)

More information about RMSS at CRAN
Permanent link

Package robotoolbox updated to version 1.4 with previous version 1.3.2 dated 2023-06-09

Title: Client for the 'KoboToolbox' API
Description: Suite of utilities for accessing and manipulating data from the 'KoboToolbox' API. 'KoboToolbox' is a robust platform designed for field data collection in various disciplines. This package aims to simplify the process of fetching and handling data from the API. Detailed documentation for the 'KoboToolbox' API can be found at <https://support.kobotoolbox.org/api.html>.
Author: Ahmadou Dicko [aut, cre, cph], Hisham Galal [ctb]
Maintainer: Ahmadou Dicko <mail@ahmadoudicko.com>

Diff between robotoolbox versions 1.3.2 dated 2023-06-09 and 1.4 dated 2024-12-19

 DESCRIPTION                                |   13 
 MD5                                        |  108 +--
 NAMESPACE                                  |   14 
 R/kobo_asset.R                             |    4 
 R/kobo_audit.R                             |   54 +
 R/kobo_data.R                              |  143 ++++-
 R/kobo_file.R                              |only
 R/kobo_form.R                              |    7 
 R/kobo_setup.R                             |    3 
 R/utils.R                                  |  218 ++++++-
 README.md                                  |   45 +
 build/vignette.rds                         |binary
 data/asset_audit.rda                       |binary
 data/asset_ml.rda                          |binary
 data/asset_rg.rda                          |binary
 data/asset_sm_label.rda                    |binary
 data/asset_spatial.rda                     |binary
 data/data_audit.rda                        |binary
 data/data_ml_ar.rda                        |binary
 data/data_ml_default.rda                   |binary
 data/data_ml_en.rda                        |binary
 data/data_ml_fr.rda                        |binary
 data/data_ml_vlabel.rda                    |binary
 data/data_rg.rda                           |binary
 data/data_sm.rda                           |binary
 data/data_sm_label.rda                     |binary
 data/data_spatial.rda                      |binary
 inst/doc/audit-data.R                      |   28 
 inst/doc/audit-data.Rmd                    |   20 
 inst/doc/audit-data.html                   |   63 +-
 inst/doc/intro.R                           |  126 ++--
 inst/doc/intro.Rmd                         |   22 
 inst/doc/intro.html                        |   95 +--
 inst/doc/multilang-forms.R                 |   62 +-
 inst/doc/multilang-forms.Rmd               |    6 
 inst/doc/multilang-forms.html              |  106 +--
 inst/doc/repeat-group-data.R               |   36 -
 inst/doc/repeat-group-data.Rmd             |   51 +
 inst/doc/repeat-group-data.html            |  261 ++++++---
 inst/doc/spatial-data.R                    |   34 -
 inst/doc/spatial-data.Rmd                  |   31 -
 inst/doc/spatial-data.html                 |  816 +++++++++++++++++++++--------
 man/kobo_asset_file_list.Rd                |only
 man/kobo_attachment_download.Rd            |only
 man/kobo_audit.Rd                          |    5 
 man/kobo_data.Rd                           |   15 
 tests/testthat/_snaps/kobo_asset.md        |    2 
 tests/testthat/_snaps/kobo_settings.md     |    2 
 tests/testthat/test-kobo_asset_file_list.R |only
 tests/testthat/test-kobo_audit.R           |   14 
 tests/testthat/test-kobo_data.R            |   66 ++
 tests/testthat/test-kobo_form.R            |   18 
 vignettes/audit-data.Rmd                   |   20 
 vignettes/intro.Rmd                        |   22 
 vignettes/multilang-forms.Rmd              |    6 
 vignettes/repeat-group-data.Rmd            |   51 +
 vignettes/spatial-data.Rmd                 |   31 -
 57 files changed, 1850 insertions(+), 768 deletions(-)

More information about robotoolbox at CRAN
Permanent link

Package streetscape updated to version 1.0.4 with previous version 1.0.3 dated 2024-08-31

Title: Collect And Investigate Street Views For Urban Science
Description: A collection of functions to search and download street view imagery ('Mapilary' <https://www.mapillary.com/developer/api-documentation>) and to extract, quantify, and visualize visual features. Moreover, there are functions provided to generate Qualtrics survey in TXT format using the collection of street views for various research purposes.
Author: Xiaohao Yang [aut, cre, cph], Derek Van Berkel [aut], Mark Lindquist [aut]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>

Diff between streetscape versions 1.0.3 dated 2024-08-31 and 1.0.4 dated 2024-12-19

 DESCRIPTION |    8 ++++----
 MD5         |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

More information about streetscape at CRAN
Permanent link

Package viewscape updated to version 2.0.2 with previous version 2.0.1 dated 2024-11-10

Title: Viewscape Analysis
Description: A collection of functions to make R a more effective viewscape analysis tool for calculating viewscape metrics based on computing the viewable area for given a point/multiple viewpoints and a digital elevation model.The method of calculating viewscape metrics implemented in this package are based on the work of Tabrizian et al. (2020) <doi:10.1016/j.landurbplan.2019.103704>. The algorithm of computing viewshed is based on the work of Franklin & Ray. (1994) <https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=555780f6f5d7e537eb1edb28862c86d1519af2be>.
Author: Xiaohao Yang [aut, cre, cph], Nathan Fox [aut], Derek Van Berkel [aut], Mark Lindquist [aut]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>

Diff between viewscape versions 2.0.1 dated 2024-11-10 and 2.0.2 dated 2024-12-19

 DESCRIPTION |    8 ++++----
 MD5         |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

More information about viewscape at CRAN
Permanent link

Package rGV updated to version 0.0.5 with previous version 0.0.4 dated 2023-01-16

Title: Analysis of Continuous Glucose Monitor Data
Description: Reads in continuous glucose monitor data of many different formats, calculates a host of glycemic variability metrics, and plots glucose over time.
Author: Evan Olawsky [aut, cre], Yuan Zhang [ctb], Lynn Eberly [ctb]
Maintainer: Evan Olawsky <evanolawsky@gmail.com>

Diff between rGV versions 0.0.4 dated 2023-01-16 and 0.0.5 dated 2024-12-19

 DESCRIPTION |    8 ++++----
 MD5         |    7 ++++---
 NEWS.md     |    4 ++--
 R/metrics.R |    5 +----
 inst        |only
 5 files changed, 11 insertions(+), 13 deletions(-)

More information about rGV at CRAN
Permanent link

Package dsmSearch updated to version 1.1.0 with previous version 1.0.2 dated 2024-08-20

Title: DSM and LiDAR downloader
Description: A collection of functions to search and donwload DSM (Digital Surface Model) and LiDAR (Light Detection and Ranging) data via APIs, including 'OpenTopography' <https://portal.opentopography.org/apidocs/> and 'TNMAccess' <https://apps.nationalmap.gov/tnmaccess/#/>.
Author: Xiaohao Yang [aut, cre, cph], Nathan Fox [aut], Derek Van Berkel [aut], Mark Lindquist [aut]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>

Diff between dsmSearch versions 1.0.2 dated 2024-08-20 and 1.1.0 dated 2024-12-19

 DESCRIPTION       |    8 ++++----
 MD5               |    8 ++++----
 R/get_dsm_30.R    |   12 ++++++++----
 R/utils.R         |   43 ++++++++++++++++++++++++++-----------------
 man/get_dsm_30.Rd |   13 +++++++++----
 5 files changed, 51 insertions(+), 33 deletions(-)

More information about dsmSearch at CRAN
Permanent link

New package subincomeR with initial version 0.2.2
Package: subincomeR
Title: Access to Global Sub-National Income Data
Version: 0.2.2
Description: Provides access to granular sub-national income data from the MCC-PIK Database Of Sub-national Economic Output (DOSE). The package downloads and processes the data from its open repository on 'Zenodo' (<https://zenodo.org/records/13773040>). Functions are provided to fetch data at multiple geographic levels, match coordinates to administrative regions, and access associated geometries.
License: MIT + file LICENSE
URL: https://github.com/pablogguz/subincomeR, https://pablogguz.github.io/subincomeR/
BugReports: https://github.com/pablogguz/subincomeR/issues
Imports: countrycode, curl, dplyr, rlang, sf, tidygeocoder, utils, zip
Suggests: extrafont, fixest, ggplot2, ggtext, knitr, rmarkdown, spelling
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Packaged: 2024-12-18 19:16:07 UTC; pablo
Author: Pablo Garcia Guzman [aut, cre, cph]
Maintainer: Pablo Garcia Guzman <garciagp@ebrd.com>
Repository: CRAN
Date/Publication: 2024-12-19 20:40:02 UTC

More information about subincomeR at CRAN
Permanent link

Package rintcal updated to version 1.1.1 with previous version 1.1.0 dated 2024-11-28

Title: Radiocarbon Calibration Curves
Description: The IntCal20 radiocarbon calibration curves (Reimer et al. 2020 <doi:10.1017/RDC.2020.68>) are provided as a data package, together with previous IntCal curves (IntCal13, IntCal09, IntCal04, IntCal98), other curves (e.g., NOTCal04 [van der Plicht et al. 2004], Arnold & Libby 1951) and postbomb curves. Also provided are functions to copy the curves into memory, and to read, query and plot the data underlying the IntCal20 curves.
Author: Maarten Blaauw [aut, cre]
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>

Diff between rintcal versions 1.1.0 dated 2024-11-28 and 1.1.1 dated 2024-12-19

 DESCRIPTION           |    6 ++---
 MD5                   |   22 ++++++++++----------
 NEWS.md               |    5 ++++
 R/rintcal.R           |   53 +++++++++++++++++++++++++++++---------------------
 build/partial.rdb     |binary
 build/vignette.rds    |binary
 inst/doc/rintcal.R    |    4 ++-
 inst/doc/rintcal.Rmd  |    4 ++-
 inst/doc/rintcal.html |   52 +++++++++++++++++++++++++------------------------
 man/ccurve.Rd         |   11 +++++++++-
 man/mix.ccurves.Rd    |    1 
 vignettes/rintcal.Rmd |    4 ++-
 12 files changed, 97 insertions(+), 65 deletions(-)

More information about rintcal at CRAN
Permanent link

New package RGS with initial version 1.0
Package: RGS
Title: Recursive Gradient Scanning Algorithm
Version: 1.0
Description: Provides a recursive gradient scanning algorithm for discretizing continuous variables in Logistic and Cox regression models. This algorithm is especially effective in identifying optimal cut-points for variables with U-shaped relationships to 'lnOR' (the natural logarithm of the odds ratio) or 'lnHR' (the natural logarithm of the hazard ratio), thereby enhancing model fit, interpretability, and predictive power. By iteratively scanning and calculating gradient changes, the method accurately pinpoints critical cut-points within nonlinear relationships, transforming continuous variables into categorical ones. This approach improves risk classification and regression analysis performance, increasing interpretability and practical relevance in clinical and risk management settings.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: rms, SemiPar, survival
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2024-12-19 00:44:14 UTC; 14715
Author: Shuo Yang [aut, cre], Yi Fei [aut], Jinxin Zhang [ths]
Maintainer: Shuo Yang <yangsh223@mail2.sysu.edu.cn>
Repository: CRAN
Date/Publication: 2024-12-19 20:50:02 UTC

More information about RGS at CRAN
Permanent link

New package fmpapi with initial version 0.2.0
Package: fmpapi
Title: Flexible Client for the 'Financial Modeling Prep' API
Version: 0.2.0
Description: Provides a flexible interface to the 'Financial Modeling Prep' API <https://site.financialmodelingprep.com/developer/docs>. The package supports all available endpoints and parameters, enabling R users to interact with a wide range of financial data.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1)
Imports: httr2 (>= 1.0.0), dplyr (>= 1.0.0), cli (>= 1.0.0)
Suggests: spelling, testthat (>= 3.0.0)
URL: https://github.com/tidy-finance/r-fmpapi, https://tidy-finance.github.io/r-fmpapi/
BugReports: https://github.com/tidy-finance/r-fmpapi/issues
Language: en-US
NeedsCompilation: no
Packaged: 2024-12-18 18:37:47 UTC; krise
Author: Christoph Scheuch [aut, cre, cph]
Maintainer: Christoph Scheuch <christoph@tidy-intelligence.com>
Repository: CRAN
Date/Publication: 2024-12-19 20:40:05 UTC

More information about fmpapi at CRAN
Permanent link

New package creditr with initial version 0.6.2
Package: creditr
Version: 0.6.2
Date: 2024-12-15
Title: Credit Default Swaps
Depends: R (>= 3.1.0)
Imports: utils, quantmod, devtools, methods, Rcpp (>= 0.10.6), RCurl, XML, zoo, xts
LinkingTo: Rcpp
Suggests: testthat
License: file LICENSE
URL: https://github.com/yanrong-stacy-song/creditr
Description: Price credit default swaps using 'C' code from the International Swaps and Derivatives Association CDS Standard Model. See <https://www.cdsmodel.com/cdsmodel/documentation.html> for more information about the model and <https://www.cdsmodel.com/cdsmodel/cds-disclaimer.html> for license details for the 'C' code.
LazyData: true
Repository: CRAN
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2024-12-19 03:11:31 UTC; milz
Author: Yanrong Song [aut, cre], Zijie Zhu [aut], David Kane [aut], Heidi Chen [aut], Yuanchu Dang [aut], Yang Lu [aut], Kanishka Malik [aut], Skylar Smith [aut], International Swaps and Derivatives Association [cph]
Maintainer: Yanrong Song <yrsong129@gmail.com>
Date/Publication: 2024-12-19 21:00:02 UTC

More information about creditr at CRAN
Permanent link

New package cpp11qpdf with initial version 1.3.5
Package: cpp11qpdf
Title: Split, Combine and Compress PDF Files
Version: 1.3.5
Description: Bindings to 'qpdf': 'qpdf' (<https://qpdf.sourceforge.io/>) is a an open-source PDF rendering library that allows to conduct content-preserving transformations of PDF files such as split, combine, and compress PDF files.
License: Apache License (>= 2)
URL: https://pacha.dev/cpp11qpdf/
BugReports: https://github.com/pachadotdev/cpp11qpdf/issues
SystemRequirements: libjpeg ( deb: libjpeg-dev, rpm: libjpeg-devel, brew: libjpeg )
Imports: curl
LinkingTo: cpp11
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-12-18 19:37:59 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre] , Jeroen Ooms [aut] , Ben Raymond [ctb], Jay Berkenbilt [cph] , Munk School of Global Affairs and Public Policy [fnd]
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-12-19 20:40:09 UTC

More information about cpp11qpdf at CRAN
Permanent link

New package bivariateLeaflet with initial version 0.1.0
Package: bivariateLeaflet
Title: Create Bivariate Choropleth Maps with 'Leaflet'
Version: 0.1.0
Description: Creates bivariate choropleth maps using 'Leaflet'. This package provides tools for visualizing the relationship between two variables through a color matrix representation on an interactive map.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: leaflet, dplyr, htmltools, rlang, sf
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, tidycensus, tidyr
VignetteBuilder: knitr
Depends: R (>= 3.50)
NeedsCompilation: no
Packaged: 2024-12-18 18:50:51 UTC; mduprey
Author: Michael Duprey [aut, cre], Chris Inkpen [ctb]
Maintainer: Michael Duprey <mduprey@rti.org>
Repository: CRAN
Date/Publication: 2024-12-19 20:40:13 UTC

More information about bivariateLeaflet at CRAN
Permanent link

Package gratia updated to version 0.10.0 with previous version 0.9.2 dated 2024-06-25

Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Description: Graceful 'ggplot'-based graphics and utility functions for working with generalized additive models (GAMs) fitted using the 'mgcv' package. Provides a reimplementation of the plot() method for GAMs that 'mgcv' provides, as well as 'tidyverse' compatible representations of estimated smooths.
Author: Gavin L. Simpson [aut, cre, cph] , Henrik Singmann [ctb]
Maintainer: Gavin L. Simpson <ucfagls@gmail.com>

Diff between gratia versions 0.9.2 dated 2024-06-25 and 0.10.0 dated 2024-12-19

 DESCRIPTION                                                                                  |   14 
 MD5                                                                                          |  456 ++--
 NAMESPACE                                                                                    |   23 
 NEWS.md                                                                                      |   51 
 R/basis-funs.R                                                                               |    9 
 R/conditional-values.R                                                                       |only
 R/data-slice.R                                                                               |   34 
 R/derivatives.R                                                                              |    3 
 R/diagnose.R                                                                                 |  115 -
 R/distributional-models.R                                                                    |only
 R/draw-gam.R                                                                                 |   16 
 R/draw-methods.R                                                                             |    8 
 R/evenly.R                                                                                   |    7 
 R/family-utils.R                                                                             |   13 
 R/fitted_values.R                                                                            |   60 
 R/gjrm-methods.R                                                                             |    2 
 R/penalty.R                                                                                  |    5 
 R/posterior-samples.R                                                                        |   42 
 R/residuals.R                                                                                |    4 
 R/samplers.R                                                                                 |   11 
 R/smooth-data.R                                                                              |   27 
 R/smooth-estimates.R                                                                         |   92 
 R/smooth-type.R                                                                              |    2 
 R/subsetting.R                                                                               |   12 
 R/utililties.R                                                                               |  104 +
 README.md                                                                                    |   15 
 build/partial.rdb                                                                            |binary
 build/vignette.rds                                                                           |binary
 inst/doc/data-slices.R                                                                       |    8 
 inst/doc/data-slices.Rmd                                                                     |    8 
 inst/doc/data-slices.html                                                                    |  488 ++---
 inst/doc/gratia.Rmd                                                                          |   39 
 inst/doc/gratia.html                                                                         |  100 -
 man/appraise.Rd                                                                              |   29 
 man/basis.Rd                                                                                 |   15 
 man/conditional_values.Rd                                                                    |only
 man/data_slice.Rd                                                                            |   37 
 man/derivative_samples.Rd                                                                    |    5 
 man/dispersion.Rd                                                                            |only
 man/draw.conditional_values.Rd                                                               |only
 man/draw.gam.Rd                                                                              |    8 
 man/draw.gamlss.Rd                                                                           |    2 
 man/draw.smooth_estimates.Rd                                                                 |    3 
 man/eval_smooth.Rd                                                                           |    2 
 man/figures/README-draw-gam-figure-2d-1.png                                                  |binary
 man/lss_parameters.Rd                                                                        |    2 
 man/model_constant.Rd                                                                        |   18 
 man/n_eta.Rd                                                                                 |only
 man/penalty.Rd                                                                               |   15 
 man/post_link_funs.Rd                                                                        |    2 
 man/qq_plot.Rd                                                                               |   45 
 man/smooth_type.Rd                                                                           |    4 
 man/user_draws.Rd                                                                            |   14 
 man/worm_plot.Rd                                                                             |   23 
 tests/Examples/gratia-Ex.Rout.save                                                           |  113 +
 tests/testthat/_snaps/backward/response-derivatives.md                                       |   20 
 tests/testthat/_snaps/bam-ar/draw-bam-ar-1-factor-by.svg                                     |   20 
 tests/testthat/_snaps/basis/draw-basis-works-with-a-gam-multiple-smooths.svg                 |   60 
 tests/testthat/_snaps/by-variables/draw-gam-user-select-and-parametric-true.svg              |   20 
 tests/testthat/_snaps/central/response-derivatives.md                                        |   20 
 tests/testthat/_snaps/compare-smooths/compare-smooths-all-smooths.svg                        |  221 --
 tests/testthat/_snaps/compare-smooths/compare-smooths-bottom-legend.svg                      |  221 --
 tests/testthat/_snaps/compare-smooths/compare-smooths-set-nrow-ncol.svg                      |  223 --
 tests/testthat/_snaps/conditional-values                                                     |only
 tests/testthat/_snaps/conditional-values.md                                                  |only
 tests/testthat/_snaps/derivatives/draw-issue-47-derivatives-for-complex-factor-by.svg        |   64 
 tests/testthat/_snaps/derivatives/draw-issue-47-derivatives-for-factor-by.svg                |   40 
 tests/testthat/_snaps/derivatives/draw-issue-47-derivatives-for-gamm-factor-by.svg           |   62 
 tests/testthat/_snaps/derivatives/draw-issue-47-derivs-for-ordered-factor-by.svg             |   64 
 tests/testthat/_snaps/derivatives/draw-issue-57-derivatives-for-factor-by.svg                |   70 
 tests/testthat/_snaps/diagnostic-plots/appraise-diagnostic-plots.svg                         |   60 
 tests/testthat/_snaps/diagnostic-plots/appraise-lm.svg                                       |   60 
 tests/testthat/_snaps/diagnostic-plots/appraise-worm-plot.svg                                |   60 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-bam.svg                     |   40 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-bivariate-gam-contours.svg  |   30 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-bivariate-gam.svg           |   30 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gam-fixed-scales.svg        |   40 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gam-inc-grp-means.svg       |   40 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gam-ref-line.svg            |   40 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gam-user-data.svg           |   40 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gam.svg                     |   40 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gamm.svg                    |   56 
 tests/testthat/_snaps/difference-smooths/draw-difference-smooths-gamm4.svg                   |   40 
 tests/testthat/_snaps/draw-gam/draw-gam-dlnm-m.svg                                           |   53 
 tests/testthat/_snaps/draw-gam/draw-gam-m-2-fac-parametric.svg                               |   80 
 tests/testthat/_snaps/draw-gam/draw-gam-m-2-fac.svg                                          |   40 
 tests/testthat/_snaps/draw-gam/draw-gam-m-ar1-by.svg                                         |   20 
 tests/testthat/_snaps/draw-gam/draw-gam-m-bam.svg                                            |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gam-constant-fun.svg                               |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gam-constant.svg                                   |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gam-fun.svg                                        |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gam-rotated.svg                                    |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gam.svg                                            |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gamgcv.svg                                         |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gamm.svg                                           |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gamm4.svg                                          |   84 
 tests/testthat/_snaps/draw-gam/draw-gam-m-gaulss.svg                                         |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-m-para-sm-parametric.svg                             |   80 
 tests/testthat/_snaps/draw-gam/draw-gam-m-para-sm.svg                                        |   20 
 tests/testthat/_snaps/draw-gam/draw-gam-m-scat.svg                                           |   60 
 tests/testthat/_snaps/draw-gam/draw-gam-parametric-only-model-rotated-labels.svg             |   80 
 tests/testthat/_snaps/draw-gam/draw-gam-quadvar-te.svg                                       |   20 
 tests/testthat/_snaps/draw-gam/draw-gam-rm1.svg                                              |   80 
 tests/testthat/_snaps/draw-gam/draw-gam-rm2.svg                                              |  100 -
 tests/testthat/_snaps/draw-gam/draw-gam-trivar-te.svg                                        |   32 
 tests/testthat/_snaps/draw-gam/grouped-by-gam.svg                                            |   20 
 tests/testthat/_snaps/draw-gam/ordered-grouped-by-gam.svg                                    |   20 
 tests/testthat/_snaps/draw-methods/draw-2d-smooth-with-spectral-palette.svg                  |   32 
 tests/testthat/_snaps/draw-methods/draw-am-with-2d-smooth.svg                                |   32 
 tests/testthat/_snaps/draw-methods/draw-am-with-factor-by-variable-smooth.svg                |   60 
 tests/testthat/_snaps/draw-methods/draw-by-factor-basis.svg                                  |   40 
 tests/testthat/_snaps/draw-methods/draw-derivatives-for-a-gam-rotated-labels.svg             |   60 
 tests/testthat/_snaps/draw-methods/draw-derivatives-for-a-gam-with-default-change.svg        |   60 
 tests/testthat/_snaps/draw-methods/draw-derivatives-for-a-gam-with-fixed-scales-rotated.svg  |   60 
 tests/testthat/_snaps/draw-methods/draw-derivatives-for-a-gam-with-fixed-scales.svg          |   60 
 tests/testthat/_snaps/draw-methods/draw-derivatives-for-a-gam-with-sizer-change.svg          |   60 
 tests/testthat/_snaps/draw-methods/draw-derivatives-for-a-gam.svg                            |   60 
 tests/testthat/_snaps/draw-methods/draw-factor-by-variable-smooth-with-fixed-scales.svg      |   60 
 tests/testthat/_snaps/draw-methods/draw-fs-smooth-with-discrete-plasma-palette.svg           |  350 +--
 tests/testthat/_snaps/draw-methods/draw-gam-model-with-fs-smooth.svg                         |  350 +--
 tests/testthat/_snaps/draw-methods/draw-gam-model-with-ranef-smooth-factor-by.svg            |  100 -
 tests/testthat/_snaps/draw-methods/draw-gam-model-with-ranef-smooth.svg                      |   80 
 tests/testthat/_snaps/draw-methods/draw-gam-smooth-for-two-selected-smooths-character.svg    |   20 
 tests/testthat/_snaps/draw-methods/draw-gam-smooth-for-two-selected-smooths-logical.svg      |   20 
 tests/testthat/_snaps/draw-methods/draw-gam-smooth-for-two-selected-smooths-numeric.svg      |   20 
 tests/testthat/_snaps/draw-methods/draw-gam-with-factor-parametric-term.svg                  |   40 
 tests/testthat/_snaps/draw-methods/draw-gam-with-linear-parametric-term.svg                  |   40 
 tests/testthat/_snaps/draw-methods/draw-gam-with-overall-uncertainty-false.svg               |   60 
 tests/testthat/_snaps/draw-methods/draw-gam-with-partial-match-true.svg                      |   40 
 tests/testthat/_snaps/draw-methods/draw-gam-with-select-and-parametric-is-false.svg          |   40 
 tests/testthat/_snaps/draw-methods/draw-gam-with-select-and-parametric-is-null.svg           |   40 
 tests/testthat/_snaps/draw-methods/draw-gam-with-select-and-parametric-is-true.svg           |   60 
 tests/testthat/_snaps/draw-methods/draw-gam-without-select-and-parametric-is-false.svg       |   60 
 tests/testthat/_snaps/draw-methods/draw-gam-without-select-and-parametric-is-true.svg        |   80 
 tests/testthat/_snaps/draw-methods/draw-issue-39-empty-plots.svg                             |   40 
 tests/testthat/_snaps/draw-methods/draw-model-with-fs-smooth-fixed-scales.svg                |  176 -
 tests/testthat/_snaps/draw-methods/draw-model-with-ranef-smooth-fixed-scales.svg             |   80 
 tests/testthat/_snaps/draw-methods/draw-selected-factor-by-smooth-samples-for-gam-m3.svg     |   40 
 tests/testthat/_snaps/draw-methods/draw-simple-multi-smooth-am-with-fixed-scales.svg         |   60 
 tests/testthat/_snaps/draw-methods/draw-simple-multi-smooth-am.svg                           |   60 
 tests/testthat/_snaps/draw-methods/draw-simple-partial-residuals-with-fixed-scales.svg       |   60 
 tests/testthat/_snaps/draw-methods/draw-simple-partial-residuals.svg                         |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-bivariate-gam-contours.svg        |   18 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m1-rotated.svg                |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m1.svg                        |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m2-rotated.svg                |   18 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m2.svg                        |   18 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m3-fixed-scales-rotated.svg   |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m3-fixed-scales.svg           |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m3-rotated.svg                |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-m3.svg                        |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-gam-n-samples.svg                 |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-m1-n-samples.svg                  |   60 
 tests/testthat/_snaps/draw-methods/draw-smooth-samples-for-m2-n-samples.svg                  |   18 
 tests/testthat/_snaps/draw-methods/draw-with-ranef-smooth-factor-by-fixed-scales.svg         |  100 -
 tests/testthat/_snaps/draw-methods/draw-works-for-sos-smooths.svg                            |   32 
 tests/testthat/_snaps/draw-methods/draw-ziplss-parametric-terms-issue-45.svg                 |   20 
 tests/testthat/_snaps/draw-methods/issue-73-draw-uses-fixed-scales-if-asked-for-them.svg     |   72 
 tests/testthat/_snaps/draw-parametric-effects/draw-parametric-effects-m-2-fac.svg            |   20 
 tests/testthat/_snaps/draw-parametric-effects/draw-parametric-effects-m-only-para.svg        |   80 
 tests/testthat/_snaps/draw-parametric-effects/draw-parametric-effects-m-para-sm.svg          |   40 
 tests/testthat/_snaps/draw-parametric-effects/issue-219-parametric-effects.svg               |   40 
 tests/testthat/_snaps/draw-parametric-effects/ziplss-with-both-parametric-not-plotted.svg    |   20 
 tests/testthat/_snaps/draw-parametric-effects/ziplss-with-both-parametric-plotted.svg        |   80 
 tests/testthat/_snaps/draw-parametric-effects/ziplss-with-factor-para-not-plotted.svg        |   20 
 tests/testthat/_snaps/draw-parametric-effects/ziplss-with-factor-para-plotted.svg            |   60 
 tests/testthat/_snaps/draw-parametric-effects/ziplss-with-numeric-para-not-plotted.svg       |   20 
 tests/testthat/_snaps/draw-parametric-effects/ziplss-with-numeric-para-plotted.svg           |   60 
 tests/testthat/_snaps/draw-smooth-estimates/draw-gam-for-su-m-quadvar-t22.svg                |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-gam-for-su-m-quadvar-te2.svg                |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-gam-for-su-m-trivar-t22.svg                 |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-gam-for-su-m-trivar-te2.svg                 |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-gam-sos-chlorophyll-with-crs.svg            |   32 
 tests/testthat/_snaps/draw-smooth-estimates/draw-gam-sos-chlorophyll.svg                     |   32 
 tests/testthat/_snaps/draw-smooth-estimates/draw-sm-est-grouped-by-true-ordered.svg          |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-sm-est-grouped-by-true.svg                  |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-est-works-with-change-indicators.svg |   60 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-est-works-with-sizer-indicators.svg  |   60 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-m-gamm.svg                 |    4 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-m-gamm4.svg                |    2 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-bivar-t2.svg          |   32 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-bivar-te.svg          |   32 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-bivar.svg             |   32 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-quadvar-t2.svg        |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-quadvar-t22.svg       |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-quadvar-te.svg        |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-quadvar-te2.svg       |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-quadvar.svg           |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-trivar-t2.svg         |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-trivar-t22.svg        |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-trivar-te.svg         |   32 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-trivar-te2.svg        |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-su-m-trivar.svg            |   20 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-sz-factor-smooth.svg       |   40 
 tests/testthat/_snaps/draw-smooth-estimates/draw-smooth-estimates-sz-two-factor-smooth.svg   |   60 
 tests/testthat/_snaps/draw-smooth-estimates/draw-subtitle-ordered-by-smooths.svg             |  220 +-
 tests/testthat/_snaps/fderiv.md                                                              |  152 -
 tests/testthat/_snaps/forward/response-derivatives.md                                        |   20 
 tests/testthat/_snaps/gjrm-methods/draw-simple-gjrm-gamlss.svg                               |   44 
 tests/testthat/_snaps/hgam-paper/hgam-paper-bird-move-model-1.svg                            |   20 
 tests/testthat/_snaps/hgam-paper/hgam-paper-bird-move-model-2.svg                            |  333 +--
 tests/testthat/_snaps/hgam-paper/hgam-paper-bird-move-model-3.svg                            |  296 +--
 tests/testthat/_snaps/hgam-paper/hgam-paper-bird-move-model-4.svg                            |   32 
 tests/testthat/_snaps/hgam-paper/hgam-paper-bird-move-model-5.svg                            |  256 +-
 tests/testthat/_snaps/hgam-paper/hgam-paper-co2-model-1.svg                                  |   20 
 tests/testthat/_snaps/hgam-paper/hgam-paper-co2-model-2.svg                                  |  102 -
 tests/testthat/_snaps/hgam-paper/hgam-paper-co2-model-3.svg                                  |  260 +-
 tests/testthat/_snaps/hgam-paper/hgam-paper-co2-model-4.svg                                  |   54 
 tests/testthat/_snaps/hgam-paper/hgam-paper-co2-model-5.svg                                  |  240 +-
 tests/testthat/_snaps/hgam-paper/hgam-paper-zoop-model-4.svg                                 |   20 
 tests/testthat/_snaps/hgam-paper/hgam-paper-zoop-model-5.svg                                 |  180 -
 tests/testthat/_snaps/parametric-effects/testing-issue-212.svg                               |   80 
 tests/testthat/_snaps/penalty/draw-penalty-df-as-matrix-false.svg                            |   60 
 tests/testthat/_snaps/penalty/draw-penalty-df-as-matrix-true.svg                             |   60 
 tests/testthat/_snaps/penalty/draw-penalty-df-issue-95-label-order.svg                       |   60 
 tests/testthat/_snaps/penalty/draw-penalty-df-with-multiple-smooths-normalized.svg           |   60 
 tests/testthat/_snaps/penalty/draw-penalty-df-with-multiple-smooths.svg                      |   60 
 tests/testthat/_snaps/penalty/draw-penalty-multiple-smooths-user-continuous-fill.svg         |   60 
 tests/testthat/_snaps/soap-films.md                                                          |   24 
 tests/testthat/_snaps/soap-films/draw-gam-so-soap-film.svg                                   |  967 +++++-----
 tests/testthat/_snaps/soap-films/draw-smooth-estimates-so-soap-film.svg                      |  163 -
 tests/testthat/setup.R                                                                       |   24 
 tests/testthat/test-basis.R                                                                  |    7 
 tests/testthat/test-conditional-values.R                                                     |only
 tests/testthat/test-confint-methods.R                                                        |    6 
 tests/testthat/test-derivatives.R                                                            |   10 
 tests/testthat/test-draw-methods.R                                                           |    2 
 tests/testthat/test-hgam-paper.R                                                             |    8 
 tests/testthat/test-penalty.R                                                                |    7 
 tests/testthat/test-posterior-samples.R                                                      |    5 
 tests/testthat/test-utilities.R                                                              |   22 
 vignettes/data-slices.Rmd                                                                    |    8 
 vignettes/getting-started.bib                                                                |only
 vignettes/gratia.Rmd                                                                         |   39 
 234 files changed, 7117 insertions(+), 6473 deletions(-)

More information about gratia at CRAN
Permanent link

Package difNLR updated to version 1.5.0 with previous version 1.4.2-1 dated 2023-05-03

Title: DIF and DDF Detection by Non-Linear Regression Models
Description: Detection of differential item functioning (DIF) among dichotomously scored items and differential distractor functioning (DDF) among unscored items with non-linear regression procedures based on generalized logistic regression models (Hladka & Martinkova, 2020, <doi:10.32614/RJ-2020-014>).
Author: Adela Hladka [aut, cre], Patricia Martinkova [aut], Karel Zvara [ctb]
Maintainer: Adela Hladka <hladka@cs.cas.cz>

Diff between difNLR versions 1.4.2-1 dated 2023-05-03 and 1.5.0 dated 2024-12-19

 DESCRIPTION             |   12 
 MD5                     |   52 +-
 NAMESPACE               |    9 
 NEWS.md                 |   31 +
 R/MLR.R                 |   71 +--
 R/NLR.R                 |  695 +++++++++++++++++++------------
 R/difNLR-package.R      |   12 
 R/difNLR.R              | 1074 +++++++++++++++++++++++++++---------------------
 R/difORD.R              |    3 
 R/estimNLR.R            |  951 +++++++++++++++++++++++++++++++++++-------
 R/formulaNLR.R          |  396 +++++++++++------
 R/private.R             |   22 
 R/startNLR.R            |  323 +++++++++-----
 README.md               |   10 
 build/partial.rdb       |binary
 man/NLR.Rd              |  308 ++++++++-----
 man/coef.difNLR.Rd      |   59 +-
 man/difNLR-package.Rd   |   11 
 man/difNLR.Rd           |  302 +++++++------
 man/difORD.Rd           |    3 
 man/estimNLR.Rd         |  199 ++++++--
 man/formulaNLR.Rd       |  125 +++--
 man/logLik.difNLR.Rd    |   35 -
 man/plot.difNLR.Rd      |   85 ++-
 man/predict.difNLR.Rd   |   61 +-
 man/residuals.difNLR.Rd |   36 -
 man/startNLR.Rd         |  128 +++--
 27 files changed, 3242 insertions(+), 1771 deletions(-)

More information about difNLR at CRAN
Permanent link

Package fusionchartsR updated to version 1.1.0 with previous version 1.0.0 dated 2024-11-09

Title: Embedding FusionCharts in R
Description: FusionCharts provides awesome and minimalist functions to make beautiful interactive charts <https://www.fusioncharts.com/>.
Author: Alex Yahiaoui Martinez [aut, cre]
Maintainer: Alex Yahiaoui Martinez <yahiaoui-martinez.alex@outlook.com>

Diff between fusionchartsR versions 1.0.0 dated 2024-11-09 and 1.1.0 dated 2024-12-19

 DESCRIPTION                            |    8 
 MD5                                    |   91 ++--
 NAMESPACE                              |    3 
 R/fusionAnchors.R                      |  115 ++---
 R/fusionAxis.R                         |  119 ++---
 R/fusionBackground.R                   |  199 ++++-----
 R/fusionCanvas.R                       |  162 +++----
 R/fusionCaption.R                      |  106 ++---
 R/fusionCustomAxis.R                   |  480 +++++++++++------------
 R/fusionCustomBoxplot.R                |  126 +++---
 R/fusionCustomLegend.R                 |  238 +++++------
 R/fusionDiv.R                          |  177 ++++----
 R/fusionLegend.R                       |  117 ++---
 R/fusionLogo.R                         |   80 +--
 R/fusionMultiPlot.R                    |  424 ++++++++++----------
 R/fusionPalette.R                      |   30 -
 R/fusionPlot.R                         |  458 ++++++++++------------
 R/fusionSubcaption.R                   |   92 ++--
 R/fusionTheme.R                        |   49 +-
 R/fusionTooltip.R                      |   85 ++--
 R/fusionTrendline.R                    |  198 ++++-----
 R/ggfusionPlot.R                       |only
 R/runDemo.R                            |  149 +++----
 README.md                              |    2 
 inst/htmlwidgets/fusionMultiPlot.js    |  663 ++++++++++++++++----------------
 inst/htmlwidgets/fusionPlot.js         |  681 ++++++++++++++++-----------------
 man/figures/lifecycle-experimental.svg |only
 man/figures/logo.png                   |binary
 man/fusionAnchors.Rd                   |    8 
 man/fusionAxis.Rd                      |   10 
 man/fusionBackground.Rd                |    8 
 man/fusionCanvas.Rd                    |    8 
 man/fusionCaption.Rd                   |   18 
 man/fusionCustomAxis.Rd                |   13 
 man/fusionCustomBoxplot.Rd             |   10 
 man/fusionCustomLegend.Rd              |    8 
 man/fusionDiv.Rd                       |   10 
 man/fusionLegend.Rd                    |    8 
 man/fusionLogo.Rd                      |    8 
 man/fusionPalette.Rd                   |    8 
 man/fusionPlot.Rd                      |    2 
 man/fusionSubcaption.Rd                |   18 
 man/fusionTheme.Rd                     |    7 
 man/fusionTooltip.Rd                   |    8 
 man/fusionTrendline.Rd                 |    8 
 man/ggfusionPlot.Rd                    |only
 man/pipe.Rd                            |    2 
 man/runDemo.Rd                         |    8 
 48 files changed, 2492 insertions(+), 2530 deletions(-)

More information about fusionchartsR at CRAN
Permanent link

Package eyetools updated to version 0.8.1 with previous version 0.8.0 dated 2024-12-18

Title: Analyse Eye Data
Description: Enables the automation of actions across the pipeline, including initial steps of transforming binocular data and gap repair to event-based processing such as fixations, saccades, and entry/duration in Areas of Interest (AOIs). It also offers visualisation of eye movement and AOI entries. These tools take relatively raw (trial, time, x, and y form) data and can be used to return fixations, saccades, and AOI entries and time spent in AOIs. As the tools rely on this basic data format, the functions can work with data from any eye tracking device. Implements fixation and saccade detection using methods proposed by Salvucci and Goldberg (2000) <doi:10.1145/355017.355028>.
Author: Tom Beesley [aut, cre], Matthew Ivory [aut]
Maintainer: Tom Beesley <t.beesley@lancaster.ac.uk>

Diff between eyetools versions 0.8.0 dated 2024-12-18 and 0.8.1 dated 2024-12-19

 DESCRIPTION                        |    8 
 MD5                                |   72 +++---
 NAMESPACE                          |    1 
 NEWS.md                            |    8 
 R/AOI_seq.R                        |   10 
 R/AOI_time.R                       |   34 ++-
 R/compare_algorithms.R             |   12 -
 R/create_AOI_df.R                  |   36 ++-
 R/fixation_VTI.R                   |   23 --
 R/fixation_dispersion.R            |   41 +--
 R/plot_seq.R                       |    7 
 R/smoother.R                       |    2 
 README.md                          |    5 
 inst/doc/eyetools.R                |   46 +---
 inst/doc/eyetools.Rmd              |   48 ++--
 inst/doc/eyetools.html             |  418 +++++++++++++++----------------------
 man/AOI_seq.Rd                     |   10 
 man/AOI_time.Rd                    |    5 
 man/compare_algorithms.Rd          |    6 
 man/create_AOI_df.Rd               |   16 +
 man/figures/unnamed-chunk-10-1.png |binary
 man/figures/unnamed-chunk-18-1.png |binary
 man/figures/unnamed-chunk-25-1.png |binary
 man/figures/unnamed-chunk-26-1.png |binary
 man/figures/unnamed-chunk-26-2.png |binary
 man/figures/unnamed-chunk-27-1.png |binary
 man/figures/unnamed-chunk-28-1.png |binary
 man/figures/unnamed-chunk-28-2.png |binary
 man/figures/unnamed-chunk-28-3.png |binary
 man/figures/unnamed-chunk-29-1.png |binary
 man/figures/unnamed-chunk-30-1.png |binary
 man/figures/unnamed-chunk-30-2.png |binary
 man/figures/unnamed-chunk-30-3.png |binary
 man/figures/unnamed-chunk-9-1.png  |binary
 man/fixation_VTI.Rd                |    6 
 man/fixation_dispersion.Rd         |    4 
 vignettes/eyetools.Rmd             |   48 ++--
 37 files changed, 422 insertions(+), 444 deletions(-)

More information about eyetools at CRAN
Permanent link

New package ZIM4rv with initial version 0.1.1
Package: ZIM4rv
Title: Gene‐based Association Tests of Zero‐inflated Count Phenotype for Rare Variants
Version: 0.1.1
Maintainer: Xiaomin Liu <e0717571@u.nus.edu>
Description: Gene‐based association tests to model count data with excessive zeros and rare variants using zero-inflated Poisson/zero-inflated negative Binomial regression framework. This method was originally described by Fan, Sun, and Li in Genetic Epidemiology 46(1):73-86 <doi:10.1002/gepi.22438>.
License: GPL-3
URL: https://github.com/fanx0037/ZIM4rv
Encoding: UTF-8
LazyData: true
Depends: data.table, pscl, CompQuadForm, stats, SKAT, RNOmni, R (>= 3.5.0)
Suggests: testthat (>= 3.0.0)
BugReports: https://github.com/fanx0037/ZIM4rv/issues
NeedsCompilation: no
Packaged: 2024-12-18 13:34:34 UTC; liuxiaomin
Author: Xiaomin Liu [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-12-19 16:10:07 UTC

More information about ZIM4rv at CRAN
Permanent link

Package madrat updated to version 3.15.6 with previous version 3.6.4 dated 2023-08-23

Title: May All Data be Reproducible and Transparent (MADRaT) *
Description: Provides a framework which should improve reproducibility and transparency in data processing. It provides functionality such as automatic meta data creation and management, rudimentary quality management, data caching, work-flow management and data aggregation. * The title is a wish not a promise. By no means we expect this package to deliver everything what is needed to achieve full reproducibility and transparency, but we believe that it supports efforts in this direction.
Author: Jan Philipp Dietrich [aut, cre] , Lavinia Baumstark [aut] , Stephen Wirth [aut] , Anastasis Giannousakis [aut], Renato Rodrigues [aut] , Benjamin Leon Bodirsky [aut] , Debbora Leip [aut] , Ulrich Kreidenweis [aut], David Klein [aut] , Pascal Sauer [a [...truncated...]
Maintainer: Jan Philipp Dietrich <dietrich@pik-potsdam.de>

Diff between madrat versions 3.6.4 dated 2023-08-23 and 3.15.6 dated 2024-12-19

 DESCRIPTION                             |   59 +++++++----
 MD5                                     |  158 ++++++++++++++++++--------------
 NAMESPACE                               |    8 -
 R/cacheName.R                           |   15 ++-
 R/calcOutput.R                          |   89 +++++++-----------
 R/cleanComment.R                        |only
 R/compareMadratOutputs.R                |    2 
 R/convertTau.R                          |   51 +++++-----
 R/downloadSource.R                      |    4 
 R/fingerprint.R                         |  114 ++++++++++++-----------
 R/fullEXAMPLE.R                         |    8 -
 R/functionCallString.R                  |only
 R/getConfig.R                           |    6 +
 R/getFromComment.R                      |only
 R/getLinkFunction.R                     |only
 R/getMadratGraph.R                      |    2 
 R/getMadratInfo.R                       |    8 -
 R/getSourceFolder.R                     |only
 R/initializeConfig.R                    |   27 +++--
 R/installedMadratUniverse.R             |   23 +++-
 R/isWrapperActive.R                     |    1 
 R/madrat-package.R                      |    3 
 R/prepComment.R                         |only
 R/prepExtendedComment.R                 |only
 R/prepFunctionName.R                    |   95 ++++++++++---------
 R/pucAggregate.R                        |   15 ++-
 R/putMadratMessage.R                    |    2 
 R/readSource.R                          |   38 ++++---
 R/redirect.R                            |only
 R/redirectSource.R                      |only
 R/redirectTau.R                         |only
 R/resetMadratMessages.R                 |    2 
 R/retrieveData.R                        |   40 ++++----
 R/robustOrder.R                         |    4 
 R/setConfig.R                           |    5 -
 R/toolAggregate.R                       |   45 +++++----
 R/toolGetMapping.R                      |   49 ++++++---
 R/toolISOhistorical.R                   |   19 ++-
 R/toolTimeAverage.R                     |   54 ++++++----
 R/toolstartmessage.R                    |   32 +-----
 R/visualizeDependencies.R               |   32 ++++--
 README.md                               |   15 +--
 build/partial.rdb                       |only
 build/vignette.rds                      |binary
 inst/doc/madrat-caching.R               |   20 ++--
 inst/doc/madrat-caching.html            |   38 +++----
 inst/doc/madrat-puc.R                   |   14 +-
 inst/doc/madrat-puc.Rmd                 |    6 -
 inst/doc/madrat-puc.html                |   14 +-
 inst/doc/madrat.R                       |   28 ++---
 inst/doc/madrat.html                    |   36 +++----
 inst/extdata/country2iso.csv            |    7 +
 man/calcOutput.Rd                       |    6 +
 man/cleanComment.Rd                     |only
 man/compareMadratOutputs.Rd             |    2 
 man/downloadSource.Rd                   |    2 
 man/fingerprint.Rd                      |    2 
 man/fullEXAMPLE.Rd                      |   10 --
 man/functionCallString.Rd               |only
 man/getFromComment.Rd                   |only
 man/getLinkFunction.Rd                  |only
 man/getSourceFolder.Rd                  |only
 man/initializeConfig.Rd                 |    5 -
 man/installedMadratUniverse.Rd          |   16 +--
 man/madrat-package.Rd                   |   26 +++++
 man/prepComment.Rd                      |only
 man/prepExtendedComment.Rd              |only
 man/prepFunctionName.Rd                 |    8 -
 man/readSource.Rd                       |    2 
 man/redirect.Rd                         |only
 man/redirectSource.Rd                   |only
 man/redirectTau.Rd                      |only
 man/retrieveData.Rd                     |    2 
 man/robustOrder.Rd                      |    2 
 man/setConfig.Rd                        |    6 +
 man/toolAggregate.Rd                    |   14 +-
 man/toolGetMapping.Rd                   |    2 
 man/toolTimeAverage.Rd                  |    4 
 man/toolstartmessage.Rd                 |   12 +-
 tests/testthat/setup.R                  |    1 
 tests/testthat/test-calcOutput.R        |   49 +++++----
 tests/testthat/test-fingerprint.R       |    1 
 tests/testthat/test-puc.R               |   40 ++++----
 tests/testthat/test-readSource.R        |   48 +++++++--
 tests/testthat/test-redirectSource.R    |only
 tests/testthat/test-toolAggregate.R     |   18 +++
 tests/testthat/test-toolCountryFill.R   |    6 -
 tests/testthat/test-toolGetMapping.R    |   10 +-
 tests/testthat/test-toolISOhistorical.R |   44 +++++---
 tests/testthat/test-toolTimeAverage.R   |    3 
 vignettes/madrat-puc.Rmd                |    6 -
 91 files changed, 868 insertions(+), 667 deletions(-)

More information about madrat at CRAN
Permanent link

Package JANE updated to version 0.2.1 with previous version 0.1.1 dated 2024-11-14

Title: Just Another Latent Space Network Clustering Algorithm
Description: Fit and simulate latent space network cluster models using an expectation-maximization algorithm. Enables flexible modeling of unweighted network data, supporting both directed and undirected networks, with or without degree heterogeneity. Designed to handle large networks efficiently, it allows users to explore network structure through latent space representations, identify clusters within network data, and simulate models with varying clustering and connectivity patterns.
Author: Alan Arakkal [aut, cre, cph] , Daniel Sewell [aut]
Maintainer: Alan Arakkal <alan-arakkal@uiowa.edu>

Diff between JANE versions 0.1.1 dated 2024-11-14 and 0.2.1 dated 2024-12-19

 DESCRIPTION         |    6 -
 MD5                 |   16 ++--
 NAMESPACE           |    2 
 NEWS.md             |   13 +++-
 R/generics.R        |  169 +++++++++++++++++++++++++++++++++++++++-------------
 R/imports.R         |    2 
 R/plot_data.R       |  155 +++++++++++++++++++++++++----------------------
 man/plot.JANE.Rd    |   12 +++
 man/summary.JANE.Rd |    1 
 9 files changed, 253 insertions(+), 123 deletions(-)

More information about JANE at CRAN
Permanent link

Package cpp11armadillo updated to version 0.4.1 with previous version 0.4.0 dated 2024-12-13

Title: An 'Armadillo' Interface
Description: Provides function declarations and inline function definitions that facilitate communication between R and the 'Armadillo' 'C++' library for linear algebra and scientific computing. This implementation is detailed in Vargas Sepulveda and Schneider Malamud (2024) <doi:10.48550/arXiv.2408.11074>.
Author: Mauricio Vargas Sepulveda [aut, cre] , Jonathan Schneider Malamud [ctb], Conrad Sanderson [aut] )
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>

Diff between cpp11armadillo versions 0.4.0 dated 2024-12-13 and 0.4.1 dated 2024-12-19

 DESCRIPTION                |   10 +++---
 MD5                        |   17 ++++++----
 NEWS.md                    |    8 ++++
 R/cpp11armadillo-package.R |   17 ++++++++++
 README.md                  |   75 +++++++++++++++++++++++++++++++++------------
 build/vignette.rds         |binary
 configure                  |   31 ++++++++++++++----
 inst/doc/data-types.R      |only
 inst/doc/data-types.Rmd    |only
 inst/doc/data-types.html   |only
 man/check_cpp11.Rd         |only
 vignettes/data-types.Rmd   |only
 12 files changed, 120 insertions(+), 38 deletions(-)

More information about cpp11armadillo at CRAN
Permanent link

New package capesR with initial version 0.1.0
Package: capesR
Title: Access to CAPES Data
Version: 0.1.0
Date: 2024-12-17
Description: Provides simplified access to the data from the Catalog of Theses and Dissertations of the Brazilian Coordination for the Improvement of Higher Education Personnel (CAPES, <https://catalogodeteses.capes.gov.br>) for the years 1987 through 2022. The dataset includes variables such as Higher Education Institution (institution), Area of Concentration (area), Graduate Program Name (program_name), Type of Work (type), Language of Work (language), Author Identification (author), Abstract (abstract), Advisor Identification (advisor), Development Region (region), State (state).
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Imports: arrow, dplyr, magrittr, rlang, stringr, utils
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: <https://github.com/hugoavmedeiros/capesR>
NeedsCompilation: no
Packaged: 2024-12-18 16:37:22 UTC; leite
Author: Hugo Vasconcelos Medeiros [aut, cre], Dalson Figueiredo Filho [aut], Andre Leite [aut]
Maintainer: Hugo Vasconcelos Medeiros <hugo.medeiros@ufpe.br>
Repository: CRAN
Date/Publication: 2024-12-19 16:20:02 UTC

More information about capesR at CRAN
Permanent link

Package spEDM updated to version 1.1 with previous version 1.0 dated 2024-12-16

Title: Spatial Empirical Dynamic Modeling
Description: Integrates empirical dynamic modeling (EDM) with geospatial cross-sectional data to analyze causality via geographical convergent cross mapping (GCCM) described in Gao et al. (2023) <doi:10.1038/s41467-023-41619-6>.
Author: Wenbo Lv [aut, cre, cph]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>

Diff between spEDM versions 1.0 dated 2024-12-16 and 1.1 dated 2024-12-19

 DESCRIPTION        |    6 +-
 MD5                |   16 +++---
 NEWS.md            |    4 +
 R/gccm.R           |   12 +---
 README.md          |    4 -
 inst/doc/GCCM.Rmd  |  132 ++++++++++++++++++++++++++--------------------------
 inst/doc/GCCM.html |  134 ++++++++++++++++++++++++++---------------------------
 man/gccm.Rd        |    8 +--
 vignettes/GCCM.Rmd |  132 ++++++++++++++++++++++++++--------------------------
 9 files changed, 226 insertions(+), 222 deletions(-)

More information about spEDM at CRAN
Permanent link

New package sae.projection with initial version 0.1.0
Package: sae.projection
Title: Small Area Estimation Using Model-Assisted Projection Method
Version: 0.1.0
Description: Combines information from two independent surveys using a model-assisted projection method. Designed for survey sampling scenarios where a large sample collects only auxiliary information (Survey 1) and a smaller sample provides data on both variables of interest and auxiliary variables (Survey 2). Implements a working model to generate synthetic values of the variable of interest by fitting the model to Survey 2 data and predicting values for Survey 1 based on its auxiliary variables (Kim & Rao, 2012) <doi:10.1093/biomet/asr063>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/Alfrzlp/sae.projection
BugReports: https://github.com/Alfrzlp/sae.projection/issues
Imports: cli, doParallel, dplyr, methods, parsnip, recipes, rlang, rsample, stats, survey, tune, workflows, yardstick, bonsai, ranger, lightgbm
Depends: R (>= 4.3.0), tidymodels
NeedsCompilation: no
Packaged: 2024-12-18 08:10:00 UTC; alfrz
Author: Ridson Al Farizal P [aut, cre, cph] , Azka Ubaidillah [aut]
Maintainer: Ridson Al Farizal P <ridsonalfarizal15@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-19 15:40:02 UTC

More information about sae.projection at CRAN
Permanent link

Package restriktor updated to version 0.6-10 with previous version 0.5-90 dated 2024-09-11

Title: Restricted Statistical Estimation and Inference for Linear Models
Description: Allow for easy-to-use testing or evaluating of linear equality and inequality restrictions about parameters and effects in (generalized) linear statistical models.
Author: Leonard Vanbrabant [aut, cre], Rebecca Kuiper [aut], Yves Rosseel [ctb], Aleksandra Dacko [ctb]
Maintainer: Leonard Vanbrabant <info@restriktor.org>

Diff between restriktor versions 0.5-90 dated 2024-09-11 and 0.6-10 dated 2024-12-19

 DESCRIPTION                               |    6 
 MD5                                       |   74 ++-
 NAMESPACE                                 |   11 
 R/conGLM.R                                |    4 
 R/conLM.R                                 |   14 
 R/conMLM.R                                |    4 
 R/conRLM.R                                |    4 
 R/con_constraints.R                       |   59 +--
 R/ext_ic_infer.R                          |    2 
 R/goric.R                                 |  311 +++++++++++-----
 R/goric_benchmark.R                       |   68 ++-
 R/goric_benchmark_plot.R                  |   43 +-
 R/goric_benchmark_print.R                 |   50 +-
 R/goric_benchmark_utilities.R             |  106 -----
 R/goric_calculate_IC_weights.R            |   31 -
 R/goric_evSyn.R                           |  583 +++++++-----------------------
 R/goric_evSyn_plot.R                      |only
 R/goric_evSyn_print.R                     |only
 R/goric_evSyn_summary.R                   |only
 R/goric_evSyn_utilities.R                 |only
 R/goric_penalty.R                         |    2 
 R/goric_print.R                           |  217 ++++++++---
 R/goric_utilities.R                       |  103 +++++
 R/gorica_est.R                            |   62 ++-
 R/gorica_est_summary.R                    |    2 
 R/restriktor_print.R                      |    2 
 R/restriktor_print_summary.R              |   14 
 R/restriktor_summary.R                    |   16 
 R/utilities.R                             |  169 +++++++-
 inst/doc/Guidelines_GORIC-benchmarks.R    |    2 
 inst/doc/Guidelines_GORIC-benchmarks.Rmd  |    4 
 inst/doc/Guidelines_GORIC-benchmarks.html |  196 +++++-----
 inst/doc/Guidelines_GORIC_output.html     |  407 +++++++++++---------
 man/calculate_IC_weights.Rd               |   10 
 man/evSyn.Rd                              |  105 ++++-
 man/goric.Rd                              |   49 +-
 man/goric_benchmark.Rd                    |   22 -
 man/myLLs.Rd                              |    4 
 man/restriktor-package.rd                 |    4 
 vignettes/Guidelines_GORIC-benchmarks.Rmd |    4 
 40 files changed, 1570 insertions(+), 1194 deletions(-)

More information about restriktor at CRAN
Permanent link

Package Q2q updated to version 0.1.2 with previous version 0.1.1 dated 2024-11-07

Title: Interpolating Age-Specific Mortality Rates at All Ages
Description: Mortality rates are typically provided in an abridged format, i.e., by age groups 0, [1, 5], [5, 10]', '[10, 15]', and so on. Some applications necessitate a detailed (single) age description. Despite the large number of proposed approaches in the literature, only a few methods ensure great performance at both younger and higher ages. For example, the 6-term 'Lagrange' interpolation function is well suited to mortality interpolation at younger ages (with irregular intervals), but not at older ages. The 'Karup-King' method, on the other hand, performs well at older ages but is not suitable for younger ones. Interested readers can find a full discussion of the two stated methods in the book Shryock, Siegel, and Associates (1993).The Q2q package combines the two methods to allow for the interpolation of mortality rates across all age groups. It begins by implementing each method independently, and then the resulting curves are linked using a 5-age averaged error between the two partial cu [...truncated...]
Author: Farid FLICI [aut, cre]
Maintainer: Farid FLICI <farid.flici@cread.dz>

Diff between Q2q versions 0.1.1 dated 2024-11-07 and 0.1.2 dated 2024-12-19

 DESCRIPTION                               |   10 +--
 MD5                                       |   18 ++---
 R/Q2q.R                                   |   98 ++++++++++++++++++------------
 README.md                                 |   64 +++++++------------
 man/figures/README-unnamed-chunk-12-1.png |binary
 man/figures/README-unnamed-chunk-13-1.png |binary
 man/figures/README-unnamed-chunk-21-1.png |binary
 man/figures/README-unnamed-chunk-21-2.png |binary
 man/getqx.Rd                              |   18 ++---
 man/getqxt.Rd                             |   22 +++---
 10 files changed, 121 insertions(+), 109 deletions(-)

More information about Q2q at CRAN
Permanent link

Package pkgGraphR updated to version 0.3.0 with previous version 0.2.0 dated 2024-04-02

Title: Graph the Relationship Between Functions in an R Package
Description: It is often useful when developing an R package to track the relationship between functions in order to appropriately test and track changes. This package generates a graph of the relationship between all R functions in a package. It can also be used on any directory containing .R files which can be very useful for 'shiny' apps or other non-package workflows.
Author: David Oliver [aut, cre, cph]
Maintainer: David Oliver <doliv071@gmail.com>

Diff between pkgGraphR versions 0.2.0 dated 2024-04-02 and 0.3.0 dated 2024-12-19

 DESCRIPTION              |    8 +--
 MD5                      |   20 ++++-----
 R/functions.r            |   97 +++++++++++++++++++++++------------------------
 README.md                |   81 +++++++++++++++++++++++++++++++++------
 build/vignette.rds       |binary
 inst/doc/pkgGraphR.Rmd   |    2 
 inst/doc/pkgGraphR.html  |   42 ++++++++++----------
 man/buildPackageGraph.Rd |    4 -
 man/collectFunNames.Rd   |    2 
 man/plotPackageGraph.Rd  |   12 ++---
 vignettes/pkgGraphR.Rmd  |    2 
 11 files changed, 165 insertions(+), 105 deletions(-)

More information about pkgGraphR at CRAN
Permanent link

Package GIFT updated to version 1.3.3 with previous version 1.3.2 dated 2024-02-27

Title: Access to the Global Inventory of Floras and Traits (GIFT)
Description: Retrieving regional plant checklists, species traits and distributions, and environmental data from the Global Inventory of Floras and Traits (GIFT). More information about the GIFT database can be found at <https://gift.uni-goettingen.de/about> and the map of available floras can be visualized at <https://gift.uni-goettingen.de/map>. The API and associated queries can be accessed according the following scheme: <https://gift.uni-goettingen.de/api/extended/index2.0.php?query=env_raster>.
Author: Pierre Denelle [aut, cre] , Patrick Weigelt [aut]
Maintainer: Pierre Denelle <pierre.denelle@gmail.com>

Diff between GIFT versions 1.3.2 dated 2024-02-27 and 1.3.3 dated 2024-12-19

 GIFT-1.3.2/GIFT/inst/doc/GIFT_API.R                     |only
 GIFT-1.3.2/GIFT/inst/doc/GIFT_API.Rmd                   |only
 GIFT-1.3.2/GIFT/inst/doc/GIFT_API.html                  |only
 GIFT-1.3.2/GIFT/inst/doc/GIFT_advanced_users.R          |only
 GIFT-1.3.2/GIFT/inst/doc/GIFT_advanced_users.Rmd        |only
 GIFT-1.3.2/GIFT/inst/doc/GIFT_advanced_users.html       |only
 GIFT-1.3.2/GIFT/vignettes/GIFT_API.Rmd                  |only
 GIFT-1.3.2/GIFT/vignettes/GIFT_advanced_users.Rmd       |only
 GIFT-1.3.3/GIFT/DESCRIPTION                             |    8 
 GIFT-1.3.3/GIFT/MD5                                     |   43 
 GIFT-1.3.3/GIFT/NEWS.md                                 |   12 
 GIFT-1.3.3/GIFT/R/GIFT_checklists.R                     |    9 
 GIFT-1.3.3/GIFT/R/GIFT_spatial.R                        |    9 
 GIFT-1.3.3/GIFT/R/GIFT_taxgroup.R                       |    2 
 GIFT-1.3.3/GIFT/README.md                               |   17 
 GIFT-1.3.3/GIFT/build/vignette.rds                      |binary
 GIFT-1.3.3/GIFT/inst/doc/GIFT.R                         |  872 ++++++-------
 GIFT-1.3.3/GIFT/inst/doc/GIFT.Rmd                       |   18 
 GIFT-1.3.3/GIFT/inst/doc/GIFT.html                      | 1012 +++++++++++++++-
 GIFT-1.3.3/GIFT/man/GIFT_checklists.Rd                  |    9 
 GIFT-1.3.3/GIFT/man/GIFT_spatial.Rd                     |    9 
 GIFT-1.3.3/GIFT/man/figures/GIFT_complete_floristic.svg |  136 +-
 GIFT-1.3.3/GIFT/man/figures/GIFT_complete_taxon.svg     |  140 +-
 GIFT-1.3.3/GIFT/man/figures/anemone_map.png             |binary
 GIFT-1.3.3/GIFT/man/figures/anemone_map2.png            |binary
 GIFT-1.3.3/GIFT/man/figures/tenerife_phylogeny.png      |only
 GIFT-1.3.3/GIFT/vignettes/GIFT.Rmd                      |   18 
 27 files changed, 1623 insertions(+), 691 deletions(-)

More information about GIFT at CRAN
Permanent link

New package doParabar with initial version 1.0.2
Package: doParabar
Title: 'foreach' Parallel Adapter for 'parabar' Backends
Version: 1.0.2
Description: Provides a 'foreach' parallel adapter for 'parabar' backends. This package offers a minimal implementation of the '%dopar%' operator, enabling users to run 'foreach' loops in parallel, leveraging the parallel and progress-tracking capabilities of the 'parabar' package. Learn more about 'parabar' and 'doParabar' at <https://parabar.mihaiconstantin.com>.
License: MIT + file LICENSE
URL: https://github.com/mihaiconstantin/doParabar, https://parabar.mihaiconstantin.com/articles/foreach
BugReports: https://github.com/mihaiconstantin/doParabar/issues
Imports: parabar, foreach, iterators, utils
Encoding: UTF-8
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2024-12-18 10:34:28 UTC; mihai
Author: Mihai Constantin [aut, cre]
Maintainer: Mihai Constantin <mihai@mihaiconstantin.com>
Repository: CRAN
Date/Publication: 2024-12-19 16:00:05 UTC

More information about doParabar at CRAN
Permanent link

New package DEploid.utils with initial version 0.0.1
Package: DEploid.utils
Title: 'DEploid' Data Analysis and Results Interpretation
Version: 0.0.1
Description: 'DEploid' (Zhu et.al. 2018 <doi:10.1093/bioinformatics/btx530>) is designed for deconvoluting mixed genomes with unknown proportions. Traditional phasing programs are limited to diploid organisms. Our method modifies Li and Stephen’s algorithm with Markov chain Monte Carlo (MCMC) approaches, and builds a generic framework that allows haloptype searches in a multiple infection setting. This package provides R functions to support data analysis and results interpretation.
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 0.11.2), scales (>= 0.4.0), magrittr (>= 1.5), combinat
Suggests: knitr, rmarkdown(>= 1.6), circlize, testthat (>= 0.9.0)
LinkingTo: Rcpp
Encoding: UTF-8
Date: 2024-11-18
License: Apache License (>= 2)
NeedsCompilation: yes
Packaged: 2024-12-18 12:02:05 UTC; rstudio
Author: Joe Zhu [aut, cre] , Jacob Almagro-Garcia [aut], Gil McVean [aut], University of Oxford [cph], Yinghan Liu [ctb], CodeCogs Zyba Ltd [com, cph], Deepak Bandyopadhyay [com, cph], Lutz Kettner [com, cph]
Maintainer: Joe Zhu <sha.joe.zhu@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-19 16:00:18 UTC

More information about DEploid.utils at CRAN
Permanent link

Package cobs updated to version 1.3-9 with previous version 1.3-8 dated 2024-03-06

Title: Constrained B-Splines (Sparse Matrix Based)
Description: Qualitatively Constrained (Regression) Smoothing Splines via Linear Programming and Sparse Matrices.
Author: Pin T. Ng [aut], Martin Maechler [aut, cre]
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>

Diff between cobs versions 1.3-8 dated 2024-03-06 and 1.3-9 dated 2024-12-19

 cobs-1.3-8/cobs/README                       |only
 cobs-1.3-9/cobs/ChangeLog                    |   22 ++++
 cobs-1.3-9/cobs/DESCRIPTION                  |   19 ++--
 cobs-1.3-9/cobs/MD5                          |   40 ++++----
 cobs-1.3-9/cobs/R/drqssbc.R                  |   16 ++-
 cobs-1.3-9/cobs/R/l1Design.R                 |    6 -
 cobs-1.3-9/cobs/R/looDesign.R                |    6 -
 cobs-1.3-9/cobs/R/qbsks.R                    |  108 ++++++++++++-----------
 cobs-1.3-9/cobs/R/scobs.R                    |   63 ++++++-------
 cobs-1.3-9/cobs/README.md                    |only
 cobs-1.3-9/cobs/TODO                         |    5 +
 cobs-1.3-9/cobs/build/partial.rdb            |binary
 cobs-1.3-9/cobs/man/cobs.Rd                  |   10 +-
 cobs-1.3-9/cobs/man/drqssbc.Rd               |    4 
 cobs-1.3-9/cobs/man/qbsks.Rd                 |   28 +++---
 cobs-1.3-9/cobs/tests/ex1.R                  |    5 -
 cobs-1.3-9/cobs/tests/ex2-long.R             |    7 -
 cobs-1.3-9/cobs/tests/ex3.Rout.save          |   13 +-
 cobs-1.3-9/cobs/tests/multi-constr.R         |   44 +++++----
 cobs-1.3-9/cobs/tests/multi-constr.Rout.save |  126 ++++++++++++++++++++-------
 cobs-1.3-9/cobs/tests/small-ex.Rout.save     |   14 +--
 cobs-1.3-9/cobs/tests/temp.Rout.save         |   35 +++++--
 22 files changed, 361 insertions(+), 210 deletions(-)

More information about cobs at CRAN
Permanent link

New package Cleanet with initial version 1.0.0
Package: Cleanet
Title: Automated Doublet Detection and Classification for Cytometry Data
Version: 1.0.0
Description: Automated method for doublet detection in flow or mass cytometry data, based on simulating doublets and finding events whose protein expression patterns are similar to the simulated doublets.
Imports: Rcpp, RcppHNSW, ggplot2, dplyr, tidyr, readr, reshape2, tibble, magrittr, methods
LinkingTo: Rcpp, RcppArmadillo
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5)
Suggests: knitr, rmarkdown, vctrs
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-12-18 04:51:03 UTC; matei
Author: Matei Ionita [aut, cre]
Maintainer: Matei Ionita <matei.ionita@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-19 15:30:11 UTC

More information about Cleanet at CRAN
Permanent link

Package anytime updated to version 0.3.11 with previous version 0.3.10 dated 2024-12-02

Title: Anything to 'POSIXct' or 'Date' Converter
Description: Convert input in any one of character, integer, numeric, factor, or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of predefined formats, and relying on Boost facilities for date and time parsing.
Author: Dirk Eddelbuettel [aut, cre]
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between anytime versions 0.3.10 dated 2024-12-02 and 0.3.11 dated 2024-12-19

 anytime-0.3.10/anytime/inst/tinytest/test_simple.R       |only
 anytime-0.3.11/anytime/ChangeLog                         |    6 ++++++
 anytime-0.3.11/anytime/DESCRIPTION                       |    8 ++++----
 anytime-0.3.11/anytime/MD5                               |   11 +++++------
 anytime-0.3.11/anytime/build/partial.rdb                 |binary
 anytime-0.3.11/anytime/inst/NEWS.Rd                      |    6 ++++++
 anytime-0.3.11/anytime/inst/doc/anytime-introduction.pdf |binary
 7 files changed, 21 insertions(+), 10 deletions(-)

More information about anytime at CRAN
Permanent link

Package NeuralEstimators updated to version 0.1.2 with previous version 0.1.1 dated 2024-11-03

Title: Likelihood-Free Parameter Estimation using Neural Networks
Description: An 'R' interface to the 'Julia' package 'NeuralEstimators.jl'. The package facilitates the user-friendly development of neural point estimators, which are neural networks that map data to a point summary of the posterior distribution. These estimators are likelihood-free and amortised, in the sense that, after an initial setup cost, inference from observed data can be made in a fraction of the time required by conventional approaches; see Sainsbury-Dale, Zammit-Mangion, and Huser (2024) <doi:10.1080/00031305.2023.2249522> for further details and an accessible introduction. The package also enables the construction of neural networks that approximate the likelihood-to-evidence ratio in an amortised manner, allowing one to perform inference based on the likelihood function or the entire posterior distribution; see Zammit-Mangion, Sainsbury-Dale, and Huser (2024, Sec. 5.2) <doi:10.48550/arXiv.2404.12484>, and the references therein. The package accommodates any model for which [...truncated...]
Author: Matthew Sainsbury-Dale [aut, cre]
Maintainer: Matthew Sainsbury-Dale <msainsburydale@gmail.com>

Diff between NeuralEstimators versions 0.1.1 dated 2024-11-03 and 0.1.2 dated 2024-12-19

 DESCRIPTION                    |    6 ++--
 MD5                            |   24 +++++++++----------
 R/core.R                       |   33 +++++++++++++++++----------
 README.md                      |    6 +++-
 build/partial.rdb              |binary
 build/vignette.rds             |binary
 inst/CITATION                  |   50 +++++++++++++++++++++++++++++------------
 inst/doc/NeuralEstimators.html |    2 -
 man/bootstrap.Rd               |   17 +++++++++++++
 man/estimate.Rd                |    9 ++++---
 man/loadstate.Rd               |    2 -
 man/loadweights.Rd             |    3 +-
 tests/testthat/test-core.R     |    1 
 13 files changed, 103 insertions(+), 50 deletions(-)

More information about NeuralEstimators at CRAN
Permanent link

Package openxlsx2 updated to version 1.12 with previous version 1.11 dated 2024-11-14

Title: Read, Write and Edit 'xlsx' Files
Description: Simplifies the creation of 'xlsx' files by providing a high level interface to writing, styling and editing worksheets.
Author: Jordan Mark Barbone [aut] , Jan Marvin Garbuszus [aut, cre], Olivier Roy [ctb], openxlsx authors [cph] , Arseny Kapoulkine [ctb, cph]
Maintainer: Jan Marvin Garbuszus <jan.garbuszus@ruhr-uni-bochum.de>

Diff between openxlsx2 versions 1.11 dated 2024-11-14 and 1.12 dated 2024-12-19

 DESCRIPTION                                   |    6 
 MD5                                           |  156 ++++-----
 NAMESPACE                                     |    8 
 NEWS.md                                       |   27 +
 R/RcppExports.R                               |    4 
 R/class-style_mgr.R                           |   34 +-
 R/class-workbook-utils.R                      |   26 +
 R/class-workbook-wrappers.R                   |  138 ++++++--
 R/class-workbook.R                            |  425 +++++++++++++++++---------
 R/class-worksheet.R                           |   24 +
 R/conditional_formatting.R                    |    2 
 R/get-named-regions.R                         |    3 
 R/helper-functions.R                          |  200 ++++++++++--
 R/openxlsx2-package.R                         |   12 
 R/pivot_table.R                               |    2 
 R/read.R                                      |   30 -
 R/utils.R                                     |   13 
 R/wb_functions.R                              |    1 
 R/wb_load.R                                   |   69 +++-
 R/wb_styles.R                                 |    5 
 R/write.R                                     |   91 +++--
 inst/AUTHORS                                  |    2 
 inst/WORDLIST                                 |    4 
 inst/doc/Update-from-openxlsx.html            |    5 
 inst/doc/conditional-formatting.html          |    5 
 inst/doc/openxlsx2.html                       |    5 
 inst/doc/openxlsx2_charts_manual.html         |    5 
 inst/doc/openxlsx2_formulas_manual.html       |    5 
 inst/doc/openxlsx2_read_to_df.R               |    2 
 inst/doc/openxlsx2_read_to_df.Rmd             |    2 
 inst/doc/openxlsx2_read_to_df.html            |    7 
 inst/doc/openxlsx2_style_manual.html          |    5 
 man/create_cell_style.Rd                      |    4 
 man/create_sparklines.Rd                      |   32 +
 man/grouping-wb.Rd                            |    8 
 man/properties-wb.Rd                          |    5 
 man/waivers.Rd                                |    2 
 man/wbWorkbook.Rd                             |   55 +++
 man/wb_add_cell_style.Rd                      |    4 
 man/wb_add_data_table.Rd                      |    3 
 man/wb_add_slicer.Rd                          |    3 
 man/wb_merge_cells.Rd                         |   11 
 man/wb_set_bookview.Rd                        |   38 ++
 man/wb_set_header_footer.Rd                   |   23 +
 man/wb_workbook.Rd                            |    3 
 src/RcppExports.cpp                           |   34 +-
 src/helper_functions.cpp                      |  324 ++++++++++---------
 src/load_workbook.cpp                         |   12 
 src/openxlsx2.h                               |   16 
 src/openxlsx2_types.h                         |   57 +--
 src/pugi.cpp                                  |   81 ++--
 src/strings_xml.cpp                           |    2 
 src/styles_xml.cpp                            |  230 +++++++-------
 src/write_file.cpp                            |    8 
 src/xlsb.cpp                                  |  141 ++++----
 src/xlsb_funs.h                               |  194 ++++++-----
 tests/testthat/test-class-comment.R           |    9 
 tests/testthat/test-class-hyperlink.R         |    3 
 tests/testthat/test-class-workbook-wrappers.R |   12 
 tests/testthat/test-class-workbook.R          |   62 +++
 tests/testthat/test-class-worksheet.R         |   80 ++++
 tests/testthat/test-date_time_conversion.R    |    3 
 tests/testthat/test-deleting_tables.R         |    3 
 tests/testthat/test-fill_merged_cells.R       |   12 
 tests/testthat/test-formulas.R                |   12 
 tests/testthat/test-helper-functions.R        |  195 +++++++++++
 tests/testthat/test-loading_workbook.R        |   23 +
 tests/testthat/test-loading_workbook_tables.R |    3 
 tests/testthat/test-outlines.R                |   26 +
 tests/testthat/test-read_from_created_wb.R    |    6 
 tests/testthat/test-read_sources.R            |   38 ++
 tests/testthat/test-save.R                    |    5 
 tests/testthat/test-styles_xml.R              |   12 
 tests/testthat/test-tables.R                  |    2 
 tests/testthat/test-wb_functions.R            |   22 +
 tests/testthat/test-wb_styles.R               |   12 
 tests/testthat/test-write.R                   |  150 ++++++++-
 tests/testthat/test-writing_posixct.R         |    6 
 vignettes/openxlsx2_read_to_df.Rmd            |    2 
 79 files changed, 2306 insertions(+), 1005 deletions(-)

More information about openxlsx2 at CRAN
Permanent link

Package DrugUtilisation updated to version 0.8.1 with previous version 0.8.0 dated 2024-12-09

Title: Summarise Patient-Level Drug Utilisation in Data Mapped to the OMOP Common Data Model
Description: Summarise patient-level drug utilisation cohorts using data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model. New users and prevalent users cohorts can be generated and their characteristics, indication and drug use summarised.
Author: Marti Catala [aut, cre] , Mike Du [ctb] , Yuchen Guo [aut] , Kim Lopez-Guell [aut] , Edward Burn [aut] , Xintong Li [ctb] , Marta Alcalde-Herraiz [ctb] , Nuria Mercade-Besora [aut] , Xihang Chen [aut]
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>

Diff between DrugUtilisation versions 0.8.0 dated 2024-12-09 and 0.8.1 dated 2024-12-19

 DESCRIPTION                              |    6 
 MD5                                      |   24 
 NAMESPACE                                |    1 
 NEWS.md                                  |   31 
 R/DrugUtilisation-package.R              |    5 
 R/addIntersect.R                         |   98 
 R/summariseDrugRestart.R                 |    8 
 R/summariseDrugUtilisation.R             |   10 
 R/summariseIntersect.R                   |   30 
 R/summariseProportionOfPatientsCovered.R |    6 
 inst/doc/create_cohorts.html             |   54 
 inst/doc/drug_utilisation.html           | 8713 +++++++++++++++++++++++++------
 man/addIndication.Rd                     |    6 
 13 files changed, 7373 insertions(+), 1619 deletions(-)

More information about DrugUtilisation at CRAN
Permanent link

Package CDMConnector updated to version 1.7.0 with previous version 1.6.1 dated 2024-11-29

Title: Connect to an OMOP Common Data Model
Description: Provides tools for working with observational health data in the Observational Medical Outcomes Partnership (OMOP) Common Data Model format with a pipe friendly syntax. Common data model database table references are stored in a single compound object along with metadata.
Author: Adam Black [aut, cre] , Artem Gorbachev [aut], Edward Burn [aut], Marti Catala Sabate [aut]
Maintainer: Adam Black <black@ohdsi.org>

Diff between CDMConnector versions 1.6.1 dated 2024-11-29 and 1.7.0 dated 2024-12-19

 CDMConnector-1.6.1/CDMConnector/man/assert_tables.Rd                                           |only
 CDMConnector-1.6.1/CDMConnector/man/cdmName.Rd                                                 |only
 CDMConnector-1.6.1/CDMConnector/man/cdm_from_con.Rd                                            |only
 CDMConnector-1.6.1/CDMConnector/man/cdm_from_environment.Rd                                    |only
 CDMConnector-1.6.1/CDMConnector/man/cdm_from_files.Rd                                          |only
 CDMConnector-1.6.1/CDMConnector/man/cdm_select_tbl.Rd                                          |only
 CDMConnector-1.6.1/CDMConnector/man/cohort_erafy.Rd                                            |only
 CDMConnector-1.6.1/CDMConnector/man/cohort_union.Rd                                            |only
 CDMConnector-1.6.1/CDMConnector/man/copy_cdm_to.Rd                                             |only
 CDMConnector-1.6.1/CDMConnector/man/eunomia_is_available.Rd                                    |only
 CDMConnector-1.6.1/CDMConnector/man/intersect_cohorts.Rd                                       |only
 CDMConnector-1.6.1/CDMConnector/man/list_tables.Rd                                             |only
 CDMConnector-1.6.1/CDMConnector/man/read_cohort_set.Rd                                         |only
 CDMConnector-1.6.1/CDMConnector/man/recordCohortAttrition.Rd                                   |only
 CDMConnector-1.6.1/CDMConnector/man/summarise_quantile.Rd                                      |only
 CDMConnector-1.6.1/CDMConnector/man/tbl_group.Rd                                               |only
 CDMConnector-1.6.1/CDMConnector/man/union_cohorts.Rd                                           |only
 CDMConnector-1.6.1/CDMConnector/man/uniqueTableName.Rd                                         |only
 CDMConnector-1.6.1/CDMConnector/man/validate_cdm.Rd                                            |only
 CDMConnector-1.6.1/CDMConnector/tests/testthat/test-validate.R                                 |only
 CDMConnector-1.7.0/CDMConnector/DESCRIPTION                                                    |   12 
 CDMConnector-1.7.0/CDMConnector/MD5                                                            |  237 ++--
 CDMConnector-1.7.0/CDMConnector/NAMESPACE                                                      |    7 
 CDMConnector-1.7.0/CDMConnector/NEWS.md                                                        |   13 
 CDMConnector-1.7.0/CDMConnector/R/Eunomia.R                                                    |   53 -
 CDMConnector-1.7.0/CDMConnector/R/benchmarkCDMConnector.R                                      |   43 
 CDMConnector-1.7.0/CDMConnector/R/cdm.R                                                        |  497 ++++------
 CDMConnector-1.7.0/CDMConnector/R/cdmSubset.R                                                  |   58 -
 CDMConnector-1.7.0/CDMConnector/R/cdm_from_environment.R                                       |   38 
 CDMConnector-1.7.0/CDMConnector/R/cohortTransformations.R                                      |   25 
 CDMConnector-1.7.0/CDMConnector/R/cohort_ddl.R                                                 |   14 
 CDMConnector-1.7.0/CDMConnector/R/compute.R                                                    |   42 
 CDMConnector-1.7.0/CDMConnector/R/copy_cdm_to.R                                                |   14 
 CDMConnector-1.7.0/CDMConnector/R/dateadd.R                                                    |    7 
 CDMConnector-1.7.0/CDMConnector/R/dbSource.R                                                   |   13 
 CDMConnector-1.7.0/CDMConnector/R/generateCohortSet.R                                          |  116 +-
 CDMConnector-1.7.0/CDMConnector/R/generateConceptCohortSet.R                                   |   11 
 CDMConnector-1.7.0/CDMConnector/R/reexports-omopgenerics.R                                     |   23 
 CDMConnector-1.7.0/CDMConnector/R/summariseQuantile.R                                          |   33 
 CDMConnector-1.7.0/CDMConnector/R/utils.R                                                      |  101 +-
 CDMConnector-1.7.0/CDMConnector/R/validate.R                                                   |   71 -
 CDMConnector-1.7.0/CDMConnector/R/zzz-deprecated.R                                             |   36 
 CDMConnector-1.7.0/CDMConnector/inst/cohortsNonUTF8                                            |only
 CDMConnector-1.7.0/CDMConnector/inst/doc/a01_getting-started.R                                 |   16 
 CDMConnector-1.7.0/CDMConnector/inst/doc/a01_getting-started.html                              |  356 +++----
 CDMConnector-1.7.0/CDMConnector/inst/doc/a02_cohorts.R                                         |    4 
 CDMConnector-1.7.0/CDMConnector/inst/doc/a02_cohorts.html                                      |  381 +++----
 CDMConnector-1.7.0/CDMConnector/inst/doc/a04_DBI_connection_examples.R                         |  145 +-
 CDMConnector-1.7.0/CDMConnector/inst/doc/a04_DBI_connection_examples.Rmd                       |   59 -
 CDMConnector-1.7.0/CDMConnector/inst/doc/a04_DBI_connection_examples.html                      |   57 -
 CDMConnector-1.7.0/CDMConnector/inst/doc/a05_cdm_reference_backends.R                          |  106 +-
 CDMConnector-1.7.0/CDMConnector/inst/doc/a06_using_cdm_attributes.R                            |   28 
 CDMConnector-1.7.0/CDMConnector/inst/doc/a06_using_cdm_attributes.html                         |   13 
 CDMConnector-1.7.0/CDMConnector/man/appendPermanent.Rd                                         |    4 
 CDMConnector-1.7.0/CDMConnector/man/assertTables.Rd                                            |only
 CDMConnector-1.7.0/CDMConnector/man/assert_write_schema.Rd                                     |    3 
 CDMConnector-1.7.0/CDMConnector/man/benchmarkCDMConnector.Rd                                   |    4 
 CDMConnector-1.7.0/CDMConnector/man/cdmCon.Rd                                                  |    8 
 CDMConnector-1.7.0/CDMConnector/man/cdmFlatten.Rd                                              |    6 
 CDMConnector-1.7.0/CDMConnector/man/cdmFromCon.Rd                                              |only
 CDMConnector-1.7.0/CDMConnector/man/cdmFromEnvironment.Rd                                      |only
 CDMConnector-1.7.0/CDMConnector/man/cdmFromFiles.Rd                                            |only
 CDMConnector-1.7.0/CDMConnector/man/cdmSample.Rd                                               |    4 
 CDMConnector-1.7.0/CDMConnector/man/cdmSelectTbl.Rd                                            |only
 CDMConnector-1.7.0/CDMConnector/man/cdmSubset.Rd                                               |    6 
 CDMConnector-1.7.0/CDMConnector/man/cdmSubsetCohort.Rd                                         |    4 
 CDMConnector-1.7.0/CDMConnector/man/cdmWriteSchema.Rd                                          |    8 
 CDMConnector-1.7.0/CDMConnector/man/cdm_from_tables.Rd                                         |    6 
 CDMConnector-1.7.0/CDMConnector/man/cdm_name.Rd                                                |only
 CDMConnector-1.7.0/CDMConnector/man/cohortAttrition.Rd                                         |    2 
 CDMConnector-1.7.0/CDMConnector/man/cohortErafy.Rd                                             |only
 CDMConnector-1.7.0/CDMConnector/man/cohortSet.Rd                                               |    2 
 CDMConnector-1.7.0/CDMConnector/man/cohortUnion.Rd                                             |only
 CDMConnector-1.7.0/CDMConnector/man/cohort_count.Rd                                            |    8 
 CDMConnector-1.7.0/CDMConnector/man/computeQuery.Rd                                            |    4 
 CDMConnector-1.7.0/CDMConnector/man/copyCdmTo.Rd                                               |only
 CDMConnector-1.7.0/CDMConnector/man/dbms.Rd                                                    |    4 
 CDMConnector-1.7.0/CDMConnector/man/eunomiaDir.Rd                                              |   16 
 CDMConnector-1.7.0/CDMConnector/man/eunomiaIsAvailable.Rd                                      |only
 CDMConnector-1.7.0/CDMConnector/man/exampleDatasets.Rd                                         |    4 
 CDMConnector-1.7.0/CDMConnector/man/generateCohortSet.Rd                                       |    9 
 CDMConnector-1.7.0/CDMConnector/man/intersectCohorts.Rd                                        |only
 CDMConnector-1.7.0/CDMConnector/man/listTables.Rd                                              |only
 CDMConnector-1.7.0/CDMConnector/man/new_generated_cohort_set.Rd                                |   10 
 CDMConnector-1.7.0/CDMConnector/man/readCohortSet.Rd                                           |only
 CDMConnector-1.7.0/CDMConnector/man/record_cohort_attrition.Rd                                 |only
 CDMConnector-1.7.0/CDMConnector/man/reexports.Rd                                               |    6 
 CDMConnector-1.7.0/CDMConnector/man/requireEunomia.Rd                                          |    2 
 CDMConnector-1.7.0/CDMConnector/man/snapshot.Rd                                                |    4 
 CDMConnector-1.7.0/CDMConnector/man/stow.Rd                                                    |    6 
 CDMConnector-1.7.0/CDMConnector/man/summariseQuantile.Rd                                       |only
 CDMConnector-1.7.0/CDMConnector/man/tblGroup.Rd                                                |only
 CDMConnector-1.7.0/CDMConnector/man/unionCohorts.Rd                                            |only
 CDMConnector-1.7.0/CDMConnector/man/unique_table_name.Rd                                       |only
 CDMConnector-1.7.0/CDMConnector/man/validateCdm.Rd                                             |only
 CDMConnector-1.7.0/CDMConnector/man/version.Rd                                                 |    4 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/old_tests/test-02-db-cdm.R                      |   50 -
 CDMConnector-1.7.0/CDMConnector/tests/testthat/old_tests/test-cdm.R                            |  152 +--
 CDMConnector-1.7.0/CDMConnector/tests/testthat/old_tests/test-db-omopgenerics.R                |    4 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/old_tests/test-summariseQuantile.R              |   80 -
 CDMConnector-1.7.0/CDMConnector/tests/testthat/setup.R                                         |   60 -
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-01-db-DBI.R                                |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-02-db-cdm.R                                |   57 -
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-03-db-generateCohortSet.R                  |   77 -
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-04-db-generateConceptCohortSet.R           |  136 +-
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-05-db-cohort_ddl.R                         |    8 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-06-db-compute.R                            |   12 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-07-db-dateadd.R                            |   77 -
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-08-db-casing.R                             |    2 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-09-db-copy_cdm_to.R                        |   30 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-10-db-summariseQuantile.R                  |   18 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-11-cdm_tranformations.R                    |   10 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-12-db-dplyr.R                              |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-13-db-custom_cohort_creation.R             |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-14-db-cohortTransformations.R              |   18 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-15-db-benchmarkCDMConnector.R              |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-16-db-dbSource.R                           |   23 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-17-db-generic-bind.R                       |   10 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-18-db-newGeneratedCohortSet.R              |   28 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-Eunomia.R                                  |   36 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-cohort-reconnect.R                         |   16 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-benchmarkCDMConnector.R                 |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-dplyr.R                                 |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-example-analysis.R                      |   24 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-in_schema.R                             |   39 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-recordCohortAttrition.R                 |   16 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-sample.R                                |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-temp-tables.R                           |    8 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-utils.R                                 |   24 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-db-write_schema_with_database.R            |    2 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-deprecations.R                             |    4 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-local_cdm.R                                |   18 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-memory-issue.R                             |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-omopgenerics.R                             |only
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-pool.R                                     |    8 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-readCohortSet.R                            |    6 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-write_prefix.r                             |    2 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-write_prefix_cohort_generation_snowflake.R |   12 
 CDMConnector-1.7.0/CDMConnector/tests/testthat/test-zzz-DBI.R                                  |    6 
 CDMConnector-1.7.0/CDMConnector/vignettes/a04_DBI_connection_examples.Rmd                      |   59 -
 140 files changed, 2198 insertions(+), 1745 deletions(-)

More information about CDMConnector at CRAN
Permanent link

Package gnonadd updated to version 1.0.3 with previous version 1.0.2 dated 2023-09-22

Title: Various Non-Additive Models for Genetic Associations
Description: The goal of 'gnonadd' is to simplify workflows in the analysis of non-additive effects of sequence variants. This includes variance effects (Ivarsdottir et. al (2017) <doi:10.1038/ng.3928>), correlation effects, interaction effects and dominance effects. The package also includes convenience functions for visualization.
Author: Audunn S. Snaebjarnarson [aut, cre, ctb], Gudmundur Einarsson [aut, ctb], Daniel F. Gudbjartsson [aut, ctb], deCODE Genetics/AMGEN [cph, fnd]
Maintainer: Audunn S. Snaebjarnarson <audunn.snaebjarnarson@decode.is>

Diff between gnonadd versions 1.0.2 dated 2023-09-22 and 1.0.3 dated 2024-12-19

 DESCRIPTION                         |    8 ++++----
 MD5                                 |   10 +++++-----
 NEWS.md                             |    5 +++++
 R/Variance_summary_stats.R          |    2 +-
 R/variance_continuous_conditional.R |    4 ++--
 README.md                           |   31 ++++++++++++++++++-------------
 6 files changed, 35 insertions(+), 25 deletions(-)

More information about gnonadd at CRAN
Permanent link

Package tidypredict updated to version 0.5.1 with previous version 0.5 dated 2023-01-18

Title: Run Predictions Inside the Database
Description: It parses a fitted 'R' model object, and returns a formula in 'Tidy Eval' code that calculates the predictions. It works with several databases back-ends because it leverages 'dplyr' and 'dbplyr' for the final 'SQL' translation of the algorithm. It currently supports lm(), glm(), randomForest(), ranger(), earth(), xgb.Booster.complete(), cubist(), and ctree() models.
Author: Emil Hvitfeldt [aut, cre], Edgar Ruiz [aut], Max Kuhn [aut]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>

Diff between tidypredict versions 0.5 dated 2023-01-18 and 0.5.1 dated 2024-12-19

 tidypredict-0.5.1/tidypredict/DESCRIPTION                             |   32 
 tidypredict-0.5.1/tidypredict/MD5                                     |  161 +--
 tidypredict-0.5.1/tidypredict/NAMESPACE                               |    2 
 tidypredict-0.5.1/tidypredict/NEWS.md                                 |    6 
 tidypredict-0.5.1/tidypredict/R/acceptable.R                          |    9 
 tidypredict-0.5.1/tidypredict/R/as-parsed-model.R                     |    4 
 tidypredict-0.5.1/tidypredict/R/model-cubist.R                        |    4 
 tidypredict-0.5.1/tidypredict/R/model-earth.R                         |   97 +-
 tidypredict-0.5.1/tidypredict/R/model-glm.R                           |only
 tidypredict-0.5.1/tidypredict/R/model-lm.R                            |   33 
 tidypredict-0.5.1/tidypredict/R/model-partykit.R                      |  111 ++
 tidypredict-0.5.1/tidypredict/R/model-ranger.R                        |   17 
 tidypredict-0.5.1/tidypredict/R/model-rf.R                            |   13 
 tidypredict-0.5.1/tidypredict/R/model-xgboost.R                       |   58 +
 tidypredict-0.5.1/tidypredict/R/predict-column.R                      |    2 
 tidypredict-0.5.1/tidypredict/R/predict-fit.R                         |    2 
 tidypredict-0.5.1/tidypredict/R/predict-interval.R                    |    4 
 tidypredict-0.5.1/tidypredict/R/tidymodels.R                          |   10 
 tidypredict-0.5.1/tidypredict/R/tidypredict-package.R                 |only
 tidypredict-0.5.1/tidypredict/R/tidypredict_test.R                    |only
 tidypredict-0.5.1/tidypredict/README.md                               |   84 -
 tidypredict-0.5.1/tidypredict/build/vignette.rds                      |binary
 tidypredict-0.5.1/tidypredict/inst/doc/cubist.R                       |    2 
 tidypredict-0.5.1/tidypredict/inst/doc/cubist.Rmd                     |   18 
 tidypredict-0.5.1/tidypredict/inst/doc/cubist.html                    |  182 +--
 tidypredict-0.5.1/tidypredict/inst/doc/glm.R                          |    6 
 tidypredict-0.5.1/tidypredict/inst/doc/glm.Rmd                        |    6 
 tidypredict-0.5.1/tidypredict/inst/doc/glm.html                       |  106 +-
 tidypredict-0.5.1/tidypredict/inst/doc/lm.R                           |    6 
 tidypredict-0.5.1/tidypredict/inst/doc/lm.Rmd                         |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/lm.html                        |  192 ++--
 tidypredict-0.5.1/tidypredict/inst/doc/mars.R                         |    5 
 tidypredict-0.5.1/tidypredict/inst/doc/mars.Rmd                       |   21 
 tidypredict-0.5.1/tidypredict/inst/doc/mars.html                      |  241 ++---
 tidypredict-0.5.1/tidypredict/inst/doc/non-r.R                        |    2 
 tidypredict-0.5.1/tidypredict/inst/doc/non-r.html                     |  178 +--
 tidypredict-0.5.1/tidypredict/inst/doc/ranger.R                       |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/ranger.Rmd                     |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/ranger.html                    |  112 +-
 tidypredict-0.5.1/tidypredict/inst/doc/regression.R                   |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/rf.R                           |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/rf.Rmd                         |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/rf.html                        |  114 +-
 tidypredict-0.5.1/tidypredict/inst/doc/save.R                         |   28 
 tidypredict-0.5.1/tidypredict/inst/doc/save.html                      |  136 +-
 tidypredict-0.5.1/tidypredict/inst/doc/sql.R                          |   36 
 tidypredict-0.5.1/tidypredict/inst/doc/sql.Rmd                        |   32 
 tidypredict-0.5.1/tidypredict/inst/doc/sql.html                       |  225 ++--
 tidypredict-0.5.1/tidypredict/inst/doc/tree.R                         |    4 
 tidypredict-0.5.1/tidypredict/inst/doc/xgboost.R                      |    6 
 tidypredict-0.5.1/tidypredict/inst/doc/xgboost.Rmd                    |   20 
 tidypredict-0.5.1/tidypredict/inst/doc/xgboost.html                   |  468 +++++-----
 tidypredict-0.5.1/tidypredict/man/dot-extract_partykit_classprob.Rd   |only
 tidypredict-0.5.1/tidypredict/man/dot-extract_xgb_trees.Rd            |only
 tidypredict-0.5.1/tidypredict/man/figures/logo.png                    |binary
 tidypredict-0.5.1/tidypredict/man/knit_print.tidypredict_test.Rd      |    2 
 tidypredict-0.5.1/tidypredict/man/print.tidypredict_test.Rd           |    2 
 tidypredict-0.5.1/tidypredict/man/tidypredict-package.Rd              |    5 
 tidypredict-0.5.1/tidypredict/man/tidypredict_test.Rd                 |    2 
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-cubist.md   |only
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-earth.md    |only
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-glm.md      |only
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-lm.md       |only
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-partykit.md |only
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-rf.md       |only
 tidypredict-0.5.1/tidypredict/tests/testthat/_snaps/model-xgboost.md  |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-cubist.R      |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-earth.R       |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-glm.R         |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-lm.R          |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-partykit.R    |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-ranger.R      |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-rf.R          |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-model-xgboost.R     |only
 tidypredict-0.5.1/tidypredict/tests/testthat/test-tidypredict_test.R  |only
 tidypredict-0.5.1/tidypredict/vignettes/cubist.Rmd                    |   18 
 tidypredict-0.5.1/tidypredict/vignettes/glm.Rmd                       |    6 
 tidypredict-0.5.1/tidypredict/vignettes/lm.Rmd                        |    4 
 tidypredict-0.5.1/tidypredict/vignettes/mars.Rmd                      |   21 
 tidypredict-0.5.1/tidypredict/vignettes/ranger.Rmd                    |    4 
 tidypredict-0.5.1/tidypredict/vignettes/rf.Rmd                        |    4 
 tidypredict-0.5.1/tidypredict/vignettes/sql.Rmd                       |   32 
 tidypredict-0.5.1/tidypredict/vignettes/xgboost.Rmd                   |   20 
 tidypredict-0.5/tidypredict/R/test-predictions.R                      |only
 tidypredict-0.5/tidypredict/R/tidypredict.R                           |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/cubist.md           |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/earth.md            |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/glm.md              |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/lm.md               |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/party.md            |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/rf.md               |only
 tidypredict-0.5/tidypredict/tests/testthat/_snaps/xgboost.md          |only
 tidypredict-0.5/tidypredict/tests/testthat/test-cubist.R              |only
 tidypredict-0.5/tidypredict/tests/testthat/test-earth.R               |only
 tidypredict-0.5/tidypredict/tests/testthat/test-party.R               |only
 tidypredict-0.5/tidypredict/tests/testthat/test-ranger.R              |only
 tidypredict-0.5/tidypredict/tests/testthat/test-rf.R                  |only
 tidypredict-0.5/tidypredict/tests/testthat/test-tester.R              |only
 tidypredict-0.5/tidypredict/tests/testthat/test_glm.R                 |only
 tidypredict-0.5/tidypredict/tests/testthat/test_lm.R                  |only
 tidypredict-0.5/tidypredict/tests/testthat/test_xgboost.R             |only
 101 files changed, 1523 insertions(+), 1416 deletions(-)

More information about tidypredict at CRAN
Permanent link

New package rgeoda with initial version 0.0.11-1
Package: rgeoda
Title: R Library for Spatial Data Analysis
Version: 0.0.11-1
Date: 2024-12-18
Maintainer: Xun Li <lixun910@gmail.com>
Description: Provides spatial data analysis functionalities including Exploratory Spatial Data Analysis, Spatial Cluster Detection and Clustering Analysis, Regionalization, etc. based on the C++ source code of 'GeoDa', which is an open-source software tool that serves as an introduction to spatial data analysis. The 'GeoDa' software and its documentation are available at <https://geodacenter.github.io>.
URL: https://github.com/geodacenter/rgeoda/, https://geodacenter.github.io/rgeoda/
BugReports: https://github.com/geodacenter/rgeoda/issues/
Depends: R (>= 4.0.0), methods, digest
License: GPL (>= 2)
Imports: sf, Rcpp (>= 1.0.1)
LinkingTo: Rcpp, BH (>= 1.87.0-1)
Encoding: UTF-8
Suggests: wkb, sp
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2024-12-18 17:46:04 UTC; xun
Author: Xun Li [aut, cre], Luc Anselin [aut]
Repository: CRAN
Date/Publication: 2024-12-19 08:30:02 UTC

More information about rgeoda at CRAN
Permanent link

Package FaaSr updated to version 1.4.3 with previous version 1.3.0 dated 2024-06-10

Title: FaaS (Function as a Service) Package
Description: Allows users to create and deploy the workflow with multiple functions in Function-as-a-Service (FaaS) cloud computing platforms. The 'FaaSr' package makes it simpler for R developers to use FaaS platforms by providing the following functionality: 1) Parsing and validating a JSON-based payload compliant to 'FaaSr' schema supporting multiple FaaS platforms 2) Invoking user functions written in R in a Docker container (derived from rocker), using a list generated from the parser as argument 3) Downloading/uploading of files from/to S3 buckets using simple primitives 4) Logging to files in S3 buckets 5) Triggering downstream actions supporting multiple FaaS platforms 6) Generating FaaS-specific API calls to simplify the registering of a user's workflow with a FaaS platform Supported FaaS platforms: Apache OpenWhisk <https://openwhisk.apache.org/> GitHub Actions <https://github.com/features/actions> Amazon Web Services (AWS) Lambda <https://aws.amazon.com/lambda/> Support [...truncated...]
Author: Figueiredo Renato [aut, cre, ths, cph] , Park Sungjae [aut] , Mu Nan [ctb], Ku Yun-Jung [ctb], Daneshmand Vahid [ctb], Thomas R. Quinn [aut], Carey Cayelan [ctb]
Maintainer: Figueiredo Renato <renato.figueiredo@oregonstate.edu>

Diff between FaaSr versions 1.3.0 dated 2024-06-10 and 1.4.3 dated 2024-12-19

 DESCRIPTION                             |   12 
 MD5                                     |   39 +--
 NAMESPACE                               |    1 
 NEWS.md                                 |    6 
 R/faasr_abort_on_multiple_invocations.R |   12 
 R/faasr_check_workflow_cycle.R          |    7 
 R/faasr_client_api_github-actions.R     |   73 ++++--
 R/faasr_client_tools.R                  |   16 -
 R/faasr_get_file.R                      |    3 
 R/faasr_init_log_folder.R               |    2 
 R/faasr_lock.R                          |    2 
 R/faasr_put_file.R                      |    5 
 R/faasr_rank.R                          |only
 R/faasr_run_user_function.R             |    4 
 R/faasr_s3_check.R                      |   35 +-
 R/faasr_test.R                          |    2 
 R/faasr_trigger.R                       |  387 +++++++++++++++++---------------
 README.md                               |    2 
 inst/CITATION                           |only
 inst/WORDLIST                           |    2 
 man/faasr_rank.Rd                       |only
 man/faasr_s3_check.Rd                   |    2 
 22 files changed, 357 insertions(+), 255 deletions(-)

More information about FaaSr at CRAN
Permanent link

Package dreamer updated to version 3.2.0 with previous version 3.1.0 dated 2022-09-01

Title: Dose Response Models for Bayesian Model Averaging
Description: Fits dose-response models utilizing a Bayesian model averaging approach as outlined in Gould (2019) <doi:10.1002/bimj.201700211> for both continuous and binary responses. Longitudinal dose-response modeling is also supported in a Bayesian model averaging framework as outlined in Payne, Ray, and Thomann (2024) <doi:10.1080/10543406.2023.2292214>. Functions for plotting and calculating various posterior quantities (e.g. posterior mean, quantiles, probability of minimum efficacious dose, etc.) are also implemented. Copyright Eli Lilly and Company (2019).
Author: Richard Daniel Payne [aut, cre], William Michael Landau [rev], Mitch Thomann [rev], Eli Lilly and Company [cph]
Maintainer: Richard Daniel Payne <paynestatistics@gmail.com>

Diff between dreamer versions 3.1.0 dated 2022-09-01 and 3.2.0 dated 2024-12-19

 DESCRIPTION                      |   24 
 MD5                              |   58 +-
 NAMESPACE                        |  122 ++++
 NEWS.md                          |    6 
 R/assert.R                       |   30 +
 R/diagnostics.R                  |    8 
 R/dreamer.R                      |   65 --
 R/dreamer_data.R                 |    2 
 R/dreamer_mean.R                 |   16 
 R/epll.R                         |   16 
 R/fit_model.R                    |   56 +-
 R/get_extreme.R                  |    6 
 R/get_jags_data.R                |   28 -
 R/get_jags_model.R               |   58 ++
 R/plot.R                         |   81 +--
 R/post_medx.R                    |    2 
 R/posterior.R                    |   10 
 R/pr_med.R                       |    4 
 R/pr_medx.R                      |    4 
 R/summary.R                      |   12 
 build/vignette.rds               |binary
 inst/doc/dreamer.R               |    6 
 inst/doc/dreamer.html            |  963 ++++++++++++++++++++++++---------------
 inst/doc/dreamer_method.R        |    2 
 inst/doc/dreamer_method.html     |  247 +++++++++-
 man/dreamerplot.Rd               |    2 
 man/posterior.Rd                 |    2 
 tests/testthat/test-assertions.R |    3 
 tests/testthat/test-plots.R      |    8 
 tests/testthat/test-print.R      |   18 
 30 files changed, 1313 insertions(+), 546 deletions(-)

More information about dreamer at CRAN
Permanent link

Package digiRhythm updated to version 2.4 with previous version 2.3 dated 2024-11-07

Title: Analyzing Animal's Rhythmicity
Description: Analyze and visualize the rhythmic behavior of animals using the degree of functional coupling (See Scheibe (1999) <doi:10.1076/brhm.30.2.216.1420>), compute and visualize harmonic power, actograms, average activity and diurnality index.
Author: Hassan-Roland Nasser [aut, cre], Marie Schneider [aut, ctb], Joanna Stachowicz [aut, rev], Christina Umstaetter [aut, ths]
Maintainer: Hassan-Roland Nasser <hassan.nasser@me.com>

Diff between digiRhythm versions 2.3 dated 2024-11-07 and 2.4 dated 2024-12-19

 DESCRIPTION                                                |    6 +++---
 MD5                                                        |   12 ++++++------
 R/daily_average_activity.R                                 |    8 +++++---
 inst/doc/Actgram_diurnality_avg_activity.html              |    6 +++---
 inst/doc/DFC_and_HP_and_changing_plots.html                |    4 ++--
 inst/doc/Loading_and_preprocessing_data_in_DigiRhythm.html |    6 +++---
 inst/doc/Visualisation.html                                |    4 ++--
 7 files changed, 24 insertions(+), 22 deletions(-)

More information about digiRhythm at CRAN
Permanent link

Wed, 18 Dec 2024

Package statpsych updated to version 1.7.0 with previous version 1.6.0 dated 2024-07-08

Title: Statistical Methods for Psychologists
Description: Implements confidence interval and sample size methods that are especially useful in psychological research. The methods can be applied in 1-group, 2-group, paired-samples, and multiple-group designs and to a variety of parameters including means, medians, proportions, slopes, standardized mean differences, standardized linear contrasts of means, plus several measures of correlation and association. Confidence interval and sample size functions are given for single parameters as well as differences, ratios, and linear contrasts of parameters. The sample size functions can be used to approximate the sample size needed to estimate a parameter or function of parameters with desired confidence interval precision or to perform a variety of hypothesis tests (directional two-sided, equivalence, superiority, noninferiority) with desired power. For details see: Statistical Methods for Psychologists, Volumes 1 – 4, <https://dgbonett.sites.ucsc.edu/>.
Author: Douglas G. Bonett [aut, cre], Robert J. Calin-Jageman [ctb]
Maintainer: Douglas G. Bonett <dgbonett@ucsc.edu>

Diff between statpsych versions 1.6.0 dated 2024-07-08 and 1.7.0 dated 2024-12-18

 DESCRIPTION                      |   27 +
 MD5                              |  147 +++++-----
 NAMESPACE                        |   13 
 NEWS.md                          |   40 ++
 R/statpsych1.R                   |  440 ++++++++++++++++++++----------
 R/statpsych2.R                   |  488 ++++++++++++++++++++++++++++++----
 R/statpsych3.R                   |  554 +++++++++++++++++++++++++++++++++------
 build/partial.rdb                |binary
 inst/REFERENCES.bib              |   10 
 man/adj.se.Rd                    |    2 
 man/ci.2x2.mean.mixed.Rd         |   16 -
 man/ci.2x2.median.bs.Rd          |    2 
 man/ci.2x2.median.mixed.Rd       |   26 -
 man/ci.2x2.median.ws.Rd          |   24 -
 man/ci.2x2.stdmean.bs.Rd         |    5 
 man/ci.2x2.stdmean.mixed.Rd      |   36 +-
 man/ci.2x2.stdmean.ws.Rd         |    1 
 man/ci.agree.Rd                  |    5 
 man/ci.bayes.cor.Rd              |only
 man/ci.bayes.normal.Rd           |    6 
 man/ci.bayes.prop.Rd             |    8 
 man/ci.bayes.spcor.Rd            |only
 man/ci.cor.Rd                    |    2 
 man/ci.cor2.gen.Rd               |    4 
 man/ci.cramer.Rd                 |    7 
 man/ci.kappa.Rd                  |    8 
 man/ci.lc.gen.bs.Rd              |    7 
 man/ci.lc.glm.Rd                 |    2 
 man/ci.lc.median.bs.Rd           |    4 
 man/ci.median.Rd                 |    9 
 man/ci.median.ps.Rd              |   15 -
 man/ci.median2.Rd                |   11 
 man/ci.oddsratio.Rd              |    4 
 man/ci.ratio.mad.ps.Rd           |    2 
 man/ci.ratio.median.ps.Rd        |    1 
 man/ci.ratio.median2.Rd          |    3 
 man/ci.sign.Rd                   |   10 
 man/ci.tukey.Rd                  |    2 
 man/etasqr.adj.Rd                |    2 
 man/etasqr.gen.2way.Rd           |    2 
 man/expon.slope.Rd               |only
 man/pi.cor.Rd                    |   33 +-
 man/pi.prop.Rd                   |   33 +-
 man/pi.var.Rd                    |only
 man/pi.var.upper.Rd              |    3 
 man/power.cor2.Rd                |    4 
 man/signal.Rd                    |only
 man/sim.ci.mean.Rd               |    6 
 man/sim.ci.mean.ps.Rd            |    2 
 man/sim.ci.mean2.Rd              |    9 
 man/sim.ci.stdmean.ps.Rd         |    2 
 man/size.ci.ancova2.Rd           |only
 man/size.ci.biphi.Rd             |only
 man/size.ci.cor.prior.Rd         |    2 
 man/size.ci.mean.prior.Rd        |    2 
 man/size.ci.mean2.Rd             |   18 +
 man/size.ci.oddsratio.Rd         |only
 man/size.ci.phi.Rd               |only
 man/size.ci.prop2.Rd             |   24 +
 man/size.ci.ratio.mean2.Rd       |    8 
 man/size.ci.ratio.prop2.Rd       |   22 +
 man/size.ci.slope.gen.Rd         |only
 man/size.ci.stdmean2.Rd          |    7 
 man/size.ci.yule.Rd              |only
 man/size.test.ancova2.Rd         |only
 man/size.test.cor2.Rd            |   26 +
 man/size.test.lc.ancova.Rd       |    2 
 man/size.test.lc.prop.bs.Rd      |   10 
 man/size.test.mean2.Rd           |   12 
 man/size.test.prop2.Rd           |   15 -
 man/size.test.slope.gen.Rd       |only
 man/test.cor.Rd                  |    5 
 man/test.cor2.Rd                 |    6 
 man/test.spear.Rd                |    5 
 man/test.spear2.Rd               |    5 
 tests/testthat/_snaps            |only
 tests/testthat/test_statpsych1.R |  180 ++++++++++++
 tests/testthat/test_statpsych2.R |  181 ++++++++++++
 tests/testthat/test_statpsych3.R |  151 ++++++++++
 tests/testthat/test_statpsych4.R |   14 
 80 files changed, 2174 insertions(+), 558 deletions(-)

More information about statpsych at CRAN
Permanent link

Package nimbleHMC updated to version 0.2.3 with previous version 0.2.2 dated 2024-06-28

Title: Hamiltonian Monte Carlo and Other Gradient-Based MCMC Sampling Algorithms for 'nimble'
Description: Provides gradient-based MCMC sampling algorithms for use with the MCMC engine provided by the 'nimble' package. This includes two versions of Hamiltonian Monte Carlo (HMC) No-U-Turn (NUTS) sampling, and (under development) Langevin samplers. The `NUTS_classic` sampler implements the original HMC-NUTS algorithm as described in Hoffman and Gelman (2014) <doi:10.48550/arXiv.1111.4246>. The `NUTS` sampler is a modern version of HMC-NUTS sampling matching the HMC sampler available in version 2.32.2 of Stan (Stan Development Team, 2023). In addition, convenience functions are provided for generating and modifying MCMC configuration objects which employ HMC sampling.
Author: Daniel Turek [aut, cre], Perry de Valpine [aut], Christopher Paciorek [aut]
Maintainer: Daniel Turek <danielturek@gmail.com>

Diff between nimbleHMC versions 0.2.2 dated 2024-06-28 and 0.2.3 dated 2024-12-18

 DESCRIPTION      |   10 +++++-----
 MD5              |    6 +++---
 R/HMC_samplers.R |   12 ++++++++----
 inst/NEWS.md     |    4 ++++
 4 files changed, 20 insertions(+), 12 deletions(-)

More information about nimbleHMC at CRAN
Permanent link

Package move2 updated to version 0.4.2 with previous version 0.4.0 dated 2024-12-09

Title: Processing and Analysing Animal Trajectories
Description: Tools to handle, manipulate and explore trajectory data, with an emphasis on data from tracked animals. The package is designed to support large studies with several million location records and keep track of units where possible. Data import directly from 'movebank' <https://www.movebank.org/cms/movebank-main> and files is facilitated.
Author: Bart Kranstauber [aut, cre] , Kamran Safi [aut] , Anne K. Scharf [aut]
Maintainer: Bart Kranstauber <b.kranstauber@uva.nl>

Diff between move2 versions 0.4.0 dated 2024-12-09 and 0.4.2 dated 2024-12-18

 DESCRIPTION                            |    6 
 MD5                                    |   46 -
 NEWS.md                                |    6 
 R/movebank_constants.R                 |    8 
 README.md                              |   11 
 inst/WORDLIST                          |    2 
 inst/doc/albatross.R                   |   20 
 inst/doc/albatross.Rmd                 |   18 
 inst/doc/albatross.html                |  887 +++++++++++++++-----------
 inst/doc/convert.html                  |  248 ++++---
 inst/doc/filtering_tracks.R            |    2 
 inst/doc/filtering_tracks.Rmd          |    2 
 inst/doc/filtering_tracks.html         | 1095 ++++++++++++++++-----------------
 inst/doc/movebank.R                    |   42 -
 inst/doc/movebank.html                 | 1067 +++++++++++++++++---------------
 inst/doc/programming_move2_object.html |  418 ++++++++----
 inst/doc/trajectory_analysis.R         |   19 
 inst/doc/trajectory_analysis.Rmd       |   19 
 inst/doc/trajectory_analysis.html      |  568 ++++++++---------
 man/figures/README-deps-1.png          |binary
 man/mt_filter_unique.Rd                |    2 
 vignettes/albatross.Rmd                |   18 
 vignettes/filtering_tracks.Rmd         |    2 
 vignettes/trajectory_analysis.Rmd      |   19 
 24 files changed, 2456 insertions(+), 2069 deletions(-)

More information about move2 at CRAN
Permanent link

Package eatTools updated to version 0.7.8 with previous version 0.7.7 dated 2024-10-11

Title: Miscellaneous Functions for the Analysis of Educational Assessments
Description: Miscellaneous functions for data cleaning and data analysis of educational assessments. Includes functions for descriptive analyses, character vector manipulations and weighted statistics. Mainly a lightweight dependency for the packages 'eatRep', 'eatGADS', 'eatPrep' and 'eatModel' (which will be subsequently submitted to 'CRAN'). The function for defining (weighted) contrasts in weighted effect coding refers to te Grotenhuis et al. (2017) <doi:10.1007/s00038-016-0901-1>. Functions for weighted statistics refer to Wolter (2007) <doi:10.1007/978-0-387-35099-8>.
Author: Sebastian Weirich [aut, cre], Martin Hecht [aut], Karoline Sachse [aut], Benjamin Becker [aut], Nicole Mahler [aut], Edna Grewers [ctb]
Maintainer: Sebastian Weirich <sebastian.weirich@iqb.hu-berlin.de>

Diff between eatTools versions 0.7.7 dated 2024-10-11 and 0.7.8 dated 2024-12-18

 DESCRIPTION                          |    6 +++---
 MD5                                  |   11 +++++++----
 NAMESPACE                            |    4 ++++
 NEWS.md                              |    6 +++++-
 R/cleanifyString.r                   |only
 man/cleanifyString.Rd                |only
 tests/testthat/test_cleanifyString.R |only
 tests/testthat/test_remove_funs.R    |   10 +++++-----
 8 files changed, 24 insertions(+), 13 deletions(-)

More information about eatTools at CRAN
Permanent link

Package connectapi updated to version 0.5.0 with previous version 0.4.0 dated 2024-11-08

Title: Utilities for Interacting with the 'Posit Connect' Server API
Description: Provides a helpful 'R6' class and methods for interacting with the 'Posit Connect' Server API along with some meaningful utility functions for regular tasks. API documentation varies by 'Posit Connect' installation and version, but the latest documentation is also hosted publicly at <https://docs.posit.co/connect/api/>.
Author: Toph Allen [aut, cre], Neal Richardson [aut], Sean Lopp [aut], Cole Arendt [aut], Posit, PBC [cph, fnd]
Maintainer: Toph Allen <toph@posit.co>

Diff between connectapi versions 0.4.0 dated 2024-11-08 and 0.5.0 dated 2024-12-18

 connectapi-0.4.0/connectapi/man/jobs.Rd                                                                         |only
 connectapi-0.5.0/connectapi/DESCRIPTION                                                                         |    6 
 connectapi-0.5.0/connectapi/MD5                                                                                 |  141 +++---
 connectapi-0.5.0/connectapi/NAMESPACE                                                                           |    4 
 connectapi-0.5.0/connectapi/NEWS.md                                                                             |   31 +
 connectapi-0.5.0/connectapi/R/audits.R                                                                          |    2 
 connectapi-0.5.0/connectapi/R/connect.R                                                                         |   33 +
 connectapi-0.5.0/connectapi/R/connectapi.R                                                                      |    1 
 connectapi-0.5.0/connectapi/R/content.R                                                                         |  148 ++++++
 connectapi-0.5.0/connectapi/R/get.R                                                                             |  226 ++++------
 connectapi-0.5.0/connectapi/R/groups.R                                                                          |only
 connectapi-0.5.0/connectapi/R/parse.R                                                                           |   17 
 connectapi-0.5.0/connectapi/R/ptype.R                                                                           |   43 +
 connectapi-0.5.0/connectapi/R/utils.R                                                                           |   20 
 connectapi-0.5.0/connectapi/R/variant.R                                                                         |    5 
 connectapi-0.5.0/connectapi/inst/doc/customize-http.html                                                        |    4 
 connectapi-0.5.0/connectapi/inst/doc/getting-started.html                                                       |    4 
 connectapi-0.5.0/connectapi/inst/scratch                                                                        |only
 connectapi-0.5.0/connectapi/man/Content.Rd                                                                      |   20 
 connectapi-0.5.0/connectapi/man/ContentTask.Rd                                                                  |    1 
 connectapi-0.5.0/connectapi/man/EnvironmentR6.Rd                                                                |    1 
 connectapi-0.5.0/connectapi/man/PositConnect.Rd                                                                 |   41 +
 connectapi-0.5.0/connectapi/man/Vanity.Rd                                                                       |    1 
 connectapi-0.5.0/connectapi/man/VariantR6.Rd                                                                    |    1 
 connectapi-0.5.0/connectapi/man/VariantSchedule.Rd                                                              |    1 
 connectapi-0.5.0/connectapi/man/VariantTask.Rd                                                                  |    1 
 connectapi-0.5.0/connectapi/man/content_delete.Rd                                                               |    2 
 connectapi-0.5.0/connectapi/man/content_item.Rd                                                                 |    2 
 connectapi-0.5.0/connectapi/man/content_title.Rd                                                                |    2 
 connectapi-0.5.0/connectapi/man/content_update.Rd                                                               |    2 
 connectapi-0.5.0/connectapi/man/create_random_name.Rd                                                           |    2 
 connectapi-0.5.0/connectapi/man/dashboard_url.Rd                                                                |    2 
 connectapi-0.5.0/connectapi/man/dashboard_url_chr.Rd                                                            |    2 
 connectapi-0.5.0/connectapi/man/delete_thumbnail.Rd                                                             |    2 
 connectapi-0.5.0/connectapi/man/delete_vanity_url.Rd                                                            |    2 
 connectapi-0.5.0/connectapi/man/deploy_repo.Rd                                                                  |    2 
 connectapi-0.5.0/connectapi/man/environment.Rd                                                                  |    2 
 connectapi-0.5.0/connectapi/man/get_bundles.Rd                                                                  |    4 
 connectapi-0.5.0/connectapi/man/get_group_content.Rd                                                            |only
 connectapi-0.5.0/connectapi/man/get_group_members.Rd                                                            |   10 
 connectapi-0.5.0/connectapi/man/get_groups.Rd                                                                   |    8 
 connectapi-0.5.0/connectapi/man/get_image.Rd                                                                    |    2 
 connectapi-0.5.0/connectapi/man/get_job.Rd                                                                      |only
 connectapi-0.5.0/connectapi/man/get_jobs.Rd                                                                     |only
 connectapi-0.5.0/connectapi/man/get_oauth_content_credentials.Rd                                                |only
 connectapi-0.5.0/connectapi/man/get_thumbnail.Rd                                                                |    2 
 connectapi-0.5.0/connectapi/man/get_users.Rd                                                                    |   27 +
 connectapi-0.5.0/connectapi/man/get_vanity_url.Rd                                                               |    2 
 connectapi-0.5.0/connectapi/man/get_vanity_urls.Rd                                                              |only
 connectapi-0.5.0/connectapi/man/git.Rd                                                                          |    2 
 connectapi-0.5.0/connectapi/man/has_thumbnail.Rd                                                                |    2 
 connectapi-0.5.0/connectapi/man/permissions.Rd                                                                  |    2 
 connectapi-0.5.0/connectapi/man/set_image.Rd                                                                    |    2 
 connectapi-0.5.0/connectapi/man/set_run_as.Rd                                                                   |    2 
 connectapi-0.5.0/connectapi/man/set_thumbnail.Rd                                                                |    2 
 connectapi-0.5.0/connectapi/man/set_vanity_url.Rd                                                               |    2 
 connectapi-0.5.0/connectapi/man/swap_vanity_url.Rd                                                              |    2 
 connectapi-0.5.0/connectapi/man/terminate_jobs.Rd                                                               |only
 connectapi-0.5.0/connectapi/man/verify_content_name.Rd                                                          |    4 
 connectapi-0.5.0/connectapi/tests/integrated/test-content.R                                                     |    9 
 connectapi-0.5.0/connectapi/tests/integrated/test-get.R                                                         |    8 
 connectapi-0.5.0/connectapi/tests/testthat/2024.07.0                                                            |only
 connectapi-0.5.0/connectapi/tests/testthat/2024.08.0/__api__/v1/content/01234567/jobs.json                      |only
 connectapi-0.5.0/connectapi/tests/testthat/2024.08.0/__api__/v1/content/8f37d6e0/jobs                           |only
 connectapi-0.5.0/connectapi/tests/testthat/2024.08.0/__api__/v1/content/8f37d6e0/jobs.json                      |only
 connectapi-0.5.0/connectapi/tests/testthat/2024.08.0/__api__/v1/experimental                                    |only
 connectapi-0.5.0/connectapi/tests/testthat/2024.08.0/__api__/v1/oauth/integrations/credentials-f08930-POST.json |only
 connectapi-0.5.0/connectapi/tests/testthat/2024.08.0/__api__/v1/oauth/integrations/credentials-fe6213-POST.json |    2 
 connectapi-0.5.0/connectapi/tests/testthat/Rplots.pdf                                                           |only
 connectapi-0.5.0/connectapi/tests/testthat/_snaps/groups.md                                                     |only
 connectapi-0.5.0/connectapi/tests/testthat/test-content.R                                                       |   83 +++
 connectapi-0.5.0/connectapi/tests/testthat/test-get.R                                                           |   53 ++
 connectapi-0.5.0/connectapi/tests/testthat/test-groups.R                                                        |   19 
 connectapi-0.5.0/connectapi/tests/testthat/test-oauth.R                                                         |   44 +
 connectapi-0.5.0/connectapi/tests/testthat/test-utils.R                                                         |    4 
 75 files changed, 842 insertions(+), 229 deletions(-)

More information about connectapi at CRAN
Permanent link

Package SharpeR updated to version 1.4.0 with previous version 1.3.0 dated 2021-08-18

Title: Statistical Significance of the Sharpe Ratio
Description: A collection of tools for analyzing significance of assets, funds, and trading strategies, based on the Sharpe ratio and overfit of the same. Provides density, distribution, quantile and random generation of the Sharpe ratio distribution based on normal returns, as well as the optimal Sharpe ratio over multiple assets. Computes confidence intervals on the Sharpe and provides a test of equality of Sharpe ratios based on the Delta method. The statistical foundations of the Sharpe can be found in the author's Short Sharpe Course <doi:10.2139/ssrn.3036276>.
Author: Steven E. Pav [aut, cre]
Maintainer: Steven E. Pav <shabbychef@gmail.com>

Diff between SharpeR versions 1.3.0 dated 2021-08-18 and 1.4.0 dated 2024-12-18

 ChangeLog                        |    7 ++
 DESCRIPTION                      |   15 ++--
 MD5                              |   90 ++++++++++++++-------------
 NAMESPACE                        |    9 ++
 R/SharpeR.r                      |   15 +++-
 R/data.r                         |    8 --
 R/distributions.r                |    4 -
 R/estimation.r                   |  128 +++++++++++++++++++++++++++++++++++++--
 R/overoptimism.r                 |only
 R/sr.r                           |    7 +-
 R/sr_bias.r                      |    8 --
 R/tests.r                        |    4 -
 R/unified.r                      |    4 -
 R/utils.r                        |   15 +++-
 README.md                        |    6 -
 build/partial.rdb                |binary
 build/vignette.rds               |binary
 inst/CITATION                    |   21 +++---
 inst/doc/AsymptoticMarkowitz.pdf |binary
 inst/doc/SharpeR.pdf             |binary
 inst/doc/SharpeRatio.pdf         |binary
 man/NEWS.Rd                      |   10 +++
 man/SharpeR.Rd                   |   12 +++
 man/as.sr.Rd                     |    2 
 man/as.sropt.Rd                  |    4 -
 man/asnr_confint.Rd              |only
 man/confint.Rd                   |    6 -
 man/dsr.Rd                       |    2 
 man/dsropt.Rd                    |    4 -
 man/inference.Rd                 |    9 ++
 man/is.sr.Rd                     |    2 
 man/is.sropt.Rd                  |    4 -
 man/pco_sropt.Rd                 |    4 -
 man/plambdap.Rd                  |    2 
 man/power.sr_test.Rd             |    2 
 man/power.sropt_test.Rd          |    4 -
 man/predint.Rd                   |    2 
 man/print.Rd                     |    2 
 man/reannualize.Rd               |    6 -
 man/se.Rd                        |    4 -
 man/sr_conditional_test.Rd       |only
 man/sr_equality_test.Rd          |    2 
 man/sr_max_test.Rd               |only
 man/sr_test.Rd                   |    2 
 man/sr_unpaired_test.Rd          |    2 
 man/sr_vcov.Rd                   |    2 
 man/sric.Rd                      |    1 
 man/summary.Rd                   |    4 -
 48 files changed, 307 insertions(+), 128 deletions(-)

More information about SharpeR at CRAN
Permanent link

Package scCustomize updated to version 3.0.1 with previous version 3.0.0 dated 2024-12-05

Title: Custom Visualizations & Functions for Streamlined Analyses of Single Cell Sequencing
Description: Collection of functions created and/or curated to aid in the visualization and analysis of single-cell data using 'R'. 'scCustomize' aims to provide 1) Customized visualizations for aid in ease of use and to create more aesthetic and functional visuals. 2) Improve speed/reproducibility of common tasks/pieces of code in scRNA-seq analysis with a single or group of functions. For citation please use: Marsh SE (2021) "Custom Visualizations & Functions for Streamlined Analyses of Single Cell Sequencing" <doi:10.5281/zenodo.5706430> RRID:SCR_024675.
Author: Samuel Marsh [aut, cre] , Ming Tang [ctb], Velina Kozareva [ctb], Lucas Graybuck [ctb]
Maintainer: Samuel Marsh <samuel.marsh@childrens.harvard.edu>

Diff between scCustomize versions 3.0.0 dated 2024-12-05 and 3.0.1 dated 2024-12-18

 DESCRIPTION                           |    8 -
 MD5                                   |   28 ++---
 NEWS.md                               |   19 +++
 R/Internal_Utilities.R                |  157 +++++++++++++++++-----------
 R/Object_Utilities.R                  |   10 -
 R/Plotting_Seurat.R                   |    4 
 R/Plotting_Seurat_Iterative.R         |  188 +++++++++++++++++++++++++++-------
 man/Iterate_Cluster_Highlight_Plot.Rd |    8 +
 man/Iterate_DimPlot_bySample.Rd       |    6 +
 man/Iterate_FeaturePlot_scCustom.Rd   |    6 +
 man/Iterate_Meta_Highlight_Plot.Rd    |    8 +
 man/Iterate_Plot_Density_Custom.Rd    |    6 +
 man/Iterate_Plot_Density_Joint.Rd     |    6 +
 man/Iterate_VlnPlot_scCustom.Rd       |    6 +
 man/Random_Cells_Downsample.Rd        |    4 
 15 files changed, 336 insertions(+), 128 deletions(-)

More information about scCustomize at CRAN
Permanent link

Package parallelly updated to version 1.41.0 with previous version 1.40.1 dated 2024-12-04

Title: Enhancing the 'parallel' Package
Description: Utility functions that enhance the 'parallel' package and support the built-in parallel backends of the 'future' package. For example, availableCores() gives the number of CPU cores available to your R process as given by the operating system, 'cgroups' and Linux containers, R options, and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores(). Another example is makeClusterPSOCK(), which is backward compatible with parallel::makePSOCKcluster() while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer.
Author: Henrik Bengtsson [aut, cre, cph] , Mike Cheng [ctb]
Maintainer: Henrik Bengtsson <henrikb@braju.com>

Diff between parallelly versions 1.40.1 dated 2024-12-04 and 1.41.0 dated 2024-12-18

 DESCRIPTION                               |    6 
 MD5                                       |   27 +
 NEWS.md                                   |   26 +
 R/availableCores.R                        |  248 ++++++++++--------
 R/availableWorkers.R                      |  412 +++++++++++++++++-------------
 R/launchNodePSOCK.R                       |    2 
 R/serializedSize.R                        |    2 
 R/utils,cluster.R                         |    8 
 inst/doc/parallelly-20-limit-workers.html |   39 ++
 inst/doc/parallelly-20-limit-workers.md   |   52 +++
 man/availableCores.Rd                     |   11 
 man/serializedSize.Rd                     |    2 
 src/calc-serialized-size.c                |    6 
 tests/utils,cluster.R                     |only
 vignettes/parallelly-20-limit-workers.md  |   52 +++
 15 files changed, 584 insertions(+), 309 deletions(-)

More information about parallelly at CRAN
Permanent link

Package groupdata2 updated to version 2.0.5 with previous version 2.0.3 dated 2023-06-18

Title: Creating Groups from Data
Description: Methods for dividing data into groups. Create balanced partitions and cross-validation folds. Perform time series windowing and general grouping and splitting of data. Balance existing groups with up- and downsampling or collapse them to fewer groups.
Author: Ludvig Renbo Olsen [aut, cre]
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>

Diff between groupdata2 versions 2.0.3 dated 2023-06-18 and 2.0.5 dated 2024-12-18

 groupdata2-2.0.3/groupdata2/build/groupdata2.pdf                           |only
 groupdata2-2.0.3/groupdata2/man/groupdata2.Rd                              |only
 groupdata2-2.0.5/groupdata2/DESCRIPTION                                    |   13 
 groupdata2-2.0.5/groupdata2/MD5                                            |   60 
 groupdata2-2.0.5/groupdata2/NEWS.md                                        |    8 
 groupdata2-2.0.5/groupdata2/R/all_groups_identical.R                       |   36 
 groupdata2-2.0.5/groupdata2/R/package_info.R                               |    4 
 groupdata2-2.0.5/groupdata2/R/table_of_content_markdown.R                  |    9 
 groupdata2-2.0.5/groupdata2/README.md                                      |    4 
 groupdata2-2.0.5/groupdata2/build/stage23.rdb                              |only
 groupdata2-2.0.5/groupdata2/build/vignette.rds                             |binary
 groupdata2-2.0.5/groupdata2/inst/doc/automatic_groups_with_groupdata2.html |  142 +-
 groupdata2-2.0.5/groupdata2/inst/doc/cross-validation_with_groupdata2.html |  444 +++---
 groupdata2-2.0.5/groupdata2/inst/doc/description_of_groupdata2.R           |   10 
 groupdata2-2.0.5/groupdata2/inst/doc/description_of_groupdata2.html        |  692 +++++-----
 groupdata2-2.0.5/groupdata2/inst/doc/introduction_to_groupdata2.html       |    4 
 groupdata2-2.0.5/groupdata2/inst/doc/time_series_with_groupdata2.html      |  164 +-
 groupdata2-2.0.5/groupdata2/man/all_groups_identical.Rd                    |    4 
 groupdata2-2.0.5/groupdata2/man/collapse_groups.Rd                         |    2 
 groupdata2-2.0.5/groupdata2/man/collapse_groups_by.Rd                      |    2 
 groupdata2-2.0.5/groupdata2/man/differs_from_previous.Rd                   |    4 
 groupdata2-2.0.5/groupdata2/man/find_missing_starts.Rd                     |    4 
 groupdata2-2.0.5/groupdata2/man/find_starts.Rd                             |    4 
 groupdata2-2.0.5/groupdata2/man/fold.Rd                                    |    4 
 groupdata2-2.0.5/groupdata2/man/grapes-primes-grapes.Rd                    |    4 
 groupdata2-2.0.5/groupdata2/man/grapes-staircase-grapes.Rd                 |    4 
 groupdata2-2.0.5/groupdata2/man/group.Rd                                   |    2 
 groupdata2-2.0.5/groupdata2/man/group_factor.Rd                            |    2 
 groupdata2-2.0.5/groupdata2/man/groupdata2-package.Rd                      |only
 groupdata2-2.0.5/groupdata2/man/partition.Rd                               |    4 
 groupdata2-2.0.5/groupdata2/man/render_toc.Rd                              |   10 
 groupdata2-2.0.5/groupdata2/man/splt.Rd                                    |    4 
 groupdata2-2.0.5/groupdata2/tests/testthat/test_all_groups_identical.R     |   21 
 33 files changed, 841 insertions(+), 824 deletions(-)

More information about groupdata2 at CRAN
Permanent link

Package TableMonster updated to version 1.7.5 with previous version 1.7 dated 2018-04-26

Title: Table Monster
Description: Provides a user friendly interface to generation of booktab style tables using 'xtable'.
Author: Grant Izmirlian [aut, cre]
Maintainer: Grant Izmirlian <izmirlig@mail.nih.gov>

Diff between TableMonster versions 1.7 dated 2018-04-26 and 1.7.5 dated 2024-12-18

 DESCRIPTION          |   12 ++-
 MD5                  |   16 +++-
 NAMESPACE            |    5 -
 R/TableMonster.R     |  166 +++++++++++++++++++++++++++++----------------------
 man/basic.tmPrint.Rd |only
 man/concat.Rd        |only
 man/tmCtypes.Rd      |    4 -
 man/tmDisplay.Rd     |only
 man/tmDisplayAssn.Rd |only
 man/tmTotals.Rd      |    2 
 man/tmTotalsAssn.Rd  |    2 
 11 files changed, 120 insertions(+), 87 deletions(-)

More information about TableMonster at CRAN
Permanent link

Package scR updated to version 0.3.0 with previous version 0.2.0 dated 2024-12-16

Title: Estimate Vapnik-Chervonenkis Dimension and Sample Complexity
Description: We provide a suite of tools for estimating the sample complexity of a chosen model through theoretical bounds and simulation. The package incorporates methods for estimating the Vapnik-Chervonenkis dimension (VCD) of a chosen algorithm, which can be used to estimate its sample complexity. Alternatively, we provide simulation methods to estimate sample complexity directly. For more details, see Carter, P & Choi, D (2024). "Learning from Noise: Applying Sample Complexity for Political Science Research" <doi:10.31219/osf.io/evrcj>.
Author: Perry Carter [aut, cre] , Dahyun Choi [aut]
Maintainer: Perry Carter <pjc504@nyu.edu>

Diff between scR versions 0.2.0 dated 2024-12-16 and 0.3.0 dated 2024-12-18

 DESCRIPTION        |    6 
 LICENSE            |    4 
 MD5                |   22 -
 R/data.R           |   22 -
 R/datagen.R        |  106 ++++----
 R/globals.R        |    2 
 R/scR.R            |  380 +++++++++++++++----------------
 R/simulations.R    |  644 +++++++++++++++++++++++++++--------------------------
 man/acc_sim.Rd     |   46 +--
 man/br.Rd          |   44 +--
 man/loss.Rd        |   60 ++--
 man/risk_bounds.Rd |   38 +--
 12 files changed, 694 insertions(+), 680 deletions(-)

More information about scR at CRAN
Permanent link

New package pwrFDR with initial version 3.2.2
Package: pwrFDR
Version: 3.2.2
Title: FDR Power
Imports: flextable, ggplot2, methods, mvtnorm, stats, stringr, TableMonster
Description: Computing Average and TPX Power under various BHFDR type sequential procedures. All of these procedures involve control of some summary of the distribution of the FDP, e.g. the proportion of discoveries which are false in a given experiment. The most widely known of these, the BH-FDR procedure, controls the FDR which is the mean of the FDP. A lesser known procedure, due to Lehmann and Romano, controls the FDX, or probability that the FDP exceeds a user provided threshold. This is less conservative than FWE control procedures but much more conservative than the BH-FDR proceudre. This package and the references supporting it introduce a new procedure for controlling the FDX which we call the BH-FDX procedure. This procedure iteratively identifies, given alpha and lower threshold delta, an alpha* less than alpha at which BH-FDR guarantees FDX control. This uses asymptotic approximation and is only slightly more conservative than the BH-FDR procedure. Likewise, we can think of the power i [...truncated...]
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: no
Packaged: 2024-12-18 16:31:02 UTC; izmirlig
Author: Grant Izmirlian [aut, cre]
Maintainer: Grant Izmirlian <izmirlig@mail.nih.gov>
Repository: CRAN
Date/Publication: 2024-12-18 17:00:02 UTC

More information about pwrFDR at CRAN
Permanent link

Package mlflow updated to version 2.19.0 with previous version 2.18.0 dated 2024-11-24

Title: Interface to 'MLflow'
Description: R interface to 'MLflow', open source platform for the complete machine learning life cycle, see <https://mlflow.org/>. This package supports installing 'MLflow', tracking experiments, creating and running projects, and saving and serving models.
Author: Matei Zaharia [aut, cre], Javier Luraschi [aut], Kevin Kuo [aut] , RStudio [cph]
Maintainer: Matei Zaharia <matei@databricks.com>

Diff between mlflow versions 2.18.0 dated 2024-11-24 and 2.19.0 dated 2024-12-18

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

More information about mlflow at CRAN
Permanent link

Package ExtremalDep updated to version 0.0.4-4 with previous version 0.0.4-3 dated 2024-12-12

Title: Extremal Dependence Models
Description: A set of procedures for parametric and non-parametric modelling of the dependence structure of multivariate extreme-values is provided. The statistical inference is performed with non-parametric estimators, likelihood-based estimators and Bayesian techniques. It adapts the methodologies of Beranger and Padoan (2015) <doi:10.48550/arXiv.1508.05561>, Marcon et al. (2016) <doi:10.1214/16-EJS1162>, Marcon et al. (2017) <doi:10.1002/sta4.145>, Marcon et al. (2017) <doi:10.1016/j.jspi.2016.10.004> and Beranger et al. (2021) <doi:10.1007/s10687-019-00364-0>. This package also allows for the modelling of spatial extremes using flexible max-stable processes. It provides simulation algorithms and fitting procedures relying on the Stephenson-Tawn likelihood as per Beranger at al. (2021) <doi:10.1007/s10687-020-00376-1>.
Author: Boris Beranger [aut], Simone Padoan [cre, aut], Giulia Marcon [aut], Steven G. Johnson [ctb] , Rudolf Schuerer [ctb] , Brian Gough [ctb] , Alec G. Stephenson [ctb], Anne Sabourin [ctb] , Philippe Naveau [ctb]
Maintainer: Simone Padoan <simone.padoan@unibocconi.it>

Diff between ExtremalDep versions 0.0.4-3 dated 2024-12-12 and 0.0.4-4 dated 2024-12-18

 DESCRIPTION        |    8 ++++----
 MD5                |    8 ++++----
 NAMESPACE          |    2 +-
 R/fExtDepSpat.R    |    3 ++-
 R/plot_ExpDep.np.R |    2 ++
 5 files changed, 13 insertions(+), 10 deletions(-)

More information about ExtremalDep at CRAN
Permanent link

New package catalytic with initial version 0.1.0
Package: catalytic
Title: Tools for Applying Catalytic Priors in Statistical Modeling
Version: 0.1.0
Description: To improve estimation accuracy and stability in statistical modeling, catalytic prior distributions are employed, integrating observed data with synthetic data generated from a simpler model's predictive distribution. This approach enhances model robustness, stability, and flexibility in complex data scenarios. The catalytic prior distributions are introduced by 'Huang et al.' (2020, <doi:10.1073/pnas.1920913117>), Li and Huang (2023, <doi:10.48550/arXiv.2312.01411>).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: coda, invgamma, rlang, rstan, stats, truncnorm, MASS, lme4, quadform, survival, methods
Depends: R (>= 3.5.0)
LazyData: true
Suggests: knitr, rmarkdown, testthat, pROC
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-17 08:57:19 UTC; rosewu
Author: Yitong Wu [aut] , Dongming Huang [aut, cre] , Weihao Li [aut], Ministry of Education, Singapore [fnd] .)
Maintainer: Dongming Huang <huang.dongming@nus.edu.sg>
Repository: CRAN
Date/Publication: 2024-12-18 16:10:02 UTC

More information about catalytic at CRAN
Permanent link

New package BAREB with initial version 0.1.2
Package: BAREB
Title: A Bayesian Repulsive Biclustering Model for Periodontal Data
Version: 0.1.2
Description: Simultaneously clusters the Periodontal diseases (PD) patients and their tooth sites after taking the patient- and site-level covariates into consideration. 'BAREB' uses the determinantal point process (DPP) prior to induce diversity among different biclusters to facilitate parsimony and interpretability. Essentially, 'BAREB' is a cluster-wise linear model based on Yuliang (2020) <doi:10.1002/sim.8536>.
License: GPL-3
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp
NeedsCompilation: yes
Depends: R (>= 3.5.0)
Repository: CRAN
Packaged: 2024-12-18 01:27:43 UTC; kevin_liu
Author: Yuliang Li [aut], Yanxun Xu [aut], Dipankar Bandyopadhyay [aut], John Burkardt [ctb], Qingyang Liu [aut, cre]
Maintainer: Qingyang Liu <rh8liuqy@gmail.com>
Date/Publication: 2024-12-18 16:10:08 UTC

More information about BAREB at CRAN
Permanent link

Package tidygam updated to version 1.0.0 with previous version 0.2.2 dated 2024-12-07

Title: Tidy Prediction and Plotting of Generalised Additive Models
Description: Provides functions that compute predictions from Generalised Additive Models (GAMs) fitted with 'mgcv' and return them as a tibble. These can be plotted with a generic plot()-method that uses 'ggplot2' or plotted as any other data frame. The main function is predict_gam().
Author: Stefano Coretta [aut, cre]
Maintainer: Stefano Coretta <stefano.coretta@gmail.com>

Diff between tidygam versions 0.2.2 dated 2024-12-07 and 1.0.0 dated 2024-12-18

 DESCRIPTION               |    8 
 MD5                       |   16 -
 NEWS.md                   |   19 ++
 R/predict.R               |   29 ---
 README.md                 |    7 
 inst/doc/get-started.R    |   24 ++
 inst/doc/get-started.Rmd  |   31 ++-
 inst/doc/get-started.html |  430 +++++++++++++++++++++++++---------------------
 vignettes/get-started.Rmd |   31 ++-
 9 files changed, 349 insertions(+), 246 deletions(-)

More information about tidygam at CRAN
Permanent link

New package tatooheene with initial version 0.19.0
Package: tatooheene
Title: Technology Appraisal Toolbox for Health Economic Evaluations in the Netherlands
Version: 0.19.0
Description: Functions to support economic modelling in R based on the methods of the Dutch guideline for economic evaluations in healthcare <https://www.zorginstituutnederland.nl/publicaties/publicatie/2024/01/16/richtlijn-voor-het-uitvoeren-van-economische-evaluaties-in-de-gezondheidszorg>, CBS data <https://www.cbs.nl/>, and OECD data <https://www.oecd.org/en.html>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5)
LazyData: true
Imports: dplyr (>= 1.1.4), assertthat (>= 0.2.1), tidyr (>= 1.3.0), stats
Suggests: cbsodataR, lubridate, here, testthat
NeedsCompilation: no
Packaged: 2024-12-17 16:45:33 UTC; 85304spe
Author: Frederick Thielen [aut] , Stijn Peeters [aut, cre]
Maintainer: Stijn Peeters <s.b.peeters@eshpm.eur.nl>
Repository: CRAN
Date/Publication: 2024-12-18 15:50:06 UTC

More information about tatooheene at CRAN
Permanent link

New package stepSplitReg with initial version 1.0.4
Package: stepSplitReg
Title: Stepwise Split Regularized Regression
Version: 1.0.4
Date: 2024-12-16
Description: Functions to perform stepwise split regularized regression. The approach first uses a stepwise algorithm to split the variables into the models with a goodness of fit criterion, and then regularization is applied to each model. The weights of the models in the ensemble are determined based on a criterion selected by the user.
License: GPL (>= 2)
Biarch: true
Imports: Rcpp (>= 1.0.7), SplitGLM, nnls
Suggests: testthat, mvnfast, vctrs
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2024-12-17 03:35:48 UTC; anthony
Author: Anthony Christidis [aut, cre], Stefan Van Aelst [aut], Ruben Zamar [aut]
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>
Repository: CRAN
Date/Publication: 2024-12-18 15:20:02 UTC

More information about stepSplitReg at CRAN
Permanent link

New package splineCox with initial version 0.0.1
Package: splineCox
Title: A Two-Stage Estimation Approach to Cox Regression Using M-Spline Function
Version: 0.0.1
Maintainer: Ren Teranishi <ren.teranishi1227@gmail.com>
Description: Implements a two-stage estimation approach for Cox regression using five-parameter M-spline functions to model the baseline hazard. It allows for flexible hazard shapes and model selection based on log-likelihood criteria.
License: GPL (>= 3)
Encoding: UTF-8
Imports: joint.Cox
Suggests: knitr, rmarkdown, spelling
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2024-12-17 23:10:49 UTC; a223ms012t
Author: Ren Teranishi [aut, cre]
Repository: CRAN
Date/Publication: 2024-12-18 16:00:02 UTC

More information about splineCox at CRAN
Permanent link

New package spanishoddata with initial version 0.1.0
Package: spanishoddata
Title: Get Spanish Origin-Destination Data
Version: 0.1.0
Description: Gain seamless access to origin-destination (OD) data from the Spanish Ministry of Transport, hosted at <https://www.transportes.gob.es/ministerio/proyectos-singulares/estudios-de-movilidad-con-big-data/opendata-movilidad>. This package simplifies the management of these large datasets by providing tools to download zone boundaries, handle associated origin-destination data, and process it efficiently with the 'duckdb' database interface. Local caching minimizes repeated downloads, streamlining workflows for researchers and analysts. Extensive documentation is available at <https://ropenspain.github.io/spanishoddata/index.html>, offering guides on creating static and dynamic mobility flow visualizations and transforming large datasets into analysis-ready formats.
License: MIT + file LICENSE
URL: https://rOpenSpain.github.io/spanishoddata/, https://github.com/rOpenSpain/spanishoddata
BugReports: https://github.com/rOpenSpain/spanishoddata/issues
Depends: R (>= 3.5.0)
Imports: checkmate, curl (>= 5.0.0), DBI, dplyr, duckdb (>= 0.5.0), fs, glue, here, httr2, lubridate, memuse, parallelly, purrr, readr, rlang, sf, stats, stringr, tibble, xml2
Suggests: flowmapblue, flowmapper (>= 0.1.2), furrr, future, hexSticker, mapSpain, quarto, remotes, scales, testthat (>= 3.0.0), tidyverse
VignetteBuilder: quarto
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-12-17 11:48:19 UTC; ek
Author: Egor Kotov [aut, cre] , Robin Lovelace [aut] , Eugeni Vidal-Tortosa [ctb]
Maintainer: Egor Kotov <kotov.egor@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-18 15:40:02 UTC

More information about spanishoddata at CRAN
Permanent link

New package shinychat with initial version 0.1.1
Package: shinychat
Title: Chat UI Component for 'shiny'
Version: 0.1.1
Description: Provides a scrolling chat interface with multiline input, suitable for creating chatbot apps based on Large Language Models (LLMs). Designed to work particularly well with the 'elmer' R package for calling LLMs.
License: MIT + file LICENSE
URL: https://github.com/jcheng5/shinychat, https://jcheng5.github.io/shinychat/
BugReports: https://github.com/jcheng5/shinychat/issues
Imports: bslib, coro, htmltools, promises (>= 1.3.2), rlang, shiny (>= 1.10.0)
Suggests: testthat (>= 3.0.0)
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-12-17 19:02:58 UTC; jcheng
Author: Joe Cheng [aut, cre], Carson Sievert [aut], Posit Software, PBC [cph, fnd]
Maintainer: Joe Cheng <joe@posit.co>
Repository: CRAN
Date/Publication: 2024-12-18 15:50:10 UTC

More information about shinychat at CRAN
Permanent link

New package PSGD with initial version 1.0.4
Package: PSGD
Title: Projected Subset Gradient Descent
Version: 1.0.4
Date: 2024-12-16
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>
Description: Functions to generate ensembles of generalized linear models using a greedy projected subset gradient descent algorithm. The sparsity and diversity tuning parameters are selected by cross-validation.
License: GPL (>= 2)
Biarch: true
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp (>= 1.0.7)
Suggests: testthat, mvnfast, vctrs
NeedsCompilation: yes
Packaged: 2024-12-17 03:09:42 UTC; anthony
Author: Anthony Christidis [aut, cre], Stefan Van Aelst [aut], Ruben Zamar [aut]
Repository: CRAN
Date/Publication: 2024-12-18 15:20:06 UTC

More information about PSGD at CRAN
Permanent link

New package adas.utils with initial version 1.0.0
Package: adas.utils
Title: Design of Experiments and Factorial Plans Utilities
Version: 1.0.0
Description: A number of functions to create and analyze factorial plans according to the Design of Experiments (DoE) approach, with the addition of some utility function to perform some statistical analyses. DoE approach follows the approach in "Design and Analysis of Experiments" by Douglas C. Montgomery (2019, ISBN:978-1-119-49244-3). The package also provides utilities used in the course "Analysis of Data and Statistics" at the University of Trento, Italy.
Depends: R (>= 4.0.0)
License: CC BY 4.0
Encoding: UTF-8
Imports: dplyr, gghalfnorm, ggplot2, glue, grDevices, lubridate, magrittr, purrr, readr, rlang, scales, stats, stringr, tibble, tidyr, utils
LazyData: true
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), tidyverse
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-17 12:06:56 UTC; p4010
Author: Paolo Bosetti [aut, cre]
Maintainer: Paolo Bosetti <paolo.bosetti@unitn.it>
Repository: CRAN
Date/Publication: 2024-12-18 15:40:07 UTC

More information about adas.utils at CRAN
Permanent link

Package sundialr updated to version 0.1.6.1 with previous version 0.1.6 dated 2024-12-14

Title: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers
Description: Provides a way to call the functions in 'SUNDIALS' C ODE solving library (<https://computing.llnl.gov/projects/sundials>). Currently the serial version of ODE solver, 'CVODE', sensitivity calculator 'CVODES' and differential algebraic solver 'IDA' from the 'SUNDIALS' library are implemented. The package requires ODE to be written as an 'R' or 'Rcpp' function and does not require the 'SUNDIALS' library to be installed on the local machine.
Author: Satyaprakash Nayak [aut, cre, cph] , Lawrence Livermore National Security [cph], Southern Methodist University [cph]
Maintainer: Satyaprakash Nayak <satyaprakash.nayak@gmail.com>

Diff between sundialr versions 0.1.6 dated 2024-12-14 and 0.1.6.1 dated 2024-12-18

 DESCRIPTION                             |    8 ++++----
 MD5                                     |   12 ++++++------
 cleanup                                 |    4 ++--
 inst/doc/my-vignette.html               |    4 ++--
 inst/include/sundials/sundials_config.h |    4 ++--
 src/scripts/sundials_download.sh        |    6 ++++++
 tools/cmake_call.sh                     |   12 +++++++++++-
 7 files changed, 33 insertions(+), 17 deletions(-)

More information about sundialr at CRAN
Permanent link

Package nasapower updated to version 4.2.2 with previous version 4.2.1 dated 2024-05-17

Title: NASA POWER API Client
Description: An API client for NASA POWER global meteorology, surface solar energy and climatology data API. POWER (Prediction Of Worldwide Energy Resources) data are freely available for download with varying spatial resolutions dependent on the original data and with several temporal resolutions depending on the POWER parameter and community. This work is funded through the NASA Earth Science Directorate Applied Science Program. For more on the data themselves, the methodologies used in creating, a web- based data viewer and web access, please see <https://power.larc.nasa.gov/>.
Author: Adam H. Sparks [aut, cre] , Scott Chamberlain [rev] , Hazel Kavili [rev] , Alison Boyer [rev] , Fernando Miguez [ctb] , Maelle Salmon [ctb] , Phillip D. Alderman [ctb] ` must use `I` for literal data as of vroom 1.5.0.', see <https://github.com/ropen [...truncated...]
Maintainer: Adam H. Sparks <adamhsparks@gmail.com>

Diff between nasapower versions 4.2.1 dated 2024-05-17 and 4.2.2 dated 2024-12-18

 DESCRIPTION                                            |   10 
 MD5                                                    |   72 -
 NEWS.md                                                |   18 
 R/get_power.R                                          |  521 +++++++-------
 R/internal_functions.R                                 |   77 +-
 R/print_POWER_Info.R                                   |   36 
 R/query_groupings.R                                    |   10 
 R/query_parameters.R                                   |   25 
 R/query_surfaces.R                                     |    2 
 R/sysdata.rda                                          |binary
 README.md                                              |  386 ++++++++++
 build/vignette.rds                                     |binary
 inst/CITATION                                          |    9 
 inst/WORDLIST                                          |    1 
 inst/doc/nasapower.Rmd                                 |  132 +--
 inst/doc/nasapower.html                                |  201 ++---
 man/get_power.Rd                                       |   33 
 man/query_groupings.Rd                                 |    2 
 man/query_parameters.Rd                                |   16 
 tests/fixtures/adjusted_air_pressure.json              |    2 
 tests/fixtures/adjusted_wind_elevation.json            |    2 
 tests/fixtures/climatology_ag_point.json               |    2 
 tests/fixtures/daily_ag_point.json                     |    2 
 tests/fixtures/daily_sb_point_LST.json                 |    2 
 tests/fixtures/daily_sb_point_UTC.json                 |    2 
 tests/fixtures/query_groupings.json                    |    2 
 tests/fixtures/query_groupings_global.json             |    2 
 tests/fixtures/query_parameters_comm&temporal_api.json |    2 
 tests/fixtures/query_surfaces_all.json                 |    2 
 tests/fixtures/query_surfaces_seaice.json              |    2 
 tests/spelling.R                                       |   11 
 tests/testthat/test-get_power.R                        |  329 ++++-----
 tests/testthat/test-internal_functions.R               |  615 +++++++++--------
 tests/testthat/test-query_groupings.R                  |    4 
 tests/testthat/test-query_parameters.R                 |   36 
 tests/testthat/test-query_surfaces.R                   |    7 
 vignettes/nasapower.Rmd                                |  132 +--
 37 files changed, 1649 insertions(+), 1058 deletions(-)

More information about nasapower at CRAN
Permanent link

Package iso8601 updated to version 0.1.1 with previous version 0.1.0 dated 2024-12-16

Title: Working with ISO8601 Dates and Times
Description: Functions to parse strings with ISO8601 dates, times, and date-times into R-objects. Additionally, there are functions to determine the type of ISO8601 string and to standardise ISO8601 strings.
Author: Jan van der Laan [aut, cre]
Maintainer: Jan van der Laan <r@eoos.dds.nl>

Diff between iso8601 versions 0.1.0 dated 2024-12-16 and 0.1.1 dated 2024-12-18

 DESCRIPTION   |    6 +++---
 MD5           |    5 +++--
 NEWS          |only
 src/utils.cpp |    4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

More information about iso8601 at CRAN
Permanent link

Package ggtangle updated to version 0.0.6 with previous version 0.0.5 dated 2024-11-29

Title: Draw Network with Data
Description: Extends the 'ggplot2' plotting system to support network visualization. Inspired by the 'Method 1' in 'ggtree' (G Yu (2018) <doi:10.1093/molbev/msy194>), 'ggtangle' is designed to work with network associated data.
Author: Guangchuang Yu [aut, cre]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between ggtangle versions 0.0.5 dated 2024-11-29 and 0.0.6 dated 2024-12-18

 DESCRIPTION             |   10 +++++-----
 MD5                     |   20 +++++++++++---------
 NAMESPACE               |    2 ++
 NEWS.md                 |    6 ++++++
 R/graph-layout.R        |only
 R/graph.r               |    3 ++-
 build/partial.rdb       |only
 inst/doc/ggtangle.R     |    6 +++---
 inst/doc/ggtangle.Rmd   |    6 +++---
 inst/doc/ggtangle.html  |   26 +++++++++++++-------------
 man/ggtangle-package.Rd |    2 +-
 vignettes/ggtangle.Rmd  |    6 +++---
 12 files changed, 49 insertions(+), 38 deletions(-)

More information about ggtangle at CRAN
Permanent link

Package GeoFIS updated to version 1.1.1 with previous version 1.1.0 dated 2024-09-03

Title: Spatial Data Processing for Decision Making
Description: Methods for processing spatial data for decision-making. This package is an R implementation of methods provided by the open source software GeoFIS <https://www.geofis.org> (Leroux et al. 2018) <doi:10.3390/agriculture8060073>. The main functionalities are the management zone delineation (Pedroso et al. 2010) <doi:10.1016/j.compag.2009.10.007> and data aggregation (Mora-Herrera et al. 2020) <doi:10.1016/j.compag.2020.105624>.
Author: Serge Guillaume [aut], Jean-Luc Lablee [aut, cre], INRAE [cph]
Maintainer: Jean-Luc Lablee <jean-luc.lablee@inrae.fr>

Diff between GeoFIS versions 1.1.0 dated 2024-09-03 and 1.1.1 dated 2024-12-18

 DESCRIPTION                |    6 ++---
 MD5                        |   14 ++++++------
 NEWS.md                    |   52 ++++++++++++++++++++++++---------------------
 build/partial.rdb          |binary
 build/vignette.rds         |binary
 inst/doc/data-fusion.html  |    2 -
 src/Makevars               |    2 -
 src/util/address_equal.hpp |   13 +----------
 8 files changed, 42 insertions(+), 47 deletions(-)

More information about GeoFIS at CRAN
Permanent link

Package mbbefd updated to version 0.8.13 with previous version 0.8.12 dated 2024-10-17

Title: Maxwell Boltzmann Bose Einstein Fermi Dirac Distribution and Destruction Rate Modelling
Description: Distributions that are typically used for exposure rating in general insurance, in particular to price reinsurance contracts. The vignette shows code snippets to fit the distribution to empirical data. See, e.g., Bernegger (1997) <doi:10.2143/AST.27.1.563208> freely available on-line.
Author: Christophe Dutang [aut, cre] , Giorgio Spedicato [aut] , Markus Gesmann [ctb]
Maintainer: Christophe Dutang <dutangc@gmail.com>

Diff between mbbefd versions 0.8.12 dated 2024-10-17 and 0.8.13 dated 2024-12-18

 mbbefd-0.8.12/mbbefd/NEWS                                |only
 mbbefd-0.8.12/mbbefd/tests/check-formula-integral.R      |only
 mbbefd-0.8.12/mbbefd/tests/check-formula-variance.R      |only
 mbbefd-0.8.12/mbbefd/tests/test-mbbefd-1stparam.R        |only
 mbbefd-0.8.12/mbbefd/tests/test-mbbefd-2ndparam.R        |only
 mbbefd-0.8.13/mbbefd/DESCRIPTION                         |    6 
 mbbefd-0.8.13/mbbefd/MD5                                 |   29 +---
 mbbefd-0.8.13/mbbefd/NAMESPACE                           |   12 -
 mbbefd-0.8.13/mbbefd/R/fitDR-output.R                    |   76 +++++++-----
 mbbefd-0.8.13/mbbefd/R/fitDR.R                           |   95 +++++++--------
 mbbefd-0.8.13/mbbefd/R/util-loglikfunc.R                 |   41 +++++-
 mbbefd-0.8.13/mbbefd/README.md                           |   39 +++---
 mbbefd-0.8.13/mbbefd/build/partial.rdb                   |binary
 mbbefd-0.8.13/mbbefd/build/vignette.rds                  |binary
 mbbefd-0.8.13/mbbefd/inst/NEWS.Rd                        |   36 +++--
 mbbefd-0.8.13/mbbefd/inst/doc/Introduction_to_mbbefd.pdf |binary
 mbbefd-0.8.13/mbbefd/tests/test-fit-MBBEFDgb.R           |   10 +
 mbbefd-0.8.13/mbbefd/tests/test-fit-mbbefd.R             |    9 +
 18 files changed, 218 insertions(+), 135 deletions(-)

More information about mbbefd at CRAN
Permanent link

Package salad updated to version 1.2 with previous version 1.1 dated 2024-11-04

Title: Simple Automatic Differentiation
Description: Handles both vector and matrices, using a flexible S4 class for automatic differentiation. The method used is forward automatic differentiation. Many functions and methods have been defined, so that in most cases, functions written without automatic differentiation in mind can be used without change.
Author: Herve Perdry [aut, cre]
Maintainer: Herve Perdry <herve.perdry@universite-paris-saclay.fr>

Diff between salad versions 1.1 dated 2024-11-04 and 1.2 dated 2024-12-18

 DESCRIPTION         |    8 ++++----
 MD5                 |   10 +++++-----
 NEWS.md             |    6 +++++-
 R/dual-math.r       |    2 +-
 build/vignette.rds  |binary
 inst/doc/salad.html |    6 +++---
 6 files changed, 18 insertions(+), 14 deletions(-)

More information about salad at CRAN
Permanent link

Package resmush updated to version 0.2.1 with previous version 0.2.0 dated 2024-07-19

Title: Optimize and Compress Image Files with 'reSmush.it'
Description: Compress local and online images using the 'reSmush.it' API service <https://resmush.it/>.
Author: Diego Hernangomez [aut, cre, cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between resmush versions 0.2.0 dated 2024-07-19 and 0.2.1 dated 2024-12-18

 DESCRIPTION           |    8 -
 MD5                   |   16 +--
 NEWS.md               |    4 
 R/resmush_clean_dir.R |    2 
 R/sysdata.rda         |binary
 R/utils.R             |  210 +++++++++++++++++++++++++-------------------------
 README.md             |   20 ++--
 build/vignette.rds    |binary
 inst/schemaorg.json   |    4 
 9 files changed, 135 insertions(+), 129 deletions(-)

More information about resmush at CRAN
Permanent link

Package this.path updated to version 2.6.0 with previous version 2.5.0 dated 2024-06-29

Title: Get Executing Script's Path
Description: Determine the path of the executing script. Compatible with several popular GUIs: 'Rgui', 'RStudio', 'Positron', 'VSCode', 'Jupyter', 'Emacs', and 'Rscript' (shell). Compatible with several functions and packages: 'source()', 'sys.source()', 'debugSource()' in 'RStudio', 'compiler::loadcmp()', 'utils::Sweave()', 'box::use()', 'knitr::knit()', 'plumber::plumb()', 'shiny::runApp()', 'package:targets', and 'testthat::source_file()'.
Author: Iris Simmons [aut, cre]
Maintainer: Iris Simmons <ikwsimmo@gmail.com>

Diff between this.path versions 2.5.0 dated 2024-06-29 and 2.6.0 dated 2024-12-18

 this.path-2.5.0/this.path/R/pathfuns.R                    |only
 this.path-2.5.0/this.path/man/path.functions.Rd           |only
 this.path-2.6.0/this.path/DESCRIPTION                     |   30 
 this.path-2.6.0/this.path/MD5                             |  117 +-
 this.path-2.6.0/this.path/NAMESPACE                       |   30 
 this.path-2.6.0/this.path/NEWS                            |   29 
 this.path-2.6.0/this.path/R/backports.R                   |    4 
 this.path-2.6.0/this.path/R/defunct.R                     |   41 -
 this.path-2.6.0/this.path/R/enhances.R                    |   87 +-
 this.path-2.6.0/this.path/R/error.R                       |   34 
 this.path-2.6.0/this.path/R/files.R                       |   56 -
 this.path-2.6.0/this.path/R/lineno.R                      |    6 
 this.path-2.6.0/this.path/R/make_fix_funs.R               |only
 this.path-2.6.0/this.path/R/promises.R                    |   40 -
 this.path-2.6.0/this.path/R/relpath.R                     |   34 
 this.path-2.6.0/this.path/R/rprojroot.R                   |    2 
 this.path-2.6.0/this.path/R/thispath.R                    |  554 ++++++++------
 this.path-2.6.0/this.path/R/utils.R                       |    8 
 this.path-2.6.0/this.path/R/zzz.R                         |   45 -
 this.path-2.6.0/this.path/README.md                       |  113 +-
 this.path-2.6.0/this.path/build/stage23.rdb               |binary
 this.path-2.6.0/this.path/build/this.path.pdf             |binary
 this.path-2.6.0/this.path/inst/NEWS.in.Rd                 |   36 
 this.path-2.6.0/this.path/man/Enhances.Rd                 |   11 
 this.path-2.6.0/this.path/man/check.path.Rd               |    6 
 this.path-2.6.0/this.path/man/ext.Rd                      |    4 
 this.path-2.6.0/this.path/man/macros/macros.Rd            |    5 
 this.path-2.6.0/this.path/man/make_fix_funs.Rd            |only
 this.path-2.6.0/this.path/man/set.gui.path.Rd             |   14 
 this.path-2.6.0/this.path/man/set.sys.path.Rd             |   10 
 this.path-2.6.0/this.path/man/this.path-package.Rd        |   10 
 this.path-2.6.0/this.path/man/this.path.Rd                |   31 
 this.path-2.6.0/this.path/src/0.c                         |    8 
 this.path-2.6.0/this.path/src/backports.c                 |    3 
 this.path-2.6.0/this.path/src/backports.h                 |   13 
 this.path-2.6.0/this.path/src/devel.h                     |   15 
 this.path-2.6.0/this.path/src/error.c                     |  359 +++++++--
 this.path-2.6.0/this.path/src/error.h                     |   47 -
 this.path-2.6.0/this.path/src/files.c                     |   99 ++
 this.path-2.6.0/this.path/src/ns-hooks.c                  |  174 +++-
 this.path-2.6.0/this.path/src/ns-hooks.h                  |    6 
 this.path-2.6.0/this.path/src/pathjoin.c                  |    8 
 this.path-2.6.0/this.path/src/pathsplit.c                 |   19 
 this.path-2.6.0/this.path/src/print.c                     |   41 -
 this.path-2.6.0/this.path/src/progargs.c                  |    5 
 this.path-2.6.0/this.path/src/promises.c                  |   10 
 this.path-2.6.0/this.path/src/rgui_path.c                 |   20 
 this.path-2.6.0/this.path/src/setsyspath.c                |    6 
 this.path-2.6.0/this.path/src/startup.c                   |    3 
 this.path-2.6.0/this.path/src/symbols.h                   |    3 
 this.path-2.6.0/this.path/src/this.path.h                 |    6 
 this.path-2.6.0/this.path/src/thispath.c                  |  197 ++--
 this.path-2.6.0/this.path/src/thispathdefn.c              |   44 -
 this.path-2.6.0/this.path/src/thispathdefn.h              |   65 -
 this.path-2.6.0/this.path/src/utils.c                     |  102 ++
 this.path-2.6.0/this.path/tests/ext-tests.R               |    8 
 this.path-2.6.0/this.path/tests/faster-subsequent-times.R |    2 
 this.path-2.6.0/this.path/tests/package-box-supp          |only
 this.path-2.6.0/this.path/tests/package-box-tests.R       |only
 this.path-2.6.0/this.path/tools/configure.R               |   13 
 this.path-2.6.0/this.path/tools/this_path_reg_ptrs.c      |   10 
 61 files changed, 1756 insertions(+), 887 deletions(-)

More information about this.path at CRAN
Permanent link

Package nhdplusTools updated to version 1.3.0 with previous version 1.2.1 dated 2024-06-05

Title: NHDPlus Tools
Description: Tools for traversing and working with National Hydrography Dataset Plus (NHDPlus) data. All methods implemented in 'nhdplusTools' are available in the NHDPlus documentation available from the US Environmental Protection Agency <https://www.epa.gov/waterdata/basic-information>.
Author: David Blodgett [aut, cre] , Mike Johnson [aut] , Marc Weber [ctb] , Josh Erickson [ctb], Lauren Koenig [ctb]
Maintainer: David Blodgett <dblodgett@usgs.gov>

Diff between nhdplusTools versions 1.2.1 dated 2024-06-05 and 1.3.0 dated 2024-12-18

 DESCRIPTION                                 |    8 
 MD5                                         |   84 +--
 NAMESPACE                                   |    1 
 NEWS.md                                     |   13 
 R/A_nhdplusTools.R                          |   16 
 R/arcrest_tools.R                           |   11 
 R/discover_nhdplus.R                        |   15 
 R/downloading_tools.R                       |   15 
 R/geoserver_tools.R                         |    2 
 R/get_hydro.R                               |    7 
 R/get_nhdplushr.R                           |  689 ++++++++++++++--------------
 R/get_nldi.R                                |   49 +
 R/get_oaproc.R                              |   56 ++
 R/plot_nhdplus.R                            |    4 
 build/partial.rdb                           |binary
 build/vignette.rds                          |binary
 inst/doc/get_3dhp_data.html                 |   24 
 inst/doc/get_data_overview.Rmd              |  686 +++++++++++++--------------
 inst/doc/get_data_overview.html             |   57 +-
 inst/doc/indexing.html                      |   18 
 inst/doc/nhdplusTools.Rmd                   |    2 
 inst/doc/nhdplusTools.html                  |  150 +++---
 inst/doc/nhdplushr.html                     |   18 
 inst/doc/plot_nhdplus.html                  |   60 +-
 inst/extdata/sample_data.R                  |   18 
 man/discover_nldi_characteristics.Rd        |   11 
 man/download_nhdplushr.Rd                   |   10 
 man/get_3dhp.Rd                             |    6 
 man/get_huc.Rd                              |    2 
 man/get_nldi_characteristics.Rd             |   14 
 man/get_split_catchment.Rd                  |   16 
 man/query_usgs_arcrest.Rd                   |    6 
 tests/testthat/helper.R                     |   11 
 tests/testthat/test_00_plot_local_nhdplus.R |    2 
 tests/testthat/test_00_plot_nhdplus.R       |  434 ++++++++---------
 tests/testthat/test_01_get_nldi.R           |  641 +++++++++++++-------------
 tests/testthat/test_02_subset_extras.R      |    6 
 tests/testthat/test_03_get_functions.R      |  544 +++++++++++-----------
 tests/testthat/test_get_nhdplushr.R         |  416 +++++++++-------
 tests/testthat/test_get_vaa.R               |    7 
 tests/testthat/test_rescale_catchments.R    |   12 
 vignettes/get_data_overview.Rmd             |  686 +++++++++++++--------------
 vignettes/nhdplusTools.Rmd                  |    2 
 43 files changed, 2548 insertions(+), 2281 deletions(-)

More information about nhdplusTools at CRAN
Permanent link

Package eyetools updated to version 0.8.0 with previous version 0.7.2 dated 2024-10-28

Title: Analyse Eye Data
Description: Enables the automation of actions across the pipeline, including initial steps of transforming binocular data and gap repair to event-based processing such as fixations, saccades, and entry/duration in Areas of Interest (AOIs). It also offers visualisation of eye movement and AOI entries. These tools take relatively raw (trial, time, x, and y form) data and can be used to return fixations, saccades, and AOI entries and time spent in AOIs. As the tools rely on this basic data format, the functions can work with data from any eye tracking device. Implements fixation and saccade detection using methods proposed by Salvucci and Goldberg (2000) <doi:10.1145/355017.355028>.
Author: Tom Beesley [aut, cre], Matthew Ivory [aut]
Maintainer: Tom Beesley <t.beesley@lancaster.ac.uk>

Diff between eyetools versions 0.7.2 dated 2024-10-28 and 0.8.0 dated 2024-12-18

 eyetools-0.7.2/eyetools/R/hdf5_to_csv.R                    |only
 eyetools-0.7.2/eyetools/man/figures/unnamed-chunk-23-1.png |only
 eyetools-0.7.2/eyetools/man/figures/unnamed-chunk-24-1.png |only
 eyetools-0.7.2/eyetools/man/figures/unnamed-chunk-24-2.png |only
 eyetools-0.7.2/eyetools/man/figures/unnamed-chunk-26-3.png |only
 eyetools-0.7.2/eyetools/man/hdf5_to_csv.Rd                 |only
 eyetools-0.8.0/eyetools/DESCRIPTION                        |   22 
 eyetools-0.8.0/eyetools/MD5                                |   88 +
 eyetools-0.8.0/eyetools/NAMESPACE                          |   10 
 eyetools-0.8.0/eyetools/NEWS.md                            |   25 
 eyetools-0.8.0/eyetools/R/AOI_seq.R                        |  135 +--
 eyetools-0.8.0/eyetools/R/AOI_time.R                       |   25 
 eyetools-0.8.0/eyetools/R/AOI_time_binned.R                |only
 eyetools-0.8.0/eyetools/R/check_ppt_n.R                    |    3 
 eyetools-0.8.0/eyetools/R/create_AOI_df.R                  |only
 eyetools-0.8.0/eyetools/R/estimate_sample_rate.R           |only
 eyetools-0.8.0/eyetools/R/fixation_VTI.R                   |   13 
 eyetools-0.8.0/eyetools/R/fixation_dispersion.R            |   20 
 eyetools-0.8.0/eyetools/R/hdf5_get_event.R                 |only
 eyetools-0.8.0/eyetools/R/hdf5_to_df.R                     |only
 eyetools-0.8.0/eyetools/R/interpolate.R                    |   43 
 eyetools-0.8.0/eyetools/R/plot_AOI_growth.R                |only
 eyetools-0.8.0/eyetools/R/plot_heatmap.R                   |only
 eyetools-0.8.0/eyetools/R/plot_seq.R                       |   81 +
 eyetools-0.8.0/eyetools/R/plot_spatial.R                   |   84 +
 eyetools-0.8.0/eyetools/R/saccade_VTI.R                    |    9 
 eyetools-0.8.0/eyetools/R/smoother.R                       |    9 
 eyetools-0.8.0/eyetools/README.md                          |   41 
 eyetools-0.8.0/eyetools/data/HCL_AOIs.rda                  |binary
 eyetools-0.8.0/eyetools/inst/doc/eyetools.R                |   52 -
 eyetools-0.8.0/eyetools/inst/doc/eyetools.Rmd              |   79 +
 eyetools-0.8.0/eyetools/inst/doc/eyetools.html             |  573 ++++++++-----
 eyetools-0.8.0/eyetools/man/AOI_seq.Rd                     |   17 
 eyetools-0.8.0/eyetools/man/AOI_time.Rd                    |    5 
 eyetools-0.8.0/eyetools/man/AOI_time_binned.Rd             |only
 eyetools-0.8.0/eyetools/man/create_AOI_df.Rd               |only
 eyetools-0.8.0/eyetools/man/eyetools-package.Rd            |    4 
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-10-1.png |binary
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-18-1.png |binary
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-25-1.png |binary
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-26-1.png |binary
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-26-2.png |binary
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-27-1.png |binary
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-28-1.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-28-2.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-28-3.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-29-1.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-30-1.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-30-2.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-30-3.png |only
 eyetools-0.8.0/eyetools/man/figures/unnamed-chunk-9-1.png  |binary
 eyetools-0.8.0/eyetools/man/hdf5_get_event.Rd              |only
 eyetools-0.8.0/eyetools/man/hdf5_to_df.Rd                  |only
 eyetools-0.8.0/eyetools/man/interpolate.Rd                 |    9 
 eyetools-0.8.0/eyetools/man/plot_AOI_growth.Rd             |only
 eyetools-0.8.0/eyetools/man/plot_heatmap.Rd                |only
 eyetools-0.8.0/eyetools/man/plot_spatial.Rd                |    2 
 eyetools-0.8.0/eyetools/vignettes/eyetools.Rmd             |   79 +
 58 files changed, 879 insertions(+), 549 deletions(-)

More information about eyetools at CRAN
Permanent link

New package elrm with initial version 1.2.6
Package: elrm
Version: 1.2.6
Date: 2024-12-17
Title: Exact Logistic Regression via MCMC
Author: David Zamar [aut, cre], Jinko Graham [aut], Brad McNeney [aut]
Maintainer: David Zamar <zamar.david@gmail.com>
Depends: R(>= 2.7.2), coda, graphics, stats
Description: Implements a Markov Chain Monte Carlo algorithm to approximate exact conditional inference for logistic regression models. Exact conditional inference is based on the distribution of the sufficient statistics for the parameters of interest given the sufficient statistics for the remaining nuisance parameters. Using model formula notation, users specify a logistic model and model terms of interest for exact inference. See Zamar et al. (2007) <doi:10.18637/jss.v021.i03> for more details.
License: GPL (>= 2)
Repository: CRAN
NeedsCompilation: yes
Packaged: 2024-12-18 06:37:09 UTC; zamar
Date/Publication: 2024-12-18 08:00:07 UTC

More information about elrm at CRAN
Permanent link

Package dfadjust updated to version 1.1.0 with previous version 1.0.5 dated 2023-10-04

Title: Degrees of Freedom Adjustment for Robust Standard Errors
Description: Computes small-sample degrees of freedom adjustment for heteroskedasticity robust standard errors, and for clustered standard errors in linear regression. See Imbens and Kolesár (2016) <doi:10.1162/REST_a_00552> for a discussion of these adjustments.
Author: Michal Kolesar [aut, cre, cph] , Kranz Sebastian [ctb]
Maintainer: Michal Kolesar <kolesarmi@googlemail.com>

Diff between dfadjust versions 1.0.5 dated 2023-10-04 and 1.1.0 dated 2024-12-18

 DESCRIPTION                      |   25 ++++---
 MD5                              |   26 +++----
 NEWS.md                          |   12 +++
 R/ols.R                          |   76 ++++++++++++++--------
 build/partial.rdb                |binary
 build/vignette.rds               |binary
 inst/WORDLIST                    |    1 
 inst/doc/dfadjust.R              |    6 -
 inst/doc/dfadjust.Rmd            |    6 -
 inst/doc/dfadjust.pdf            |binary
 man/dfadjustSE.Rd                |   20 +++---
 tests/testthat/test-hc2-check.R  |  129 ++++++++++++++++++++++-----------------
 tests/testthat/test_clustervar.R |   47 ++++++++++++++
 vignettes/dfadjust.Rmd           |    6 -
 14 files changed, 230 insertions(+), 124 deletions(-)

More information about dfadjust at CRAN
Permanent link

New package datacutr with initial version 0.2.1
Package: datacutr
Title: SDTM Datacut
Version: 0.2.1
Description: Supports the process of applying a cut to Standard Data Tabulation Model (SDTM), as part of the analysis of specific points in time of the data, normally as part of investigation into clinical trials. The functions support different approaches of cutting to the different domains of SDTM normally observed.
License: Apache License (>= 2)
BugReports: https://github.com/pharmaverse/datacutr/issues
URL: https://pharmaverse.github.io/datacutr/, https://github.com/pharmaverse/datacutr
Encoding: UTF-8
Language: en-US
LazyData: true
Depends: R (>= 4.1)
Imports: admiraldev (>= 0.3.0), assertthat (>= 0.2.1), dplyr (>= 1.0.5), lubridate (>= 1.7.4), magrittr (>= 1.5), purrr (>= 0.3.3), stringr (>= 1.4.0), rlang (>= 0.4.4), tibble (>= 3.0.0), reactable (>= 0.4.4)
Suggests: devtools, lintr, pkgdown, testthat, knitr, methods, rmarkdown, roxygen2, spelling, styler, usethis, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-17 15:12:35 UTC; barnett1
Author: Tim Barnett [cph, aut, cre], Nathan Rees [aut], Alana Harris [aut], Cara Andrews [aut]
Maintainer: Tim Barnett <timothy.barnett@roche.com>
Repository: CRAN
Date/Publication: 2024-12-18 08:00:15 UTC

More information about datacutr at CRAN
Permanent link

Package ggmapinset updated to version 0.4.0 with previous version 0.3.0 dated 2023-04-28

Title: Add Inset Panels to Maps
Description: Helper to add insets based on geom_sf() from 'ggplot2'. This package gives you a drop-in replacement for geom_sf() that supports adding a zoomed inset map without having to create and embed a separate plot.
Author: Carl Suster [aut, cre] , Western Sydney Local Health District, NSW Health [cph]
Maintainer: Carl Suster <Carl.Suster@health.nsw.gov.au>

Diff between ggmapinset versions 0.3.0 dated 2023-04-28 and 0.4.0 dated 2024-12-18

 DESCRIPTION                      |   15 +-
 LICENSE                          |    2 
 MD5                              |   62 +++++----
 NAMESPACE                        |   19 ++
 NEWS.md                          |    9 +
 R/configure_inset.R              |  174 +++++++++++++++-----------
 R/data.R                         |only
 R/geom_inset_frame.R             |  154 +++++++++--------------
 R/geom_sf_inset.R                |   87 ++++++++-----
 R/geom_sf_text_inset.R           |   56 ++++----
 R/ggmapinset-package.R           |    1 
 R/inset.R                        |   28 ++--
 R/inset_shape_circle.R           |only
 R/inset_shape_rectangle.R        |only
 R/inset_shape_sf.R               |only
 R/layer_helpers.R                |   53 ++++----
 R/stat_sf_coordinates_inset.R    |   45 +++---
 R/stat_sf_inset.R                |   22 ---
 R/transform_to_inset.R           |    6 
 README.md                        |   83 ++++++++++--
 build/vignette.rds               |binary
 data                             |only
 inst/COPYRIGHTS                  |only
 inst/doc/ggmapinset.R            |  143 +++++++++++++++++++--
 inst/doc/ggmapinset.Rmd          |  186 ++++++++++++++++++++++++++--
 inst/doc/ggmapinset.html         |  256 ++++++++++++++++++++++++++++++++-------
 man/build_sf_inset_layers.Rd     |   83 +++---------
 man/configure_inset.Rd           |   36 ++---
 man/figures/README-example-1.png |binary
 man/geom_inset_frame.Rd          |   25 +++
 man/geom_sf_inset.Rd             |   65 +--------
 man/mozzies_nsw2301.Rd           |only
 man/shape_circle.Rd              |only
 man/shape_rectangle.Rd           |only
 man/shape_sf.Rd                  |only
 man/stat_sf_coordinates_inset.Rd |   66 +++++++---
 vignettes/ggmapinset.Rmd         |  186 ++++++++++++++++++++++++++--
 37 files changed, 1283 insertions(+), 579 deletions(-)

More information about ggmapinset at CRAN
Permanent link

Package ivdesc (with last version 1.1.1) was removed from CRAN

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

2022-12-18 1.1.1
2021-03-20 1.1.0
2019-10-14 1.0.0

Permanent link

Tue, 17 Dec 2024

Package healthatlas updated to version 0.1.1 with previous version 0.1.0 dated 2024-09-13

Title: Explore and Import 'Metopio' Health Atlas Data and Spatial Layers
Description: Allows for painless use of the 'Metopio' health atlas APIs <https://metopio.com/how-it-works/atlas/> to explore and import data. 'Metopio' health atlases store open public health data. See what topics (or indicators) are available among specific populations, periods, and geographic layers. Download relevant data along with geographic boundaries or point datasets. Spatial datasets are returned as 'sf' objects.
Author: Ryan Zomorrodi [aut, cre, cph]
Maintainer: Ryan Zomorrodi <rzomor2@uic.edu>

Diff between healthatlas versions 0.1.0 dated 2024-09-13 and 0.1.1 dated 2024-12-17

 DESCRIPTION                              |   10 
 MD5                                      |   51 ++--
 NEWS.md                                  |    9 
 R/ha_coverage.R                          |   43 +---
 R/ha_data.R                              |   94 +++-----
 R/ha_getset.R                            |    3 
 R/ha_layer.R                             |   44 +---
 R/ha_point_layer.R                       |   53 +---
 R/ha_stratifications.R                   |   13 -
 R/ha_subcategories.R                     |   20 -
 R/ha_topics.R                            |   30 +-
 R/helpers.R                              |   55 +++--
 README.md                                |   79 ++++---
 inst/doc/typical_usage.R                 |   41 +++
 inst/doc/typical_usage.Rmd               |   71 +++++-
 inst/doc/typical_usage.html              |  333 ++++++++++++++++++++++---------
 man/figures/README-unnamed-chunk-8-1.png |binary
 man/figures/README-unnamed-chunk-9-1.png |only
 man/ha_data.Rd                           |   15 -
 tests/testthat/helpers.R                 |    2 
 tests/testthat/test-ha_coverage.R        |   12 -
 tests/testthat/test-ha_data.R            |   43 ----
 tests/testthat/test-ha_layer.R           |    8 
 tests/testthat/test-ha_point_layer.R     |    8 
 tests/testthat/test-ha_subcategories.R   |    4 
 tests/testthat/test-ha_topics.R          |    8 
 vignettes/typical_usage.Rmd              |   71 +++++-
 27 files changed, 647 insertions(+), 473 deletions(-)

More information about healthatlas at CRAN
Permanent link

Package DAISIEprep updated to version 1.0.0 with previous version 0.4.0 dated 2024-04-02

Title: Extracts Phylogenetic Island Community Data from Phylogenetic Trees
Description: Extracts colonisation and branching times of island species to be used for analysis in the R package 'DAISIE'. It uses phylogenetic and endemicity data to extract the separate island colonists and store them.
Author: Joshua W. Lambert [aut, cre] , Luis Valente [aut] , Pedro Santos Neves [aut] , Lizzie Roeble [aut] , Theo Pannetier [aut]
Maintainer: Joshua W. Lambert <j.w.l.lambert@rug.nl>

Diff between DAISIEprep versions 0.4.0 dated 2024-04-02 and 1.0.0 dated 2024-12-17

 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/coccyzus_phylod.rds                  |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/columbiformes_phylod.rds             |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/finches_phylod.rds                   |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/mimus_phylod.rds                     |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/myiarchus_phylod.rds                 |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/progne_phylod.rds                    |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/pyrocephalus_phylod.rds              |only
 DAISIEprep-0.4.0/DAISIEprep/inst/extdata/setophaga_phylod.rds                 |only
 DAISIEprep-1.0.0/DAISIEprep/DESCRIPTION                                       |   17 
 DAISIEprep-1.0.0/DAISIEprep/MD5                                               |  108 -
 DAISIEprep-1.0.0/DAISIEprep/NEWS.md                                           |   65 
 DAISIEprep-1.0.0/DAISIEprep/R/add_asr_node_states.R                           |    9 
 DAISIEprep-1.0.0/DAISIEprep/R/add_island_colonist.R                           |   33 
 DAISIEprep-1.0.0/DAISIEprep/R/create_endemicity_status.R                      |   17 
 DAISIEprep-1.0.0/DAISIEprep/R/data.R                                          |only
 DAISIEprep-1.0.0/DAISIEprep/R/default_params_doc.R                            |   34 
 DAISIEprep-1.0.0/DAISIEprep/R/extract_island_species.R                        |   51 
 DAISIEprep-1.0.0/DAISIEprep/R/extract_multi_tip_species.R                     |    2 
 DAISIEprep-1.0.0/DAISIEprep/R/extract_nonendemic.R                            |   24 
 DAISIEprep-1.0.0/DAISIEprep/R/is_multi_tip_species.R                          |   23 
 DAISIEprep-1.0.0/DAISIEprep/R/plot_phylod.R                                   |   15 
 DAISIEprep-1.0.0/DAISIEprep/R/rm_duplicate_island_species.R                   |only
 DAISIEprep-1.0.0/DAISIEprep/R/rm_nonendemic_in_clade.R                        |only
 DAISIEprep-1.0.0/DAISIEprep/README.md                                         |    2 
 DAISIEprep-1.0.0/DAISIEprep/build/vignette.rds                                |binary
 DAISIEprep-1.0.0/DAISIEprep/data                                              |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Forcing_nonendemic_singleton.R           |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Forcing_nonendemic_singleton.Rmd         |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Forcing_nonendemic_singleton.html        |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Multi_tip_extraction.R                   |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Multi_tip_extraction.Rmd                 |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Multi_tip_extraction.html                |only
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Performance.html                         |    5 
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Sensitivity.html                         |    5 
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Tutorial.R                               |  109 -
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Tutorial.Rmd                             |  570 +----
 DAISIEprep-1.0.0/DAISIEprep/inst/doc/Tutorial.html                            |  984 +++++-----
 DAISIEprep-1.0.0/DAISIEprep/inst/extdata/plant_phylo.rds                      |only
 DAISIEprep-1.0.0/DAISIEprep/man/GalapagosTrees.Rd                             |only
 DAISIEprep-1.0.0/DAISIEprep/man/add_asr_node_states.Rd                        |    8 
 DAISIEprep-1.0.0/DAISIEprep/man/coccyzus_phylod.Rd                            |only
 DAISIEprep-1.0.0/DAISIEprep/man/columbiformes_phylod.Rd                       |only
 DAISIEprep-1.0.0/DAISIEprep/man/create_endemicity_status.Rd                   |    5 
 DAISIEprep-1.0.0/DAISIEprep/man/default_params_doc.Rd                         |   35 
 DAISIEprep-1.0.0/DAISIEprep/man/extract_island_species.Rd                     |   27 
 DAISIEprep-1.0.0/DAISIEprep/man/extract_nonendemic_forced.Rd                  |only
 DAISIEprep-1.0.0/DAISIEprep/man/finches_phylod.Rd                             |only
 DAISIEprep-1.0.0/DAISIEprep/man/is_multi_tip_species.Rd                       |   19 
 DAISIEprep-1.0.0/DAISIEprep/man/mimus_phylod.Rd                               |only
 DAISIEprep-1.0.0/DAISIEprep/man/myiarchus_phylod.Rd                           |only
 DAISIEprep-1.0.0/DAISIEprep/man/plant_phylo.Rd                                |only
 DAISIEprep-1.0.0/DAISIEprep/man/progne_phylod.Rd                              |only
 DAISIEprep-1.0.0/DAISIEprep/man/pyrocephalus_phylod.Rd                        |only
 DAISIEprep-1.0.0/DAISIEprep/man/rm_duplicate_island_species.Rd                |only
 DAISIEprep-1.0.0/DAISIEprep/man/setophaga_phylod.Rd                           |only
 DAISIEprep-1.0.0/DAISIEprep/tests/testthat/test-add_asr_node_states.R         |   11 
 DAISIEprep-1.0.0/DAISIEprep/tests/testthat/test-as_daisie_datatable.R         |    4 
 DAISIEprep-1.0.0/DAISIEprep/tests/testthat/test-bind_colonist_to_tbl.R        |    4 
 DAISIEprep-1.0.0/DAISIEprep/tests/testthat/test-create_endemicity_status.R    |   21 
 DAISIEprep-1.0.0/DAISIEprep/tests/testthat/test-extract_multi_tip_species.R   |   12 
 DAISIEprep-1.0.0/DAISIEprep/tests/testthat/test-rm_duplicate_island_species.R |only
 DAISIEprep-1.0.0/DAISIEprep/vignettes/Forcing_nonendemic_singleton.Rmd        |only
 DAISIEprep-1.0.0/DAISIEprep/vignettes/Multi_tip_extraction.Rmd                |only
 DAISIEprep-1.0.0/DAISIEprep/vignettes/Tutorial.Rmd                            |  570 +----
 64 files changed, 1367 insertions(+), 1422 deletions(-)

More information about DAISIEprep at CRAN
Permanent link

Package pillar updated to version 1.10.0 with previous version 1.9.0 dated 2023-03-22

Title: Coloured Formatting for Columns
Description: Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.
Author: Kirill Mueller [aut, cre] , Hadley Wickham [aut], RStudio [cph]
Maintainer: Kirill Mueller <kirill@cynkra.com>

Diff between pillar versions 1.9.0 dated 2023-03-22 and 1.10.0 dated 2024-12-17

 pillar-1.10.0/pillar/DESCRIPTION                                                 |   12 
 pillar-1.10.0/pillar/MD5                                                         |  128 
 pillar-1.10.0/pillar/NAMESPACE                                                   |    9 
 pillar-1.10.0/pillar/NEWS.md                                                     |   31 
 pillar-1.10.0/pillar/R/ctl_new_pillar.R                                          |    2 
 pillar-1.10.0/pillar/R/ctl_new_pillar_list.R                                     |    2 
 pillar-1.10.0/pillar/R/extent.R                                                  |    8 
 pillar-1.10.0/pillar/R/ggplot2.R                                                 |   18 
 pillar-1.10.0/pillar/R/glimpse.R                                                 |   15 
 pillar-1.10.0/pillar/R/num.R                                                     |    2 
 pillar-1.10.0/pillar/R/options.R                                                 |    7 
 pillar-1.10.0/pillar/R/pillar-package.R                                          |    2 
 pillar-1.10.0/pillar/R/pillar.R                                                  |    2 
 pillar-1.10.0/pillar/R/shaft-.R                                                  |    8 
 pillar-1.10.0/pillar/R/styles.R                                                  |    9 
 pillar-1.10.0/pillar/R/tbl-format-body.R                                         |    2 
 pillar-1.10.0/pillar/R/tbl-format-footer.R                                       |    4 
 pillar-1.10.0/pillar/R/tbl-format-header.R                                       |    2 
 pillar-1.10.0/pillar/R/tbl-format-setup.R                                        |  112 
 pillar-1.10.0/pillar/R/tbl-format.R                                              |   79 
 pillar-1.10.0/pillar/R/type.R                                                    |    5 
 pillar-1.10.0/pillar/R/utils.R                                                   |   22 
 pillar-1.10.0/pillar/R/vctr.R                                                    |    2 
 pillar-1.10.0/pillar/R/zzz.R                                                     |    9 
 pillar-1.10.0/pillar/README.md                                                   |  175 
 pillar-1.10.0/pillar/build/vignette.rds                                          |binary
 pillar-1.10.0/pillar/inst/doc/debugme.R                                          |   16 
 pillar-1.10.0/pillar/inst/doc/debugme.html                                       |   18 
 pillar-1.10.0/pillar/inst/doc/extending.R                                        |    2 
 pillar-1.10.0/pillar/inst/doc/extending.html                                     |  458 -
 pillar-1.10.0/pillar/inst/doc/numbers.R                                          |  148 
 pillar-1.10.0/pillar/inst/doc/printing.R                                         |  356 -
 pillar-1.10.0/pillar/inst/doc/printing.Rmd                                       |    1 
 pillar-1.10.0/pillar/inst/doc/printing.html                                      | 3050 ----------
 pillar-1.10.0/pillar/man/ctl_new_pillar.Rd                                       |    2 
 pillar-1.10.0/pillar/man/ctl_new_pillar_list.Rd                                  |    2 
 pillar-1.10.0/pillar/man/glimpse.Rd                                              |    2 
 pillar-1.10.0/pillar/man/new_tbl_format_setup.Rd                                 |   26 
 pillar-1.10.0/pillar/man/pillar-package.Rd                                       |    2 
 pillar-1.10.0/pillar/man/pillar_options.Rd                                       |    6 
 pillar-1.10.0/pillar/man/scale_x_num.Rd                                          |   23 
 pillar-1.10.0/pillar/man/tbl_format_body.Rd                                      |    2 
 pillar-1.10.0/pillar/man/tbl_format_footer.Rd                                    |    2 
 pillar-1.10.0/pillar/man/tbl_format_header.Rd                                    |    2 
 pillar-1.10.0/pillar/man/tbl_format_setup.Rd                                     |   30 
 pillar-1.10.0/pillar/man/tbl_nrow.Rd                                             |only
 pillar-1.10.0/pillar/tests/testthat/_snaps/ggplot2/basic.svg                     |   20 
 pillar-1.10.0/pillar/tests/testthat/_snaps/ggplot2/log-scale.svg                 |   84 
 pillar-1.10.0/pillar/tests/testthat/_snaps/glimpse.md                            |   69 
 pillar-1.10.0/pillar/tests/testthat/_snaps/num.md                                |    5 
 pillar-1.10.0/pillar/tests/testthat/_snaps/shaft-.md                             |    9 
 pillar-1.10.0/pillar/tests/testthat/_snaps/tbl-format-setup.md                   |    6 
 pillar-1.10.0/pillar/tests/testthat/test-ggplot2.R                               |    4 
 pillar-1.10.0/pillar/tests/testthat/test-glimpse.R                               |   22 
 pillar-1.10.0/pillar/tests/testthat/test-num.R                                   |    3 
 pillar-1.10.0/pillar/tests/testthat/test-shaft-.R                                |    7 
 pillar-1.10.0/pillar/vignettes/printing.Rmd                                      |    1 
 pillar-1.9.0/pillar/tests/testthat/_snaps/ansi/format_multi.md                   |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/format_multi.md                        |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/format_multi_fuzz.md                   |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/format_multi_fuzz_2.md                 |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.2-ansi                    |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.2-unicode                 |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.2/format_multi.md         |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.2/format_multi_fuzz.md    |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.2/format_multi_fuzz_2.md  |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.2/zzx-format_character.md |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.3-unicode                 |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.3/format_multi.md         |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.3/format_multi_fuzz.md    |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.3/format_multi_fuzz_2.md  |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/testthat_3.1.3/zzx-format_character.md |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/unicode/format_multi.md                |only
 pillar-1.9.0/pillar/tests/testthat/_snaps/zzx-format_character.md                |only
 74 files changed, 1350 insertions(+), 3695 deletions(-)

More information about pillar at CRAN
Permanent link

Package NMRphasing updated to version 1.0.6 with previous version 1.0.5 dated 2024-10-12

Title: Phase Error Correction and Baseline Correction for One Dimensional ('1D') 'NMR' Data
Description: There are three distinct approaches for phase error correction, they are: a single linear model with a choice of optimization functions, multiple linear models with optimization function choices and a shrinkage-based method. The methodology is based on our new algorithms and various references (Binczyk et al. (2015) <doi:10.1186/1475-925X-14-S2-S5>,Chen et al. (2002) <doi:10.1016/S1090-7807(02)00069-1>, de Brouwer (2009) <doi:10.1016/j.jmr.2009.09.017>, Džakula (2000) <doi:10.1006/jmre.2000.2123>, Ernst (1969) <doi:10.1016/0022-2364(69)90003-1>, Liland et al. (2010) <doi:10.1366/000370210792434350>).
Author: Aixiang Jiang [aut, cre, cph]
Maintainer: Aixiang Jiang <aijiang@bccrc.ca>

Diff between NMRphasing versions 1.0.5 dated 2024-10-12 and 1.0.6 dated 2024-12-17

 DESCRIPTION                       |   14 
 MD5                               |   21 
 NAMESPACE                         |    8 
 R/findLocalMaxWinSizeR.R          |only
 R/getLocalMaximumCWTR.R           |only
 R/localMaximumR.R                 |only
 R/localMaximumSlidingWindowR.R    |only
 R/peakDetectionCWTR.R             |only
 R/peakSearch.R                    |    5 
 build/vignette.rds                |binary
 inst/doc/NMRphasing_vignette.R    |   30 -
 inst/doc/NMRphasing_vignette.html |  860 ++++++++++++++++++++------------------
 inst/doc/NMRphasing_vignette.rmd  |   32 -
 vignettes/NMRphasing_vignette.rmd |   32 -
 14 files changed, 541 insertions(+), 461 deletions(-)

More information about NMRphasing at CRAN
Permanent link

Package nimble updated to version 1.3.0 with previous version 1.2.1 dated 2024-07-30

Title: MCMC, Particle Filtering, and Programmable Hierarchical Modeling
Description: A system for writing hierarchical statistical models largely compatible with 'BUGS' and 'JAGS', writing nimbleFunctions to operate models and do basic R-style math, and compiling both models and nimbleFunctions via custom-generated C++. 'NIMBLE' includes default methods for MCMC, Laplace Approximation, Monte Carlo Expectation Maximization, and some other tools. The nimbleFunction system makes it easy to do things like implement new MCMC samplers from R, customize the assignment of samplers to different parts of a model from R, and compile the new samplers automatically via C++ alongside the samplers 'NIMBLE' provides. 'NIMBLE' extends the 'BUGS'/'JAGS' language by making it extensible: New distributions and functions can be added, including as calls to external compiled code. Although most people think of MCMC as the main goal of the 'BUGS'/'JAGS' language for writing models, one can use 'NIMBLE' for writing arbitrary other kinds of model-generic algorithms as well. A full User Manual [...truncated...]
Author: Perry de Valpine [aut], Christopher Paciorek [aut, cre], Daniel Turek [aut], Nick Michaud [aut], Cliff Anderson-Bergman [aut], Fritz Obermeyer [aut], Claudia Wehrhahn Cortes [aut] , Abel Rodriguez [aut] , Duncan Temple Lang [aut] , Wei Zhang [aut] , [...truncated...]
Maintainer: Christopher Paciorek <paciorek@stat.berkeley.edu>

Diff between nimble versions 1.2.1 dated 2024-07-30 and 1.3.0 dated 2024-12-17

 nimble-1.2.1/nimble/man/model_macro_builder.Rd                         |only
 nimble-1.3.0/nimble/DESCRIPTION                                        |   12 
 nimble-1.3.0/nimble/INSTALL                                            |    6 
 nimble-1.3.0/nimble/MD5                                                |  120 
 nimble-1.3.0/nimble/NAMESPACE                                          |    7 
 nimble-1.3.0/nimble/R/BNP_samplers.R                                   |   36 
 nimble-1.3.0/nimble/R/BUGS_BUGSdecl.R                                  |    8 
 nimble-1.3.0/nimble/R/BUGS_macros.R                                    |   59 
 nimble-1.3.0/nimble/R/BUGS_modelDef.R                                  |   31 
 nimble-1.3.0/nimble/R/BUGS_readBUGS.R                                  |    2 
 nimble-1.3.0/nimble/R/Laplace.R                                        |  836 ++---
 nimble-1.3.0/nimble/R/MCMC_configuration.R                             |   14 
 nimble-1.3.0/nimble/R/MCMC_run.R                                       |    8 
 nimble-1.3.0/nimble/R/MCMC_samplers.R                                  |  429 ++
 nimble-1.3.0/nimble/R/MCMC_utils.R                                     |   86 
 nimble-1.3.0/nimble/R/RCfunction_core.R                                |    6 
 nimble-1.3.0/nimble/R/distributions_processInputList.R                 |    9 
 nimble-1.3.0/nimble/R/externalCalls.R                                  |    2 
 nimble-1.3.0/nimble/R/genCpp_exprClass.R                               |    2 
 nimble-1.3.0/nimble/R/genCpp_sizeProcessing.R                          |   23 
 nimble-1.3.0/nimble/R/genCpp_toEigenize.R                              |    6 
 nimble-1.3.0/nimble/R/nimbleFunction_Rderivs.R                         |    2 
 nimble-1.3.0/nimble/R/nimbleFunction_Rexecution.R                      |   51 
 nimble-1.3.0/nimble/R/nimbleFunction_compile.R                         |    9 
 nimble-1.3.0/nimble/R/nimbleList_core.R                                |    6 
 nimble-1.3.0/nimble/R/options.R                                        |   26 
 nimble-1.3.0/nimble/R/types_util.R                                     |    8 
 nimble-1.3.0/nimble/inst/CppCode/Utils.cpp                             |    6 
 nimble-1.3.0/nimble/inst/CppCode/predefinedNimbleLists.cpp             |   55 
 nimble-1.3.0/nimble/inst/NEWS.md                                       |   76 
 nimble-1.3.0/nimble/inst/include/nimble/Utils.h                        |    5 
 nimble-1.3.0/nimble/inst/include/nimble/nimOptim.h                     |    2 
 nimble-1.3.0/nimble/inst/include/nimble/predefinedNimbleLists.h        |    6 
 nimble-1.3.0/nimble/man/buildMacro.Rd                                  |only
 nimble-1.3.0/nimble/man/deregisterDistributions.Rd                     |    8 
 nimble-1.3.0/nimble/man/getMacroParameters.Rd                          |    2 
 nimble-1.3.0/nimble/man/laplace.Rd                                     |   75 
 nimble-1.3.0/nimble/man/nimDerivs.Rd                                   |    2 
 nimble-1.3.0/nimble/man/nimOptim.Rd                                    |   28 
 nimble-1.3.0/nimble/man/nimble-internal.Rd                             |   17 
 nimble-1.3.0/nimble/man/runLaplace.Rd                                  |    5 
 nimble-1.3.0/nimble/man/runMCMC.Rd                                     |    2 
 nimble-1.3.0/nimble/man/samplers.Rd                                    |   57 
 nimble-1.3.0/nimble/man/summaryLaplace.Rd                              |   10 
 nimble-1.3.0/nimble/tests/testthat/Makevars                            |only
 nimble-1.3.0/nimble/tests/testthat/barkerTestLog.Rout                  |only
 nimble-1.3.0/nimble/tests/testthat/barkerTestLog_Correct.Rout          |only
 nimble-1.3.0/nimble/tests/testthat/dynamicIndexingTestLog.Rout         |   51 
 nimble-1.3.0/nimble/tests/testthat/dynamicIndexingTestLog_Correct.Rout |  110 
 nimble-1.3.0/nimble/tests/testthat/mcemTestLog.Rout                    | 1508 +++++++++-
 nimble-1.3.0/nimble/tests/testthat/test-ADaghq.R                       |   42 
 nimble-1.3.0/nimble/tests/testthat/test-ADlaplace.R                    |  105 
 nimble-1.3.0/nimble/tests/testthat/test-barker.R                       |only
 nimble-1.3.0/nimble/tests/testthat/test-bnp.R                          |   96 
 nimble-1.3.0/nimble/tests/testthat/test-dynamicIndexing.R              |   28 
 nimble-1.3.0/nimble/tests/testthat/test-errors.R                       |   10 
 nimble-1.3.0/nimble/tests/testthat/test-externalCalls.R                |    2 
 nimble-1.3.0/nimble/tests/testthat/test-macros.R                       |  217 +
 nimble-1.3.0/nimble/tests/testthat/test-mcmc.R                         |    7 
 nimble-1.3.0/nimble/tests/testthat/test-nimbleList.R                   |   22 
 nimble-1.3.0/nimble/tests/testthat/test-optim.R                        |   81 
 nimble-1.3.0/nimble/tests/testthat/test-setupMargNodes.R               |   44 
 nimble-1.3.0/nimble/tests/testthat/test-user.R                         |   74 
 nimble-1.3.0/nimble/tests/testthat/truncTestLog_Correct.Rout           |  522 +--
 64 files changed, 3844 insertions(+), 1235 deletions(-)

More information about nimble at CRAN
Permanent link

Package ggblanket updated to version 11.1.0 with previous version 11.0.0 dated 2024-11-22

Title: Simplify 'ggplot2' Visualisation
Description: Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions.
Author: David Hodge [aut, cre, cph]
Maintainer: David Hodge <davidhodge931@gmail.com>

Diff between ggblanket versions 11.0.0 dated 2024-11-22 and 11.1.0 dated 2024-12-17

 ggblanket-11.0.0/ggblanket/R/utils-pipe.R                                                    |only
 ggblanket-11.0.0/ggblanket/man/aes_colour_darken.Rd                                          |only
 ggblanket-11.0.0/ggblanket/man/pipe.Rd                                                       |only
 ggblanket-11.1.0/ggblanket/DESCRIPTION                                                       |   13 
 ggblanket-11.1.0/ggblanket/MD5                                                               |  435 +--
 ggblanket-11.1.0/ggblanket/NAMESPACE                                                         |    8 
 ggblanket-11.1.0/ggblanket/NEWS.md                                                           |   11 
 ggblanket-11.1.0/ggblanket/R/aes.R                                                           |   66 
 ggblanket-11.1.0/ggblanket/R/annotate_axis_line.R                                            |only
 ggblanket-11.1.0/ggblanket/R/dark_mode.R                                                     |   12 
 ggblanket-11.1.0/ggblanket/R/flex_mode.R                                                     |   16 
 ggblanket-11.1.0/ggblanket/R/get_base.R                                                      |   16 
 ggblanket-11.1.0/ggblanket/R/gg_area.R                                                       |    4 
 ggblanket-11.1.0/ggblanket/R/gg_bar.R                                                        |    4 
 ggblanket-11.1.0/ggblanket/R/gg_bin_2d.R                                                     |    4 
 ggblanket-11.1.0/ggblanket/R/gg_blanket.R                                                    |  185 +
 ggblanket-11.1.0/ggblanket/R/gg_boxplot.R                                                    |    5 
 ggblanket-11.1.0/ggblanket/R/gg_col.R                                                        |    4 
 ggblanket-11.1.0/ggblanket/R/gg_contour.R                                                    |    4 
 ggblanket-11.1.0/ggblanket/R/gg_contour_filled.R                                             |    4 
 ggblanket-11.1.0/ggblanket/R/gg_crossbar.R                                                   |   29 
 ggblanket-11.1.0/ggblanket/R/gg_density.R                                                    |    5 
 ggblanket-11.1.0/ggblanket/R/gg_density_2d.R                                                 |    4 
 ggblanket-11.1.0/ggblanket/R/gg_density_2d_filled.R                                          |    4 
 ggblanket-11.1.0/ggblanket/R/gg_errorbar.R                                                   |    4 
 ggblanket-11.1.0/ggblanket/R/gg_freqpoly.R                                                   |    4 
 ggblanket-11.1.0/ggblanket/R/gg_function.R                                                   |    4 
 ggblanket-11.1.0/ggblanket/R/gg_hex.R                                                        |    4 
 ggblanket-11.1.0/ggblanket/R/gg_histogram.R                                                  |    4 
 ggblanket-11.1.0/ggblanket/R/gg_jitter.R                                                     |    4 
 ggblanket-11.1.0/ggblanket/R/gg_label.R                                                      |   29 
 ggblanket-11.1.0/ggblanket/R/gg_line.R                                                       |    4 
 ggblanket-11.1.0/ggblanket/R/gg_linerange.R                                                  |   30 
 ggblanket-11.1.0/ggblanket/R/gg_path.R                                                       |    4 
 ggblanket-11.1.0/ggblanket/R/gg_point.R                                                      |    4 
 ggblanket-11.1.0/ggblanket/R/gg_pointrange.R                                                 |    4 
 ggblanket-11.1.0/ggblanket/R/gg_polygon.R                                                    |    4 
 ggblanket-11.1.0/ggblanket/R/gg_qq.R                                                         |    4 
 ggblanket-11.1.0/ggblanket/R/gg_quantile.R                                                   |    4 
 ggblanket-11.1.0/ggblanket/R/gg_raster.R                                                     |    4 
 ggblanket-11.1.0/ggblanket/R/gg_rect.R                                                       |    4 
 ggblanket-11.1.0/ggblanket/R/gg_ribbon.R                                                     |    8 
 ggblanket-11.1.0/ggblanket/R/gg_ribbon_line.R                                                |only
 ggblanket-11.1.0/ggblanket/R/gg_rug.R                                                        |    4 
 ggblanket-11.1.0/ggblanket/R/gg_segment.R                                                    |    4 
 ggblanket-11.1.0/ggblanket/R/gg_sf.R                                                         |    4 
 ggblanket-11.1.0/ggblanket/R/gg_smooth.R                                                     |    6 
 ggblanket-11.1.0/ggblanket/R/gg_step.R                                                       |    4 
 ggblanket-11.1.0/ggblanket/R/gg_text.R                                                       |   29 
 ggblanket-11.1.0/ggblanket/R/gg_tile.R                                                       |    4 
 ggblanket-11.1.0/ggblanket/R/gg_violin.R                                                     |    4 
 ggblanket-11.1.0/ggblanket/R/light_mode.R                                                    |   12 
 ggblanket-11.1.0/ggblanket/R/scale_symmetric.R                                               |   24 
 ggblanket-11.1.0/ggblanket/R/set_blanket.R                                                   |   45 
 ggblanket-11.1.0/ggblanket/R/weave.R                                                         |   84 
 ggblanket-11.1.0/ggblanket/README.md                                                         |    1 
 ggblanket-11.1.0/ggblanket/build/vignette.rds                                                |binary
 ggblanket-11.1.0/ggblanket/inst/WORDLIST                                                     |    4 
 ggblanket-11.1.0/ggblanket/inst/doc/ggblanket.R                                              |    7 
 ggblanket-11.1.0/ggblanket/inst/doc/ggblanket.Rmd                                            |   13 
 ggblanket-11.1.0/ggblanket/inst/doc/ggblanket.html                                           |   52 
 ggblanket-11.1.0/ggblanket/man/annotate_axis_line.Rd                                         |only
 ggblanket-11.1.0/ggblanket/man/dark_mode_r.Rd                                                |   12 
 ggblanket-11.1.0/ggblanket/man/figures/README-unnamed-chunk-2-1.png                          |binary
 ggblanket-11.1.0/ggblanket/man/flex_mode_b.Rd                                                |    4 
 ggblanket-11.1.0/ggblanket/man/flex_mode_base.Rd                                             |    4 
 ggblanket-11.1.0/ggblanket/man/flex_mode_r.Rd                                                |    4 
 ggblanket-11.1.0/ggblanket/man/flex_mode_t.Rd                                                |    4 
 ggblanket-11.1.0/ggblanket/man/gg_area.Rd                                                    |    3 
 ggblanket-11.1.0/ggblanket/man/gg_bar.Rd                                                     |    3 
 ggblanket-11.1.0/ggblanket/man/gg_bin_2d.Rd                                                  |    3 
 ggblanket-11.1.0/ggblanket/man/gg_blanket.Rd                                                 |    5 
 ggblanket-11.1.0/ggblanket/man/gg_boxplot.Rd                                                 |    4 
 ggblanket-11.1.0/ggblanket/man/gg_col.Rd                                                     |    3 
 ggblanket-11.1.0/ggblanket/man/gg_contour.Rd                                                 |    3 
 ggblanket-11.1.0/ggblanket/man/gg_contour_filled.Rd                                          |    3 
 ggblanket-11.1.0/ggblanket/man/gg_crossbar.Rd                                                |    4 
 ggblanket-11.1.0/ggblanket/man/gg_density.Rd                                                 |    4 
 ggblanket-11.1.0/ggblanket/man/gg_density_2d.Rd                                              |    3 
 ggblanket-11.1.0/ggblanket/man/gg_density_2d_filled.Rd                                       |    3 
 ggblanket-11.1.0/ggblanket/man/gg_errorbar.Rd                                                |    3 
 ggblanket-11.1.0/ggblanket/man/gg_freqpoly.Rd                                                |    3 
 ggblanket-11.1.0/ggblanket/man/gg_function.Rd                                                |    3 
 ggblanket-11.1.0/ggblanket/man/gg_hex.Rd                                                     |    3 
 ggblanket-11.1.0/ggblanket/man/gg_histogram.Rd                                               |    3 
 ggblanket-11.1.0/ggblanket/man/gg_jitter.Rd                                                  |    3 
 ggblanket-11.1.0/ggblanket/man/gg_label.Rd                                                   |    4 
 ggblanket-11.1.0/ggblanket/man/gg_line.Rd                                                    |    3 
 ggblanket-11.1.0/ggblanket/man/gg_linerange.Rd                                               |    3 
 ggblanket-11.1.0/ggblanket/man/gg_path.Rd                                                    |    3 
 ggblanket-11.1.0/ggblanket/man/gg_point.Rd                                                   |    3 
 ggblanket-11.1.0/ggblanket/man/gg_pointrange.Rd                                              |    3 
 ggblanket-11.1.0/ggblanket/man/gg_polygon.Rd                                                 |    3 
 ggblanket-11.1.0/ggblanket/man/gg_qq.Rd                                                      |    3 
 ggblanket-11.1.0/ggblanket/man/gg_quantile.Rd                                                |    3 
 ggblanket-11.1.0/ggblanket/man/gg_raster.Rd                                                  |    3 
 ggblanket-11.1.0/ggblanket/man/gg_rect.Rd                                                    |    3 
 ggblanket-11.1.0/ggblanket/man/gg_ribbon.Rd                                                  |    7 
 ggblanket-11.1.0/ggblanket/man/gg_ribbon_line.Rd                                             |only
 ggblanket-11.1.0/ggblanket/man/gg_rug.Rd                                                     |    3 
 ggblanket-11.1.0/ggblanket/man/gg_segment.Rd                                                 |    3 
 ggblanket-11.1.0/ggblanket/man/gg_sf.Rd                                                      |    3 
 ggblanket-11.1.0/ggblanket/man/gg_smooth.Rd                                                  |    5 
 ggblanket-11.1.0/ggblanket/man/gg_step.Rd                                                    |    3 
 ggblanket-11.1.0/ggblanket/man/gg_text.Rd                                                    |    4 
 ggblanket-11.1.0/ggblanket/man/gg_tile.Rd                                                    |    3 
 ggblanket-11.1.0/ggblanket/man/gg_violin.Rd                                                  |    3 
 ggblanket-11.1.0/ggblanket/man/light_mode_r.Rd                                               |   12 
 ggblanket-11.1.0/ggblanket/man/set_blanket.Rd                                                |   44 
 ggblanket-11.1.0/ggblanket/man/weave_geom_defaults.Rd                                        |   18 
 ggblanket-11.1.0/ggblanket/man/weave_theme.Rd                                                |    7 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-area.svg              |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-bar.svg               |   74 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-bin-2d.svg            |  694 ++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-blanket.svg           |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-boxplot.svg           |  130 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-col.svg               |   76 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-contour-filled.svg    |  120 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-contour.svg           |  130 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-crossbar.svg          |   76 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-density-2d-filled.svg |  120 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-density-2d.svg        |  128 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-density.svg           |  128 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-errorbar.svg          |   80 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-freqpoly.svg          |  100 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-function.svg          |   82 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-hex.svg               |  760 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-histogram.svg         |  970 ++++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-label.svg             |  101 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-line.svg              |   82 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-linerange.svg         |   64 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-path.svg              |   90 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-point.svg             |  800 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-pointrange.svg        |   72 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-polygon.svg           |  146 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-qq.svg                |  918 +++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-quantile.svg          |   98 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-raster.svg            |  124 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-rect.svg              |   98 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-ribbon.svg            |   92 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-segment.svg           |   96 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-smooth.svg            |  124 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-step.svg              |   90 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-text.svg              |   95 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-tile.svg              |   80 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-demo-light/gg-violin.svg            |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/1.svg                    |  248 +-
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/10.svg                   |  134 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/11.svg                   |  122 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/12.svg                   |  400 +--
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/13.svg                   |  158 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/2.svg                    |  208 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/3.svg                    |  370 +--
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/4.svg                    |   74 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/5.svg                    |  148 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/6.svg                    |  102 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/7.svg                    |   72 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/8.svg                    |   72 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/article-go-further/9.svg                    |  936 ++++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/1.svg                           |  120 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/10.svg                          |  120 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/11.svg                          |   64 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/12.svg                          |  170 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/2.svg                           |  768 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/3.svg                           |  760 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/4.svg                           |  120 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/5.svg                           |  768 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/6.svg                           |  760 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/7.svg                           |  768 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/8.svg                           |  760 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/col_palette/9.svg                           |  760 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/datetime/date.svg                           |  108 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/datetime/datetime.svg                       |  108 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/datetime/time.svg                           |  116 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/ggproto-etc/all-3.svg                       |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/ggproto-etc/default.svg                     |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/ggproto-etc/geomviolin.svg                  |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/ggproto-etc/positiondodge.svg               |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/ggproto-etc/statydensity.svg                |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/labelled/labelled.svg                       |   86 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/modes/dark-mode-r.svg                       | 1168 +++++-----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/modes/light-mode-b.svg                      | 1168 +++++-----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/modes/light-mode-r.svg                      | 1168 +++++-----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/modes/light-mode-t.svg                      | 1168 +++++-----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/numeric-col/light-mode-b.svg                |  914 +++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/numeric-col/light-mode-r.svg                |  914 +++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/numeric-col/light-mode-t.svg                |  914 +++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/positional_scales/1.svg                     |  832 +++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/positional_scales/2.svg                     |  782 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/positional_scales/3.svg                     |  816 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/ribbon-line                                 |only
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/set_blanket/1.svg                           |    2 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/set_blanket/2.svg                           |  802 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/set_blanket/3.svg                           |  776 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/set_blanket/4.svg                           |  776 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/set_blanket/5.svg                           |  792 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/set_blanket/6.svg                           |  144 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/symmetric/1.svg                             |  148 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/symmetric/2.svg                             |  164 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/1.svg                    |  800 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/10.svg                   |  196 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/11.svg                   |  286 +-
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/13.svg                   |  286 +-
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/14.svg                   |  277 +-
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/15.svg                   |  136 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/16.svg                   |  104 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/17.svg                   |  154 -
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/18.svg                   |  100 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/19.svg                   |  100 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/2.svg                    |  800 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/20.svg                   |  800 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/21.svg                   |  286 +-
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/3.svg                    |   70 
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/4.svg                    |  358 +--
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/5.svg                    |  936 ++++----
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/6.svg                    |  764 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/8.svg                    |  772 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/_snaps/vignette-ggblanket/9.svg                    |  760 +++---
 ggblanket-11.1.0/ggblanket/tests/testthat/test-article-demo-light.R                          |    4 
 ggblanket-11.1.0/ggblanket/tests/testthat/test-ribbon-line.R                                 |only
 ggblanket-11.1.0/ggblanket/tests/testthat/test-set_blanket.R                                 |    8 
 ggblanket-11.1.0/ggblanket/tests/testthat/test-vignette-ggblanket.R                          |   14 
 ggblanket-11.1.0/ggblanket/vignettes/ggblanket.Rmd                                           |   13 
 223 files changed, 19983 insertions(+), 19912 deletions(-)

More information about ggblanket at CRAN
Permanent link

Package LearnNonparam updated to version 1.2.6 with previous version 1.2.5 dated 2024-11-14

Title: 'R6'-Based Flexible Framework for Permutation Tests
Description: Implements non-parametric tests from Higgins (2004, ISBN:0534387756), including tests for one sample, two samples, k samples, paired comparisons, blocked designs, trends and association. Built with 'Rcpp' for efficiency and 'R6' for flexible, object-oriented design, the package provides a unified framework for performing or creating custom permutation tests.
Author: Yan Du [aut, cre]
Maintainer: Yan Du <isduyan@outlook.com>

Diff between LearnNonparam versions 1.2.5 dated 2024-11-14 and 1.2.6 dated 2024-12-17

 LearnNonparam-1.2.5/LearnNonparam/README.md                                 |only
 LearnNonparam-1.2.5/LearnNonparam/inst/include/pmt/reorder.hpp              |only
 LearnNonparam-1.2.5/LearnNonparam/man/figures/README                        |only
 LearnNonparam-1.2.5/LearnNonparam/man/references                            |only
 LearnNonparam-1.2.6/LearnNonparam/DESCRIPTION                               |    6 
 LearnNonparam-1.2.6/LearnNonparam/MD5                                       |  126 ++----
 LearnNonparam-1.2.6/LearnNonparam/NEWS.md                                   |   52 +-
 LearnNonparam-1.2.6/LearnNonparam/R/AnsariBradley.R                         |    2 
 LearnNonparam-1.2.6/LearnNonparam/R/Friedman.R                              |    2 
 LearnNonparam-1.2.6/LearnNonparam/R/KolmogorovSmirnov.R                     |    2 
 LearnNonparam-1.2.6/LearnNonparam/R/Page.R                                  |    4 
 LearnNonparam-1.2.6/LearnNonparam/R/PermuTest.R                             |   20 -
 LearnNonparam-1.2.6/LearnNonparam/R/RCBDOneWay.R                            |    3 
 LearnNonparam-1.2.6/LearnNonparam/R/do_call.R                               |   33 +
 LearnNonparam-1.2.6/LearnNonparam/R/pmt.R                                   |   67 ++-
 LearnNonparam-1.2.6/LearnNonparam/data/Table1.1.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table1.2.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table2.1.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table2.3.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table2.6.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table2.6.2.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table2.8.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table3.1.2.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table3.2.2.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table3.2.3.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table3.3.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table3.4.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table4.1.1.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table4.1.3.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table4.4.3.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table4.5.3.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table5.1.2.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table5.2.2.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/data/Table5.4.2.rda                       |binary
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_association_pmt.hpp |   27 -
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_ksample_pmt.hpp     |   20 -
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_multcomp_pmt.hpp    |   26 -
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_paired_pmt.hpp      |   26 -
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_rcbd_pmt.hpp        |   50 +-
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_table_pmt.hpp       |   32 -
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/impl_twosample_pmt.hpp   |   36 -
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/permutation.hpp          |only
 LearnNonparam-1.2.6/LearnNonparam/inst/include/pmt/progress.hpp             |  129 +++---
 LearnNonparam-1.2.6/LearnNonparam/man/CDF.Rd                                |  144 +++----
 LearnNonparam-1.2.6/LearnNonparam/man/KSampleTest.Rd                        |   24 -
 LearnNonparam-1.2.6/LearnNonparam/man/OneSampleTest.Rd                      |   86 ++--
 LearnNonparam-1.2.6/LearnNonparam/man/OneWay.Rd                             |  122 +++---
 LearnNonparam-1.2.6/LearnNonparam/man/Page.Rd                               |    2 
 LearnNonparam-1.2.6/LearnNonparam/man/PairedDifference.Rd                   |  188 +++++-----
 LearnNonparam-1.2.6/LearnNonparam/man/PermuTest.Rd                          |    4 
 LearnNonparam-1.2.6/LearnNonparam/man/RCBDOneWay.Rd                         |  118 +++---
 LearnNonparam-1.2.6/LearnNonparam/man/RCBDTest.Rd                           |   24 -
 LearnNonparam-1.2.6/LearnNonparam/man/Studentized.Rd                        |  166 ++++----
 LearnNonparam-1.2.6/LearnNonparam/man/TwoSampleAssociationTest.Rd           |   24 -
 LearnNonparam-1.2.6/LearnNonparam/man/TwoSampleLocationTest.Rd              |   24 -
 LearnNonparam-1.2.6/LearnNonparam/man/TwoSamplePairedTest.Rd                |   24 -
 LearnNonparam-1.2.6/LearnNonparam/man/TwoSampleTest.Rd                      |   24 -
 LearnNonparam-1.2.6/LearnNonparam/man/pmt.Rd                                |   62 ++-
 LearnNonparam-1.2.6/LearnNonparam/src/pmt_interface.cpp                     |   68 ++-
 59 files changed, 933 insertions(+), 834 deletions(-)

More information about LearnNonparam at CRAN
Permanent link

Package CTTvis updated to version 0.1.1 with previous version 0.1.0 dated 2024-11-21

Title: Visualize Item Metrics of the Classical Test Theory Framework
Description: Visualizes results of item analysis such as item difficulty, item discrimination, and coefficient alpha for ease of result communication.
Author: Tarid Wongvorachan [aut, cre, cph]
Maintainer: Tarid Wongvorachan <taridwongvorachan@gmail.com>

Diff between CTTvis versions 0.1.0 dated 2024-11-21 and 0.1.1 dated 2024-12-17

 DESCRIPTION                |    6 +++---
 MD5                        |   18 +++++++++---------
 NAMESPACE                  |    1 +
 NEWS.md                    |   13 ++++++++++---
 R/coefficient_alpha_plot.R |   18 ++++++++++++++----
 R/difficulty_plot.R        |   17 +++++++++++++----
 R/point_biserial_plot.R    |   15 ++++++++++++---
 README.md                  |   22 ++++++++++++++++++----
 build/vignette.rds         |binary
 inst/doc/CTTvis.html       |    6 +++---
 10 files changed, 83 insertions(+), 33 deletions(-)

More information about CTTvis at CRAN
Permanent link

Package survival updated to version 3.8-3 with previous version 3.7-0 dated 2024-06-05

Title: Survival Analysis
Description: Contains the core survival analysis routines, including definition of Surv objects, Kaplan-Meier and Aalen-Johansen (multi-state) curves, Cox models, and parametric accelerated failure time models.
Author: Terry M Therneau [aut, cre], Thomas Lumley [ctb, trl] , Atkinson Elizabeth [ctb], Crowson Cynthia [ctb]
Maintainer: Terry M Therneau <therneau.terry@mayo.edu>

Diff between survival versions 3.7-0 dated 2024-06-05 and 3.8-3 dated 2024-12-17

 survival-3.7-0/survival/noweb/survexpm.Rnw                   |only
 survival-3.8-3/survival/DESCRIPTION                          |    8 
 survival-3.8-3/survival/MD5                                  |  223 -
 survival-3.8-3/survival/NAMESPACE                            |    2 
 survival-3.8-3/survival/R/aareg.R                            |    6 
 survival-3.8-3/survival/R/agsurv.R                           |   20 
 survival-3.8-3/survival/R/anova.coxphlist.R                  |   11 
 survival-3.8-3/survival/R/anova.coxphms.R                    |only
 survival-3.8-3/survival/R/concordance.R                      |   16 
 survival-3.8-3/survival/R/coxph.R                            |   44 
 survival-3.8-3/survival/R/coxph.control.R                    |   12 
 survival-3.8-3/survival/R/coxsurvfit.R                       |   96 
 survival-3.8-3/survival/R/model.frame.survreg.R              |    3 
 survival-3.8-3/survival/R/parsecovar.R                       |   16 
 survival-3.8-3/survival/R/plot.cox.zph.R                     |   14 
 survival-3.8-3/survival/R/plot.survfit.R                     |  352 +--
 survival-3.8-3/survival/R/predict.coxph.R                    |   38 
 survival-3.8-3/survival/R/predict.coxphms.R                  |  336 ++
 survival-3.8-3/survival/R/residuals.survfit.R                |    2 
 survival-3.8-3/survival/R/rsurvpart2.R                       |    4 
 survival-3.8-3/survival/R/summary.survfit.R                  |    2 
 survival-3.8-3/survival/R/survcheck.R                        |   12 
 survival-3.8-3/survival/R/survdiff.R                         |   15 
 survival-3.8-3/survival/R/survexpm.R                         |   52 
 survival-3.8-3/survival/R/survfit.R                          |   16 
 survival-3.8-3/survival/R/survfit.coxphms.R                  |   31 
 survival-3.8-3/survival/R/survfitAJ.R                        |   15 
 survival-3.8-3/survival/R/survreg.R                          |   30 
 survival-3.8-3/survival/R/survreg.fit.R                      |    3 
 survival-3.8-3/survival/R/timeline.R                         |only
 survival-3.8-3/survival/R/xtras.R                            |   80 
 survival-3.8-3/survival/data/nafld.rda                       |binary
 survival-3.8-3/survival/data/reliability.rda                 |binary
 survival-3.8-3/survival/inst/NEWS.Rd                         |   86 
 survival-3.8-3/survival/inst/doc/adjcurve.pdf                |binary
 survival-3.8-3/survival/inst/doc/approximate.pdf             |binary
 survival-3.8-3/survival/inst/doc/compete.pdf                 |binary
 survival-3.8-3/survival/inst/doc/concordance.pdf             |binary
 survival-3.8-3/survival/inst/doc/matrix.pdf                  |binary
 survival-3.8-3/survival/inst/doc/methods.R                   |   39 
 survival-3.8-3/survival/inst/doc/methods.Rnw                 |  539 ++++
 survival-3.8-3/survival/inst/doc/methods.pdf                 |binary
 survival-3.8-3/survival/inst/doc/multi.pdf                   |binary
 survival-3.8-3/survival/inst/doc/other.pdf                   |binary
 survival-3.8-3/survival/inst/doc/population.pdf              |binary
 survival-3.8-3/survival/inst/doc/redistribute.pdf            |binary
 survival-3.8-3/survival/inst/doc/splines.pdf                 |binary
 survival-3.8-3/survival/inst/doc/survival.R                  |   25 
 survival-3.8-3/survival/inst/doc/survival.Rnw                |   27 
 survival-3.8-3/survival/inst/doc/survival.pdf                |binary
 survival-3.8-3/survival/inst/doc/tiedtimes.pdf               |binary
 survival-3.8-3/survival/inst/doc/timedep.Rnw                 |    8 
 survival-3.8-3/survival/inst/doc/timedep.pdf                 |binary
 survival-3.8-3/survival/inst/doc/validate.pdf                |binary
 survival-3.8-3/survival/man/coxph.Rd                         |   65 
 survival-3.8-3/survival/man/kidney.Rd                        |    4 
 survival-3.8-3/survival/man/lines.survfit.Rd                 |   11 
 survival-3.8-3/survival/man/nafld.Rd                         |    1 
 survival-3.8-3/survival/man/plot.cox.zph.Rd                  |    5 
 survival-3.8-3/survival/man/plot.survfit.Rd                  |   20 
 survival-3.8-3/survival/man/predict.coxph.Rd                 |   14 
 survival-3.8-3/survival/man/pseudo.Rd                        |   54 
 survival-3.8-3/survival/man/reliability.Rd                   |   10 
 survival-3.8-3/survival/man/royston.Rd                       |   12 
 survival-3.8-3/survival/man/solder.Rd                        |   21 
 survival-3.8-3/survival/man/summary.survfit.Rd               |   40 
 survival-3.8-3/survival/man/survcondense.Rd                  |    9 
 survival-3.8-3/survival/man/survdiff.Rd                      |   11 
 survival-3.8-3/survival/man/timeline.Rd                      |only
 survival-3.8-3/survival/noweb/Makefile                       |   12 
 survival-3.8-3/survival/noweb/code.nw                        | 1283 +----------
 survival-3.8-3/survival/noweb/concordance.Rnw                |   18 
 survival-3.8-3/survival/noweb/coxph.Rnw                      |   44 
 survival-3.8-3/survival/noweb/coxsurv2.Rnw                   |    2 
 survival-3.8-3/survival/noweb/coxsurv3.Rnw                   |   31 
 survival-3.8-3/survival/noweb/parse.Rnw                      |   33 
 survival-3.8-3/survival/noweb/plot.Rnw                       |  137 -
 survival-3.8-3/survival/noweb/predict.coxph.Rnw              |   38 
 survival-3.8-3/survival/src/agsurv4.c                        |    7 
 survival-3.8-3/survival/src/agsurv5.c                        |    6 
 survival-3.8-3/survival/src/cdecomp.c                        |    1 
 survival-3.8-3/survival/src/survreg6.c                       |  100 
 survival-3.8-3/survival/tests/Examples/survival-Ex.Rout.save |   56 
 survival-3.8-3/survival/tests/coxsurv.R                      |    7 
 survival-3.8-3/survival/tests/coxsurv.Rout.save              |   11 
 survival-3.8-3/survival/tests/coxsurv3.R                     |   26 
 survival-3.8-3/survival/tests/coxsurv3.Rout.save             |   31 
 survival-3.8-3/survival/tests/coxsurv6.R                     |   19 
 survival-3.8-3/survival/tests/coxsurv6.Rout.save             |   44 
 survival-3.8-3/survival/tests/doublecolon.R                  |only
 survival-3.8-3/survival/tests/doublecolon.Rout.save          |only
 survival-3.8-3/survival/tests/ekm.R                          |    2 
 survival-3.8-3/survival/tests/ekm.Rout.save                  |    6 
 survival-3.8-3/survival/tests/jasa.R                         |    2 
 survival-3.8-3/survival/tests/jasa.Rout.save                 |   44 
 survival-3.8-3/survival/tests/mstate.R                       |    2 
 survival-3.8-3/survival/tests/mstate.Rout.save               |    6 
 survival-3.8-3/survival/tests/multi2.R                       |    7 
 survival-3.8-3/survival/tests/multi2.Rout.save               |   15 
 survival-3.8-3/survival/tests/multi3.R                       |    8 
 survival-3.8-3/survival/tests/multi3.Rout.save               |   16 
 survival-3.8-3/survival/tests/multistate.R                   |   23 
 survival-3.8-3/survival/tests/multistate.Rout.save           |   31 
 survival-3.8-3/survival/tests/r_lung.Rout.save               |   10 
 survival-3.8-3/survival/tests/r_resid.Rout.save              |   10 
 survival-3.8-3/survival/tests/residsfx.Rtemp                 |only
 survival-3.8-3/survival/tests/survexpm.R.later               |only
 survival-3.8-3/survival/tests/survexpm.R.notyet              |only
 survival-3.8-3/survival/tests/survreg1.Rout.save             |   10 
 survival-3.8-3/survival/tests/survreg2.R                     |   38 
 survival-3.8-3/survival/tests/survreg2.Rout.save             |   47 
 survival-3.8-3/survival/tests/testreg.Rout.save              |   10 
 survival-3.8-3/survival/tests/zph.R                          |    4 
 survival-3.8-3/survival/tests/zph.Rout.save                  |   12 
 survival-3.8-3/survival/vignettes/methods.Rnw                |  539 ++++
 survival-3.8-3/survival/vignettes/survival.Rnw               |   27 
 survival-3.8-3/survival/vignettes/timedep.Rnw                |    8 
 117 files changed, 3204 insertions(+), 2039 deletions(-)

More information about survival at CRAN
Permanent link

Package spant updated to version 3.1.0 with previous version 2.24.0 dated 2024-11-14

Title: MR Spectroscopy Analysis Tools
Description: Tools for reading, visualising and processing Magnetic Resonance Spectroscopy data. The package includes methods for spectral fitting: Wilson (2021) <DOI:10.1002/mrm.28385> and spectral alignment: Wilson (2018) <DOI:10.1002/mrm.27605>.
Author: Martin Wilson [cre, aut] , Yong Wang [ctb], John Muschelli [ctb]
Maintainer: Martin Wilson <martin@pipegrep.co.uk>

Diff between spant versions 2.24.0 dated 2024-11-14 and 3.1.0 dated 2024-12-17

 DESCRIPTION                               |   15 +-
 MD5                                       |   53 +++++---
 NAMESPACE                                 |    5 
 NEWS.md                                   |   11 +
 R/abfit.R                                 |  177 +++++++++++++++++++++++++++++-
 R/amp_scaling.R                           |  129 ++++++++++++++++-----
 R/fit_display.R                           |   14 +-
 R/fit_svs.R                               |only
 R/mol_parameters.R                        |  159 +++++++-------------------
 R/mrs_data_display.R                      |   13 --
 R/mrs_data_io.R                           |   51 ++++----
 R/mrs_data_proc.R                         |    2 
 R/mrs_read_ima.R                          |    7 +
 R/qm_simulation.R                         |   70 +++++++++++
 R/utils.R                                 |   42 +++++++
 inst/doc/abfit-baseline-opts.html         |   14 +-
 inst/doc/spant-basis-simulation.html      |   10 -
 inst/doc/spant-intro.html                 |  128 +++++++++++----------
 inst/doc/spant-metabolite-simulation.html |   61 +++++-----
 inst/doc/spant-preprocessing.html         |   16 +-
 inst/extdata/press_refocus.pta            |only
 inst/rmd/dyn_svs_report.Rmd               |only
 inst/rmd/svs_report.Rmd                   |only
 man/abfit_reg_opts.Rd                     |only
 man/fit_svs.Rd                            |only
 man/fit_svs_gui.Rd                        |only
 man/read_mrs.Rd                           |   11 +
 man/scale_amp_legacy.Rd                   |only
 man/scale_amp_molar.Rd                    |    3 
 man/sim_basis.Rd                          |    9 +
 man/spant-package.Rd                      |    1 
 man/sv_res_table.Rd                       |only
 32 files changed, 660 insertions(+), 341 deletions(-)

More information about spant at CRAN
Permanent link

Package dipsaus updated to version 0.3.0 with previous version 0.2.9 dated 2024-06-27

Title: A Dipping Sauce for Data Analysis and Visualizations
Description: Works as an "add-on" to packages like 'shiny', 'future', as well as 'rlang', and provides utility functions. Just like dipping sauce adding flavors to potato chips or pita bread, 'dipsaus' for data analysis and visualizations adds handy functions and enhancements to popular packages. The goal is to provide simple solutions that are frequently asked for online, such as how to synchronize 'shiny' inputs without freezing the app, or how to get memory size on 'Linux' or 'MacOS' system. The enhancements roughly fall into these four categories: 1. 'shiny' input widgets; 2. high-performance computing using the 'future' package; 3. modify R calls and convert among numbers, strings, and other objects. 4. utility functions to get system information such like CPU chip-set, memory limit, etc.
Author: Zhengjia Wang [aut, cre], John Magnotti [ctb] , Xiang Zhang [ctb]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>

Diff between dipsaus versions 0.2.9 dated 2024-06-27 and 0.3.0 dated 2024-12-17

 DESCRIPTION                                       |   10 
 MD5                                               |   48 
 NAMESPACE                                         |    2 
 NEWS.md                                           |    8 
 R/aaa.R                                           |    2 
 R/apply.R                                         |    3 
 R/language.R                                      |   14 
 R/parallels-apply-script.R                        |    2 
 R/parallels-future.R                              |  255 
 R/shiny-progress.R                                |   19 
 R/shiny-syncInputs.R                              |    2 
 build/vignette.rds                                |binary
 inst/doc/r_expr_addons.R                          |   59 
 inst/doc/r_expr_addons.Rmd                        |   51 
 inst/doc/r_expr_addons.html                       |   81 
 inst/doc/shiny_customized_widgets.R               |   68 
 inst/doc/shiny_customized_widgets.Rmd             |   10 
 inst/doc/shiny_customized_widgets.html            | 7985 ----------------------
 inst/doc/utility_functions.R                      |   58 
 inst/doc/utility_functions.html                   |   72 
 inst/shiny-addons/dipsaus/dipsaus-dipterix-lib.js |   35 
 man/do_aggregate.Rd                               |    3 
 man/no_op.Rd                                      |   14 
 vignettes/r_expr_addons.Rmd                       |   51 
 vignettes/shiny_customized_widgets.Rmd            |   10 
 25 files changed, 505 insertions(+), 8357 deletions(-)

More information about dipsaus at CRAN
Permanent link

Package NGCHM updated to version 1.0.4 with previous version 1.0.3 dated 2024-05-08

Title: Next Generation Clustered Heat Maps
Description: Next-Generation Clustered Heat Maps (NG-CHMs) allow for dynamic exploration of heat map data in a web browser. 'NGCHM' allows users to create both stand-alone HTML files containing a Next-Generation Clustered Heat Map, and .ngchm files to view in the NG-CHM viewer. See Ryan MC, Stucky M, et al (2020) <doi:10.12688/f1000research.20590.2> for more details.
Author: Bradley M Broom [aut] , Mary A Rohrdanz [ctb, cre], Chris Wakefield [ctb], James M Melott [ctb], MD Anderson Cancer Center [cph]
Maintainer: Mary A Rohrdanz <marohrdanz@mdanderson.org>

Diff between NGCHM versions 1.0.3 dated 2024-05-08 and 1.0.4 dated 2024-12-17

 DESCRIPTION                                      |   12 +-
 MD5                                              |   22 ++--
 R/allClasses.R                                   |   10 -
 R/functions.R                                    |  115 ++++++++++++++------
 R/internalFunctions.R                            |  126 +++++++++++++++++------
 R/package.R                                      |    2 
 R/zzz.R                                          |    4 
 inst/base.config/conf.d/01-server-protocol-scl.R |    9 +
 man/NGCHM-package.Rd                             |   18 ++-
 man/chmAddUMAP.Rd                                |    2 
 man/chmExportToHTML-method.Rd                    |    4 
 tests/testthat/test-clustering.R                 |only
 tests/testthat/test-validateColor.R              |only
 13 files changed, 226 insertions(+), 98 deletions(-)

More information about NGCHM at CRAN
Permanent link

Package Cronbach updated to version 0.2 with previous version 0.1 dated 2020-11-18

Title: Cronbach's Alpha
Description: Cronbach's alpha and various formulas for confidence intervals. The relevant paper is Tsagris M., Frangos C.C. and Frangos C.C. (2013). "Confidence intervals for Cronbach's reliability coefficient". Recent Techniques in Educational Science, 14-16 May, Athens, Greece.
Author: Michail Tsagris [aut, cre], Constantinos Frangos [aut], Christos Frangos [ctb]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>

Diff between Cronbach versions 0.1 dated 2020-11-18 and 0.2 dated 2024-12-17

 DESCRIPTION             |   11 +++++------
 MD5                     |   18 +++++++++---------
 NAMESPACE               |    2 ++
 R/cron.ci.R             |    5 +++--
 R/cronbach.R            |    2 +-
 R/cronfree.ci.R         |    7 ++++---
 man/Cronbach-package.Rd |   22 ++++++++++++----------
 man/cron.ci.Rd          |   13 ++++++-------
 man/cronbach.Rd         |    4 ++--
 man/cronfree.ci.Rd      |   14 +++++++-------
 10 files changed, 51 insertions(+), 47 deletions(-)

More information about Cronbach at CRAN
Permanent link

Package BH updated to version 1.87.0-1 with previous version 1.84.0-0 dated 2024-01-10

Title: Boost C++ Header Files
Description: Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN packages. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided. As of release 1.84.0-0, the following Boost libraries are included: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'beast' 'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' 'detail' 'dynamic_bitset' 'exception' 'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'lambda2' 'math' 'move' 'mp11' 'mpl' 'multiprecision' 'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'process' 'propery_tree' 'qvm' 'rando [...truncated...]
Author: Dirk Eddelbuettel [aut, cre] , John W. Emerson [aut], Michael J. Kane [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between BH versions 1.84.0-0 dated 2024-01-10 and 1.87.0-1 dated 2024-12-17

 BH-1.84.0-0/BH/inst/include/boost/asio/experimental/cancellation_condition.hpp                           |only
 BH-1.84.0-0/BH/inst/include/boost/asio/experimental/impl/parallel_group.hpp                              |only
 BH-1.84.0-0/BH/inst/include/boost/asio/experimental/parallel_group.hpp                                   |only
 BH-1.84.0-0/BH/inst/include/boost/asio/io_service.hpp                                                    |only
 BH-1.84.0-0/BH/inst/include/boost/asio/io_service_strand.hpp                                             |only
 BH-1.84.0-0/BH/inst/include/boost/asio/ssl/impl/rfc2818_verification.ipp                                 |only
 BH-1.84.0-0/BH/inst/include/boost/asio/ssl/rfc2818_verification.hpp                                      |only
 BH-1.84.0-0/BH/inst/include/boost/bind/bind_cc.hpp                                                       |only
 BH-1.84.0-0/BH/inst/include/boost/bind/bind_mf2_cc.hpp                                                   |only
 BH-1.84.0-0/BH/inst/include/boost/bind/bind_mf_cc.hpp                                                    |only
 BH-1.84.0-0/BH/inst/include/boost/bind/bind_template.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/bind/detail/is_same.hpp                                                |only
 BH-1.84.0-0/BH/inst/include/boost/bind/detail/requires_cxx11.hpp                                         |only
 BH-1.84.0-0/BH/inst/include/boost/bind/mem_fn_cc.hpp                                                     |only
 BH-1.84.0-0/BH/inst/include/boost/bind/mem_fn_template.hpp                                               |only
 BH-1.84.0-0/BH/inst/include/boost/bind/mem_fn_vw.hpp                                                     |only
 BH-1.84.0-0/BH/inst/include/boost/bind/storage.hpp                                                       |only
 BH-1.84.0-0/BH/inst/include/boost/coroutine                                                              |only
 BH-1.84.0-0/BH/inst/include/boost/filesystem/convenience.hpp                                             |only
 BH-1.84.0-0/BH/inst/include/boost/function/detail                                                        |only
 BH-1.84.0-0/BH/inst/include/boost/function/function10.hpp                                                |only
 BH-1.84.0-0/BH/inst/include/boost/function/function4.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/function/function5.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/function/function6.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/function/function7.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/function/function8.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/function/function9.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/algorithms/detail/overlay/cluster_exits.hpp                   |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/algorithms/detail/recalculate.hpp                             |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp                  |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/io/wkt/detail/wkt_multi.hpp                                   |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/multi/io/wkt/detail                                           |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/get_rescale_policy.hpp                    |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/no_rescale_policy.hpp                     |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/rescale_policy.hpp                        |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/rescale_policy_tags.hpp                   |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/robust_point_type.hpp                     |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/robust_type.hpp                           |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/policies/robustness/segment_ratio_type.hpp                    |only
 BH-1.84.0-0/BH/inst/include/boost/geometry/util/for_each_with_index.hpp                                  |only
 BH-1.84.0-0/BH/inst/include/boost/interprocess/detail/in_place_interface.hpp                             |only
 BH-1.84.0-0/BH/inst/include/boost/interprocess/indexes/unordered_map_index.hpp                           |only
 BH-1.84.0-0/BH/inst/include/boost/json/memory_resource.hpp                                               |only
 BH-1.84.0-0/BH/inst/include/boost/json/system_error.hpp                                                  |only
 BH-1.84.0-0/BH/inst/include/boost/optional/detail/old_optional_implementation.hpp                        |only
 BH-1.84.0-0/BH/inst/include/boost/process/detail                                                         |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/detail/impl                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/ext/detail/impl                                             |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/ext/impl                                                    |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/impl                                                        |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/posix/detail/close_handles.ipp                              |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/src.hpp                                                     |only
 BH-1.84.0-0/BH/inst/include/boost/process/v2/windows/impl                                                |only
 BH-1.84.0-0/BH/inst/include/boost/smart_ptr/detail/operator_bool.hpp                                     |only
 BH-1.84.0-0/BH/inst/include/boost/smart_ptr/detail/requires_cxx11.hpp                                    |only
 BH-1.84.0-0/BH/inst/include/boost/smart_ptr/detail/sp_forward.hpp                                        |only
 BH-1.84.0-0/BH/inst/include/boost/smart_ptr/detail/sp_nullptr_t.hpp                                      |only
 BH-1.84.0-0/BH/inst/include/boost/system/detail/requires_cxx11.hpp                                       |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/decode.hpp                                                  |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/move_chars.hpp                                              |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/normalize.hpp                                               |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/over_allocator.hpp                                          |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/path.hpp                                                    |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/pattern.hpp                                                 |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/pct_format.hpp                                              |only
 BH-1.84.0-0/BH/inst/include/boost/url/detail/print.hpp                                                   |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/charsets.hpp                                            |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/fragment_part_rule.hpp                                  |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/h16_rule.hpp                                            |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/hier_part_rule.hpp                                      |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/host_rule.hpp                                           |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/ip_literal_rule.hpp                                     |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/ipv6_addrz_rule.hpp                                     |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/ipvfuture_rule.hpp                                      |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/port_rule.hpp                                           |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/query_part_rule.hpp                                     |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/reg_name_rule.hpp                                       |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/relative_part_rule.hpp                                  |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/scheme_rule.hpp                                         |only
 BH-1.84.0-0/BH/inst/include/boost/url/rfc/detail/userinfo_rule.hpp                                       |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_arc4random.ipp                             |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_bcrypt.ipp                                 |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_detect_platform.hpp                        |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_getentropy.ipp                             |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_getrandom.ipp                              |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_include_platform.hpp                       |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_posix.ipp                                  |only
 BH-1.84.0-0/BH/inst/include/boost/uuid/detail/random_provider_wincrypt.ipp                               |only
 BH-1.87.0-1/BH/ChangeLog                                                                                 |   32 
 BH-1.87.0-1/BH/DESCRIPTION                                                                               |   19 
 BH-1.87.0-1/BH/MD5                                                                                       | 5153 +++++-----
 BH-1.87.0-1/BH/NAMESPACE                                                                                 |    2 
 BH-1.87.0-1/BH/README.md                                                                                 |    6 
 BH-1.87.0-1/BH/build/partial.rdb                                                                         |binary
 BH-1.87.0-1/BH/inst/NEWS.Rd                                                                              |   11 
 BH-1.87.0-1/BH/inst/include/boost/any.hpp                                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/any/bad_any_cast.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/any/basic_any.hpp                                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/any/detail/placeholder.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/any/fwd.hpp                                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/any/unique_any.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio.hpp                                                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/asio/any_completion_executor.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/any_completion_handler.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/any_io_executor.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/append.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/as_tuple.hpp                                                      |   46 
 BH-1.87.0-1/BH/inst/include/boost/asio/associated_allocator.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/associated_cancellation_slot.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/associated_executor.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/associated_immediate_executor.hpp                                 |    7 
 BH-1.87.0-1/BH/inst/include/boost/asio/associator.hpp                                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/async_result.hpp                                                  |  251 
 BH-1.87.0-1/BH/inst/include/boost/asio/awaitable.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_datagram_socket.hpp                                         |   28 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_deadline_timer.hpp                                          |   13 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_file.hpp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_io_object.hpp                                               |   21 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_random_access_file.hpp                                      |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_raw_socket.hpp                                              |   26 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_readable_pipe.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_seq_packet_socket.hpp                                       |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_serial_port.hpp                                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_signal_set.hpp                                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_socket.hpp                                                  |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_socket_acceptor.hpp                                         |   20 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_socket_iostream.hpp                                         |   67 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_socket_streambuf.hpp                                        |  101 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_stream_file.hpp                                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_stream_socket.hpp                                           |   14 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_streambuf.hpp                                               |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_streambuf_fwd.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_waitable_timer.hpp                                          |  185 
 BH-1.87.0-1/BH/inst/include/boost/asio/basic_writable_pipe.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/bind_allocator.hpp                                                |  145 
 BH-1.87.0-1/BH/inst/include/boost/asio/bind_cancellation_slot.hpp                                        |  150 
 BH-1.87.0-1/BH/inst/include/boost/asio/bind_executor.hpp                                                 |  165 
 BH-1.87.0-1/BH/inst/include/boost/asio/bind_immediate_executor.hpp                                       |  152 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffer.hpp                                                        |  493 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffer_registration.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffered_read_stream.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffered_read_stream_fwd.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffered_stream.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffered_stream_fwd.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffered_write_stream.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffered_write_stream_fwd.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/buffers_iterator.hpp                                              |   24 
 BH-1.87.0-1/BH/inst/include/boost/asio/cancel_after.hpp                                                  |only
 BH-1.87.0-1/BH/inst/include/boost/asio/cancel_at.hpp                                                     |only
 BH-1.87.0-1/BH/inst/include/boost/asio/cancellation_signal.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/cancellation_state.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/cancellation_type.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/co_composed.hpp                                                   |only
 BH-1.87.0-1/BH/inst/include/boost/asio/co_spawn.hpp                                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/completion_condition.hpp                                          |   51 
 BH-1.87.0-1/BH/inst/include/boost/asio/compose.hpp                                                       |  213 
 BH-1.87.0-1/BH/inst/include/boost/asio/composed.hpp                                                      |only
 BH-1.87.0-1/BH/inst/include/boost/asio/config.hpp                                                        |only
 BH-1.87.0-1/BH/inst/include/boost/asio/connect.hpp                                                       |  488 
 BH-1.87.0-1/BH/inst/include/boost/asio/connect_pipe.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/consign.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/coroutine.hpp                                                     |   12 
 BH-1.87.0-1/BH/inst/include/boost/asio/deadline_timer.hpp                                                |    9 
 BH-1.87.0-1/BH/inst/include/boost/asio/default_completion_token.hpp                                      |only
 BH-1.87.0-1/BH/inst/include/boost/asio/defer.hpp                                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/deferred.hpp                                                      |   16 
 BH-1.87.0-1/BH/inst/include/boost/asio/detached.hpp                                                      |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/array.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/array_fwd.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/assert.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/atomic_count.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/base_from_cancellation_state.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/base_from_completion_cond.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/bind_handler.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/blocking_executor_op.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/buffer_resize_guard.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/buffer_sequence_adapter.hpp                                |  142 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/buffered_stream_storage.hpp                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/call_stack.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/chrono.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/chrono_time_traits.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/completion_handler.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/completion_message.hpp                                     |only
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/completion_payload.hpp                                     |only
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/completion_payload_handler.hpp                             |only
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/composed_work.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/concurrency_hint.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/conditionally_enabled_event.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/conditionally_enabled_mutex.hpp                            |   27 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/config.hpp                                                 |   43 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/consuming_buffers.hpp                                      |   52 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/cstddef.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/cstdint.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/date_time_fwd.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/deadline_timer_service.hpp                                 |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/dependent_type.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/descriptor_ops.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/descriptor_read_op.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/descriptor_write_op.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/dev_poll_reactor.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/epoll_reactor.hpp                                          |   10 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/event.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/eventfd_select_interrupter.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/exception.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/executor_function.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/executor_op.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/fd_set_adapter.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/fenced_block.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/functional.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/future.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/global.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/handler_alloc_helpers.hpp                                  |  134 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/handler_cont_helpers.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/handler_tracking.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/handler_type_requirements.hpp                              |   24 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/handler_work.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/hash_map.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/buffer_sequence_adapter.ipp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/descriptor_ops.ipp                                    |   62 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/dev_poll_reactor.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/dev_poll_reactor.ipp                                  |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/epoll_reactor.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/epoll_reactor.ipp                                     |   40 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/eventfd_select_interrupter.ipp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/handler_tracking.ipp                                  |   19 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/io_uring_descriptor_service.ipp                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/io_uring_file_service.ipp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/io_uring_service.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/io_uring_service.ipp                                  |   20 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/io_uring_socket_service_base.ipp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/kqueue_reactor.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/kqueue_reactor.ipp                                    |   18 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/null_event.ipp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/pipe_select_interrupter.ipp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/posix_event.ipp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/posix_mutex.ipp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/posix_serial_port_service.ipp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/posix_thread.ipp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/posix_tss_ptr.ipp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/reactive_descriptor_service.ipp                       |   14 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/reactive_socket_service_base.ipp                      |   12 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/resolver_service_base.ipp                             |   11 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/scheduler.ipp                                         |   50 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/select_reactor.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/select_reactor.ipp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/service_registry.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/service_registry.ipp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/signal_set_service.ipp                                |    9 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/socket_ops.ipp                                        |   95 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/socket_select_interrupter.ipp                         |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/strand_executor_service.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/strand_executor_service.ipp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/strand_service.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/strand_service.ipp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/thread_context.ipp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/throw_error.ipp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/timer_queue_ptime.ipp                                 |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/timer_queue_set.ipp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_event.ipp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_iocp_file_service.ipp                             |   41 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_iocp_handle_service.ipp                           |   12 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_iocp_io_context.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_iocp_io_context.ipp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_iocp_serial_port_service.ipp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_iocp_socket_service_base.ipp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_mutex.ipp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_object_handle_service.ipp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_static_mutex.ipp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_thread.ipp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/win_tss_ptr.ipp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/winrt_ssocket_service_base.ipp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/winrt_timer_scheduler.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/winrt_timer_scheduler.ipp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/impl/winsock_init.ipp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/initiate_defer.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/initiate_dispatch.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/initiate_post.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/initiation_base.hpp                                        |only
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_control.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_object_impl.hpp                                         |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_descriptor_read_at_op.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_descriptor_read_op.hpp                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_descriptor_service.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_descriptor_write_at_op.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_descriptor_write_op.hpp                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_file_service.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_null_buffers_op.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_operation.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_service.hpp                                       |   10 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_accept_op.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_connect_op.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_recv_op.hpp                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_recvfrom_op.hpp                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_recvmsg_op.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_send_op.hpp                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_sendto_op.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_service.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_socket_service_base.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/io_uring_wait_op.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/is_buffer_sequence.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/is_executor.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/keyword_tss_ptr.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/kqueue_reactor.hpp                                         |   11 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/memory.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/mutex.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/non_const_lvalue.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/noncopyable.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_event.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_fenced_block.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_global.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_mutex.hpp                                             |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_reactor.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_signal_blocker.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_socket_service.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_static_mutex.hpp                                      |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_thread.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/null_tss_ptr.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/object_pool.hpp                                            |   44 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/old_win_sdk_compat.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/op_queue.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/operation.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/pipe_select_interrupter.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/pop_options.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_event.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_fd_set_adapter.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_global.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_mutex.hpp                                            |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_serial_port_service.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_signal_blocker.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_static_mutex.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_thread.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/posix_tss_ptr.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/push_options.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_descriptor_service.hpp                            |   38 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_null_buffers_op.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_accept_op.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_connect_op.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_recv_op.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_recvfrom_op.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_recvmsg_op.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_send_op.hpp                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_sendto_op.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_service.hpp                                |   10 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_socket_service_base.hpp                           |   43 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactive_wait_op.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactor.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactor_op.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/reactor_op_queue.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/recycling_allocator.hpp                                    |   11 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/regex_fwd.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/resolve_endpoint_op.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/resolve_op.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/resolve_query_op.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/resolver_service.hpp                                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/resolver_service_base.hpp                                  |    5 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/scheduler.hpp                                              |   19 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/scheduler_operation.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/scheduler_task.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/scheduler_thread_info.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/scoped_lock.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/scoped_ptr.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/select_interrupter.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/select_reactor.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/service_registry.hpp                                       |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/signal_blocker.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/signal_handler.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/signal_init.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/signal_op.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/signal_set_service.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/socket_holder.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/socket_ops.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/socket_option.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/socket_select_interrupter.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/socket_types.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/source_location.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/static_mutex.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/std_event.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/std_fenced_block.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/std_global.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/std_mutex.hpp                                              |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/std_static_mutex.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/std_thread.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/strand_executor_service.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/strand_service.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/string_view.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/thread.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/thread_context.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/thread_group.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/thread_info_base.hpp                                       |   14 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/throw_error.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/throw_exception.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timed_cancel_op.hpp                                        |only
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timer_queue.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timer_queue_base.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timer_queue_ptime.hpp                                      |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timer_queue_set.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timer_scheduler.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/timer_scheduler_fwd.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/tss_ptr.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/type_traits.hpp                                            |   14 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/utility.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/wait_handler.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/wait_op.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_event.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_fd_set_adapter.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_global.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_file_service.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_handle_read_op.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_handle_service.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_handle_write_op.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_io_context.hpp                                    |   17 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_null_buffers_op.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_operation.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_overlapped_op.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_overlapped_ptr.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_serial_port_service.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_accept_op.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_connect_op.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_recv_op.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_send_op.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_service.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_socket_service_base.hpp                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_thread_info.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_iocp_wait_op.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_mutex.hpp                                              |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_object_handle_service.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_static_mutex.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_thread.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/win_tss_ptr.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winapp_thread.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/wince_thread.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_async_manager.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_async_op.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_resolve_op.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_resolver_service.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_socket_recv_op.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_socket_send_op.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_ssocket_service_base.hpp                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_timer_scheduler.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winrt_utils.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/winsock_init.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/work_dispatcher.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/detail/wrapped_handler.hpp                                        |  127 
 BH-1.87.0-1/BH/inst/include/boost/asio/dispatch.hpp                                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/disposition.hpp                                                   |only
 BH-1.87.0-1/BH/inst/include/boost/asio/error.hpp                                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/allocator.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/any_executor.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/bad_executor.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/blocking.hpp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/blocking_adaptation.hpp                                 |   49 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/context.hpp                                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/context_as.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/executor.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/impl/bad_executor.ipp                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/invocable_archetype.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/mapping.hpp                                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/occupancy.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/outstanding_work.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/prefer_only.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution/relationship.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/execution_context.hpp                                             |   33 
 BH-1.87.0-1/BH/inst/include/boost/asio/executor.hpp                                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/executor_work_guard.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/experimental/channel_error.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/experimental/impl/channel_error.ipp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/file_base.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/basic_endpoint.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/datagram_protocol.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/detail/endpoint.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/detail/impl/endpoint.ipp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/raw_protocol.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/seq_packet_protocol.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/generic/stream_protocol.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/handler_continuation_hook.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/high_resolution_timer.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/immediate.hpp                                                     |only
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/any_completion_executor.ipp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/any_io_executor.ipp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/append.hpp                                                   |   23 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/as_tuple.hpp                                                 |   61 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/awaitable.hpp                                                |  220 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/buffered_read_stream.hpp                                     |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/buffered_write_stream.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/cancel_after.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/cancel_at.hpp                                                |only
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/cancellation_signal.ipp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/co_spawn.hpp                                                 |   19 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/config.hpp                                                   |only
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/config.ipp                                                   |only
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/connect.hpp                                                  |  250 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/connect_pipe.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/connect_pipe.ipp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/consign.hpp                                                  |   23 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/deferred.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/detached.hpp                                                 |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/error.ipp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/execution_context.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/execution_context.ipp                                        |   13 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/executor.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/executor.ipp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/io_context.hpp                                               |  117 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/io_context.ipp                                               |   67 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/multiple_exceptions.ipp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/prepend.hpp                                                  |   23 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/read.hpp                                                     |  205 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/read_at.hpp                                                  |  100 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/read_until.hpp                                               |  301 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/redirect_error.hpp                                           |   75 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/serial_port_base.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/serial_port_base.ipp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/spawn.hpp                                                    |  401 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/src.hpp                                                      |    3 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/system_context.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/system_context.ipp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/system_executor.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/thread_pool.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/thread_pool.ipp                                              |   34 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/use_awaitable.hpp                                            |  183 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/use_future.hpp                                               |  151 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/write.hpp                                                    |  213 
 BH-1.87.0-1/BH/inst/include/boost/asio/impl/write_at.hpp                                                 |  105 
 BH-1.87.0-1/BH/inst/include/boost/asio/io_context.hpp                                                    |  256 
 BH-1.87.0-1/BH/inst/include/boost/asio/io_context_strand.hpp                                             |  127 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address.hpp                                                    |   28 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address_v4.hpp                                                 |   58 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address_v4_iterator.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address_v4_range.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address_v6.hpp                                                 |   43 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address_v6_iterator.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/address_v6_range.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/bad_address_cast.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/basic_endpoint.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/basic_resolver.hpp                                             |  108 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/basic_resolver_entry.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/basic_resolver_iterator.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/basic_resolver_query.hpp                                       |   18 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/basic_resolver_results.hpp                                     |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/detail/endpoint.hpp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/detail/impl/endpoint.ipp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/detail/socket_option.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/host_name.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/icmp.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/address.hpp                                               |   30 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/address.ipp                                               |   11 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/address_v4.hpp                                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/address_v4.ipp                                            |   58 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/address_v6.hpp                                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/address_v6.ipp                                            |   65 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/basic_endpoint.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/host_name.ipp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/network_v4.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/network_v4.ipp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/network_v6.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/impl/network_v6.ipp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/multicast.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/network_v4.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/network_v6.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/resolver_base.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/resolver_query_base.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/tcp.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/udp.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/unicast.hpp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ip/v6_only.hpp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/is_applicable_property.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/is_contiguous_iterator.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/is_executor.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/is_read_buffered.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/is_write_buffered.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/basic_endpoint.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/connect_pair.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/datagram_protocol.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/detail/endpoint.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/detail/impl/endpoint.ipp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/seq_packet_protocol.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/local/stream_protocol.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/multiple_exceptions.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/packaged_task.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/placeholders.hpp                                                  |   20 
 BH-1.87.0-1/BH/inst/include/boost/asio/posix/basic_descriptor.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/posix/basic_stream_descriptor.hpp                                 |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/posix/descriptor.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/posix/descriptor_base.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/posix/stream_descriptor.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/post.hpp                                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/prefer.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/prepend.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/query.hpp                                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/random_access_file.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/read.hpp                                                          |  157 
 BH-1.87.0-1/BH/inst/include/boost/asio/read_at.hpp                                                       |   92 
 BH-1.87.0-1/BH/inst/include/boost/asio/read_until.hpp                                                    |  160 
 BH-1.87.0-1/BH/inst/include/boost/asio/readable_pipe.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/recycling_allocator.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/redirect_error.hpp                                                |   48 
 BH-1.87.0-1/BH/inst/include/boost/asio/registered_buffer.hpp                                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/require.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/require_concept.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/serial_port.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/serial_port_base.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/signal_set.hpp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/signal_set_base.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/socket_base.hpp                                                   |   13 
 BH-1.87.0-1/BH/inst/include/boost/asio/spawn.hpp                                                         |  184 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl.hpp                                                           |    3 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/context.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/context_base.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/buffered_handshake_op.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/engine.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/handshake_op.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/impl/engine.ipp                                        |    8 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/impl/openssl_init.ipp                                  |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/io.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/openssl_init.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/openssl_types.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/password_callback.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/read_op.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/shutdown_op.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/stream_core.hpp                                        |   53 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/verify_callback.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/detail/write_op.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/error.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/host_name_verification.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/impl/context.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/impl/context.ipp                                              |   19 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/impl/error.ipp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/impl/host_name_verification.ipp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/impl/src.hpp                                                  |    3 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/stream.hpp                                                    |   16 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/stream_base.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/verify_context.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ssl/verify_mode.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/static_thread_pool.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/steady_timer.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/strand.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/stream_file.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/streambuf.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/system_context.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/system_executor.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/system_timer.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/this_coro.hpp                                                     |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/thread_pool.hpp                                                   |   31 
 BH-1.87.0-1/BH/inst/include/boost/asio/time_traits.hpp                                                   |   10 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/equality_comparable.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/execute_member.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/prefer_free.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/prefer_member.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/query_free.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/query_member.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/query_static_constexpr_member.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/require_concept_free.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/require_concept_member.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/require_free.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/require_member.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/static_query.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/static_require.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/traits/static_require_concept.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/ts/netfwd.hpp                                                     |   25 
 BH-1.87.0-1/BH/inst/include/boost/asio/unyield.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/use_awaitable.hpp                                                 |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/use_future.hpp                                                    |   15 
 BH-1.87.0-1/BH/inst/include/boost/asio/uses_executor.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/version.hpp                                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/wait_traits.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/basic_object_handle.hpp                                   |    4 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/basic_overlapped_handle.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/basic_random_access_handle.hpp                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/basic_stream_handle.hpp                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/object_handle.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/overlapped_handle.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/overlapped_ptr.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/random_access_handle.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/windows/stream_handle.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/writable_pipe.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/asio/write.hpp                                                         |  184 
 BH-1.87.0-1/BH/inst/include/boost/asio/write_at.hpp                                                      |   98 
 BH-1.87.0-1/BH/inst/include/boost/asio/yield.hpp                                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/assert/source_location.hpp                                             |    9 
 BH-1.87.0-1/BH/inst/include/boost/atomic/detail/futex.hpp                                                |   53 
 BH-1.87.0-1/BH/inst/include/boost/atomic/detail/pause.hpp                                                |    7 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/http/impl/icy_stream.hpp                           |   16 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/test/detail/stream_state.ipp                       |    1 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/test/immediate_executor.hpp                        |   64 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/test/impl/error.ipp                                |   11 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/test/impl/stream.hpp                               |   98 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/test/impl/stream.ipp                               |    1 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/test/stream.hpp                                    |   11 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/unit_test/match.hpp                                |    1 
 BH-1.87.0-1/BH/inst/include/boost/beast/_experimental/unit_test/suite.hpp                                |    9 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/async_base.hpp                                              |    9 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/basic_stream.hpp                                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/detail/bind_handler.hpp                                     |  141 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/detail/clamp.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/detail/impl/read.hpp                                        |   19 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/detail/stream_base.hpp                                      |    5 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/detail/string.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/detect_ssl.hpp                                              |   21 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/flat_buffer.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/flat_static_buffer.hpp                                      |   12 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/flat_stream.hpp                                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/impl/basic_stream.hpp                                       |  122 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/impl/buffered_read_stream.hpp                               |   21 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/impl/buffers_adaptor.hpp                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/impl/buffers_cat.hpp                                        |   35 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/impl/error.ipp                                              |   24 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/impl/flat_stream.hpp                                        |   16 
 BH-1.87.0-1/BH/inst/include/boost/beast/core/string_type.hpp                                             |    5 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/basic_dynamic_body.hpp                                      |    4 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/basic_dynamic_body_fwd.hpp                                  |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/basic_file_body.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/basic_file_body_fwd.hpp                                     |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/basic_parser.hpp                                            |   21 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/buffer_body.hpp                                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/buffer_body_fwd.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/detail/basic_parser.hpp                                     |    6 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/detail/basic_parser.ipp                                     |   34 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/detail/type_traits.hpp                                      |   12 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/dynamic_body.hpp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/dynamic_body_fwd.hpp                                        |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/empty_body.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/empty_body_fwd.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/error.hpp                                                   |    8 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/fields.hpp                                                  |  126 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/fields_fwd.hpp                                              |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/file_body.hpp                                               |    7 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/file_body_fwd.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/basic_parser.ipp                                       |  280 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/error.ipp                                              |   13 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/fields.hpp                                             |  152 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/file_body_win32.hpp                                    |   24 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/read.hpp                                               |   26 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/status.ipp                                             |   12 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/impl/write.hpp                                              |  101 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/message.hpp                                                 |   30 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/message_fwd.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/message_generator.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/message_generator_fwd.hpp                                   |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/parser.hpp                                                  |   15 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/parser_fwd.hpp                                              |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/read.hpp                                                    |  121 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/serializer.hpp                                              |   47 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/serializer_fwd.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/span_body.hpp                                               |    4 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/span_body_fwd.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/status.hpp                                                  |    9 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/string_body.hpp                                             |   20 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/string_body_fwd.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/type_traits.hpp                                             |    3 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/vector_body.hpp                                             |   15 
 BH-1.87.0-1/BH/inst/include/boost/beast/http/vector_body_fwd.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/beast/http/write.hpp                                                   |   35 
 BH-1.87.0-1/BH/inst/include/boost/beast/ssl/ssl_stream.hpp                                               |  661 -
 BH-1.87.0-1/BH/inst/include/boost/beast/version.hpp                                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/detail/impl_base.hpp                                   |   22 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/accept.hpp                                        |   48 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/close.hpp                                         |   16 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/error.ipp                                         |   23 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/handshake.hpp                                     |   22 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/ping.hpp                                          |   20 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/read.hpp                                          |   38 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/stream.hpp                                        |   14 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/stream_impl.hpp                                   |    5 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/teardown.hpp                                      |    7 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/impl/write.hpp                                         |   29 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/option.hpp                                             |    9 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/ssl.hpp                                                |   10 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/stream.hpp                                             |   71 
 BH-1.87.0-1/BH/inst/include/boost/beast/websocket/teardown.hpp                                           |   20 
 BH-1.87.0-1/BH/inst/include/boost/beast/zlib/deflate_stream.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/zlib/detail/deflate_stream.hpp                                   |   32 
 BH-1.87.0-1/BH/inst/include/boost/beast/zlib/detail/deflate_stream.ipp                                   |   40 
 BH-1.87.0-1/BH/inst/include/boost/beast/zlib/detail/inflate_stream.ipp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/beast/zlib/impl/error.ipp                                              |   11 
 BH-1.87.0-1/BH/inst/include/boost/bimap/container_adaptor/detail/identity_converters.hpp                 |    3 
 BH-1.87.0-1/BH/inst/include/boost/bimap/relation/mutant_relation.hpp                                     |   10 
 BH-1.87.0-1/BH/inst/include/boost/bind/apply.hpp                                                         |   63 
 BH-1.87.0-1/BH/inst/include/boost/bind/bind.hpp                                                          | 1943 ---
 BH-1.87.0-1/BH/inst/include/boost/bind/detail/bind_cc.hpp                                                |only
 BH-1.87.0-1/BH/inst/include/boost/bind/detail/bind_mf2_cc.hpp                                            |only
 BH-1.87.0-1/BH/inst/include/boost/bind/detail/bind_mf_cc.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/bind/detail/integer_sequence.hpp                                       |only
 BH-1.87.0-1/BH/inst/include/boost/bind/detail/tuple_for_each.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/bind/mem_fn.hpp                                                        |  427 
 BH-1.87.0-1/BH/inst/include/boost/bind/placeholders.hpp                                                  |   19 
 BH-1.87.0-1/BH/inst/include/boost/bind/protect.hpp                                                       |  280 
 BH-1.87.0-1/BH/inst/include/boost/bind/std_placeholders.hpp                                              |    7 
 BH-1.87.0-1/BH/inst/include/boost/compute/context.hpp                                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/compute/detail/sha1.hpp                                                |   11 
 BH-1.87.0-1/BH/inst/include/boost/compute/exception/set_default_queue_error.hpp                          |only
 BH-1.87.0-1/BH/inst/include/boost/compute/kernel.hpp                                                     |   13 
 BH-1.87.0-1/BH/inst/include/boost/compute/memory/local_buffer.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/compute/system.hpp                                                     |  179 
 BH-1.87.0-1/BH/inst/include/boost/compute/types/fundamental.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/config/assert_cxx17.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/borland.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/clang.hpp                                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/codegear.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/common_edg.hpp                                         |    4 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/digitalmars.hpp                                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/gcc.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/gcc_xml.hpp                                            |    5 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/hp_acc.hpp                                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/metrowerks.hpp                                         |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/mpw.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/nvcc.hpp                                               |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/pathscale.hpp                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/sunpro_cc.hpp                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/vacpp.hpp                                              |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/visualc.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/xlcpp.hpp                                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/config/compiler/xlcpp_zos.hpp                                          |    1 
 BH-1.87.0-1/BH/inst/include/boost/config/detail/cxx_composite.hpp                                        |    1 
 BH-1.87.0-1/BH/inst/include/boost/container/adaptive_pool.hpp                                            |   29 
 BH-1.87.0-1/BH/inst/include/boost/container/allocator.hpp                                                |   43 
 BH-1.87.0-1/BH/inst/include/boost/container/allocator_traits.hpp                                         |  217 
 BH-1.87.0-1/BH/inst/include/boost/container/container_fwd.hpp                                            |   20 
 BH-1.87.0-1/BH/inst/include/boost/container/deque.hpp                                                    |  940 +
 BH-1.87.0-1/BH/inst/include/boost/container/detail/adaptive_node_pool.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/adaptive_node_pool_impl.hpp                           |   94 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/advanced_insert_int.hpp                               |  129 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/alloc_helpers.hpp                                     |   12 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/allocation_type.hpp                                   |   14 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/allocator_version_traits.hpp                          |   20 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/block_list.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/block_slist.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/compare_functors.hpp                                  |   44 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/config_begin.hpp                                      |    1 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/construct_in_place.hpp                                |   36 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/container_or_allocator_rebind.hpp                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/container_rebind.hpp                                  |   36 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/copy_move_algo.hpp                                    |   81 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/destroyers.hpp                                        |   96 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/dispatch_uses_allocator.hpp                           |   14 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/flat_tree.hpp                                         |  451 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/function_detector.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/is_container.hpp                                      |    4 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/is_contiguous_container.hpp                           |   28 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/is_pair.hpp                                           |    8 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/iterators.hpp                                         |  341 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/math_functions.hpp                                    |   21 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/mpl.hpp                                               |    8 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/multiallocation_chain.hpp                             |  106 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/next_capacity.hpp                                     |   14 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/node_alloc_holder.hpp                                 |   87 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/node_pool.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/node_pool_impl.hpp                                    |   12 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/pair.hpp                                              |   71 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/pool_common.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/pool_common_alloc.hpp                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/pool_resource.hpp                                     |    8 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/transform_iterator.hpp                                |   56 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/tree.hpp                                              |  296 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/value_init.hpp                                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/version_type.hpp                                      |    8 
 BH-1.87.0-1/BH/inst/include/boost/container/detail/workaround.hpp                                        |   57 
 BH-1.87.0-1/BH/inst/include/boost/container/devector.hpp                                                 |  411 
 BH-1.87.0-1/BH/inst/include/boost/container/flat_map.hpp                                                 |  598 -
 BH-1.87.0-1/BH/inst/include/boost/container/flat_set.hpp                                                 |  174 
 BH-1.87.0-1/BH/inst/include/boost/container/list.hpp                                                     |  122 
 BH-1.87.0-1/BH/inst/include/boost/container/map.hpp                                                      |  237 
 BH-1.87.0-1/BH/inst/include/boost/container/new_allocator.hpp                                            |   22 
 BH-1.87.0-1/BH/inst/include/boost/container/node_allocator.hpp                                           |   44 
 BH-1.87.0-1/BH/inst/include/boost/container/node_handle.hpp                                              |   37 
 BH-1.87.0-1/BH/inst/include/boost/container/options.hpp                                                  |   72 
 BH-1.87.0-1/BH/inst/include/boost/container/pmr/memory_resource.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/container/pmr/monotonic_buffer_resource.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/container/pmr/resource_adaptor.hpp                                     |    8 
 BH-1.87.0-1/BH/inst/include/boost/container/scoped_allocator.hpp                                         |  162 
 BH-1.87.0-1/BH/inst/include/boost/container/set.hpp                                                      |  166 
 BH-1.87.0-1/BH/inst/include/boost/container/slist.hpp                                                    |  108 
 BH-1.87.0-1/BH/inst/include/boost/container/small_vector.hpp                                             |  294 
 BH-1.87.0-1/BH/inst/include/boost/container/stable_vector.hpp                                            |  291 
 BH-1.87.0-1/BH/inst/include/boost/container/static_vector.hpp                                            |   98 
 BH-1.87.0-1/BH/inst/include/boost/container/string.hpp                                                   |  462 
 BH-1.87.0-1/BH/inst/include/boost/container/uses_allocator.hpp                                           |    6 
 BH-1.87.0-1/BH/inst/include/boost/container/vector.hpp                                                   |  698 -
 BH-1.87.0-1/BH/inst/include/boost/container_hash/is_range.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/container_hash/is_tuple_like.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/context/detail/fcontext.hpp                                            |    9 
 BH-1.87.0-1/BH/inst/include/boost/core/allocator_access.hpp                                              |   26 
 BH-1.87.0-1/BH/inst/include/boost/core/bit.hpp                                                           |   20 
 BH-1.87.0-1/BH/inst/include/boost/core/checked_delete.hpp                                                |    9 
 BH-1.87.0-1/BH/inst/include/boost/core/detail/lwt_unattended.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/core/detail/minstd_rand.hpp                                            |only
 BH-1.87.0-1/BH/inst/include/boost/core/detail/string_view.hpp                                            |   28 
 BH-1.87.0-1/BH/inst/include/boost/core/empty_value.hpp                                                   |   58 
 BH-1.87.0-1/BH/inst/include/boost/core/launder.hpp                                                       |only
 BH-1.87.0-1/BH/inst/include/boost/core/lightweight_test.hpp                                              |    5 
 BH-1.87.0-1/BH/inst/include/boost/core/make_span.hpp                                                     |only
 BH-1.87.0-1/BH/inst/include/boost/core/span.hpp                                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/core/type_name.hpp                                                     |    9 
 BH-1.87.0-1/BH/inst/include/boost/crc.hpp                                                                |  195 
 BH-1.87.0-1/BH/inst/include/boost/detail/atomic_count.hpp                                                |   17 
 BH-1.87.0-1/BH/inst/include/boost/detail/basic_pointerbuf.hpp                                            |    5 
 BH-1.87.0-1/BH/inst/include/boost/detail/lcast_precision.hpp                                             |   63 
 BH-1.87.0-1/BH/inst/include/boost/detail/lightweight_mutex.hpp                                           |   18 
 BH-1.87.0-1/BH/inst/include/boost/detail/lightweight_thread.hpp                                          |   23 
 BH-1.87.0-1/BH/inst/include/boost/detail/quick_allocator.hpp                                             |   20 
 BH-1.87.0-1/BH/inst/include/boost/exception/current_exception_cast.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/clone_current_exception.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/error_info_impl.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/exception_ptr.hpp                                     |    4 
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/is_output_streamable.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/object_hex_dump.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/requires_cxx11.hpp                                    |only
 BH-1.87.0-1/BH/inst/include/boost/exception/detail/type_info.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/diagnostic_information.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/errinfo_errno.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/exception.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/get_error_info.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/info.hpp                                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/info_tuple.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/to_string.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/exception/to_string_stub.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/filesystem.hpp                                                         |    1 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/config.hpp                                                  |    1 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/detail/path_traits.hpp                                      |  152 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/detail/type_traits                                          |only
 BH-1.87.0-1/BH/inst/include/boost/filesystem/directory.hpp                                               |  334 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/exception.hpp                                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/file_status.hpp                                             |   69 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/fstream.hpp                                                 |   38 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/operations.hpp                                              |  423 
 BH-1.87.0-1/BH/inst/include/boost/filesystem/path.hpp                                                    |  551 -
 BH-1.87.0-1/BH/inst/include/boost/flyweight/concurrent_factory.hpp                                       |only
 BH-1.87.0-1/BH/inst/include/boost/flyweight/concurrent_factory_fwd.hpp                                   |only
 BH-1.87.0-1/BH/inst/include/boost/flyweight/detail/default_value_policy.hpp                              |   12 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/detail/flyweight_core.hpp                                    |  151 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/detail/not_placeholder_expr.hpp                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/detail/recursive_lw_mutex.hpp                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/flyweight.hpp                                                |   61 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/flyweight_fwd.hpp                                            |   10 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/key_value.hpp                                                |  181 
 BH-1.87.0-1/BH/inst/include/boost/flyweight/refcounted.hpp                                               |    6 
 BH-1.87.0-1/BH/inst/include/boost/format/group.hpp                                                       |   28 
 BH-1.87.0-1/BH/inst/include/boost/function.hpp                                                           |   68 
 BH-1.87.0-1/BH/inst/include/boost/function/function0.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/function/function1.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/function/function2.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/function/function3.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/function/function_base.hpp                                             |  234 
 BH-1.87.0-1/BH/inst/include/boost/function/function_fwd.hpp                                              |   77 
 BH-1.87.0-1/BH/inst/include/boost/function/function_template.hpp                                         |  862 -
 BH-1.87.0-1/BH/inst/include/boost/fusion/include/adapt_assoc_adt.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/append.hpp                                         |   19 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/area.hpp                                           |   36 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/assign.hpp                                         |   17 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/centroid.hpp                                       |   18 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/clear.hpp                                          |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/convert.hpp                                        |   59 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/correct.hpp                                        |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/correct_closure.hpp                                |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/assign_indexed_point.hpp                    |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/assign_values.hpp                           |   31 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp                  |  102 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp                  |   21 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp        |  213 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp                  |   19 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/buffer/implementation.hpp                   |   21 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/centroid/translating_transformer.hpp        |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp       |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp          |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_points/linear_or_areal_to_areal.hpp |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_points/linear_to_linear.hpp         |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_points/multipoint_to_geometry.hpp   |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_points/point_to_geometry.hpp        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_points/segment_to_segment.hpp       |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/closest_points/utilities.hpp                |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/convert_indexed_to_indexed.hpp              |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/convert_point_to_point.hpp                  |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/convex_hull/interface.hpp                   |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/covered_by/implementation.hpp               |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp                   |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp                  |   21 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp          |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp            |   18 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/disjoint/segment_box.hpp                    |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp     |   59 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/interface.hpp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp               |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/point_to_geometry.hpp              |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/segment_to_box.hpp                 |   57 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/segment_to_segment.hpp             |   33 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/distance/strategy_utils.hpp                 |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/envelope/initialize.hpp                     |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/envelope/segment.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp                  |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/equals/interface.hpp                        |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/extreme_points.hpp                          |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/for_each_range.hpp                          |    1 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/has_self_intersections.hpp                  |   21 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/intersection/areal_areal.hpp                |   39 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/intersection/box_box_implementation.hpp     |   14 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/intersection/gc.hpp                         |   14 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/intersection/interface.hpp                  |   29 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/intersection/multi.hpp                      |   29 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/intersects/implementation.hpp               |    9 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp   |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_simple/linear.hpp                        |   32 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_simple/multipoint.hpp                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp           |   29 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_valid/multipolygon.hpp                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp                      |   31 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp                        |   66 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/is_valid/segment.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp        |   75 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp                  |   34 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp              |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp                    |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp                 |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp                    |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp              |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp                   |   38 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/discard_duplicate_turns.hpp         |  174 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp      |  199 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/follow.hpp                          |   35 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp            |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_clusters.hpp                    |   56 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp         |   23 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp                   |  377 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp      |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp           |  273 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp                |  336 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp                |  113 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp                       |  116 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp              |   55 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp             |  176 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp           |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp                   |   23 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/overlay.hpp                         |   76 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp                 |    9 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp                |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp             |   35 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp                |   48 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp                    |  123 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/traversal.hpp                       |  273 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp          |   72 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp       |   54 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/overlay/traverse.hpp                        |   14 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp                 |   86 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/areal_areal.hpp                      |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp                   |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/linear_areal.hpp                     |   95 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp             |   25 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/point_point.hpp                      |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/result.hpp                           |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/relate/turns.hpp                            |   45 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/sections/section_functions.hpp              |   39 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp                   |  118 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/single_geometry.hpp                         |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/sub_range.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/touches/implementation.hpp                  |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/touches/interface.hpp                       |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/tupled_output.hpp                           |   27 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/detail/within/multi_point.hpp                      |   29 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/difference.hpp                                     |   49 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/discrete_frechet_distance.hpp                      |   27 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp                    |   78 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/dispatch/closest_points.hpp                        |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/dispatch/disjoint.hpp                              |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/dispatch/distance.hpp                              |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/for_each.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/length.hpp                                         |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/line_interpolate.hpp                               |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/num_geometries.hpp                                 |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/num_points.hpp                                     |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/point_on_surface.hpp                               |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/remove_spikes.hpp                                  |   20 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/simplify.hpp                                       |   32 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/sym_difference.hpp                                 |   70 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/transform.hpp                                      |   47 
 BH-1.87.0-1/BH/inst/include/boost/geometry/algorithms/union.hpp                                          |   93 
 BH-1.87.0-1/BH/inst/include/boost/geometry/arithmetic/determinant.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/access.hpp                                               |  139 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/closure.hpp                                              |   35 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/config.hpp                                               |   22 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/coordinate_dimension.hpp                                 |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/coordinate_system.hpp                                    |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/coordinate_type.hpp                                      |   35 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/cs.hpp                                                   |   27 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/geometry_id.hpp                                          |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/point_order.hpp                                          |   24 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/point_type.hpp                                           |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/primary_single_tag.hpp                                   |only
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/radian_access.hpp                                        |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/radius.hpp                                               |  111 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/reverse_dispatch.hpp                                     |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/ring_type.hpp                                            |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/tag.hpp                                                  |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/tag_cast.hpp                                             |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/tags.hpp                                                 |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/core/topological_dimension.hpp                                |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/andoyer_inverse.hpp                                  |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/area_formulas.hpp                                    |   48 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/differential_quantities.hpp                          |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/karney_direct.hpp                                    |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/karney_inverse.hpp                                   |   68 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/meridian_direct.hpp                                  |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/thomas_direct.hpp                                    |   19 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/thomas_inverse.hpp                                   |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/vincenty_direct.hpp                                  |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/formulas/vincenty_inverse.hpp                                 |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/concepts/box_concept.hpp                           |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/concepts/linestring_concept.hpp                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/concepts/polygon_concept.hpp                       |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/concepts/ring_concept.hpp                          |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/concepts/segment_concept.hpp                       |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/helper_geometry.hpp                                |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/geometries/register/point.hpp                                 |   30 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/algorithms/bounds.hpp                            |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/algorithms/intersection_content.hpp              |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/algorithms/path_intersection.hpp                 |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/bounded_view.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/rtree/node/node.hpp                              |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/rtree/pack_create.hpp                            |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/detail/rtree/visitors/insert.hpp                        |   25 
 BH-1.87.0-1/BH/inst/include/boost/geometry/index/equal_to.hpp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/io/dsv/write.hpp                                              |   10 
 BH-1.87.0-1/BH/inst/include/boost/geometry/io/svg/svg_mapper.hpp                                         |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/io/wkt/read.hpp                                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/io/wkt/write.hpp                                              |   17 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/append.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/area.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/centroid.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/clear.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/convert.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/correct.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/covered_by.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/modify.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp          |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/disjoint.hpp                                 |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/distance.hpp                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/envelope.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/equals.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/for_each.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/intersection.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/length.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/num_geometries.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/num_interior_rings.hpp                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/num_points.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/perimeter.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/remove_spikes.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/reverse.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/simplify.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/transform.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/unique.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/algorithms/within.hpp                                   |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/closure.hpp                                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/geometry_id.hpp                                    |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/interior_rings.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/is_areal.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/point_order.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/point_type.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/ring_type.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/tags.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/core/topological_dimension.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/concepts/check.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/multi_geometries.hpp                         |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/multi_linestring.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/multi_point.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/multi_polygon.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/register/multi_linestring.hpp                |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/register/multi_point.hpp                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/geometries/register/multi_polygon.hpp                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/io/dsv/write.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/io/wkt/read.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/io/wkt/wkt.hpp                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/io/wkt/write.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/multi.hpp                                               |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp               |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/policies/is_valid/failing_reason_policy.hpp                   |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/policies/relate/direction.hpp                                 |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/policies/relate/intersection_points.hpp                       |   16 
 BH-1.87.0-1/BH/inst/include/boost/geometry/policies/relate/intersection_policy.hpp                       |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/policies/relate/intersection_ratios.hpp                       |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/policies/robustness/segment_ratio.hpp                         |   16 
 BH-1.87.0-1/BH/inst/include/boost/geometry/srs/projections/impl/pj_transform.hpp                         |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/srs/projections/proj/ob_tran.hpp                              |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/agnostic/point_in_box_by_side.hpp                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/agnostic/point_in_point.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp        |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp                 |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/area.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/area_result.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/area.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/area_surveyor.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/buffer_end_round.hpp                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/centroid_average.hpp                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp              |   18 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp             |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/densify.hpp                              |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/disjoint_segment_box.hpp                 |   22 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp          |    3 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp                  |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp          |   18 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp        |   14 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/envelope.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/envelope_box.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/envelope_point.hpp                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/envelope_segment.hpp                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/expand_box.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/expand_point.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/expand_segment.hpp                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/intersection.hpp                         |  182 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/line_interpolate.hpp                     |    7 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp               |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/cartesian/turn_in_ring_winding.hpp                 |   15 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/comparable_distance_result.hpp                     |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/compare.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/concepts/within_concept.hpp                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/convex_hull.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/convex_hull/cartesian.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/covered_by.hpp                                     |   24 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/default_area_result.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/disjoint.hpp                                       |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/distance.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/distance_result.hpp                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/envelope.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/expand.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/area.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/buffer_end_round.hpp                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/disjoint_segment_box.hpp                |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/distance_cross_track_box_box.hpp        |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/distance_cross_track_point_box.hpp      |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/envelope.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/envelope_segment.hpp                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/expand_segment.hpp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/geographic/intersection.hpp                        |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/intersection_result.hpp                            |   17 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/intersection_strategies.hpp                        |   22 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/normalize.hpp                                      |   21 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/relate.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/side_info.hpp                                      |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/area.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/closest_points_pt_seg.hpp                |   30 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/disjoint_segment_box.hpp                 |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/distance_cross_track_box_box.hpp         |   18 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp       |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/distance_haversine.hpp                   |   16 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/distance_segment_box.hpp                 |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/envelope.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/envelope_box.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/envelope_point.hpp                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/envelope_segment.hpp                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/expand_box.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/expand_point.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/expand_segment.hpp                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/intersection.hpp                         |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/point_in_poly_winding.hpp                |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/spherical/point_order.hpp                          |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/strategies.hpp                                     |    1 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/strategy_transform.hpp                             |    5 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/transform/map_transformer.hpp                      |    6 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/transform/matrix_transformers.hpp                  |   17 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategies/within.hpp                                         |   28 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategy/relate.hpp                                           |   11 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategy/spherical/envelope_multipoint.hpp                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategy/spherical/envelope_point.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategy/spherical/envelope_segment.hpp                       |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategy/spherical/expand_box.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/geometry/strategy/spherical/expand_point.hpp                           |   13 
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/bounds.hpp                                               |only
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/is_inverse_spheroidal_coordinates.hpp                    |   16 
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/math.hpp                                                 |    8 
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/numeric_cast.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/precise_math.hpp                                         |   12 
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/rational.hpp                                             |   73 
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/type_traits.hpp                                          |  112 
 BH-1.87.0-1/BH/inst/include/boost/geometry/util/type_traits_std.hpp                                      |   16 
 BH-1.87.0-1/BH/inst/include/boost/geometry/views/enumerate_view.hpp                                      |only
 BH-1.87.0-1/BH/inst/include/boost/graph/bandwidth.hpp                                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/chrobak_payne_drawing.hpp                                        |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/circle_layout.hpp                                                |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/detail/adjacency_list.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/graph/detail/index.hpp                                                 |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/detail/read_graphviz_spirit.hpp                                  |   30 
 BH-1.87.0-1/BH/inst/include/boost/graph/dimacs.hpp                                                       |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/edge_connectivity.hpp                                            |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/exception.hpp                                                    |   49 
 BH-1.87.0-1/BH/inst/include/boost/graph/graph_mutability_traits.hpp                                      |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/graph_stats.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/graph/graph_utility.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/graph/graphml.hpp                                                      |    6 
 BH-1.87.0-1/BH/inst/include/boost/graph/graphviz.hpp                                                     |   48 
 BH-1.87.0-1/BH/inst/include/boost/graph/hawick_circuits.hpp                                              |   52 
 BH-1.87.0-1/BH/inst/include/boost/graph/isomorphism.hpp                                                  |  146 
 BH-1.87.0-1/BH/inst/include/boost/graph/labeled_graph.hpp                                                |   54 
 BH-1.87.0-1/BH/inst/include/boost/graph/metis.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/graph/planar_canonical_ordering.hpp                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/point_traits.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/graph/r_c_shortest_paths.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/graph/small_world_generator.hpp                                        |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/ssca_graph_generator.hpp                                         |    1 
 BH-1.87.0-1/BH/inst/include/boost/graph/topology.hpp                                                     |   12 
 BH-1.87.0-1/BH/inst/include/boost/graph/write_dimacs.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/heap/binomial_heap.hpp                                                 |  763 -
 BH-1.87.0-1/BH/inst/include/boost/heap/d_ary_heap.hpp                                                    |  637 -
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/heap_comparison.hpp                                        |  174 
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/heap_node.hpp                                              |  308 
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/ilog2.hpp                                                  |   36 
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/mutable_heap.hpp                                           |  388 
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/ordered_adaptor_iterator.hpp                               |  126 
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/stable_heap.hpp                                            |  448 
 BH-1.87.0-1/BH/inst/include/boost/heap/detail/tree_iterator.hpp                                          |  325 
 BH-1.87.0-1/BH/inst/include/boost/heap/fibonacci_heap.hpp                                                |  595 -
 BH-1.87.0-1/BH/inst/include/boost/heap/heap_concepts.hpp                                                 |   92 
 BH-1.87.0-1/BH/inst/include/boost/heap/heap_merge.hpp                                                    |   83 
 BH-1.87.0-1/BH/inst/include/boost/heap/pairing_heap.hpp                                                  |  531 -
 BH-1.87.0-1/BH/inst/include/boost/heap/policies.hpp                                                      |  144 
 BH-1.87.0-1/BH/inst/include/boost/heap/priority_queue.hpp                                                |  219 
 BH-1.87.0-1/BH/inst/include/boost/heap/skew_heap.hpp                                                     |  779 -
 BH-1.87.0-1/BH/inst/include/boost/integer/common_factor_rt.hpp                                           |   16 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/allocators/adaptive_pool.hpp                              |    5 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/allocators/allocator.hpp                                  |   19 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/allocators/detail/allocator_common.hpp                    |   14 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/allocators/node_allocator.hpp                             |    5 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/allocators/private_adaptive_pool.hpp                      |    5 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/allocators/private_node_allocator.hpp                     |    5 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/anonymous_shared_memory.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/char_wchar_holder.hpp                              |    6 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/config_begin.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/config_end.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/intermodule_singleton_common.hpp                   |   30 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/managed_memory_impl.hpp                            |   19 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/managed_open_or_create_impl.hpp                    |   91 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/math_functions.hpp                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/named_proxy.hpp                                    |  136 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/os_file_functions.hpp                              |   82 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/os_thread_functions.hpp                            |   74 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/portable_intermodule_singleton.hpp                 |   12 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/segment_manager_helper.hpp                         |  397 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/timed_utils.hpp                                    |  190 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/utilities.hpp                                      |   19 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/win32_api.hpp                                      |   14 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/windows_intermodule_singleton.hpp                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/detail/workaround.hpp                                     |  124 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/exceptions.hpp                                            |    8 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/indexes/flat_map_index.hpp                                |   50 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/indexes/iset_index.hpp                                    |   91 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/indexes/iunordered_set_index.hpp                          |   99 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/indexes/map_index.hpp                                     |   46 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/interprocess_printers.hpp                                 |only
 BH-1.87.0-1/BH/inst/include/boost/interprocess/ipc/message_queue.hpp                                     |   40 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/managed_external_buffer.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/managed_heap_memory.hpp                                   |    7 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/managed_mapped_file.hpp                                   |    3 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/managed_shared_memory.hpp                                 |    3 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/mapped_region.hpp                                         |   14 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp                       |  174 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp                   |   27 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/mem_algo/rbtree_best_fit.hpp                              |   64 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/offset_ptr.hpp                                            |  161 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/segment_manager.hpp                                       |  758 -
 BH-1.87.0-1/BH/inst/include/boost/interprocess/shared_memory_object.hpp                                  |   40 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/smart_ptr/detail/shared_count.hpp                         |    9 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/smart_ptr/shared_ptr.hpp                                  |   11 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/smart_ptr/weak_ptr.hpp                                    |    7 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/streams/vectorstream.hpp                                  |   31 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/cv_status.hpp                                        |  106 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/detail/common_algorithms.hpp                         |    4 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/file_lock.hpp                                        |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/interprocess_condition.hpp                           |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/interprocess_condition_any.hpp                       |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/interprocess_mutex.hpp                               |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/interprocess_recursive_mutex.hpp                     |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/interprocess_sharable_mutex.hpp                      |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/named_condition.hpp                                  |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/named_condition_any.hpp                              |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/named_mutex.hpp                                      |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/named_recursive_mutex.hpp                            |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/named_sharable_mutex.hpp                             |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/named_upgradable_mutex.hpp                           |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/posix/condition.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/posix/mutex.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/posix/named_mutex.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/posix/recursive_mutex.hpp                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/posix/semaphore_wrapper.hpp                          |   34 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/posix/timepoint_to_timespec.hpp                      |   18 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/scoped_lock.hpp                                      |    4 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/sharable_lock.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/shm/named_condition.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/shm/named_condition_any.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/shm/named_mutex.hpp                                  |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/shm/named_recursive_mutex.hpp                        |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/spin/condition.hpp                                   |   15 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/spin/mutex.hpp                                       |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/spin/recursive_mutex.hpp                             |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/spin/wait.hpp                                        |   31 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/upgradable_lock.hpp                                  |    4 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/condition.hpp                                |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/mutex.hpp                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/named_condition_any.hpp                      |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/named_mutex.hpp                              |    1 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/named_sync.hpp                               |   16 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/sync_utils.hpp                               |   42 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp                    |    5 
 BH-1.87.0-1/BH/inst/include/boost/interprocess/timed_utils.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/interprocess/windows_shared_memory.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/avl_set.hpp                                                  |   57 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/avltree.hpp                                                  |   29 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/avltree_algorithms.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/bs_set.hpp                                                   |   57 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/bstree.hpp                                                   |  147 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/bstree_algorithms.hpp                                        |   40 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/circular_list_algorithms.hpp                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/circular_slist_algorithms.hpp                                |   20 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/algorithm.hpp                                         |   16 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/any_node_and_algorithms.hpp                           |    6 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/common_slist_algorithms.hpp                           |   10 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/default_header_holder.hpp                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/ebo_functor_holder.hpp                                |   48 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/equal_to_value.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/exception_disposer.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/function_detector.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/generic_hook.hpp                                      |   29 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/hash.hpp                                              |only
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/hash_combine.hpp                                      |   60 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/hash_integral.hpp                                     |only
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/hash_mix.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/hashtable_node.hpp                                    |   82 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/hook_traits.hpp                                       |   49 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/iiterator.hpp                                         |   12 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/iterator.hpp                                          |   24 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/key_nodeptr_comp.hpp                                  |   14 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/list_iterator.hpp                                     |   38 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/mpl.hpp                                               |    6 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/node_cloner_disposer.hpp                              |    6 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/parent_from_member.hpp                                |   24 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/simple_disposers.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/size_holder.hpp                                       |   28 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/slist_iterator.hpp                                    |   41 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/transform_iterator.hpp                                |   44 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/tree_iterator.hpp                                     |   42 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/tree_value_compare.hpp                                |   56 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/detail/workaround.hpp                                        |   43 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/hashtable.hpp                                                |  507 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/linear_slist_algorithms.hpp                                  |   18 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/list.hpp                                                     |  118 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/pack_options.hpp                                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/priority_compare.hpp                                         |    6 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/rbtree.hpp                                                   |   29 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/set.hpp                                                      |   57 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/sg_set.hpp                                                   |   57 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/sgtree.hpp                                                   |   33 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/sgtree_algorithms.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/slist.hpp                                                    |  126 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/splay_set.hpp                                                |   57 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/splaytree.hpp                                                |   29 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/treap.hpp                                                    |   41 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/treap_algorithms.hpp                                         |    4 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/treap_set.hpp                                                |   81 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/unordered_set.hpp                                            |   71 
 BH-1.87.0-1/BH/inst/include/boost/intrusive/unordered_set_hook.hpp                                       |   22 
 BH-1.87.0-1/BH/inst/include/boost/iterator/function_output_iterator.hpp                                  |   11 
 BH-1.87.0-1/BH/inst/include/boost/json.hpp                                                               |    4 
 BH-1.87.0-1/BH/inst/include/boost/json/array.hpp                                                         |  135 
 BH-1.87.0-1/BH/inst/include/boost/json/basic_parser.hpp                                                  |   61 
 BH-1.87.0-1/BH/inst/include/boost/json/basic_parser_impl.hpp                                             | 1212 +-
 BH-1.87.0-1/BH/inst/include/boost/json/conversion.hpp                                                    |   57 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/detail/fast_float/ascii_number.hpp                |   11 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/detail/fast_float/float_common.hpp                |    3 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/detail/fast_float/parse_number.hpp                |    6 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/detail/from_chars_float_impl.hpp                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/detail/from_chars_integer_impl.hpp                |    6 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/detail/parser.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/charconv/impl/from_chars.ipp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/config.hpp                                                 |  131 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/default_resource.hpp                                       |    6 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/except.hpp                                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/gdb_printers.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/json/detail/handler.hpp                                                |   36 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/impl/except.ipp                                            |    8 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/impl/handler.ipp                                           |   50 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/impl/stack.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/json/detail/impl/stack.ipp                                             |   53 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/literals.hpp                                               |only
 BH-1.87.0-1/BH/inst/include/boost/json/detail/parse_into.hpp                                             |  667 -
 BH-1.87.0-1/BH/inst/include/boost/json/detail/sbo_buffer.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/shared_resource.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/sse2.hpp                                                   |    5 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/stack.hpp                                                  |   90 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/utf8.hpp                                                   |    8 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/value.hpp                                                  |    1 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/value_from.hpp                                             |   12 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/value_to.hpp                                               |  225 
 BH-1.87.0-1/BH/inst/include/boost/json/detail/writer.hpp                                                 |only
 BH-1.87.0-1/BH/inst/include/boost/json/error.hpp                                                         |    1 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/array.hpp                                                    |   20 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/array.ipp                                                    |   37 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/conversion.hpp                                               |   32 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/error.hpp                                                    |   19 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/error.ipp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/null_resource.ipp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/object.hpp                                                   |   28 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/object.ipp                                                   |   39 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/parse.ipp                                                    |   12 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/parse_into.hpp                                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/parser.ipp                                                   |   14 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/pointer.ipp                                                  |   63 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/serialize.hpp                                                |only
 BH-1.87.0-1/BH/inst/include/boost/json/impl/serialize.ipp                                                |    5 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/serializer.hpp                                               |only
 BH-1.87.0-1/BH/inst/include/boost/json/impl/serializer.ipp                                               |  791 -
 BH-1.87.0-1/BH/inst/include/boost/json/impl/stream_parser.ipp                                            |   18 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/string.hpp                                                   |    8 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/string.ipp                                                   |   34 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/value.hpp                                                    |    8 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/value.ipp                                                    |  277 
 BH-1.87.0-1/BH/inst/include/boost/json/impl/visit.hpp                                                    |   67 
 BH-1.87.0-1/BH/inst/include/boost/json/is_deallocate_trivial.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/json/monotonic_resource.hpp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/json/null_resource.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/json/object.hpp                                                        |  163 
 BH-1.87.0-1/BH/inst/include/boost/json/parse.hpp                                                         |    8 
 BH-1.87.0-1/BH/inst/include/boost/json/parse_into.hpp                                                    |   12 
 BH-1.87.0-1/BH/inst/include/boost/json/parse_options.hpp                                                 |   16 
 BH-1.87.0-1/BH/inst/include/boost/json/parser.hpp                                                        |   28 
 BH-1.87.0-1/BH/inst/include/boost/json/result_for.hpp                                                    |only
 BH-1.87.0-1/BH/inst/include/boost/json/serialize.hpp                                                     |    6 
 BH-1.87.0-1/BH/inst/include/boost/json/serializer.hpp                                                    |   70 
 BH-1.87.0-1/BH/inst/include/boost/json/static_resource.hpp                                               |    5 
 BH-1.87.0-1/BH/inst/include/boost/json/storage_ptr.hpp                                                   |   85 
 BH-1.87.0-1/BH/inst/include/boost/json/stream_parser.hpp                                                 |   60 
 BH-1.87.0-1/BH/inst/include/boost/json/string.hpp                                                        |  287 
 BH-1.87.0-1/BH/inst/include/boost/json/value.hpp                                                         | 1219 +-
 BH-1.87.0-1/BH/inst/include/boost/json/value_ref.hpp                                                     |   15 
 BH-1.87.0-1/BH/inst/include/boost/json/value_stack.hpp                                                   |   53 
 BH-1.87.0-1/BH/inst/include/boost/json/value_to.hpp                                                      |    4 
 BH-1.87.0-1/BH/inst/include/boost/json/visit.hpp                                                         |   83 
 BH-1.87.0-1/BH/inst/include/boost/lambda2/lambda2.hpp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/bad_lexical_cast.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/buffer_view.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/converter_lexical.hpp                              |  186 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/converter_lexical_streams.hpp                      | 1231 +-
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/converter_numeric.hpp                              |  156 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/inf_nan.hpp                                        |   47 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/is_character.hpp                                   |   49 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/lcast_basic_unlockedbuf.hpp                        |only
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/lcast_char_constants.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp                      |   10 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/detail/widest_char.hpp                                    |   16 
 BH-1.87.0-1/BH/inst/include/boost/lexical_cast/try_lexical_convert.hpp                                   |  172 
 BH-1.87.0-1/BH/inst/include/boost/locale/collator.hpp                                                    |   61 
 BH-1.87.0-1/BH/inst/include/boost/locale/detail/allocator_traits.hpp                                     |only
 BH-1.87.0-1/BH/inst/include/boost/locale/detail/any_string.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/locale/detail/facet_id.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/locale/encoding_utf.hpp                                                |  104 
 BH-1.87.0-1/BH/inst/include/boost/locale/formatting.hpp                                                  |   51 
 BH-1.87.0-1/BH/inst/include/boost/math/bindings/mpfr.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/bindings/mpreal.hpp                                               |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/bindings/rr.hpp                                                   |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/copysign.hpp                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/detail/config.hpp                                          |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/fdim.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/floor.hpp                                                  |    8 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/fmax.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/fmin.hpp                                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/fpclassify.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/hypot.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/isinf.hpp                                                  |   11 
 BH-1.87.0-1/BH/inst/include/boost/math/ccmath/isnan.hpp                                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/concepts/distributions.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/concepts/std_real_concept.hpp                                     |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/constants/constants.hpp                                           |   58 
 BH-1.87.0-1/BH/inst/include/boost/math/cstdfloat/cstdfloat_cmath.hpp                                     |   60 
 BH-1.87.0-1/BH/inst/include/boost/math/cstdfloat/cstdfloat_iostream.hpp                                  |   60 
 BH-1.87.0-1/BH/inst/include/boost/math/cstdfloat/cstdfloat_limits.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/differentiation/autodiff.hpp                                      |  132 
 BH-1.87.0-1/BH/inst/include/boost/math/differentiation/lanczos_smoothing.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/arcsine.hpp                                         |   86 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/bernoulli.hpp                                       |   55 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/beta.hpp                                            |   87 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/binomial.hpp                                        |   71 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/cauchy.hpp                                          |  130 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/chi_squared.hpp                                     |   76 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/complement.hpp                                      |   27 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/common_error_handling.hpp                    |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/derived_accessors.hpp                        |   37 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/generic_mode.hpp                             |   34 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/generic_quantile.hpp                         |   21 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/hypergeometric_pdf.hpp                       |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/hypergeometric_quantile.hpp                  |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/detail/inv_discrete_quantile.hpp                    |   86 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/empirical_cumulative_distribution_function.hpp      |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/exponential.hpp                                     |   80 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/extreme_value.hpp                                   |   79 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/find_scale.hpp                                      |   13 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/fisher_f.hpp                                        |   69 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/fwd.hpp                                             |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/gamma.hpp                                           |   84 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/geometric.hpp                                       |   91 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/holtsmark.hpp                                       |only
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/inverse_chi_squared.hpp                             |   68 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/inverse_gamma.hpp                                   |   77 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/inverse_gaussian.hpp                                |  107 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/kolmogorov_smirnov.hpp                              |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/landau.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/laplace.hpp                                         |   89 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/logistic.hpp                                        |   73 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/lognormal.hpp                                       |   62 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/mapairy.hpp                                         |only
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/negative_binomial.hpp                               |   88 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/non_central_beta.hpp                                |  202 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/non_central_chi_squared.hpp                         |  177 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/non_central_f.hpp                                   |   60 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/non_central_t.hpp                                   |  182 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/normal.hpp                                          |   82 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/pareto.hpp                                          |   89 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/poisson.hpp                                         |   70 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/rayleigh.hpp                                        |   88 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/saspoint5.hpp                                       |only
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/skew_normal.hpp                                     |  100 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/students_t.hpp                                      |   85 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/triangular.hpp                                      |   82 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/uniform.hpp                                         |   55 
 BH-1.87.0-1/BH/inst/include/boost/math/distributions/weibull.hpp                                         |   89 
 BH-1.87.0-1/BH/inst/include/boost/math/filters/daubechies.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/octonion.hpp                                                      |    9 
 BH-1.87.0-1/BH/inst/include/boost/math/optimization                                                      |only
 BH-1.87.0-1/BH/inst/include/boost/math/policies/error_handling.hpp                                       |  379 
 BH-1.87.0-1/BH/inst/include/boost/math/policies/policy.hpp                                               |  211 
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/detail/exp_sinh_detail.hpp                             | 1502 ++
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/detail/ooura_fourier_integrals_detail.hpp              |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/detail/sinh_sinh_detail.hpp                            |  889 +
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/detail/tanh_sinh_detail.hpp                            |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/exp_sinh.hpp                                           |   86 
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/gauss.hpp                                              | 1126 --
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/gauss_kronrod.hpp                                      | 1819 +--
 BH-1.87.0-1/BH/inst/include/boost/math/quadrature/sinh_sinh.hpp                                          |   33 
 BH-1.87.0-1/BH/inst/include/boost/math/quaternion.hpp                                                    |   98 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions.hpp                                             |    3 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/acosh.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/airy.hpp                                        |   56 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/asinh.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/atanh.hpp                                       |   22 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/bernoulli.hpp                                   |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/bessel.hpp                                      |  279 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/bessel_iterators.hpp                            |    5 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/bessel_prime.hpp                                |   40 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/beta.hpp                                        |  225 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/binomial.hpp                                    |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/cbrt.hpp                                        |   52 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/chebyshev.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/cos_pi.hpp                                      |   50 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/daubechies_scaling.hpp                          |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/daubechies_wavelet.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/airy_ai_bi_zero.hpp                      |   44 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bernoulli_details.hpp                    |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_derivatives_linear.hpp            |   36 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_i0.hpp                            |  144 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_i1.hpp                            |  114 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_ik.hpp                            |  214 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_j0.hpp                            |   67 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_j1.hpp                            |   52 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jn.hpp                            |   20 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy.hpp                            |   72 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy_asym.hpp                       |   25 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp         |    5 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy_series.hpp                     |   36 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_jy_zero.hpp                       |   90 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_k0.hpp                            |  114 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_k1.hpp                            |  126 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_kn.hpp                            |   19 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_y0.hpp                            |   65 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_y1.hpp                            |   57 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/bessel_yn.hpp                            |   13 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/erf_inv.hpp                              |  210 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/fp_traits.hpp                            |   75 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/gamma_inva.hpp                           |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp            |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp    |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/ibeta_inv_ab.hpp                         |   88 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/ibeta_inverse.hpp                        |  137 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/iconv.hpp                                |   11 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/igamma_inverse.hpp                       |   65 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/igamma_large.hpp                         |  122 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/lgamma_small.hpp                         |   37 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/polygamma.hpp                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/round_fwd.hpp                            |   49 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/t_distribution_inv.hpp                   |   44 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/detail/unchecked_factorial.hpp                  |  216 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/digamma.hpp                                     |  152 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_1.hpp                                    |  111 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_2.hpp                                    |   73 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_3.hpp                                    |   44 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_d.hpp                                    |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_rc.hpp                                   |   18 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_rd.hpp                                   |   45 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_rf.hpp                                   |   29 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_rg.hpp                                   |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ellint_rj.hpp                                   |  138 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/erf.hpp                                         |  302 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/expint.hpp                                      |  177 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/expm1.hpp                                       |   98 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/factorials.hpp                                  |   31 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/fibonacci.hpp                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/fpclassify.hpp                                  |  165 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/gamma.hpp                                       |  803 +
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/gegenbauer.hpp                                  |   23 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/hankel.hpp                                      |   62 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/hermite.hpp                                     |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/heuman_lambda.hpp                               |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/hypergeometric_1F1.hpp                          |    8 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/hypergeometric_pFq.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/hypot.hpp                                       |   20 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/jacobi_zeta.hpp                                 |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/lambert_w.hpp                                   |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/lanczos.hpp                                     |  679 -
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/legendre.hpp                                    |    5 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/log1p.hpp                                       |   77 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/math_fwd.hpp                                    |  687 -
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/modf.hpp                                        |   23 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/next.hpp                                        |   43 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/owens_t.hpp                                     |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/pow.hpp                                         |   23 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/powm1.hpp                                       |   64 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/round.hpp                                       |  139 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/rsqrt.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/sign.hpp                                        |   75 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/sin_pi.hpp                                      |   66 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/sinc.hpp                                        |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/sinhc.hpp                                       |   23 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/sqrt1pm1.hpp                                    |    5 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/trigamma.hpp                                    |  103 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/trunc.hpp                                       |  173 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/ulp.hpp                                         |    1 
 BH-1.87.0-1/BH/inst/include/boost/math/special_functions/zeta.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/statistics/detail/single_pass.hpp                                 |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/statistics/signal_statistics.hpp                                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/array.hpp                                                   |only
 BH-1.87.0-1/BH/inst/include/boost/math/tools/assert.hpp                                                  |   17 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/atomic.hpp                                                  |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/big_constant.hpp                                            |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/centered_continued_fraction.hpp                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/complex.hpp                                                 |   41 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/condition_numbers.hpp                                       |    6 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/config.hpp                                                  |  406 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/convert_from_string.hpp                                     |   11 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/cstdint.hpp                                                 |only
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_10.hpp                            |   22 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_11.hpp                            |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_12.hpp                            |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_13.hpp                            |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_14.hpp                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_15.hpp                            |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_16.hpp                            |   34 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_17.hpp                            |   36 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_18.hpp                            |   38 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_19.hpp                            |   40 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_2.hpp                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_20.hpp                            |   42 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_3.hpp                             |    8 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_4.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_5.hpp                             |   12 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_6.hpp                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_7.hpp                             |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_8.hpp                             |   18 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner1_9.hpp                             |   20 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_10.hpp                            |   22 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_11.hpp                            |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_12.hpp                            |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_13.hpp                            |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_14.hpp                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_15.hpp                            |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_16.hpp                            |   34 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_17.hpp                            |   36 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_18.hpp                            |   38 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_19.hpp                            |   40 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_2.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_20.hpp                            |   42 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_3.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_4.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_5.hpp                             |   12 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_6.hpp                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_7.hpp                             |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_8.hpp                             |   18 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner2_9.hpp                             |   20 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_10.hpp                            |   22 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_11.hpp                            |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_12.hpp                            |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_13.hpp                            |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_14.hpp                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_15.hpp                            |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_16.hpp                            |   34 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_17.hpp                            |   36 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_18.hpp                            |   38 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_19.hpp                            |   40 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_2.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_20.hpp                            |   42 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_3.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_4.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_5.hpp                             |   12 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_6.hpp                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_7.hpp                             |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_8.hpp                             |   18 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/polynomial_horner3_9.hpp                             |   20 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_10.hpp                              |   40 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_11.hpp                              |   44 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_12.hpp                              |   48 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_13.hpp                              |   52 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_14.hpp                              |   56 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_15.hpp                              |   60 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_16.hpp                              |   64 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_17.hpp                              |   68 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_18.hpp                              |   72 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_19.hpp                              |   76 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_2.hpp                               |    8 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_20.hpp                              |   80 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_3.hpp                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_4.hpp                               |   16 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_5.hpp                               |   20 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_6.hpp                               |   24 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_7.hpp                               |   28 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_8.hpp                               |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner1_9.hpp                               |   36 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_10.hpp                              |   34 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_11.hpp                              |   38 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_12.hpp                              |   42 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_13.hpp                              |   46 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_14.hpp                              |   50 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_15.hpp                              |   54 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_16.hpp                              |   58 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_17.hpp                              |   62 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_18.hpp                              |   66 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_19.hpp                              |   70 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_2.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_20.hpp                              |   74 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_3.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_4.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_5.hpp                               |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_6.hpp                               |   18 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_7.hpp                               |   22 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_8.hpp                               |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner2_9.hpp                               |   30 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_10.hpp                              |   34 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_11.hpp                              |   38 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_12.hpp                              |   42 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_13.hpp                              |   46 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_14.hpp                              |   50 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_15.hpp                              |   54 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_16.hpp                              |   58 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_17.hpp                              |   62 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_18.hpp                              |   66 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_19.hpp                              |   70 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_2.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_20.hpp                              |   74 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_3.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_4.hpp                               |   10 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_5.hpp                               |   14 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_6.hpp                               |   18 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_7.hpp                               |   22 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_8.hpp                               |   26 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/detail/rational_horner3_9.hpp                               |   30 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/engel_expansion.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/fraction.hpp                                                |  147 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/is_constant_evaluated.hpp                                   |    8 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/is_detected.hpp                                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/luroth_expansion.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/minima.hpp                                                  |   32 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/mp.hpp                                                      |   58 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/norms.hpp                                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/numeric_limits.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/math/tools/polynomial.hpp                                              |  186 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/precision.hpp                                               |  173 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/promotion.hpp                                               |  326 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/quartic_roots.hpp                                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/rational.hpp                                                |   87 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/recurrence.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/roots.hpp                                                   |  138 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/series.hpp                                                  |   71 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/signal_statistics.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/simple_continued_fraction.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/stats.hpp                                                   |    4 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/throw_exception.hpp                                         |   23 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/toms748_solve.hpp                                           |  102 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/tuple.hpp                                                   |   67 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/type_traits.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/math/tools/univariate_statistics.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tools/utility.hpp                                                 |only
 BH-1.87.0-1/BH/inst/include/boost/math/tools/workaround.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/math/tr1.hpp                                                           | 1476 +-
 BH-1.87.0-1/BH/inst/include/boost/move/adl_move_swap.hpp                                                 |   12 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/adaptive_merge.hpp                                           |    1 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/adaptive_sort.hpp                                            |    1 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/detail/adaptive_sort_merge.hpp                               |   24 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/detail/basic_op.hpp                                          |   20 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/detail/heap_sort.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/detail/merge.hpp                                             |   30 
 BH-1.87.0-1/BH/inst/include/boost/move/algo/predicate.hpp                                                |   20 
 BH-1.87.0-1/BH/inst/include/boost/move/core.hpp                                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/config_begin.hpp                                           |    1 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/iterator_to_raw_pointer.hpp                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/launder.hpp                                                |only
 BH-1.87.0-1/BH/inst/include/boost/move/detail/meta_utils.hpp                                             |   25 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/meta_utils_core.hpp                                        |   15 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/move_helpers.hpp                                           |   48 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/nsec_clock.hpp                                             |    2 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/placement_new.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/reverse_iterator.hpp                                       |   56 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/std_ns_begin.hpp                                           |   14 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/std_ns_end.hpp                                             |    3 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/to_raw_pointer.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/type_traits.hpp                                            |   94 
 BH-1.87.0-1/BH/inst/include/boost/move/detail/workaround.hpp                                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/move/iterator.hpp                                                      |   44 
 BH-1.87.0-1/BH/inst/include/boost/move/unique_ptr.hpp                                                    |   96 
 BH-1.87.0-1/BH/inst/include/boost/mp11.hpp                                                               |    3 
 BH-1.87.0-1/BH/inst/include/boost/mp11/algorithm.hpp                                                     |   59 
 BH-1.87.0-1/BH/inst/include/boost/mp11/bind.hpp                                                          |    9 
 BH-1.87.0-1/BH/inst/include/boost/mp11/detail/mp_count.hpp                                               |    8 
 BH-1.87.0-1/BH/inst/include/boost/mp11/detail/mp_fold.hpp                                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/mp11/integer_sequence.hpp                                              |    9 
 BH-1.87.0-1/BH/inst/include/boost/mp11/integral.hpp                                                      |    9 
 BH-1.87.0-1/BH/inst/include/boost/mp11/lambda.hpp                                                        |only
 BH-1.87.0-1/BH/inst/include/boost/mp11/list.hpp                                                          |    9 
 BH-1.87.0-1/BH/inst/include/boost/mp11/version.hpp                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/mpi/config.hpp                                                         |    9 
 BH-1.87.0-1/BH/inst/include/boost/mpl/aux_/integral_wrapper.hpp                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/multi_index/detail/safe_mode.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/complex_adaptor.hpp                                     |   50 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/cpp_bin_float.hpp                                       |  103 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/cpp_dec_float.hpp                                       |   26 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/cpp_int.hpp                                             |   16 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/cpp_int/divide.hpp                                      |   42 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/cpp_int/limits.hpp                                      |   14 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/cpp_int/misc.hpp                                        |    9 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/detail/default_ops.hpp                                  |   53 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/detail/functions/trunc.hpp                              |   12 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/detail/min_max.hpp                                      |   24 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/detail/number_base.hpp                                  |   21 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/detail/string_helpers.hpp                               |    4 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/float128.hpp                                            |   27 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/gmp.hpp                                                 |   72 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/mpfi.hpp                                                |   36 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/mpfr.hpp                                                |   46 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/number.hpp                                              |   19 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/tommath.hpp                                             |   24 
 BH-1.87.0-1/BH/inst/include/boost/multiprecision/traits/std_integer_traits.hpp                           |    5 
 BH-1.87.0-1/BH/inst/include/boost/none.hpp                                                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/none_t.hpp                                                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/algebra_dispatcher.hpp                          |   36 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/array_algebra.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/default_operations.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp                   |   25 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/detail/macros.hpp                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/detail/norm_inf.hpp                             |    1 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/fusion_algebra.hpp                              |   26 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/range_algebra.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/algebra/vector_space_algebra.hpp                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/config.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/blaze/blaze_resize.hpp                         |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/compute/compute_resize.hpp                     |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/eigen/eigen_resize.hpp                         |   22 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp                            |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/mpi/mpi_vector_state.hpp                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/mtl4/implicit_euler_mtl4.hpp                   |    3 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/mtl4/mtl4_resize.hpp                           |    7 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/nt2/nt2_resize.hpp                             |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp               |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp                |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/openmp/openmp_state.hpp                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/thrust/thrust_algebra_dispatcher.hpp           |   13 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/thrust/thrust_operations_dispatcher.hpp        |   13 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/thrust/thrust_resize.hpp                       |   16 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/vexcl/vexcl_resize.hpp                         |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/external/viennacl/viennacl_resize.hpp                   |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/integrate/integrate_adaptive.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/integrate/integrate_const.hpp                           |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/integrate/integrate_n_steps.hpp                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/integrate/integrate_times.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/integrate/observer_collection.hpp                       |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/impl/adaptive_iterator_impl.hpp                |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/impl/times_iterator_impl.hpp                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/integrate/integrate_adaptive.hpp               |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/integrate/integrate_const.hpp                  |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/integrate/integrate_n_steps.hpp                |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/integrate/integrate_times.hpp                  |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/iterator/integrate/observer_collection.hpp              |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/adams_bashforth.hpp                             |   10 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp                     |    7 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/adams_moulton.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/adaptive_adams_bashforth_moulton.hpp            |   10 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp            |    8 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base.hpp       |    8 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp                  |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base.hpp            |   20 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/bulirsch_stoer.hpp                              |    8 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp                    |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/controlled_adams_bashforth_moulton.hpp          |   12 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/controlled_runge_kutta.hpp                      |   20 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/adams_bashforth_call_algebra.hpp         |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/adams_bashforth_coefficients.hpp         |   34 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/adams_moulton_call_algebra.hpp           |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/adams_moulton_coefficients.hpp           |   34 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/adaptive_adams_coefficients.hpp          |   14 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/generic_rk_algorithm.hpp                 |   10 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/generic_rk_operations.hpp                |   40 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/pid_step_adjuster_coefficients.hpp       |   38 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/detail/rotating_buffer.hpp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/explicit_generic_rk.hpp                         |    8 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/extrapolation_stepper.hpp                       |   11 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/implicit_euler.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/modified_midpoint.hpp                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/rosenbrock4.hpp                                 |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/rosenbrock4_controller.hpp                      |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/runge_kutta4.hpp                                |   12 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/runge_kutta4_classic.hpp                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp                     |   18 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp             |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp                          |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp                      |   32 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/stepper_categories.hpp                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/symplectic_euler.hpp                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan.hpp            |    4 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp               |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/stepper/velocity_verlet.hpp                             |   16 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/tools                                                   |only
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/bind.hpp                                           |   78 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/copy.hpp                                           |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/detail/is_range.hpp                                |   43 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/is_pair.hpp                                        |    9 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/is_resizeable.hpp                                  |    7 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/multi_array_adaption.hpp                           |   15 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/resize.hpp                                         |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/resizer.hpp                                        |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/same_size.hpp                                      |    6 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/split_adaptor.hpp                                  |    5 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/ublas_wrapper.hpp                                  |    8 
 BH-1.87.0-1/BH/inst/include/boost/numeric/odeint/util/unwrap_reference.hpp                               |   25 
 BH-1.87.0-1/BH/inst/include/boost/numeric/ublas/detail/iterator.hpp                                      |   24 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_aligned_storage.hpp                           |    5 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_config.hpp                                    |   17 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_reference_spec.hpp                            |   93 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_relops.hpp                                    |   22 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_swap.hpp                                      |    6 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_trivially_copyable_base.hpp                   |  264 
 BH-1.87.0-1/BH/inst/include/boost/optional/detail/optional_utility.hpp                                   |only
 BH-1.87.0-1/BH/inst/include/boost/optional/optional.hpp                                                  |  693 -
 BH-1.87.0-1/BH/inst/include/boost/optional/optional_io.hpp                                               |    6 
 BH-1.87.0-1/BH/inst/include/boost/pending/detail/disjoint_sets.hpp                                       |   12 
 BH-1.87.0-1/BH/inst/include/boost/pending/disjoint_sets.hpp                                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/pending/property.hpp                                                   |    3 
 BH-1.87.0-1/BH/inst/include/boost/pointer_cast.hpp                                                       |   36 
 BH-1.87.0-1/BH/inst/include/boost/pool/pool.hpp                                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/predef/version.h                                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/preprocessor/variadic/has_opt.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/process.hpp                                                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/process/args.hpp                                                       |  278 
 BH-1.87.0-1/BH/inst/include/boost/process/async.hpp                                                      |  131 
 BH-1.87.0-1/BH/inst/include/boost/process/async_pipe.hpp                                                 |  216 
 BH-1.87.0-1/BH/inst/include/boost/process/async_system.hpp                                               |  150 
 BH-1.87.0-1/BH/inst/include/boost/process/child.hpp                                                      |  153 
 BH-1.87.0-1/BH/inst/include/boost/process/cmd.hpp                                                        |  121 
 BH-1.87.0-1/BH/inst/include/boost/process/env.hpp                                                        |  502 
 BH-1.87.0-1/BH/inst/include/boost/process/environment.hpp                                                |  711 -
 BH-1.87.0-1/BH/inst/include/boost/process/error.hpp                                                      |  210 
 BH-1.87.0-1/BH/inst/include/boost/process/exception.hpp                                                  |   29 
 BH-1.87.0-1/BH/inst/include/boost/process/exe.hpp                                                        |   96 
 BH-1.87.0-1/BH/inst/include/boost/process/extend.hpp                                                     |  343 
 BH-1.87.0-1/BH/inst/include/boost/process/filesystem.hpp                                                 |   27 
 BH-1.87.0-1/BH/inst/include/boost/process/group.hpp                                                      |  232 
 BH-1.87.0-1/BH/inst/include/boost/process/handles.hpp                                                    |  106 
 BH-1.87.0-1/BH/inst/include/boost/process/io.hpp                                                         |  550 -
 BH-1.87.0-1/BH/inst/include/boost/process/locale.hpp                                                     |  246 
 BH-1.87.0-1/BH/inst/include/boost/process/pipe.hpp                                                       |  630 -
 BH-1.87.0-1/BH/inst/include/boost/process/posix.hpp                                                      |   74 
 BH-1.87.0-1/BH/inst/include/boost/process/search_path.hpp                                                |   53 
 BH-1.87.0-1/BH/inst/include/boost/process/shell.hpp                                                      |   91 
 BH-1.87.0-1/BH/inst/include/boost/process/spawn.hpp                                                      |   68 
 BH-1.87.0-1/BH/inst/include/boost/process/start_dir.hpp                                                  |  110 
 BH-1.87.0-1/BH/inst/include/boost/process/system.hpp                                                     |  156 
 BH-1.87.0-1/BH/inst/include/boost/process/v1                                                             |only
 BH-1.87.0-1/BH/inst/include/boost/process/v1.hpp                                                         |only
 BH-1.87.0-1/BH/inst/include/boost/process/v2/bind_launcher.hpp                                           |   24 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/default_launcher.hpp                                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/config.hpp                                           |   79 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/environment_posix.hpp                                |    7 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/environment_win.hpp                                  |   22 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/last_error.hpp                                       |    6 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/process_handle_fd.hpp                                |   48 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/process_handle_fd_or_signal.hpp                      |   59 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/process_handle_signal.hpp                            |   50 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/process_handle_windows.hpp                           |   77 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/throw_error.hpp                                      |    5 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/detail/utf8.hpp                                             |   15 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/environment.hpp                                             |   13 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/error.hpp                                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/execute.hpp                                                 |   25 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/exit_code.hpp                                               |    6 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/ext/cmd.hpp                                                 |   11 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/ext/cwd.hpp                                                 |   11 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/ext/detail/proc_info.hpp                                    |    6 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/ext/env.hpp                                                 |   13 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/ext/exe.hpp                                                 |    4 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/pid.hpp                                                     |    6 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/popen.hpp                                                   |   41 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/posix/default_launcher.hpp                                  |   40 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/posix/fork_and_forget_launcher.hpp                          |   30 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/posix/pdfork_launcher.hpp                                   |   38 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/posix/vfork_launcher.hpp                                    |   28 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/process.hpp                                                 |   36 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/process_handle.hpp                                          |   25 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/shell.hpp                                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/stdio.hpp                                                   |   28 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/windows/as_user_launcher.hpp                                |   16 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/windows/default_launcher.hpp                                |   18 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/windows/with_logon_launcher.hpp                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/process/v2/windows/with_token_launcher.hpp                             |   14 
 BH-1.87.0-1/BH/inst/include/boost/process/windows.hpp                                                    |   60 
 BH-1.87.0-1/BH/inst/include/boost/program_options/detail/parsers.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/program_options/errors.hpp                                             |   26 
 BH-1.87.0-1/BH/inst/include/boost/program_options/parsers.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/detail/exception_implementation.hpp                      |   16 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/detail/file_parser_error.hpp                             |    9 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/detail/info_parser_write.hpp                             |    7 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/detail/ptree_implementation.hpp                          |    1 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/detail/rapidxml.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/exceptions.hpp                                           |    6 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/json_parser/detail/parser.hpp                            |    1 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/json_parser/detail/standard_callbacks.hpp                |    3 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/json_parser/detail/write.hpp                             |    6 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/ptree.hpp                                                |    4 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/ptree_serialization.hpp                                  |    4 
 BH-1.87.0-1/BH/inst/include/boost/property_tree/string_path.hpp                                          |   37 
 BH-1.87.0-1/BH/inst/include/boost/python/class.hpp                                                       |   10 
 BH-1.87.0-1/BH/inst/include/boost/python/converter/pytype_function.hpp                                   |    8 
 BH-1.87.0-1/BH/inst/include/boost/python/detail/config.hpp                                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/python/make_constructor.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/python/object/add_to_namespace.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/python/object/function.hpp                                             |    5 
 BH-1.87.0-1/BH/inst/include/boost/python/object/function_doc_signature.hpp                               |    4 
 BH-1.87.0-1/BH/inst/include/boost/python/pure_virtual.hpp                                                |    1 
 BH-1.87.0-1/BH/inst/include/boost/qvm.hpp                                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/all.hpp                                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/assert.hpp                                                         |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/config.hpp                                                         |    7 
 BH-1.87.0-1/BH/inst/include/boost/qvm/deduce_mat.hpp                                                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/deduce_quat.hpp                                                    |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/deduce_scalar.hpp                                                  |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/deduce_vec.hpp                                                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/cofactor_impl.hpp                                           |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/determinant_impl.hpp                                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/mat_assign.hpp                                              |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/quat_assign.hpp                                             |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/remove_const.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/swizzle_traits.hpp                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/transp_impl.hpp                                             |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/vec_assign.hpp                                              |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/detail/vec_register_impl.hpp                                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/enable_if.hpp                                                      |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/error.hpp                                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/mat_assign2.hpp                                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/mat_assign3.hpp                                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/mat_assign4.hpp                                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/mat_operations2.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/mat_operations3.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/mat_operations4.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/swizzle2.hpp                                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/swizzle3.hpp                                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/swizzle4.hpp                                                   |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_assign2.hpp                                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_assign3.hpp                                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_assign4.hpp                                                |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_mat_operations2.hpp                                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_mat_operations3.hpp                                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_mat_operations4.hpp                                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_operations2.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_operations3.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/gen/vec_operations4.hpp                                            |    6 
 BH-1.87.0-1/BH/inst/include/boost/qvm/is_scalar.hpp                                                      |    5 
 BH-1.87.0-1/BH/inst/include/boost/qvm/lite.hpp                                                           |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/map.hpp                                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/map_mat_mat.hpp                                                    |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/map_mat_vec.hpp                                                    |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/map_vec_mat.hpp                                                    |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat.hpp                                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_access.hpp                                                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_operations.hpp                                                 |    1 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_operations2.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_operations3.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_operations4.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_traits.hpp                                                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_traits_array.hpp                                               |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/mat_traits_defaults.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/math.hpp                                                           |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/operations.hpp                                                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat.hpp                                                           |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat_access.hpp                                                    |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat_operations.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat_traits.hpp                                                    |    7 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat_traits_array.hpp                                              |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat_traits_defaults.hpp                                           |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/quat_vec_operations.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/scalar_traits.hpp                                                  |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/static_assert.hpp                                                  |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/swizzle.hpp                                                        |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/swizzle2.hpp                                                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/swizzle3.hpp                                                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/swizzle4.hpp                                                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/throw_exception.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/to_string.hpp                                                      |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec.hpp                                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_access.hpp                                                     |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_mat_operations.hpp                                             |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_mat_operations2.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_mat_operations3.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_mat_operations4.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_operations.hpp                                                 |    1 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_operations2.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_operations3.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_operations4.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_register.hpp                                                   |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_register2.hpp                                                  |    9 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_register3.hpp                                                  |    9 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_register4.hpp                                                  |    9 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_traits.hpp                                                     |    7 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_traits_array.hpp                                               |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_traits_defaults.hpp                                            |    3 
 BH-1.87.0-1/BH/inst/include/boost/qvm/vec_traits_gnuc.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/random.hpp                                                             |    1 
 BH-1.87.0-1/BH/inst/include/boost/random/beta_distribution.hpp                                           |   10 
 BH-1.87.0-1/BH/inst/include/boost/random/hyperexponential_distribution.hpp                               |   30 
 BH-1.87.0-1/BH/inst/include/boost/random/splitmix64.hpp                                                  |only
 BH-1.87.0-1/BH/inst/include/boost/range/detail/any_iterator_buffer.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/range/mfc.hpp                                                          |   10 
 BH-1.87.0-1/BH/inst/include/boost/scope                                                                  |only
 BH-1.87.0-1/BH/inst/include/boost/signals2/detail/signal_template.hpp                                    |   59 
 BH-1.87.0-1/BH/inst/include/boost/signals2/detail/slot_call_iterator.hpp                                 |    8 
 BH-1.87.0-1/BH/inst/include/boost/signals2/last_value.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/signals2/optional_last_value.hpp                                       |    3 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/allocate_local_shared_array.hpp                              |   37 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/allocate_shared_array.hpp                                    |   81 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/allocate_unique.hpp                                          |  158 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/atomic_shared_ptr.hpp                                        |   92 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/bad_weak_ptr.hpp                                             |   24 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/atomic_count.hpp                                      |    1 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/deprecated_macros.hpp                                 |only
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/lightweight_thread.hpp                                |   24 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/local_counted_base.hpp                                |   32 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/local_sp_deleter.hpp                                  |   22 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/quick_allocator.hpp                                   |   11 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/shared_count.hpp                                      |  129 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_convertible.hpp                                    |   16 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_counted_base.hpp                                   |    1 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp                                |   27 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp                        |   33 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_counted_base_w32.hpp                               |   11 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_counted_impl.hpp                                   |   71 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp                             |    5 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_noexcept.hpp                                       |   19 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/sp_type_traits.hpp                                    |only
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/spinlock.hpp                                          |    1 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp                               |   11 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/enable_shared_from.hpp                                       |    4 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/enable_shared_from_raw.hpp                                   |    5 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/enable_shared_from_this.hpp                                  |   17 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/intrusive_ptr.hpp                                            |  153 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/intrusive_ref_counter.hpp                                    |   35 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/local_shared_ptr.hpp                                         |  187 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_local_shared.hpp                                        |    1 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_local_shared_array.hpp                                  |   19 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_local_shared_object.hpp                                 |   57 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_shared.hpp                                              |    8 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_shared_array.hpp                                        |   19 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_shared_object.hpp                                       |  593 -
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/make_unique.hpp                                              |   28 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/owner_equal_to.hpp                                           |    4 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/owner_hash.hpp                                               |    3 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/owner_less.hpp                                               |    4 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/scoped_array.hpp                                             |   38 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/scoped_ptr.hpp                                               |   42 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/shared_array.hpp                                             |  102 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/shared_ptr.hpp                                               |  445 
 BH-1.87.0-1/BH/inst/include/boost/smart_ptr/weak_ptr.hpp                                                 |  120 
 BH-1.87.0-1/BH/inst/include/boost/spirit/home/karma/binary/binary.hpp                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/spirit/home/x3/operator/sequence.hpp                                   |    1 
 BH-1.87.0-1/BH/inst/include/boost/static_string/config.hpp                                               |   29 
 BH-1.87.0-1/BH/inst/include/boost/static_string/static_string.hpp                                        |  213 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/config.hpp                                               |    9 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/enable_if.hpp                                            |   15 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/error_category.hpp                                       |   70 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/error_category_impl.hpp                                  |   34 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/error_code.hpp                                           |  175 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/error_condition.hpp                                      |   81 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/generic_category.hpp                                     |   14 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/generic_category_message.hpp                             |   22 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/interop_category.hpp                                     |   14 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/is_same.hpp                                              |   16 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/snprintf.hpp                                             |   47 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/std_category.hpp                                         |   14 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/std_category_impl.hpp                                    |    4 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/system_category.hpp                                      |   14 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/system_category_condition_win32.hpp                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/system_category_impl.hpp                                 |    6 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/system_category_message.hpp                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/system/detail/system_category_message_win32.hpp                        |   14 
 BH-1.87.0-1/BH/inst/include/boost/system/errc.hpp                                                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/system/result.hpp                                                      |  197 
 BH-1.87.0-1/BH/inst/include/boost/system/system_error.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/test/detail/config.hpp                                                 |    7 
 BH-1.87.0-1/BH/inst/include/boost/test/detail/global_typedef.hpp                                         |   18 
 BH-1.87.0-1/BH/inst/include/boost/test/impl/test_tools.ipp                                               |    9 
 BH-1.87.0-1/BH/inst/include/boost/test/prg_exec_monitor.hpp                                              |    1 
 BH-1.87.0-1/BH/inst/include/boost/test/test_exec_monitor.hpp                                             |    1 
 BH-1.87.0-1/BH/inst/include/boost/test/tools/detail/fwd.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/test/tools/detail/print_helper.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/test/tools/interface.hpp                                               |   14 
 BH-1.87.0-1/BH/inst/include/boost/test/unit_test.hpp                                                     |    1 
 BH-1.87.0-1/BH/inst/include/boost/test/utils/named_params.hpp                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/type_index.hpp                                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_index/ctti_type_index.hpp                                         |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_index/detail/compile_time_type_info.hpp                           |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_index/detail/ctti_register_class.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_index/detail/stl_register_class.hpp                               |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_index/stl_type_index.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_index/type_index_facade.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/type_traits/is_floating_point.hpp                                      |   22 
 BH-1.87.0-1/BH/inst/include/boost/units/cmath.hpp                                                        |only
 BH-1.87.0-1/BH/inst/include/boost/units/detail/cmath_impl.hpp                                            |only
 BH-1.87.0-1/BH/inst/include/boost/units/dimensionless_quantity.hpp                                       |only
 BH-1.87.0-1/BH/inst/include/boost/units/dimensionless_unit.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/units/pow.hpp                                                          |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_flat_map.hpp                                      |  221 
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_flat_map_fwd.hpp                                  |   15 
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_flat_set.hpp                                      |  237 
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_flat_set_fwd.hpp                                  |   15 
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_node_map.hpp                                      |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_node_map_fwd.hpp                                  |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_node_set.hpp                                      |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/concurrent_node_set_fwd.hpp                                  |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/allocator_constructed.hpp                             |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/concurrent_static_asserts.hpp                         |   38 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/fca.hpp                                               |   42 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/concurrent_table.hpp                              |  380 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/core.hpp                                          |  214 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/cumulative_stats.hpp                              |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/flat_map_types.hpp                                |   24 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/flat_set_types.hpp                                |   10 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/node_handle.hpp                                   |  125 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/node_map_handle.hpp                               |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/node_map_types.hpp                                |   31 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/node_set_handle.hpp                               |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/node_set_types.hpp                                |   17 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/table.hpp                                         |   39 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/tuple_rotate_right.hpp                            |   21 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/foa/types_constructibility.hpp                        |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/implementation.hpp                                    |   36 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/map.hpp                                               |   19 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/set.hpp                                               |   17 
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/throw_exception.hpp                                   |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/detail/type_traits.hpp                                       |   43 
 BH-1.87.0-1/BH/inst/include/boost/unordered/hash_traits.hpp                                              |   40 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_flat_map.hpp                                       |   39 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_flat_map_fwd.hpp                                   |   15 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_flat_set.hpp                                       |   21 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_flat_set_fwd.hpp                                   |   14 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_map.hpp                                            |   41 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_map_fwd.hpp                                        |   19 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_node_map.hpp                                       |  106 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_node_map_fwd.hpp                                   |   15 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_node_set.hpp                                       |   78 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_node_set_fwd.hpp                                   |   14 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_printers.hpp                                       |only
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_set.hpp                                            |   20 
 BH-1.87.0-1/BH/inst/include/boost/unordered/unordered_set_fwd.hpp                                        |   17 
 BH-1.87.0-1/BH/inst/include/boost/url.hpp                                                                |    1 
 BH-1.87.0-1/BH/inst/include/boost/url/authority_view.hpp                                                 |   19 
 BH-1.87.0-1/BH/inst/include/boost/url/decode_view.hpp                                                    |   59 
 BH-1.87.0-1/BH/inst/include/boost/url/detail/config.hpp                                                  |   20 
 BH-1.87.0-1/BH/inst/include/boost/url/detail/encode.hpp                                                  |  136 
 BH-1.87.0-1/BH/inst/include/boost/url/detail/format_args.hpp                                             |    8 
 BH-1.87.0-1/BH/inst/include/boost/url/detail/impl/format_args.hpp                                        |    6 
 BH-1.87.0-1/BH/inst/include/boost/url/detail/url_impl.hpp                                                |    3 
 BH-1.87.0-1/BH/inst/include/boost/url/detail/vformat.hpp                                                 |   11 
 BH-1.87.0-1/BH/inst/include/boost/url/error_types.hpp                                                    |   61 
 BH-1.87.0-1/BH/inst/include/boost/url/format.hpp                                                         |   10 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/all_chars.hpp                                              |   24 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/alnum_chars.hpp                                            |   34 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/alpha_chars.hpp                                            |   28 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/charset.hpp                                                |   66 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/ci_string.hpp                                              |  103 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/dec_octet_rule.hpp                                         |   37 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/delim_rule.hpp                                             |   74 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/detail/recycled.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/digit_chars.hpp                                            |   29 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/hexdig_chars.hpp                                           |   42 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/not_empty_rule.hpp                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/optional_rule.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/range_rule.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/recycled.hpp                                          |    6 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/token_rule.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/tuple_rule.hpp                                        |    4 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/impl/variant_rule.hpp                                      |   10 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/lut_chars.hpp                                              |   12 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/not_empty_rule.hpp                                         |   39 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/optional_rule.hpp                                          |   48 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/parse.hpp                                                  |   41 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/range_rule.hpp                                             |  190 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/recycled.hpp                                               |   21 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/string_token.hpp                                           |   53 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/string_view_base.hpp                                       |   54 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/token_rule.hpp                                             |   41 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/tuple_rule.hpp                                             |   92 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/type_traits.hpp                                            |   33 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/unsigned_rule.hpp                                          |   26 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/variant_rule.hpp                                           |   68 
 BH-1.87.0-1/BH/inst/include/boost/url/grammar/vchars.hpp                                                 |   29 
 BH-1.87.0-1/BH/inst/include/boost/url/ignore_case.hpp                                                    |    6 
 BH-1.87.0-1/BH/inst/include/boost/url/ipv4_address.hpp                                                   |   10 
 BH-1.87.0-1/BH/inst/include/boost/url/ipv6_address.hpp                                                   |   13 
 BH-1.87.0-1/BH/inst/include/boost/url/optional.hpp                                                       |   22 
 BH-1.87.0-1/BH/inst/include/boost/url/param.hpp                                                          |   13 
 BH-1.87.0-1/BH/inst/include/boost/url/params_base.hpp                                                    |   31 
 BH-1.87.0-1/BH/inst/include/boost/url/params_encoded_base.hpp                                            |   23 
 BH-1.87.0-1/BH/inst/include/boost/url/params_encoded_ref.hpp                                             |   12 
 BH-1.87.0-1/BH/inst/include/boost/url/params_encoded_view.hpp                                            |   30 
 BH-1.87.0-1/BH/inst/include/boost/url/params_ref.hpp                                                     |   12 
 BH-1.87.0-1/BH/inst/include/boost/url/parse_query.hpp                                                    |    1 
 BH-1.87.0-1/BH/inst/include/boost/url/pct_string_view.hpp                                                |   21 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/absolute_uri_rule.hpp                                          |   36 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/authority_rule.hpp                                             |   32 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/detail/path_rules.hpp                                          |   10 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/impl/pct_encoded_rule.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/ipv4_address_rule.hpp                                          |   39 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/ipv6_address_rule.hpp                                          |   47 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/origin_form_rule.hpp                                           |   31 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/pct_encoded_rule.hpp                                           |   55 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/query_rule.hpp                                                 |   40 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/relative_ref_rule.hpp                                          |   31 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/uri_reference_rule.hpp                                         |   34 
 BH-1.87.0-1/BH/inst/include/boost/url/rfc/uri_rule.hpp                                                   |   31 
 BH-1.87.0-1/BH/inst/include/boost/url/segments_base.hpp                                                  |   20 
 BH-1.87.0-1/BH/inst/include/boost/url/segments_encoded_base.hpp                                          |   23 
 BH-1.87.0-1/BH/inst/include/boost/url/segments_encoded_view.hpp                                          |   30 
 BH-1.87.0-1/BH/inst/include/boost/url/static_url.hpp                                                     |    4 
 BH-1.87.0-1/BH/inst/include/boost/url/string_view.hpp                                                    |    2 
 BH-1.87.0-1/BH/inst/include/boost/url/url.hpp                                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/url/url_base.hpp                                                       |  151 
 BH-1.87.0-1/BH/inst/include/boost/url/url_view_base.hpp                                                  |  169 
 BH-1.87.0-1/BH/inst/include/boost/url/variant.hpp                                                        |   16 
 BH-1.87.0-1/BH/inst/include/boost/utility/detail/minstd_rand.hpp                                         |   44 
 BH-1.87.0-1/BH/inst/include/boost/uuid.hpp                                                               |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/basic_name_generator.hpp                                          |  168 
 BH-1.87.0-1/BH/inst/include/boost/uuid/basic_random_generator.hpp                                        |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/basic_name_generator.hpp                                   |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/chacha20.hpp                                               |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/config.hpp                                                 |   24 
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/endian.hpp                                                 |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/hash_mix.hpp                                               |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/md5.hpp                                                    |   72 
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/numeric_cast.hpp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/random_device.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/random_provider.hpp                                        |   82 
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/sha1.hpp                                                   |   55 
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/static_assert.hpp                                          |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/to_chars.hpp                                               |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/uuid_generic.ipp                                           |   96 
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/uuid_uint128.ipp                                           |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/detail/uuid_x86.ipp                                               |  154 
 BH-1.87.0-1/BH/inst/include/boost/uuid/entropy_error.hpp                                                 |   16 
 BH-1.87.0-1/BH/inst/include/boost/uuid/name_generator.hpp                                                |   30 
 BH-1.87.0-1/BH/inst/include/boost/uuid/name_generator_md5.hpp                                            |   29 
 BH-1.87.0-1/BH/inst/include/boost/uuid/name_generator_sha1.hpp                                           |   31 
 BH-1.87.0-1/BH/inst/include/boost/uuid/namespaces.hpp                                                    |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/nil_generator.hpp                                                 |   31 
 BH-1.87.0-1/BH/inst/include/boost/uuid/random_generator.hpp                                              |  230 
 BH-1.87.0-1/BH/inst/include/boost/uuid/string_generator.hpp                                              |  262 
 BH-1.87.0-1/BH/inst/include/boost/uuid/time_generator.hpp                                                |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/time_generator_v1.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/time_generator_v6.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/time_generator_v7.hpp                                             |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/uuid.hpp                                                          |  404 
 BH-1.87.0-1/BH/inst/include/boost/uuid/uuid_clock.hpp                                                    |only
 BH-1.87.0-1/BH/inst/include/boost/uuid/uuid_generators.hpp                                               |   12 
 BH-1.87.0-1/BH/inst/include/boost/uuid/uuid_hash.hpp                                                     |   41 
 BH-1.87.0-1/BH/inst/include/boost/uuid/uuid_io.hpp                                                       |  263 
 BH-1.87.0-1/BH/inst/include/boost/uuid/uuid_serialize.hpp                                                |   32 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/apply_visitor_binary.hpp                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/apply_visitor_unary.hpp                                 |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/config.hpp                                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/element_index.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/forced_return.hpp                                       |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/has_result_type.hpp                                     |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/hash_variant.hpp                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/initializer.hpp                                         |   89 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/make_variant_list.hpp                                   |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/move.hpp                                                |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/std_hash.hpp                                            |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/substitute.hpp                                          |    3 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/variant_io.hpp                                          |   26 
 BH-1.87.0-1/BH/inst/include/boost/variant/detail/visitation_impl.hpp                                     |   11 
 BH-1.87.0-1/BH/inst/include/boost/variant/get.hpp                                                        |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/recursive_variant.hpp                                          |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/recursive_wrapper_fwd.hpp                                      |    2 
 BH-1.87.0-1/BH/inst/include/boost/variant/variant.hpp                                                    |   82 
 BH-1.87.0-1/BH/inst/include/boost/variant/variant_fwd.hpp                                                |   45 
 BH-1.87.0-1/BH/inst/include/boost/variant2/variant.hpp                                                   |   16 
 BH-1.87.0-1/BH/inst/include/boost/version.hpp                                                            |    4 
 BH-1.87.0-1/BH/inst/include/boost/winapi/get_proc_address.hpp                                            |   13 
 BH-1.87.0-1/BH/inst/include/boost/xpressive/detail/utility/counted_base.hpp                              |    2 
 BH-1.87.0-1/BH/inst/include/boost/xpressive/detail/utility/tracking_ptr.hpp                              |    4 
 BH-1.87.0-1/BH/inst/include/boost/xpressive/xpressive_static.hpp                                         |    2 
 2530 files changed, 51383 insertions(+), 54083 deletions(-)

More information about BH at CRAN
Permanent link

Package NNS updated to version 10.9.6 with previous version 10.9.5 dated 2024-12-16

Title: Nonlinear Nonparametric Statistics
Description: Nonlinear nonparametric statistics using partial moments. Partial moments are the elements of variance and asymptotically approximate the area of f(x). These robust statistics provide the basis for nonlinear analysis while retaining linear equivalences. NNS offers: Numerical integration, Numerical differentiation, Clustering, Correlation, Dependence, Causal analysis, ANOVA, Regression, Classification, Seasonality, Autoregressive modeling, Normalization, Stochastic dominance and Advanced Monte Carlo sampling. All routines based on: Viole, F. and Nawrocki, D. (2013), Nonlinear Nonparametric Statistics: Using Partial Moments (ISBN: 1490523995).
Author: Fred Viole [aut, cre], Roberto Spadim [ctb]
Maintainer: Fred Viole <ovvo.financial.systems@gmail.com>

Diff between NNS versions 10.9.5 dated 2024-12-16 and 10.9.6 dated 2024-12-17

 DESCRIPTION                            |    6 
 MD5                                    |   16 -
 R/NNS_MC.R                             |   27 +
 R/NNS_meboot.R                         |  447 ++++++++++++++++-----------------
 README.md                              |    4 
 inst/doc/NNSvignette_Sampling.html     |    2 
 man/NNS.MC.Rd                          |    2 
 man/NNS.meboot.Rd                      |    9 
 vignettes/images/NNSmc_1_tgt_drift.png |binary
 9 files changed, 260 insertions(+), 253 deletions(-)

More information about NNS at CRAN
Permanent link

Package gwavr updated to version 0.3.2 with previous version 0.3.1 dated 2024-05-10

Title: Get Water Attributes Visually in R
Description: Provides methods to Get Water Attributes Visually in R ('gwavr'). This allows the user to point and click on areas within the United States and get back hydrological data, e.g. flowlines, catchments, basin boundaries, comids, etc.
Author: Joshua Erickson [aut, cre]
Maintainer: Joshua Erickson <joshualerickson@gmail.com>

Diff between gwavr versions 0.3.1 dated 2024-05-10 and 0.3.2 dated 2024-12-17

 DESCRIPTION                             |   12 
 MD5                                     |   28 
 NAMESPACE                               |    4 
 NEWS.md                                 |   12 
 R/globals.R                             |   16 
 R/modules.R                             | 3682 ++++++++++++++++----------------
 R/noaatlas.R                            |only
 R/streamnetwork.R                       |    4 
 R/utils.R                               |  142 +
 README.md                               |  152 -
 inst/www/pf.png                         |only
 man/get_noaatlas.Rd                     |only
 man/get_noaatlas_interactively.Rd       |only
 man/get_noaatlas_png.Rd                 |only
 man/get_stream_network_interactively.Rd |    4 
 man/noaatlasMod.Rd                      |only
 man/noaatlasModUI.Rd                    |only
 tests/testthat/test-nldi.R              |  116 -
 tests/testthat/test-noaa.R              |only
 19 files changed, 2237 insertions(+), 1935 deletions(-)

More information about gwavr at CRAN
Permanent link

Package bdc updated to version 1.1.5 with previous version 1.1.4 dated 2023-03-13

Title: Biodiversity Data Cleaning
Description: It brings together several aspects of biodiversity data-cleaning in one place. 'bdc' is organized in thematic modules related to different biodiversity dimensions, including 1) Merge datasets: standardization and integration of different datasets; 2) Pre-filter: flagging and removal of invalid or non-interpretable information, followed by data amendments; 3) Taxonomy: cleaning, parsing, and harmonization of scientific names from several taxonomic groups against taxonomic databases locally stored through the application of exact and partial matching algorithms; 4) Space: flagging of erroneous, suspect, and low-precision geographic coordinates; and 5) Time: flagging and, whenever possible, correction of inconsistent collection date. In addition, it contains features to visualize, document, and report data quality – which is essential for making data quality assessment transparent and reproducible. The reference for the methodology is Bruno et al. (2022) <doi:10.1111/2041-210X.13868> [...truncated...]
Author: Bruno Ribeiro [aut, cre] , Santiago Velazco [aut] , Karlo Guidoni-Martins [aut] , Geiziane Tessarolo [aut] , Lucas Jardim [aut] , Steven Bachman [ctb] , Rafael Loyola [ctb]
Maintainer: Bruno Ribeiro <ribeiro.brr@gmail.com>

Diff between bdc versions 1.1.4 dated 2023-03-13 and 1.1.5 dated 2024-12-17

 bdc-1.1.4/bdc/build                                                      |only
 bdc-1.1.4/bdc/inst/doc                                                   |only
 bdc-1.1.4/bdc/vignettes                                                  |only
 bdc-1.1.5/bdc/DESCRIPTION                                                |   25 
 bdc-1.1.5/bdc/MD5                                                        |  267 
 bdc-1.1.5/bdc/NAMESPACE                                                  |  268 
 bdc-1.1.5/bdc/NEWS.md                                                    |  144 
 bdc-1.1.5/bdc/R/bdc_basisOfRecords_notStandard.R                         |  208 
 bdc-1.1.5/bdc/R/bdc_clean_duplicates.R                                   |  150 
 bdc-1.1.5/bdc/R/bdc_clean_names.R                                        | 1946 -
 bdc-1.1.5/bdc/R/bdc_coord_trans.R                                        |  196 
 bdc-1.1.5/bdc/R/bdc_coordinates_country_inconsistent.R                   |  442 
 bdc-1.1.5/bdc/R/bdc_coordinates_empty.R                                  |  143 
 bdc-1.1.5/bdc/R/bdc_coordinates_from_locality.R                          |  246 
 bdc-1.1.5/bdc/R/bdc_coordinates_outOfRange.R                             |  136 
 bdc-1.1.5/bdc/R/bdc_coordinates_precision.R                              |  166 
 bdc-1.1.5/bdc/R/bdc_coordinates_transposed.R                             |  438 
 bdc-1.1.5/bdc/R/bdc_correct_coordinates.R                                |  372 
 bdc-1.1.5/bdc/R/bdc_country_from_coordinates.R                           |  333 
 bdc-1.1.5/bdc/R/bdc_country_standardized.R                               |  196 
 bdc-1.1.5/bdc/R/bdc_create_dir.R                                         |   48 
 bdc-1.1.5/bdc/R/bdc_create_figures.R                                     | 1087 -
 bdc-1.1.5/bdc/R/bdc_create_report.R                                      | 1066 
 bdc-1.1.5/bdc/R/bdc_eventDate_empty.R                                    |  106 
 bdc-1.1.5/bdc/R/bdc_filter_name.R                                        |  210 
 bdc-1.1.5/bdc/R/bdc_filter_out_flags.R                                   |  118 
 bdc-1.1.5/bdc/R/bdc_filter_out_names.R                                   |  212 
 bdc-1.1.5/bdc/R/bdc_get_world_map.R                                      |   88 
 bdc-1.1.5/bdc/R/bdc_query_names_taxadb.R                                 | 1244 -
 bdc-1.1.5/bdc/R/bdc_quickmap.R                                           |  299 
 bdc-1.1.5/bdc/R/bdc_return_names.R                                       |   92 
 bdc-1.1.5/bdc/R/bdc_scientificName_empty.R                               |   98 
 bdc-1.1.5/bdc/R/bdc_standardize_country.R                                |  316 
 bdc-1.1.5/bdc/R/bdc_standardize_datasets.R                               |  638 
 bdc-1.1.5/bdc/R/bdc_stdz_cntr.R                                          |  231 
 bdc-1.1.5/bdc/R/bdc_suggest_names_taxadb.R                               |  307 
 bdc-1.1.5/bdc/R/bdc_summary_col.R                                        |  132 
 bdc-1.1.5/bdc/R/bdc_year_from_eventDate.R                                |   98 
 bdc-1.1.5/bdc/R/bdc_year_outOfRange.R                                    |  198 
 bdc-1.1.5/bdc/R/utils-pipe.R                                             |   28 
 bdc-1.1.5/bdc/R/utils.R                                                  |   78 
 bdc-1.1.5/bdc/README.md                                                  |  401 
 bdc-1.1.5/bdc/inst/WORDLIST                                              |  226 
 bdc-1.1.5/bdc/inst/extdata/Config/DatabaseInfo.csv                       |   20 
 bdc-1.1.5/bdc/inst/extdata/Config/DatabaseInfo_description.csv           |   34 
 bdc-1.1.5/bdc/inst/extdata/countries_names/country_names.txt             |10773 +++++-----
 bdc-1.1.5/bdc/inst/extdata/countries_names/reword-countries.csv          |   26 
 bdc-1.1.5/bdc/inst/extdata/encoding-chars.txt                            |   10 
 bdc-1.1.5/bdc/inst/extdata/input_files/at_epiphytes.csv                  |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/bien.csv                          |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/dryflor.csv                       |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/gbif.csv                          |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/icmbio.csv                        |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/idigbio.csv                       |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/neotroptree.csv                   |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/sibbr.csv                         |   42 
 bdc-1.1.5/bdc/inst/extdata/input_files/specieslink.csv                   |   42 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/00_merged_database.csv       |  362 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/01_Report_Prefilter.csv      |   16 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/01_prefilter_database.csv    |  232 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/02_Report_taxonomy.csv       |   18 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/02_taxonomy_database.csv     |  232 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/03_Report_space.csv          |   26 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/03_space_database.csv        |  232 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/04_Report_time.csv           |   14 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/04_time_database.csv         |  232 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/05_cleaned_database.csv      |   92 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/example_clean_names.csv      |  232 
 bdc-1.1.5/bdc/inst/extdata/outpus_vignettes/example_query_names.csv      |  232 
 bdc-1.1.5/bdc/man/bdc_basisOfRecords_notStandard.Rd                      |  134 
 bdc-1.1.5/bdc/man/bdc_clean_names.Rd                                     |  133 
 bdc-1.1.5/bdc/man/bdc_coordinates_country_inconsistent.Rd                |  174 
 bdc-1.1.5/bdc/man/bdc_coordinates_empty.Rd                               |  104 
 bdc-1.1.5/bdc/man/bdc_coordinates_from_locality.Rd                       |  142 
 bdc-1.1.5/bdc/man/bdc_coordinates_outOfRange.Rd                          |  110 
 bdc-1.1.5/bdc/man/bdc_coordinates_precision.Rd                           |  104 
 bdc-1.1.5/bdc/man/bdc_coordinates_transposed.Rd                          |  230 
 bdc-1.1.5/bdc/man/bdc_country_from_coordinates.Rd                        |  114 
 bdc-1.1.5/bdc/man/bdc_country_standardized.Rd                            |  104 
 bdc-1.1.5/bdc/man/bdc_create_figures.Rd                                  |  143 
 bdc-1.1.5/bdc/man/bdc_create_report.Rd                                   |  118 
 bdc-1.1.5/bdc/man/bdc_eventDate_empty.Rd                                 |   82 
 bdc-1.1.5/bdc/man/bdc_filter_out_flags.Rd                                |   76 
 bdc-1.1.5/bdc/man/bdc_filter_out_names.Rd                                |  142 
 bdc-1.1.5/bdc/man/bdc_query_names_taxadb.Rd                              |  398 
 bdc-1.1.5/bdc/man/bdc_quickmap.Rd                                        |  114 
 bdc-1.1.5/bdc/man/bdc_scientificName_empty.Rd                            |   82 
 bdc-1.1.5/bdc/man/bdc_standardize_datasets.Rd                            |  149 
 bdc-1.1.5/bdc/man/bdc_summary_col.Rd                                     |   66 
 bdc-1.1.5/bdc/man/bdc_year_from_eventDate.Rd                             |   80 
 bdc-1.1.5/bdc/man/bdc_year_outOfRange.Rd                                 |  110 
 bdc-1.1.5/bdc/man/pipe.Rd                                                |   40 
 bdc-1.1.5/bdc/tests/testthat.R                                           |    8 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_basisOfRecords_notStandard.R       |  106 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_clean_duplicates.R                 |  132 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_clean_names.R                      |  170 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_coordinates_country_inconsistent.R |  145 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_coordinates_empty.R                |  106 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_coordinates_from_locality.R        |   22 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_coordinates_outOfRange.R           |   42 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_coordinates_precision.R            |   48 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_coordinates_transposed.R           |  237 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_correct_coordinates.R              |   86 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_country_from_coordinates.R         |  177 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_create_dir.R                       |   24 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_create_figures.R                   |   65 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_create_report.R                    |   76 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_eventDate_empty.R                  |   66 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_filter_name.R                      |   78 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_filter_out_flags.R                 |   34 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_filter_out_names.R                 |  202 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_get_world_map.R                    |   21 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_query_names_taxadb.R               |  323 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_quickmap.R                         |   28 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_return_names.R                     |   56 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_scientificName_empty.R             |   46 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_standardize_country.R              |   74 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_standardize_datasets.R             |  438 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_suggest_names_taxadb.R             |  465 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_summary_col.R                      |   22 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_year_from_eventDate.R              |   38 
 bdc-1.1.5/bdc/tests/testthat/test-bdc_year_outOfRange.R                  |   44 
 122 files changed, 16419 insertions(+), 16067 deletions(-)

More information about bdc at CRAN
Permanent link

Package aplot updated to version 0.2.4 with previous version 0.2.3 dated 2024-06-17

Title: Decorate a 'ggplot' with Associated Information
Description: For many times, we are not just aligning plots as what 'cowplot' and 'patchwork' did. Users would like to align associated information that requires axes to be exactly matched in subplots, e.g. hierarchical clustering with a heatmap. Inspired by the 'Method 2' in 'ggtree' (G Yu (2018) <doi:10.1093/molbev/msy194>), 'aplot' provides utilities to aligns associated subplots to a main plot at different sides (left, right, top and bottom) with axes exactly matched.
Author: Guangchuang Yu [aut, cre] , Shuangbin Xu [ctb] , Thomas Hackl [ctb]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between aplot versions 0.2.3 dated 2024-06-17 and 0.2.4 dated 2024-12-17

 DESCRIPTION          |   10 ++++----
 MD5                  |   11 +++++----
 NEWS.md              |    5 ++++
 build                |only
 man/aplot-package.Rd |   58 +++++++++++++++++++++++++--------------------------
 man/aplot_label.Rd   |   54 +++++++++++++++++++++++------------------------
 man/gglistGrob.Rd    |   34 ++++++++++++++---------------
 7 files changed, 89 insertions(+), 83 deletions(-)

More information about aplot at CRAN
Permanent link

Package glmmrOptim updated to version 0.3.6 with previous version 0.3.5 dated 2024-06-02

Title: Approximate Optimal Experimental Designs Using Generalised Linear Mixed Models
Description: Optimal design analysis algorithms for any study design that can be represented or modelled as a generalised linear mixed model including cluster randomised trials, cohort studies, spatial and temporal epidemiological studies, and split-plot designs. See <https://github.com/samuel-watson/glmmrBase/blob/master/README.md> for a detailed manual on model specification. A detailed discussion of the methods in this package can be found in Watson, Hemming, and Girling (2023) <doi:10.1177/09622802231202379>.
Author: Sam Watson [aut, cre], Yi Pan [aut]
Maintainer: Sam Watson <S.I.Watson@bham.ac.uk>

Diff between glmmrOptim versions 0.3.5 dated 2024-06-02 and 0.3.6 dated 2024-12-17

 glmmrOptim-0.3.5/glmmrOptim/src/openmp_utils.cpp                  |only
 glmmrOptim-0.3.6/glmmrOptim/DESCRIPTION                           |    8 
 glmmrOptim-0.3.6/glmmrOptim/MD5                                   |   19 -
 glmmrOptim-0.3.6/glmmrOptim/R/R6designspace.R                     |   38 ++-
 glmmrOptim-0.3.6/glmmrOptim/R/RcppExports.R                       |   20 --
 glmmrOptim-0.3.6/glmmrOptim/build/partial.rdb                     |binary
 glmmrOptim-0.3.6/glmmrOptim/inst/include/optim/optimclass.h       |    2 
 glmmrOptim-0.3.6/glmmrOptim/inst/include/optim/optimderivatives.h |    4 
 glmmrOptim-0.3.6/glmmrOptim/man/apportion.Rd                      |   98 +++++-----
 glmmrOptim-0.3.6/glmmrOptim/src/RcppExports.cpp                   |   24 +-
 glmmrOptim-0.3.6/glmmrOptim/src/gd_search.cpp                     |   34 +++
 11 files changed, 141 insertions(+), 106 deletions(-)

More information about glmmrOptim at CRAN
Permanent link

Package tugboat updated to version 0.1.1 with previous version 0.1.0 dated 2024-12-09

Title: Build a Docker Image from a Directory or Project
Description: Simple utilities to generate a Dockerfile from a directory or project, build the corresponding Docker image, and push the image to DockerHub.
Author: Daniel Molitor [aut, cph, cre]
Maintainer: Daniel Molitor <molitdj97@gmail.com>

Diff between tugboat versions 0.1.0 dated 2024-12-09 and 0.1.1 dated 2024-12-17

 DESCRIPTION                  |    8 +--
 MD5                          |   20 ++++-----
 NEWS.md                      |   20 +++++++++
 R/build.R                    |    4 -
 R/create.R                   |   53 +++++------------------
 R/dockerfile.R               |only
 R/utils.R                    |only
 README.md                    |   95 ++++++++++++++++++++++++++++++++-----------
 man/build.Rd                 |    4 -
 man/create.Rd                |   22 ++++-----
 tests/testthat/test-build.R  |   89 ++++++++++++++++++++++++++++++++++++++--
 tests/testthat/test-create.R |    9 +++-
 12 files changed, 226 insertions(+), 98 deletions(-)

More information about tugboat at CRAN
Permanent link

Package SaturnCoefficient updated to version 1.3 with previous version 1.2 dated 2024-12-11

Title: Statistical Evaluation of UMAP Dimensionality Reductions
Description: A metric expressing the quality of a UMAP layout. This is a package that contains the Saturn_coefficient() function that reads an input matrix, its dimensionality reduction produced by UMAP, and evaluates the quality of this dimensionality reduction by producing a real value in the [0; 1] interval. We call this real value Saturn coefficient. A higher value means better dimensionality reduction; a lower value means worse dimensionality reduction. Reference: Davide Chicco et al. "The Saturn coefficient for evaluating the quality of UMAP dimensionality reduction results" (2025, in preparation).
Author: Davide Chicco [aut, cre]
Maintainer: Davide Chicco <davidechicco@davidechicco.it>

Diff between SaturnCoefficient versions 1.2 dated 2024-12-11 and 1.3 dated 2024-12-17

 SaturnCoefficient-1.2/SaturnCoefficient/man/three_metrics.Rd                             |only
 SaturnCoefficient-1.3/SaturnCoefficient/DESCRIPTION                                      |   12 +++++-----
 SaturnCoefficient-1.3/SaturnCoefficient/MD5                                              |    8 +++---
 SaturnCoefficient-1.3/SaturnCoefficient/NAMESPACE                                        |    2 -
 SaturnCoefficient-1.3/SaturnCoefficient/R/Saturn_coefficient.r                           |    5 ++--
 SaturnCoefficient-1.3/SaturnCoefficient/man/calculatesSaturnContinuityTrustworthiness.Rd |only
 6 files changed, 14 insertions(+), 13 deletions(-)

More information about SaturnCoefficient at CRAN
Permanent link

Package nswgeo updated to version 0.5.0 with previous version 0.4.0 dated 2024-01-29

Title: Geospatial Data and Maps for New South Wales, Australia
Description: Geospatial data for creating maps of New South Wales (NSW), Australia, and some helpers to work with common problems like normalising postcodes. Registers its data with 'cartographer'.
Author: Carl Suster [aut, cre] , Western Sydney Local Health District, NSW Health [cph]
Maintainer: Carl Suster <Carl.Suster@health.nsw.gov.au>

Diff between nswgeo versions 0.4.0 dated 2024-01-29 and 0.5.0 dated 2024-12-17

 DESCRIPTION                           |   10 ++++----
 LICENSE                               |    2 -
 MD5                                   |   42 +++++++++++++++++-----------------
 NEWS.md                               |    6 ++++
 R/data.R                              |   29 ++++++++++++++++++-----
 R/utils.R                             |   16 ++++++++----
 R/zzz.R                               |    2 -
 README.md                             |   40 +++++++++++++++++++++++++++++---
 data/act.rda                          |binary
 data/jbt.rda                          |binary
 data/lga_nsw.rda                      |binary
 data/lhi.rda                          |binary
 data/nsw.rda                          |binary
 data/poa_lhd_concordance.rda          |binary
 data/poa_nsw.rda                      |binary
 man/crs_gda2020.Rd                    |    6 +++-
 man/figures/README-cartographer-1.png |binary
 man/figures/README-ggplot-1.png       |binary
 man/lhd.Rd                            |    5 +++-
 man/nsw.Rd                            |    4 +--
 man/nsw_admin.Rd                      |   17 +++++++++++--
 man/poa_lhd_concordance.Rd            |    7 +++++
 22 files changed, 136 insertions(+), 50 deletions(-)

More information about nswgeo at CRAN
Permanent link

Package gecko updated to version 1.0.1 with previous version 1.0.0 dated 2023-11-23

Title: Geographical Ecology and Conservation Knowledge Online
Description: Includes a collection of geographical analysis functions aimed primarily at ecology and conservation science studies, allowing processing of both point and raster data. Now integrates SPECTRE (<https://biodiversityresearch.org/spectre/>), a dataset of global geospatial threat data, developed by the authors.
Author: Vasco V. Branco [cre, aut] , Pedro Cardoso [aut] , Luis Correia [ctb]
Maintainer: Vasco V. Branco <vasco.branco@helsinki.fi>

Diff between gecko versions 1.0.0 dated 2023-11-23 and 1.0.1 dated 2024-12-17

 gecko-1.0.0/gecko/README.md      |only
 gecko-1.0.1/gecko/DESCRIPTION    |   11 ++++++-----
 gecko-1.0.1/gecko/MD5            |    8 ++++----
 gecko-1.0.1/gecko/R/aux_fn.R     |   10 ++++++++--
 gecko-1.0.1/gecko/R/outlier_fn.R |    2 +-
 gecko-1.0.1/gecko/man/figures    |only
 6 files changed, 19 insertions(+), 12 deletions(-)

More information about gecko at CRAN
Permanent link

Package eefAnalytics updated to version 1.1.4 with previous version 1.1.3 dated 2024-10-20

Title: Robust Analytical Methods for Evaluating Educational Interventions using Randomised Controlled Trials Designs
Description: Analysing data from evaluations of educational interventions using a randomised controlled trial design. Various analytical tools to perform sensitivity analysis using different methods are supported (e.g. frequentist models with bootstrapping and permutations options, Bayesian models). The included commands can be used for simple randomised trials, cluster randomised trials and multisite trials. The methods can also be used more widely beyond education trials. This package can be used to evaluate other intervention designs using Frequentist and Bayesian multilevel models.
Author: Germaine Uwimpuhwe [aut, cre], Qing Zhang [aut], Akansha Singh [aut], Dimitris Vallis [aut], Jochen Einbeck [aut], Steve Higgins [aut], ZhiMin Xiao [aut], Ewoud De Troyer [aut], Adetayo Kasim [aut]
Maintainer: Germaine Uwimpuhwe <germaine.uwimpuhwe@durham.ac.uk>

Diff between eefAnalytics versions 1.1.3 dated 2024-10-20 and 1.1.4 dated 2024-12-17

 eefAnalytics-1.1.3/eefAnalytics/R/hello.R                     |only
 eefAnalytics-1.1.4/eefAnalytics/DESCRIPTION                   |    8 
 eefAnalytics-1.1.4/eefAnalytics/MD5                           |   44 
 eefAnalytics-1.1.4/eefAnalytics/NAMESPACE                     |  158 -
 eefAnalytics-1.1.4/eefAnalytics/NEWS.md                       |    2 
 eefAnalytics-1.1.4/eefAnalytics/R/crtBayes.R                  |  442 +--
 eefAnalytics-1.1.4/eefAnalytics/R/mstBayes.R                  |  493 +---
 eefAnalytics-1.1.4/eefAnalytics/R/mstFREQ.R                   | 1222 +++++-----
 eefAnalytics-1.1.4/eefAnalytics/R/srtBayes.R                  |  289 +-
 eefAnalytics-1.1.4/eefAnalytics/build/vignette.rds            |binary
 eefAnalytics-1.1.4/eefAnalytics/inst/doc/eefAnalytics.R       |    2 
 eefAnalytics-1.1.4/eefAnalytics/inst/doc/eefAnalytics.Rmd     |   87 
 eefAnalytics-1.1.4/eefAnalytics/inst/doc/eefAnalytics.html    |  198 +
 eefAnalytics-1.1.4/eefAnalytics/inst/examples/crtBExample.R   |  117 
 eefAnalytics-1.1.4/eefAnalytics/inst/examples/mstBExample.R   |   24 
 eefAnalytics-1.1.4/eefAnalytics/inst/examples/srtBExample.R   |  107 
 eefAnalytics-1.1.4/eefAnalytics/inst/jags/CRT.txt             |   22 
 eefAnalytics-1.1.4/eefAnalytics/inst/jags/MLM_UNC.txt         |   90 
 eefAnalytics-1.1.4/eefAnalytics/inst/jags/MST-DW-PF24GQEJ.txt |only
 eefAnalytics-1.1.4/eefAnalytics/inst/jags/MST.txt             |   55 
 eefAnalytics-1.1.4/eefAnalytics/man/crtBayes.Rd               |  226 -
 eefAnalytics-1.1.4/eefAnalytics/man/mstBayes.Rd               |   60 
 eefAnalytics-1.1.4/eefAnalytics/man/srtBayes.Rd               |  202 -
 eefAnalytics-1.1.4/eefAnalytics/vignettes/eefAnalytics.Rmd    |   87 
 24 files changed, 1921 insertions(+), 2014 deletions(-)

More information about eefAnalytics at CRAN
Permanent link

Package CausalQueries updated to version 1.3.1 with previous version 1.3.0 dated 2024-12-14

Title: Make, Update, and Query Binary Causal Models
Description: Users can declare causal models over binary nodes, update beliefs about causal types given data, and calculate arbitrary queries. Updating is implemented in 'stan'. See Humphreys and Jacobs, 2023, Integrated Inferences (<DOI: 10.1017/9781316718636>) and Pearl, 2009 Causality (<DOI:10.1017/CBO9780511803161>).
Author: Clara Bicalho [ctb], Jasper Cooper [ctb], Macartan Humphreys [aut] , Till Tietz [aut, cre] , Alan Jacobs [aut], Merlin Heidemanns [ctb], Lily Medina [aut] , Julio Solis [ctb], Georgiy Syunyaev [aut]
Maintainer: Till Tietz <ttietz2014@gmail.com>

Diff between CausalQueries versions 1.3.0 dated 2024-12-14 and 1.3.1 dated 2024-12-17

 DESCRIPTION                      |    6 
 MD5                              |   71 ++++-----
 NEWS.md                          |    7 
 R/query_model.R                  |    7 
 inst/doc/a-getting-started.Rmd   |  169 +++++----------------
 inst/doc/a-getting-started.html  |  302 ++++++++++++++++++---------------------
 inst/doc/b-plotting.Rmd          |    2 
 inst/doc/b-plotting.html         |   23 +-
 inst/doc/c-canonical-models.Rmd  |   74 ++-------
 inst/doc/c-canonical-models.html |  148 ++++++++-----------
 inst/doc/d-front-door.Rmd        |   16 +-
 inst/doc/d-front-door.html       |   60 ++++---
 inst/doc/e-posteriors.Rmd        |  196 ++++++++++++-------------
 inst/doc/e-posteriors.html       |  216 ++++++++++++++-------------
 vignettes/a-getting-started.Rmd  |  169 +++++----------------
 vignettes/b-plotting.Rmd         |    2 
 vignettes/b-plotting.Rmd.orig    |    2 
 vignettes/c-canonical-models.Rmd |   74 ++-------
 vignettes/d-front-door.Rmd       |   16 +-
 vignettes/e-posteriors.Rmd       |  196 ++++++++++++-------------
 vignettes/unnamed-chunk-10-1.png |binary
 vignettes/unnamed-chunk-11-1.png |binary
 vignettes/unnamed-chunk-12-1.png |binary
 vignettes/unnamed-chunk-13-1.png |only
 vignettes/unnamed-chunk-14-1.png |binary
 vignettes/unnamed-chunk-15-1.png |binary
 vignettes/unnamed-chunk-16-1.png |binary
 vignettes/unnamed-chunk-19-1.png |only
 vignettes/unnamed-chunk-2-1.png  |binary
 vignettes/unnamed-chunk-21-1.png |binary
 vignettes/unnamed-chunk-23-1.png |only
 vignettes/unnamed-chunk-3-1.png  |binary
 vignettes/unnamed-chunk-4-1.png  |binary
 vignettes/unnamed-chunk-5-1.png  |binary
 vignettes/unnamed-chunk-6-1.png  |binary
 vignettes/unnamed-chunk-7-1.png  |binary
 vignettes/unnamed-chunk-8-1.png  |binary
 vignettes/unnamed-chunk-9-1.png  |binary
 38 files changed, 758 insertions(+), 998 deletions(-)

More information about CausalQueries at CRAN
Permanent link

Package regtomean updated to version 1.2 with previous version 1.1 dated 2022-10-26

Title: Regression Toward the Mean
Description: In repeated measures studies with extreme large or small values it is common that the subjects measurements on average are closer to the mean of the basic population. Interpreting possible changes in the mean in such situations can lead to biased results since the values were not randomly selected, they come from truncated sampling. This method allows to estimate the range of means where treatment effects are likely to occur when regression toward the mean is present. Ostermann, T., Willich, Stefan N. & Luedtke, Rainer. (2008). Regression toward the mean - a detection method for unknown population mean based on Mee and Chua's algorithm. BMC Medical Research Methodology.<doi:10.1186/1471-2288-8-52>. Acknowledgments: We would like to acknowledge "Lena Roth" and "Nico Steckhan" for the package's initial updates (Q3 2024) and continued supervision and guidance. Both have contributed to discussing and integrating these methods into the package, ensuring they are up-to-date and con [...truncated...]
Author: Daniela Recchia [aut, cre], Thomas Ostermann [ctb], Julian Stein [ctb]
Maintainer: Daniela Recchia <daniela.rodriguesrecchia@uni-wh.de>

Diff between regtomean versions 1.1 dated 2022-10-26 and 1.2 dated 2024-12-17

 regtomean-1.1/regtomean/R/globals.R           |only
 regtomean-1.2/regtomean/DESCRIPTION           |   22 ++++---
 regtomean-1.2/regtomean/LICENSE               |    2 
 regtomean-1.2/regtomean/MD5                   |   38 +++++++-----
 regtomean-1.2/regtomean/NAMESPACE             |   36 ++++++-----
 regtomean-1.2/regtomean/R/cordata.R           |   69 +++++++++++++---------
 regtomean-1.2/regtomean/R/meechua_eff.CI.R    |   80 ++++++++++++++++++++------
 regtomean-1.2/regtomean/R/meechua_plot.R      |   34 +++++++----
 regtomean-1.2/regtomean/R/meechua_reg.R       |   40 +++----------
 regtomean-1.2/regtomean/R/plot_mu.R           |only
 regtomean-1.2/regtomean/R/plot_t.R            |only
 regtomean-1.2/regtomean/R/replicate_data.R    |   36 +++--------
 regtomean-1.2/regtomean/R/zzz.R               |only
 regtomean-1.2/regtomean/README.md             |only
 regtomean-1.2/regtomean/man/cordata.Rd        |   14 ++--
 regtomean-1.2/regtomean/man/language_test.Rd  |    1 
 regtomean-1.2/regtomean/man/meechua_eff.CI.Rd |   35 +++++++----
 regtomean-1.2/regtomean/man/meechua_plot.Rd   |   34 ++++++++---
 regtomean-1.2/regtomean/man/meechua_reg.Rd    |   48 ++++++++++++---
 regtomean-1.2/regtomean/man/plot_mu.Rd        |only
 regtomean-1.2/regtomean/man/plot_t.Rd         |only
 regtomean-1.2/regtomean/man/replicate_data.Rd |   61 ++++++++++++++-----
 regtomean-1.2/regtomean/tests                 |only
 23 files changed, 346 insertions(+), 204 deletions(-)

More information about regtomean at CRAN
Permanent link

Package featurefinder updated to version 1.2 with previous version 1.1 dated 2018-12-03

Title: Feature Finder
Description: Finds features through a detailed analysis of model residuals using rpart classification and regression trees. Scans the residuals of a model across subsets of the data to identify areas where the model differs from the actual data.
Author: Richard Davis [aut, cre]
Maintainer: Richard Davis <davisconsulting@gmail.com>

Diff between featurefinder versions 1.1 dated 2018-12-03 and 1.2 dated 2024-12-17

 featurefinder-1.1/featurefinder/data/examples.rda                            |only
 featurefinder-1.1/featurefinder/data/futuresdata.rda                         |only
 featurefinder-1.1/featurefinder/data/mpgdata.rda                             |only
 featurefinder-1.1/featurefinder/inst/doc/featurefinder.R                     |only
 featurefinder-1.1/featurefinder/inst/doc/featurefinder.Rmd                   |only
 featurefinder-1.1/featurefinder/inst/doc/featurefinder.html                  |only
 featurefinder-1.1/featurefinder/man/addFeatures.Rd                           |only
 featurefinder-1.1/featurefinder/man/dat.Rd                                   |only
 featurefinder-1.1/featurefinder/man/dat0.Rd                                  |only
 featurefinder-1.1/featurefinder/man/doAllFactors.Rd                          |only
 featurefinder-1.1/featurefinder/man/expr.Rd                                  |only
 featurefinder-1.1/featurefinder/man/fileConn.Rd                              |only
 featurefinder-1.1/featurefinder/man/filename.Rd                              |only
 featurefinder-1.1/featurefinder/man/futuresdata.Rd                           |only
 featurefinder-1.1/featurefinder/man/i.Rd                                     |only
 featurefinder-1.1/featurefinder/man/mainfaclevels.Rd                         |only
 featurefinder-1.1/featurefinder/man/maxFactorLevels.Rd                       |only
 featurefinder-1.1/featurefinder/man/mpgdata.Rd                               |only
 featurefinder-1.1/featurefinder/man/names.Rd                                 |only
 featurefinder-1.1/featurefinder/man/pathterms.Rd                             |only
 featurefinder-1.1/featurefinder/man/runname.Rd                               |only
 featurefinder-1.1/featurefinder/man/splitlist.Rd                             |only
 featurefinder-1.1/featurefinder/man/t.Rd                                     |only
 featurefinder-1.1/featurefinder/man/tree.Rd                                  |only
 featurefinder-1.1/featurefinder/man/treeGenerationMinBucket.Rd               |only
 featurefinder-1.1/featurefinder/man/treeSummaryMinBucket.Rd                  |only
 featurefinder-1.1/featurefinder/man/treeSummaryResidualMagnitudeThreshold.Rd |only
 featurefinder-1.1/featurefinder/man/treeSummaryResidualThreshold.Rd          |only
 featurefinder-1.1/featurefinder/man/trees.Rd                                 |only
 featurefinder-1.1/featurefinder/man/treesAll.Rd                              |only
 featurefinder-1.1/featurefinder/man/vars.Rd                                  |only
 featurefinder-1.1/featurefinder/vignettes/featurefinder.Rmd                  |only
 featurefinder-1.1/featurefinder/vignettes/futuresdata.csv                    |only
 featurefinder-1.1/featurefinder/vignettes/mpgdata.csv                        |only
 featurefinder-1.1/featurefinder/vignettes/vignettefigures                    |only
 featurefinder-1.2/featurefinder/DESCRIPTION                                  |   23 
 featurefinder-1.2/featurefinder/LICENSE                                      |    4 
 featurefinder-1.2/featurefinder/MD5                                          |   72 
 featurefinder-1.2/featurefinder/NAMESPACE                                    |   23 
 featurefinder-1.2/featurefinder/R/featurefinder.r                            | 1455 +++-------
 featurefinder-1.2/featurefinder/build/vignette.rds                           |binary
 featurefinder-1.2/featurefinder/data/mycsv.rda                               |only
 featurefinder-1.2/featurefinder/inst/doc/my-vignette.R                       |    5 
 featurefinder-1.2/featurefinder/inst/doc/my-vignette.Rmd                     |    5 
 featurefinder-1.2/featurefinder/inst/doc/my-vignette.html                    |  408 ++
 featurefinder-1.2/featurefinder/inst/extdata/featurefinder.pdf               |only
 featurefinder-1.2/featurefinder/inst/extdata/test                            |only
 featurefinder-1.2/featurefinder/man/data.Rd                                  |   17 
 featurefinder-1.2/featurefinder/man/findFeatures.Rd                          |  166 -
 featurefinder-1.2/featurefinder/man/generateResidualCutoffCode.Rd            |   12 
 featurefinder-1.2/featurefinder/man/generateTrees.Rd                         |   16 
 featurefinder-1.2/featurefinder/man/getVarAv.Rd                              |    6 
 featurefinder-1.2/featurefinder/man/parseSplits.Rd                           |    6 
 featurefinder-1.2/featurefinder/man/printResiduals.Rd                        |   22 
 featurefinder-1.2/featurefinder/man/saveTree.Rd                              |   21 
 featurefinder-1.2/featurefinder/vignettes/my-vignette.Rmd                    |only
 56 files changed, 970 insertions(+), 1291 deletions(-)

More information about featurefinder at CRAN
Permanent link

Package DeductiveR updated to version 1.1.0 with previous version 1.0.0 dated 2021-12-03

Title: Deductive Rational Method
Description: Apply the Deductive Rational Method to a monthly series of flow or precipitation data to fill in missing data. The method is as described in: Campos, D.F., (1984, ISBN:9686194444).
Author: Alonso Arriagada [aut, cre]
Maintainer: Alonso Arriagada <alonso.arriagada@usach.cl>

Diff between DeductiveR versions 1.0.0 dated 2021-12-03 and 1.1.0 dated 2024-12-17

 DESCRIPTION              |   14 +
 MD5                      |   31 ++--
 NAMESPACE                |    4 
 R/DR_SVC_package.R       |only
 R/DR_boxplot_package.R   |only
 R/DR_package.R           |    3 
 R/DR_plot_package.R      |    1 
 R/data.R                 |only
 build/vignette.rds       |binary
 data                     |only
 inst/doc/DeductiveR.R    |    2 
 inst/doc/DeductiveR.Rmd  |    5 
 inst/doc/DeductiveR.html |  360 ++++++++++++++++++++++++++++++++++++++---------
 man/DR.Rd                |   34 ++--
 man/DR_SVC.Rd            |only
 man/DR_boxplot.Rd        |only
 man/DR_plot.Rd           |    2 
 man/DR_stats.Rd          |    2 
 man/data.Rd              |only
 vignettes/DeductiveR.Rmd |    5 
 20 files changed, 353 insertions(+), 110 deletions(-)

More information about DeductiveR at CRAN
Permanent link

Package nominatimlite updated to version 0.4.2 with previous version 0.4.1 dated 2024-07-19

Title: Interface with 'Nominatim' API Service
Description: Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract coordinates from addresses, find places near a set of coordinates and return spatial objects on 'sf' format.
Author: Diego Hernangomez [aut, cre, cph] , Jindra Lacko [ctb, rev] , Alex White [ctb], OpenStreetMap [cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between nominatimlite versions 0.4.1 dated 2024-07-19 and 0.4.2 dated 2024-12-17

 DESCRIPTION                             |    8 -
 MD5                                     |   26 ++--
 NEWS.md                                 |    4 
 R/nominatim_check_access.R              |  208 ++++++++++++++++----------------
 README.md                               |   25 ++-
 build/vignette.rds                      |binary
 data/osm_amenities.rda                  |binary
 inst/doc/nominatimlite.Rmd              |   12 -
 inst/doc/nominatimlite.html             |   21 +--
 inst/schemaorg.json                     |    4 
 man/figures/README-line-object-1.png    |binary
 man/figures/README-pizzahut-1.png       |binary
 man/figures/README-statue_liberty-1.png |binary
 vignettes/nominatimlite.Rmd             |   12 -
 14 files changed, 162 insertions(+), 158 deletions(-)

More information about nominatimlite at CRAN
Permanent link

Package mlr3tuning updated to version 1.3.0 with previous version 1.2.1 dated 2024-11-26

Title: Hyperparameter Optimization for 'mlr3'
Description: Hyperparameter optimization package of the 'mlr3' ecosystem. It features highly configurable search spaces via the 'paradox' package and finds optimal hyperparameter configurations for any 'mlr3' learner. 'mlr3tuning' works with several optimization algorithms e.g. Random Search, Iterated Racing, Bayesian Optimization (in 'mlr3mbo') and Hyperband (in 'mlr3hyperband'). Moreover, it can automatically optimize learners and estimate the performance of optimized models with nested resampling.
Author: Marc Becker [cre, aut] , Michel Lang [aut] , Jakob Richter [aut] , Bernd Bischl [aut] , Daniel Schalk [aut]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3tuning versions 1.2.1 dated 2024-11-26 and 1.3.0 dated 2024-12-17

 DESCRIPTION                                         |   37 ++++++++-------
 MD5                                                 |   34 ++++++++------
 NAMESPACE                                           |    2 
 NEWS.md                                             |    6 ++
 R/ArchiveAsyncTuningFrozen.R                        |only
 R/ObjectiveTuningAsync.R                            |    6 --
 R/TunerBatchIrace.R                                 |   10 ++--
 R/TuningInstanceAsyncMulticrit.R                    |    9 ++-
 R/TuningInstanceAsyncSingleCrit.R                   |   10 ++--
 R/TuningInstanceBatchMulticrit.R                    |   10 ++--
 R/TuningInstanceBatchSingleCrit.R                   |   10 ++--
 R/mlr_callbacks.R                                   |   22 +++++++++
 R/zzz.R                                             |    1 
 man/ArchiveAsyncTuningFrozen.Rd                     |only
 man/mlr3tuning.async_freeze_archive.Rd              |only
 man/mlr_tuners_irace.Rd                             |    4 +
 tests/testthat/test_ArchiveAsyncTuningFrozen.R      |only
 tests/testthat/test_TunerBatchIrace.R               |   47 ++++++++++++++------
 tests/testthat/test_TuningInstanceBatchSingleCrit.R |   37 +++++++++++++++
 tests/testthat/test_mlr_callbacks.R                 |   37 +++++++++++++++
 20 files changed, 207 insertions(+), 75 deletions(-)

More information about mlr3tuning at CRAN
Permanent link

Package rasterpic updated to version 0.2.6 with previous version 0.2.5 dated 2024-04-12

Title: Convert Digital Images into 'SpatRaster' Objects
Description: Generate 'SpatRaster' objects, as defined by the 'terra' package, from digital images, using a specified spatial object as a geographical reference.
Author: Diego Hernangomez [aut, cre, cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between rasterpic versions 0.2.5 dated 2024-04-12 and 0.2.6 dated 2024-12-17

 DESCRIPTION             |   12 +-
 MD5                     |   30 +++---
 NEWS.md                 |   96 ++++++++++---------
 R/asp_ratio.R           |    2 
 R/test_helpers.R        |   26 ++---
 R/utils.R               |  240 ++++++++++++++++++++++++------------------------
 README.md               |   20 ++--
 build/vignette.rds      |binary
 inst/CITATION           |   12 +-
 inst/doc/rasterpic.Rmd  |  204 ++++++++++++++++++++--------------------
 inst/img/UK_flag.png    |binary
 inst/img/vertical.jpeg  |binary
 inst/img/vertical.jpg   |binary
 inst/schemaorg.json     |    6 -
 tests/testthat.R        |    4 
 vignettes/rasterpic.Rmd |  204 ++++++++++++++++++++--------------------
 16 files changed, 432 insertions(+), 424 deletions(-)

More information about rasterpic at CRAN
Permanent link

Package extremevalues updated to version 2.4.1 with previous version 2.3.4 dated 2024-02-13

Title: Univariate Outlier Detection
Description: Detect outliers in one-dimensional data.
Author: Mark van der Loo [cre, aut]
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>

Diff between extremevalues versions 2.3.4 dated 2024-02-13 and 2.4.1 dated 2024-12-17

 extremevalues-2.3.4/extremevalues/R/evGui.r             |only
 extremevalues-2.3.4/extremevalues/man/evGui.Rd          |only
 extremevalues-2.4.1/extremevalues/DESCRIPTION           |   14 +++++++++-----
 extremevalues-2.4.1/extremevalues/MD5                   |   12 +++++-------
 extremevalues-2.4.1/extremevalues/NAMESPACE             |    5 ++---
 extremevalues-2.4.1/extremevalues/NEWS                  |    4 ++++
 extremevalues-2.4.1/extremevalues/build/vignette.rds    |binary
 extremevalues-2.4.1/extremevalues/inst/doc/SN201003.pdf |binary
 8 files changed, 20 insertions(+), 15 deletions(-)

More information about extremevalues at CRAN
Permanent link


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