Tue, 23 May 2023

Package genekitr updated to version 1.2.2 with previous version 1.1.9 dated 2023-04-15

Title: Gene Analysis Toolkit
Description: An analysis toolkit focused on genes. It mainly includes five features (search, convert, analysis, plot, and export). The user just needs to input feature id ('entrez', 'symbol', 'ensembl' or 'uniprot') to retrieve feature information and 'PubMed'<https://pubmed.ncbi.nlm.nih.gov/> records, to convert id types, to easily handle gene enrichment analysis and publication-level figures, to plot group interaction and export results as sheets in one 'excel' file to easily share and communicate with others.
Author: Yunze Liu [aut, cre]
Maintainer: Yunze Liu <jieandze1314@gmail.com>

Diff between genekitr versions 1.1.9 dated 2023-04-15 and 1.2.2 dated 2023-05-23

 ChangeLog            |only
 DESCRIPTION          |   10 +--
 MD5                  |   27 +++++-----
 NAMESPACE            |    3 -
 R/genInfo.R          |   96 +++++++++++++++++++++---------------
 R/importShinygo.R    |only
 R/plotGSEA.R         |  134 +++++++++++++++++++++++++++++++++++++++------------
 R/plotVenn.R         |   68 ++++++++++++++++---------
 R/transID.R          |    3 -
 R/zzz.R              |   10 ++-
 README.md            |   20 +------
 man/genInfo.Rd       |    2 
 man/importShinygo.Rd |only
 man/plotGSEA.Rd      |    4 +
 man/plotVenn.Rd      |    4 -
 man/transId.Rd       |    2 
 16 files changed, 247 insertions(+), 136 deletions(-)

More information about genekitr at CRAN
Permanent link

Package CDatanet updated to version 2.1.1 with previous version 2.1.0 dated 2023-03-12

Title: Modeling Count Data with Peer Effects
Description: Likelihood-based estimation and data generation from a class of models used to estimate peer effects on count data by controlling for the network endogeneity. This class includes count data models with social interactions (Houndetoungan 2022; <doi:10.2139/ssrn.3721250>), spatial tobit models (Xu and Lee 2015; <doi:10.1016/j.jeconom.2015.05.004>), and spatial linear-in-means models (Lee 2004; <doi:10.1111/j.1468-0262.2004.00558.x>).
Author: Elysee Aristide Houndetoungan [cre, aut]
Maintainer: Elysee Aristide Houndetoungan <ariel92and@gmail.com>

Diff between CDatanet versions 2.1.0 dated 2023-03-12 and 2.1.1 dated 2023-05-23

 DESCRIPTION         |    8 ++--
 MD5                 |   22 ++++++------
 NEWS.md             |    5 ++
 R/CDnetsim.R        |    3 +
 R/RcppExports.R     |   12 ++----
 R/SARestim.R        |   64 ++++++++++++++++--------------------
 R/SARsim.R          |    2 -
 R/formula.to.data.R |   38 ++++++++++++++++-----
 R/jacobSAR.R        |   27 ++-------------
 man/sar.Rd          |    3 +
 src/RcppExports.cpp |   39 ++++++----------------
 src/SAR.cpp         |   91 ++++++++++++++++++++++------------------------------
 12 files changed, 142 insertions(+), 172 deletions(-)

More information about CDatanet at CRAN
Permanent link

Package seeker updated to version 1.1.3 with previous version 1.1.2 dated 2023-05-17

Title: Simplified Fetching and Processing of Microarray and RNA-Seq Data
Description: Wrapper around various existing tools and command-line interfaces, providing a standard interface, simple parallelization, and detailed logging. For microarray data, maps probe sets to standard gene IDs, building on 'GEOquery' Davis and Meltzer (2007) <doi:10.1093/bioinformatics/btm254>, 'ArrayExpress' Kauffmann et al. (2009) <doi:10.1093/bioinformatics/btp354>, Robust multi-array average 'RMA' Irizarry et al. (2003) <doi:10.1093/biostatistics/4.2.249>, and 'BrainArray' Dai et al. (2005) <doi:10.1093/nar/gni179>. For RNA-seq data, fetches metadata and raw reads from National Center for Biotechnology Information (NCBI) Sequence Read Archive (SRA), performs standard adapter and quality trimming using 'TrimGalore' Krueger <https://github.com/FelixKrueger/TrimGalore>, performs quality control checks using 'FastQC' Andrews <https://github.com/s-andrews/FastQC>, quantifies transcript abundances using 'salmon' Patro et al. (2017) <doi:10.1038/nmeth.4197& [...truncated...]
Author: Jake Hughey [aut, cre], Josh Schoenbachler [aut]
Maintainer: Jake Hughey <jakejhughey@gmail.com>

Diff between seeker versions 1.1.2 dated 2023-05-17 and 1.1.3 dated 2023-05-23

 DESCRIPTION                   |    6 +++---
 MD5                           |   10 +++++-----
 R/fetch.R                     |    1 +
 inst/doc/introduction.html    |    4 ++--
 inst/doc/reproducibility.html |    4 ++--
 tests/testthat/test-fetch.R   |   16 ++++++++--------
 6 files changed, 21 insertions(+), 20 deletions(-)

More information about seeker at CRAN
Permanent link

Package SDGdetector updated to version 2.7.3 with previous version 2.7.2 dated 2023-04-24

Title: Detect SDGs and Targets in Text
Description: Identify 17 Sustainable Development Goals and associated 169 targets in text.
Author: Yingjie Li [aut, cre] , Veronica Frans [aut] , Yongze Song [aut] , Meng Cai [aut] , Yuqian Zhang [aut] , Jianguo Liu [aut]
Maintainer: Yingjie Li <yingjieli.edu@gmail.com>

Diff between SDGdetector versions 2.7.2 dated 2023-04-24 and 2.7.3 dated 2023-05-23

 DESCRIPTION                        |    6 
 MD5                                |   23 +-
 NAMESPACE                          |    7 
 NEWS.md                            |   11 -
 R/SDGdetector.R                    |    6 
 R/globals.R                        |    1 
 R/plot_sdg_bar.R                   |    9 +
 R/plot_sdg_map.R                   |    9 +
 R/summarize_sdg.R                  |only
 README.md                          |  287 ++++++++++++++++++-------------------
 man/SDGdetector.Rd                 |    6 
 man/summarize_sdg.Rd               |only
 tests/testthat/Rplots.pdf          |only
 tests/testthat/test-plot_sdg_map.R |   31 ++-
 14 files changed, 215 insertions(+), 181 deletions(-)

More information about SDGdetector at CRAN
Permanent link

Package randomForestSRC updated to version 3.2.2 with previous version 3.2.1 dated 2023-03-03

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

Diff between randomForestSRC versions 3.2.1 dated 2023-03-03 and 3.2.2 dated 2023-05-23

 DESCRIPTION                       |    8 
 MD5                               |   38 -
 NAMESPACE                         |    8 
 R/generic.predict.rfsrc.R         |    2 
 R/plot.rfsrc.R                    |   16 
 R/plot.subsample.rfsrc.R          |   31 
 R/rfsrc.R                         |    4 
 R/subsample.rfsrc.R               |   68 +
 R/utilities.R                     |   20 
 R/utilities.data.R                |   48 -
 R/utilities.subsample.R           |  101 +-
 R/utilities.subsample.bootstrap.R |   68 +
 configure                         |   18 
 configure.ac                      |    2 
 inst/NEWS                         |   12 
 man/nutrigenomic.Rd               |    3 
 man/plot.subsample.rfsrc.Rd       |   14 
 man/subsample.rfsrc.Rd            |   78 +-
 src/randomForestSRC.c             | 1395 +++++++++++++++++++++++++-------------
 src/randomForestSRC.h             |   69 +
 20 files changed, 1278 insertions(+), 725 deletions(-)

More information about randomForestSRC at CRAN
Permanent link

Package pmparser updated to version 1.0.17 with previous version 1.0.16 dated 2023-02-12

Title: Create and Maintain a Relational Database of Data from PubMed/MEDLINE
Description: Provides a simple interface for extracting various elements from the publicly available PubMed XML files, incorporating PubMed's regular updates, and combining the data with the NIH Open Citation Collection. See Schoenbachler and Hughey (2021) <doi:10.7717/peerj.11071>.
Author: Jake Hughey [aut, cre], Josh Schoenbachler [aut], Elliot Outland [aut]
Maintainer: Jake Hughey <jakejhughey@gmail.com>

Diff between pmparser versions 1.0.16 dated 2023-02-12 and 1.0.17 dated 2023-05-23

 DESCRIPTION        |    6 +++---
 MD5                |   10 +++++-----
 NEWS.md            |    3 +++
 R/parse_element.R  |    3 ++-
 R/parse_person.R   |    4 ++--
 build/vignette.rds |binary
 6 files changed, 15 insertions(+), 11 deletions(-)

More information about pmparser at CRAN
Permanent link

Package phylosamp updated to version 1.0.1 with previous version 0.1.6 dated 2021-11-22

Title: Sample Size Calculations for Molecular and Phylogenetic Studies
Description: Implements novel tools for estimating sample sizes needed for phylogenetic studies, including studies focused on estimating the probability of true pathogen transmission between two cases given phylogenetic linkage and studies focused on tracking pathogen variants at a population level. Methods described in Wohl, Giles, and Lessler (2021) and in Wohl, Lee, DiPrete, and Lessler (2023).
Author: Shirlee Wohl [aut, ctb], Elizabeth C Lee [aut, ctb], Lucy D'Agostino McGowan [aut, ctb] , John R Giles [aut, ctb], Justin Lessler [aut, cre]
Maintainer: Justin Lessler <jlessler@unc.edu>

Diff between phylosamp versions 0.1.6 dated 2021-11-22 and 1.0.1 dated 2023-05-23

 phylosamp-0.1.6/phylosamp/R/examples                                          |only
 phylosamp-0.1.6/phylosamp/R/phylosamp_data.R                                  |only
 phylosamp-0.1.6/phylosamp/R/phylosamp_funcs.R                                 |only
 phylosamp-0.1.6/phylosamp/data/gen_dist_sim.rda                               |only
 phylosamp-0.1.6/phylosamp/inst/doc/V1_FalseDicoveryRate.R                     |only
 phylosamp-0.1.6/phylosamp/inst/doc/V1_FalseDicoveryRate.Rmd                   |only
 phylosamp-0.1.6/phylosamp/inst/doc/V1_FalseDicoveryRate.html                  |only
 phylosamp-0.1.6/phylosamp/inst/doc/V2_SampleSize.R                            |only
 phylosamp-0.1.6/phylosamp/inst/doc/V2_SampleSize.Rmd                          |only
 phylosamp-0.1.6/phylosamp/inst/doc/V2_SampleSize.html                         |only
 phylosamp-0.1.6/phylosamp/inst/doc/V3_SensitivitySpecificity.R                |only
 phylosamp-0.1.6/phylosamp/inst/doc/V3_SensitivitySpecificity.Rmd              |only
 phylosamp-0.1.6/phylosamp/inst/doc/V3_SensitivitySpecificity.html             |only
 phylosamp-0.1.6/phylosamp/inst/doc/V4_FullExamples.R                          |only
 phylosamp-0.1.6/phylosamp/inst/doc/V4_FullExamples.Rmd                        |only
 phylosamp-0.1.6/phylosamp/inst/doc/V4_FullExamples.html                       |only
 phylosamp-0.1.6/phylosamp/man/gen_dist_sim.Rd                                 |only
 phylosamp-0.1.6/phylosamp/tests/test-exp_links.R                              |only
 phylosamp-0.1.6/phylosamp/tests/test-falsediscoveryrate.R                     |only
 phylosamp-0.1.6/phylosamp/tests/test-gen_dists.R                              |only
 phylosamp-0.1.6/phylosamp/tests/test-get_optim_roc.R                          |only
 phylosamp-0.1.6/phylosamp/tests/test-obs_pairs_mtml.R                         |only
 phylosamp-0.1.6/phylosamp/tests/test-obs_pairs_mtsl.R                         |only
 phylosamp-0.1.6/phylosamp/tests/test-obs_pairs_stsl.R                         |only
 phylosamp-0.1.6/phylosamp/tests/test-prob_trans_mtml.R                        |only
 phylosamp-0.1.6/phylosamp/tests/test-prob_trans_mtsl.R                        |only
 phylosamp-0.1.6/phylosamp/tests/test-prob_trans_stsl.R                        |only
 phylosamp-0.1.6/phylosamp/tests/test-samplesize.R                             |only
 phylosamp-0.1.6/phylosamp/tests/test-sens_spec_calc.R                         |only
 phylosamp-0.1.6/phylosamp/tests/test-sens_spec_roc.R                          |only
 phylosamp-0.1.6/phylosamp/tests/test-true_pairs.R                             |only
 phylosamp-0.1.6/phylosamp/tests/test-true_pairs_mtml.R                        |only
 phylosamp-0.1.6/phylosamp/tests/test-true_pairs_mtsl.R                        |only
 phylosamp-0.1.6/phylosamp/tests/test-true_pairs_stsl.R                        |only
 phylosamp-0.1.6/phylosamp/tests/test-truediscoveryrate.R                      |only
 phylosamp-0.1.6/phylosamp/vignettes/V1_FalseDicoveryRate.Rmd                  |only
 phylosamp-0.1.6/phylosamp/vignettes/V2_SampleSize.Rmd                         |only
 phylosamp-0.1.6/phylosamp/vignettes/V3_SensitivitySpecificity.Rmd             |only
 phylosamp-0.1.6/phylosamp/vignettes/V4_FullExamples.Rmd                       |only
 phylosamp-1.0.1/phylosamp/DESCRIPTION                                         |   37 -
 phylosamp-1.0.1/phylosamp/MD5                                                 |  340 +++++++---
 phylosamp-1.0.1/phylosamp/NAMESPACE                                           |   40 +
 phylosamp-1.0.1/phylosamp/NEWS.md                                             |only
 phylosamp-1.0.1/phylosamp/R/exp_links.R                                       |only
 phylosamp-1.0.1/phylosamp/R/falsediscoveryrate.R                              |only
 phylosamp-1.0.1/phylosamp/R/genDistSim.R                                      |only
 phylosamp-1.0.1/phylosamp/R/gen_dists.R                                       |only
 phylosamp-1.0.1/phylosamp/R/gendist_distribution.R                            |only
 phylosamp-1.0.1/phylosamp/R/gendist_roc_format.R                              |only
 phylosamp-1.0.1/phylosamp/R/gendist_sensspec_cutoff.R                         |only
 phylosamp-1.0.1/phylosamp/R/get_optim_roc.R                                   |only
 phylosamp-1.0.1/phylosamp/R/obs_pairs_mtml.R                                  |only
 phylosamp-1.0.1/phylosamp/R/obs_pairs_mtsl.R                                  |only
 phylosamp-1.0.1/phylosamp/R/obs_pairs_stsl.R                                  |only
 phylosamp-1.0.1/phylosamp/R/optim_roc_threshold.R                             |only
 phylosamp-1.0.1/phylosamp/R/phylosamp-package.R                               |only
 phylosamp-1.0.1/phylosamp/R/prob_trans_mtml.R                                 |only
 phylosamp-1.0.1/phylosamp/R/prob_trans_mtsl.R                                 |only
 phylosamp-1.0.1/phylosamp/R/prob_trans_stsl.R                                 |only
 phylosamp-1.0.1/phylosamp/R/relR_power.R                                      |only
 phylosamp-1.0.1/phylosamp/R/relR_power_simulated.R                            |only
 phylosamp-1.0.1/phylosamp/R/relR_samplesize.R                                 |only
 phylosamp-1.0.1/phylosamp/R/relR_samplesize_basic.R                           |only
 phylosamp-1.0.1/phylosamp/R/relR_samplesize_ci.R                              |only
 phylosamp-1.0.1/phylosamp/R/relR_samplesize_linkerr.R                         |only
 phylosamp-1.0.1/phylosamp/R/relR_samplesize_simsolve.R                        |only
 phylosamp-1.0.1/phylosamp/R/relR_samplesize_solve.R                           |only
 phylosamp-1.0.1/phylosamp/R/samplesize.R                                      |only
 phylosamp-1.0.1/phylosamp/R/sens_spec_calc.R                                  |only
 phylosamp-1.0.1/phylosamp/R/sens_spec_roc.R                                   |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_obs.R                    |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_obs_mtml.R               |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_obs_mtsl.R               |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_obs_stsl.R               |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_true.R                   |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_true_mtml.R              |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_true_mtsl.R              |only
 phylosamp-1.0.1/phylosamp/R/translink_expected_links_true_stsl.R              |only
 phylosamp-1.0.1/phylosamp/R/translink_fdr.R                                   |only
 phylosamp-1.0.1/phylosamp/R/translink_prob_transmit.R                         |only
 phylosamp-1.0.1/phylosamp/R/translink_prob_transmit_mtml.R                    |only
 phylosamp-1.0.1/phylosamp/R/translink_prob_transmit_mtsl.R                    |only
 phylosamp-1.0.1/phylosamp/R/translink_prob_transmit_stsl.R                    |only
 phylosamp-1.0.1/phylosamp/R/translink_samplesize.R                            |only
 phylosamp-1.0.1/phylosamp/R/translink_tdr.R                                   |only
 phylosamp-1.0.1/phylosamp/R/true_pairs.R                                      |only
 phylosamp-1.0.1/phylosamp/R/true_pairs_mtml.R                                 |only
 phylosamp-1.0.1/phylosamp/R/true_pairs_mtsl.R                                 |only
 phylosamp-1.0.1/phylosamp/R/true_pairs_stsl.R                                 |only
 phylosamp-1.0.1/phylosamp/R/truediscoveryrate.R                               |only
 phylosamp-1.0.1/phylosamp/R/utils.R                                           |only
 phylosamp-1.0.1/phylosamp/R/varfreq_cdf_logistic.R                            |only
 phylosamp-1.0.1/phylosamp/R/varfreq_expected_mbias.R                          |only
 phylosamp-1.0.1/phylosamp/R/varfreq_freq_logistic.R                           |only
 phylosamp-1.0.1/phylosamp/R/varfreq_obs_freq.R                                |only
 phylosamp-1.0.1/phylosamp/R/vartrack_cod_ratio.R                              |only
 phylosamp-1.0.1/phylosamp/R/vartrack_prob_detect.R                            |only
 phylosamp-1.0.1/phylosamp/R/vartrack_prob_detect_cont.R                       |only
 phylosamp-1.0.1/phylosamp/R/vartrack_prob_detect_xsect.R                      |only
 phylosamp-1.0.1/phylosamp/R/vartrack_prob_prev.R                              |only
 phylosamp-1.0.1/phylosamp/R/vartrack_prob_prev_xsect.R                        |only
 phylosamp-1.0.1/phylosamp/R/vartrack_samplesize_detect.R                      |only
 phylosamp-1.0.1/phylosamp/R/vartrack_samplesize_detect_cont.R                 |only
 phylosamp-1.0.1/phylosamp/R/vartrack_samplesize_detect_xsect.R                |only
 phylosamp-1.0.1/phylosamp/R/vartrack_samplesize_prev.R                        |only
 phylosamp-1.0.1/phylosamp/R/vartrack_samplesize_prev_xsect.R                  |only
 phylosamp-1.0.1/phylosamp/README.md                                           |   55 +
 phylosamp-1.0.1/phylosamp/build/vignette.rds                                  |binary
 phylosamp-1.0.1/phylosamp/data/genDistSim.rda                                 |only
 phylosamp-1.0.1/phylosamp/inst/CITATION                                       |   20 
 phylosamp-1.0.1/phylosamp/inst/doc/L1_FalseDiscoveryRate.R                    |only
 phylosamp-1.0.1/phylosamp/inst/doc/L1_FalseDiscoveryRate.Rmd                  |only
 phylosamp-1.0.1/phylosamp/inst/doc/L1_FalseDiscoveryRate.html                 |only
 phylosamp-1.0.1/phylosamp/inst/doc/L2_SampleSize.R                            |only
 phylosamp-1.0.1/phylosamp/inst/doc/L2_SampleSize.Rmd                          |only
 phylosamp-1.0.1/phylosamp/inst/doc/L2_SampleSize.html                         |only
 phylosamp-1.0.1/phylosamp/inst/doc/L3_SensitivitySpecificity.R                |only
 phylosamp-1.0.1/phylosamp/inst/doc/L3_SensitivitySpecificity.Rmd              |only
 phylosamp-1.0.1/phylosamp/inst/doc/L3_SensitivitySpecificity.html             |only
 phylosamp-1.0.1/phylosamp/inst/doc/L4_IllustrativeExamples.R                  |only
 phylosamp-1.0.1/phylosamp/inst/doc/L4_IllustrativeExamples.Rmd                |only
 phylosamp-1.0.1/phylosamp/inst/doc/L4_IllustrativeExamples.html               |only
 phylosamp-1.0.1/phylosamp/inst/doc/V1_CoefficientDetectionBias.R              |only
 phylosamp-1.0.1/phylosamp/inst/doc/V1_CoefficientDetectionBias.Rmd            |only
 phylosamp-1.0.1/phylosamp/inst/doc/V1_CoefficientDetectionBias.html           |only
 phylosamp-1.0.1/phylosamp/inst/doc/V2_SampleSizeCrossSectional.R              |only
 phylosamp-1.0.1/phylosamp/inst/doc/V2_SampleSizeCrossSectional.Rmd            |only
 phylosamp-1.0.1/phylosamp/inst/doc/V2_SampleSizeCrossSectional.html           |only
 phylosamp-1.0.1/phylosamp/inst/doc/V3_ProbCrossSectional.R                    |only
 phylosamp-1.0.1/phylosamp/inst/doc/V3_ProbCrossSectional.Rmd                  |only
 phylosamp-1.0.1/phylosamp/inst/doc/V3_ProbCrossSectional.html                 |only
 phylosamp-1.0.1/phylosamp/inst/doc/V4_SampleSizePeriodic.R                    |only
 phylosamp-1.0.1/phylosamp/inst/doc/V4_SampleSizePeriodic.Rmd                  |only
 phylosamp-1.0.1/phylosamp/inst/doc/V4_SampleSizePeriodic.html                 |only
 phylosamp-1.0.1/phylosamp/inst/doc/V5_ProbDetectPeriodic.R                    |only
 phylosamp-1.0.1/phylosamp/inst/doc/V5_ProbDetectPeriodic.Rmd                  |only
 phylosamp-1.0.1/phylosamp/inst/doc/V5_ProbDetectPeriodic.html                 |only
 phylosamp-1.0.1/phylosamp/inst/doc/V6_IllustrativeExample.R                   |only
 phylosamp-1.0.1/phylosamp/inst/doc/V6_IllustrativeExample.Rmd                 |only
 phylosamp-1.0.1/phylosamp/inst/doc/V6_IllustrativeExample.html                |only
 phylosamp-1.0.1/phylosamp/man/exp_links.Rd                                    |   12 
 phylosamp-1.0.1/phylosamp/man/falsediscoveryrate.Rd                           |   12 
 phylosamp-1.0.1/phylosamp/man/figures                                         |only
 phylosamp-1.0.1/phylosamp/man/genDistSim.Rd                                   |only
 phylosamp-1.0.1/phylosamp/man/gen_dists.Rd                                    |   20 
 phylosamp-1.0.1/phylosamp/man/gendist_distribution.Rd                         |only
 phylosamp-1.0.1/phylosamp/man/gendist_roc_format.Rd                           |only
 phylosamp-1.0.1/phylosamp/man/gendist_sensspec_cutoff.Rd                      |only
 phylosamp-1.0.1/phylosamp/man/get_optim_roc.Rd                                |   30 
 phylosamp-1.0.1/phylosamp/man/obs_pairs_mtml.Rd                               |   15 
 phylosamp-1.0.1/phylosamp/man/obs_pairs_mtsl.Rd                               |   13 
 phylosamp-1.0.1/phylosamp/man/obs_pairs_stsl.Rd                               |   13 
 phylosamp-1.0.1/phylosamp/man/optim_roc_threshold.Rd                          |only
 phylosamp-1.0.1/phylosamp/man/phylosamp-package.Rd                            |only
 phylosamp-1.0.1/phylosamp/man/prob_trans_mtml.Rd                              |   19 
 phylosamp-1.0.1/phylosamp/man/prob_trans_mtsl.Rd                              |   17 
 phylosamp-1.0.1/phylosamp/man/prob_trans_stsl.Rd                              |   21 
 phylosamp-1.0.1/phylosamp/man/relR_power.Rd                                   |only
 phylosamp-1.0.1/phylosamp/man/relR_power_simulated.Rd                         |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize.Rd                              |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize_basic.Rd                        |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize_ci.Rd                           |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize_linkerr.Rd                      |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize_opterr.Rd                       |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize_simsolve.Rd                     |only
 phylosamp-1.0.1/phylosamp/man/relR_samplesize_solve.Rd                        |only
 phylosamp-1.0.1/phylosamp/man/samplesize.Rd                                   |   14 
 phylosamp-1.0.1/phylosamp/man/sens_spec_calc.Rd                               |   22 
 phylosamp-1.0.1/phylosamp/man/sens_spec_roc.Rd                                |   32 
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_obs.Rd                 |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_obs_mtml.Rd            |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_obs_mtsl.Rd            |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_obs_stsl.Rd            |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_true.Rd                |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_true_mtml.Rd           |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_true_mtsl.Rd           |only
 phylosamp-1.0.1/phylosamp/man/translink_expected_links_true_stsl.Rd           |only
 phylosamp-1.0.1/phylosamp/man/translink_fdr.Rd                                |only
 phylosamp-1.0.1/phylosamp/man/translink_prob_transmit.Rd                      |only
 phylosamp-1.0.1/phylosamp/man/translink_prob_transmit_mtml.Rd                 |only
 phylosamp-1.0.1/phylosamp/man/translink_prob_transmit_mtsl.Rd                 |only
 phylosamp-1.0.1/phylosamp/man/translink_prob_transmit_stsl.Rd                 |only
 phylosamp-1.0.1/phylosamp/man/translink_samplesize.Rd                         |only
 phylosamp-1.0.1/phylosamp/man/translink_tdr.Rd                                |only
 phylosamp-1.0.1/phylosamp/man/true_pairs.Rd                                   |   12 
 phylosamp-1.0.1/phylosamp/man/true_pairs_mtml.Rd                              |   12 
 phylosamp-1.0.1/phylosamp/man/true_pairs_mtsl.Rd                              |   10 
 phylosamp-1.0.1/phylosamp/man/true_pairs_stsl.Rd                              |   10 
 phylosamp-1.0.1/phylosamp/man/truediscoveryrate.Rd                            |   12 
 phylosamp-1.0.1/phylosamp/man/varfreq_cdf_logistic.Rd                         |only
 phylosamp-1.0.1/phylosamp/man/varfreq_expected_mbias.Rd                       |only
 phylosamp-1.0.1/phylosamp/man/varfreq_freq_logistic.Rd                        |only
 phylosamp-1.0.1/phylosamp/man/varfreq_obs_freq.Rd                             |only
 phylosamp-1.0.1/phylosamp/man/vartrack_cod_ratio.Rd                           |only
 phylosamp-1.0.1/phylosamp/man/vartrack_prob_detect.Rd                         |only
 phylosamp-1.0.1/phylosamp/man/vartrack_prob_detect_cont.Rd                    |only
 phylosamp-1.0.1/phylosamp/man/vartrack_prob_detect_xsect.Rd                   |only
 phylosamp-1.0.1/phylosamp/man/vartrack_prob_prev.Rd                           |only
 phylosamp-1.0.1/phylosamp/man/vartrack_prob_prev_xsect.Rd                     |only
 phylosamp-1.0.1/phylosamp/man/vartrack_samplesize_detect.Rd                   |only
 phylosamp-1.0.1/phylosamp/man/vartrack_samplesize_detect_cont.Rd              |only
 phylosamp-1.0.1/phylosamp/man/vartrack_samplesize_detect_xsect.Rd             |only
 phylosamp-1.0.1/phylosamp/man/vartrack_samplesize_prev.Rd                     |only
 phylosamp-1.0.1/phylosamp/man/vartrack_samplesize_prev_xsect.Rd               |only
 phylosamp-1.0.1/phylosamp/tests/testthat                                      |only
 phylosamp-1.0.1/phylosamp/tests/testthat.R                                    |only
 phylosamp-1.0.1/phylosamp/vignettes/L1_FalseDiscoveryRate.Rmd                 |only
 phylosamp-1.0.1/phylosamp/vignettes/L2_SampleSize.Rmd                         |only
 phylosamp-1.0.1/phylosamp/vignettes/L3_SensitivitySpecificity.Rmd             |only
 phylosamp-1.0.1/phylosamp/vignettes/L4_IllustrativeExamples.Rmd               |only
 phylosamp-1.0.1/phylosamp/vignettes/V1_CoefficientDetectionBias.Rmd           |only
 phylosamp-1.0.1/phylosamp/vignettes/V2_SampleSizeCrossSectional.Rmd           |only
 phylosamp-1.0.1/phylosamp/vignettes/V3_ProbCrossSectional.Rmd                 |only
 phylosamp-1.0.1/phylosamp/vignettes/V4_SampleSizePeriodic.Rmd                 |only
 phylosamp-1.0.1/phylosamp/vignettes/V5_ProbDetectPeriodic.Rmd                 |only
 phylosamp-1.0.1/phylosamp/vignettes/V6_IllustrativeExample.Rmd                |only
 phylosamp-1.0.1/phylosamp/vignettes/variant-surveillance-decision-tree-01.png |only
 phylosamp-1.0.1/phylosamp/vignettes/variant-surveillance-decision-tree-02.png |only
 phylosamp-1.0.1/phylosamp/vignettes/variant-surveillance-decision-tree-03.png |only
 phylosamp-1.0.1/phylosamp/vignettes/variant-surveillance-decision-tree-04.png |only
 phylosamp-1.0.1/phylosamp/vignettes/variant-surveillance-decision-tree-05.png |only
 phylosamp-1.0.1/phylosamp/vignettes/variant-surveillance-decision-tree-06.png |only
 222 files changed, 556 insertions(+), 232 deletions(-)

More information about phylosamp at CRAN
Permanent link

Package fda updated to version 6.1.4 with previous version 6.0.5 dated 2022-07-04

Title: Functional Data Analysis
Description: These functions were developed to support functional data analysis as described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data Analysis. New York: Springer and in Ramsay, J. O., Hooker, Giles, and Graves, Spencer (2009). Functional Data Analysis with R and Matlab (Springer). The package includes data sets and script files working many examples including all but one of the 76 figures in this latter book. Matlab versions are available by ftp from <https://www.psych.mcgill.ca/misc/fda/downloads/FDAfuns/>.
Author: James Ramsay [aut, cre], Giles Hooker [ctb], Spencer Graves [ctb]
Maintainer: James Ramsay <ramsay@psych.mcgill.ca>

Diff between fda versions 6.0.5 dated 2022-07-04 and 6.1.4 dated 2023-05-23

 fda-6.0.5/fda/R/plotreg.fd.R                   |only
 fda-6.0.5/fda/data/StatSciChinese.rda          |only
 fda-6.0.5/fda/inst/doc/monotoneFunctions.pdf   |only
 fda-6.0.5/fda/man/StatSciChinese.Rd            |only
 fda-6.0.5/fda/man/plotreg.fd.rd                |only
 fda-6.0.5/fda/vignettes/framed.sty             |only
 fda-6.0.5/fda/vignettes/inconsolata.sty        |only
 fda-6.0.5/fda/vignettes/monotoneFunctions.html |only
 fda-6.1.4/fda/DESCRIPTION                      |   27 
 fda-6.1.4/fda/MD5                              |  199 +++---
 fda-6.1.4/fda/NAMESPACE                        |    3 
 fda-6.1.4/fda/R/eval.surp.R                    |   13 
 fda-6.1.4/fda/R/fRegress.double.R              |    1 
 fda-6.1.4/fda/R/landmarkreg.R                  |    2 
 fda-6.1.4/fda/R/smooth.basis.sparse.R          |   23 
 fda-6.1.4/fda/R/smooth.morph.R                 |   45 -
 fda-6.1.4/fda/R/smooth.pos.R                   |   34 -
 fda-6.1.4/fda/R/smooth.surp.R                  |   31 -
 fda-6.1.4/fda/build/vignette.rds               |binary
 fda-6.1.4/fda/data/refinery.rda                |only
 fda-6.1.4/fda/inst/doc/BasisBasics.Rmd         |    4 
 fda-6.1.4/fda/inst/doc/BasisBasics.html        |   23 
 fda-6.1.4/fda/inst/doc/monotoneFunctions.R     |   14 
 fda-6.1.4/fda/inst/doc/monotoneFunctions.Rmd   |   14 
 fda-6.1.4/fda/inst/doc/monotoneFunctions.html  |only
 fda-6.1.4/fda/inst/doc/splineFunctions.Rmd     |    2 
 fda-6.1.4/fda/inst/doc/splineFunctions.html    |   15 
 fda-6.1.4/fda/inst/scripts/fdarm-ch01.R        |  772 ++++++++++++-------------
 fda-6.1.4/fda/inst/scripts/fdarm-ch06.R        |  622 ++++++++++----------
 fda-6.1.4/fda/man/CRAN.Rd                      |   40 -
 fda-6.1.4/fda/man/Data2fd.Rd                   |    2 
 fda-6.1.4/fda/man/Fperm.fd.Rd                  |    4 
 fda-6.1.4/fda/man/Lfd.Rd                       |    1 
 fda-6.1.4/fda/man/arithmetic.fd.Rd             |    4 
 fda-6.1.4/fda/man/as.array3.Rd                 |   45 -
 fda-6.1.4/fda/man/as.fd.Rd                     |   10 
 fda-6.1.4/fda/man/axisIntervals.Rd             |    3 
 fda-6.1.4/fda/man/cca.fd.Rd                    |    3 
 fda-6.1.4/fda/man/center.fd.Rd                 |    5 
 fda-6.1.4/fda/man/cor.fd.Rd                    |   11 
 fda-6.1.4/fda/man/create.bspline.basis.Rd      |   17 
 fda-6.1.4/fda/man/create.constant.basis.Rd     |    2 
 fda-6.1.4/fda/man/create.exponential.basis.Rd  |    3 
 fda-6.1.4/fda/man/create.fourier.basis.Rd      |    3 
 fda-6.1.4/fda/man/create.monomial.basis.Rd     |    3 
 fda-6.1.4/fda/man/create.polygonal.basis.Rd    |    2 
 fda-6.1.4/fda/man/create.power.basis.Rd        |    2 
 fda-6.1.4/fda/man/dateAccessories.Rd           |    4 
 fda-6.1.4/fda/man/density.fd.Rd                |    3 
 fda-6.1.4/fda/man/deriv.fd.Rd                  |    4 
 fda-6.1.4/fda/man/df2lambda.Rd                 |    3 
 fda-6.1.4/fda/man/eigen.pda.rd                 |    7 
 fda-6.1.4/fda/man/eval.basis.Rd                |  322 +++++-----
 fda-6.1.4/fda/man/eval.bifd.Rd                 |    2 
 fda-6.1.4/fda/man/eval.fd.Rd                   |  355 +++++------
 fda-6.1.4/fda/man/eval.monfd.Rd                |  276 ++++----
 fda-6.1.4/fda/man/eval.surp.Rd                 |    4 
 fda-6.1.4/fda/man/exponentiate.fd.Rd           |   38 -
 fda-6.1.4/fda/man/fRegress.Rd                  |    4 
 fda-6.1.4/fda/man/fbplot.Rd                    |   13 
 fda-6.1.4/fda/man/fd.Rd                        |   17 
 fda-6.1.4/fda/man/fdPar.Rd                     |    3 
 fda-6.1.4/fda/man/fda-package.Rd               |   83 --
 fda-6.1.4/fda/man/fdlabels.Rd                  |    1 
 fda-6.1.4/fda/man/gait.Rd                      |    2 
 fda-6.1.4/fda/man/handwrit.Rd                  |    2 
 fda-6.1.4/fda/man/infantGrowth.Rd              |    3 
 fda-6.1.4/fda/man/intensity.fd.Rd              |  254 ++++----
 fda-6.1.4/fda/man/lines.fd.Rd                  |    4 
 fda-6.1.4/fda/man/matplot.Rd                   |    4 
 fda-6.1.4/fda/man/mean.fd.Rd                   |    4 
 fda-6.1.4/fda/man/melanoma.Rd                  |    3 
 fda-6.1.4/fda/man/monfn.Rd                     |    3 
 fda-6.1.4/fda/man/nondurables.Rd               |    5 
 fda-6.1.4/fda/man/norder.Rd                    |   45 -
 fda-6.1.4/fda/man/pca.fd.Rd                    |    3 
 fda-6.1.4/fda/man/pda.fd.Rd                    |    2 
 fda-6.1.4/fda/man/pda.overlay.Rd               |    4 
 fda-6.1.4/fda/man/phaseplanePlot.Rd            |    2 
 fda-6.1.4/fda/man/plot.Lfd.Rd                  |    3 
 fda-6.1.4/fda/man/plot.basisfd.Rd              |    4 
 fda-6.1.4/fda/man/plot.cca.fd.rd               |    5 
 fda-6.1.4/fda/man/plot.fd.Rd                   |   22 
 fda-6.1.4/fda/man/plot.pca.fd.Rd               |    8 
 fda-6.1.4/fda/man/plot.pda.fd.rd               |    3 
 fda-6.1.4/fda/man/plotbeta.Rd                  |    2 
 fda-6.1.4/fda/man/plotfit.fd.Rd                |    5 
 fda-6.1.4/fda/man/plotscores.Rd                |    1 
 fda-6.1.4/fda/man/polyg.Rd                     |    4 
 fda-6.1.4/fda/man/predict.fRegress.Rd          |    4 
 fda-6.1.4/fda/man/refinery.Rd                  |only
 fda-6.1.4/fda/man/register.fd.Rd               |   15 
 fda-6.1.4/fda/man/sd.Rd                        |    4 
 fda-6.1.4/fda/man/seabird.Rd                   |    4 
 fda-6.1.4/fda/man/smooth.basis.Rd              |    5 
 fda-6.1.4/fda/man/smooth.basisPar.Rd           |    1 
 fda-6.1.4/fda/man/smooth.fd.Rd                 |   16 
 fda-6.1.4/fda/man/smooth.monotone.Rd           |    7 
 fda-6.1.4/fda/man/smooth.morph.Rd              |   14 
 fda-6.1.4/fda/man/smooth.pos.Rd                |    4 
 fda-6.1.4/fda/man/smooth.surp.Rd               |   10 
 fda-6.1.4/fda/man/tperm.fd.Rd                  |    2 
 fda-6.1.4/fda/man/var.fd.Rd                    |    5 
 fda-6.1.4/fda/vignettes/BasisBasics.Rmd        |    4 
 fda-6.1.4/fda/vignettes/monotoneFunctions.Rmd  |   14 
 fda-6.1.4/fda/vignettes/splineFunctions.Rmd    |    2 
 106 files changed, 1815 insertions(+), 1836 deletions(-)

More information about fda at CRAN
Permanent link

Package statsExpressions updated to version 1.5.1 with previous version 1.5.0 dated 2023-02-19

Title: Tidy Dataframes and Expressions with Statistical Details
Description: Utilities for producing dataframes with rich details for the most common types of statistical approaches and tests: parametric, nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation analyses, contingency table analyses, and meta-analyses. The functions are pipe-friendly and provide a consistent syntax to work with tidy data. These dataframes additionally contain expressions with statistical details, and can be used in graphing packages. This package also forms the statistical processing backend for 'ggstatsplot'. References: Patil (2021) <doi:10.21105/joss.03236>.
Author: Indrajeet Patil [cre, aut, cph]
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>

Diff between statsExpressions versions 1.5.0 dated 2023-02-19 and 1.5.1 dated 2023-05-23

 DESCRIPTION                                     |   22 
 MD5                                             |   54 +-
 NEWS.md                                         |   95 ++-
 R/long_to_wide_converter.R                      |  198 +++----
 R/one_sample_test.R                             |  196 +++----
 R/oneway_anova.R                                |  560 +++++++++++-----------
 R/pairwise_comparisons.R                        |  598 +++++++++++-------------
 R/two_sample_test.R                             |  439 ++++++++---------
 README.md                                       |   12 
 build/vignette.rds                              |binary
 inst/WORDLIST                                   |   11 
 inst/doc/statsExpressions.R                     |   11 
 inst/doc/statsExpressions.Rmd                   |   35 -
 inst/doc/statsExpressions.html                  |   57 +-
 inst/doc/stats_details.html                     |    7 
 man/oneway_anova.Rd                             |    5 
 man/pairwise_comparisons.Rd                     |    3 
 man/tidy_model_parameters.Rd                    |   16 
 tests/testthat.R                                |    8 
 tests/testthat/_snaps/centrality_description.md |    4 
 tests/testthat/test-centrality_description.R    |   12 
 tests/testthat/test-corr_test.R                 |  276 +++++------
 tests/testthat/test-one_two_sample_dataframes.R |  196 +++----
 tests/testthat/test-oneway_anova_bayes.R        |  194 +++----
 tests/testthat/test-oneway_anova_parametric.R   |    4 
 tests/testthat/test-pairwise_comparisons.R      |    2 
 vignettes/statsExpressions.Rmd                  |   35 -
 vignettes/web_only/dataframe_outputs.Rmd        |    1 
 28 files changed, 1529 insertions(+), 1522 deletions(-)

More information about statsExpressions at CRAN
Permanent link

Package varTestnlme updated to version 1.3.3 with previous version 1.3.2 dated 2023-05-03

Title: Variance Components Testing for Linear and Nonlinear Mixed Effects Models
Description: An implementation of the Likelihood ratio Test (LRT) for testing that, in a (non)linear mixed effects model, the variances of a subset of the random effects are equal to zero. There is no restriction on the subset of variances that can be tested: for example, it is possible to test that all the variances are equal to zero. Note that the implemented test is asymptotic. This package should be used on model fits from packages 'nlme', 'lmer', and 'saemix'. Charlotte Baey, Paul-Henry Cournède and Estelle Kuhn (2019) <doi:10.1016/j.csda.2019.01.014>.
Author: Charlotte Baey [aut, cre] , Estelle Kuhn [aut]
Maintainer: Charlotte Baey <charlotte.baey@univ-lille.fr>

Diff between varTestnlme versions 1.3.2 dated 2023-05-03 and 1.3.3 dated 2023-05-23

 DESCRIPTION               |    6 
 MD5                       |   11 
 NAMESPACE                 |    1 
 NEWS.md                   |    4 
 R/lme_utilities.R         |    8 
 inst/doc/varTestnlme.html |  533 +++++++++++++++++++++-------------------------
 man/extractFIM.lme.Rd     |only
 7 files changed, 268 insertions(+), 295 deletions(-)

More information about varTestnlme at CRAN
Permanent link

Package matsindf updated to version 0.4.3 with previous version 0.4.1 dated 2023-04-26

Title: Matrices in Data Frames
Description: Provides functions to collapse a tidy data frame into matrices in a data frame and expand a data frame of matrices into a tidy data frame.
Author: Matthew Heun [aut, cre]
Maintainer: Matthew Heun <matthew.heun@me.com>

Diff between matsindf versions 0.4.1 dated 2023-04-26 and 0.4.3 dated 2023-05-23

 DESCRIPTION                     |   12 ++++++------
 MD5                             |   28 ++++++++++++++--------------
 NEWS.md                         |   22 +++++++++++++++++++++-
 R/collapse.R                    |   23 ++++++++++++++++++-----
 R/utilities.R                   |   22 ++++++++++++++++++----
 inst/CITATION                   |    4 ++--
 inst/WORDLIST                   |    1 +
 inst/doc/iris_pca.html          |    4 ++--
 inst/doc/matsindf.html          |    4 ++--
 inst/doc/midf_apply_primer.html |    4 ++--
 man/collapse_to_matrices.Rd     |   10 ++++++++--
 man/rowcolval_to_mat.Rd         |   10 ++++++++--
 tests/testthat/test-collapse.R  |   35 +++++++++++++++++++++++------------
 tests/testthat/test-expand.R    |    2 +-
 tests/testthat/test-utilities.R |   30 +++++++++++++++++++++---------
 15 files changed, 147 insertions(+), 64 deletions(-)

More information about matsindf at CRAN
Permanent link

Package cities updated to version 0.1.2 with previous version 0.1.1 dated 2023-02-14

Title: Clinical Trials with Intercurrent Events Simulator
Description: Simulates clinical trials and summarizes causal effects and treatment policy estimands in the presence of intercurrent events in a transparent and intuitive manner.
Author: Ahmad Hakeem Abdul Wahab [aut, cre] , Yongming Qu [aut], Hege Michiels [aut], Junxiang Luo [aut], Run Zhuang [aut], Dominique McDaniel [aut], Dong Xi [aut], Elena Polverejan [aut], Steven Gilbert [aut], Stephen Ruberg [aut], Arman Sabbagh [aut]
Maintainer: Ahmad Hakeem Abdul Wahab <hakeemwahab00@gmail.com>

Diff between cities versions 0.1.1 dated 2023-02-14 and 0.1.2 dated 2023-05-23

 DESCRIPTION               |    9 
 MD5                       |   10 
 NAMESPACE                 |    3 
 build/vignette.rds        |binary
 inst/doc/CITIES_demo.R    | 1108 +++++++++++------------
 inst/doc/CITIES_demo.html | 2142 +++++++++++++++++++++++-----------------------
 6 files changed, 1636 insertions(+), 1636 deletions(-)

More information about cities at CRAN
Permanent link

Package nimble updated to version 1.0.0 with previous version 0.13.2 dated 2023-05-14

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, 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 is available at <htt [...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 0.13.2 dated 2023-05-14 and 1.0.0 dated 2023-05-23

 nimble-0.13.2/nimble/man/waicDetailsList.Rd                             |only
 nimble-0.13.2/nimble/man/waicList.Rd                                    |only
 nimble-1.0.0/nimble/DESCRIPTION                                         |   51 
 nimble-1.0.0/nimble/INSTALL                                             |   12 
 nimble-1.0.0/nimble/LICENSE                                             |    4 
 nimble-1.0.0/nimble/MD5                                                 |  779 +++++--
 nimble-1.0.0/nimble/NAMESPACE                                           |   21 
 nimble-1.0.0/nimble/R/BUGS_BUGSdecl.R                                   |   80 
 nimble-1.0.0/nimble/R/BUGS_getDependencies.R                            |    2 
 nimble-1.0.0/nimble/R/BUGS_model.R                                      |  346 +--
 nimble-1.0.0/nimble/R/BUGS_modelDef.R                                   |   96 
 nimble-1.0.0/nimble/R/BUGS_nimbleGraph.R                                |  229 ++
 nimble-1.0.0/nimble/R/BUGS_readBUGS.R                                   |   12 
 nimble-1.0.0/nimble/R/BUGS_utils.R                                      |   40 
 nimble-1.0.0/nimble/R/Laplace.R                                         |only
 nimble-1.0.0/nimble/R/MCEM_build.R                                      |    4 
 nimble-1.0.0/nimble/R/MCMC_WAIC.R                                       |   59 
 nimble-1.0.0/nimble/R/MCMC_build.R                                      |   59 
 nimble-1.0.0/nimble/R/MCMC_configuration.R                              |   82 
 nimble-1.0.0/nimble/R/MCMC_conjugacy.R                                  |   74 
 nimble-1.0.0/nimble/R/MCMC_run.R                                        |   44 
 nimble-1.0.0/nimble/R/MCMC_samplers.R                                   |   54 
 nimble-1.0.0/nimble/R/MCMC_utils.R                                      |    9 
 nimble-1.0.0/nimble/R/RCfunction_compile.R                              |    7 
 nimble-1.0.0/nimble/R/RCfunction_core.R                                 |   86 
 nimble-1.0.0/nimble/R/all_utils.R                                       |    2 
 nimble-1.0.0/nimble/R/cppDefs_ADtools.R                                 | 1088 ++++++++--
 nimble-1.0.0/nimble/R/cppDefs_BUGSmodel.R                               |   41 
 nimble-1.0.0/nimble/R/cppDefs_RCfunction.R                              |   43 
 nimble-1.0.0/nimble/R/cppDefs_core.R                                    |   31 
 nimble-1.0.0/nimble/R/cppDefs_cppProject.R                              |   21 
 nimble-1.0.0/nimble/R/cppDefs_modelValues.R                             |   77 
 nimble-1.0.0/nimble/R/cppDefs_nimbleFunction.R                          |  782 ++++++-
 nimble-1.0.0/nimble/R/cppDefs_variables.R                               |   10 
 nimble-1.0.0/nimble/R/cppInterfaces_models.R                            |   21 
 nimble-1.0.0/nimble/R/cppInterfaces_nimbleFunctions.R                   |   50 
 nimble-1.0.0/nimble/R/cppInterfaces_otherTypes.R                        |   94 
 nimble-1.0.0/nimble/R/crossValidation.R                                 |   14 
 nimble-1.0.0/nimble/R/distributions_implementations.R                   |   16 
 nimble-1.0.0/nimble/R/distributions_inputList.R                         |    4 
 nimble-1.0.0/nimble/R/distributions_processInputList.R                  |   16 
 nimble-1.0.0/nimble/R/genCpp_eigenization.R                             |    5 
 nimble-1.0.0/nimble/R/genCpp_exprClass.R                                |    5 
 nimble-1.0.0/nimble/R/genCpp_generateCpp.R                              |  160 +
 nimble-1.0.0/nimble/R/genCpp_operatorLists.R                            |   35 
 nimble-1.0.0/nimble/R/genCpp_processSpecificCalls.R                     |   17 
 nimble-1.0.0/nimble/R/genCpp_sizeProcessing.R                           |  410 +++
 nimble-1.0.0/nimble/R/miscFunctions.R                                   |   16 
 nimble-1.0.0/nimble/R/nimbleFunction_Rderivs.R                          |only
 nimble-1.0.0/nimble/R/nimbleFunction_Rexecution.R                       |   62 
 nimble-1.0.0/nimble/R/nimbleFunction_compile.R                          |   93 
 nimble-1.0.0/nimble/R/nimbleFunction_core.R                             |  145 -
 nimble-1.0.0/nimble/R/nimbleFunction_keywordProcessing.R                |  664 +++++-
 nimble-1.0.0/nimble/R/nimbleFunction_nodeFunction.R                     |   20 
 nimble-1.0.0/nimble/R/nimbleFunction_nodeFunctionNew.R                  |  219 +-
 nimble-1.0.0/nimble/R/nimbleList_core.R                                 |  105 
 nimble-1.0.0/nimble/R/nimbleProject.R                                   |  204 +
 nimble-1.0.0/nimble/R/options.R                                         |   16 
 nimble-1.0.0/nimble/R/parameterTransform.R                              |only
 nimble-1.0.0/nimble/R/types_nodeFxnVector.R                             |   62 
 nimble-1.0.0/nimble/R/types_symbolTable.R                               |   72 
 nimble-1.0.0/nimble/configure                                           |   11 
 nimble-1.0.0/nimble/configure.ac                                        |   16 
 nimble-1.0.0/nimble/inst/COPYRIGHTS                                     |   30 
 nimble-1.0.0/nimble/inst/CppCode/GNUmakefile                            |    2 
 nimble-1.0.0/nimble/inst/CppCode/NamedObjects.cpp                       |   18 
 nimble-1.0.0/nimble/inst/CppCode/RcppNimbleUtils.cpp                    |   44 
 nimble-1.0.0/nimble/inst/CppCode/RcppUtils.cpp                          |    4 
 nimble-1.0.0/nimble/inst/CppCode/Utils.cpp                              |    4 
 nimble-1.0.0/nimble/inst/CppCode/accessorClasses.cpp                    |  418 +++
 nimble-1.0.0/nimble/inst/CppCode/dists.cpp                              |    2 
 nimble-1.0.0/nimble/inst/CppCode/dllFinalizer.cpp                       |    6 
 nimble-1.0.0/nimble/inst/CppCode/eigenUsingClasses.cpp                  |    2 
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_backsolve.cpp         |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_cache.cpp             |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_cholesky.cpp          |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_classes_temp.cpp      |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_forwardsolve.cpp      |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_log_pow_int.cpp       |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_matinverse.cpp        |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_matmult.cpp           |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_pow_int.cpp           |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_probit.cpp            |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_solve_base.cpp        |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_solve_generic.cpp     |only
 nimble-1.0.0/nimble/inst/CppCode/nimDerivs_atomic_zround.cpp            |only
 nimble-1.0.0/nimble/inst/CppCode/nimDists.cpp                           |   38 
 nimble-1.0.0/nimble/inst/CppCode/nimOptim.cpp                           |  166 +
 nimble-1.0.0/nimble/inst/CppCode/nimbleCppAD.cpp                        |only
 nimble-1.0.0/nimble/inst/CppCode/nimbleGraph.cpp                        |  284 ++
 nimble-1.0.0/nimble/inst/CppCode/nodeFun.cpp                            |only
 nimble-1.0.0/nimble/inst/CppCode/predefinedNimbleLists.cpp              |  372 ++-
 nimble-1.0.0/nimble/inst/NEWS.md                                        |  166 +
 nimble-1.0.0/nimble/inst/include/ad.hpp                                 |only
 nimble-1.0.0/nimble/inst/include/atomic_index.hpp                       |only
 nimble-1.0.0/nimble/inst/include/cppad                                  |only
 nimble-1.0.0/nimble/inst/include/cppad_notes_for_nimble.txt             |only
 nimble-1.0.0/nimble/inst/include/nimble/EigenTypedefs.h                 |   80 
 nimble-1.0.0/nimble/inst/include/nimble/NamedObjects.h                  |    2 
 nimble-1.0.0/nimble/inst/include/nimble/NimArr.h                        |   13 
 nimble-1.0.0/nimble/inst/include/nimble/NimArrBase.h                    |   27 
 nimble-1.0.0/nimble/inst/include/nimble/RcppNimbleUtils.h               |   41 
 nimble-1.0.0/nimble/inst/include/nimble/RcppUtils.h                     |    3 
 nimble-1.0.0/nimble/inst/include/nimble/Utils.h                         |  110 +
 nimble-1.0.0/nimble/inst/include/nimble/accessorClasses.h               |  513 ++++
 nimble-1.0.0/nimble/inst/include/nimble/dynamicRegistrations.h          |   22 
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_backsolve.h    |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_cache.h        |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_cholesky.h     |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_discrete.h     |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_forwardsolve.h |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_log_pow_int.h  |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_matinverse.h   |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_matmult.h      |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_pow_int.h      |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_probit.h       |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_solve_base.h   |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_atomic_zround.h       |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_dists.h               |   43 
 nimble-1.0.0/nimble/inst/include/nimble/nimDerivs_vecmat_utils.h        |only
 nimble-1.0.0/nimble/inst/include/nimble/nimDists.h                      |    1 
 nimble-1.0.0/nimble/inst/include/nimble/nimOptim.h                      |   69 
 nimble-1.0.0/nimble/inst/include/nimble/nimbleCppAD.h                   |  630 ++++-
 nimble-1.0.0/nimble/inst/include/nimble/nimbleCppADbaseClass.cpp        |only
 nimble-1.0.0/nimble/inst/include/nimble/nimbleCppADbaseClass.h          |only
 nimble-1.0.0/nimble/inst/include/nimble/nimbleEigen.h                   |  177 -
 nimble-1.0.0/nimble/inst/include/nimble/nimbleGraph.h                   |   58 
 nimble-1.0.0/nimble/inst/include/nimble/nodeFun.h                       |  155 +
 nimble-1.0.0/nimble/inst/include/nimble/predefinedNimbleLists.h         |   83 
 nimble-1.0.0/nimble/inst/include/nimble_ADbase_extensions.hpp           |only
 nimble-1.0.0/nimble/inst/include/nimble_ADbase_tape_link_extensions.hpp |only
 nimble-1.0.0/nimble/inst/include/nimble_atomic_index.hpp                |only
 nimble-1.0.0/nimble/inst/include/tape_link.hpp                          |only
 nimble-1.0.0/nimble/inst/make/Makevars                                  |    2 
 nimble-1.0.0/nimble/inst/make/Makevars.win.in                           |    2 
 nimble-1.0.0/nimble/inst/make/Makevars_lib                              |    2 
 nimble-1.0.0/nimble/man/ADNimbleList.Rd                                 |    6 
 nimble-1.0.0/nimble/man/ADbreak.Rd                                      |only
 nimble-1.0.0/nimble/man/ADproxyModelClass-class.Rd                      |only
 nimble-1.0.0/nimble/man/MCMCconf-class.Rd                               |   19 
 nimble-1.0.0/nimble/man/MCMCsuite.Rd                                    |    2 
 nimble-1.0.0/nimble/man/buildAuxiliaryFilter.Rd                         |    2 
 nimble-1.0.0/nimble/man/buildBootstrapFilter.Rd                         |    2 
 nimble-1.0.0/nimble/man/buildEnsembleKF.Rd                              |    2 
 nimble-1.0.0/nimble/man/buildIteratedFilter2.Rd                         |    2 
 nimble-1.0.0/nimble/man/buildLiuWestFilter.Rd                           |    2 
 nimble-1.0.0/nimble/man/buildMCEM.Rd                                    |    4 
 nimble-1.0.0/nimble/man/buildMCMC.Rd                                    |   31 
 nimble-1.0.0/nimble/man/calculateWAIC.Rd                                |   11 
 nimble-1.0.0/nimble/man/clearCompiled.Rd                                |only
 nimble-1.0.0/nimble/man/compareMCMCs.Rd                                 |    2 
 nimble-1.0.0/nimble/man/getConditionallyIndependentSets.Rd              |  103 
 nimble-1.0.0/nimble/man/laplace.Rd                                      |only
 nimble-1.0.0/nimble/man/makeModelDerivsInfo.Rd                          |only
 nimble-1.0.0/nimble/man/modelBaseClass-class.Rd                         |   53 
 nimble-1.0.0/nimble/man/modelInitialization.Rd                          |    3 
 nimble-1.0.0/nimble/man/nimDerivs.Rd                                    |   49 
 nimble-1.0.0/nimble/man/nimble-internal.Rd                              |    5 
 nimble-1.0.0/nimble/man/nimbleFunction.Rd                               |    4 
 nimble-1.0.0/nimble/man/nimbleFunctionVirtual.Rd                        |    7 
 nimble-1.0.0/nimble/man/nimbleMCMC.Rd                                   |    6 
 nimble-1.0.0/nimble/man/nimbleModel.Rd                                  |    3 
 nimble-1.0.0/nimble/man/optimControlNimbleList.Rd                       |    2 
 nimble-1.0.0/nimble/man/optimResultNimbleList.Rd                        |    2 
 nimble-1.0.0/nimble/man/parameterTransform.Rd                           |only
 nimble-1.0.0/nimble/man/pow_int.Rd                                      |only
 nimble-1.0.0/nimble/man/runMCMC.Rd                                      |    2 
 nimble-1.0.0/nimble/man/samplers.Rd                                     |   17 
 nimble-1.0.0/nimble/man/setupMargNodes.Rd                               |only
 nimble-1.0.0/nimble/man/summaryLaplace.Rd                               |only
 nimble-1.0.0/nimble/man/waic.Rd                                         |   11 
 nimble-1.0.0/nimble/man/waicDetailsNimbleList.Rd                        |only
 nimble-1.0.0/nimble/man/waicNimbleList.Rd                               |only
 nimble-1.0.0/nimble/src/nimble.cpp                                      |    4 
 nimble-1.0.0/nimble/tests/testthat/AD_distribution_test_lists.R         |only
 nimble-1.0.0/nimble/tests/testthat/AD_knownFailures.R                   |only
 nimble-1.0.0/nimble/tests/testthat/AD_math_test_lists.R                 |only
 nimble-1.0.0/nimble/tests/testthat/AD_test_utils.R                      |only
 nimble-1.0.0/nimble/tests/testthat/dynamicIndexingTestLists.R           |   10 
 nimble-1.0.0/nimble/tests/testthat/mathTestLists.R                      |    4 
 nimble-1.0.0/nimble/tests/testthat/mcmcTestLog.Rout                     |   65 
 nimble-1.0.0/nimble/tests/testthat/test-ADbackSolve.R                   |only
 nimble-1.0.0/nimble/tests/testthat/test-ADbasics.R                      |only
 nimble-1.0.0/nimble/tests/testthat/test-ADchol.R                        |only
 nimble-1.0.0/nimble/tests/testthat/test-ADdists.R                       |only
 nimble-1.0.0/nimble/tests/testthat/test-ADdsl.R                         |only
 nimble-1.0.0/nimble/tests/testthat/test-ADerrorTrapping.R               |only
 nimble-1.0.0/nimble/tests/testthat/test-ADforwardSolve.R                |only
 nimble-1.0.0/nimble/tests/testthat/test-ADfunctions.R                   |  544 ++++-
 nimble-1.0.0/nimble/tests/testthat/test-ADlaplace.R                     |only
 nimble-1.0.0/nimble/tests/testthat/test-ADmatInverse.R                  |only
 nimble-1.0.0/nimble/tests/testthat/test-ADmatMult.R                     |only
 nimble-1.0.0/nimble/tests/testthat/test-ADmatMult_model.R               |only
 nimble-1.0.0/nimble/tests/testthat/test-ADmodels-bigmv.R                |only
 nimble-1.0.0/nimble/tests/testthat/test-ADmodels.R                      |  693 ++++++
 nimble-1.0.0/nimble/tests/testthat/test-ADoptim.R                       |only
 nimble-1.0.0/nimble/tests/testthat/test-car.R                           |    2 
 nimble-1.0.0/nimble/tests/testthat/test-checkDSL.R                      |  136 +
 nimble-1.0.0/nimble/tests/testthat/test-coreR.R                         |    2 
 nimble-1.0.0/nimble/tests/testthat/test-crossVal.R                      |   20 
 nimble-1.0.0/nimble/tests/testthat/test-dynamicIndexing.R               |    5 
 nimble-1.0.0/nimble/tests/testthat/test-getDependencies.R               |  151 -
 nimble-1.0.0/nimble/tests/testthat/test-getParam.R                      |    6 
 nimble-1.0.0/nimble/tests/testthat/test-macros.R                        |    2 
 nimble-1.0.0/nimble/tests/testthat/test-math.R                          |    1 
 nimble-1.0.0/nimble/tests/testthat/test-mcmc.R                          |  129 -
 nimble-1.0.0/nimble/tests/testthat/test-mcmcrj.R                        |   14 
 nimble-1.0.0/nimble/tests/testthat/test-models.R                        |  117 -
 nimble-1.0.0/nimble/tests/testthat/test-nimbleList.R                    |   81 
 nimble-1.0.0/nimble/tests/testthat/test-optim.R                         |   79 
 nimble-1.0.0/nimble/tests/testthat/test-parameterTransform.R            |only
 nimble-1.0.0/nimble/tests/testthat/test-setData.R                       |   71 
 nimble-1.0.0/nimble/tests/testthat/test-setupMargNodes.R                |only
 nimble-1.0.0/nimble/tests/testthat/test-size.R                          |    5 
 nimble-1.0.0/nimble/tests/testthat/test-user.R                          |   73 
 nimble-1.0.0/nimble/tests/testthat/test-waic.R                          |   57 
 nimble-1.0.0/nimble/tests/testthat/test_utils.R                         |  302 ++
 217 files changed, 10918 insertions(+), 2393 deletions(-)

More information about nimble at CRAN
Permanent link

Package SAMtool updated to version 1.5.3 with previous version 1.5.2 dated 2023-04-04

Title: Stock Assessment Methods Toolkit
Description: Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform data-rich fisheries. 'SAMtool' provides a conditioning model, assessment models of varying complexity with standardized reporting, model-based management procedures, and diagnostic tools for evaluating assessments inside closed-loop simulation.
Author: Quang Huynh [aut, cre], Tom Carruthers [aut], Adrian Hordyk [aut]
Maintainer: Quang Huynh <quang@bluematterscience.com>

Diff between SAMtool versions 1.5.2 dated 2023-04-04 and 1.5.3 dated 2023-05-23

 DESCRIPTION              |   17 +++++++++--------
 MD5                      |   28 ++++++++++++++--------------
 NAMESPACE                |    1 -
 NEWS.md                  |    6 +++++-
 R/Ancillary_Indicators.R |   18 ++++++++++--------
 R/HCRs.R                 |   10 +++++-----
 R/Misc_fun.R             |   22 +++-------------------
 R/assess_SCA.R           |    4 ++--
 R/interim_MP.R           |    2 +-
 R/z_MPs.R                |   13 ++++++++++---
 build/partial.rdb        |binary
 man/HCR_ramp.Rd          |   10 +++++-----
 man/HCR_segment.Rd       |   10 +++++-----
 man/make_MP.Rd           |    4 ++--
 man/plot_crosscorr.Rd    |    2 +-
 15 files changed, 72 insertions(+), 75 deletions(-)

More information about SAMtool at CRAN
Permanent link

Package MagmaClustR updated to version 1.1.2 with previous version 1.1.1 dated 2023-01-17

Title: Clustering and Prediction using Multi-Task Gaussian Processes with Common Mean
Description: An implementation for the multi-task Gaussian processes with common mean framework. Two main algorithms, called 'Magma' and 'MagmaClust', are available to perform predictions for supervised learning problems, in particular for time series or any functional/continuous data applications. The corresponding articles has been respectively proposed by Arthur Leroy, Pierre Latouche, Benjamin Guedj and Servane Gey (2022) <doi:10.1007/s10994-022-06172-1>, and Arthur Leroy, Pierre Latouche, Benjamin Guedj and Servane Gey (2023) <https://jmlr.org/papers/v24/20-1321.html>. Theses approaches leverage the learning of cluster-specific mean processes, which are common across similar tasks, to provide enhanced prediction performances (even far from data) at a linear computational cost (in the number of tasks). 'MagmaClust' is a generalisation of 'Magma' where the tasks are simultaneously clustered into groups, each being associated to a specific mean process. User-oriented functions in th [...truncated...]
Author: Arthur Leroy [aut, cre] , Pierre Latouche [aut], Pierre Pathe [ctb], Alexia Grenouillat [ctb], Hugo Lelievre [ctb]
Maintainer: Arthur Leroy <arthur.leroy.pro@gmail.com>

Diff between MagmaClustR versions 1.1.1 dated 2023-01-17 and 1.1.2 dated 2023-05-23

 DESCRIPTION                                             |    8 
 MD5                                                     |   28 
 NEWS.md                                                 |    6 
 R/data.R                                                |   74 
 R/package-MagmaClustR.R                                 |    3 
 R/prediction.R                                          |  134 
 R/training.R                                            | 3777 +++++++---------
 README.md                                               |   38 
 man/MagmaClustR.Rd                                      |    3 
 man/figures/README-display_MagmaClust-1.png             |binary
 man/figures/README-gif_Magma-1.gif                      |binary
 man/figures/README-train_and_predict_Magma_in_2-D-1.png |binary
 man/hyperposterior.Rd                                   |   37 
 man/hyperposterior_clust.Rd                             |   47 
 man/weight.Rd                                           |    2 
 15 files changed, 2136 insertions(+), 2021 deletions(-)

More information about MagmaClustR at CRAN
Permanent link

Package r2dii.plot updated to version 0.3.1 with previous version 0.3.0 dated 2022-05-05

Title: Visualize the Climate Scenario Alignment of a Financial Portfolio
Description: Create plots to visualize the alignment of a corporate lending financial portfolio to climate change scenarios based on climate indicators (production and emission intensities) across key climate relevant sectors of the 'PACTA' methodology (Paris Agreement Capital Transition Assessment; <https://www.transitionmonitor.com/>). Financial institutions use 'PACTA' to study how their capital allocation decisions align with climate change mitigation goals.
Author: Monika Furdyna [aut, ctr, cre] , Mauro Lepore [aut, ctr] , Alex Axthelm [aut, ctr] , Rocky Mountain Institute [cph, fnd]
Maintainer: Monika Furdyna <monika.furdyna@gmail.com>

Diff between r2dii.plot versions 0.3.0 dated 2022-05-05 and 0.3.1 dated 2023-05-23

 r2dii.plot-0.3.0/r2dii.plot/man/figures/logo.svg                             |only
 r2dii.plot-0.3.1/r2dii.plot/DESCRIPTION                                      |   24 ++--
 r2dii.plot-0.3.1/r2dii.plot/MD5                                              |   56 +++++-----
 r2dii.plot-0.3.1/r2dii.plot/NEWS.md                                          |   11 +
 r2dii.plot-0.3.1/r2dii.plot/R/plot_emission_intensity.R                      |    6 -
 r2dii.plot-0.3.1/r2dii.plot/R/plot_techmix.R                                 |    8 -
 r2dii.plot-0.3.1/r2dii.plot/R/plot_trajectory.R                              |   12 +-
 r2dii.plot-0.3.1/r2dii.plot/R/r2dii_colours.R                                |   10 -
 r2dii.plot-0.3.1/r2dii.plot/R/sda.R                                          |    2 
 r2dii.plot-0.3.1/r2dii.plot/R/utils.R                                        |   13 +-
 r2dii.plot-0.3.1/r2dii.plot/README.md                                        |   54 +++++----
 r2dii.plot-0.3.1/r2dii.plot/data/palette_colours.rda                         |only
 r2dii.plot-0.3.1/r2dii.plot/data/scenario_colours.rda                        |only
 r2dii.plot-0.3.1/r2dii.plot/data/sector_colours.rda                          |only
 r2dii.plot-0.3.1/r2dii.plot/data/technology_colours.rda                      |only
 r2dii.plot-0.3.1/r2dii.plot/man/figures/README-unnamed-chunk-2-1.png         |binary
 r2dii.plot-0.3.1/r2dii.plot/man/figures/README-unnamed-chunk-3-1.png         |binary
 r2dii.plot-0.3.1/r2dii.plot/man/figures/logo.png                             |only
 r2dii.plot-0.3.1/r2dii.plot/man/market_share.Rd                              |    1 
 r2dii.plot-0.3.1/r2dii.plot/man/r2dii.plot-package.Rd                        |   12 +-
 r2dii.plot-0.3.1/r2dii.plot/man/r2dii_colours.Rd                             |   15 +-
 r2dii.plot-0.3.1/r2dii.plot/man/sda.Rd                                       |    5 
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/_snaps/plot_emission_intensity.md |    5 
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/_snaps/plot_techmix.md            |    5 
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/_snaps/plot_trajectory.md         |    5 
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/_snaps/sda.md                     |   27 ++--
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/test-market_share.R               |    6 -
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/test-plot_emission_intensity.R    |    7 -
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/test-plot_techmix.R               |    7 -
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/test-plot_trajectory.R            |   11 +
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/test-qplot_emission_intensity.R   |    2 
 r2dii.plot-0.3.1/r2dii.plot/tests/testthat/test-sda.R                        |    6 -
 32 files changed, 169 insertions(+), 141 deletions(-)

More information about r2dii.plot at CRAN
Permanent link

Package insight updated to version 0.19.2 with previous version 0.19.1 dated 2023-03-18

Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. 'insight' mainly revolves around two types of functions: Functions that find (the names of) information, starting with 'find_', and functions that get the underlying data, starting with 'get_'. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.
Author: Daniel Luedecke [aut, cre] , Dominique Makowski [aut, ctb] , Indrajeet Patil [aut, ctb] , Philip Waggoner [aut, ctb] , Mattan S. Ben-Shachar [aut, ctb] , Brenton M. Wiernik [aut, ctb] , Vincent Arel-Bundock [aut, ctb] , Etienne Bacher [aut, ctb] , Ale [...truncated...]
Maintainer: Daniel Luedecke <d.luedecke@uke.de>

Diff between insight versions 0.19.1 dated 2023-03-18 and 0.19.2 dated 2023-05-23

 insight-0.19.1/insight/R/backports.R                                      |only
 insight-0.19.1/insight/R/get_df_ml1.r                                     |only
 insight-0.19.1/insight/R/get_df_residual.r                                |only
 insight-0.19.1/insight/tests/testthat/helper.R                            |only
 insight-0.19.1/insight/tests/testthat/test-mixed.R                        |only
 insight-0.19.2/insight/DESCRIPTION                                        |   59 
 insight-0.19.2/insight/MD5                                                |  392 -
 insight-0.19.2/insight/NAMESPACE                                          |   26 
 insight-0.19.2/insight/NEWS.md                                            |   40 
 insight-0.19.2/insight/R/clean_names.R                                    |    9 
 insight-0.19.2/insight/R/clean_parameters.R                               |    2 
 insight-0.19.2/insight/R/compute_variances.R                              |    7 
 insight-0.19.2/insight/R/download_model.R                                 |   23 
 insight-0.19.2/insight/R/export_table.R                                   |    3 
 insight-0.19.2/insight/R/find_algorithm.R                                 |    6 
 insight-0.19.2/insight/R/find_formula.R                                   |    4 
 insight-0.19.2/insight/R/find_parameters.R                                |   21 
 insight-0.19.2/insight/R/find_response.R                                  |    2 
 insight-0.19.2/insight/R/find_statistic.R                                 |   10 
 insight-0.19.2/insight/R/find_terms.R                                     |    9 
 insight-0.19.2/insight/R/format_ci.R                                      |    2 
 insight-0.19.2/insight/R/format_table.R                                   |   56 
 insight-0.19.2/insight/R/get_data.R                                       |   49 
 insight-0.19.2/insight/R/get_datagrid.R                                   |    4 
 insight-0.19.2/insight/R/get_deviance.R                                   |    9 
 insight-0.19.2/insight/R/get_df.R                                         |   20 
 insight-0.19.2/insight/R/get_df_ml1.R                                     |only
 insight-0.19.2/insight/R/get_df_residual.R                                |only
 insight-0.19.2/insight/R/get_loglikelihood.R                              |   16 
 insight-0.19.2/insight/R/get_modelmatrix.R                                |    2 
 insight-0.19.2/insight/R/get_parameters.R                                 |   24 
 insight-0.19.2/insight/R/get_parameters_others.R                          |   29 
 insight-0.19.2/insight/R/get_predicted.R                                  |   60 
 insight-0.19.2/insight/R/get_predicted_args.R                             |    2 
 insight-0.19.2/insight/R/get_statistic.R                                  |   84 
 insight-0.19.2/insight/R/get_varcov.R                                     |   39 
 insight-0.19.2/insight/R/get_weights.R                                    |    2 
 insight-0.19.2/insight/R/is_converged.R                                   |    4 
 insight-0.19.2/insight/R/is_model.R                                       |    3 
 insight-0.19.2/insight/R/is_model_supported.R                             |    4 
 insight-0.19.2/insight/R/link_function.R                                  |   20 
 insight-0.19.2/insight/R/link_inverse.R                                   |   17 
 insight-0.19.2/insight/R/model_info.R                                     |   64 
 insight-0.19.2/insight/R/n_obs.R                                          |   13 
 insight-0.19.2/insight/R/null_model.R                                     |    4 
 insight-0.19.2/insight/R/print_parameters.R                               |    2 
 insight-0.19.2/insight/R/utilities.R                                      |    2 
 insight-0.19.2/insight/R/utils_get_data.R                                 |    6 
 insight-0.19.2/insight/R/utils_model_info.R                               |   16 
 insight-0.19.2/insight/README.md                                          |  140 
 insight-0.19.2/insight/build/partial.rdb                                  |binary
 insight-0.19.2/insight/build/vignette.rds                                 |binary
 insight-0.19.2/insight/inst/WORDLIST                                      |    6 
 insight-0.19.2/insight/inst/doc/display.html                              |  324 -
 insight-0.19.2/insight/man/clean_parameters.Rd                            |    2 
 insight-0.19.2/insight/man/download_model.Rd                              |    3 
 insight-0.19.2/insight/man/export_table.Rd                                |    3 
 insight-0.19.2/insight/man/format_table.Rd                                |    3 
 insight-0.19.2/insight/man/get_varcov.Rd                                  |   10 
 insight-0.19.2/insight/man/insight-package.Rd                             |    4 
 insight-0.19.2/insight/man/is_converged.Rd                                |    3 
 insight-0.19.2/insight/man/n_grouplevels.Rd                               |   78 
 insight-0.19.2/insight/man/print_parameters.Rd                            |    2 
 insight-0.19.2/insight/tests/testthat.R                                   |   54 
 insight-0.19.2/insight/tests/testthat/_snaps                              |only
 insight-0.19.2/insight/tests/testthat/test-BayesFactorBF.R                |   42 
 insight-0.19.2/insight/tests/testthat/test-FE-formula.R                   |    2 
 insight-0.19.2/insight/tests/testthat/test-GLMMadaptive.R                 |  691 +--
 insight-0.19.2/insight/tests/testthat/test-Gam2.R                         |  213 -
 insight-0.19.2/insight/tests/testthat/test-LORgee.R                       |  276 -
 insight-0.19.2/insight/tests/testthat/test-MCMCglmm.R                     |  219 -
 insight-0.19.2/insight/tests/testthat/test-afex_aov.R                     |  324 -
 insight-0.19.2/insight/tests/testthat/test-all_models_equal.R             |   35 
 insight-0.19.2/insight/tests/testthat/test-backticks.R                    |    1 
 insight-0.19.2/insight/tests/testthat/test-betabin.R                      |  248 -
 insight-0.19.2/insight/tests/testthat/test-betareg.R                      |  325 -
 insight-0.19.2/insight/tests/testthat/test-bife.R                         |    3 
 insight-0.19.2/insight/tests/testthat/test-bigglm.R                       |  245 -
 insight-0.19.2/insight/tests/testthat/test-blmer.R                        |  605 +-
 insight-0.19.2/insight/tests/testthat/test-brms.R                         | 1680 ++++----
 insight-0.19.2/insight/tests/testthat/test-censReg.R                      |  323 -
 insight-0.19.2/insight/tests/testthat/test-cgam.R                         |  134 
 insight-0.19.2/insight/tests/testthat/test-check_if_installed.R           |    3 
 insight-0.19.2/insight/tests/testthat/test-clean_names.R                  |  131 
 insight-0.19.2/insight/tests/testthat/test-clm.R                          |  325 -
 insight-0.19.2/insight/tests/testthat/test-clm2.R                         |  242 -
 insight-0.19.2/insight/tests/testthat/test-clmm.R                         |  380 -
 insight-0.19.2/insight/tests/testthat/test-coxme.R                        |  399 -
 insight-0.19.2/insight/tests/testthat/test-coxph.R                        |   22 
 insight-0.19.2/insight/tests/testthat/test-cpglmm.R                       |  329 -
 insight-0.19.2/insight/tests/testthat/test-crch.R                         |  228 -
 insight-0.19.2/insight/tests/testthat/test-crq.R                          |  228 -
 insight-0.19.2/insight/tests/testthat/test-data.frame.R                   |    2 
 insight-0.19.2/insight/tests/testthat/test-ellipses_info.R                |   72 
 insight-0.19.2/insight/tests/testthat/test-emmeans.R                      |   39 
 insight-0.19.2/insight/tests/testthat/test-epiR.R                         |    4 
 insight-0.19.2/insight/tests/testthat/test-export_table.R                 |   15 
 insight-0.19.2/insight/tests/testthat/test-feis.R                         |  335 -
 insight-0.19.2/insight/tests/testthat/test-felm.R                         |  336 -
 insight-0.19.2/insight/tests/testthat/test-find_formula-data.R            |    7 
 insight-0.19.2/insight/tests/testthat/test-find_predictor_nested_re.R     |   46 
 insight-0.19.2/insight/tests/testthat/test-find_predictors-strata.R       |   95 
 insight-0.19.2/insight/tests/testthat/test-find_random.R                  |   91 
 insight-0.19.2/insight/tests/testthat/test-find_smooth.R                  |  100 
 insight-0.19.2/insight/tests/testthat/test-find_terms.R                   |   88 
 insight-0.19.2/insight/tests/testthat/test-find_transformation.R          |    1 
 insight-0.19.2/insight/tests/testthat/test-find_weights.R                 |   93 
 insight-0.19.2/insight/tests/testthat/test-fixest.R                       |   42 
 insight-0.19.2/insight/tests/testthat/test-format_table.R                 |  132 
 insight-0.19.2/insight/tests/testthat/test-format_table_ci.R              |   43 
 insight-0.19.2/insight/tests/testthat/test-gam.R                          |  701 +--
 insight-0.19.2/insight/tests/testthat/test-gamlss.R                       |  248 -
 insight-0.19.2/insight/tests/testthat/test-gamm.R                         |  368 -
 insight-0.19.2/insight/tests/testthat/test-gamm4.R                        |  247 -
 insight-0.19.2/insight/tests/testthat/test-gbm.R                          |  250 -
 insight-0.19.2/insight/tests/testthat/test-gee.R                          |  242 -
 insight-0.19.2/insight/tests/testthat/test-geeglm.R                       |  246 -
 insight-0.19.2/insight/tests/testthat/test-get_auxiliary.R                |   46 
 insight-0.19.2/insight/tests/testthat/test-get_data.R                     |  305 +
 insight-0.19.2/insight/tests/testthat/test-get_datagrid.R                 |  448 +-
 insight-0.19.2/insight/tests/testthat/test-get_deviance.R                 |   43 
 insight-0.19.2/insight/tests/testthat/test-get_loglikelihood.R            |  356 -
 insight-0.19.2/insight/tests/testthat/test-get_modelmatrix.R              |   20 
 insight-0.19.2/insight/tests/testthat/test-get_predicted-clm.R            |    6 
 insight-0.19.2/insight/tests/testthat/test-get_predicted-iv.R             |    8 
 insight-0.19.2/insight/tests/testthat/test-get_predicted.R                |  175 
 insight-0.19.2/insight/tests/testthat/test-get_priors.R                   |   20 
 insight-0.19.2/insight/tests/testthat/test-get_residuals.R                |  257 -
 insight-0.19.2/insight/tests/testthat/test-get_varcov.R                   |   22 
 insight-0.19.2/insight/tests/testthat/test-get_variance.R                 |  533 +-
 insight-0.19.2/insight/tests/testthat/test-get_weights.R                  |  105 
 insight-0.19.2/insight/tests/testthat/test-glm.R                          |  320 -
 insight-0.19.2/insight/tests/testthat/test-glm.nb.R                       |   43 
 insight-0.19.2/insight/tests/testthat/test-glmmTMB.R                      | 1822 ++++-----
 insight-0.19.2/insight/tests/testthat/test-glmrob_base.R                  |  234 -
 insight-0.19.2/insight/tests/testthat/test-gls.R                          |  268 -
 insight-0.19.2/insight/tests/testthat/test-gmnl.R                         |  164 
 insight-0.19.2/insight/tests/testthat/test-has_intercept.R                |   48 
 insight-0.19.2/insight/tests/testthat/test-htest.R                        |    1 
 insight-0.19.2/insight/tests/testthat/test-hurdle.R                       |  282 -
 insight-0.19.2/insight/tests/testthat/test-is_converged.R                 |   70 
 insight-0.19.2/insight/tests/testthat/test-is_nullmodel.R                 |   31 
 insight-0.19.2/insight/tests/testthat/test-iv_robust.R                    |  286 -
 insight-0.19.2/insight/tests/testthat/test-ivreg.R                        |  245 -
 insight-0.19.2/insight/tests/testthat/test-ivreg_AER.R                    |  260 -
 insight-0.19.2/insight/tests/testthat/test-lm.R                           |    4 
 insight-0.19.2/insight/tests/testthat/test-lm_robust.R                    |  191 
 insight-0.19.2/insight/tests/testthat/test-lme.R                          |  473 +-
 insight-0.19.2/insight/tests/testthat/test-lmer.R                         | 1012 ++---
 insight-0.19.2/insight/tests/testthat/test-lmrob_base.R                   |  183 
 insight-0.19.2/insight/tests/testthat/test-lmtest.R                       |   27 
 insight-0.19.2/insight/tests/testthat/test-logistf.R                      |  229 -
 insight-0.19.2/insight/tests/testthat/test-logitr.R                       |    3 
 insight-0.19.2/insight/tests/testthat/test-marginaleffects.R              |    8 
 insight-0.19.2/insight/tests/testthat/test-mclogit.R                      |only
 insight-0.19.2/insight/tests/testthat/test-metaBMA.R                      |   54 
 insight-0.19.2/insight/tests/testthat/test-metafor.R                      |  105 
 insight-0.19.2/insight/tests/testthat/test-metaplus.R                     |    6 
 insight-0.19.2/insight/tests/testthat/test-mhurdle.R                      |    7 
 insight-0.19.2/insight/tests/testthat/test-mipo.R                         |only
 insight-0.19.2/insight/tests/testthat/test-mlogit.R                       |  254 -
 insight-0.19.2/insight/tests/testthat/test-mmrm.R                         |  319 -
 insight-0.19.2/insight/tests/testthat/test-model_data.R                   |   89 
 insight-0.19.2/insight/tests/testthat/test-model_info.R                   |   52 
 insight-0.19.2/insight/tests/testthat/test-multinom.R                     |  233 -
 insight-0.19.2/insight/tests/testthat/test-mvrstanarm.R                   | 2023 ++++------
 insight-0.19.2/insight/tests/testthat/test-n_grouplevels.R                |   42 
 insight-0.19.2/insight/tests/testthat/test-n_parameters_rank-deficiency.R |    2 
 insight-0.19.2/insight/tests/testthat/test-namespace.R                    |  217 -
 insight-0.19.2/insight/tests/testthat/test-negbin.R                       |  338 -
 insight-0.19.2/insight/tests/testthat/test-nestedLogit.R                  |only
 insight-0.19.2/insight/tests/testthat/test-nlmer.R                        |   34 
 insight-0.19.2/insight/tests/testthat/test-null_model.R                   |   92 
 insight-0.19.2/insight/tests/testthat/test-offset.R                       |   82 
 insight-0.19.2/insight/tests/testthat/test-ols.R                          |  191 
 insight-0.19.2/insight/tests/testthat/test-panelr.R                       |  526 +-
 insight-0.19.2/insight/tests/testthat/test-plm.R                          |  276 -
 insight-0.19.2/insight/tests/testthat/test-polr.R                         |  296 -
 insight-0.19.2/insight/tests/testthat/test-proportion_response.R          |   46 
 insight-0.19.2/insight/tests/testthat/test-psm.R                          |  266 -
 insight-0.19.2/insight/tests/testthat/test-r3_4.R                         |   11 
 insight-0.19.2/insight/tests/testthat/test-response_data2.R               |  230 -
 insight-0.19.2/insight/tests/testthat/test-rlm.R                          |   46 
 insight-0.19.2/insight/tests/testthat/test-rlmer.R                        |  551 +-
 insight-0.19.2/insight/tests/testthat/test-rms.R                          |  235 -
 insight-0.19.2/insight/tests/testthat/test-rq.R                           |  225 -
 insight-0.19.2/insight/tests/testthat/test-rqss.R                         |  201 
 insight-0.19.2/insight/tests/testthat/test-rstanarm.R                     | 1033 ++---
 insight-0.19.2/insight/tests/testthat/test-spatial.R                      |  296 -
 insight-0.19.2/insight/tests/testthat/test-speedglm.R                     |  233 -
 insight-0.19.2/insight/tests/testthat/test-speedlm.R                      |  332 -
 insight-0.19.2/insight/tests/testthat/test-standardize_names.R            |    6 
 insight-0.19.2/insight/tests/testthat/test-survey.R                       |  174 
 insight-0.19.2/insight/tests/testthat/test-survfit.R                      |  146 
 insight-0.19.2/insight/tests/testthat/test-survreg.R                      |  268 -
 insight-0.19.2/insight/tests/testthat/test-tidymodels.R                   |  280 -
 insight-0.19.2/insight/tests/testthat/test-tobit.R                        |  311 -
 insight-0.19.2/insight/tests/testthat/test-truncreg.R                     |  139 
 insight-0.19.2/insight/tests/testthat/test-vgam.R                         |  405 +-
 insight-0.19.2/insight/tests/testthat/test-vglm.R                         |  220 -
 insight-0.19.2/insight/tests/testthat/test-zeroinfl.R                     |  331 -
 201 files changed, 16823 insertions(+), 16242 deletions(-)

More information about insight at CRAN
Permanent link

Package statar updated to version 0.7.5 with previous version 0.7.4 dated 2022-07-18

Title: Tools Inspired by 'Stata' to Manipulate Tabular Data
Description: A set of tools inspired by 'Stata' to explore data.frames ('summarize', 'tabulate', 'xtile', 'pctile', 'binscatter', elapsed quarters/month, lead/lag).
Author: Matthieu Gomez [aut, cre]
Maintainer: Matthieu Gomez <mg3901@columbia.edu>

Diff between statar versions 0.7.4 dated 2022-07-18 and 0.7.5 dated 2023-05-23

 DESCRIPTION               |    8 -
 MD5                       |   25 ++--
 NEWS.md                   |only
 R/fill_gap.R              |    5 
 R/join.R                  |   10 -
 R/sum_up.R                |    4 
 README.md                 |    5 
 build/vignette.rds        |binary
 inst/doc/data-frames.html |  189 +++++++++++++++++++----------------
 inst/doc/graph.html       |  141 ++++++++++++++------------
 inst/doc/panel-data.html  |  242 ++++++++++++++++++++++++----------------------
 inst/doc/vector.html      |  174 +++++++++++++++++----------------
 man/fill_gap.Rd           |    4 
 man/stat_binmean.Rd       |   20 ++-
 14 files changed, 438 insertions(+), 389 deletions(-)

More information about statar at CRAN
Permanent link

Package TiPS updated to version 1.2.3 with previous version 1.2.2 dated 2023-02-27

Title: Trajectories and Phylogenies Simulator
Description: Generates stochastic time series and genealogies associated with a population dynamics model. Times series are simulated using the Gillespie exact and approximate algorithms and a new algorithm we introduce that uses both approaches to optimize the time execution of the simulations. Genealogies are simulated from a trajectory using a backwards-in-time based approach. Methods are described in Danesh G et al (2022) <doi:10.1111/2041-210X.14038>.
Author: Gonche Danesh [aut, cre, cph], Emma Saulnier [aut, cph], Olivier Gascuel [aut, cph], Marc Choisy [aut, cph, ths], Samuel Alizon [aut, cph, ths]
Maintainer: Gonche Danesh <gonche.danesh@gmail.com>

Diff between TiPS versions 1.2.2 dated 2023-02-27 and 1.2.3 dated 2023-05-23

 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/setup_d22c7922f26058757ff58e97ea09e757.RData            |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/setup_d22c7922f26058757ff58e97ea09e757.rdb              |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/setup_d22c7922f26058757ff58e97ea09e757.rdx              |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-10_97f9c59b21c6c3c10eeee6bd261b909b.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-10_97f9c59b21c6c3c10eeee6bd261b909b.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-10_97f9c59b21c6c3c10eeee6bd261b909b.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-11_35a03d1bca90249fbf81d56e4e8ac692.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-11_35a03d1bca90249fbf81d56e4e8ac692.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-11_35a03d1bca90249fbf81d56e4e8ac692.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-12_c6db2b10bc42f86da9ae207980c5dcbb.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-12_c6db2b10bc42f86da9ae207980c5dcbb.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-12_c6db2b10bc42f86da9ae207980c5dcbb.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-13_f50a39566fbe08b0a3a9f2116c47c991.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-13_f50a39566fbe08b0a3a9f2116c47c991.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-13_f50a39566fbe08b0a3a9f2116c47c991.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-14_9349629449f26fc77195c420bcc40619.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-14_9349629449f26fc77195c420bcc40619.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-14_9349629449f26fc77195c420bcc40619.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-15_bd22c292cd532e5d8078217e41d48728.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-15_bd22c292cd532e5d8078217e41d48728.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-15_bd22c292cd532e5d8078217e41d48728.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-16_4a29715676dfe9bcee1606b7675baff9.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-16_4a29715676dfe9bcee1606b7675baff9.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-16_4a29715676dfe9bcee1606b7675baff9.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-17_6b97631b85ac493b21bfe917d104fb8a.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-17_6b97631b85ac493b21bfe917d104fb8a.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-17_6b97631b85ac493b21bfe917d104fb8a.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-18_589f891458f6109ffadfcd8844d824b5.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-18_589f891458f6109ffadfcd8844d824b5.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-18_589f891458f6109ffadfcd8844d824b5.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-19_1aa5940d3e0b8708014ec6e370f243df.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-19_1aa5940d3e0b8708014ec6e370f243df.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-19_1aa5940d3e0b8708014ec6e370f243df.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-20_53c5deaeb8f40b3e064c0c8bd8e5c340.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-20_53c5deaeb8f40b3e064c0c8bd8e5c340.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-20_53c5deaeb8f40b3e064c0c8bd8e5c340.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-21_ce9d90f0e7ea10d8e575b3190a944c8c.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-21_ce9d90f0e7ea10d8e575b3190a944c8c.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-21_ce9d90f0e7ea10d8e575b3190a944c8c.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-22_2aafdf325c418fa415c6a7d81d90f0bf.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-22_2aafdf325c418fa415c6a7d81d90f0bf.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-22_2aafdf325c418fa415c6a7d81d90f0bf.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-23_7b982a37e5bb7770f19e915a56b2bb45.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-23_7b982a37e5bb7770f19e915a56b2bb45.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-23_7b982a37e5bb7770f19e915a56b2bb45.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-24_22b8a463ecbb465e1138859b9afccf37.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-24_22b8a463ecbb465e1138859b9afccf37.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-24_22b8a463ecbb465e1138859b9afccf37.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-25_26c3c64e3d26babb09e0df6600aa7ba6.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-25_26c3c64e3d26babb09e0df6600aa7ba6.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-25_26c3c64e3d26babb09e0df6600aa7ba6.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-26_35cdc14b0b7d4072c74eb731be9ad8f3.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-26_35cdc14b0b7d4072c74eb731be9ad8f3.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-26_35cdc14b0b7d4072c74eb731be9ad8f3.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-27_509a5a95b29c8072b46bb1204f40593f.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-27_509a5a95b29c8072b46bb1204f40593f.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-27_509a5a95b29c8072b46bb1204f40593f.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-28_c607c1fac9eccdca24f6a694d621e06b.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-28_c607c1fac9eccdca24f6a694d621e06b.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-28_c607c1fac9eccdca24f6a694d621e06b.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-29_36d7ce6bdb1ae2427ebd4cd125abaa37.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-29_36d7ce6bdb1ae2427ebd4cd125abaa37.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-29_36d7ce6bdb1ae2427ebd4cd125abaa37.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-2_2e198d5adf0ea20cedf55b1f375d9d16.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-2_2e198d5adf0ea20cedf55b1f375d9d16.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-2_2e198d5adf0ea20cedf55b1f375d9d16.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-30_f0b5b8877c5d9cfc4a135a97f7513d6a.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-30_f0b5b8877c5d9cfc4a135a97f7513d6a.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-30_f0b5b8877c5d9cfc4a135a97f7513d6a.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-31_9208f0ba9d651fce30312c65045bed70.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-31_9208f0ba9d651fce30312c65045bed70.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-31_9208f0ba9d651fce30312c65045bed70.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-32_0424904ca46406f05efd75cb9da3d885.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-32_0424904ca46406f05efd75cb9da3d885.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-32_0424904ca46406f05efd75cb9da3d885.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-33_d42dbea4be3577a70bbd1edfebbe4224.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-33_d42dbea4be3577a70bbd1edfebbe4224.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-33_d42dbea4be3577a70bbd1edfebbe4224.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-34_c718fa9a1e2ae5eef7fc1745be89741b.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-34_c718fa9a1e2ae5eef7fc1745be89741b.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-34_c718fa9a1e2ae5eef7fc1745be89741b.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-35_40378c83cf6d9c1739ec60d6f03918aa.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-35_40378c83cf6d9c1739ec60d6f03918aa.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-35_40378c83cf6d9c1739ec60d6f03918aa.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-36_079e7af3fa49d0af8fc659d3c0adb598.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-36_079e7af3fa49d0af8fc659d3c0adb598.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-36_079e7af3fa49d0af8fc659d3c0adb598.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-37_322d74b0fdbeb71783f90b43fcc0513d.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-37_322d74b0fdbeb71783f90b43fcc0513d.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-37_322d74b0fdbeb71783f90b43fcc0513d.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-38_a47aaaa6b7f69de2151a5a7f131ad67a.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-38_a47aaaa6b7f69de2151a5a7f131ad67a.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-38_a47aaaa6b7f69de2151a5a7f131ad67a.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-39_ab997d484fcd6a1d00cdd5758bbe138e.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-39_ab997d484fcd6a1d00cdd5758bbe138e.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-39_ab997d484fcd6a1d00cdd5758bbe138e.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-3_de920d0a3b43a10c35bc7d84be174a99.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-3_de920d0a3b43a10c35bc7d84be174a99.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-3_de920d0a3b43a10c35bc7d84be174a99.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-40_74620028f3c46c807c58e7af0993df7a.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-40_74620028f3c46c807c58e7af0993df7a.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-40_74620028f3c46c807c58e7af0993df7a.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-41_ea887ac36053424992140ad4f55042c4.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-41_ea887ac36053424992140ad4f55042c4.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-41_ea887ac36053424992140ad4f55042c4.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-42_af5f8a394eb0c8b740ebfb026bfc9dfe.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-42_af5f8a394eb0c8b740ebfb026bfc9dfe.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-42_af5f8a394eb0c8b740ebfb026bfc9dfe.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-43_f55dee2ad5a19e70a3648522b1713e33.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-43_f55dee2ad5a19e70a3648522b1713e33.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-43_f55dee2ad5a19e70a3648522b1713e33.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-44_b7c95b3e1b0bd162fbe699899e0579aa.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-44_b7c95b3e1b0bd162fbe699899e0579aa.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-44_b7c95b3e1b0bd162fbe699899e0579aa.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-45_59306592366ec2bd1fe57abf31e3e8bd.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-45_59306592366ec2bd1fe57abf31e3e8bd.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-45_59306592366ec2bd1fe57abf31e3e8bd.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-46_f8f2bcbcd709e62f65309d33dcdb39f9.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-46_f8f2bcbcd709e62f65309d33dcdb39f9.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-46_f8f2bcbcd709e62f65309d33dcdb39f9.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-47_a8ed8545b868c466b0e2b21a8289a347.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-47_a8ed8545b868c466b0e2b21a8289a347.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-47_a8ed8545b868c466b0e2b21a8289a347.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-48_a074a1d70ab7b0d492d1b2a458d8fffb.RData |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-48_a074a1d70ab7b0d492d1b2a458d8fffb.rdb   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-48_a074a1d70ab7b0d492d1b2a458d8fffb.rdx   |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-4_56bbe5ac67e5eff8c5fe0eca38db0360.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-4_56bbe5ac67e5eff8c5fe0eca38db0360.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-4_56bbe5ac67e5eff8c5fe0eca38db0360.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-5_8b760b00110d5fb23296b409b421d6c2.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-5_8b760b00110d5fb23296b409b421d6c2.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-5_8b760b00110d5fb23296b409b421d6c2.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-6_77619a283565254f2804b86be59dfb68.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-6_77619a283565254f2804b86be59dfb68.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-6_77619a283565254f2804b86be59dfb68.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-7_dbf8f4d7ff781452fe3976466f9316f3.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-7_dbf8f4d7ff781452fe3976466f9316f3.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-7_dbf8f4d7ff781452fe3976466f9316f3.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-8_147565d41d82144469cf781e889c45e5.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-8_147565d41d82144469cf781e889c45e5.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-8_147565d41d82144469cf781e889c45e5.rdx    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-9_d2848883f0de5f3c7aa0d23a88a077da.RData  |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-9_d2848883f0de5f3c7aa0d23a88a077da.rdb    |only
 TiPS-1.2.2/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-9_d2848883f0de5f3c7aa0d23a88a077da.rdx    |only
 TiPS-1.2.3/TiPS/DESCRIPTION                                                                       |    8 
 TiPS-1.2.3/TiPS/MD5                                                                               |  328 +++++-----
 TiPS-1.2.3/TiPS/R/generator.R                                                                     |    2 
 TiPS-1.2.3/TiPS/R/treeSimulator.R                                                                 |   13 
 TiPS-1.2.3/TiPS/inst/doc/TiPS.Rmd                                                                 |    1 
 TiPS-1.2.3/TiPS/inst/doc/TiPS.html                                                                |   68 +-
 TiPS-1.2.3/TiPS/inst/include/Compartment.h                                                        |    3 
 TiPS-1.2.3/TiPS/inst/include/Node.h                                                               |    2 
 TiPS-1.2.3/TiPS/inst/include/Phyloepid.h                                                          |    8 
 TiPS-1.2.3/TiPS/src/Compartment.cpp                                                               |    9 
 TiPS-1.2.3/TiPS/src/Phyloepid.cpp                                                                 |   76 --
 TiPS-1.2.3/TiPS/src/Reaction.cpp                                                                  |    3 
 TiPS-1.2.3/TiPS/vignettes/TiPS.Rmd                                                                |    1 
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/setup_592198ea7e96790bbe2a906c741a07ca.RData            |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/setup_592198ea7e96790bbe2a906c741a07ca.rdb              |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/setup_592198ea7e96790bbe2a906c741a07ca.rdx              |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-10_709b4eb17b410fb695d39a0662c8cb6a.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-10_709b4eb17b410fb695d39a0662c8cb6a.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-10_709b4eb17b410fb695d39a0662c8cb6a.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-11_8495674433515c6f3816a1468e6a48d9.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-11_8495674433515c6f3816a1468e6a48d9.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-11_8495674433515c6f3816a1468e6a48d9.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-12_8e619ae39131f7c741fb4363c6b5f0e6.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-12_8e619ae39131f7c741fb4363c6b5f0e6.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-12_8e619ae39131f7c741fb4363c6b5f0e6.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-13_6b593d8bc0bc16ddd5fb0b66127ec522.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-13_6b593d8bc0bc16ddd5fb0b66127ec522.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-13_6b593d8bc0bc16ddd5fb0b66127ec522.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-14_a40b7feff76a8ea3afca5034c5642cfc.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-14_a40b7feff76a8ea3afca5034c5642cfc.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-14_a40b7feff76a8ea3afca5034c5642cfc.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-15_76224d3a9fbb7a4425dab70554a9a98e.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-15_76224d3a9fbb7a4425dab70554a9a98e.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-15_76224d3a9fbb7a4425dab70554a9a98e.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-16_27db1aef1459d132744e182ee65383aa.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-16_27db1aef1459d132744e182ee65383aa.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-16_27db1aef1459d132744e182ee65383aa.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-17_96b729b6d84d8b98ebca454059e84928.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-17_96b729b6d84d8b98ebca454059e84928.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-17_96b729b6d84d8b98ebca454059e84928.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-18_74941ec77c5fdb371a02909dd44ed81a.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-18_74941ec77c5fdb371a02909dd44ed81a.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-18_74941ec77c5fdb371a02909dd44ed81a.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-19_83e8852bc79fffc9e11aaa5bf22a6c88.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-19_83e8852bc79fffc9e11aaa5bf22a6c88.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-19_83e8852bc79fffc9e11aaa5bf22a6c88.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-20_61b83c553cfefc89802912e4350e0328.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-20_61b83c553cfefc89802912e4350e0328.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-20_61b83c553cfefc89802912e4350e0328.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-21_f0457c4e45a02ec6e364dd72d82f1600.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-21_f0457c4e45a02ec6e364dd72d82f1600.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-21_f0457c4e45a02ec6e364dd72d82f1600.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-22_57c9e49a2d69199ff2cfbba52e6548a1.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-22_57c9e49a2d69199ff2cfbba52e6548a1.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-22_57c9e49a2d69199ff2cfbba52e6548a1.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-23_6014598ff2e575c01dfc2e6da580ba7b.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-23_6014598ff2e575c01dfc2e6da580ba7b.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-23_6014598ff2e575c01dfc2e6da580ba7b.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-24_4966e0b2657f1f5d1b2509b94d3b25a0.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-24_4966e0b2657f1f5d1b2509b94d3b25a0.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-24_4966e0b2657f1f5d1b2509b94d3b25a0.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-25_87a65baa6cf7c54b267dac6e52c9e852.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-25_87a65baa6cf7c54b267dac6e52c9e852.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-25_87a65baa6cf7c54b267dac6e52c9e852.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-26_3b801bd551765cbf8f869fb39ea57f12.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-26_3b801bd551765cbf8f869fb39ea57f12.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-26_3b801bd551765cbf8f869fb39ea57f12.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-27_c1c3e6951549fbcccc6da914bcff60e7.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-27_c1c3e6951549fbcccc6da914bcff60e7.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-27_c1c3e6951549fbcccc6da914bcff60e7.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-28_8cccf852e88427404efd7310f5402ebe.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-28_8cccf852e88427404efd7310f5402ebe.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-28_8cccf852e88427404efd7310f5402ebe.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-29_5b256c8b5c6d3c92d64c7818fd9b6b4a.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-29_5b256c8b5c6d3c92d64c7818fd9b6b4a.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-29_5b256c8b5c6d3c92d64c7818fd9b6b4a.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-2_58f2d965a31a7ee5716200d5cedc183e.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-2_58f2d965a31a7ee5716200d5cedc183e.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-2_58f2d965a31a7ee5716200d5cedc183e.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-30_5ad2699d350419b2747246b3d729f976.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-30_5ad2699d350419b2747246b3d729f976.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-30_5ad2699d350419b2747246b3d729f976.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-31_8d2849b135922c9ef956b107e7020d15.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-31_8d2849b135922c9ef956b107e7020d15.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-31_8d2849b135922c9ef956b107e7020d15.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-32_7a24f478ab06c3d1d253cc3de1c5a68a.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-32_7a24f478ab06c3d1d253cc3de1c5a68a.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-32_7a24f478ab06c3d1d253cc3de1c5a68a.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-33_8bbb453436a73ed4fb8d6a5c3a1df3f3.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-33_8bbb453436a73ed4fb8d6a5c3a1df3f3.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-33_8bbb453436a73ed4fb8d6a5c3a1df3f3.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-34_db46ae8da0dc9fe87c276e8161aa7fab.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-34_db46ae8da0dc9fe87c276e8161aa7fab.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-34_db46ae8da0dc9fe87c276e8161aa7fab.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-35_aabd0fbe3a0c7ec3a1f3b2c552daeb0c.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-35_aabd0fbe3a0c7ec3a1f3b2c552daeb0c.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-35_aabd0fbe3a0c7ec3a1f3b2c552daeb0c.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-36_ea60324c82d1177c48d0465d399ea444.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-36_ea60324c82d1177c48d0465d399ea444.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-36_ea60324c82d1177c48d0465d399ea444.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-37_92c66848821b466a93c2a07437b922ac.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-37_92c66848821b466a93c2a07437b922ac.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-37_92c66848821b466a93c2a07437b922ac.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-38_9268bfd44077daa8f7b09209946c6257.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-38_9268bfd44077daa8f7b09209946c6257.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-38_9268bfd44077daa8f7b09209946c6257.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-39_6f09917e592d4c1386c14bc1109e8eb9.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-39_6f09917e592d4c1386c14bc1109e8eb9.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-39_6f09917e592d4c1386c14bc1109e8eb9.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-3_e8ec33aa2a7f6eea20f9138ddadcc5d5.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-3_e8ec33aa2a7f6eea20f9138ddadcc5d5.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-3_e8ec33aa2a7f6eea20f9138ddadcc5d5.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-40_5a3c622bcf70b4afd527a9980b0b9e2c.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-40_5a3c622bcf70b4afd527a9980b0b9e2c.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-40_5a3c622bcf70b4afd527a9980b0b9e2c.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-41_d7d3ce9ba3fdc0691161fe38e4d45694.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-41_d7d3ce9ba3fdc0691161fe38e4d45694.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-41_d7d3ce9ba3fdc0691161fe38e4d45694.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-42_7557b059b110feedcae82cd291ccd364.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-42_7557b059b110feedcae82cd291ccd364.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-42_7557b059b110feedcae82cd291ccd364.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-43_e8a0fadaa98111ac38b7ab3faeb18ca7.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-43_e8a0fadaa98111ac38b7ab3faeb18ca7.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-43_e8a0fadaa98111ac38b7ab3faeb18ca7.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-44_6b537fc560c5babb519f56a60e18ac16.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-44_6b537fc560c5babb519f56a60e18ac16.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-44_6b537fc560c5babb519f56a60e18ac16.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-45_f51d64d886699f9376417a9fc98b33af.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-45_f51d64d886699f9376417a9fc98b33af.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-45_f51d64d886699f9376417a9fc98b33af.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-46_a006ae5b288221eac01e47c5bc8712b7.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-46_a006ae5b288221eac01e47c5bc8712b7.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-46_a006ae5b288221eac01e47c5bc8712b7.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-47_a59a029a5a616d8fba9e2d5fcf35754e.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-47_a59a029a5a616d8fba9e2d5fcf35754e.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-47_a59a029a5a616d8fba9e2d5fcf35754e.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-48_94b275de9858185f8d4c99a8af267f57.RData |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-48_94b275de9858185f8d4c99a8af267f57.rdb   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-48_94b275de9858185f8d4c99a8af267f57.rdx   |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-4_60d5af6567d78d26066a0a0a82e731e0.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-4_60d5af6567d78d26066a0a0a82e731e0.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-4_60d5af6567d78d26066a0a0a82e731e0.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-5_50f32d07437cb70047b08cd0447dae5b.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-5_50f32d07437cb70047b08cd0447dae5b.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-5_50f32d07437cb70047b08cd0447dae5b.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-6_1783e387526016df218632fc98f237cb.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-6_1783e387526016df218632fc98f237cb.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-6_1783e387526016df218632fc98f237cb.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-7_0acec0dd7102d82741f3d1193a31b283.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-7_0acec0dd7102d82741f3d1193a31b283.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-7_0acec0dd7102d82741f3d1193a31b283.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-8_b88d5f2f736a67e44878b5c6af52fb3d.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-8_b88d5f2f736a67e44878b5c6af52fb3d.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-8_b88d5f2f736a67e44878b5c6af52fb3d.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-9_6a88137edbbdc9f85d4d7b416b976952.RData  |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-9_6a88137edbbdc9f85d4d7b416b976952.rdb    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_cache/html/unnamed-chunk-9_6a88137edbbdc9f85d4d7b416b976952.rdx    |only
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-13-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-18-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-20-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-26-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-37-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-41-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-45-1.png                           |binary
 TiPS-1.2.3/TiPS/vignettes/TiPS_files/figure-html/unnamed-chunk-48-1.png                           |binary
 309 files changed, 255 insertions(+), 267 deletions(-)

More information about TiPS at CRAN
Permanent link

Package targets updated to version 1.1.3 with previous version 1.1.2 dated 2023-05-23

Title: Dynamic Function-Oriented 'Make'-Like Declarative Pipelines
Description: Pipeline tools coordinate the pieces of computationally demanding analysis projects. The 'targets' package is a 'Make'-like pipeline tool for statistics and data science in R. The package skips costly runtime for tasks that are already up to date, orchestrates the necessary computation with implicit parallel computing, and abstracts files as R objects. If all the current output matches the current upstream code and data, then the whole pipeline is up to date, and the results are more trustworthy than otherwise. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, <doi:10.21105/joss.00550>).
Author: William Michael Landau [aut, cre] , Matthew T. Warkentin [ctb], Mark Edmondson [ctb] , Samantha Oliver [rev] , Tristan Mahr [rev] , Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau@gmail.com>

Diff between targets versions 1.1.2 dated 2023-05-23 and 1.1.3 dated 2023-05-23

 DESCRIPTION                         |    6 +++---
 MD5                                 |   20 +++++++++++---------
 NEWS.md                             |    4 ++++
 R/class_runtime.R                   |    9 +++++++--
 R/utils_time.R                      |   16 +++++++---------
 build/partial.rdb                   |binary
 build/vignette.rds                  |binary
 tests/interactive/_targets.R        |only
 tests/testthat/test-class_aws.R     |    1 +
 tests/testthat/test-class_gcp.R     |    1 +
 tests/testthat/test-class_runtime.R |    8 ++++++++
 tests/testthat/test-utils_time.R    |only
 12 files changed, 42 insertions(+), 23 deletions(-)

More information about targets at CRAN
Permanent link

Package neotoma2 updated to version 1.0.1 with previous version 1.0.0 dated 2023-04-20

Title: Working with the Neotoma Paleoecology Database
Description: Access and manipulation of data using the Neotoma Paleoecology Database. <https://api.neotomadb.org/api-docs/>.
Author: Dominguez Vidana Socorro [aut] , Simon Goring [aut, cre]
Maintainer: Simon Goring <goring@wisc.edu>

Diff between neotoma2 versions 1.0.0 dated 2023-04-20 and 1.0.1 dated 2023-05-23

 DESCRIPTION                    |    8 
 MD5                            |   10 
 NEWS.md                        |    7 
 R/parseURL.R                   |  104 ++++++-
 README.md                      |    2 
 inst/doc/neotoma2-package.html |  563 ++++++++++++++++++++---------------------
 6 files changed, 385 insertions(+), 309 deletions(-)

More information about neotoma2 at CRAN
Permanent link

Package apaText updated to version 0.1.7 with previous version 0.1.1 dated 2018-04-16

Title: Create R Markdown Text for Results in the Style of the American Psychological Association (APA)
Description: Create APA style text from analyses for use within R Markdown documents. Descriptive statistics, confidence intervals, and cell sizes are reported.
Author: David Stanley [aut, cre]
Maintainer: David Stanley <dstanley@uoguelph.ca>

Diff between apaText versions 0.1.1 dated 2018-04-16 and 0.1.7 dated 2023-05-23

 DESCRIPTION                                          |   13 -
 LICENSE                                              |    2 
 MD5                                                  |   24 ++-
 NAMESPACE                                            |    8 +
 R/apaText.R                                          |   39 ++---
 R/apa_correlation.R                                  |only
 R/apa_descriptive_statistics.R                       |  142 ++++++++++++-------
 R/apa_t_test.R                                       |only
 R/apa_utility.R                                      |only
 README.md                                            |only
 man/apa.desc.Rd                                      |   66 +++++---
 man/apa.ind.t.test.Rd                                |only
 man/apa.r.Rd                                         |only
 man/apa.r.compare.across.samples.Rd                  |only
 man/apa.r.compare.across.samples.from.descriptive.Rd |only
 man/apa.r.compare.within.sample.Rd                   |only
 man/apaText.Rd                                       |    5 
 man/set.apa.default.options.Rd                       |only
 18 files changed, 191 insertions(+), 108 deletions(-)

More information about apaText at CRAN
Permanent link

Package cbcTools updated to version 0.3.2 with previous version 0.3.0 dated 2023-05-09

Title: Design and Evaluate Choice-Based Conjoint Survey Experiments
Description: Design and evaluate choice-based conjoint survey experiments in R. Generate survey designs, including randomized designs and Bayesian D-efficient designs as well as designs with "no choice" options and labeled designs. Conveniently inspect the design balance and overlap, and simulate choice data for a survey design either randomly or according to a multinomial or mixed logit utility model defined by user-provided prior parameters. Conduct power analyses on a survey design by estimating the same model multiple times using different subsets of the data to simulate different sample sizes. Choice simulation and model estimation are handled using the 'logitr' package, and Bayesian D-efficient designs are obtained using the 'idefix' package. For more details see Helveston (2023) <doi:10.18637/jss.v105.i10> and Traets et al (2020) <doi:10.18637/jss.v096.i03>.
Author: John Helveston [cre, aut, cph]
Maintainer: John Helveston <john.helveston@gmail.com>

Diff between cbcTools versions 0.3.0 dated 2023-05-09 and 0.3.2 dated 2023-05-23

 DESCRIPTION                    |    8 +-
 MD5                            |   20 +++----
 NAMESPACE                      |    1 
 NEWS.md                        |   10 +++
 R/input_checks.R               |   25 ++++++++
 R/profiles.R                   |  116 ++++++++++++++++++-----------------------
 README.md                      |   16 +++--
 build/partial.rdb              |binary
 man/cbc_profiles.Rd            |   30 +---------
 man/cbc_restrict.Rd            |only
 tests/testthat/test_profiles.R |   47 ----------------
 tests/testthat/test_restrict.R |only
 12 files changed, 116 insertions(+), 157 deletions(-)

More information about cbcTools at CRAN
Permanent link

Package catdata updated to version 1.2.3 with previous version 1.2.2 dated 2020-02-07

Title: Categorical Data
Description: This R-package contains examples from the book "Regression for Categorical Data", Tutz 2012, Cambridge University Press. The names of the examples refer to the chapter and the data set that is used.
Author: Gunther Schauberger, Gerhard Tutz
Maintainer: Gunther Schauberger <gunther.schauberger@tum.de>

Diff between catdata versions 1.2.2 dated 2020-02-07 and 1.2.3 dated 2023-05-23

 DESCRIPTION            |   10 +++----
 MD5                    |   46 ++++++++++++++++----------------
 data/birth.rda         |binary
 man/addiction.Rd       |    6 ++--
 man/aids.Rd            |    2 -
 man/birth.Rd           |    6 ++--
 man/catdata-package.Rd |    2 -
 man/children.Rd        |    4 +-
 man/dust.Rd            |    6 ++--
 man/encephalitis.Rd    |    2 -
 man/foodstamp.Rd       |    2 -
 man/glass.Rd           |   70 ++++++++++++++++++++++++-------------------------
 man/heart.Rd           |   12 ++++----
 man/insolvency.Rd      |    2 -
 man/knee.Rd            |   10 +++----
 man/kneecumulative.rd  |    2 -
 man/kneesequential.rd  |    2 -
 man/leukoplakia.Rd     |    2 -
 man/medcare.Rd         |    6 ++--
 man/retinopathy.Rd     |    4 +-
 man/teratology.Rd      |    2 -
 man/teratology2.Rd     |    2 -
 man/unemployment.Rd    |   10 +++----
 man/vaso.Rd            |    2 -
 24 files changed, 106 insertions(+), 106 deletions(-)

More information about catdata at CRAN
Permanent link

Package topr updated to version 1.1.7 with previous version 1.1.6 dated 2023-04-26

Title: Create Custom Plots for Viewing Genetic Association Results
Description: A collection of functions for visualizing,exploring and annotating genetic association results.Association results from multiple traits can be viewed simultaneously along with gene annotation, over the entire genome (Manhattan plot) or in the more detailed regional view.
Author: Thorhildur Juliusdottir [cph, aut, cre], Andri Stefansson [aut]
Maintainer: Thorhildur Juliusdottir <totajuliusd@gmail.com>

Diff between topr versions 1.1.6 dated 2023-04-26 and 1.1.7 dated 2023-05-23

 DESCRIPTION             |    6 ++--
 MD5                     |   18 ++++++-------
 NEWS.md                 |    5 +++
 R/exonplot.R            |   62 ++++++++++++++++++++++++------------------------
 R/manhattan.R           |   16 ++++++------
 R/setters_and_getters.R |    9 ++----
 man/effectplot.Rd       |    2 -
 man/locuszoom.Rd        |    6 ++--
 man/manhattan.Rd        |   13 ++++++----
 man/regionplot.Rd       |    8 +++---
 10 files changed, 77 insertions(+), 68 deletions(-)

More information about topr at CRAN
Permanent link

Package redland updated to version 1.0.17-17 with previous version 1.0.17-16.1 dated 2023-05-19

Title: RDF Library Bindings in R
Description: Provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). RDF is described at <https://www.w3.org/TR/rdf-primer/>. This package supports RDF by implementing an R interface to the Redland RDF C library, described at <https://librdf.org/docs/api/index.html>. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.
Author: Matthew B. Jones [aut, cre], Peter Slaughter [aut], Jeroen Ooms [aut], Carl Boettiger [aut], Scott Chamberlain [aut], David Beckett [cph], University of Bristol [cph], Regents of the University of California [cph]
Maintainer: Matthew B. Jones <jones@nceas.ucsb.edu>

Diff between redland versions 1.0.17-16.1 dated 2023-05-19 and 1.0.17-17 dated 2023-05-23

 DESCRIPTION                                 |    8 
 MD5                                         |   33 +-
 NEWS                                        |   10 
 R/Statement.R                               |   10 
 R/mergeNamespace_roclet.R                   |    3 
 R/util.R                                    |    2 
 README.md                                   |    8 
 build/vignette.rds                          |binary
 inst/Makefile                               |only
 inst/WORDLIST                               |    4 
 inst/config.log                             |only
 inst/config.status                          |only
 inst/doc/redland_overview.Rmd               |    4 
 inst/doc/redland_overview.html              |  347 ++++++++++++++++++++++------
 man/roclet_process.roclet_mergeNamespace.Rd |    4 
 tools/Makefile                              |only
 tools/NEWS                                  |only
 tools/README                                |only
 tools/aclocal.m4                            |only
 tools/config.log                            |only
 tools/config.status                         |only
 vignettes/redland_overview.Rmd              |    4 
 22 files changed, 336 insertions(+), 101 deletions(-)

More information about redland at CRAN
Permanent link

Package duckdb updated to version 0.8.0 with previous version 0.7.1-1 dated 2023-03-01

Title: DBI Package for the DuckDB Database Management System
Description: The DuckDB project is an embedded analytical data management system with support for the Structured Query Language (SQL). This package includes all of DuckDB and a R Database Interface (DBI) connector.
Author: Hannes Muehleisen [aut, cre] , Mark Raasveldt [aut] , Stichting DuckDB Foundation [cph], Apache Software Foundation [cph], PostgreSQL Global Development Group [cph], The Regents of the University of California [cph], Cameron Desrochers [cph], Victor Z [...truncated...]
Maintainer: Hannes Muehleisen <hannes@cwi.nl>

Diff between duckdb versions 0.7.1-1 dated 2023-03-01 and 0.8.0 dated 2023-05-23

 duckdb-0.7.1-1/duckdb/src/duckdb/extension/parquet/include/generated_column_reader.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/catalog/catalog_entry/scalar_macro_catalog_entry.cpp                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/column_data_allocator.cpp                                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/column_data_collection.cpp                                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/column_data_collection_segment.cpp                              |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/column_data_consumer.cpp                                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/partitioned_column_data.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/row_data_collection.cpp                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/row_data_collection_scanner.cpp                                 |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/common/types/row_layout.cpp                                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/algebraic                                                 |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/algebraic_functions.cpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/approx_count.cpp                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/arg_min_max.cpp                              |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/bitagg.cpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/bool.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/entropy.cpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/kurtosis.cpp                                 |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/minmax.cpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/product.cpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/skew.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/string_agg.cpp                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/distributive/sum.cpp                                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/holistic                                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/holistic_functions.cpp                                    |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/nested                                                    |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/nested_functions.cpp                                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/regression                                                |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/aggregate/regression_functions.cpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/blob                                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/date                                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/date_functions.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/enum                                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/enum_functions.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/generic/alias.cpp                                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/generic/current_setting.cpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/generic/hash.cpp                                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/generic/least.cpp                                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/generic/stats.cpp                                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/generic/typeof.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/array_slice.cpp                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/flatten.cpp                                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/list_aggregates.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/list_lambdas.cpp                                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/list_sort.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/list_value.cpp                                          |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/list/range.cpp                                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/map                                                          |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/math                                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/math_functions.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/operators/bitwise.cpp                                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/ascii.cpp                                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/bar.cpp                                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/chr.cpp                                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/instr.cpp                                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/jaccard.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/jaro_winkler.cpp                                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/left_right.cpp                                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/levenshtein.cpp                                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/md5.cpp                                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/mismatches.cpp                                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/pad.cpp                                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/printf.cpp                                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/repeat.cpp                                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/replace.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/reverse.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/starts_with.cpp                                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/string_split.cpp                                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/translate.cpp                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/string/trim.cpp                                              |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/struct/struct_insert.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/struct/struct_pack.cpp                                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/system/system_functions.cpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/trigonometrics_functions.cpp                                 |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/function/scalar/union                                                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/http_stats.hpp                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/single_thread_ptr.hpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/column_data_allocator.hpp                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/column_data_collection.hpp                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/column_data_collection_iterators.hpp             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/column_data_collection_segment.hpp               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/column_data_consumer.hpp                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/column_data_scan_states.hpp                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/partitioned_column_data.hpp                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/row_data_collection.hpp                          |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/row_data_collection_scanner.hpp                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/common/types/row_layout.hpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/algebraic                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/algebraic_functions.hpp                    |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/holistic_functions.hpp                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/nested_functions.hpp                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/regression                                 |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/regression_functions.hpp                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/aggregate/sum_helpers.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/bit_functions.hpp                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/blob_functions.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/date_functions.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/enum_functions.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/math_functions.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/strftime.hpp                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/trigonometric_functions.hpp                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/function/scalar/uuid_functions.hpp                            |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/main/loadable_extension.hpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/alter_function_info.hpp                    |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/storage/statistics/list_statistics.hpp                        |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/storage/statistics/numeric_statistics.hpp                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/storage/statistics/string_statistics.hpp                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/storage/statistics/struct_statistics.hpp                      |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/include/duckdb/storage/statistics/validity_statistics.hpp                    |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/parser/parsed_data/alter_function_info.cpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/storage/statistics/list_statistics.cpp                                       |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/storage/statistics/numeric_statistics.cpp                                    |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/storage/statistics/string_statistics.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/storage/statistics/struct_statistics.cpp                                     |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/storage/statistics/validity_statistics.cpp                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/src/storage/table/segment_tree.cpp                                               |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_aggregate_algebraic.cpp                                          |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_aggregate_holistic.cpp                                           |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_aggregate_nested.cpp                                             |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_aggregate_regression.cpp                                         |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_scalar_blob.cpp                                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_scalar_date.cpp                                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_scalar_enum.cpp                                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_scalar_map.cpp                                                   |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_scalar_math.cpp                                                  |only
 duckdb-0.7.1-1/duckdb/src/duckdb/ub_src_function_scalar_union.cpp                                                 |only
 duckdb-0.8.0/duckdb/DESCRIPTION                                                                                   |    6 
 duckdb-0.8.0/duckdb/MD5                                                                                           | 3487 
 duckdb-0.8.0/duckdb/R/backend-dbplyr__duckdb_connection.R                                                         |    2 
 duckdb-0.8.0/duckdb/R/cpp11.R                                                                                     |   20 
 duckdb-0.8.0/duckdb/R/register.R                                                                                  |    1 
 duckdb-0.8.0/duckdb/R/relational.R                                                                                |   75 
 duckdb-0.8.0/duckdb/R/sql.R                                                                                       |   20 
 duckdb-0.8.0/duckdb/README.md                                                                                     |    3 
 duckdb-0.8.0/duckdb/inst/include/cpp11/as.hpp                                                                     |  325 
 duckdb-0.8.0/duckdb/inst/include/cpp11/external_pointer.hpp                                                       |   10 
 duckdb-0.8.0/duckdb/man/duckdb_register.Rd                                                                        |    1 
 duckdb-0.8.0/duckdb/src/Makevars                                                                                  |    2 
 duckdb-0.8.0/duckdb/src/Makevars.win                                                                              |    4 
 duckdb-0.8.0/duckdb/src/connection.cpp                                                                            |    2 
 duckdb-0.8.0/duckdb/src/cpp11.cpp                                                                                 |   40 
 duckdb-0.8.0/duckdb/src/database.cpp                                                                              |    4 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/column_reader.cpp                                                |  271 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/column_writer.cpp                                                |  218 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/boolean_column_reader.hpp                                |    8 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/callback_column_reader.hpp                               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/cast_column_reader.hpp                                   |   11 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/column_reader.hpp                                        |   36 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/column_writer.hpp                                        |   15 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/decode_utils.hpp                                         |    9 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/list_column_reader.hpp                                   |   10 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_dbp_decoder.hpp                                  |    6 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_decimal_utils.hpp                                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_file_metadata_cache.hpp                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_metadata.hpp                                     |    1 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_reader.hpp                                       |   80 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_statistics.hpp                                   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_support.hpp                                      |   19 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_timestamp.hpp                                    |    3 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/parquet_writer.hpp                                       |   17 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/row_number_column_reader.hpp                             |    9 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/string_column_reader.hpp                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/struct_column_reader.hpp                                 |   10 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/templated_column_reader.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/thrift_tools.hpp                                         |    8 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/include/zstd_file_system.hpp                                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/parquet-extension.cpp                                            |  455 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/parquet_metadata.cpp                                             |   96 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/parquet_reader.cpp                                               |  404 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/parquet_statistics.cpp                                           |  101 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/parquet_timestamp.cpp                                            |   22 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/parquet_writer.cpp                                               |   40 
 duckdb-0.8.0/duckdb/src/duckdb/extension/parquet/zstd_file_system.cpp                                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog.cpp                                                            |  353 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry.cpp                                                      |   37 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/copy_function_catalog_entry.cpp                          |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/duck_index_entry.cpp                                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/duck_schema_entry.cpp                                    |  192 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/duck_table_entry.cpp                                     |  229 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/index_catalog_entry.cpp                                  |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/macro_catalog_entry.cpp                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/pragma_function_catalog_entry.cpp                        |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/scalar_function_catalog_entry.cpp                        |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/schema_catalog_entry.cpp                                 |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/sequence_catalog_entry.cpp                               |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/table_catalog_entry.cpp                                  |   50 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/table_function_catalog_entry.cpp                         |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/type_catalog_entry.cpp                                   |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_entry/view_catalog_entry.cpp                                   |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_search_path.cpp                                                |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_set.cpp                                                        |  266 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/catalog_transaction.cpp                                                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/default/default_functions.cpp                                          |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/default/default_schemas.cpp                                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/default/default_types.cpp                                              |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/default/default_views.cpp                                              |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/dependency_list.cpp                                                    |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/dependency_manager.cpp                                                 |   97 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/duck_catalog.cpp                                                       |   90 
 duckdb-0.8.0/duckdb/src/duckdb/src/catalog/similar_catalog_entry.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/adbc                                                                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/allocator.cpp                                                           |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/arrow/arrow_appender.cpp                                                |  228 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/arrow/arrow_converter.cpp                                               |   55 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/arrow/arrow_wrapper.cpp                                                 |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/box_renderer.cpp                                                        |  138 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/compressed_file_system.cpp                                              |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/constants.cpp                                                           |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enum_util.cpp                                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enums/date_part_specifier.cpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enums/expression_type.cpp                                               |  168 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enums/join_type.cpp                                                     |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enums/logical_operator_type.cpp                                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enums/physical_operator_type.cpp                                        |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/enums/statement_type.cpp                                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/exception.cpp                                                           |   39 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/exception_format_value.cpp                                              |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/field_writer.cpp                                                        |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/file_buffer.cpp                                                         |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/file_system.cpp                                                         |  157 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/filename_pattern.cpp                                                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/gzip_file_system.cpp                                                    |   74 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/hive_partitioning.cpp                                                   |  169 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/local_file_system.cpp                                                   |  111 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/multi_file_reader.cpp                                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/operator/cast_operators.cpp                                             |   51 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/pipe_file_system.cpp                                                    |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/preserved_error.cpp                                                     |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/progress_bar/progress_bar.cpp                                           |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/radix_partitioning.cpp                                                  |  464 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/random_engine.cpp                                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/re2_regex.cpp                                                           |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/row_operations/row_aggregate.cpp                                        |   39 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/row_operations/row_external.cpp                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/row_operations/row_gather.cpp                                           |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/row_operations/row_heap_scatter.cpp                                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/row_operations/row_match.cpp                                            |  139 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/row_operations/row_scatter.cpp                                          |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer.cpp                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer/binary_deserializer.cpp                                      |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer/binary_serializer.cpp                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer/buffered_deserializer.cpp                                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer/buffered_file_reader.cpp                                     |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer/buffered_file_writer.cpp                                     |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/serializer/buffered_serializer.cpp                                      |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/sort/comparators.cpp                                                    |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/sort/merge_sorter.cpp                                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/sort/partition_state.cpp                                                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/sort/radix_sort.cpp                                                     |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/sort/sort_state.cpp                                                     |   37 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/sort/sorted_block.cpp                                                   |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/string_util.cpp                                                         |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/tree_renderer.cpp                                                       |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types.cpp                                                               |  501 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/batched_data_collection.cpp                                       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/bit.cpp                                                           |  281 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/blob.cpp                                                          |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/chunk_collection.cpp                                              |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/column                                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/conflict_manager.cpp                                              |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/data_chunk.cpp                                                    |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/date.cpp                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/decimal.cpp                                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/hash.cpp                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/hyperloglog.cpp                                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/interval.cpp                                                      |   41 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/list_segment.cpp                                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/row                                                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/selection_vector.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/string_heap.cpp                                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/string_type.cpp                                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/time.cpp                                                          |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/timestamp.cpp                                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/validity_mask.cpp                                                 |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/value.cpp                                                         |  487 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/vector.cpp                                                        |  541 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/vector_buffer.cpp                                                 |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/types/vector_cache.cpp                                                  |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/value_operations/comparison_operations.cpp                              |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/vector_operations/comparison_operators.cpp                              |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/vector_operations/is_distinct_from.cpp                                  |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/vector_operations/vector_cast.cpp                                       |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/vector_operations/vector_copy.cpp                                       |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/virtual_file_system.cpp                                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/common/windows_util.cpp                                                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/core_functions                                                                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/adaptive_filter.cpp                                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/aggregate_hashtable.cpp                                              |  678 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/column_binding_resolver.cpp                                          |   38 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor.cpp                                              |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_between.cpp                              |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_case.cpp                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_cast.cpp                                 |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_comparison.cpp                           |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_conjunction.cpp                          |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_constant.cpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_function.cpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_operator.cpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_parameter.cpp                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor/execute_reference.cpp                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/expression_executor_state.cpp                                        |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/art.cpp                                                    |  604 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/art_key.cpp                                                |   58 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/fixed_size_allocator.cpp                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/iterator.cpp                                               |  267 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/leaf.cpp                                                   |  484 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/leaf_segment.cpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/node.cpp                                                   |  827 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/node16.cpp                                                 |  296 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/node256.cpp                                                |  196 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/node4.cpp                                                  |  283 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/node48.cpp                                                 |  280 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/prefix.cpp                                                 |  532 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/prefix_segment.cpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/index/art/swizzleable_pointer.cpp                                    |   95 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/join_hashtable.cpp                                                   |  550 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/aggregate_object.cpp                              |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/distinct_aggregate_data.cpp                       |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/grouped_aggregate_data.cpp                        |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_hash_aggregate.cpp                       |  186 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_perfecthash_aggregate.cpp                |   71 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_streaming_window.cpp                     |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_ungrouped_aggregate.cpp                  |  139 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_window.cpp                               | 1066 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/filter/physical_filter.cpp                                  |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_batch_collector.cpp                         |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_execute.cpp                                 |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_explain_analyze.cpp                         |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_limit.cpp                                   |   41 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_limit_percent.cpp                           |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_load.cpp                                    |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_materialized_collector.cpp                  |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_pragma.cpp                                  |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_prepare.cpp                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_reservoir_sample.cpp                        |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_reset.cpp                                   |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_result_collector.cpp                        |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_set.cpp                                     |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_streaming_limit.cpp                         |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_streaming_sample.cpp                        |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_transaction.cpp                             |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/helper/physical_vacuum.cpp                                  |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/outer_join_marker.cpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/perfect_hash_join_executor.cpp                         |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_asof_join.cpp                                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_blockwise_nl_join.cpp                         |  128 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_comparison_join.cpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_cross_product.cpp                             |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_delim_join.cpp                                |   43 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_hash_join.cpp                                 |  389 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_iejoin.cpp                                    |   97 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_index_join.cpp                                |   56 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_join.cpp                                      |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_nested_loop_join.cpp                          |   60 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_piecewise_merge_join.cpp                      |   81 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_positional_join.cpp                           |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/join/physical_range_join.cpp                                |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/order/physical_order.cpp                                    |   52 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/order/physical_top_n.cpp                                    |   40 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/base_csv_reader.cpp                              |  183 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/buffered_csv_reader.cpp                          |  195 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/csv_buffer.cpp                                   |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/csv_file_handle.cpp                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/csv_reader_options.cpp                           |   43 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/parallel_csv_reader.cpp                          |  270 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_batch_copy_to_file.cpp                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_batch_insert.cpp                        |  371 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_copy_to_file.cpp                        |   94 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_delete.cpp                              |   50 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_export.cpp                              |  101 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_fixed_batch_copy.cpp                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_insert.cpp                              |  252 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_update.cpp                              |   55 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/projection/physical_pivot.cpp                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/projection/physical_projection.cpp                          |   40 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/projection/physical_tableinout_function.cpp                 |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/projection/physical_unnest.cpp                              |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/scan/physical_column_data_scan.cpp                          |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/scan/physical_dummy_scan.cpp                                |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/scan/physical_empty_result.cpp                              |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/scan/physical_expression_scan.cpp                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/scan/physical_positional_scan.cpp                           |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/scan/physical_table_scan.cpp                                |   48 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_alter.cpp                                   |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_attach.cpp                                  |   38 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_function.cpp                         |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_index.cpp                            |   74 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_schema.cpp                           |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_sequence.cpp                         |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_table.cpp                            |   27 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_type.cpp                             |  113 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_create_view.cpp                             |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_detach.cpp                                  |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/schema/physical_drop.cpp                                    |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/set/physical_recursive_cte.cpp                              |   57 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/operator/set/physical_union.cpp                                      |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/partitionable_hashtable.cpp                                          |   77 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/perfect_aggregate_hashtable.cpp                                      |   78 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_operator.cpp                                                |   75 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_aggregate.cpp                                     |   64 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_any_join.cpp                                      |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_asof_join.cpp                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_column_data_get.cpp                               |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_comparison_join.cpp                               |  191 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_copy_to_file.cpp                                  |   47 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_create.cpp                                        |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_create_index.cpp                                  |   32 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_create_table.cpp                                  |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_cross_product.cpp                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_delete.cpp                                        |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_delim_get.cpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_delim_join.cpp                                    |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_distinct.cpp                                      |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_dummy_scan.cpp                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_empty_result.cpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_execute.cpp                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_explain.cpp                                       |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_export.cpp                                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_expression_get.cpp                                |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_filter.cpp                                        |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_get.cpp                                           |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_insert.cpp                                        |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_limit.cpp                                         |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_limit_percent.cpp                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_order.cpp                                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_pivot.cpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_positional_join.cpp                               |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_pragma.cpp                                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_prepare.cpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_projection.cpp                                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_recursive_cte.cpp                                 |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_reset.cpp                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_sample.cpp                                        |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_set.cpp                                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_set_operation.cpp                                 |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_show_select.cpp                                   |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_simple.cpp                                        |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_top_n.cpp                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_unnest.cpp                                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_update.cpp                                        |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan/plan_window.cpp                                        |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/physical_plan_generator.cpp                                          |   96 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/radix_partitioned_hashtable.cpp                                      |  165 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/reservoir_sample.cpp                                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/execution/window_segment_tree.cpp                                              |  228 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/aggregate/distributive/count.cpp                                      |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/aggregate/distributive/first.cpp                                      |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/aggregate/distributive_functions.cpp                                  |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/aggregate/sorted_aggregate_function.cpp                               |  404 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/built_in_functions.cpp                                                |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/bit_cast.cpp                                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/blob_cast.cpp                                                    |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/cast_function_set.cpp                                            |  119 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/enum_casts.cpp                                                   |   34 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/list_casts.cpp                                                   |   27 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/map_cast.cpp                                                     |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/string_cast.cpp                                                  |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/struct_cast.cpp                                                  |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/time_casts.cpp                                                   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/union_casts.cpp                                                  |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast/vector_cast_helpers.cpp                                          |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/cast_rules.cpp                                                        |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/compression_config.cpp                                                |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/function.cpp                                                          |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/function_binder.cpp                                                   |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/function_set.cpp                                                      |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/macro_function.cpp                                                    |   49 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/pragma/pragma_queries.cpp                                             |   46 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/pragma_function.cpp                                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/generic/constant_or_null.cpp                                   |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/generic_functions.cpp                                          |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/list/contains_or_position.cpp                                  |  152 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/list/list_concat.cpp                                           |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/list/list_extract.cpp                                          |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/nested_functions.cpp                                           |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/operators.cpp                                                  |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/operators/add.cpp                                              |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/operators/arithmetic.cpp                                       |  130 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/operators/multiply.cpp                                         |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/operators/subtract.cpp                                         |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/sequence/nextval.cpp                                           |   81 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/strftime_format.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/caseconvert.cpp                                         |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/concat.cpp                                              |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/contains.cpp                                            |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/length.cpp                                              |   27 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/like.cpp                                                |   41 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/nfc_normalize.cpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/prefix.cpp                                              |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/regexp                                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/regexp.cpp                                              |  308 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/strip_accents.cpp                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/substring.cpp                                           |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string/suffix.cpp                                              |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/string_functions.cpp                                           |   37 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/struct/struct_extract.cpp                                      |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar/system/aggregate_export.cpp                                    |   63 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/scalar_macro_function.cpp                                             |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/arrow.cpp                                                       |  106 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/arrow_conversion.cpp                                            |  170 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/checkpoint.cpp                                                  |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/copy_csv.cpp                                                    |  215 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/glob.cpp                                                        |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/pragma_detailed_profiling_output.cpp                            |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/pragma_last_profiling_output.cpp                                |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/range.cpp                                                       |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/read_csv.cpp                                                    |  802 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/repeat.cpp                                                      |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/repeat_row.cpp                                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/summary.cpp                                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_columns.cpp                                       |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_constraints.cpp                                   |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_databases.cpp                                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_dependencies.cpp                                  |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_extensions.cpp                                    |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_functions.cpp                                     |  124 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_indexes.cpp                                       |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_keywords.cpp                                      |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_schemas.cpp                                       |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_sequences.cpp                                     |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_settings.cpp                                      |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_tables.cpp                                        |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_temporary_files.cpp                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_types.cpp                                         |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/duckdb_views.cpp                                         |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/pragma_collations.cpp                                    |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/pragma_database_size.cpp                                 |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/pragma_storage_info.cpp                                  |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/pragma_table_info.cpp                                    |   47 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/test_all_types.cpp                                       |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/system/test_vector_types.cpp                                    |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/table_scan.cpp                                                  |  187 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/unnest.cpp                                                      |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table/version/pragma_version.cpp                                      |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table_function.cpp                                                    |   41 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/table_macro_function.cpp                                              |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/function/udf_function.cpp                                                      |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb.h                                                               |   99 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb.hpp                                                             |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog.hpp                                             |  228 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry.hpp                                       |   52 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/aggregate_function_catalog_entry.hpp      |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/collate_catalog_entry.hpp                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/column_dependency_manager.hpp             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/copy_function_catalog_entry.hpp           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/duck_index_entry.hpp                      |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/duck_schema_entry.hpp                     |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/duck_table_entry.hpp                      |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/function_entry.hpp                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/index_catalog_entry.hpp                   |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/macro_catalog_entry.hpp                   |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/pragma_function_catalog_entry.hpp         |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/scalar_function_catalog_entry.hpp         |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/scalar_macro_catalog_entry.hpp            |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/schema_catalog_entry.hpp                  |   43 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/table_catalog_entry.hpp                   |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/table_function_catalog_entry.hpp          |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/table_macro_catalog_entry.hpp             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/type_catalog_entry.hpp                    |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/view_catalog_entry.hpp                    |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry_map.hpp                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_search_path.hpp                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_set.hpp                                         |   49 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_transaction.hpp                                 |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/default/default_functions.hpp                           |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/default/default_types.hpp                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/default/default_views.hpp                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/dependency.hpp                                          |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/dependency_list.hpp                                     |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/dependency_manager.hpp                                  |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/duck_catalog.hpp                                        |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/similar_catalog_entry.hpp                               |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/catalog/standard_entry.hpp                                      |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/adbc                                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/algorithm.hpp                                            |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/allocator.hpp                                            |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/arrow/arrow_appender.hpp                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/arrow/arrow_converter.hpp                                |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/arrow/arrow_options.hpp                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/bit_utils.hpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/box_renderer.hpp                                         |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/case_insensitive_map.hpp                                 |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/common.hpp                                               |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/compressed_file_system.hpp                               |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/constants.hpp                                            |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/crypto/md5.hpp                                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enum_util.hpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/aggregate_handling.hpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/debug_initialize.hpp                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/expression_type.hpp                                |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/file_glob_options.hpp                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/join_type.hpp                                      |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/joinref_type.hpp                                   |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/logical_operator_type.hpp                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/on_entry_not_found.hpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/operator_result_type.hpp                           |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/order_preservation_type.hpp                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/order_type.hpp                                     |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/physical_operator_type.hpp                         |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/set_operation_type.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/statement_type.hpp                                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/enums/tableref_type.hpp                                  |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/exception.hpp                                            |   92 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/exception_format_value.hpp                               |   37 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/fast_mem.hpp                                             |  528 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/field_writer.hpp                                         |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/file_buffer.hpp                                          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/file_opener.hpp                                          |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/file_system.hpp                                          |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/filename_pattern.hpp                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/gzip_file_system.hpp                                     |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/helper.hpp                                               |   92 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/hive_partitioning.hpp                                    |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/http_state.hpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/hugeint.hpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/limits.hpp                                               |   92 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/memory_safety.hpp                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/multi_file_reader.hpp                                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/multi_file_reader_options.hpp                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/opener_file_system.hpp                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/cast_operators.hpp                              |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/comparison_operators.hpp                        |  194 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/convert_to_string.hpp                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/decimal_cast_operators.hpp                      |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/multiply.hpp                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/string_cast.hpp                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/operator/subtract.hpp                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/optional_idx.hpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/optional_ptr.hpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/perfect_map_set.hpp                                      |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/preserved_error.hpp                                      |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/progress_bar/progress_bar.hpp                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/queue.hpp                                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/radix.hpp                                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/radix_partitioning.hpp                                   |  110 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/re2_regex.hpp                                            |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/reference_map.hpp                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/row_operations/row_operations.hpp                        |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer.hpp                                           |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/binary_deserializer.hpp                       |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/binary_serializer.hpp                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/buffered_deserializer.hpp                     |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/buffered_file_reader.hpp                      |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/buffered_file_writer.hpp                      |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/buffered_serializer.hpp                       |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/format_deserializer.hpp                       |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/format_serializer.hpp                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/serializer/serialization_traits.hpp                      |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/set.hpp                                                  |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/shared_ptr.hpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/sort/comparators.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/sort/duckdb_pdqsort.hpp                                  |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/sort/partition_state.hpp                                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/sort/sort.hpp                                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/sort/sorted_block.hpp                                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/string_util.hpp                                          |   71 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/typedefs.hpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types.hpp                                                |  115 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/arrow_aux_data.hpp                                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/batched_data_collection.hpp                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/bit.hpp                                            |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/chunk_collection.hpp                               |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/column                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/conflict_manager.hpp                               |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/data_chunk.hpp                                     |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/interval.hpp                                       |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/list_segment.hpp                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/row                                                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/selection_vector.hpp                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/string_type.hpp                                    |   86 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/time.hpp                                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/type_map.hpp                                       |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/validity_mask.hpp                                  |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/value.hpp                                          |   81 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/value_map.hpp                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/vector.hpp                                         |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/types/vector_buffer.hpp                                  |   45 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/union_by_name.hpp                                        |   83 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/unique_ptr.hpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/vector.hpp                                               |   97 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/common/winapi.hpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/core_functions                                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/aggregate_hashtable.hpp                               |  117 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/base_aggregate_hashtable.hpp                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/execution_context.hpp                                 |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/executor.hpp                                          |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/expression_executor.hpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/expression_executor_state.hpp                         |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/art.hpp                                     |  115 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/art_key.hpp                                 |   55 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/fixed_size_allocator.hpp                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/iterator.hpp                                |   46 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/leaf.hpp                                    |  104 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/leaf_segment.hpp                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/node.hpp                                    |  214 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/node16.hpp                                  |   84 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/node256.hpp                                 |   87 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/node4.hpp                                   |   82 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/node48.hpp                                  |   92 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/prefix.hpp                                  |  111 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/prefix_segment.hpp                          |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/swizzleable_pointer.hpp                     |   69 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/join_hashtable.hpp                                    |  116 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/nested_loop_join.hpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/aggregate_object.hpp               |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/distinct_aggregate_data.hpp        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/grouped_aggregate_data.hpp         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_hash_aggregate.hpp        |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_perfecthash_aggregate.hpp |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_streaming_window.hpp      |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_ungrouped_aggregate.hpp   |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_window.hpp                |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/filter/physical_filter.hpp                   |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_batch_collector.hpp          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_execute.hpp                  |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_explain_analyze.hpp          |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_limit.hpp                    |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_limit_percent.hpp            |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_load.hpp                     |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_materialized_collector.hpp   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_pragma.hpp                   |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_prepare.hpp                  |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_reservoir_sample.hpp         |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_reset.hpp                    |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_result_collector.hpp         |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_set.hpp                      |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_streaming_limit.hpp          |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_streaming_sample.hpp         |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_transaction.hpp              |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_vacuum.hpp                   |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/outer_join_marker.hpp                   |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/perfect_hash_join_executor.hpp          |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_asof_join.hpp                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_blockwise_nl_join.hpp          |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_cross_product.hpp              |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_delim_join.hpp                 |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_hash_join.hpp                  |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_iejoin.hpp                     |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_index_join.hpp                 |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_join.hpp                       |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_nested_loop_join.hpp           |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_piecewise_merge_join.hpp       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_positional_join.hpp            |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_range_join.hpp                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/order/physical_order.hpp                     |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/order/physical_top_n.hpp                     |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/base_csv_reader.hpp               |   45 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/buffered_csv_reader.hpp           |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/csv_buffer.hpp                    |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/csv_file_handle.hpp               |  165 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/csv_line_info.hpp                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/csv_reader_options.hpp            |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/parallel_csv_reader.hpp           |   49 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_batch_copy_to_file.hpp   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_batch_insert.hpp         |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_copy_to_file.hpp         |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_delete.hpp               |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_export.hpp               |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_fixed_batch_copy.hpp     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_insert.hpp               |   35 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_update.hpp               |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/projection/physical_pivot.hpp                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/projection/physical_projection.hpp           |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/projection/physical_tableinout_function.hpp  |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/projection/physical_unnest.hpp               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_column_data_scan.hpp           |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_dummy_scan.hpp                 |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_empty_result.hpp               |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_expression_scan.hpp            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_positional_scan.hpp            |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_table_scan.hpp                 |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_alter.hpp                    |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_attach.hpp                   |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_function.hpp          |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_index.hpp             |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_schema.hpp            |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_sequence.hpp          |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_table.hpp             |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_type.hpp              |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_create_view.hpp              |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_detach.hpp                   |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/schema/physical_drop.hpp                     |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/set/physical_recursive_cte.hpp               |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/set/physical_union.hpp                       |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/partitionable_hashtable.hpp                           |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/perfect_aggregate_hashtable.hpp                       |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/physical_operator.hpp                                 |  118 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/physical_operator_states.hpp                          |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/physical_plan_generator.hpp                           |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/radix_partitioned_hashtable.hpp                       |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/execution/window_segment_tree.hpp                               |   62 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/distributive_functions.hpp                   |   80 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate_function.hpp                                 |   57 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/built_in_functions.hpp                                 |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/cast/bound_cast_data.hpp                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/cast/cast_function_set.hpp                             |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/cast/default_casts.hpp                                 |  107 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/cast/vector_cast_helpers.hpp                           |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/copy_function.hpp                                      |   60 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/function.hpp                                           |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/function_binder.hpp                                    |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/function_serialization.hpp                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/function_set.hpp                                       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/macro_function.hpp                                     |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/pragma_function.hpp                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/generic_functions.hpp                           |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/list                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/nested_functions.hpp                            |  127 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/operators.hpp                                   |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/regexp.hpp                                      |   82 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/strftime_format.hpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/string_functions.hpp                            |   94 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar_function.hpp                                    |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/scalar_macro_function.hpp                              |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/table/arrow.hpp                                        |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/table/range.hpp                                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/table/read_csv.hpp                                     |   49 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/table/table_scan.hpp                                   |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/table_function.hpp                                     |   78 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/table_macro_function.hpp                               |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/function/udf_function.hpp                                       |  106 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/appender.hpp                                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/attached_database.hpp                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/capi/capi_internal.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/capi/cast/utils.hpp                                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/client_config.hpp                                          |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/client_context.hpp                                         |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/client_data.hpp                                            |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/config.hpp                                                 |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/connection.hpp                                             |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/connection_manager.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/database.hpp                                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/database_manager.hpp                                       |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/database_path_and_type.hpp                                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/extension_entries.hpp                                      |   66 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/extension_helper.hpp                                       |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/extension_util.hpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/materialized_query_result.hpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/prepared_statement.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/query_profiler.hpp                                         |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/query_result.hpp                                           |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/relation.hpp                                               |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/relation/explain_relation.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/relation/setop_relation.hpp                                |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/main/settings.hpp                                               |   39 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/cse_optimizer.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/expression_rewriter.hpp                               |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/filter_combiner.hpp                                   |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/filter_pushdown.hpp                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/join_order/cardinality_estimator.hpp                  |   32 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/join_order/join_node.hpp                              |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/join_order/join_order_optimizer.hpp                   |   38 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/join_order/join_relation.hpp                          |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/join_order/query_graph.hpp                            |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/matcher/expression_matcher.hpp                        |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/matcher/set_matcher.hpp                               |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/optimizer_extension.hpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule.hpp                                              |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/arithmetic_simplification.hpp                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/case_simplification.hpp                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/comparison_simplification.hpp                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/conjunction_simplification.hpp                   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/constant_folding.hpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/date_part_simplification.hpp                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/distributivity.hpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/empty_needle_removal.hpp                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/enum_comparison.hpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/equal_or_null_simplification.hpp                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/in_clause_simplification.hpp                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/like_optimizations.hpp                           |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/list.hpp                                         |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/move_constants.hpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/ordered_aggregate_optimizer.hpp                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/regex_optimizations.hpp                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/concurrentqueue.hpp                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/event.hpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/interrupt.hpp                                          |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/meta_pipeline.hpp                                      |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/pipeline.hpp                                           |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/pipeline_executor.hpp                                  |   62 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/task.hpp                                               |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/task_counter.hpp                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parallel/task_scheduler.hpp                                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/base_expression.hpp                                      |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/column_list.hpp                                          |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/common_table_expression_info.hpp                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/constraint.hpp                                           |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/constraints/check_constraint.hpp                         |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/constraints/foreign_key_constraint.hpp                   |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/constraints/not_null_constraint.hpp                      |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/constraints/unique_constraint.hpp                        |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/between_expression.hpp                        |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/bound_expression.hpp                          |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/case_expression.hpp                           |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/cast_expression.hpp                           |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/collate_expression.hpp                        |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/columnref_expression.hpp                      |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/comparison_expression.hpp                     |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/conjunction_expression.hpp                    |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/constant_expression.hpp                       |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/default_expression.hpp                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/function_expression.hpp                       |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/lambda_expression.hpp                         |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/operator_expression.hpp                       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/parameter_expression.hpp                      |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/positional_reference_expression.hpp           |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/star_expression.hpp                           |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/subquery_expression.hpp                       |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/window_expression.hpp                         |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression_map.hpp                                       |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/expression_util.hpp                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/keyword_helper.hpp                                       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/alter_info.hpp                               |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/alter_scalar_function_info.hpp               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/alter_table_function_info.hpp                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/alter_table_info.hpp                         |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/attach_info.hpp                              |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/copy_info.hpp                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_database_info.hpp                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_function_info.hpp                     |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_macro_info.hpp                        |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_schema_info.hpp                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_sequence_info.hpp                     |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_table_function_info.hpp               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_table_info.hpp                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_type_info.hpp                         |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_view_info.hpp                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/detach_info.hpp                              |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/drop_info.hpp                                |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/exported_table_data.hpp                      |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/load_info.hpp                                |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/parse_info.hpp                               |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/pragma_info.hpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/sample_options.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/show_select_info.hpp                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/transaction_info.hpp                         |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/vacuum_info.hpp                              |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_expression.hpp                                    |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parser.hpp                                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parser_extension.hpp                                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/parser_options.hpp                                       |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/query_error_context.hpp                                  |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node.hpp                                           |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/list.hpp                                      |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/recursive_cte_node.hpp                        |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/select_node.hpp                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/set_operation_node.hpp                        |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/result_modifier.hpp                                      |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/sql_statement.hpp                                        |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/alter_statement.hpp                            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/attach_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/call_statement.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/copy_statement.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/create_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/delete_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/detach_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/drop_statement.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/execute_statement.hpp                          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/explain_statement.hpp                          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/export_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/extension_statement.hpp                        |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/insert_statement.hpp                           |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/list.hpp                                       |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/load_statement.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/logical_plan_statement.hpp                     |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/multi_statement.hpp                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/pragma_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/prepare_statement.hpp                          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/relation_statement.hpp                         |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/select_statement.hpp                           |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/set_statement.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/show_statement.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/transaction_statement.hpp                      |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/update_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/vacuum_statement.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref.hpp                                             |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/basetableref.hpp                                |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/emptytableref.hpp                               |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/expressionlistref.hpp                           |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/joinref.hpp                                     |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/list.hpp                                        |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/pivotref.hpp                                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/subqueryref.hpp                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/table_function_ref.hpp                          |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/tokens.hpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/parser/transformer.hpp                                          |   99 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/bind_context.hpp                                        |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/binder.hpp                                              |   89 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/bound_constraint.hpp                                    |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/bound_query_node.hpp                                    |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/bound_result_modifier.hpp                               |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/bound_tableref.hpp                                      |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/bound_tokens.hpp                                        |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/column_binding.hpp                                      |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/constraints/bound_check_constraint.hpp                  |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/constraints/bound_foreign_key_constraint.hpp            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/constraints/bound_not_null_constraint.hpp               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/constraints/bound_unique_constraint.hpp                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression.hpp                                          |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_aggregate_expression.hpp               |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_between_expression.hpp                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_case_expression.hpp                    |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_cast_expression.hpp                    |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_columnref_expression.hpp               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_comparison_expression.hpp              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_conjunction_expression.hpp             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_constant_expression.hpp                |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_default_expression.hpp                 |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_function_expression.hpp                |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_lambda_expression.hpp                  |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_lambdaref_expression.hpp               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_operator_expression.hpp                |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_parameter_expression.hpp               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_reference_expression.hpp               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_subquery_expression.hpp                |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_unnest_expression.hpp                  |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_window_expression.hpp                  |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder.hpp                                   |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/aggregate_binder.hpp                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/alter_binder.hpp                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/base_select_binder.hpp                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/check_binder.hpp                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/constant_binder.hpp                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/group_binder.hpp                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/having_binder.hpp                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/index_binder.hpp                      |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/insert_binder.hpp                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/lateral_binder.hpp                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/order_binder.hpp                      |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/qualify_binder.hpp                    |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/relation_binder.hpp                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/returning_binder.hpp                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/select_binder.hpp                     |   47 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/table_function_binder.hpp             |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/update_binder.hpp                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder/where_binder.hpp                      |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/logical_operator.hpp                                    |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/logical_tokens.hpp                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/list.hpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_aggregate.hpp                          |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_any_join.hpp                           |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_asof_join.hpp                          |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_column_data_get.hpp                    |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_comparison_join.hpp                    |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_copy_to_file.hpp                       |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_create.hpp                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_create_index.hpp                       |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_create_table.hpp                       |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_cross_product.hpp                      |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_cteref.hpp                             |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_delete.hpp                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_delim_get.hpp                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_delim_join.hpp                         |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_distinct.hpp                           |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_dummy_scan.hpp                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_empty_result.hpp                       |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_execute.hpp                            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_explain.hpp                            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_export.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_expression_get.hpp                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_extension_operator.hpp                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_filter.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_get.hpp                                |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_insert.hpp                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_join.hpp                               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_limit.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_limit_percent.hpp                      |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_order.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_pivot.hpp                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_positional_join.hpp                    |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_pragma.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_prepare.hpp                            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_projection.hpp                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_recursive_cte.hpp                      |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_reset.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_sample.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_set.hpp                                |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_set_operation.hpp                      |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_show.hpp                               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_simple.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_top_n.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_unconditional_join.hpp                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_unnest.hpp                             |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_update.hpp                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator/logical_window.hpp                             |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/operator_extension.hpp                                  |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/parsed_data/bound_create_function_info.hpp              |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/parsed_data/bound_create_table_info.hpp                 |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/pragma_handler.hpp                                      |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/query_node/bound_recursive_cte_node.hpp                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/query_node/bound_select_node.hpp                        |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/query_node/bound_set_operation_node.hpp                 |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/query_node/list.hpp                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/table_binding.hpp                                       |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_basetableref.hpp                         |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_cteref.hpp                               |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_dummytableref.hpp                        |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_expressionlistref.hpp                    |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_joinref.hpp                              |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_pivotref.hpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_pos_join_ref.hpp                         |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_subqueryref.hpp                          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/bound_table_function.hpp                       |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/planner/tableref/list.hpp                                       |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/arena_allocator.hpp                                     |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/block_manager.hpp                                       |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/buffer/block_handle.hpp                                 |   27 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/buffer/buffer_handle.hpp                                |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/buffer/buffer_pool.hpp                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/buffer/temporary_file_information.hpp                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/buffer_manager.hpp                                      |  198 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/checkpoint/table_data_writer.hpp                        |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/checkpoint_manager.hpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/chimp128.hpp                |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/chimp/algorithm/chimp_utils.hpp             |   97 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_analyze.hpp                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_compress.hpp                    |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_fetch.hpp                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/chimp/chimp_scan.hpp                        |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/patas/algorithm/patas.hpp                   |    1 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/patas/patas_analyze.hpp                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/patas/patas_compress.hpp                    |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/patas/patas_fetch.hpp                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/compression/patas/patas_scan.hpp                        |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/data_pointer.hpp                                        |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/data_table.hpp                                          |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/in_memory_block_manager.hpp                             |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/index.hpp                                               |   67 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/meta_block_reader.hpp                                   |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/optimistic_data_writer.hpp                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/partial_block_manager.hpp                               |   30 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/single_file_block_manager.hpp                           |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/standard_buffer_manager.hpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/base_statistics.hpp                          |  122 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/column_statistics.hpp                        |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/distinct_statistics.hpp                      |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/list_stats.hpp                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/node_statistics.hpp                          |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/numeric_stats.hpp                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/numeric_stats_union.hpp                      |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/segment_statistics.hpp                       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/string_stats.hpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/struct_stats.hpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/storage_extension.hpp                                   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/storage_manager.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/string_uncompressed.hpp                                 |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/append_state.hpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/column_checkpoint_state.hpp                       |   50 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/column_data.hpp                                   |   45 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/column_data_checkpointer.hpp                      |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/column_segment.hpp                                |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/column_segment_tree.hpp                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/list_column_data.hpp                              |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/persistent_table_data.hpp                         |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/row_group.hpp                                     |   88 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/row_group_collection.hpp                          |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/row_group_segment_tree.hpp                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/scan_state.hpp                                    |   60 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/segment_base.hpp                                  |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/segment_tree.hpp                                  |  333 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/standard_column_data.hpp                          |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/struct_column_data.hpp                            |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/table_index_list.hpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/table_statistics.hpp                              |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/update_segment.hpp                                |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table/validity_column_data.hpp                          |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/table_storage_info.hpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/storage/write_ahead_log.hpp                                     |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/cleanup_state.hpp                                   |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/commit_state.hpp                                    |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/duck_transaction.hpp                                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/local_storage.hpp                                   |  109 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/meta_transaction.hpp                                |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/transaction.hpp                                     |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/transaction_data.hpp                                |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/transaction/undo_buffer.hpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/verification/deserialized_statement_verifier_v2.hpp             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/verification/no_operator_caching_verifier.hpp                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/include/duckdb/verification/statement_verifier.hpp                             |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/appender.cpp                                                              |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/attached_database.cpp                                                     |   39 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/appender-c.cpp                                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/cast/from_decimal-c.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/duckdb-c.cpp                                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/helper-c.cpp                                                         |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/pending-c.cpp                                                        |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/replacement_scan-c.cpp                                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/result-c.cpp                                                         |   34 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/stream-c.cpp                                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/table_function-c.cpp                                                 |   82 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/capi/threading-c.cpp                                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/client_context.cpp                                                        |  211 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/client_data.cpp                                                           |   40 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/client_verify.cpp                                                         |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/config.cpp                                                                |  104 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/connection.cpp                                                            |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/database.cpp                                                              |  178 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/database_manager.cpp                                                      |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/database_path_and_type.cpp                                                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/main/db_instance_cache.cpp                                                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/extension/extension_helper.cpp                                            |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/extension/extension_install.cpp                                           |   71 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/extension/extension_load.cpp                                              |  169 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/extension/extension_util.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/main/materialized_query_result.cpp                                             |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/pending_query_result.cpp                                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/prepared_statement.cpp                                                    |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/query_profiler.cpp                                                        |   92 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/query_result.cpp                                                          |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation.cpp                                                              |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/aggregate_relation.cpp                                           |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/create_table_relation.cpp                                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/create_view_relation.cpp                                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/cross_product_relation.cpp                                       |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/delete_relation.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/explain_relation.cpp                                             |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/filter_relation.cpp                                              |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/insert_relation.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/join_relation.cpp                                                |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/limit_relation.cpp                                               |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/order_relation.cpp                                               |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/projection_relation.cpp                                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/query_relation.cpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/read_csv_relation.cpp                                            |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/setop_relation.cpp                                               |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/table_function_relation.cpp                                      |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/table_relation.cpp                                               |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/update_relation.cpp                                              |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/value_relation.cpp                                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/view_relation.cpp                                                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/write_csv_relation.cpp                                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/relation/write_parquet_relation.cpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/settings/settings.cpp                                                     |  131 
 duckdb-0.8.0/duckdb/src/duckdb/src/main/stream_query_result.cpp                                                   |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/column_lifetime_analyzer.cpp                                         |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/common_aggregate_optimizer.cpp                                       |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/cse_optimizer.cpp                                                    |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/deliminator.cpp                                                      |   55 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/expression_heuristics.cpp                                            |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/expression_rewriter.cpp                                              |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/filter_combiner.cpp                                                  |  277 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/filter_pullup.cpp                                                    |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/filter_pushdown.cpp                                                  |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/in_clause_rewriter.cpp                                               |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/join_order/cardinality_estimator.cpp                                 |  318 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/join_order/join_node.cpp                                             |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/join_order/join_order_optimizer.cpp                                  |  472 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/join_order/join_relation_set.cpp                                     |   66 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/join_order/query_graph.cpp                                           |   75 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/matcher/expression_matcher.cpp                                       |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/optimizer.cpp                                                        |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pullup/pullup_filter.cpp                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pullup/pullup_from_left.cpp                                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pullup/pullup_projection.cpp                                         |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pullup/pullup_set_operation.cpp                                      |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_aggregate.cpp                                      |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_cross_product.cpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_filter.cpp                                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_get.cpp                                            |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_inner_join.cpp                                     |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_left_join.cpp                                      |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_limit.cpp                                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_mark_join.cpp                                      |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_projection.cpp                                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_set_operation.cpp                                  |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/pushdown/pushdown_single_join.cpp                                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/regex_range_filter.cpp                                               |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/remove_unused_columns.cpp                                            |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/arithmetic_simplification.cpp                                   |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/case_simplification.cpp                                         |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/comparison_simplification.cpp                                   |   45 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/conjunction_simplification.cpp                                  |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/constant_folding.cpp                                            |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/date_part_simplification.cpp                                    |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/distributivity.cpp                                              |   46 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/empty_needle_removal.cpp                                        |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/enum_comparison.cpp                                             |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/equal_or_null_simplification.cpp                                |   73 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/in_clause_simplification_rule.cpp                               |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/like_optimizations.cpp                                          |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/move_constants.cpp                                              |   89 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/ordered_aggregate_optimizer.cpp                                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/rule/regex_optimizations.cpp                                         |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_aggregate.cpp                        |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_and_compress.cpp                     |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_between.cpp                          |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_cast.cpp                             |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_columnref.cpp                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_comparison.cpp                       |   32 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_conjunction.cpp                      |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_constant.cpp                         |   78 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_function.cpp                         |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_operator.cpp                         |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_aggregate.cpp                          |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_filter.cpp                             |   82 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_get.cpp                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_join.cpp                               |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_limit.cpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_set_operation.cpp                      |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/statistics_propagator.cpp                                            |   56 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/topn_optimizer.cpp                                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/optimizer/unnest_rewriter.cpp                                                  |   52 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/event.cpp                                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/executor.cpp                                                          |  154 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/executor_task.cpp                                                     |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/interrupt.cpp                                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/meta_pipeline.cpp                                                     |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/pipeline.cpp                                                          |  157 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/pipeline_executor.cpp                                                 |  355 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/pipeline_initialize_event.cpp                                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parallel/task_scheduler.cpp                                                    |   89 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/base_expression.cpp                                                     |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/column_definition.cpp                                                   |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/common_table_expression_info.cpp                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/constraints/check_constraint.cpp                                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/constraints/foreign_key_constraint.cpp                                  |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/constraints/not_null_constraint.cpp                                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/constraints/unique_constraint.cpp                                       |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/between_expression.cpp                                       |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/case_expression.cpp                                          |   32 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/cast_expression.cpp                                          |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/collate_expression.cpp                                       |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/columnref_expression.cpp                                     |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/comparison_expression.cpp                                    |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/conjunction_expression.cpp                                   |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/constant_expression.cpp                                      |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/default_expression.cpp                                       |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/function_expression.cpp                                      |   48 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/lambda_expression.cpp                                        |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/operator_expression.cpp                                      |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/parameter_expression.cpp                                     |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/positional_reference_expression.cpp                          |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/star_expression.cpp                                          |   38 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/subquery_expression.cpp                                      |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression/window_expression.cpp                                        |   74 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/expression_util.cpp                                                     |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/keyword_helper.cpp                                                      |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/alter_info.cpp                                              |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/alter_scalar_function_info.cpp                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/alter_table_function_info.cpp                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/alter_table_info.cpp                                        |   71 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/attach_info.cpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_aggregate_function_info.cpp                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_collation_info.cpp                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_copy_function_info.cpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_index_info.cpp                                       |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_info.cpp                                             |   27 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_macro_info.cpp                                       |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_pragma_function_info.cpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_scalar_function_info.cpp                             |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_sequence_info.cpp                                    |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_table_function_info.cpp                              |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_table_info.cpp                                       |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_type_info.cpp                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/create_view_info.cpp                                        |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/detach_info.cpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/drop_info.cpp                                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/sample_options.cpp                                          |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/transaction_info.cpp                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_data/vacuum_info.cpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_expression.cpp                                                   |   72 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parsed_expression_iterator.cpp                                          |   52 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/parser.cpp                                                              |   24 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/query_node.cpp                                                          |   60 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/query_node/recursive_cte_node.cpp                                       |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/query_node/select_node.cpp                                              |   59 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/query_node/set_operation_node.cpp                                       |   29 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/result_modifier.cpp                                                     |  105 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/copy_statement.cpp                                            |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/drop_statement.cpp                                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/extension_statement.cpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/insert_statement.cpp                                          |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/multi_statement.cpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/pragma_statement.cpp                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/select_statement.cpp                                          |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/show_statement.cpp                                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/transaction_statement.cpp                                     |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/statement/vacuum_statement.cpp                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref.cpp                                                            |   53 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/basetableref.cpp                                               |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/emptytableref.cpp                                              |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/expressionlistref.cpp                                          |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/joinref.cpp                                                    |   37 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/pivotref.cpp                                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/subqueryref.cpp                                                |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/tableref/table_function.cpp                                             |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/constraint/transform_constraint.cpp                           |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_array_access.cpp                         |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_bool_expr.cpp                            |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_boolean_test.cpp                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_case.cpp                                 |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_cast.cpp                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_coalesce.cpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_columnref.cpp                            |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_constant.cpp                             |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_expression.cpp                           |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_function.cpp                             |  232 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_grouping_function.cpp                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_interval.cpp                             |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_lambda.cpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_operator.cpp                             |   54 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_param_ref.cpp                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_positional_reference.cpp                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/expression/transform_subquery.cpp                             |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_alias.cpp                                   |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_cte.cpp                                     |   32 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_groupby.cpp                                 |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_orderby.cpp                                 |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_sample.cpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_typename.cpp                                |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_alter_sequence.cpp                        |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_alter_table.cpp                           |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_attach.cpp                                |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_call.cpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_checkpoint.cpp                            |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_copy.cpp                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_database.cpp                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_function.cpp                       |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_index.cpp                          |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_schema.cpp                         |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_sequence.cpp                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_table.cpp                          |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_table_as.cpp                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_type.cpp                           |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_view.cpp                           |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_delete.cpp                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_detach.cpp                                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_drop.cpp                                  |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_explain.cpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_export.cpp                                |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_import.cpp                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_insert.cpp                                |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_load.cpp                                  |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_pivot_stmt.cpp                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_pragma.cpp                                |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_prepare.cpp                               |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_rename.cpp                                |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_select.cpp                                |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_select_node.cpp                           |  113 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_set.cpp                                   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_show.cpp                                  |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_show_select.cpp                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_transaction.cpp                           |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_update.cpp                                |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_upsert.cpp                                |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_use.cpp                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/statement/transform_vacuum.cpp                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_base_tableref.cpp                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_from.cpp                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_join.cpp                                   |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_pivot.cpp                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_subquery.cpp                               |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_table_function.cpp                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_tableref.cpp                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/parser/transformer.cpp                                                         |   84 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/bind_context.cpp                                                       |  192 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder.cpp                                                             |  186 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_aggregate_expression.cpp                        |   89 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_between_expression.cpp                          |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_case_expression.cpp                             |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_cast_expression.cpp                             |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_collate_expression.cpp                          |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_columnref_expression.cpp                        |   86 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_comparison_expression.cpp                       |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_conjunction_expression.cpp                      |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_constant_expression.cpp                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_function_expression.cpp                         |  113 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_lambda.cpp                                      |   27 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_macro_expression.cpp                            |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_operator_expression.cpp                         |   57 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_parameter_expression.cpp                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_star_expression.cpp                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_subquery_expression.cpp                         |   22 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_unnest_expression.cpp                           |  201 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/expression/bind_window_expression.cpp                           |   78 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/bind_recursive_cte_node.cpp                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/bind_select_node.cpp                                 |  270 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/bind_setop_node.cpp                                  |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/bind_table_macro_node.cpp                            |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/plan_query_node.cpp                                  |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/plan_recursive_cte_node.cpp                          |    9 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/plan_select_node.cpp                                 |   53 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/plan_setop.cpp                                       |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/query_node/plan_subquery.cpp                                    |   70 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_attach.cpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_call.cpp                                         |    5 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_copy.cpp                                         |   76 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_create.cpp                                       |  229 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_create_table.cpp                                 |   68 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_delete.cpp                                       |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_detach.cpp                                       |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_drop.cpp                                         |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_execute.cpp                                      |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_explain.cpp                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_export.cpp                                       |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_extension.cpp                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_insert.cpp                                       |  194 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_load.cpp                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_logical_plan.cpp                                 |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_pragma.cpp                                       |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_prepare.cpp                                      |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_set.cpp                                          |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_show.cpp                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_simple.cpp                                       |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_summarize.cpp                                    |   56 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_update.cpp                                       |   56 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/statement/bind_vacuum.cpp                                       |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_basetableref.cpp                                  |   85 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_emptytableref.cpp                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_expressionlistref.cpp                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_joinref.cpp                                       |   72 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_named_parameters.cpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_pivot.cpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_subqueryref.cpp                                   |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_table_function.cpp                                |   80 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/plan_cteref.cpp                                        |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/plan_dummytableref.cpp                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/plan_expressionlistref.cpp                             |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/plan_joinref.cpp                                       |  108 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/binder/tableref/plan_pivotref.cpp                                      |only
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/bound_result_modifier.cpp                                              |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression.cpp                                                         |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_aggregate_expression.cpp                              |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_between_expression.cpp                                |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_case_expression.cpp                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_cast_expression.cpp                                   |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_columnref_expression.cpp                              |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_comparison_expression.cpp                             |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_conjunction_expression.cpp                            |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_constant_expression.cpp                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_expression.cpp                                        |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_function_expression.cpp                               |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_lambda_expression.cpp                                 |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_lambdaref_expression.cpp                              |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_operator_expression.cpp                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_parameter_expression.cpp                              |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_reference_expression.cpp                              |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_unnest_expression.cpp                                 |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression/bound_window_expression.cpp                                 |   43 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder.cpp                                                  |  101 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/aggregate_binder.cpp                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/alter_binder.cpp                                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/base_select_binder.cpp                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/check_binder.cpp                                     |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/column_alias_binder.cpp                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/constant_binder.cpp                                  |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/group_binder.cpp                                     |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/having_binder.cpp                                    |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/index_binder.cpp                                     |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/insert_binder.cpp                                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/lateral_binder.cpp                                   |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/order_binder.cpp                                     |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/qualify_binder.cpp                                   |   17 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/relation_binder.cpp                                  |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/returning_binder.cpp                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/select_binder.cpp                                    |  133 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/table_function_binder.cpp                            |   16 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/update_binder.cpp                                    |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_binder/where_binder.cpp                                     |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/expression_iterator.cpp                                                |   61 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/filter/conjunction_filter.cpp                                          |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/filter/constant_filter.cpp                                             |   12 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/filter/null_filter.cpp                                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/joinside.cpp                                                           |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/logical_operator.cpp                                                   |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/logical_operator_visitor.cpp                                           |   58 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_aggregate.cpp                                         |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_any_join.cpp                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_asof_join.cpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_column_data_get.cpp                                   |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_comparison_join.cpp                                   |   10 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_copy_to_file.cpp                                      |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_create.cpp                                            |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_create_index.cpp                                      |   41 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_create_table.cpp                                      |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_cross_product.cpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_cteref.cpp                                            |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_delete.cpp                                            |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_delim_get.cpp                                         |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_delim_join.cpp                                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_distinct.cpp                                          |    7 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_dummy_scan.cpp                                        |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_expression_get.cpp                                    |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_filter.cpp                                            |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_get.cpp                                               |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_insert.cpp                                            |   63 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_join.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_limit.cpp                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_limit_percent.cpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_order.cpp                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_pivot.cpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_positional_join.cpp                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_projection.cpp                                        |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_recursive_cte.cpp                                     |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_reset.cpp                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_sample.cpp                                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_set.cpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_set_operation.cpp                                     |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_simple.cpp                                            |   40 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_top_n.cpp                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_unnest.cpp                                            |   15 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_update.cpp                                            |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/operator/logical_window.cpp                                            |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/parsed_data/bound_create_table_info.cpp                                |   44 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/planner.cpp                                                            |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/pragma_handler.cpp                                                     |   33 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/subquery/flatten_dependent_join.cpp                                    |  124 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/subquery/rewrite_correlated_expressions.cpp                            |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/table_binding.cpp                                                      |   35 
 duckdb-0.8.0/duckdb/src/duckdb/src/planner/table_filter.cpp                                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/arena_allocator.cpp                                                    |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/buffer/block_handle.cpp                                                |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/buffer/block_manager.cpp                                               |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/buffer/buffer_handle.cpp                                               |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/buffer/buffer_pool.cpp                                                 |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/buffer/buffer_pool_reservation.cpp                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/buffer_manager.cpp                                                     | 1114 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/checkpoint/row_group_writer.cpp                                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/checkpoint/table_data_reader.cpp                                       |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/checkpoint/table_data_writer.cpp                                       |   20 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/checkpoint/write_overflow_strings_to_disk.cpp                          |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/checkpoint_manager.cpp                                                 |  174 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/bitpacking.cpp                                             |   69 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/dictionary_compression.cpp                                 |   25 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/fixed_size_uncompressed.cpp                                |   99 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/fsst.cpp                                                   |   32 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/numeric_constant.cpp                                       |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/patas.cpp                                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/rle.cpp                                                    |   49 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/string_uncompressed.cpp                                    |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/compression/validity_uncompressed.cpp                                  |   18 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/data_table.cpp                                                         |  240 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/index.cpp                                                              |   42 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/local_storage.cpp                                                      |  327 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/meta_block_reader.cpp                                                  |   23 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/meta_block_writer.cpp                                                  |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/optimistic_data_writer.cpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/partial_block_manager.cpp                                              |   95 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/single_file_block_manager.cpp                                          |   31 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/standard_buffer_manager.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/base_statistics.cpp                                         |  510 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/column_statistics.cpp                                       |   60 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/distinct_statistics.cpp                                     |   21 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/list_stats.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/numeric_stats.cpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/numeric_stats_union.cpp                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/segment_statistics.cpp                                      |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/string_stats.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/statistics/struct_stats.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/storage_info.cpp                                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/storage_lock.cpp                                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/storage_manager.cpp                                                    |   49 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/chunk_info.cpp                                                   |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/column_checkpoint_state.cpp                                      |  182 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/column_data.cpp                                                  |  234 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/column_data_checkpointer.cpp                                     |   55 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/column_segment.cpp                                               |  128 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/list_column_data.cpp                                             |  144 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/persistent_table_data.cpp                                        |    3 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/row_group.cpp                                                    |  395 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/row_group_collection.cpp                                         |  332 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/scan_state.cpp                                                   |   80 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/standard_column_data.cpp                                         |   43 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/struct_column_data.cpp                                           |   87 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/table_statistics.cpp                                             |   36 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/update_segment.cpp                                               |   95 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table/validity_column_data.cpp                                         |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/table_index_list.cpp                                                   |    6 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/wal_replay.cpp                                                         |   75 
 duckdb-0.8.0/duckdb/src/duckdb/src/storage/write_ahead_log.cpp                                                    |   94 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/cleanup_state.cpp                                                  |   28 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/commit_state.cpp                                                   |  141 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/duck_transaction.cpp                                               |   19 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/duck_transaction_manager.cpp                                       |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/meta_transaction.cpp                                               |   26 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/rollback_state.cpp                                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/transaction.cpp                                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/transaction_context.cpp                                            |    4 
 duckdb-0.8.0/duckdb/src/duckdb/src/transaction/undo_buffer.cpp                                                    |   11 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/copied_statement_verifier.cpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/deserialized_statement_verifier.cpp                               |    8 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/deserialized_statement_verifier_v2.cpp                            |only
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/external_statement_verifier.cpp                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/no_operator_caching_verifier.cpp                                  |only
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/parsed_statement_verifier.cpp                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/prepared_statement_verifier.cpp                                   |   14 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/statement_verifier.cpp                                            |   13 
 duckdb-0.8.0/duckdb/src/duckdb/src/verification/unoptimized_statement_verifier.cpp                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/fmt/format.cc                                                          |    5 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/fmt/include/fmt/core.h                                                 |   22 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/fmt/include/fmt/format-inl.h                                           |   35 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/fmt/include/fmt/format.h                                               |   85 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/fmt/include/fmt/printf.h                                               |   16 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/fsst/libfsst.cpp                                                       |    3 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/include/nodes/nodes.hpp                                    |   44 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/include/nodes/parsenodes.hpp                               |   64 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/include/nodes/primnodes.hpp                                |    4 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/include/parser/gram.hpp                                    | 1535 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/include/parser/kwlist.hpp                                  |   20 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/include/postgres_parser.hpp                                |    5 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/postgres_parser.cpp                                        |   11 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/src_backend_parser_gram.cpp                                |46425 +++++-----
 duckdb-0.8.0/duckdb/src/duckdb/third_party/libpg_query/src_backend_parser_scan.cpp                                |  992 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/parquet/parquet_types.cpp                                              |   64 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/parquet/parquet_types.h                                                |   66 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/re2/re2/re2.cc                                                         |    9 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/re2/re2/re2.h                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/thrift/thrift/TToString.h                                              |    6 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/thrift/thrift/protocol/TProtocol.h                                     |    2 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/thrift/thrift/protocol/TProtocolDecorator.h                            |    3 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/thrift/thrift/protocol/TVirtualProtocol.h                              |    9 
 duckdb-0.8.0/duckdb/src/duckdb/third_party/utf8proc/include/utf8proc_wrapper.hpp                                  |    1 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_catalog_catalog_entry.cpp                                                   |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common.cpp                                                                  |    6 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_adbc.cpp                                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_enums.cpp                                                            |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_serializer.cpp                                                       |    4 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_sort.cpp                                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_types.cpp                                                            |   16 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_types_column.cpp                                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_common_types_row.cpp                                                        |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions.cpp                                                          |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_aggregate_algebraic.cpp                                      |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_aggregate_distributive.cpp                                   |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_aggregate_holistic.cpp                                       |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_aggregate_nested.cpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_aggregate_regression.cpp                                     |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_bit.cpp                                               |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_blob.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_date.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_enum.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_generic.cpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_list.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_map.cpp                                               |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_math.cpp                                              |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_operators.cpp                                         |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_random.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_string.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_struct.cpp                                            |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_core_functions_scalar_union.cpp                                             |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_execution_index_art.cpp                                                     |    8 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_execution_operator_join.cpp                                                 |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_execution_operator_persistent.cpp                                           |    6 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_execution_operator_projection.cpp                                           |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_execution_physical_plan.cpp                                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_aggregate.cpp                                                      |    8 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_aggregate_distributive.cpp                                         |   22 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar.cpp                                                         |   10 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_generic.cpp                                                 |   12 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_list.cpp                                                    |   14 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_operators.cpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_string.cpp                                                  |   38 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_string_regexp.cpp                                           |only
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_struct.cpp                                                  |    4 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_scalar_system.cpp                                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_function_table.cpp                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_main.cpp                                                                    |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_main_capi.cpp                                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_main_extension.cpp                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_optimizer_rule.cpp                                                          |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parallel.cpp                                                                |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser.cpp                                                                  |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser_parsed_data.cpp                                                      |   22 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser_statement.cpp                                                        |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser_tableref.cpp                                                         |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser_transform_expression.cpp                                             |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser_transform_statement.cpp                                              |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_parser_transform_tableref.cpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_planner_binder_expression.cpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_planner_binder_tableref.cpp                                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_planner_expression_binder.cpp                                               |    2 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_planner_operator.cpp                                                        |    4 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_storage.cpp                                                                 |    4 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_storage_buffer.cpp                                                          |    8 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_storage_statistics.cpp                                                      |   12 
 duckdb-0.8.0/duckdb/src/duckdb/ub_src_storage_table.cpp                                                           |    2 
 duckdb-0.8.0/duckdb/src/include/rapi.hpp                                                                          |   33 
 duckdb-0.8.0/duckdb/src/include/typesr.hpp                                                                        |   16 
 duckdb-0.8.0/duckdb/src/register.cpp                                                                              |   65 
 duckdb-0.8.0/duckdb/src/relational.cpp                                                                            |  179 
 duckdb-0.8.0/duckdb/src/reltoaltrep.cpp                                                                           |    8 
 duckdb-0.8.0/duckdb/src/scan.cpp                                                                                  |   72 
 duckdb-0.8.0/duckdb/src/statement.cpp                                                                             |   16 
 duckdb-0.8.0/duckdb/src/transform.cpp                                                                             |   52 
 duckdb-0.8.0/duckdb/src/types.cpp                                                                                 |   16 
 duckdb-0.8.0/duckdb/src/utils.cpp                                                                                 |    6 
 duckdb-0.8.0/duckdb/tests/testthat/test-rel_api.R                                                                 |only
 duckdb-0.8.0/duckdb/tests/testthat/test_fetch_arrow.R                                                             |    5 
 duckdb-0.8.0/duckdb/tests/testthat/test_register.R                                                                |    2 
 duckdb-0.8.0/duckdb/tests/testthat/test_relational.R                                                              |  376 
 duckdb-0.8.0/duckdb/tests/testthat/test_tbl__duckdb_connection.R                                                  |    9 
 1794 files changed, 58554 insertions(+), 48390 deletions(-)

More information about duckdb at CRAN
Permanent link

Package ACEt updated to version 1.9.0 with previous version 1.8.2 dated 2022-09-26

Title: Estimating Dynamic Heritability and Twin Model Comparison
Description: Twin models that are able to estimate the dynamic behaviour of the variance components in the classical twin models with respect to age using B-splines and P-splines.
Author: Liang He
Maintainer: Liang He <hyx520101@gmail.com>

Diff between ACEt versions 1.8.2 dated 2022-09-26 and 1.9.0 dated 2023-05-23

 DESCRIPTION                 |   10 +-
 MD5                         |   33 +++---
 NAMESPACE                   |    1 
 R/AtCtEt.R                  |   54 ++---------
 R/AtCtEt_boot.R             |  136 ++++++++++++++++++++++++++++
 R/AtCtEt_esp.R              |   29 +++++
 R/AtDtEt.R                  |only
 R/plot_AtCtEt.R             |  188 ++++++++++++++++++++++++++++++++++++++
 R/plot_AtCtEt_h.R           |  136 +++++++++++++++++++++++++++-
 R/plot_acet.R               |   22 +++-
 build/vignette.rds          |binary
 inst/doc/acet-vignette.R    |    9 +
 inst/doc/acet-vignette.Rmd  |   23 +++-
 inst/doc/acet-vignette.html |  213 +++++++++++++++++++++-----------------------
 man/AtCtEt.Rd               |    4 
 man/AtDtEt.Rd               |only
 src/AtDtEt.cpp              |only
 src/packagename_init.c      |    6 +
 vignettes/acet-vignette.Rmd |   23 +++-
 19 files changed, 689 insertions(+), 198 deletions(-)

More information about ACEt at CRAN
Permanent link

Package rdacca.hp updated to version 1.1-0 with previous version 1.0-9 dated 2023-02-09

Title: Hierarchical and Variation Partitioning for Canonical Analysis
Description: This function conducts variation partitioning and hierarchical partitioning to calculate the unique, shared (referred as to "common") and individual contributions of each predictor (or matrix) towards explained variation (R-square and adjusted R-square) on canonical analysis (RDA,CCA and db-RDA), applying the algorithm of Lai J.,Zou Y., Zhang J.,Peres-Neto P.(2022) Generalizing hierarchical and variation partitioning in multiple regression and canonical analyses using the rdacca.hp R package.Methods in Ecology and Evolution,13: 782-788 <DOI:10.1111/2041-210X.13800>.
Author: Jiangshan Lai,Yao Liu,Pedro Peres-Neto,Kim Nimon
Maintainer: Jiangshan Lai <lai@njfu.edu.cn>

Diff between rdacca.hp versions 1.0-9 dated 2023-02-09 and 1.1-0 dated 2023-05-23

 DESCRIPTION          |   10 +++++-----
 MD5                  |   12 ++++++------
 NAMESPACE            |    1 +
 R/plot.rdaccahp.r    |   32 +++++++++++++++++++++++++++-----
 R/rdacca.hp.r        |   22 +++++++++-------------
 inst/CITATION        |    4 ++--
 man/plot.rdaccahp.Rd |   10 ++++++++--
 7 files changed, 58 insertions(+), 33 deletions(-)

More information about rdacca.hp at CRAN
Permanent link

Package multigraph updated to version 0.98 with previous version 0.97-2 dated 2022-07-07

Title: Plot and Manipulate Multigraphs
Description: Functions to plot and manipulate multigraphs, signed and valued graphs, bipartite graphs, multilevel graphs, and Cayley graphs with various layout options.
Author: Antonio Rivero Ostoic [aut, cre]
Maintainer: Antonio Rivero Ostoic <multiplex@post.com>

Diff between multigraph versions 0.97-2 dated 2022-07-07 and 0.98 dated 2023-05-23

 DESCRIPTION               |   10 ++---
 MD5                       |   12 +++---
 R/ccgraph.R               |   27 ++++++++++-----
 R/multigraph.R            |   52 +++++++++++++++++++++++------
 man/ccgraph.Rd            |   23 ++++++-------
 man/multigraph-package.Rd |   10 ++---
 man/multigraph.Rd         |   80 +++++++++++++++++++++-------------------------
 7 files changed, 125 insertions(+), 89 deletions(-)

More information about multigraph at CRAN
Permanent link

Package finbif updated to version 0.9.0 with previous version 0.8.0 dated 2023-03-29

Title: Interface for the 'Finnish Biodiversity Information Facility' API
Description: A programmatic interface to the 'Finnish Biodiversity Information Facility' ('FinBIF') API (<https://api.laji.fi>). 'FinBIF' aggregates Finnish biodiversity data from multiple sources in a single open access portal for researchers, citizen scientists, industry and government. 'FinBIF' allows users of biodiversity information to find, access, combine and visualise data on Finnish plants, animals and microorganisms. The 'finbif' package makes the publicly available data in 'FinBIF' easily accessible to programmers. Biodiversity information is available on taxonomy and taxon occurrence. Occurrence data can be filtered by taxon, time, location and other variables. The data accessed are conveniently preformatted for subsequent analyses.
Author: Finnish Museum of Natural History - Luomus [cph], William K. Morris [aut, cre]
Maintainer: William K. Morris <willi@mmorris.email>

Diff between finbif versions 0.8.0 dated 2023-03-29 and 0.9.0 dated 2023-05-23

 finbif-0.8.0/finbif/R/data.R                                                                   |only
 finbif-0.8.0/finbif/R/map-utils.R                                                              |only
 finbif-0.8.0/finbif/data                                                                       |only
 finbif-0.8.0/finbif/inst/doc/v06_plotting.Rmd                                                  |only
 finbif-0.8.0/finbif/inst/doc/v06_plotting.html                                                 |only
 finbif-0.8.0/finbif/man/as.data.frame.finbif_records.Rd                                        |only
 finbif-0.8.0/finbif/man/breaks_xy.Rd                                                           |only
 finbif-0.8.0/finbif/man/figures/location-filter-1.png                                          |only
 finbif-0.8.0/finbif/man/figures/plot-finland-1.png                                             |only
 finbif-0.8.0/finbif/man/figures/plot-occurrences-eval-1.png                                    |only
 finbif-0.8.0/finbif/man/figures/plot-recent-obs-1.png                                          |only
 finbif-0.8.0/finbif/man/finbif_records.Rd                                                      |only
 finbif-0.8.0/finbif/man/finland_map.Rd                                                         |only
 finbif-0.8.0/finbif/man/hist_xy.Rd                                                             |only
 finbif-0.8.0/finbif/tests/testthat/_snaps/finbif_occurrence                                    |only
 finbif-0.8.0/finbif/tests/testthat/test-finbif_records.R                                       |only
 finbif-0.8.0/finbif/tests/testthat/test-map-utils.R                                            |only
 finbif-0.8.0/finbif/tests/write-files/finbif_cache_file_1571d33d6deb0431188fc3d56cdc8bbd       |only
 finbif-0.8.0/finbif/tests/write-files/finbif_cache_file_3db6439c7601e4401b8a27a2094919a3       |only
 finbif-0.8.0/finbif/vignettes/v06_plotting.Rmd                                                 |only
 finbif-0.9.0/finbif/DESCRIPTION                                                                |   13 
 finbif-0.9.0/finbif/MD5                                                                        |  128 
 finbif-0.9.0/finbif/NAMESPACE                                                                  |   14 
 finbif-0.9.0/finbif/NEWS.md                                                                    |   43 
 finbif-0.9.0/finbif/R/api_get.R                                                                |  421 ++-
 finbif-0.9.0/finbif/R/caching.R                                                                |   46 
 finbif-0.9.0/finbif/R/coords.R                                                                 |   24 
 finbif-0.9.0/finbif/R/dates.R                                                                  |  221 -
 finbif-0.9.0/finbif/R/finbif-package.R                                                         |    4 
 finbif-0.9.0/finbif/R/finbif_check_taxa.R                                                      |   44 
 finbif-0.9.0/finbif/R/finbif_clear_cache.R                                                     |   22 
 finbif-0.9.0/finbif/R/finbif_collections.R                                                     |  273 --
 finbif-0.9.0/finbif/R/finbif_informal_groups.R                                                 |   92 
 finbif-0.9.0/finbif/R/finbif_metadata.R                                                        |  435 ---
 finbif-0.9.0/finbif/R/finbif_occurrence.R                                                      | 1150 +++-----
 finbif-0.9.0/finbif/R/finbif_occurrence_load.R                                                 | 1113 ++------
 finbif-0.9.0/finbif/R/finbif_records.R                                                         | 1344 +++-------
 finbif-0.9.0/finbif/R/finbif_request_token.R                                                   |  118 
 finbif-0.9.0/finbif/R/finbif_taxa.R                                                            |   28 
 finbif-0.9.0/finbif/R/finbif_update_cache.R                                                    |only
 finbif-0.9.0/finbif/R/methods.R                                                                |  777 -----
 finbif-0.9.0/finbif/R/sysdata.R                                                                |  426 +--
 finbif-0.9.0/finbif/R/sysdata.rda                                                              |binary
 finbif-0.9.0/finbif/R/to_dwc.R                                                                 |only
 finbif-0.9.0/finbif/R/utils.R                                                                  |  409 ---
 finbif-0.9.0/finbif/R/zzz.R                                                                    |   28 
 finbif-0.9.0/finbif/README.md                                                                  |    3 
 finbif-0.9.0/finbif/build/vignette.rds                                                         |binary
 finbif-0.9.0/finbif/inst/NEWS.Rd                                                               |   42 
 finbif-0.9.0/finbif/inst/doc/finbif.Rmd                                                        |   57 
 finbif-0.9.0/finbif/inst/doc/finbif.html                                                       |   58 
 finbif-0.9.0/finbif/inst/doc/v05_filtering.Rmd                                                 |   50 
 finbif-0.9.0/finbif/inst/doc/v05_filtering.html                                                |  578 ++--
 finbif-0.9.0/finbif/man/caching.Rd                                                             |   12 
 finbif-0.9.0/finbif/man/finbif-package.Rd                                                      |    4 
 finbif-0.9.0/finbif/man/finbif_check_taxa.Rd                                                   |    4 
 finbif-0.9.0/finbif/man/finbif_collections.Rd                                                  |    4 
 finbif-0.9.0/finbif/man/finbif_metadata.Rd                                                     |    8 
 finbif-0.9.0/finbif/man/finbif_occurrence.Rd                                                   |   21 
 finbif-0.9.0/finbif/man/finbif_occurrence_load.Rd                                              |    4 
 finbif-0.9.0/finbif/man/finbif_taxa.Rd                                                         |    4 
 finbif-0.9.0/finbif/man/finbif_update_cache.Rd                                                 |only
 finbif-0.9.0/finbif/man/to_dwc.Rd                                                              |    2 
 finbif-0.9.0/finbif/tests/testthat/_snaps/finbif_occurrence_load.md                            |  275 ++
 finbif-0.9.0/finbif/tests/testthat/helper-finbif.R                                             |    2 
 finbif-0.9.0/finbif/tests/testthat/test-finbif_api_get.R                                       |    7 
 finbif-0.9.0/finbif/tests/testthat/test-finbif_collections.R                                   |   11 
 finbif-0.9.0/finbif/tests/testthat/test-finbif_dates.R                                         |   17 
 finbif-0.9.0/finbif/tests/testthat/test-finbif_occurrence-db.R                                 |only
 finbif-0.9.0/finbif/tests/testthat/test-finbif_occurrence.R                                    |  119 
 finbif-0.9.0/finbif/tests/testthat/test-finbif_occurrence_load.R                               |   51 
 finbif-0.9.0/finbif/tests/testthat/test-metadata.R                                             |   60 
 finbif-0.9.0/finbif/tests/testthat/test-sysdata.R                                              |   36 
 finbif-0.9.0/finbif/tests/testthat/test-utils.R                                                |   14 
 finbif-0.9.0/finbif/tests/write-files/finbif_dwnld_cache_file_1571d33d6deb0431188fc3d56cdc8bbd |only
 finbif-0.9.0/finbif/tests/write-files/finbif_dwnld_cache_file_3db6439c7601e4401b8a27a2094919a3 |only
 finbif-0.9.0/finbif/vignettes/finbif.Rmd                                                       |   57 
 finbif-0.9.0/finbif/vignettes/v05_filtering.Rmd                                                |   50 
 78 files changed, 3305 insertions(+), 5418 deletions(-)

More information about finbif at CRAN
Permanent link

New package ensemblQueryR with initial version 0.1.0
Package: ensemblQueryR
Title: Simple, Fast and Efficient Querying of the 'Ensembl' API
Version: 0.1.0
Author: Aine Fairbrother-Browne
Maintainer: Aine Fairbrother-Browne <ucbtas8@ucl.ac.uk>
Description: Suite of tools to enable fast, efficient, high-throughput, R workflow integrable querying of 'Ensembl' REST API endpoints (<https://rest.ensembl.org/>).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr, httr, jsonlite, magrittr, parallel, purrr, rlang, tibble, tidyr, utils, vroom, xml2
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2023-05-23 07:49:50 UTC; abrowne
Repository: CRAN
Date/Publication: 2023-05-23 09:10:05 UTC

More information about ensemblQueryR at CRAN
Permanent link

New package wrappr with initial version 0.1.0
Package: wrappr
Title: A Collection of Helper and Wrapper Functions
Version: 0.1.0
Description: Helper functions to easily add functionality to functions. The package can assign functions to have an lazy evaluation allowing you to save and update the arguments before and after each function call. You can set a temporary working directory within functions and wrap console messages around other functions.
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: testthat (>= 3.0.0)
Imports: methods
NeedsCompilation: no
Packaged: 2023-05-22 21:39:34 UTC; mrpip
Author: John Piper [aut, cre]
Maintainer: John Piper <john.piper.using.r@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-23 08:50:02 UTC

More information about wrappr at CRAN
Permanent link

Package pspatreg updated to version 1.1.0 with previous version 1.0.9 dated 2023-04-14

Title: Spatial and Spatio-Temporal Semiparametric Regression Models with Spatial Lags
Description: Estimation and inference of spatial and spatio-temporal semiparametric models including spatial or spatio-temporal non-parametric trends, parametric and non-parametric covariates and, possibly, a spatial lag for the dependent variable and temporal correlation in the noise. The spatio-temporal trend can be decomposed in ANOVA way including main and interaction functional terms. Use of SAP algorithm to estimate the spatial or spatio-temporal trend and non-parametric covariates. The methodology of these models can be found in next references Basile, R. et al. (2014), <doi:10.1016/j.jedc.2014.06.011>; Rodriguez-Alvarez, M.X. et al. (2015) <doi:10.1007/s11222-014-9464-2> and, particularly referred to the focus of the package, Minguez, R., Basile, R. and Durban, M. (2020) <doi:10.1007/s10260-019-00492-8>.
Author: Roman Minguez [aut, cre] , Roberto Basile [aut] , Maria Durban [aut] , Gonzalo Espana-Heredia [aut]
Maintainer: Roman Minguez <roman.minguez@uclm.es>

Diff between pspatreg versions 1.0.9 dated 2023-04-14 and 1.1.0 dated 2023-05-23

 DESCRIPTION                     |    8 +++---
 MD5                             |   14 +++++-----
 R/impactsnopar.R                |   51 +++++++++++++++++++++-------------------
 R/plot_impactsnopar.R           |    4 ++-
 R/plot_sp2d.R                   |    6 ++--
 R/summary.pspatreg.R            |   12 +++++++--
 inst/doc/A_pspatregPackage.html |    4 +--
 man/impactsnopar.Rd             |    5 +++
 8 files changed, 62 insertions(+), 42 deletions(-)

More information about pspatreg at CRAN
Permanent link

New package permChacko with initial version 0.1.0
Package: permChacko
Title: Chacko Test for Order-Restriction with Permutation
Version: 0.1.0
Description: Implements an extension of the Chacko chi-square test for ordered vectors (Chacko, 1966, <https://www.jstor.org/stable/25051572>). Our extension brings the Chacko test to the computer age by implementing a permutation test to offer a numeric estimate of the p-value, which is particularly useful when the analytic solution is not available.
License: GPL (>= 3)
Encoding: UTF-8
Suggests: testthat (>= 3.0.0)
URL: https://ocbe-uio.github.io/permChacko/
BugReports: https://github.com/ocbe-uio/permChacko/issues
NeedsCompilation: no
Packaged: 2023-05-23 04:26:16 UTC; netto
Author: Waldir Leoncio [aut, cre] , Graeme Ruxton [aut], Morten Wang Fagerland [aut]
Maintainer: Waldir Leoncio <w.l.netto@medisin.uio.no>
Repository: CRAN
Date/Publication: 2023-05-23 09:00:07 UTC

More information about permChacko at CRAN
Permanent link

New package lmtestrob with initial version 0.1
Package: lmtestrob
Title: Outlier Robust Specification Testing
Version: 0.1
Date: 2023-05-22
Author: Mikhail Zhelonkin [aut, cre]
Maintainer: Mikhail Zhelonkin <Mikhail.Zhelonkin@gmail.com>
Description: Robust test(s) for model diagnostics in regression. The current version contains a robust test for functional specification (linearity). The test is based on the robust bounded-influence test by Heritier and Ronchetti (1994) <doi:10.1080/01621459.1994.10476822>.
License: GPL-2
Imports: MASS
Suggests: lmtest
NeedsCompilation: no
Packaged: 2023-05-22 15:44:51 UTC; M.Zhelonkin
Repository: CRAN
Date/Publication: 2023-05-23 08:50:05 UTC

More information about lmtestrob at CRAN
Permanent link

New package kanjistat with initial version 0.9.1
Package: kanjistat
Title: A Statistical Framework for the Analysis of Japanese Kanji Characters
Version: 0.9.1
Date: 2023-05-22
Maintainer: Dominic Schuhmacher <dominic.schuhmacher@mathematik.uni-goettingen.de>
Description: Various tools and data sets that support the study of kanji, including their morphology, decomposition and concepts of distance and similarity between them.
URL: https://dschuhmacher.github.io/kanjistat/
BugReports: https://github.com/dschuhmacher/kanjistat/issues
Depends: R (>= 3.5)
Imports: methods, graphics, grDevices, gsubfn, utils, crayon, dendextend, png, purrr, rlang, ROI, sysfonts, showtext, stringi, stringr, transport, xml2, lifecycle
Suggests: dplyr, knitr, rmarkdown, ROI.plugin.glpk, systemfonts, testthat (>= 3.0.0), tibble, withr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-05-22 23:08:02 UTC; schumi
Author: Dominic Schuhmacher [aut, cre]
Repository: CRAN
Date/Publication: 2023-05-23 09:00:10 UTC

More information about kanjistat at CRAN
Permanent link

Package csmaps updated to version 2023.5.22 with previous version 2022.12.15 dated 2022-12-14

Title: Preformatted Maps of Norway that Don't Need Geolibraries
Description: Provides datasets containing preformatted maps of Norway at the county, municipality, and ward (Oslo only) level for redistricting in 2024, 2020, 2018, and 2017. Multiple layouts are provided (normal, split, and with an insert for Oslo), allowing the user to rapidly create choropleth maps of Norway without any geolibraries.
Author: Richard Aubrey White [aut, cre] , Chi Zhang [aut] , Geonorge [ctb], CSIDS [cph]
Maintainer: Richard Aubrey White <hello@rwhite.no>

Diff between csmaps versions 2022.12.15 dated 2022-12-14 and 2023.5.22 dated 2023-05-23

 csmaps-2022.12.15/csmaps/man/nor_nuts3_map_bxxxx_insert_oslo_dt.Rd                       |only
 csmaps-2023.5.22/csmaps/DESCRIPTION                                                      |   13 
 csmaps-2023.5.22/csmaps/MD5                                                              |  137 +++--
 csmaps-2023.5.22/csmaps/NEWS.md                                                          |   14 
 csmaps-2023.5.22/csmaps/R/data_norway_county.R                                           |   90 +++
 csmaps-2023.5.22/csmaps/R/data_norway_municip.R                                          |   85 +++
 csmaps-2023.5.22/csmaps/R/data_norway_position_title_insert_oslo.R                       |   11 
 csmaps-2023.5.22/csmaps/R/data_oslo_ward.R                                               |   35 +
 csmaps-2023.5.22/csmaps/README.md                                                        |    2 
 csmaps-2023.5.22/csmaps/build/vignette.rds                                               |binary
 csmaps-2023.5.22/csmaps/data/nor_county_map_b2020_split_dt.rda                           |binary
 csmaps-2023.5.22/csmaps/data/nor_county_map_b2024_default_dt.rda                         |only
 csmaps-2023.5.22/csmaps/data/nor_county_map_b2024_default_sf.rda                         |only
 csmaps-2023.5.22/csmaps/data/nor_county_map_b2024_insert_oslo_dt.rda                     |only
 csmaps-2023.5.22/csmaps/data/nor_county_map_b2024_split_dt.rda                           |only
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2017_default_dt.rda          |binary
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2017_insert_oslo_dt.rda      |binary
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2019_default_dt.rda          |binary
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2019_insert_oslo_dt.rda      |binary
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2020_default_dt.rda          |binary
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2020_insert_oslo_dt.rda      |binary
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2024_default_dt.rda          |only
 csmaps-2023.5.22/csmaps/data/nor_county_position_geolabels_b2024_insert_oslo_dt.rda      |only
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2019_default_dt.rda                        |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2019_default_sf.rda                        |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2019_insert_oslo_dt.rda                    |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2020_default_dt.rda                        |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2020_default_sf.rda                        |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2020_insert_oslo_dt.rda                    |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2020_split_dt.rda                          |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2024_default_dt.rda                        |only
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2024_default_sf.rda                        |only
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2024_insert_oslo_dt.rda                    |only
 csmaps-2023.5.22/csmaps/data/nor_municip_map_b2024_split_dt.rda                          |only
 csmaps-2023.5.22/csmaps/data/nor_municip_position_geolabels_b2019_default_dt.rda         |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_position_geolabels_b2019_insert_oslo_dt.rda     |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_position_geolabels_b2020_default_dt.rda         |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_position_geolabels_b2020_insert_oslo_dt.rda     |binary
 csmaps-2023.5.22/csmaps/data/nor_municip_position_geolabels_b2024_default_dt.rda         |only
 csmaps-2023.5.22/csmaps/data/nor_municip_position_geolabels_b2024_insert_oslo_dt.rda     |only
 csmaps-2023.5.22/csmaps/data/nor_xxx_position_title_insert_oslo_b2024_insert_oslo_dt.rda |only
 csmaps-2023.5.22/csmaps/data/oslo_ward_map_b2020_default_dt.rda                          |binary
 csmaps-2023.5.22/csmaps/data/oslo_ward_map_b2020_default_sf.rda                          |binary
 csmaps-2023.5.22/csmaps/data/oslo_ward_map_b2024_default_dt.rda                          |only
 csmaps-2023.5.22/csmaps/data/oslo_ward_map_b2024_default_sf.rda                          |only
 csmaps-2023.5.22/csmaps/data/oslo_ward_position_geolabels_b2020_default_dt.rda           |binary
 csmaps-2023.5.22/csmaps/data/oslo_ward_position_geolabels_b2024_default_dt.rda           |only
 csmaps-2023.5.22/csmaps/inst/doc/csmaps.R                                                |    4 
 csmaps-2023.5.22/csmaps/inst/doc/csmaps.Rmd                                              |    4 
 csmaps-2023.5.22/csmaps/inst/doc/csmaps.html                                             |   21 
 csmaps-2023.5.22/csmaps/inst/doc/customization.R                                         |   54 +-
 csmaps-2023.5.22/csmaps/inst/doc/customization.Rmd                                       |   58 +-
 csmaps-2023.5.22/csmaps/inst/doc/customization.html                                      |  246 +++++-----
 csmaps-2023.5.22/csmaps/inst/doc/layout.R                                                |   20 
 csmaps-2023.5.22/csmaps/inst/doc/layout.Rmd                                              |   25 -
 csmaps-2023.5.22/csmaps/inst/doc/layout.html                                             |   41 -
 csmaps-2023.5.22/csmaps/inst/doc/naming_scheme.Rmd                                       |    3 
 csmaps-2023.5.22/csmaps/inst/doc/naming_scheme.html                                      |    4 
 csmaps-2023.5.22/csmaps/inst/doc/sf_interactive.R                                        |    2 
 csmaps-2023.5.22/csmaps/inst/doc/sf_interactive.Rmd                                      |    2 
 csmaps-2023.5.22/csmaps/inst/doc/sf_interactive.html                                     |   75 +--
 csmaps-2023.5.22/csmaps/man/figures/@eaDir                                               |only
 csmaps-2023.5.22/csmaps/man/figures/logo.png                                             |binary
 csmaps-2023.5.22/csmaps/man/nor_county_map_bxxxx_default_dt.Rd                           |   32 +
 csmaps-2023.5.22/csmaps/man/nor_county_map_bxxxx_default_sf.Rd                           |    7 
 csmaps-2023.5.22/csmaps/man/nor_county_map_bxxxx_insert_oslo_dt.Rd                       |   39 +
 csmaps-2023.5.22/csmaps/man/nor_county_map_bxxxx_split_dt.Rd                             |   24 
 csmaps-2023.5.22/csmaps/man/nor_municip_map_bxxxx_default_dt.Rd                          |   30 +
 csmaps-2023.5.22/csmaps/man/nor_municip_map_bxxxx_default_sf.Rd                          |    7 
 csmaps-2023.5.22/csmaps/man/nor_municip_map_bxxxx_insert_oslo_dt.Rd                      |   36 +
 csmaps-2023.5.22/csmaps/man/nor_municip_map_bxxxx_split_dt.Rd                            |   24 
 csmaps-2023.5.22/csmaps/man/nor_xxx_position_title_insert_oslo_bxxxx_insert_oslo_dt.Rd   |only
 csmaps-2023.5.22/csmaps/man/oslo_ward_map_bxxxx_default_dt.Rd                            |   34 +
 csmaps-2023.5.22/csmaps/man/oslo_ward_map_bxxxx_default_sf.Rd                            |    7 
 csmaps-2023.5.22/csmaps/vignettes/csmaps.Rmd                                             |    4 
 csmaps-2023.5.22/csmaps/vignettes/customization.Rmd                                      |   58 +-
 csmaps-2023.5.22/csmaps/vignettes/layout.Rmd                                             |   25 -
 csmaps-2023.5.22/csmaps/vignettes/naming_scheme.Rmd                                      |    3 
 csmaps-2023.5.22/csmaps/vignettes/sf_interactive.Rmd                                     |    2 
 79 files changed, 830 insertions(+), 448 deletions(-)

More information about csmaps at CRAN
Permanent link

Package HiCfeat (with last version 1.4) was removed from CRAN

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

2018-12-04 1.4
2018-04-18 1.3
2016-09-25 1.2
2016-04-28 1.1
2015-10-05 1.0

Permanent link
Package WeightIt updated to version 0.14.2 with previous version 0.14.1 dated 2023-05-09

Title: Weighting for Covariate Balance in Observational Studies
Description: Generates balancing weights for causal effect estimation in observational studies with binary, multi-category, or continuous point or longitudinal treatments by easing and extending the functionality of several R packages and providing in-house estimation methods. Available methods include propensity score weighting using generalized linear models, gradient boosting machines, the covariate balancing propensity score algorithm, Bayesian additive regression trees, and SuperLearner, and directly estimating balancing weights using entropy balancing, energy balancing, and optimization-based weights. Also allows for assessment of weights and checking of covariate balance by interfacing directly with the 'cobalt' package. See the vignette "Installing Supporting Packages" for instructions on how to install any package 'WeightIt' uses, including those that may not be on CRAN.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah.greifer@gmail.com>

Diff between WeightIt versions 0.14.1 dated 2023-05-09 and 0.14.2 dated 2023-05-23

 DESCRIPTION                       |    6 
 MD5                               |   24 
 NEWS.md                           |    8 
 R/functions_for_processing.R      |    1 
 build/WeightIt.pdf                |binary
 inst/doc/WeightIt.html            |    4 
 inst/doc/estimating-effects.R     |    8 
 inst/doc/estimating-effects.Rmd   |   25 
 inst/doc/estimating-effects.html  |  985 ++++++++++++++++++++++++++------------
 inst/doc/installing-packages.html |    4 
 man/method_energy.Rd              |    3 
 vignettes/estimating-effects.Rmd  |   25 
 vignettes/references.bib          |   42 +
 13 files changed, 781 insertions(+), 354 deletions(-)

More information about WeightIt at CRAN
Permanent link

Package targets updated to version 1.1.2 with previous version 1.0.0 dated 2023-04-24

Title: Dynamic Function-Oriented 'Make'-Like Declarative Pipelines
Description: Pipeline tools coordinate the pieces of computationally demanding analysis projects. The 'targets' package is a 'Make'-like pipeline tool for statistics and data science in R. The package skips costly runtime for tasks that are already up to date, orchestrates the necessary computation with implicit parallel computing, and abstracts files as R objects. If all the current output matches the current upstream code and data, then the whole pipeline is up to date, and the results are more trustworthy than otherwise. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, <doi:10.21105/joss.00550>).
Author: William Michael Landau [aut, cre] , Matthew T. Warkentin [ctb], Mark Edmondson [ctb] , Samantha Oliver [rev] , Tristan Mahr [rev] , Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau@gmail.com>

Diff between targets versions 1.0.0 dated 2023-04-24 and 1.1.2 dated 2023-05-23

 targets-1.0.0/targets/tests/interactive/_targets.R                  |only
 targets-1.1.2/targets/DESCRIPTION                                   |   25 
 targets-1.1.2/targets/MD5                                           |  446 +++++-----
 targets-1.1.2/targets/NAMESPACE                                     |   48 -
 targets-1.1.2/targets/NEWS.md                                       |   48 +
 targets-1.1.2/targets/R/class_active.R                              |   91 +-
 targets-1.1.2/targets/R/class_algorithm.R                           |   12 
 targets-1.1.2/targets/R/class_aws.R                                 |   97 +-
 targets-1.1.2/targets/R/class_aws_file.R                            |   35 
 targets-1.1.2/targets/R/class_backoff.R                             |    6 
 targets-1.1.2/targets/R/class_build.R                               |   25 
 targets-1.1.2/targets/R/class_builder.R                             |   77 +
 targets-1.1.2/targets/R/class_cloud.R                               |   14 
 targets-1.1.2/targets/R/class_clustermq.R                           |   61 -
 targets-1.1.2/targets/R/class_counter.R                             |   11 
 targets-1.1.2/targets/R/class_crew.R                                |  149 ++-
 targets-1.1.2/targets/R/class_cue.R                                 |   40 
 targets-1.1.2/targets/R/class_database.R                            |   34 
 targets-1.1.2/targets/R/class_external.R                            |    9 
 targets-1.1.2/targets/R/class_feather.R                             |   10 
 targets-1.1.2/targets/R/class_file.R                                |   85 +
 targets-1.1.2/targets/R/class_forecast.R                            |   28 
 targets-1.1.2/targets/R/class_fst.R                                 |   10 
 targets-1.1.2/targets/R/class_fst_dt.R                              |   10 
 targets-1.1.2/targets/R/class_fst_tbl.R                             |   10 
 targets-1.1.2/targets/R/class_future.R                              |   49 -
 targets-1.1.2/targets/R/class_gcp.R                                 |   89 +
 targets-1.1.2/targets/R/class_gcp_file.R                            |   31 
 targets-1.1.2/targets/R/class_keras.R                               |   10 
 targets-1.1.2/targets/R/class_local.R                               |   11 
 targets-1.1.2/targets/R/class_meta.R                                |   32 
 targets-1.1.2/targets/R/class_options.R                             |   60 +
 targets-1.1.2/targets/R/class_outdated.R                            |   12 
 targets-1.1.2/targets/R/class_parallel.R                            |   17 
 targets-1.1.2/targets/R/class_parquet.R                             |   10 
 targets-1.1.2/targets/R/class_passive.R                             |    6 
 targets-1.1.2/targets/R/class_pattern.R                             |   17 
 targets-1.1.2/targets/R/class_patternview.R                         |    8 
 targets-1.1.2/targets/R/class_prelocal.R                            |   12 
 targets-1.1.2/targets/R/class_progress.R                            |   39 
 targets-1.1.2/targets/R/class_qs.R                                  |   10 
 targets-1.1.2/targets/R/class_queue.R                               |    4 
 targets-1.1.2/targets/R/class_rds.R                                 |   10 
 targets-1.1.2/targets/R/class_record.R                              |   18 
 targets-1.1.2/targets/R/class_reporter.R                            |   36 
 targets-1.1.2/targets/R/class_resources_network.R                   |only
 targets-1.1.2/targets/R/class_runtime.R                             |  249 +----
 targets-1.1.2/targets/R/class_scheduler.R                           |    7 
 targets-1.1.2/targets/R/class_sequential.R                          |    6 
 targets-1.1.2/targets/R/class_store.R                               |  100 +-
 targets-1.1.2/targets/R/class_store_custom.R                        |    7 
 targets-1.1.2/targets/R/class_store_file.R                          |   10 
 targets-1.1.2/targets/R/class_store_file_fast.R                     |only
 targets-1.1.2/targets/R/class_summary.R                             |   28 
 targets-1.1.2/targets/R/class_timestamp.R                           |   81 +
 targets-1.1.2/targets/R/class_timestamp_positives.R                 |    4 
 targets-1.1.2/targets/R/class_torch.R                               |   10 
 targets-1.1.2/targets/R/class_url.R                                 |   51 -
 targets-1.1.2/targets/R/class_verbose.R                             |   61 +
 targets-1.1.2/targets/R/class_verbose_positives.R                   |    4 
 targets-1.1.2/targets/R/tar_active.R                                |    2 
 targets-1.1.2/targets/R/tar_backoff.R                               |only
 targets-1.1.2/targets/R/tar_call.R                                  |    2 
 targets-1.1.2/targets/R/tar_config_get.R                            |    4 
 targets-1.1.2/targets/R/tar_config_set.R                            |   44 
 targets-1.1.2/targets/R/tar_crew.R                                  |only
 targets-1.1.2/targets/R/tar_definition.R                            |    2 
 targets-1.1.2/targets/R/tar_delete.R                                |    5 
 targets-1.1.2/targets/R/tar_dir.R                                   |   11 
 targets-1.1.2/targets/R/tar_engine_knitr.R                          |    6 
 targets-1.1.2/targets/R/tar_envir.R                                 |    4 
 targets-1.1.2/targets/R/tar_format.R                                |    6 
 targets-1.1.2/targets/R/tar_make.R                                  |   60 +
 targets-1.1.2/targets/R/tar_make_clustermq.R                        |   17 
 targets-1.1.2/targets/R/tar_make_future.R                           |   21 
 targets-1.1.2/targets/R/tar_mermaid.R                               |   10 
 targets-1.1.2/targets/R/tar_name.R                                  |    4 
 targets-1.1.2/targets/R/tar_objects.R                               |    3 
 targets-1.1.2/targets/R/tar_option_get.R                            |    3 
 targets-1.1.2/targets/R/tar_option_set.R                            |   61 +
 targets-1.1.2/targets/R/tar_outdated.R                              |   16 
 targets-1.1.2/targets/R/tar_package.R                               |    9 
 targets-1.1.2/targets/R/tar_path.R                                  |   12 
 targets-1.1.2/targets/R/tar_path_script.R                           |    4 
 targets-1.1.2/targets/R/tar_path_store.R                            |    4 
 targets-1.1.2/targets/R/tar_path_target.R                           |    8 
 targets-1.1.2/targets/R/tar_poll.R                                  |    4 
 targets-1.1.2/targets/R/tar_random_port.R                           |only
 targets-1.1.2/targets/R/tar_resources.R                             |   11 
 targets-1.1.2/targets/R/tar_resources_network.R                     |only
 targets-1.1.2/targets/R/tar_resources_url.R                         |   21 
 targets-1.1.2/targets/R/tar_seed.R                                  |    4 
 targets-1.1.2/targets/R/tar_source.R                                |    4 
 targets-1.1.2/targets/R/tar_target.R                                |   15 
 targets-1.1.2/targets/R/tar_test.R                                  |    5 
 targets-1.1.2/targets/R/tar_timestamp_raw.R                         |    4 
 targets-1.1.2/targets/R/utils_assert.R                              |   23 
 targets-1.1.2/targets/R/utils_callr.R                               |   33 
 targets-1.1.2/targets/R/utils_cli.R                                 |  190 ++--
 targets-1.1.2/targets/R/utils_condition.R                           |   16 
 targets-1.1.2/targets/R/utils_data.R                                |    7 
 targets-1.1.2/targets/R/utils_digest.R                              |   15 
 targets-1.1.2/targets/R/utils_envvars.R                             |    4 
 targets-1.1.2/targets/R/utils_files.R                               |only
 targets-1.1.2/targets/R/utils_gcp.R                                 |    4 
 targets-1.1.2/targets/R/utils_logic.R                               |   48 -
 targets-1.1.2/targets/R/utils_path.R                                |   16 
 targets-1.1.2/targets/R/utils_seed.R                                |only
 targets-1.1.2/targets/R/utils_time.R                                |only
 targets-1.1.2/targets/R/utils_url.R                                 |   27 
 targets-1.1.2/targets/build/partial.rdb                             |binary
 targets-1.1.2/targets/build/vignette.rds                            |binary
 targets-1.1.2/targets/man/tar_active.Rd                             |    1 
 targets-1.1.2/targets/man/tar_assert.Rd                             |    1 
 targets-1.1.2/targets/man/tar_backoff.Rd                            |only
 targets-1.1.2/targets/man/tar_call.Rd                               |    1 
 targets-1.1.2/targets/man/tar_cancel.Rd                             |    1 
 targets-1.1.2/targets/man/tar_condition.Rd                          |    1 
 targets-1.1.2/targets/man/tar_config_set.Rd                         |   39 
 targets-1.1.2/targets/man/tar_counter.Rd                            |only
 targets-1.1.2/targets/man/tar_crew.Rd                               |only
 targets-1.1.2/targets/man/tar_definition.Rd                         |    1 
 targets-1.1.2/targets/man/tar_delete.Rd                             |    5 
 targets-1.1.2/targets/man/tar_dir.Rd                                |   12 
 targets-1.1.2/targets/man/tar_envir.Rd                              |    1 
 targets-1.1.2/targets/man/tar_format.Rd                             |    6 
 targets-1.1.2/targets/man/tar_group.Rd                              |    1 
 targets-1.1.2/targets/man/tar_language.Rd                           |    1 
 targets-1.1.2/targets/man/tar_load.Rd                               |    1 
 targets-1.1.2/targets/man/tar_load_everything.Rd                    |    1 
 targets-1.1.2/targets/man/tar_load_raw.Rd                           |    1 
 targets-1.1.2/targets/man/tar_make.Rd                               |   36 
 targets-1.1.2/targets/man/tar_make_clustermq.Rd                     |   18 
 targets-1.1.2/targets/man/tar_make_future.Rd                        |   18 
 targets-1.1.2/targets/man/tar_mermaid.Rd                            |    9 
 targets-1.1.2/targets/man/tar_meta.Rd                               |    1 
 targets-1.1.2/targets/man/tar_name.Rd                               |    1 
 targets-1.1.2/targets/man/tar_objects.Rd                            |    1 
 targets-1.1.2/targets/man/tar_option_set.Rd                         |   72 +
 targets-1.1.2/targets/man/tar_outdated.Rd                           |    4 
 targets-1.1.2/targets/man/tar_path.Rd                               |    1 
 targets-1.1.2/targets/man/tar_path_objects_dir.Rd                   |only
 targets-1.1.2/targets/man/tar_path_script.Rd                        |    1 
 targets-1.1.2/targets/man/tar_path_script_support.Rd                |    1 
 targets-1.1.2/targets/man/tar_path_store.Rd                         |    1 
 targets-1.1.2/targets/man/tar_path_target.Rd                        |    1 
 targets-1.1.2/targets/man/tar_pid.Rd                                |    1 
 targets-1.1.2/targets/man/tar_process.Rd                            |    1 
 targets-1.1.2/targets/man/tar_random_port.Rd                        |   14 
 targets-1.1.2/targets/man/tar_read.Rd                               |    1 
 targets-1.1.2/targets/man/tar_read_raw.Rd                           |    1 
 targets-1.1.2/targets/man/tar_resources.Rd                          |   13 
 targets-1.1.2/targets/man/tar_resources_aws.Rd                      |    1 
 targets-1.1.2/targets/man/tar_resources_clustermq.Rd                |    1 
 targets-1.1.2/targets/man/tar_resources_crew.Rd                     |    1 
 targets-1.1.2/targets/man/tar_resources_feather.Rd                  |    1 
 targets-1.1.2/targets/man/tar_resources_fst.Rd                      |    1 
 targets-1.1.2/targets/man/tar_resources_future.Rd                   |    1 
 targets-1.1.2/targets/man/tar_resources_gcp.Rd                      |    1 
 targets-1.1.2/targets/man/tar_resources_network.Rd                  |only
 targets-1.1.2/targets/man/tar_resources_parquet.Rd                  |    1 
 targets-1.1.2/targets/man/tar_resources_qs.Rd                       |    1 
 targets-1.1.2/targets/man/tar_resources_url.Rd                      |   15 
 targets-1.1.2/targets/man/tar_seed.Rd                               |    1 
 targets-1.1.2/targets/man/tar_source.Rd                             |    1 
 targets-1.1.2/targets/man/tar_store.Rd                              |    1 
 targets-1.1.2/targets/man/tar_target.Rd                             |   15 
 targets-1.1.2/targets/man/tar_test.Rd                               |    1 
 targets-1.1.2/targets/tests/aws/test-class_aws_qs.R                 |   27 
 targets-1.1.2/targets/tests/hpc/sge_batchtools.tmpl                 |    2 
 targets-1.1.2/targets/tests/hpc/sge_clustermq.tmpl                  |    2 
 targets-1.1.2/targets/tests/hpc/test-clustermq_keras.R              |    8 
 targets-1.1.2/targets/tests/hpc/test-clustermq_local.R              |   20 
 targets-1.1.2/targets/tests/hpc/test-clustermq_sge.R                |   12 
 targets-1.1.2/targets/tests/hpc/test-crew_local.R                   |   52 +
 targets-1.1.2/targets/tests/hpc/test-future_keras.R                 |    8 
 targets-1.1.2/targets/tests/hpc/test-future_local.R                 |    4 
 targets-1.1.2/targets/tests/hpc/test-future_sge.R                   |   24 
 targets-1.1.2/targets/tests/interactive/test-class_url.R            |  133 ++
 targets-1.1.2/targets/tests/interactive/test-file.R                 |   82 +
 targets-1.1.2/targets/tests/interactive/test-reporter.R             |    2 
 targets-1.1.2/targets/tests/testthat/helper-aws.R                   |    4 
 targets-1.1.2/targets/tests/testthat/helper-utils.R                 |   22 
 targets-1.1.2/targets/tests/testthat/test-class_active.R            |    8 
 targets-1.1.2/targets/tests/testthat/test-class_aws.R               |   18 
 targets-1.1.2/targets/tests/testthat/test-class_aws_file.R          |   28 
 targets-1.1.2/targets/tests/testthat/test-class_clustermq.R         |   32 
 targets-1.1.2/targets/tests/testthat/test-class_command.R           |   20 
 targets-1.1.2/targets/tests/testthat/test-class_crew.R              |   81 -
 targets-1.1.2/targets/tests/testthat/test-class_cue.R               |   21 
 targets-1.1.2/targets/tests/testthat/test-class_database.R          |   16 
 targets-1.1.2/targets/tests/testthat/test-class_feather.R           |    1 
 targets-1.1.2/targets/tests/testthat/test-class_file.R              |   38 
 targets-1.1.2/targets/tests/testthat/test-class_fst.R               |   18 
 targets-1.1.2/targets/tests/testthat/test-class_future.R            |   34 
 targets-1.1.2/targets/tests/testthat/test-class_gcp.R               |   18 
 targets-1.1.2/targets/tests/testthat/test-class_gcp_file.R          |   28 
 targets-1.1.2/targets/tests/testthat/test-class_meta.R              |   16 
 targets-1.1.2/targets/tests/testthat/test-class_options.R           |   57 -
 targets-1.1.2/targets/tests/testthat/test-class_parallel.R          |  173 ++-
 targets-1.1.2/targets/tests/testthat/test-class_parquet.R           |    2 
 targets-1.1.2/targets/tests/testthat/test-class_prelocal.R          |    8 
 targets-1.1.2/targets/tests/testthat/test-class_progress.R          |    4 
 targets-1.1.2/targets/tests/testthat/test-class_qs.R                |   18 
 targets-1.1.2/targets/tests/testthat/test-class_rds.R               |   16 
 targets-1.1.2/targets/tests/testthat/test-class_resources_network.R |only
 targets-1.1.2/targets/tests/testthat/test-class_runtime.R           |  234 ++---
 targets-1.1.2/targets/tests/testthat/test-class_sequential.R        |   14 
 targets-1.1.2/targets/tests/testthat/test-class_store.R             |    7 
 targets-1.1.2/targets/tests/testthat/test-class_store_file.R        |   16 
 targets-1.1.2/targets/tests/testthat/test-class_store_file_fast.R   |only
 targets-1.1.2/targets/tests/testthat/test-tar_backoff.R             |only
 targets-1.1.2/targets/tests/testthat/test-tar_config_set.R          |   32 
 targets-1.1.2/targets/tests/testthat/test-tar_debug_instructions.R  |    4 
 targets-1.1.2/targets/tests/testthat/test-tar_format.R              |   21 
 targets-1.1.2/targets/tests/testthat/test-tar_interactive.R         |    4 
 targets-1.1.2/targets/tests/testthat/test-tar_make.R                |   40 
 targets-1.1.2/targets/tests/testthat/test-tar_make_clustermq.R      |    3 
 targets-1.1.2/targets/tests/testthat/test-tar_make_future.R         |    3 
 targets-1.1.2/targets/tests/testthat/test-tar_noninteractive.R      |    4 
 targets-1.1.2/targets/tests/testthat/test-tar_option_set.R          |   56 +
 targets-1.1.2/targets/tests/testthat/test-tar_path.R                |   16 
 targets-1.1.2/targets/tests/testthat/test-tar_path_target.R         |   16 
 targets-1.1.2/targets/tests/testthat/test-tar_random_port.R         |only
 targets-1.1.2/targets/tests/testthat/test-tar_resources_network.R   |only
 targets-1.1.2/targets/tests/testthat/test-tar_resources_url.R       |   19 
 targets-1.1.2/targets/tests/testthat/test-tar_target.R              |    5 
 targets-1.1.2/targets/tests/testthat/test-tar_toggle.R              |    4 
 targets-1.1.2/targets/tests/testthat/test-tar_visnetwork.R          |    2 
 targets-1.1.2/targets/tests/testthat/test-tar_watch.R               |    4 
 targets-1.1.2/targets/tests/testthat/test-utils_assert.R            |   16 
 targets-1.1.2/targets/tests/testthat/test-utils_callr.R             |   61 +
 targets-1.1.2/targets/tests/testthat/test-utils_cli.R               |only
 targets-1.1.2/targets/tests/testthat/test-utils_files.R             |only
 targets-1.1.2/targets/tests/testthat/test-utils_logic.R             |   39 
 235 files changed, 3542 insertions(+), 1697 deletions(-)

More information about targets at CRAN
Permanent link

Package sys updated to version 3.4.2 with previous version 3.4.1 dated 2022-10-18

Title: Powerful and Reliable Tools for Running System Commands in R
Description: Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.
Author: Jeroen Ooms [aut, cre] , Gabor Csardi [ctb]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between sys versions 3.4.1 dated 2022-10-18 and 3.4.2 dated 2023-05-23

 DESCRIPTION      |    8 ++++----
 MD5              |    6 +++---
 NEWS             |    3 +++
 src/win32/exec.c |    4 ++--
 4 files changed, 12 insertions(+), 9 deletions(-)

More information about sys at CRAN
Permanent link

Package SpaDES.tools updated to version 2.0.0 with previous version 1.0.1 dated 2023-01-05

Title: Additional Tools for Developing Spatially Explicit Discrete Event Simulation (SpaDES) Models
Description: Provides GIS and map utilities, plus additional modeling tools for developing cellular automata, dynamic raster models, and agent based models in 'SpaDES'. Included are various methods for spatial spreading, spatial agents, GIS operations, random map generation, and others. See '?SpaDES.tools' for an categorized overview of these additional tools. The suggested package 'NLMR' can be installed with 'install.packages("NLMR", repos = "https://PredictiveEcology.r-universe.dev")'.
Author: Eliot J B McIntire [aut, cre] , Alex M Chubaty [aut] , Yong Luo [ctb], Steve Cumming [ctb], Jean Marchal [ctb], Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada [cph]
Maintainer: Eliot J B McIntire <eliot.mcintire@nrcan-rncan.gc.ca>

Diff between SpaDES.tools versions 1.0.1 dated 2023-01-05 and 2.0.0 dated 2023-05-23

 DESCRIPTION                                   |   55 
 MD5                                           |  140 +-
 NAMESPACE                                     |  121 -
 NEWS.md                                       |   49 
 R/SELES.R                                     |  121 -
 R/distanceFromEachPoint.R                     |  102 -
 R/heading.R                                   |  102 -
 R/helpers.R                                   |   56 
 R/initialize.R                                |  328 +++--
 R/mapReduce.R                                 |   91 +
 R/mergeRaster.R                               |   98 -
 R/movement.R                                  |  102 -
 R/neighbourhood.R                             |  392 +++---
 R/numerical-comparisons.R                     |    5 
 R/probability.R                               |   11 
 R/resample.R                                  |    4 
 R/rings.R                                     |  126 --
 R/spades-tools-deprecated.R                   |   10 
 R/spades-tools-package.R                      |    9 
 R/splitRaster.R                               |  188 +--
 R/spread.R                                    |  304 ++--
 R/spread2.R                                   |  198 +--
 R/spread3.R                                   |  108 +
 R/studyArea.R                                 |   32 
 inst/WORDLIST                                 |   20 
 inst/examples/example_cir.R                   |   78 -
 inst/examples/example_distanceFromEachPoint.R |   28 
 inst/examples/example_initiateAgents.R        |   41 
 inst/examples/example_mapReduce.R             |   28 
 inst/examples/example_rings.R                 |   55 
 inst/examples/example_splitRaster.R           |   42 
 inst/examples/example_spokes.R                |   32 
 inst/examples/example_spread.R                |  252 +---
 inst/examples/example_spread2.R               |  116 +
 inst/examples/example_spread3.R               |  264 ++--
 man/SpaDES.tools-package.Rd                   |    9 
 man/adj.Rd                                    |    8 
 man/cir.Rd                                    |  122 --
 man/crw.Rd                                    |   17 
 man/deprecated.Rd                             |   10 
 man/directions.Rd                             |   43 
 man/distanceFromEachPoint.Rd                  |   39 
 man/dwrpnorm2.Rd                              |   11 
 man/gaussMap.Rd                               |   25 
 man/heading.Rd                                |   30 
 man/initiateAgents.Rd                         |   62 -
 man/middlePixel.Rd                            |    7 
 man/neutralLandscapeMap.Rd                    |   32 
 man/randomPolygons.Rd                         |   47 
 man/randomStudyArea.Rd                        |    8 
 man/rasterizeReduced.Rd                       |   44 
 man/rings.Rd                                  |   95 -
 man/specnumperpatch-probs.Rd                  |   15 
 man/splitRaster.Rd                            |   69 -
 man/spokes.Rd                                 |   76 -
 man/spread.Rd                                 |  348 ++---
 man/spread2.Rd                                |  197 +--
 man/spread3.Rd                                |  264 ++--
 man/testEquivalentMetadata.Rd                 |    3 
 man/wrap.Rd                                   |   56 
 tests/testthat/helper-testInit.R              |   39 
 tests/testthat/test-adj.R                     |  293 +++-
 tests/testthat/test-examples.R                |   14 
 tests/testthat/test-inRange.R                 |   48 
 tests/testthat/test-mapReduce.R               |  181 +-
 tests/testthat/test-mergeRaster.R             |  230 ++-
 tests/testthat/test-neutralLandscapeMap.R     |   99 +
 tests/testthat/test-randomPolygon.R           |   32 
 tests/testthat/test-splitRaster.R             |  481 ++++---
 tests/testthat/test-spread.R                  | 1584 +++++++++++++-------------
 tests/testthat/test-spread2.R                 | 1317 +++++++++++----------
 71 files changed, 5021 insertions(+), 4642 deletions(-)

More information about SpaDES.tools at CRAN
Permanent link

Package PracTools updated to version 1.4 with previous version 1.3 dated 2023-03-19

Title: Tools for Designing and Weighting Survey Samples
Description: Functions and datasets to support Valliant, Dever, and Kreuter, Practical Tools for Designing and Weighting Survey Samples (2nd edition, 2018). Contains functions for sample size calculation for survey samples using stratified or clustered one-, two-, and three-stage sample designs, and single-stage audit sample designs. Functions are included that will group geographic units accounting for distances apart and measures of size. Other functions compute variance components for multistage designs and sample sizes in two-phase designs. A number of example data sets are included.
Author: Richard Valliant, Jill A. Dever, Frauke Kreuter, George Zipf
Maintainer: Richard Valliant <valliant@umich.edu>

Diff between PracTools versions 1.3 dated 2023-03-19 and 1.4 dated 2023-05-23

 DESCRIPTION                         |    8 +++----
 MD5                                 |   38 ++++++++++++++++++++++--------------
 NAMESPACE                           |    3 ++
 NEWS.md                             |only
 R/CompMOS.R                         |only
 R/GeoDistMOS.R                      |   34 +++++++++++++++-----------------
 R/GeoMinMOS.R                       |only
 R/clusOpt2.R                        |    7 +-----
 build/vignette.rds                  |binary
 inst/doc/Distance-and-MOS-PSUs.html |    4 +--
 inst/doc/Select-samsize-fcns.R      |only
 inst/doc/Select-samsize-fcns.Rmd    |only
 inst/doc/Select-samsize-fcns.html   |only
 inst/doc/Singlestage-samsize.Rmd    |    2 -
 inst/doc/Singlestage-samsize.html   |   35 ++++++++++++++++-----------------
 inst/doc/Varcomps-multistage.html   |   12 +++--------
 man/CompMOS.Rd                      |only
 man/GeoDistMOS.Rd                   |    4 +--
 man/GeoDistPSU.Rd                   |    4 +--
 man/GeoMinMOS.Rd                    |only
 man/clusOpt2.Rd                     |    2 +
 vignettes/Samplefcn.png             |only
 vignettes/Select-samsize-fcns.Rmd   |only
 vignettes/Singlestage-samsize.Rmd   |    2 -
 vignettes/practools.bib             |   12 ++++-------
 25 files changed, 85 insertions(+), 82 deletions(-)

More information about PracTools at CRAN
Permanent link

Package melt updated to version 1.10.0 with previous version 1.9.0 dated 2022-11-04

Title: Multiple Empirical Likelihood Tests
Description: Performs multiple empirical likelihood tests for linear and generalized linear models. The package offers an easy-to-use interface and flexibility in specifying hypotheses and calibration methods, extending the framework to simultaneous inferences. The core computational routines are implemented using the 'Eigen' C++ library and 'RcppEigen' interface, with OpenMP for parallel computation. Details of the testing procedures are given in Kim, MacEachern, and Peruggia (2023) <doi:10.1080/10485252.2023.2206919>. This work was supported by the U.S. National Science Foundation under Grants No. SES-1921523 and DMS-2015552.
Author: Eunseop Kim [aut, cre], Steven MacEachern [ctb, ths], Mario Peruggia [ctb, ths], Pierre Chausse [rev], Alex Stringer [rev]
Maintainer: Eunseop Kim <markean@pm.me>

Diff between melt versions 1.9.0 dated 2022-11-04 and 1.10.0 dated 2023-05-23

 melt-1.10.0/melt/DESCRIPTION                            |   17 
 melt-1.10.0/melt/MD5                                    |   92 +---
 melt-1.10.0/melt/NAMESPACE                              |    1 
 melt-1.10.0/melt/NEWS.md                                |   10 
 melt-1.10.0/melt/R/AllClasses.R                         |   34 -
 melt-1.10.0/melt/R/AllGenerics.R                        |   44 -
 melt-1.10.0/melt/R/coef-methods.R                       |    3 
 melt-1.10.0/melt/R/deprecated.R                         |   23 -
 melt-1.10.0/melt/R/el_glm.R                             |    2 
 melt-1.10.0/melt/R/el_lm.R                              |    2 
 melt-1.10.0/melt/R/getDF-methods.R                      |    5 
 melt-1.10.0/melt/R/print-methods.R                      |   24 -
 melt-1.10.0/melt/R/sigTests-methods.R                   |    6 
 melt-1.10.0/melt/R/summary-methods.R                    |   24 -
 melt-1.10.0/melt/R/validate.R                           |    2 
 melt-1.10.0/melt/README.md                              |  129 ++++-
 melt-1.10.0/melt/build/partial.rdb                      |binary
 melt-1.10.0/melt/build/vignette.rds                     |binary
 melt-1.10.0/melt/inst/WORDLIST                          |   33 -
 melt-1.10.0/melt/inst/doc/article.pdf                   |binary
 melt-1.10.0/melt/inst/doc/model.html                    |  126 ++---
 melt-1.10.0/melt/inst/doc/performance.html              |  120 ++---
 melt-1.10.0/melt/man/SummaryGLM-class.Rd                |    5 
 melt-1.10.0/melt/man/SummaryLM-class.Rd                 |    5 
 melt-1.10.0/melt/man/SummaryQGLM-class.Rd               |    5 
 melt-1.10.0/melt/man/coef.Rd                            |    3 
 melt-1.10.0/melt/man/el_glm.Rd                          |    2 
 melt-1.10.0/melt/man/el_lm.Rd                           |    2 
 melt-1.10.0/melt/man/el_pairwise.Rd                     |    5 
 melt-1.10.0/melt/man/elmt.Rd                            |    5 
 melt-1.10.0/melt/man/figures/README-usage-1.png         |binary
 melt-1.10.0/melt/man/getDF.Rd                           |    5 
 melt-1.10.0/melt/man/melt-package.Rd                    |    4 
 melt-1.10.0/melt/man/print.Rd                           |    3 
 melt-1.10.0/melt/man/sigTests.Rd                        |   15 
 melt-1.10.0/melt/src/EL.cpp                             |    9 
 melt-1.10.0/melt/src/Makevars                           |    1 
 melt-1.10.0/melt/src/Makevars.win                       |    1 
 melt-1.10.0/melt/src/apply_null_transformation.cpp      |    3 
 melt-1.10.0/melt/src/helpers.cpp                        |  368 +++++++---------
 melt-1.10.0/melt/src/helpers.h                          |  108 ++--
 melt-1.10.0/melt/src/test_multiple_hypotheses_utils.cpp |   94 ++--
 melt-1.10.0/melt/src/test_multiple_hypotheses_utils.h   |    3 
 melt-1.10.0/melt/tests/testthat/test-el_glm.R           |    8 
 melt-1.10.0/melt/tests/testthat/test-el_mean.R          |    5 
 melt-1.10.0/melt/tests/testthat/test-skip_on_cran.R     |   39 -
 melt-1.9.0/melt/man/logLik.Rd                           |only
 melt-1.9.0/melt/man/logLikEL-class.Rd                   |only
 48 files changed, 686 insertions(+), 709 deletions(-)

More information about melt at CRAN
Permanent link

Package isotree updated to version 0.5.20 with previous version 0.5.19-1 dated 2023-03-16

Title: Isolation-Based Outlier Detection
Description: Fast and multi-threaded implementation of isolation forest (Liu, Ting, Zhou (2008) <doi:10.1109/ICDM.2008.17>), extended isolation forest (Hariri, Kind, Brunner (2018) <arXiv:1811.02141>), SCiForest (Liu, Ting, Zhou (2010) <doi:10.1007/978-3-642-15883-4_18>), fair-cut forest (Cortes (2021) <arXiv:2110:13402>), robust random-cut forest (Guha, Mishra, Roy, Schrijvers (2016) <http://proceedings.mlr.press/v48/guha16.html>), and customizable variations of them, for isolation-based outlier detection, clustered outlier detection, distance or similarity approximation (Cortes (2019) <arXiv:1910.12362>), isolation kernel calculation (Ting, Zhu, Zhou (2018) <doi:10.1145/3219819.3219990>), and imputation of missing values (Cortes (2019) <arXiv:1911.06646>), based on random or guided decision tree splitting, and providing different metrics for scoring anomalies based on isolation depth or density (Cortes (2021) <arXiv:2111.11639>). Provides simp [...truncated...]
Author: David Cortes [aut, cre, cph], Thibaut Goetghebuer-Planchon [cph] , David Blackman [cph] , Sebastiano Vigna [cph] , NumPy Developers [cph] , SciPy Developers [cph] , Enthought Inc [cph] , Stephen Moshier [cph]
Maintainer: David Cortes <david.cortes.rivera@gmail.com>

Diff between isotree versions 0.5.19-1 dated 2023-03-16 and 0.5.20 dated 2023-05-23

 DESCRIPTION        |    6 +++---
 MD5                |    8 ++++----
 R/isoforest.R      |    2 +-
 build/vignette.rds |binary
 src/serialize.cpp  |   38 +++++++++++++++++++++++++++-----------
 5 files changed, 35 insertions(+), 19 deletions(-)

More information about isotree at CRAN
Permanent link

Package forrel updated to version 1.5.2 with previous version 1.5.1 dated 2023-04-14

Title: Forensic Pedigree Analysis and Relatedness Inference
Description: Forensic applications of pedigree analysis, including likelihood ratios for relationship testing, general relatedness inference, marker simulation, and power analysis. General computation of exclusion powers is based on Egeland et al. (2014) <doi:10.1016/j.fsigen.2013.05.001>. Several functions deal specifically with family reunion cases, implementing and developing ideas from Kling et al. (2017) <doi:10.1016/j.fsigen.2017.08.006>. A novelty of 'forrel' is the ability to model background inbreeding in forensic pedigree computations. This can have significant impact in applications, as exemplified in Vigeland and Egeland (2019) <doi:10.1016/j.fsigss.2019.10.175>. 'forrel' is part of the ped suite, a collection of packages for pedigree analysis. In particular, 'forrel' imports 'pedtools' for creating and manipulating pedigrees and markers, 'pedprobr' for likelihood computations, and 'pedmut' for mutation modelling. Pedigree data may be created from scratch, or loaded [...truncated...]
Author: Magnus Dehli Vigeland [aut, cre] , Thore Egeland [ctb]
Maintainer: Magnus Dehli Vigeland <m.d.vigeland@medisin.uio.no>

Diff between forrel versions 1.5.1 dated 2023-04-14 and 1.5.2 dated 2023-05-23

 DESCRIPTION       |    6 +--
 MD5               |    8 ++--
 NEWS.md           |    7 +++
 R/readFam.R       |   98 +++++++++++++++++++++++++++++++++++-------------------
 build/partial.rdb |binary
 5 files changed, 78 insertions(+), 41 deletions(-)

More information about forrel at CRAN
Permanent link

Package gadget2 (with last version 2.3.10) was removed from CRAN

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

2023-04-11 2.3.10
2022-11-02 2.3.9
2020-11-21 2.3.7
2020-03-17 2.3.5
2020-03-13 2.3.4

Permanent link
Package scatteR (with last version 0.0.1) was removed from CRAN

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

2022-08-17 0.0.1

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

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

2018-01-09 0.2

Permanent link
Package AMAPVox (with last version 1.0.0) was removed from CRAN

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

2023-03-15 1.0.0
2022-12-05 0.12.1
2022-08-24 0.12.0
2022-04-20 0.10.0
2021-07-09 0.1.0

Permanent link
Package staplr (with last version 3.1.1) was removed from CRAN

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

2021-01-11 3.1.1
2020-08-28 3.1.0

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

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

2022-08-10 1.4
2021-12-05 1.3
2017-06-28 1.1
2015-04-13 1.0

Permanent link
Package PGRdup updated to version 0.2.3.8 with previous version 0.2.3.7 dated 2021-02-17

Title: Discover Probable Duplicates in Plant Genetic Resources Collections
Description: Provides functions to aid the identification of probable/possible duplicates in Plant Genetic Resources (PGR) collections using 'passport databases' comprising of information records of each constituent sample. These include methods for cleaning the data, creation of a searchable Key Word in Context (KWIC) index of keywords associated with sample records and the identification of nearly identical records with similar information by fuzzy, phonetic and semantic matching of keywords.
Author: J. Aravind [aut, cre] , J. Radhamani [aut], Kalyani Srinivasan [aut], B. Ananda Subhash [aut], Rishi Kumar Tyagi [aut], ICAR-NBGPR [cph] , Maurice Aubrey [ctb] , Kevin Atkinson [ctb] , Lawrence Philips [ctb]
Maintainer: J. Aravind <j.aravind@icar.gov.in>

Diff between PGRdup versions 0.2.3.7 dated 2021-02-17 and 0.2.3.8 dated 2023-05-23

 PGRdup-0.2.3.7/PGRdup/build/PGRdup.pdf           |only
 PGRdup-0.2.3.8/PGRdup/DESCRIPTION                |   12 -
 PGRdup-0.2.3.8/PGRdup/MD5                        |   68 +++---
 PGRdup-0.2.3.8/PGRdup/NEWS.md                    |    6 
 PGRdup-0.2.3.8/PGRdup/R/AddProbDup.R             |    2 
 PGRdup-0.2.3.8/PGRdup/R/DataClean.R              |    2 
 PGRdup-0.2.3.8/PGRdup/R/DisProbDup.R             |    2 
 PGRdup-0.2.3.8/PGRdup/R/DoubleMetaphone.R        |    2 
 PGRdup-0.2.3.8/PGRdup/R/GN1000.R                 |    2 
 PGRdup-0.2.3.8/PGRdup/R/KWCounts.R               |    2 
 PGRdup-0.2.3.8/PGRdup/R/KWIC.R                   |    6 
 PGRdup-0.2.3.8/PGRdup/R/MergeKW.R                |    2 
 PGRdup-0.2.3.8/PGRdup/R/MergeProbDup.R           |    2 
 PGRdup-0.2.3.8/PGRdup/R/PGRdup-package.R         |    2 
 PGRdup-0.2.3.8/PGRdup/R/ParseProbDup.R           |    2 
 PGRdup-0.2.3.8/PGRdup/R/ProbDup.R                |    2 
 PGRdup-0.2.3.8/PGRdup/R/ReconstructProbDup.R     |    2 
 PGRdup-0.2.3.8/PGRdup/R/ReviewProbDup.R          |    2 
 PGRdup-0.2.3.8/PGRdup/R/SplitProbDup.R           |    2 
 PGRdup-0.2.3.8/PGRdup/R/ValidatePrimKey.R        |    2 
 PGRdup-0.2.3.8/PGRdup/R/ViewProbDup.R            |    2 
 PGRdup-0.2.3.8/PGRdup/R/globals.R                |    2 
 PGRdup-0.2.3.8/PGRdup/R/print.KWIC.R             |    2 
 PGRdup-0.2.3.8/PGRdup/R/print.ProbDup.R          |    2 
 PGRdup-0.2.3.8/PGRdup/R/read.genesys.R           |    2 
 PGRdup-0.2.3.8/PGRdup/R/xtra.R                   |    2 
 PGRdup-0.2.3.8/PGRdup/README.md                  |  260 ++++++++++++++++++-----
 PGRdup-0.2.3.8/PGRdup/build/partial.rdb          |binary
 PGRdup-0.2.3.8/PGRdup/build/vignette.rds         |binary
 PGRdup-0.2.3.8/PGRdup/inst/CITATION              |   42 +--
 PGRdup-0.2.3.8/PGRdup/inst/doc/Introduction.Rmd  |   52 ++--
 PGRdup-0.2.3.8/PGRdup/inst/doc/Introduction.pdf  |binary
 PGRdup-0.2.3.8/PGRdup/inst/extdata/PGRdup.png    |binary
 PGRdup-0.2.3.8/PGRdup/inst/schemaorg.json        |only
 PGRdup-0.2.3.8/PGRdup/man/KWIC.Rd                |  178 +++++++--------
 PGRdup-0.2.3.8/PGRdup/vignettes/Introduction.Rmd |   52 ++--
 36 files changed, 450 insertions(+), 268 deletions(-)

More information about PGRdup at CRAN
Permanent link

Package secr updated to version 4.6.0 with previous version 4.5.10 dated 2023-03-09

Title: Spatially Explicit Capture-Recapture
Description: Functions to estimate the density and size of a spatially distributed animal population sampled with an array of passive detectors, such as traps, or by searching polygons or transects. Models incorporating distance-dependent detection are fitted by maximizing the likelihood. Tools are included for data manipulation and model selection.
Author: Murray Efford [aut, cre] , Philipp Jund [ctb]
Maintainer: Murray Efford <murray.efford@otago.ac.nz>

Diff between secr versions 4.5.10 dated 2023-03-09 and 4.6.0 dated 2023-05-23

 DESCRIPTION                   |   17 ++-
 MD5                           |   93 +++++++++++----------
 NAMESPACE                     |    9 +-
 NEWS                          |   20 ++++
 R/AIC.R                       |   24 +++--
 R/Enk.R                       |   45 ++++++++--
 R/Fewstervarn.R               |    2 
 R/Fletcher.chat.R             |only
 R/LLsurface.secr.R            |    2 
 R/RcppExports.R               |   12 +-
 R/chatnk.R                    |  182 +++++++++++++++++++++---------------------
 R/distancetotrap.R            |    4 
 R/empirical.R                 |    2 
 R/fxi.R                       |    2 
 R/generalsecrloglik.R         |    2 
 R/make.capthist.R             |   14 +--
 R/methods.R                   |   37 ++++----
 R/modelAverage.R              |   18 ++--
 R/reduce.R                    |    4 
 R/secr.fit.R                  |    2 
 R/sim.capthist.R              |    4 
 R/sim.popn.R                  |   31 ++++---
 R/utility.R                   |    6 -
 build/partial.rdb             |binary
 build/vignette.rds            |binary
 inst/doc/secr-datainput.pdf   |binary
 inst/doc/secr-overview.Rmd    |   20 ++--
 inst/doc/secr-overview.pdf    |binary
 man/AIC.secr.Rd               |   39 ++++++---
 man/Fletcher.chat.Rd          |only
 man/Parallel.Rd               |  146 ++++++++++++---------------------
 man/chat.Rd                   |   67 +++++++++++----
 man/fxi.Rd                    |   20 +---
 man/modelAverage.Rd           |    8 +
 man/predict.secr.Rd           |    2 
 man/raster2.Rd                |    2 
 man/secr-defunct.Rd           |    2 
 man/secr-internal.Rd          |    8 +
 man/secr-package.Rd           |    4 
 man/sim.popn.Rd               |    2 
 man/trim.Rd                   |    6 +
 src/RcppExports.cpp           |   61 ++++++--------
 src/autils.cpp                |    9 +-
 src/nkpoint.cpp               |only
 src/pdot.cpp                  |  136 -------------------------------
 src/polygonN.cpp              |    7 -
 tests/testthat.R              |    2 
 tests/testthat/test-derived.R |    7 -
 vignettes/secr-overview.Rmd   |   20 ++--
 49 files changed, 537 insertions(+), 563 deletions(-)

More information about secr at CRAN
Permanent link


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