Tue, 21 Jun 2022

Package rdpower updated to version 2.2 with previous version 2.1 dated 2021-11-10

Title: Power Calculations for RD Designs
Description: The regression discontinuity (RD) design is a popular quasi-experimental design for causal inference and policy evaluation. The 'rdpower' package provides tools to perform power, sample size and MDE calculations in RD designs: rdpower() calculates the power of an RD design, rdsampsi() calculates the required sample size to achieve a desired power and rdmde() calculates minimum detectable effects. See Cattaneo, Titiunik and Vazquez-Bare (2019) <https://rdpackages.github.io/references/Cattaneo-Titiunik-VazquezBare_2019_Stata.pdf> for further methodological details.
Author: Matias D. Cattaneo, Rocio Titiunik, Gonzalo Vazquez-Bare
Maintainer: Gonzalo Vazquez-Bare <gvazquez@econ.ucsb.edu>

Diff between rdpower versions 2.1 dated 2021-11-10 and 2.2 dated 2022-06-21

 DESCRIPTION         |    8 ++++----
 MD5                 |   12 ++++++------
 R/rdmde.R           |    6 +++---
 R/rdpower.R         |    8 ++++----
 R/rdpower_fun.R     |    2 +-
 R/rdpower_package.R |    2 +-
 R/rdsampsi.R        |   18 +++++++++---------
 7 files changed, 28 insertions(+), 28 deletions(-)

More information about rdpower at CRAN
Permanent link

Package rdlocrand updated to version 1.0 with previous version 0.9 dated 2021-07-08

Title: Local Randomization Methods for RD Designs
Description: The regression discontinuity (RD) design is a popular quasi-experimental design for causal inference and policy evaluation. Under the local randomization approach, RD designs can be interpreted as randomized experiments inside a window around the cutoff. This package provides tools to perform randomization inference for RD designs under local randomization: rdrandinf() to perform hypothesis testing using randomization inference, rdwinselect() to select a window around the cutoff in which randomization is likely to hold, rdsensitivity() to assess the sensitivity of the results to different window lengths and null hypotheses and rdrbounds() to construct Rosenbaum bounds for sensitivity to unobserved confounders. See Cattaneo, Titiunik and Vazquez-Bare (2016) <https://rdpackages.github.io/references/Cattaneo-Titiunik-VazquezBare_2016_Stata.pdf> for further methodological details.
Author: Matias D. Cattaneo, Rocio Titiunik, Gonzalo Vazquez-Bare
Maintainer: Gonzalo Vazquez-Bare <gvazquez@econ.ucsb.edu>

Diff between rdlocrand versions 0.9 dated 2021-07-08 and 1.0 dated 2022-06-21

 DESCRIPTION           |    8 ++++----
 MD5                   |   16 ++++++++--------
 R/rdlocrand_fun.R     |    2 +-
 R/rdlocrand_package.R |    2 +-
 R/rdrandinf.R         |   14 ++++++++++++--
 R/rdrbounds.R         |    2 +-
 R/rdsensitivity.R     |    2 +-
 R/rdwinselect.R       |    6 +++---
 man/rdrandinf.Rd      |    5 ++++-
 9 files changed, 35 insertions(+), 22 deletions(-)

More information about rdlocrand at CRAN
Permanent link

Package randomUniformForest updated to version 1.1.6 with previous version 1.1.5 dated 2015-02-16

Title: Random Uniform Forests for Classification, Regression and Unsupervised Learning
Description: Ensemble model, for classification, regression and unsupervised learning, based on a forest of unpruned and randomized binary decision trees. Each tree is grown by sampling, with replacement, a set of variables at each node. Each cut-point is generated randomly, according to the continuous Uniform distribution. For each tree, data are either bootstrapped or subsampled. The unsupervised mode introduces clustering, dimension reduction and variable importance, using a three-layer engine. Random Uniform Forests are mainly aimed to lower correlation between trees (or trees residuals), to provide a deep analysis of variable importance and to allow native distributed and incremental learning.
Author: Saip Ciss
Maintainer: Saip Ciss <saip.ciss@wanadoo.fr>

Diff between randomUniformForest versions 1.1.5 dated 2015-02-16 and 1.1.6 dated 2022-06-21

 DESCRIPTION                               |   12 
 MD5                                       |   39 -
 NAMESPACE                                 |   14 
 NEWS                                      |   51 +
 R/DecisionTreesCPP.R                      |   12 
 R/RandomUniformForestsCPP.R               | 1033 +++++++++++++++++-------------
 R/genericFunctions.R                      |  365 ++++++++--
 build/vignette.rds                        |binary
 inst/CITATION                             |    2 
 man/as.supervised.Rd                      |    2 
 man/bCI.Rd                                |   74 +-
 man/fillNA2.randomUniformForest.Rd        |    6 
 man/internalFunctions.Rd                  |   15 
 man/partialDependenceBetweenPredictors.Rd |    2 
 man/postProcessingVotes.Rd                |   41 -
 man/randomUniformForest.Rd                |   20 
 man/reSMOTE.Rd                            |    5 
 man/unsupervised.randomUniformForest.Rd   |   15 
 man/update.unsupervised.Rd                |    2 
 src/cppFunctions.cpp                      |  285 ++++++--
 src/registerDynamicSymbol.c               |only
 21 files changed, 1309 insertions(+), 686 deletions(-)

More information about randomUniformForest at CRAN
Permanent link

Package distributions3 updated to version 0.2.0 with previous version 0.1.2 dated 2022-01-03

Title: Probability Distributions as S3 Objects
Description: Tools to create and manipulate probability distributions using S3. Generics random(), pdf(), cdf() and quantile() provide replacements for base R's r/d/p/q style functions. Functions and arguments have been named carefully to minimize confusion for students in intro stats courses. The documentation for each distribution contains detailed mathematical notes.
Author: Alex Hayes [aut, cre] , Ralph Moller-Trane [aut], Emil Hvitfeldt [ctb] , Daniel Jordan [aut], Paul Northrop [aut], Moritz N. Lang [aut] , Achim Zeileis [aut] , Bruna Wundervald [ctb], Alessandro Gasparini [ctb]
Maintainer: Alex Hayes <alexpghayes@gmail.com>

Diff between distributions3 versions 0.1.2 dated 2022-01-03 and 0.2.0 dated 2022-06-21

 distributions3-0.1.2/distributions3/tests/testthat/test-PlotDistribution.R         |only
 distributions3-0.2.0/distributions3/DESCRIPTION                                    |   69 -
 distributions3-0.2.0/distributions3/LICENSE                                        |    4 
 distributions3-0.2.0/distributions3/MD5                                            |  474 ++++---
 distributions3-0.2.0/distributions3/NAMESPACE                                      |   82 -
 distributions3-0.2.0/distributions3/NEWS.md                                        |   37 
 distributions3-0.2.0/distributions3/R/Bernoulli.R                                  |  107 +
 distributions3-0.2.0/distributions3/R/Beta.R                                       |  109 +
 distributions3-0.2.0/distributions3/R/Binomial.R                                   |  112 +
 distributions3-0.2.0/distributions3/R/Categorical.R                                |    1 
 distributions3-0.2.0/distributions3/R/Cauchy.R                                     |  116 +
 distributions3-0.2.0/distributions3/R/ChiSquare.R                                  |  111 +
 distributions3-0.2.0/distributions3/R/Erlang.R                                     |  119 +
 distributions3-0.2.0/distributions3/R/Exponential.R                                |  114 +
 distributions3-0.2.0/distributions3/R/FIFA2018.R                                   |only
 distributions3-0.2.0/distributions3/R/FisherF.R                                    |  145 +-
 distributions3-0.2.0/distributions3/R/Frechet.R                                    |  194 +--
 distributions3-0.2.0/distributions3/R/Gamma.R                                      |  117 +
 distributions3-0.2.0/distributions3/R/GeneralisedExtremeValue.R                    |  173 +-
 distributions3-0.2.0/distributions3/R/GeneralisedPareto.R                          |  128 +-
 distributions3-0.2.0/distributions3/R/Geometric.R                                  |  107 +
 distributions3-0.2.0/distributions3/R/Gumbel.R                                     |  106 +
 distributions3-0.2.0/distributions3/R/HurdlePoisson.R                              |only
 distributions3-0.2.0/distributions3/R/HyperGeometric.R                             |  131 +-
 distributions3-0.2.0/distributions3/R/LogNormal.R                                  |  109 +
 distributions3-0.2.0/distributions3/R/Logistic.R                                   |  117 +
 distributions3-0.2.0/distributions3/R/Multinomial.R                                |    3 
 distributions3-0.2.0/distributions3/R/NegativeBinomial.R                           |  217 ++-
 distributions3-0.2.0/distributions3/R/Normal.R                                     |  119 +
 distributions3-0.2.0/distributions3/R/Poisson.R                                    |  115 +
 distributions3-0.2.0/distributions3/R/ReversedWeibull.R                            |  161 +-
 distributions3-0.2.0/distributions3/R/StudentsT.R                                  |  126 +-
 distributions3-0.2.0/distributions3/R/Tukey.R                                      |   70 -
 distributions3-0.2.0/distributions3/R/Uniform.R                                    |  162 +-
 distributions3-0.2.0/distributions3/R/Weibull.R                                    |  105 +
 distributions3-0.2.0/distributions3/R/ZIPoisson.R                                  |only
 distributions3-0.2.0/distributions3/R/methods.R                                    |   23 
 distributions3-0.2.0/distributions3/R/plot.R                                       |  606 ++++++++-
 distributions3-0.2.0/distributions3/R/prodist.R                                    |only
 distributions3-0.2.0/distributions3/R/utils.R                                      |  612 +++++-----
 distributions3-0.2.0/distributions3/README.md                                      |    6 
 distributions3-0.2.0/distributions3/build/partial.rdb                              |only
 distributions3-0.2.0/distributions3/build/vignette.rds                             |binary
 distributions3-0.2.0/distributions3/data                                           |only
 distributions3-0.2.0/distributions3/inst/doc/intro-to-hypothesis-testing.html      |  326 ++++-
 distributions3-0.2.0/distributions3/inst/doc/one-sample-sign-tests.html            |  257 +++-
 distributions3-0.2.0/distributions3/inst/doc/one-sample-t-confidence-interval.html |  278 ++++
 distributions3-0.2.0/distributions3/inst/doc/one-sample-t-test.html                |  280 ++++
 distributions3-0.2.0/distributions3/inst/doc/one-sample-z-confidence-interval.html |  263 ++++
 distributions3-0.2.0/distributions3/inst/doc/one-sample-z-test-for-proportion.html |  259 +++-
 distributions3-0.2.0/distributions3/inst/doc/one-sample-z-test.html                |  429 ++++++-
 distributions3-0.2.0/distributions3/inst/doc/paired-tests.html                     |  221 +++
 distributions3-0.2.0/distributions3/inst/doc/poisson.R                             |only
 distributions3-0.2.0/distributions3/inst/doc/poisson.Rmd                           |only
 distributions3-0.2.0/distributions3/inst/doc/poisson.html                          |only
 distributions3-0.2.0/distributions3/inst/doc/two-sample-z-test.html                |  260 +++-
 distributions3-0.2.0/distributions3/man/Bernoulli.Rd                               |    5 
 distributions3-0.2.0/distributions3/man/Binomial.Rd                                |    4 
 distributions3-0.2.0/distributions3/man/Categorical.Rd                             |    5 
 distributions3-0.2.0/distributions3/man/FIFA2018.Rd                                |only
 distributions3-0.2.0/distributions3/man/Geometric.Rd                               |    5 
 distributions3-0.2.0/distributions3/man/HurdlePoisson.Rd                           |only
 distributions3-0.2.0/distributions3/man/HyperGeometric.Rd                          |    4 
 distributions3-0.2.0/distributions3/man/LogNormal.Rd                               |    1 
 distributions3-0.2.0/distributions3/man/Multinomial.Rd                             |    5 
 distributions3-0.2.0/distributions3/man/NegativeBinomial.Rd                        |   64 -
 distributions3-0.2.0/distributions3/man/Normal.Rd                                  |    1 
 distributions3-0.2.0/distributions3/man/Poisson.Rd                                 |    5 
 distributions3-0.2.0/distributions3/man/Tukey.Rd                                   |    1 
 distributions3-0.2.0/distributions3/man/Uniform.Rd                                 |    1 
 distributions3-0.2.0/distributions3/man/Weibull.Rd                                 |    1 
 distributions3-0.2.0/distributions3/man/ZIPoisson.Rd                               |only
 distributions3-0.2.0/distributions3/man/apply_dpqr.Rd                              |only
 distributions3-0.2.0/distributions3/man/cdf.Bernoulli.Rd                           |   15 
 distributions3-0.2.0/distributions3/man/cdf.Beta.Rd                                |   14 
 distributions3-0.2.0/distributions3/man/cdf.Binomial.Rd                            |   14 
 distributions3-0.2.0/distributions3/man/cdf.Categorical.Rd                         |    1 
 distributions3-0.2.0/distributions3/man/cdf.Cauchy.Rd                              |   14 
 distributions3-0.2.0/distributions3/man/cdf.ChiSquare.Rd                           |   14 
 distributions3-0.2.0/distributions3/man/cdf.Erlang.Rd                              |   14 
 distributions3-0.2.0/distributions3/man/cdf.Exponential.Rd                         |   14 
 distributions3-0.2.0/distributions3/man/cdf.FisherF.Rd                             |   14 
 distributions3-0.2.0/distributions3/man/cdf.Frechet.Rd                             |   14 
 distributions3-0.2.0/distributions3/man/cdf.GEV.Rd                                 |   14 
 distributions3-0.2.0/distributions3/man/cdf.GP.Rd                                  |   14 
 distributions3-0.2.0/distributions3/man/cdf.Gamma.Rd                               |   14 
 distributions3-0.2.0/distributions3/man/cdf.Geometric.Rd                           |   15 
 distributions3-0.2.0/distributions3/man/cdf.Gumbel.Rd                              |   14 
 distributions3-0.2.0/distributions3/man/cdf.HurdlePoisson.Rd                       |only
 distributions3-0.2.0/distributions3/man/cdf.HyperGeometric.Rd                      |   14 
 distributions3-0.2.0/distributions3/man/cdf.LogNormal.Rd                           |   15 
 distributions3-0.2.0/distributions3/man/cdf.Logistic.Rd                            |   14 
 distributions3-0.2.0/distributions3/man/cdf.NegativeBinomial.Rd                    |   28 
 distributions3-0.2.0/distributions3/man/cdf.Normal.Rd                              |   15 
 distributions3-0.2.0/distributions3/man/cdf.Poisson.Rd                             |   15 
 distributions3-0.2.0/distributions3/man/cdf.Rd                                     |    6 
 distributions3-0.2.0/distributions3/man/cdf.RevWeibull.Rd                          |   14 
 distributions3-0.2.0/distributions3/man/cdf.StudentsT.Rd                           |   14 
 distributions3-0.2.0/distributions3/man/cdf.Tukey.Rd                               |   15 
 distributions3-0.2.0/distributions3/man/cdf.Uniform.Rd                             |   15 
 distributions3-0.2.0/distributions3/man/cdf.Weibull.Rd                             |   15 
 distributions3-0.2.0/distributions3/man/cdf.ZIPoisson.Rd                           |only
 distributions3-0.2.0/distributions3/man/distributions3-package.Rd                  |    2 
 distributions3-0.2.0/distributions3/man/geom_auc.Rd                                |   13 
 distributions3-0.2.0/distributions3/man/hpois.Rd                                   |only
 distributions3-0.2.0/distributions3/man/pdf.Bernoulli.Rd                           |   17 
 distributions3-0.2.0/distributions3/man/pdf.Beta.Rd                                |   16 
 distributions3-0.2.0/distributions3/man/pdf.Binomial.Rd                            |   16 
 distributions3-0.2.0/distributions3/man/pdf.Categorical.Rd                         |    1 
 distributions3-0.2.0/distributions3/man/pdf.Cauchy.Rd                              |   16 
 distributions3-0.2.0/distributions3/man/pdf.ChiSquare.Rd                           |   16 
 distributions3-0.2.0/distributions3/man/pdf.Erlang.Rd                              |   16 
 distributions3-0.2.0/distributions3/man/pdf.Exponential.Rd                         |   16 
 distributions3-0.2.0/distributions3/man/pdf.FisherF.Rd                             |   16 
 distributions3-0.2.0/distributions3/man/pdf.Frechet.Rd                             |   16 
 distributions3-0.2.0/distributions3/man/pdf.GEV.Rd                                 |   16 
 distributions3-0.2.0/distributions3/man/pdf.GP.Rd                                  |   16 
 distributions3-0.2.0/distributions3/man/pdf.Gamma.Rd                               |   16 
 distributions3-0.2.0/distributions3/man/pdf.Geometric.Rd                           |   17 
 distributions3-0.2.0/distributions3/man/pdf.Gumbel.Rd                              |   16 
 distributions3-0.2.0/distributions3/man/pdf.HurdlePoisson.Rd                       |only
 distributions3-0.2.0/distributions3/man/pdf.HyperGeometric.Rd                      |   16 
 distributions3-0.2.0/distributions3/man/pdf.LogNormal.Rd                           |   17 
 distributions3-0.2.0/distributions3/man/pdf.Logistic.Rd                            |   16 
 distributions3-0.2.0/distributions3/man/pdf.Multinomial.Rd                         |    1 
 distributions3-0.2.0/distributions3/man/pdf.NegativeBinomial.Rd                    |   30 
 distributions3-0.2.0/distributions3/man/pdf.Normal.Rd                              |   17 
 distributions3-0.2.0/distributions3/man/pdf.Poisson.Rd                             |   17 
 distributions3-0.2.0/distributions3/man/pdf.Rd                                     |    6 
 distributions3-0.2.0/distributions3/man/pdf.RevWeibull.Rd                          |   16 
 distributions3-0.2.0/distributions3/man/pdf.StudentsT.Rd                           |   16 
 distributions3-0.2.0/distributions3/man/pdf.Uniform.Rd                             |   17 
 distributions3-0.2.0/distributions3/man/pdf.Weibull.Rd                             |   17 
 distributions3-0.2.0/distributions3/man/pdf.ZIPoisson.Rd                           |only
 distributions3-0.2.0/distributions3/man/plot.distribution.Rd                       |    2 
 distributions3-0.2.0/distributions3/man/plot_cdf.Rd                                |   16 
 distributions3-0.2.0/distributions3/man/plot_pdf.Rd                                |   16 
 distributions3-0.2.0/distributions3/man/prodist.Rd                                 |only
 distributions3-0.2.0/distributions3/man/quantile.Bernoulli.Rd                      |   16 
 distributions3-0.2.0/distributions3/man/quantile.Beta.Rd                           |   15 
 distributions3-0.2.0/distributions3/man/quantile.Binomial.Rd                       |   15 
 distributions3-0.2.0/distributions3/man/quantile.Categorical.Rd                    |    1 
 distributions3-0.2.0/distributions3/man/quantile.Cauchy.Rd                         |   15 
 distributions3-0.2.0/distributions3/man/quantile.ChiSquare.Rd                      |   15 
 distributions3-0.2.0/distributions3/man/quantile.Erlang.Rd                         |   17 
 distributions3-0.2.0/distributions3/man/quantile.Exponential.Rd                    |   15 
 distributions3-0.2.0/distributions3/man/quantile.FisherF.Rd                        |   15 
 distributions3-0.2.0/distributions3/man/quantile.Frechet.Rd                        |   15 
 distributions3-0.2.0/distributions3/man/quantile.GEV.Rd                            |   15 
 distributions3-0.2.0/distributions3/man/quantile.GP.Rd                             |   15 
 distributions3-0.2.0/distributions3/man/quantile.Gamma.Rd                          |   15 
 distributions3-0.2.0/distributions3/man/quantile.Geometric.Rd                      |   16 
 distributions3-0.2.0/distributions3/man/quantile.Gumbel.Rd                         |   15 
 distributions3-0.2.0/distributions3/man/quantile.HurdlePoisson.Rd                  |only
 distributions3-0.2.0/distributions3/man/quantile.HyperGeometric.Rd                 |   15 
 distributions3-0.2.0/distributions3/man/quantile.LogNormal.Rd                      |   16 
 distributions3-0.2.0/distributions3/man/quantile.Logistic.Rd                       |   15 
 distributions3-0.2.0/distributions3/man/quantile.NegativeBinomial.Rd               |   29 
 distributions3-0.2.0/distributions3/man/quantile.Normal.Rd                         |   16 
 distributions3-0.2.0/distributions3/man/quantile.Poisson.Rd                        |   16 
 distributions3-0.2.0/distributions3/man/quantile.RevWeibull.Rd                     |   15 
 distributions3-0.2.0/distributions3/man/quantile.StudentsT.Rd                      |   15 
 distributions3-0.2.0/distributions3/man/quantile.Tukey.Rd                          |   16 
 distributions3-0.2.0/distributions3/man/quantile.Uniform.Rd                        |   16 
 distributions3-0.2.0/distributions3/man/quantile.Weibull.Rd                        |   16 
 distributions3-0.2.0/distributions3/man/quantile.ZIPoisson.Rd                      |only
 distributions3-0.2.0/distributions3/man/random.Bernoulli.Rd                        |    9 
 distributions3-0.2.0/distributions3/man/random.Beta.Rd                             |    8 
 distributions3-0.2.0/distributions3/man/random.Binomial.Rd                         |   10 
 distributions3-0.2.0/distributions3/man/random.Categorical.Rd                      |    1 
 distributions3-0.2.0/distributions3/man/random.Cauchy.Rd                           |    8 
 distributions3-0.2.0/distributions3/man/random.ChiSquare.Rd                        |    8 
 distributions3-0.2.0/distributions3/man/random.Erlang.Rd                           |    8 
 distributions3-0.2.0/distributions3/man/random.Exponential.Rd                      |    8 
 distributions3-0.2.0/distributions3/man/random.FisherF.Rd                          |    8 
 distributions3-0.2.0/distributions3/man/random.Frechet.Rd                          |    8 
 distributions3-0.2.0/distributions3/man/random.GEV.Rd                              |    8 
 distributions3-0.2.0/distributions3/man/random.GP.Rd                               |    8 
 distributions3-0.2.0/distributions3/man/random.Gamma.Rd                            |    8 
 distributions3-0.2.0/distributions3/man/random.Geometric.Rd                        |    9 
 distributions3-0.2.0/distributions3/man/random.Gumbel.Rd                           |    8 
 distributions3-0.2.0/distributions3/man/random.HurdlePoisson.Rd                    |only
 distributions3-0.2.0/distributions3/man/random.HyperGeometric.Rd                   |    8 
 distributions3-0.2.0/distributions3/man/random.LogNormal.Rd                        |    9 
 distributions3-0.2.0/distributions3/man/random.Logistic.Rd                         |    8 
 distributions3-0.2.0/distributions3/man/random.Multinomial.Rd                      |    1 
 distributions3-0.2.0/distributions3/man/random.NegativeBinomial.Rd                 |   22 
 distributions3-0.2.0/distributions3/man/random.Normal.Rd                           |    9 
 distributions3-0.2.0/distributions3/man/random.Poisson.Rd                          |    9 
 distributions3-0.2.0/distributions3/man/random.Rd                                  |    7 
 distributions3-0.2.0/distributions3/man/random.RevWeibull.Rd                       |    8 
 distributions3-0.2.0/distributions3/man/random.StudentsT.Rd                        |    8 
 distributions3-0.2.0/distributions3/man/random.Uniform.Rd                          |    9 
 distributions3-0.2.0/distributions3/man/random.Weibull.Rd                          |    9 
 distributions3-0.2.0/distributions3/man/random.ZIPoisson.Rd                        |only
 distributions3-0.2.0/distributions3/man/support.Bernoulli.Rd                       |    4 
 distributions3-0.2.0/distributions3/man/support.Beta.Rd                            |    4 
 distributions3-0.2.0/distributions3/man/support.Binomial.Rd                        |    4 
 distributions3-0.2.0/distributions3/man/support.Cauchy.Rd                          |    4 
 distributions3-0.2.0/distributions3/man/support.ChiSquare.Rd                       |    4 
 distributions3-0.2.0/distributions3/man/support.Erlang.Rd                          |    4 
 distributions3-0.2.0/distributions3/man/support.Exponential.Rd                     |    4 
 distributions3-0.2.0/distributions3/man/support.FisherF.Rd                         |    4 
 distributions3-0.2.0/distributions3/man/support.Gamma.Rd                           |    4 
 distributions3-0.2.0/distributions3/man/support.Geometric.Rd                       |    4 
 distributions3-0.2.0/distributions3/man/support.HurdlePoisson.Rd                   |only
 distributions3-0.2.0/distributions3/man/support.HyperGeometric.Rd                  |    4 
 distributions3-0.2.0/distributions3/man/support.LogNormal.Rd                       |    4 
 distributions3-0.2.0/distributions3/man/support.Logistic.Rd                        |    4 
 distributions3-0.2.0/distributions3/man/support.NegativeBinomial.Rd                |    4 
 distributions3-0.2.0/distributions3/man/support.Normal.Rd                          |    9 
 distributions3-0.2.0/distributions3/man/support.Poisson.Rd                         |    4 
 distributions3-0.2.0/distributions3/man/support.Rd                                 |    4 
 distributions3-0.2.0/distributions3/man/support.RevWeibull.Rd                      |only
 distributions3-0.2.0/distributions3/man/support.StudentsT.Rd                       |    4 
 distributions3-0.2.0/distributions3/man/support.Tukey.Rd                           |    4 
 distributions3-0.2.0/distributions3/man/support.Uniform.Rd                         |    4 
 distributions3-0.2.0/distributions3/man/support.Weibull.Rd                         |    4 
 distributions3-0.2.0/distributions3/man/support.ZIPoisson.Rd                       |only
 distributions3-0.2.0/distributions3/man/zipois.Rd                                  |only
 distributions3-0.2.0/distributions3/tests/testthat/test-Bernoulli.R                |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Beta.R                     |   85 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Binomial.R                 |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Categorical.R              |   11 
 distributions3-0.2.0/distributions3/tests/testthat/test-Cauchy.R                   |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-ChiSquare.R                |   85 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Erlang.R                   |  110 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Exponential.R              |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-FisherF.R                  |   83 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Frechet.R                  |   79 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Gamma.R                    |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-GeneralisedExtremeValue.R  |  117 +
 distributions3-0.2.0/distributions3/tests/testthat/test-GeneralisedPareto.R        |  117 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Geometric.R                |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Gumbel.R                   |   77 +
 distributions3-0.2.0/distributions3/tests/testthat/test-HurdlePoisson.R            |only
 distributions3-0.2.0/distributions3/tests/testthat/test-HyperGeometric.R           |   83 +
 distributions3-0.2.0/distributions3/tests/testthat/test-LogNormal.R                |   83 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Logistic.R                 |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Multinomial.R              |    6 
 distributions3-0.2.0/distributions3/tests/testthat/test-NegativeBinomial.R         |  231 +++
 distributions3-0.2.0/distributions3/tests/testthat/test-Normal.R                   |   84 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Poisson.R                  |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-RevWeibull.R               |   91 +
 distributions3-0.2.0/distributions3/tests/testthat/test-StudentsT.R                |   83 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Tukey.R                    |   48 
 distributions3-0.2.0/distributions3/tests/testthat/test-Uniform.R                  |   85 +
 distributions3-0.2.0/distributions3/tests/testthat/test-Weibull.R                  |   81 +
 distributions3-0.2.0/distributions3/tests/testthat/test-ZIPoisson.R                |only
 distributions3-0.2.0/distributions3/tests/testthat/test-methods.R                  |   47 
 distributions3-0.2.0/distributions3/tests/testthat/test-plot.R                     |only
 distributions3-0.2.0/distributions3/tests/testthat/test-prodist.R                  |only
 distributions3-0.2.0/distributions3/tests/testthat/test-utils.R                    |  384 ++++++
 distributions3-0.2.0/distributions3/vignettes/distributions3.bib                   |only
 distributions3-0.2.0/distributions3/vignettes/poisson.Rmd                          |only
 255 files changed, 9492 insertions(+), 2562 deletions(-)

More information about distributions3 at CRAN
Permanent link

New package kssa with initial version 0.0.1
Package: kssa
Title: Known Sub-Sequence Algorithm
Version: 0.0.1
Maintainer: Ivan Felipe Benavides <pipeben@gmail.com>
Description: Implements the Known Sub-Sequence Algorithm <doi:10.1016/j.aaf.2021.12.013>, which helps to automatically identify and validate the best method for missing data imputation in a time series. Supports the comparison of multiple state-of-the-art algorithms.
License: AGPL (>= 3)
Encoding: UTF-8
URL: https://github.com/pipeben/kssa
BugReports: https://github.com/pipeben/kssa/issues
Depends: R (>= 4.0)
Suggests: covr, testthat (>= 3.0.0)
Imports: magrittr, ggplot2, rlang, methods, forecast, imputeTS, stats, zoo, Metrics, dplyr, missMethods
Date: 2022-06-18
NeedsCompilation: no
Packaged: 2022-06-18 20:12:46 UTC; Steve
Author: Ivan Felipe Benavides [aut, cre, cph] , Steffen Moritz [aut] , Brayan-David Aroca-Gonzalez [aut] , Jhoana Romero [aut] , Marlon Santacruz [aut] , John-Josephraj Selvaraj [aut]
Repository: CRAN
Date/Publication: 2022-06-21 19:40:02 UTC

More information about kssa at CRAN
Permanent link

New package crimedata with initial version 0.3.1
Package: crimedata
Title: Access Crime Data from the Open Crime Database
Version: 0.3.1
Description: Gives convenient access to publicly available police-recorded open crime data from large cities in the United States that are included in the Crime Open Database <https://osf.io/zyaqn/>.
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
LazyData: true
Suggests: testthat, covr, knitr, rmarkdown
Imports: digest, dplyr, httr, purrr, rlang, sf, stringr
URL: http://pkgs.lesscrime.info/crimedata/, https://github.com/mpjashby/crimedata
BugReports: https://github.com/mpjashby/crimedata/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-06-18 22:18:45 UTC; mattashby
Author: Matthew Ashby [aut, cre, cph]
Maintainer: Matthew Ashby <matthew.ashby@ucl.ac.uk>
Repository: CRAN
Date/Publication: 2022-06-21 19:50:02 UTC

More information about crimedata at CRAN
Permanent link

Package ArchaeoPhases updated to version 1.8 with previous version 1.6 dated 2022-02-16

Title: Post-Processing of the Markov Chain Simulated by 'ChronoModel', 'Oxcal' or 'BCal'
Description: Provides a list of functions for the statistical analysis of archaeological dates and groups of dates. It is based on the post-processing of the Markov Chains whose stationary distribution is the posterior distribution of a series of dates. Such output can be simulated by different applications as for instance 'ChronoModel' (see <https://chronomodel.com/>), 'Oxcal' (see <https://c14.arch.ox.ac.uk/oxcal.html>) or 'BCal' (see <https://bcal.shef.ac.uk/>). The only requirement is to have a csv file containing a sample from the posterior distribution. Note that this package interacts with data available through the 'ArchaeoPhases.dataset' package which is available in a separate repository. The size of the 'ArchaeoPhases.dataset' package is approximately 4 MB.
Author: Anne Philippe [aut, cre], Marie-Anne Vibet [aut], Thomas S. Dye [ctb]
Maintainer: Anne Philippe <anne.philippe@univ-nantes.fr>

Diff between ArchaeoPhases versions 1.6 dated 2022-02-16 and 1.8 dated 2022-06-21

 DESCRIPTION                         |   16 +--
 MD5                                 |   52 +++++++-----
 NAMESPACE                           |    6 +
 R/AgeDepth.R                        |only
 R/AllenDataFrame.R                  |    2 
 R/DatesHiatus.R                     |    8 -
 R/ImportCSV.R                       |  113 ++++++++++++++++++--------
 R/S3Classes.R                       |  150 ++++++++++++++++++-----------------
 R/data.R                            |   13 +++
 R/undated_sample.R                  |only
 R/zzz.R                             |    5 -
 build/vignette.rds                  |binary
 data/oxc.RData                      |only
 inst/doc/Allen.html                 |   94 ++++++++++++++++------
 inst/doc/GroupsOfDates.html         |  121 +++++++++++++++++++++-------
 inst/doc/Introduction.html          |  153 +++++++++++++++++++++++++++---------
 inst/doc/Reproducibility.R          |    2 
 inst/doc/Reproducibility.Rmd        |    2 
 inst/doc/Reproducibility.html       |  114 +++++++++++++++++++++-----
 inst/doc/SeriesOfDates.html         |   78 ++++++++++++------
 man/AgeDepth.Rd                     |only
 man/is.url.Rd                       |only
 man/oxc.Rd                          |only
 man/read_bcal.Rd                    |    2 
 man/read_chronomodel.Rd             |    2 
 man/read_oxcal.Rd                   |    2 
 man/reproduce.archaeophases_mcmc.Rd |    2 
 man/reproduce.archaeophases_plot.Rd |    2 
 man/undated_sample.Rd               |only
 man/valid_url.Rd                    |only
 vignettes/Reproducibility.Rmd       |    2 
 31 files changed, 649 insertions(+), 292 deletions(-)

More information about ArchaeoPhases at CRAN
Permanent link

Package shidashi updated to version 0.1.2 with previous version 0.1.0 dated 2021-11-17

Title: A Shiny Dashboard Template System
Description: A template system based on 'AdminLTE3' (<https://adminlte.io/themes/v3/>) theme. Comes with default theme that can be easily customized. Developers can upload modified templates on 'Github', and users can easily download templates with 'RStudio' project wizard. The key features of the default template include light and dark theme switcher, resizing graphs, synchronizing inputs across sessions, new notification system, fancy progress bars, and card-like flip panels with back sides, as well as various of 'HTML' tool widgets.
Author: Zhengjia Wang [cph, aut, cre] , ColorlibHQ [cph] , Bootstrap contributors [ctb] , Twitter, Inc [cph] , Ivan Sagalaev [ctb, cph] , Rene Haas [ctb, cph] , Zeno Rocha [ctb, cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>

Diff between shidashi versions 0.1.0 dated 2021-11-17 and 0.1.2 dated 2022-06-21

 shidashi-0.1.0/shidashi/R/hello.R                                                               |only
 shidashi-0.1.2/shidashi/DESCRIPTION                                                             |   14 
 shidashi-0.1.2/shidashi/MD5                                                                     |   52 +-
 shidashi-0.1.2/shidashi/NAMESPACE                                                               |    5 
 shidashi-0.1.2/shidashi/NEWS.md                                                                 |   13 
 shidashi-0.1.2/shidashi/R/aaa.R                                                                 |    2 
 shidashi-0.1.2/shidashi/R/card-tabset.R                                                         |    7 
 shidashi-0.1.2/shidashi/R/card.R                                                                |   34 +
 shidashi-0.1.2/shidashi/R/menu-item.R                                                           |    6 
 shidashi-0.1.2/shidashi/R/modules.R                                                             |    2 
 shidashi-0.1.2/shidashi/R/render.R                                                              |   22 -
 shidashi-0.1.2/shidashi/R/rstudio.R                                                             |  144 ++++++-
 shidashi-0.1.2/shidashi/R/shared-session.R                                                      |   22 +
 shidashi-0.1.2/shidashi/R/ui-adminlte.R                                                         |   14 
 shidashi-0.1.2/shidashi/R/widgets.R                                                             |   94 +++-
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/_rs_job.R                         |only
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/ui.R                              |only
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/views/card-tabset.html            |    2 
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/views/card.html                   |    2 
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/views/card2.html                  |    2 
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/www/shidashi/css/shidashi.css     |  194 +++++++++
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/www/shidashi/css/shidashi.css.map |    2 
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/www/shidashi/js/shidashi.js       |  175 ++++++--
 shidashi-0.1.2/shidashi/inst/builtin-templates/AdminLTE3-bare/www/shidashi/scss/shidashi.scss   |  204 +++++++++-
 shidashi-0.1.2/shidashi/man/add-remove-html-class.Rd                                            |only
 shidashi-0.1.2/shidashi/man/card.Rd                                                             |    7 
 shidashi-0.1.2/shidashi/man/flex_container.Rd                                                   |   15 
 shidashi-0.1.2/shidashi/man/register_global_reactiveValues.Rd                                   |only
 shidashi-0.1.2/shidashi/man/reset_output.Rd                                                     |only
 shidashi-0.1.2/shidashi/man/use_template.Rd                                                     |   13 
 30 files changed, 905 insertions(+), 142 deletions(-)

More information about shidashi at CRAN
Permanent link

Package LongDat updated to version 1.0.5 with previous version 1.0.4 dated 2022-06-01

Title: A Tool for 'Covariate'-Sensitive Longitudinal Analysis on 'omics' Data
Description: This tool takes longitudinal dataset as input and analyzes if there is significant change of the features over time (a proxy for treatments), while detects and controls for 'covariates' simultaneously. 'LongDat' is able to take in several data types as input, including count, proportion, binary, ordinal and continuous data. The output table contains p values, effect sizes and 'covariates' of each feature, making the downstream analysis easy.
Author: Chia-Yu Chen [aut, cre] , Sofia Forslund [ctb]
Maintainer: Chia-Yu Chen <Chia-Yu.Chen@mdc-berlin.de>

Diff between LongDat versions 1.0.4 dated 2022-06-01 and 1.0.5 dated 2022-06-21

 DESCRIPTION                         |    6 +++---
 MD5                                 |   12 ++++++------
 NEWS.md                             |    3 +++
 R/cuneiform_plot.R                  |    8 ++++----
 README.md                           |    4 ++--
 inst/doc/LongDat_cont_tutorial.html |    2 +-
 inst/doc/LongDat_disc_tutorial.html |    2 +-
 7 files changed, 20 insertions(+), 17 deletions(-)

More information about LongDat at CRAN
Permanent link

Package RRPP updated to version 1.3.0 with previous version 1.2.3 dated 2022-03-19

Title: Linear Model Evaluation with Randomized Residuals in a Permutation Procedure
Description: Linear model calculations are made for many random versions of data. Using residual randomization in a permutation procedure, sums of squares are calculated over many permutations to generate empirical probability distributions for evaluating model effects. This packaged is described by Collyer & Adams (2018). Additionally, coefficients, statistics, fitted values, and residuals generated over many permutations can be used for various procedures including pairwise tests, prediction, classification, and model comparison. This package should provide most tools one could need for the analysis of high-dimensional data, especially in ecology and evolutionary biology, but certainly other fields, as well.
Author: Michael Collyer [aut, cre] , Dean Adams [aut]
Maintainer: Michael Collyer <mlcollyer@gmail.com>

Diff between RRPP versions 1.2.3 dated 2022-03-19 and 1.3.0 dated 2022-06-21

 DESCRIPTION                   |    8 
 MD5                           |   40 ++--
 NAMESPACE                     |    2 
 NEWS.md                       |   18 +
 R/RRPP.support.code.r         |  255 +++++++++++++-------------
 R/RRPP.utils.r                |   72 ++++++-
 R/lm.rrpp.r                   |   30 +--
 R/logLik.lm.rrpp.r            |only
 R/model.comparison.r          |  135 ++++++++++++-
 R/ordinate.r                  |    2 
 R/pairwise.r                  |    8 
 R/predict.lm.rrpp.r           |   15 -
 R/scaleCov.r                  |only
 R/shared.support.code.r       |    8 
 build/vignette.rds            |binary
 inst/doc/ANOVA.vs.MANOVA.html |  345 ++++++++++++++++++++++++++++++++---
 inst/doc/Using.RRPP.html      |  409 +++++++++++++++++++++++++++++++++++++-----
 man/RRPP-package.Rd           |    3 
 man/lm.rrpp.Rd                |   11 -
 man/logLik.lm.rrpp.Rd         |only
 man/model.comparison.Rd       |  100 +++++++++-
 man/pairwise.Rd               |    2 
 man/scaleCov.Rd               |only
 23 files changed, 1175 insertions(+), 288 deletions(-)

More information about RRPP at CRAN
Permanent link

Package mlt.docreg updated to version 1.1-5 with previous version 1.1-4 dated 2022-05-19

Title: Most Likely Transformations: Documentation and Regression Tests
Description: Additional documentation, a package vignette and regression tests for package mlt.
Author: Torsten Hothorn [aut, cre]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>

Diff between mlt.docreg versions 1.1-4 dated 2022-05-19 and 1.1-5 dated 2022-06-21

 DESCRIPTION        |   15 +++++++--------
 MD5                |   14 +++++++-------
 build/vignette.rds |binary
 inst/NEWS.Rd       |    7 +++++++
 inst/doc/mlt.Rnw   |    6 +++---
 inst/doc/mlt.pdf   |binary
 vignettes/mlt.Rnw  |    6 +++---
 vignettes/mlt.bib  |   16 ++++++++++++++++
 8 files changed, 43 insertions(+), 21 deletions(-)

More information about mlt.docreg at CRAN
Permanent link

Package logr updated to version 1.3.1 with previous version 1.3.0 dated 2022-04-22

Title: Creates Log Files
Description: Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.
Author: David Bosak [aut, cre], Rikard Isaksson [ctb]
Maintainer: David Bosak <dbosak01@gmail.com>

Diff between logr versions 1.3.0 dated 2022-04-22 and 1.3.1 dated 2022-06-21

 DESCRIPTION                   |    8 
 MD5                           |   50 ++--
 NEWS.md                       |    4 
 R/logr.R                      |   59 ++++-
 R/supplements.R               |    3 
 R/unicode.R                   |    6 
 R/utilities.R                 |   14 +
 build/vignette.rds            |binary
 inst/doc/logr-example1.html   |  219 ++++++++++++++++++++
 inst/doc/logr-faq.Rmd         |   17 +
 inst/doc/logr-faq.html        |  446 ++++++++++++++++++++++++++++++++++++------
 inst/doc/logr-features.html   |  214 +++++++++++++++++++-
 inst/doc/logr-globals.R       |    7 
 inst/doc/logr-globals.Rmd     |   15 +
 inst/doc/logr-globals.html    |  223 ++++++++++++++++++++-
 inst/doc/logr-parts.html      |  228 ++++++++++++++++++++-
 inst/doc/logr-put.html        |  210 +++++++++++++++++++
 inst/doc/logr-tidylog.html    |  238 +++++++++++++++++++++-
 inst/doc/logr.html            |  226 ++++++++++++++++++++-
 man/log_open.Rd               |   19 +
 man/log_print.Rd              |    4 
 tests/testthat/log/test.log   |   20 -
 tests/testthat/log/test11.log |only
 tests/testthat/log/test12.log |only
 tests/testthat/test-logr.R    |   38 +++
 vignettes/logr-faq.Rmd        |   17 +
 vignettes/logr-globals.Rmd    |   15 +
 27 files changed, 2139 insertions(+), 161 deletions(-)

More information about logr at CRAN
Permanent link

Package archiveRetriever updated to version 0.2.0 with previous version 0.1.2 dated 2022-06-07

Title: Retrieve Archived Web Pages from the 'Internet Archive'
Description: Scraping content from archived web pages stored in the 'Internet Archive' (<https://archive.org>) using a systematic workflow. Get an overview of the mementos available from the respective homepage, retrieve the Urls and links of the page and finally scrape the content. The final output is stored in tibbles, which can be then easily used for further analysis.
Author: Konstantin Gavras [aut] , Lukas Isermann [aut, cre]
Maintainer: Lukas Isermann <lukas.isermann@uni-mannheim.de>

Diff between archiveRetriever versions 0.1.2 dated 2022-06-07 and 0.2.0 dated 2022-06-21

 DESCRIPTION                            |    6 +-
 MD5                                    |   14 +++---
 NEWS.md                                |    7 +++
 R/retrieve_urls.R                      |   57 +++++++++++++++++++++++--
 README.md                              |   73 ++++++++++++++++-----------------
 man/retrieve_urls.Rd                   |    5 +-
 tests/testthat/test_archive_overview.R |    1 
 tests/testthat/test_retrieve_urls.R    |   65 ++++++++++++++++++++++++++++-
 8 files changed, 174 insertions(+), 54 deletions(-)

More information about archiveRetriever at CRAN
Permanent link

Package mfdb updated to version 7.3-1 with previous version 7.3-0 dated 2022-06-07

Title: MareFrame DB Querying Library
Description: Creates and manages a PostgreSQL database suitable for storing fisheries data and aggregating ready for use within a Gadget <https://gadget-framework.github.io/gadget2/> model. See <https://mareframe.github.io/mfdb/> for more information.
Author: Jamie Lentin [aut, cre, cph], Bjarki Thor Elvarsson [aut]
Maintainer: Jamie Lentin <lentinj@shuttlethread.com>

Diff between mfdb versions 7.3-0 dated 2022-06-07 and 7.3-1 dated 2022-06-21

 ChangeLog                              |    5 +++
 DESCRIPTION                            |    8 +++---
 MD5                                    |   14 +++++------
 R/mfdb_queries.R                       |   42 ++++++++++++++++-----------------
 inst/doc/import_hydrography_cmems.R    |   23 ++++++++++--------
 inst/doc/import_hydrography_cmems.Rmd  |   23 ++++++++++--------
 inst/doc/import_hydrography_cmems.html |   16 ++++++------
 vignettes/import_hydrography_cmems.Rmd |   23 ++++++++++--------
 8 files changed, 84 insertions(+), 70 deletions(-)

More information about mfdb at CRAN
Permanent link

Package wru updated to version 1.0.0 with previous version 0.1-12 dated 2021-05-17

Title: Who are You? Bayesian Prediction of Racial Category Using Surname, First Name, Middle Name, and Geolocation
Description: Predicts individual race/ethnicity using surname, first name, middle name, geolocation, and other attributes, such as gender and age. The method utilizes Bayes' Rule (with optional measurement error correction) to compute the posterior probability of each racial category for any given individual. The package implements methods described in Imai and Khanna (2016) "Improving Ecological Inference by Predicting Individual Ethnicity from Voter Registration Records" Political Analysis <DOI:10.1093/pan/mpw001>.
Author: Kabir Khanna [aut], Brandon Bertelsen [aut, cre], Santiago Olivella [aut], Evan Rosenman [aut], Kosuke Imai [aut]
Maintainer: Brandon Bertelsen <brandon@bertelsen.ca>

Diff between wru versions 0.1-12 dated 2021-05-17 and 1.0.0 dated 2022-06-21

 wru-0.1-12/wru/ChangeLog                            |only
 wru-0.1-12/wru/data/datalist                        |only
 wru-0.1-12/wru/tests/testthat/test-all.R            |only
 wru-1.0.0/wru/DESCRIPTION                           |   41 +
 wru-1.0.0/wru/MD5                                   |   73 ++-
 wru-1.0.0/wru/NAMESPACE                             |   18 
 wru-1.0.0/wru/R/RcppExports.R                       |only
 wru-1.0.0/wru/R/census_data_preflight.R             |only
 wru-1.0.0/wru/R/census_geo_api.R                    |  261 +++++++---
 wru-1.0.0/wru/R/census_helper.R                     |  264 ++++++-----
 wru-1.0.0/wru/R/census_helper_v2.R                  |only
 wru-1.0.0/wru/R/format_legacy_data.R                |only
 wru-1.0.0/wru/R/get_census_api.R                    |   67 +-
 wru-1.0.0/wru/R/get_census_api_2.R                  |   22 
 wru-1.0.0/wru/R/get_census_data.R                   |   43 +
 wru-1.0.0/wru/R/merge_names.R                       |only
 wru-1.0.0/wru/R/merge_surnames.R                    |   51 +-
 wru-1.0.0/wru/R/name_preproc.R                      |only
 wru-1.0.0/wru/R/predict_race.R                      |  475 ++++++++++----------
 wru-1.0.0/wru/R/race_prediction_funs.R              |only
 wru-1.0.0/wru/R/vec_to_chunk.R                      |    8 
 wru-1.0.0/wru/R/voters.R                            |    2 
 wru-1.0.0/wru/R/wru.R                               |only
 wru-1.0.0/wru/R/zzz.R                               |only
 wru-1.0.0/wru/README.md                             |  117 +++-
 wru-1.0.0/wru/data/voters.RData                     |binary
 wru-1.0.0/wru/man/census_data_preflight.Rd          |only
 wru-1.0.0/wru/man/census_geo_api.Rd                 |   23 
 wru-1.0.0/wru/man/census_helper.Rd                  |   83 ++-
 wru-1.0.0/wru/man/census_helper_new.Rd              |only
 wru-1.0.0/wru/man/dot-name_preproc.Rd               |only
 wru-1.0.0/wru/man/format_legacy_data.Rd             |only
 wru-1.0.0/wru/man/get_census_api.Rd                 |   27 -
 wru-1.0.0/wru/man/get_census_api_2.Rd               |    7 
 wru-1.0.0/wru/man/get_census_data.Rd                |   16 
 wru-1.0.0/wru/man/merge_names.Rd                    |only
 wru-1.0.0/wru/man/merge_surnames.Rd                 |   13 
 wru-1.0.0/wru/man/modfuns.Rd                        |only
 wru-1.0.0/wru/man/predict_race.Rd                   |  199 +++++---
 wru-1.0.0/wru/man/sample_me.Rd                      |only
 wru-1.0.0/wru/man/vec_to_chunk.Rd                   |    6 
 wru-1.0.0/wru/man/voters.Rd                         |    2 
 wru-1.0.0/wru/man/wru_data_preflight.Rd             |only
 wru-1.0.0/wru/src                                   |only
 wru-1.0.0/wru/tests/testthat/data                   |only
 wru-1.0.0/wru/tests/testthat/test-get_census_data.R |only
 wru-1.0.0/wru/tests/testthat/test-predict_race.R    |only
 47 files changed, 1101 insertions(+), 717 deletions(-)

More information about wru at CRAN
Permanent link

Package webtools updated to version 0.7.11 with previous version 0.7.10 dated 2022-05-28

Title: Various Useful Web Tools (Including Full CRAN Dataset Search and Fetch)
Description: A set of useful web tools to improve your productivity. Including: searching DuckDuckGo; finding and loading datasets across all CRAN packages (not just those you've installed); sharing a file to a paste-bin; getting a fast GUID; useful info on all countries.
Author: DAT Linux
Maintainer: LS Malenica <datlinux@protonmail.com>

Diff between webtools versions 0.7.10 dated 2022-05-28 and 0.7.11 dated 2022-06-21

 DESCRIPTION      |   12 ++++++------
 MD5              |    4 +++-
 R/countries.R    |only
 man/countries.Rd |only
 4 files changed, 9 insertions(+), 7 deletions(-)

More information about webtools at CRAN
Permanent link

Package ReorderCluster updated to version 2.0 with previous version 1.0 dated 2014-07-23

Title: Reordering the Dendrogram According to the Class Labels
Description: Tools for performing the leaf reordering for the dendrogram that preserves the hierarchical clustering result and at the same time tries to group instances from the same class together.
Author: Natalia Novoselova,Frank Klawonn, Junxi Wang
Maintainer: Natalia Novoselova <novos65@mail.ru>

Diff between ReorderCluster versions 1.0 dated 2014-07-23 and 2.0 dated 2022-06-21

 DESCRIPTION            |   14 +++++++-------
 MD5                    |   12 +++++++-----
 NAMESPACE              |    9 ++++++++-
 R/RcppExports.R        |    4 ++--
 R/RearrangeJoseph.R    |    6 +++---
 data/leukemia72.txt.gz |only
 man/leukemia72.Rd      |only
 src/RcppExports.cpp    |   49 ++++++++++++++++++++++++++++++-------------------
 8 files changed, 57 insertions(+), 37 deletions(-)

More information about ReorderCluster at CRAN
Permanent link

Package pkgstats updated to version 0.1.1 with previous version 0.0.5 dated 2022-06-17

Title: Metrics of R Packages
Description: Static code analyses for R packages using the external code-tagging libraries "ctags" and "gtags". Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full CRAN archive, enabling the statistical properties of any package to be compared with all other CRAN packages.
Author: Mark Padgham [aut, cre]
Maintainer: Mark Padgham <mark.padgham@email.com>

Diff between pkgstats versions 0.0.5 dated 2022-06-17 and 0.1.1 dated 2022-06-21

 DESCRIPTION                |    8 -
 MD5                        |   22 ++--
 R/tag-data-ctags.R         |    3 
 inst/doc/installation.R    |    6 -
 inst/doc/installation.Rmd  |   21 ++--
 inst/doc/installation.html |   16 +--
 inst/doc/pkgstats.R        |  218 ++++++++++++++++++++++++++++++++++++++++++-
 inst/doc/pkgstats.Rmd      |  228 ++++++++++++++++++++++++++++++++++++++++++++-
 inst/doc/pkgstats.html     |   98 +++++++++----------
 vignettes/installation.Rmd |   21 ++--
 vignettes/installation.md  |only
 vignettes/pkgstats.Rmd     |  228 ++++++++++++++++++++++++++++++++++++++++++++-
 vignettes/pkgstats.md      |only
 13 files changed, 758 insertions(+), 111 deletions(-)

More information about pkgstats at CRAN
Permanent link

Package MCMCglmm updated to version 2.34 with previous version 2.33 dated 2022-01-26

Title: MCMC Generalised Linear Mixed Models
Description: Fits Multivariate Generalised Linear Mixed Models (and related models) using Markov chain Monte Carlo techniques (Hadfield 2010 J. Stat. Soft.).
Author: Jarrod Hadfield
Maintainer: Jarrod Hadfield <j.hadfield@ed.ac.uk>

Diff between MCMCglmm versions 2.33 dated 2022-01-26 and 2.34 dated 2022-06-21

 DESCRIPTION           |   10 +++++-----
 MD5                   |   38 +++++++++++++++++++-------------------
 NAMESPACE             |    2 +-
 R/MCMCglmm.R          |   15 +++++++++++----
 R/buildV.R            |    2 +-
 R/me.R                |    2 +-
 R/mterms.R            |   11 +++++++----
 R/mult.memb.R         |    2 +-
 R/predict.MCMCglmm.R  |    2 +-
 R/simulate.MCMCglmm.R |    2 +-
 R/sir.R               |    4 ++--
 man/Ddivergence.Rd    |    2 +-
 man/KPPM.Rd           |    2 +-
 man/Ptensor.Rd        |    4 ++--
 man/SShorns.Rd        |    2 +-
 man/Tri2M.Rd          |    2 +-
 man/commutation.Rd    |    2 +-
 man/knorm.Rd          |    2 +-
 man/pkk.Rd            |    2 +-
 src/cs.h              |    1 +
 20 files changed, 60 insertions(+), 49 deletions(-)

More information about MCMCglmm at CRAN
Permanent link

New package HUM with initial version 2.0
Package: HUM
Title: Compute HUM Value and Visualize ROC Curves
Version: 2.0
Date: 2022-06-18
Author: Natalia Novoselova,Junxi Wang,Jialiang Li, Frank Pessler,Frank Klawonn
Maintainer: Natalia Novoselova <novos65@mail.ru>
Description: Tools for computing HUM (Hypervolume Under the Manifold) value to estimate features ability to discriminate the class labels, visualizing the ROC curve for two or three class labels (Natalia Novoselova, Cristina Della Beffa, Junxi Wang, Jialiang Li, Frank Pessler, Frank Klawonn (2014) <doi:10.1093/bioinformatics/btu086>).
License: GPL (>= 3)
Imports: rgl
Depends: R (>= 2.13.0),gtools,Rcpp (>= 0.12.1)
LinkingTo: Rcpp
LazyLoad: yes
URL: https://public.ostfalia.de/~klawonn/HUM.htm
Packaged: 2022-06-21 13:11:44 UTC; novosel
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2022-06-21 13:40:02 UTC

More information about HUM at CRAN
Permanent link

Package GenBinomApps updated to version 1.2 with previous version 1.1 dated 2020-07-10

Title: Clopper-Pearson Confidence Interval and Generalized Binomial Distribution
Description: Density, distribution function, quantile function and random generation for the Generalized Binomial Distribution. Functions to compute the Clopper-Pearson Confidence Interval and the required sample size. Enhanced model for burn-in studies, where failures are tackled by countermeasures.
Author: Horst Lewitschnig, David Lenzi
Maintainer: Horst Lewitschnig <Horst.Lewitschnig@infineon.com>

Diff between GenBinomApps versions 1.1 dated 2020-07-10 and 1.2 dated 2022-06-21

 DESCRIPTION               |   10 ++++-----
 MD5                       |   24 ++++++++++-----------
 NAMESPACE                 |    2 -
 R/clopper.pearson.ci.R    |   51 +++++++++++++++++++++++++++-------------------
 R/cm.clopper.pearson.ci.R |   40 ++++++++++++++++++------------------
 R/cm.n.clopper.pearson.R  |    4 +--
 R/dgbinom.R               |   10 ++++-----
 R/n.clopper.pearson.R     |    4 +--
 R/pgbinom.R               |    6 ++---
 R/qgbinom.R               |    4 +--
 man/GenBinom-package.Rd   |    8 +++----
 man/clopper.pearson.ci.Rd |    5 +++-
 man/dgbinom.Rd            |    2 -
 13 files changed, 92 insertions(+), 78 deletions(-)

More information about GenBinomApps at CRAN
Permanent link

Package CIPerm updated to version 0.2.3 with previous version 0.2.1 dated 2022-04-25

Title: Computationally-Efficient Confidence Intervals for Mean Shift from Permutation Methods
Description: Implements computationally-efficient construction of confidence intervals from permutation or randomization tests for simple differences in means, based on Nguyen (2009) <doi:10.15760/etd.7798>.
Author: Emily Tupaj [aut], Jerzy Wieczorek [cre, aut] , Minh Nguyen [ctb], Mara Tableman [ctb]
Maintainer: Jerzy Wieczorek <jawieczo@colby.edu>

Diff between CIPerm versions 0.2.1 dated 2022-04-25 and 0.2.3 dated 2022-06-21

 DESCRIPTION                       |   12 +++++++-----
 MD5                               |   25 ++++++++++++++++---------
 NEWS.md                           |   11 +++++++++++
 R/CIPerm.R                        |    4 ++--
 README.md                         |   25 +++++++++++++++++++++----
 build/vignette.rds                |binary
 inst/doc/naive.R                  |only
 inst/doc/naive.Rmd                |only
 inst/doc/naive.html               |only
 inst/doc/nguyen.Rmd               |    4 ++--
 inst/doc/nguyen.html              |   10 +++++-----
 man/CIPerm.Rd                     |    4 ++--
 vignettes/naive.Rmd               |only
 vignettes/nguyen.Rmd              |    4 ++--
 vignettes/pandoc41306b9713f3.html |only
 vignettes/profvis_naive.png       |only
 vignettes/profvis_nguyen.png      |only
 17 files changed, 68 insertions(+), 31 deletions(-)

More information about CIPerm at CRAN
Permanent link

Package bmstdr updated to version 0.2.2 with previous version 0.1.4 dated 2022-04-08

Title: Bayesian Modeling of Spatio-Temporal Data with R
Description: Fits, validates and compares a number of Bayesian models for spatial and space time point referenced and areal unit data. Model fitting is done using several packages: 'rstan', 'INLA', 'spBayes', 'spTimer', 'spTDyn', 'CARBayes' and 'CARBayesST'. Model comparison is performed using the DIC and WAIC, and K-fold cross-validation where the user is free to select their own subset of data rows for validation. Sahu (2022) <doi:10.1201/9780429318443> describes the methods in detail.
Author: Sujit K. Sahu [aut, cre] , Duncan P. Lee [aut], K. Shuvo Bakar [aut]
Maintainer: Sujit K. Sahu <S.K.Sahu@soton.ac.uk>

Diff between bmstdr versions 0.1.4 dated 2022-04-08 and 0.2.2 dated 2022-06-21

 bmstdr-0.1.4/bmstdr/inst/figs                                                            |only
 bmstdr-0.2.2/bmstdr/DESCRIPTION                                                          |   17 
 bmstdr-0.2.2/bmstdr/MD5                                                                  |   96 
 bmstdr-0.2.2/bmstdr/NAMESPACE                                                            |    6 
 bmstdr-0.2.2/bmstdr/R/Bcartime.R                                                         |   25 
 bmstdr-0.2.2/bmstdr/R/Bmoving_sptime.R                                                   |   25 
 bmstdr-0.2.2/bmstdr/R/Bspatial.R                                                         |   34 
 bmstdr-0.2.2/bmstdr/R/Bsptime.R                                                          |   16 
 bmstdr-0.2.2/bmstdr/R/engdata.R                                                          |    8 
 bmstdr-0.2.2/bmstdr/R/methods.R                                                          |   54 
 bmstdr-0.2.2/bmstdr/R/newfunctions.R                                                     |   41 
 bmstdr-0.2.2/bmstdr/R/point_data.R                                                       |    2 
 bmstdr-0.2.2/bmstdr/R/sp_all.R                                                           |   39 
 bmstdr-0.2.2/bmstdr/R/sptime_all.R                                                       |   50 
 bmstdr-0.2.2/bmstdr/R/utilities.R                                                        |   47 
 bmstdr-0.2.2/bmstdr/build/partial.rdb                                                    |binary
 bmstdr-0.2.2/bmstdr/build/vignette.rds                                                   |binary
 bmstdr-0.2.2/bmstdr/data/engdeaths.rda                                                   |binary
 bmstdr-0.2.2/bmstdr/inst/REFERENCES.bib                                                  |   27 
 bmstdr-0.2.2/bmstdr/inst/doc/bmstdr-vig_bookdown.R                                       |   71 
 bmstdr-0.2.2/bmstdr/inst/doc/bmstdr-vig_bookdown.Rmd                                     |  176 
 bmstdr-0.2.2/bmstdr/inst/doc/bmstdr-vig_bookdown.html                                    | 1931 ++++++----
 bmstdr-0.2.2/bmstdr/inst/examples/bspat_examples.R                                       |    2 
 bmstdr-0.2.2/bmstdr/inst/examples/bsptime_examples.R                                     |    2 
 bmstdr-0.2.2/bmstdr/inst/figures                                                         |only
 bmstdr-0.2.2/bmstdr/inst/full_vignette_code/bmstdr_code_to_reproduce_tables_and_graphs.R |  208 -
 bmstdr-0.2.2/bmstdr/inst/last3tables/table4.1.txt                                        |    8 
 bmstdr-0.2.2/bmstdr/inst/last3tables/table4.2.txt                                        |   10 
 bmstdr-0.2.2/bmstdr/inst/last3tables/table4.3.txt                                        |    2 
 bmstdr-0.2.2/bmstdr/inst/txttables/table10.txt                                           |    6 
 bmstdr-0.2.2/bmstdr/inst/txttables/table11.txt                                           |    2 
 bmstdr-0.2.2/bmstdr/inst/txttables/table2.txt                                            |    4 
 bmstdr-0.2.2/bmstdr/inst/txttables/table3.txt                                            |    4 
 bmstdr-0.2.2/bmstdr/inst/txttables/table4.txt                                            |    2 
 bmstdr-0.2.2/bmstdr/inst/txttables/table5.txt                                            |    4 
 bmstdr-0.2.2/bmstdr/inst/txttables/table6.txt                                            |   18 
 bmstdr-0.2.2/bmstdr/inst/txttables/table7.txt                                            |    6 
 bmstdr-0.2.2/bmstdr/inst/txttables/table8.txt                                            |   10 
 bmstdr-0.2.2/bmstdr/inst/txttables/table9.txt                                            |   10 
 bmstdr-0.2.2/bmstdr/man/Bcartime.Rd                                                      |   15 
 bmstdr-0.2.2/bmstdr/man/Bmoving_sptime.Rd                                                |    3 
 bmstdr-0.2.2/bmstdr/man/Bspatial.Rd                                                      |    5 
 bmstdr-0.2.2/bmstdr/man/Bsptime.Rd                                                       |    9 
 bmstdr-0.2.2/bmstdr/man/bmstdr_variogram.Rd                                              |    3 
 bmstdr-0.2.2/bmstdr/man/calculate_validation_statistics.Rd                               |    2 
 bmstdr-0.2.2/bmstdr/man/coef.bmstdr.Rd                                                   |only
 bmstdr-0.2.2/bmstdr/man/engdeaths.Rd                                                     |   10 
 bmstdr-0.2.2/bmstdr/man/terms.bmstdr.Rd                                                  |only
 bmstdr-0.2.2/bmstdr/vignettes/REFERENCES.bib                                             |    1 
 bmstdr-0.2.2/bmstdr/vignettes/bmstdr-vig_bookdown.Rmd                                    |  176 
 50 files changed, 1951 insertions(+), 1236 deletions(-)

More information about bmstdr at CRAN
Permanent link

Package openair updated to version 2.10-0 with previous version 2.9-1 dated 2022-03-30

Title: Tools for the Analysis of Air Pollution Data
Description: Tools to analyse, interpret and understand air pollution data. Data are typically hourly time series and both monitoring data and dispersion model output can be analysed. Many functions can also be applied to other data, including meteorological and traffic data.
Author: David Carslaw [aut, cre], Karl Ropkins [aut]
Maintainer: David Carslaw <david.carslaw@york.ac.uk>

Diff between openair versions 2.9-1 dated 2022-03-30 and 2.10-0 dated 2022-06-21

 DESCRIPTION        |   10 
 MD5                |   38 +--
 R/calendarPlot.R   |   15 -
 R/getMeta.R        |    6 
 R/importAQE.R      |    7 
 R/importAURN.R     |  144 ++++++++----
 R/importNI.R       |    7 
 R/importSAQN.R     |    7 
 R/importUKAQ.R     |   29 +-
 R/importWAQN.R     |    7 
 R/percentileRose.R |   10 
 R/polarCluster.R   |   16 +
 R/polarPlot.R      |  389 +++++++++++++++++++++++++-------
 R/scatterPlot.R    |    8 
 R/timeAverage.R    |   10 
 R/trajLevel.R      |  629 ++++++++++++++++++++++++++++++++---------------------
 R/zzz.R            |    5 
 man/importAURN.Rd  |   63 +++--
 man/polarPlot.Rd   |   30 +-
 man/trajLevel.Rd   |  355 ++++++++++++++---------------
 20 files changed, 1100 insertions(+), 685 deletions(-)

More information about openair at CRAN
Permanent link

Package duckdb updated to version 0.4.0 with previous version 0.3.4-1 dated 2022-06-13

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.3.4-1 dated 2022-06-13 and 0.4.0 dated 2022-06-21

 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-1.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-10.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-11.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-12.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-13.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-14.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-15.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-16.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-17.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-18.cpp                                                             |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-2.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-3.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-4.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-5.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-6.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-7.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-8.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/amalgamation-9.cpp                                                              |only
 duckdb-0.3.4-1/duckdb/src/duckdb/src/common/radix.cpp                                                            |only
 duckdb-0.3.4-1/duckdb/src/duckdb/src/function/scalar/uuid                                                        |only
 duckdb-0.3.4-1/duckdb/src/duckdb/src/include/duckdb/catalog/view_catalog.hpp                                     |only
 duckdb-0.3.4-1/duckdb/src/duckdb/src/include/duckdb/parallel/parallel_state.hpp                                  |only
 duckdb-0.3.4-1/duckdb/src/duckdb/src/parser/transform/statement/transform_create_enum.cpp                        |only
 duckdb-0.3.4-1/duckdb/tests/testthat/helper-DBItest.R                                                            |only
 duckdb-0.4.0/duckdb/DESCRIPTION                                                                                  |    8 
 duckdb-0.4.0/duckdb/MD5                                                                                          | 1191 
 duckdb-0.4.0/duckdb/NAMESPACE                                                                                    |   21 
 duckdb-0.4.0/duckdb/R/Result.R                                                                                   |   11 
 duckdb-0.4.0/duckdb/R/cpp11.R                                                                                    |   80 
 duckdb-0.4.0/duckdb/R/dbBind__duckdb_result.R                                                                    |    9 
 duckdb-0.4.0/duckdb/R/dbFetch__duckdb_result.R                                                                   |   16 
 duckdb-0.4.0/duckdb/R/relational.R                                                                               |only
 duckdb-0.4.0/duckdb/R/zzz.R                                                                                      |    2 
 duckdb-0.4.0/duckdb/man/backend-duckdb.Rd                                                                        |    7 
 duckdb-0.4.0/duckdb/man/expr_constant.Rd                                                                         |only
 duckdb-0.4.0/duckdb/man/expr_function.Rd                                                                         |only
 duckdb-0.4.0/duckdb/man/expr_reference.Rd                                                                        |only
 duckdb-0.4.0/duckdb/man/expr_set_alias.Rd                                                                        |only
 duckdb-0.4.0/duckdb/man/expr_tostring.Rd                                                                         |only
 duckdb-0.4.0/duckdb/man/rel_aggregate.Rd                                                                         |only
 duckdb-0.4.0/duckdb/man/rel_alias.Rd                                                                             |only
 duckdb-0.4.0/duckdb/man/rel_distinct.Rd                                                                          |only
 duckdb-0.4.0/duckdb/man/rel_explain.Rd                                                                           |only
 duckdb-0.4.0/duckdb/man/rel_filter.Rd                                                                            |only
 duckdb-0.4.0/duckdb/man/rel_from_df.Rd                                                                           |only
 duckdb-0.4.0/duckdb/man/rel_inner_join.Rd                                                                        |only
 duckdb-0.4.0/duckdb/man/rel_order.Rd                                                                             |only
 duckdb-0.4.0/duckdb/man/rel_project.Rd                                                                           |only
 duckdb-0.4.0/duckdb/man/rel_set_alias.Rd                                                                         |only
 duckdb-0.4.0/duckdb/man/rel_sql.Rd                                                                               |only
 duckdb-0.4.0/duckdb/src/Makevars                                                                                 |    2 
 duckdb-0.4.0/duckdb/src/Makevars.win                                                                             |    2 
 duckdb-0.4.0/duckdb/src/cpp11.cpp                                                                                |  161 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/column_reader.cpp                                               |  113 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/include/cast_column_reader.hpp                                  |   12 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/include/column_reader.hpp                                       |   12 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/include/list_column_reader.hpp                                  |   10 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/include/parquet_reader.hpp                                      |   12 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/include/struct_column_reader.hpp                                |    2 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/include/thrift_tools.hpp                                        |  178 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/parquet-extension.cpp                                           |  171 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/parquet_metadata.cpp                                            |   35 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/parquet_reader.cpp                                              |  166 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/parquet_statistics.cpp                                          |    4 
 duckdb-0.4.0/duckdb/src/duckdb/extension/parquet/parquet_writer.cpp                                              |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/catalog.cpp                                                           |   20 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/catalog_entry/column_dependency_manager.cpp                           |only
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/catalog_entry/schema_catalog_entry.cpp                                |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/catalog_entry/table_catalog_entry.cpp                                 |  212 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/catalog_entry/type_catalog_entry.cpp                                  |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/catalog_set.cpp                                                       |  120 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/default/default_functions.cpp                                         |   36 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/default/default_types.cpp                                             |only
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/default/default_views.cpp                                             |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/catalog/dependency_manager.cpp                                                |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/arrow_wrapper.cpp                                                      |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/enums/expression_type.cpp                                              |   17 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/enums/join_type.cpp                                                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/enums/physical_operator_type.cpp                                       |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/enums/statement_type.cpp                                               |   17 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/field_writer.cpp                                                       |   14 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/file_system.cpp                                                        |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/local_file_system.cpp                                                  |   34 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/operator/cast_operators.cpp                                            |  155 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/progress_bar.cpp                                                       |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/random_engine.cpp                                                      |only
 duckdb-0.4.0/duckdb/src/duckdb/src/common/row_operations/row_aggregate.cpp                                       |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/row_operations/row_heap_scatter.cpp                                    |   49 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/row_operations/row_radix_scatter.cpp                                   |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/sort/sort_state.cpp                                                    |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/string_util.cpp                                                        |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/tree_renderer.cpp                                                      |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types.cpp                                                              |  408 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/batched_chunk_collection.cpp                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/chunk_collection.cpp                                             |   42 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/date.cpp                                                         |   37 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/hugeint.cpp                                                      |   19 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/hyperloglog.cpp                                                  |  203 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/interval.cpp                                                     |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/selection_vector.cpp                                             |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/timestamp.cpp                                                    |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/value.cpp                                                        |   46 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/vector.cpp                                                       |  278 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/types/vector_buffer.cpp                                                |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/vector_operations/comparison_operators.cpp                             |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/vector_operations/is_distinct_from.cpp                                 |   29 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/vector_operations/vector_cast.cpp                                      |   60 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/vector_operations/vector_copy.cpp                                      |  159 
 duckdb-0.4.0/duckdb/src/duckdb/src/common/vector_operations/vector_hash.cpp                                      |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/aggregate_hashtable.cpp                                             |   29 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/expression_executor.cpp                                             |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/expression_executor/execute_case.cpp                                |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/expression_executor/execute_comparison.cpp                          |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/expression_executor/execute_function.cpp                            |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/expression_executor/execute_operator.cpp                            |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/index/art/art.cpp                                                   |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_hash_aggregate.cpp                      |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_simple_aggregate.cpp                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/aggregate/physical_window.cpp                              |   38 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_batch_collector.cpp                        |only
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_execute.cpp                                |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_limit.cpp                                  |  116 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_materialized_collector.cpp                 |only
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_prepare.cpp                                |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_result_collector.cpp                       |only
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/helper/physical_streaming_limit.cpp                        |only
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_cross_product.cpp                            |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_delim_join.cpp                               |   46 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_iejoin.cpp                                   |  447 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_index_join.cpp                               |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_join.cpp                                     |   39 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_piecewise_merge_join.cpp                     |  492 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/join/physical_range_join.cpp                               |only
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/order/physical_order.cpp                                   |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/persistent/buffered_csv_reader.cpp                         |  328 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_export.cpp                             |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/persistent/physical_insert.cpp                             |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/projection/physical_tableinout_function.cpp                |   46 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/projection/physical_unnest.cpp                             |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/scan/physical_chunk_scan.cpp                               |   34 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/scan/physical_table_scan.cpp                               |  104 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/schema/physical_drop.cpp                                   |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/set/physical_recursive_cte.cpp                             |   35 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/operator/set/physical_union.cpp                                     |   44 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/physical_operator.cpp                                               |  112 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/physical_plan/plan_aggregate.cpp                                    |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/physical_plan/plan_execute.cpp                                      |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/physical_plan/plan_limit.cpp                                        |   26 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/physical_plan_generator.cpp                                         |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/radix_partitioned_hashtable.cpp                                     |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/execution/window_segment_tree.cpp                                             |   36 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/algebraic/avg.cpp                                          |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/approx_count.cpp                              |  161 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/arg_min_max.cpp                               |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/bitagg.cpp                                    |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/bool.cpp                                      |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/count.cpp                                     |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/entropy.cpp                                   |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/first.cpp                                     |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/kurtosis.cpp                                  |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/minmax.cpp                                    |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/product.cpp                                   |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/skew.cpp                                      |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/string_agg.cpp                                |   91 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/distributive/sum.cpp                                       |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/holistic/approximate_quantile.cpp                          |  242 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/holistic/mode.cpp                                          |   32 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/holistic/quantile.cpp                                      |   86 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/holistic/reservoir_quantile.cpp                            |  373 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/nested/histogram.cpp                                       |  285 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/nested/list.cpp                                            |   31 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/regression/regr_avg.cpp                                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/regression/regr_intercept.cpp                              |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/regression/regr_r2.cpp                                     |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/regression/regr_sxx_syy.cpp                                |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/regression/regr_sxy.cpp                                    |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/aggregate/sorted_aggregate_function.cpp                              |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/cast_rules.cpp                                                       |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/function.cpp                                                         |  152 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/pragma/pragma_queries.cpp                                            |   18 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/age.cpp                                                  |   23 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/current.cpp                                              |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/date_diff.cpp                                            |   61 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/date_part.cpp                                            |  299 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/date_sub.cpp                                             |   59 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/date_trunc.cpp                                           |  390 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/make_date.cpp                                            |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/date/strftime.cpp                                             |  183 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/generic/constant_or_null.cpp                                  |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/generic/current_setting.cpp                                   |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/generic/stats.cpp                                             |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/array_slice.cpp                                          |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/contains_or_position.cpp                                 |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/flatten.cpp                                              |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/list_aggregates.cpp                                      |  335 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/list_concat.cpp                                          |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/list_extract.cpp                                         |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/list_sort.cpp                                            |only
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/list_value.cpp                                           |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/list/range.cpp                                                |   31 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/map/cardinality.cpp                                           |   22 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/map/map.cpp                                                   |   90 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/map/map_extract.cpp                                           |   37 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/math/numeric.cpp                                              |  118 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/math/random.cpp                                               |   87 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/math/setseed.cpp                                              |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/nested_functions.cpp                                          |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/operators/add.cpp                                             |   18 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/operators/arithmetic.cpp                                      |   30 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/operators/subtract.cpp                                        |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/sequence/nextval.cpp                                          |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/caseconvert.cpp                                        |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/concat.cpp                                             |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/instr.cpp                                              |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/length.cpp                                             |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/like.cpp                                               |   23 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/printf.cpp                                             |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/regexp.cpp                                             |   34 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/string/substring.cpp                                          |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/struct/struct_extract.cpp                                     |   29 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/struct/struct_pack.cpp                                        |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/system/aggregate_export.cpp                                   |   35 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar/system/system_functions.cpp                                   |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/scalar_function.cpp                                                  |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/arrow.cpp                                                      |  953 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/arrow_conversion.cpp                                           |only
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/checkpoint.cpp                                                 |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/copy_csv.cpp                                                   |  175 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/glob.cpp                                                       |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/pragma_detailed_profiling_output.cpp                           |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/pragma_last_profiling_output.cpp                               |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/range.cpp                                                      |   77 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/read_csv.cpp                                                   |  121 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/repeat.cpp                                                     |   18 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/summary.cpp                                                    |   26 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_columns.cpp                                      |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_constraints.cpp                                  |   18 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_dependencies.cpp                                 |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_functions.cpp                                    |   50 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_indexes.cpp                                      |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_keywords.cpp                                     |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_schemas.cpp                                      |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_sequences.cpp                                    |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_settings.cpp                                     |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_tables.cpp                                       |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_types.cpp                                        |   69 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/duckdb_views.cpp                                        |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/pragma_collations.cpp                                   |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/pragma_database_list.cpp                                |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/pragma_database_size.cpp                                |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/pragma_functions.cpp                                    |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/pragma_storage_info.cpp                                 |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/pragma_table_info.cpp                                   |   25 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/test_all_types.cpp                                      |   54 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system/test_vector_types.cpp                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/system_functions.cpp                                           |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/table_scan.cpp                                                 |  178 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/unnest.cpp                                                     |   71 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table/version/pragma_version.cpp                                     |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/function/table_function.cpp                                                   |   42 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb.h                                                              |   91 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog.hpp                                            |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/column_dependency_manager.hpp            |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/table_catalog_entry.hpp                  |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/table_column_type.hpp                    |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_entry/view_catalog_entry.hpp                   |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/catalog_set.hpp                                        |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/default/default_functions.hpp                          |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/catalog/default/default_types.hpp                              |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/allocator.hpp                                           |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/arrow.hpp                                               |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/constants.hpp                                           |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/cycle_counter.hpp                                       |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/dl.hpp                                                  |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/enums/expression_type.hpp                               |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/enums/physical_operator_type.hpp                        |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/enums/statement_type.hpp                                |   31 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/field_writer.hpp                                        |   24 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/operator/abs.hpp                                        |   56 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/operator/cast_operators.hpp                             |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/operator/numeric_cast.hpp                               |   33 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/progress_bar.hpp                                        |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/queue.hpp                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/radix.hpp                                               |  177 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/random_engine.hpp                                       |   36 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/result_arrow_wrapper.hpp                                |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/sort/sort.hpp                                           |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types.hpp                                               |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/arrow_aux_data.hpp                                |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/batched_chunk_collection.hpp                      |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/chunk_collection.hpp                              |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/date.hpp                                          |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/hyperloglog.hpp                                   |   32 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/selection_vector.hpp                              |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/timestamp.hpp                                     |   14 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/value.hpp                                         |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/value_map.hpp                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/vector.hpp                                        |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/types/vector_buffer.hpp                                 |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp                |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/vector_operations/binary_executor.hpp                   |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/vector_operations/ternary_executor.hpp                  |   49 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/common/winapi.hpp                                              |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/executor.hpp                                         |   17 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/expression_executor_state.hpp                        |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/index/art/art_key.hpp                                |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/aggregate/physical_hash_aggregate.hpp       |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_batch_collector.hpp         |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_execute.hpp                 |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_limit.hpp                   |   23 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_limit_percent.hpp           |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_materialized_collector.hpp  |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_result_collector.hpp        |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/helper/physical_streaming_limit.hpp         |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_cross_product.hpp             |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_delim_join.hpp                |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_iejoin.hpp                    |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_index_join.hpp                |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_join.hpp                      |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_piecewise_merge_join.hpp      |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/join/physical_range_join.hpp                |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/buffered_csv_reader.hpp          |   75 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/persistent/physical_export.hpp              |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/projection/physical_tableinout_function.hpp |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/projection/physical_unnest.hpp              |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_chunk_scan.hpp                |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/scan/physical_table_scan.hpp                |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/set/physical_recursive_cte.hpp              |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/operator/set/physical_union.hpp                      |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/physical_operator.hpp                                |   40 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/reservoir_sample.hpp                                 |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/execution/window_segment_tree.hpp                              |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/algebraic/corr.hpp                          |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/algebraic/covar.hpp                         |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/algebraic/stddev.hpp                        |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/nested_functions.hpp                        |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/regression/regr_count.hpp                   |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/regression/regr_slope.hpp                   |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate/sum_helpers.hpp                             |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/aggregate_function.hpp                                |   26 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/function.hpp                                          |   25 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/generic_functions.hpp                          |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/nested_functions.hpp                           |   34 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/regexp.hpp                                     |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/scalar/strftime.hpp                                   |   30 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/scalar_function.hpp                                   |   31 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/table/arrow.hpp                                       |  108 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/table/read_csv.hpp                                    |   14 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/table/system_functions.hpp                            |   20 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/table/table_scan.hpp                                  |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/table_function.hpp                                    |  138 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/function/table_macro_function.hpp                              |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/capi_internal.hpp                                         |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/client_config.hpp                                         |   19 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/client_context.hpp                                        |   68 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/client_data.hpp                                           |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/config.hpp                                                |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/connection.hpp                                            |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/external_dependencies.hpp                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/materialized_query_result.hpp                             |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/pending_query_result.hpp                                  |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/prepared_statement.hpp                                    |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/prepared_statement_data.hpp                               |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/query_profiler.hpp                                        |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/query_result.hpp                                          |   19 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/relation.hpp                                              |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/settings.hpp                                              |   45 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/main/stream_query_result.hpp                                   |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/optimizer/filter_combiner.hpp                                  |  102 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/equal_or_null_simplification.hpp                |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/list.hpp                                        |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/optimizer/rule/regex_optimizations.hpp                         |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/optimizer/statistics_propagator.hpp                            |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parallel/pipeline.hpp                                          |   43 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parallel/pipeline_executor.hpp                                 |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parallel/task_scheduler.hpp                                    |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/base_expression.hpp                                     |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/column_definition.hpp                                   |   74 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/constraint.hpp                                          |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/between_expression.hpp                       |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/conjunction_expression.hpp                   |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/function_expression.hpp                      |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/operator_expression.hpp                      |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/expression/window_expression.hpp                        |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/keyword_helper.hpp                                      |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/alter_table_info.hpp                        |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/parsed_data/create_table_info.hpp                       |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/parser.hpp                                              |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node.hpp                                          |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/recursive_cte_node.hpp                       |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/select_node.hpp                              |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/query_node/set_operation_node.hpp                       |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/sql_statement.hpp                                       |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/delete_statement.hpp                          |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/insert_statement.hpp                          |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/select_statement.hpp                          |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/statement/update_statement.hpp                          |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref.hpp                                            |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/crossproductref.hpp                            |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/emptytableref.hpp                              |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/expressionlistref.hpp                          |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/joinref.hpp                                    |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/subqueryref.hpp                                |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/tableref/table_function_ref.hpp                         |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/parser/transformer.hpp                                         |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/bind_context.hpp                                       |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/binder.hpp                                             |   24 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/constraints/bound_not_null_constraint.hpp              |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_cast_expression.hpp                   |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_reference_expression.hpp              |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/expression/bound_window_expression.hpp                 |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/expression_binder.hpp                                  |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/parsed_data/bound_create_table_info.hpp                |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/planner.hpp                                            |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/planner/table_binding.hpp                                      |   24 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/data_table.hpp                                         |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/base_statistics.hpp                         |   25 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/column_statistics.hpp                       |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/distinct_statistics.hpp                     |only
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/numeric_statistics.hpp                      |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/string_statistics.hpp                       |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/statistics/validity_statistics.hpp                     |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/include/duckdb/storage/table/scan_state.hpp                                   |   30 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/appender.cpp                                                             |   66 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/capi/arrow-c.cpp                                                         |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/capi/logical_types-c.cpp                                                 |   40 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/capi/result-c.cpp                                                        |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/capi/table_function-c.cpp                                                |   90 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/capi/threading-c.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/src/main/client_context.cpp                                                       |  428 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/client_data.cpp                                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/src/main/config.cpp                                                               |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/connection.cpp                                                           |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/database.cpp                                                             |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/extension/extension_helper.cpp                                           |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/extension/extension_load.cpp                                             |   24 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/materialized_query_result.cpp                                            |   12 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/pending_query_result.cpp                                                 |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/prepared_statement.cpp                                                   |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/prepared_statement_data.cpp                                              |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/query_profiler.cpp                                                       |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/query_result.cpp                                                         |   75 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/relation.cpp                                                             |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/relation/read_csv_relation.cpp                                           |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/relation/value_relation.cpp                                              |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/settings/settings.cpp                                                    |   94 
 duckdb-0.4.0/duckdb/src/duckdb/src/main/stream_query_result.cpp                                                  |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/filter_combiner.cpp                                                 |  435 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/join_order_optimizer.cpp                                            |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/optimizer.cpp                                                       |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/rule/enum_comparison.cpp                                            |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/rule/equal_or_null_simplification.cpp                               |only
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/rule/regex_optimizations.cpp                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_cast.cpp                            |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_conjunction.cpp                     |   67 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_constant.cpp                        |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/statistics/expression/propagate_function.cpp                        |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/statistics/operator/propagate_filter.cpp                            |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/optimizer/statistics_propagator.cpp                                           |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parallel/executor.cpp                                                         |  289 
 duckdb-0.4.0/duckdb/src/duckdb/src/parallel/pipeline.cpp                                                         |  130 
 duckdb-0.4.0/duckdb/src/duckdb/src/parallel/pipeline_executor.cpp                                                |   56 
 duckdb-0.4.0/duckdb/src/duckdb/src/parallel/task_scheduler.cpp                                                   |   53 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/base_expression.cpp                                                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/column_definition.cpp                                                  |  177 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/expression/function_expression.cpp                                     |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/expression/subquery_expression.cpp                                     |   14 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/expression/window_expression.cpp                                       |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/keyword_helper.cpp                                                     |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/parsed_data/alter_table_info.cpp                                       |   13 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/parsed_expression_iterator.cpp                                         |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/parser.cpp                                                             |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/query_node.cpp                                                         |   76 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/query_node/recursive_cte_node.cpp                                      |   11 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/query_node/select_node.cpp                                             |   96 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/query_node/set_operation_node.cpp                                      |   31 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/result_modifier.cpp                                                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/statement/delete_statement.cpp                                         |   29 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/statement/insert_statement.cpp                                         |   65 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/statement/select_statement.cpp                                         |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/statement/update_statement.cpp                                         |   32 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref.cpp                                                           |   32 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/basetableref.cpp                                              |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/crossproductref.cpp                                           |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/emptytableref.cpp                                             |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/expressionlistref.cpp                                         |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/joinref.cpp                                                   |   26 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/subqueryref.cpp                                               |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/tableref/table_function.cpp                                            |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/constraint/transform_constraint.cpp                          |   46 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/expression/transform_function.cpp                            |   19 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/expression/transform_operator.cpp                            |   17 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/expression/transform_param_ref.cpp                           |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/helpers/nodetype_to_string.cpp                               |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_groupby.cpp                                |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/helpers/transform_typename.cpp                               |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/statement/transform_alter_table.cpp                          |   17 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_table.cpp                         |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/statement/transform_create_type.cpp                          |only
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_join.cpp                                  |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transform/tableref/transform_tableref.cpp                              |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/parser/transformer.cpp                                                        |   17 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/bind_context.cpp                                                      |   65 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder.cpp                                                            |   25 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_aggregate_expression.cpp                       |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_case_expression.cpp                            |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_columnref_expression.cpp                       |   87 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_comparison_expression.cpp                      |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_operator_expression.cpp                        |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_parameter_expression.cpp                       |    4 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_subquery_expression.cpp                        |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/expression/bind_window_expression.cpp                          |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_call.cpp                                        |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_copy.cpp                                        |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_create.cpp                                      |  160 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_create_table.cpp                                |  180 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_delete.cpp                                      |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_drop.cpp                                        |    9 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_explain.cpp                                     |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_export.cpp                                      |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_insert.cpp                                      |   92 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_load.cpp                                        |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_pragma.cpp                                      |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_select.cpp                                      |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_set.cpp                                         |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_show.cpp                                        |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_simple.cpp                                      |    6 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_summarize.cpp                                   |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_update.cpp                                      |   22 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/statement/bind_vacuum.cpp                                      |    1 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_basetableref.cpp                                 |   19 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/binder/tableref/bind_table_function.cpp                               |   46 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/expression/bound_cast_expression.cpp                                  |    5 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/expression/bound_window_expression.cpp                                |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/expression_binder.cpp                                                 |   35 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/expression_binder/alter_binder.cpp                                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/expression_binder/check_binder.cpp                                    |   10 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/expression_iterator.cpp                                               |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/planner.cpp                                                           |   88 
 duckdb-0.4.0/duckdb/src/duckdb/src/planner/table_binding.cpp                                                     |   79 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/buffer_manager.cpp                                                    |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/checkpoint/table_data_reader.cpp                                      |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/checkpoint/table_data_writer.cpp                                      |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/checkpoint_manager.cpp                                                |    8 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/compression/dictionary_compression.cpp                                |   22 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/compression/fixed_size_uncompressed.cpp                               |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/data_table.cpp                                                        |  123 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/local_storage.cpp                                                     |   21 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/base_statistics.cpp                                        |  115 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/column_statistics.cpp                                      |only
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/distinct_statistics.cpp                                    |only
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/list_statistics.cpp                                        |   30 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/numeric_statistics.cpp                                     |   28 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/segment_statistics.cpp                                     |    7 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/string_statistics.cpp                                      |   27 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/struct_statistics.cpp                                      |   22 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/statistics/validity_statistics.cpp                                    |   15 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/table/column_data.cpp                                                 |   19 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/table/list_column_data.cpp                                            |    3 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/table/row_group.cpp                                                   |   16 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/table/standard_column_data.cpp                                        |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/table/struct_column_data.cpp                                          |    2 
 duckdb-0.4.0/duckdb/src/duckdb/src/storage/table/update_segment.cpp                                              |    8 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/httplib/httplib.hpp                                                   |    2 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/hyperloglog/hyperloglog.cpp                                           |   49 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/hyperloglog/hyperloglog.hpp                                           |   31 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/libpg_query/include/nodes/nodes.hpp                                   |    2 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/libpg_query/include/nodes/parsenodes.hpp                              |   25 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/libpg_query/include/parser/gram.hpp                                   | 1883 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/libpg_query/include/parser/kwlist.hpp                                 |    4 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/libpg_query/src_backend_parser_gram.cpp                               |35816 +++++-----
 duckdb-0.4.0/duckdb/src/duckdb/third_party/libpg_query/src_backend_parser_scan.cpp                               | 1039 
 duckdb-0.4.0/duckdb/src/duckdb/third_party/zstd/compress/zstd_compress_superblock.cpp                            |    6 
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_catalog.cpp                                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_catalog_catalog_entry.cpp                                                  |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_catalog_default.cpp                                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common.cpp                                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_crypto.cpp                                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_enums.cpp                                                           |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_operator.cpp                                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_row_operations.cpp                                                  |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_serializer.cpp                                                      |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_sort.cpp                                                            |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_types.cpp                                                           |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_common_value_operations.cpp                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution.cpp                                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_expression_executor.cpp                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_index_art.cpp                                                    |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_nested_loop_join.cpp                                             |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_aggregate.cpp                                           |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_filter.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_helper.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_join.cpp                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_order.cpp                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_persistent.cpp                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_projection.cpp                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_scan.cpp                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_schema.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_operator_set.cpp                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_execution_physical_plan.cpp                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function.cpp                                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_aggregate.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_aggregate_algebraic.cpp                                           |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_aggregate_distributive.cpp                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_aggregate_holistic.cpp                                            |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_aggregate_nested.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_aggregate_regression.cpp                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_pragma.cpp                                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar.cpp                                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_blob.cpp                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_date.cpp                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_enum.cpp                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_generic.cpp                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_list.cpp                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_map.cpp                                                    |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_math.cpp                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_operators.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_sequence.cpp                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_string.cpp                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_struct.cpp                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_scalar_system.cpp                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_table.cpp                                                         |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_table_system.cpp                                                  |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_function_table_version.cpp                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_main.cpp                                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_main_capi.cpp                                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_main_extension.cpp                                                         |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_main_relation.cpp                                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_main_settings.cpp                                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer.cpp                                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_join_order.cpp                                                   |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_matcher.cpp                                                      |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_pullup.cpp                                                       |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_pushdown.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_rule.cpp                                                         |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_statistics_expression.cpp                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_optimizer_statistics_operator.cpp                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parallel.cpp                                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser.cpp                                                                 |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_constraints.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_expression.cpp                                                      |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_parsed_data.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_query_node.cpp                                                      |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_statement.cpp                                                       |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_tableref.cpp                                                        |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_transform_constraint.cpp                                            |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_transform_expression.cpp                                            |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_transform_helpers.cpp                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_transform_statement.cpp                                             |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_parser_transform_tableref.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner.cpp                                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_binder_expression.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_binder_query_node.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_binder_statement.cpp                                               |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_binder_tableref.cpp                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_expression.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_expression_binder.cpp                                              |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_filter.cpp                                                         |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_operator.cpp                                                       |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_planner_subquery.cpp                                                       |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_storage.cpp                                                                |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_storage_buffer.cpp                                                         |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_storage_checkpoint.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_storage_compression.cpp                                                    |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_storage_statistics.cpp                                                     |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_storage_table.cpp                                                          |only
 duckdb-0.4.0/duckdb/src/duckdb/ub_src_transaction.cpp                                                            |only
 duckdb-0.4.0/duckdb/src/include/rapi.hpp                                                                         |   12 
 duckdb-0.4.0/duckdb/src/include/typesr.hpp                                                                       |    3 
 duckdb-0.4.0/duckdb/src/register.cpp                                                                             |   46 
 duckdb-0.4.0/duckdb/src/relational.cpp                                                                           |only
 duckdb-0.4.0/duckdb/src/scan.cpp                                                                                 |  256 
 duckdb-0.4.0/duckdb/src/statement.cpp                                                                            |  153 
 duckdb-0.4.0/duckdb/src/types.cpp                                                                                |   46 
 duckdb-0.4.0/duckdb/src/utils.cpp                                                                                |   15 
 duckdb-0.4.0/duckdb/tests/testthat/test-DBItest.R                                                                |   20 
 duckdb-0.4.0/duckdb/tests/testthat/test_ambiguous_prepare.R                                                      |only
 duckdb-0.4.0/duckdb/tests/testthat/test_arrow.R                                                                  |   97 
 duckdb-0.4.0/duckdb/tests/testthat/test_arrow_stream.R                                                           |   10 
 duckdb-0.4.0/duckdb/tests/testthat/test_extensions.R                                                             |only
 duckdb-0.4.0/duckdb/tests/testthat/test_factor.R                                                                 |   10 
 duckdb-0.4.0/duckdb/tests/testthat/test_fetch.R                                                                  |only
 duckdb-0.4.0/duckdb/tests/testthat/test_register_arrow.R                                                         |   69 
 duckdb-0.4.0/duckdb/tests/testthat/test_relational.R                                                             |only
 duckdb-0.4.0/duckdb/tests/testthat/test_struct.R                                                                 |only
 685 files changed, 31995 insertions(+), 26501 deletions(-)

More information about duckdb at CRAN
Permanent link

Package DDIwR updated to version 0.12 with previous version 0.11 dated 2022-05-13

Title: DDI with R
Description: Useful functions for various DDI (Data Documentation Initiative) related inputs and outputs. Converts data files to and from SPSS, Stata, SAS, R and Excel, including user declared missing values.
Author: Adrian Dusa [aut, cre, cph]
Maintainer: Adrian Dusa <dusa.adrian@unibuc.ro>

Diff between DDIwR versions 0.11 dated 2022-05-13 and 0.12 dated 2022-06-21

 DESCRIPTION           |   10 
 MD5                   |   42 +--
 NAMESPACE             |    1 
 R/checkType.R         |   65 ++--
 R/collectMetadata.R   |   28 +-
 R/convert.R           |  460 ++++++++++++++++++++++++---------
 R/exportDDI.R         |  280 ++++++++++++--------
 R/getFormat.R         |   96 ++++--
 R/getMetadata.R       |   93 ++++--
 R/make_labelled.R     |   68 ++++
 R/onAttach.R          |    9 
 R/recodeCharcat.R     |only
 R/recodeValues.R      |  391 ++++++++++++++--------------
 R/setupfile.R         |  687 ++++++++++++++++++++++++++------------------------
 R/treatPath.R         |    2 
 inst/ChangeLog        |   16 +
 man/DDIwR_internal.Rd |    4 
 man/DDIwR_package.Rd  |   21 -
 man/convert.Rd        |   52 ++-
 man/getMetadata.Rd    |   10 
 man/recodeCharcat.Rd  |only
 man/recodeValues.Rd   |    3 
 man/setupfile.Rd      |    5 
 23 files changed, 1415 insertions(+), 928 deletions(-)

More information about DDIwR at CRAN
Permanent link

Package ChaosGame updated to version 1.2 with previous version 1.1 dated 2021-05-11

Title: Chaos Game
Description: The main objective of the package is to enter a word of at least two letters based on which an Iterated Function System with Probabilities is constructed, and a two-dimensional fractal containing the chosen word infinitely often is generated via the Chaos Game. Additionally, the package allows to project the two-dimensional fractal on several three-dimensional surfaces and to transform the fractal into another fractal with uniform marginals.
Author: Florian Griessenberger [aut, cre], Manuela Schreyer [aut], Johannes Bartel [aut], Wolfgang Trutschnig [aut]
Maintainer: Florian Griessenberger <florian.griessenberger@sbg.ac.at>

Diff between ChaosGame versions 1.1 dated 2021-05-11 and 1.2 dated 2022-06-21

 DESCRIPTION     |    8 ++++----
 MD5             |    8 ++++----
 NAMESPACE       |    1 -
 R/plot_word.R   |    2 +-
 R/plot_word3D.R |   11 +++++++----
 5 files changed, 16 insertions(+), 14 deletions(-)

More information about ChaosGame at CRAN
Permanent link

Package UPG updated to version 0.3.0 with previous version 0.2.2 dated 2021-01-07

Title: Efficient Bayesian Algorithms for Binary and Categorical Data Regression Models
Description: Efficient Bayesian implementations of probit, logit, multinomial logit and binomial logit models. Functions for plotting and tabulating the estimation output are available as well. Estimation is based on Gibbs sampling where the Markov chain Monte Carlo algorithms are based on the latent variable representations and marginal data augmentation algorithms outlined in Fr<fc>hwirth-Schnatter S., Zens G., Wagner H. (2020) <arXiv:2011.06898>.

Permanent link

Package systemfit updated to version 1.1-26 with previous version 1.1-24 dated 2019-12-09

Title: Estimating Systems of Simultaneous Equations
Description: Econometric estimation of simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), and Three-Stage Least Squares (3SLS) as suggested, e.g., by Zellner (1962) <doi:10.2307/2281644>, Zellner and Theil (1962) <doi:10.2307/1911287>, and Schmidt (1990) <doi:10.1016/0304-4076(90)90127-F>.
Author: Arne Henningsen and Jeff D. Hamann
Maintainer: Arne Henningsen <arne.henningsen@gmail.com>

Diff between systemfit versions 1.1-24 dated 2019-12-09 and 1.1-26 dated 2022-06-21

 DESCRIPTION                |   11 
 MD5                        |   28 -
 NEWS                       |    9 
 R/systemfit.R              |    2 
 build/vignette.rds         |binary
 inst/CITATION              |    4 
 inst/doc/systemfit.R       |  263 +++----------
 inst/doc/systemfit.Rnw     |  113 +++--
 inst/doc/systemfit.pdf     |binary
 man/GrunfeldGreene.Rd      |    6 
 man/KleinI.Rd              |    2 
 man/systemfit.Rd           |    4 
 tests/test_panel.R         |  494 +++++++++++++------------
 tests/test_panel.Rout.save |  887 +++++++++++++++++++++++----------------------
 vignettes/systemfit.Rnw    |  113 +++--
 15 files changed, 982 insertions(+), 954 deletions(-)

More information about systemfit at CRAN
Permanent link

Package plot3Drgl updated to version 1.0.3 with previous version 1.0.2 dated 2021-05-26

Title: Plotting Multi-Dimensional Data - Using 'rgl'
Description: The 'rgl' implementation of plot3D functions.
Author: Karline Soetaert <karline.soetaert@nioz.nl>
Maintainer: Karline Soetaert <karline.soetaert@nioz.nl>

Diff between plot3Drgl versions 1.0.2 dated 2021-05-26 and 1.0.3 dated 2022-06-21

 plot3Drgl-1.0.2/plot3Drgl/inst         |only
 plot3Drgl-1.0.2/plot3Drgl/vignettes    |only
 plot3Drgl-1.0.3/plot3Drgl/.Rinstignore |    2 +-
 plot3Drgl-1.0.3/plot3Drgl/DESCRIPTION  |    6 +++---
 plot3Drgl-1.0.3/plot3Drgl/MD5          |    9 ++-------
 plot3Drgl-1.0.3/plot3Drgl/R/plotrgl.R  |   10 +++++++++-
 6 files changed, 15 insertions(+), 12 deletions(-)

More information about plot3Drgl at CRAN
Permanent link

New package NeuralSens with initial version 1.0.1
Package: NeuralSens
Version: 1.0.1
Title: Sensitivity Analysis of Neural Networks
Date: 2022-06-13
Description: Analysis functions to quantify inputs importance in neural network models. Functions are available for calculating and plotting the inputs importance and obtaining the activation function of each neuron layer and its derivatives. The importance of a given input is defined as the distribution of the derivatives of the output with respect to that input in each training data point <doi:10.18637/jss.v102.i07>.
Author: Jose Portela Gonzalez [aut], Antonio Munoz San Roque [aut], Jaime Pizarroso Gonzalo [aut, ctb, cre]
Maintainer: Jaime Pizarroso Gonzalo <jpizarroso@comillas.edu>
Imports: ggplot2, gridExtra, NeuralNetTools, reshape2, caret, fastDummies, stringr, Hmisc, ggforce, scales, ggnewscale, magrittr
Suggests: h2o, RSNNS, nnet, neuralnet, plotly, e1071
NeedsCompilation: no
URL: https://github.com/JaiPizGon/NeuralSens
BugReports: https://github.com/JaiPizGon/NeuralSens/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Packaged: 2022-06-19 22:02:23 UTC; jaime
Repository: CRAN
Date/Publication: 2022-06-21 11:30:08 UTC

More information about NeuralSens at CRAN
Permanent link

Package micEconSNQP updated to version 0.6-10 with previous version 0.6-8 dated 2020-02-11

Title: Symmetric Normalized Quadratic Profit Function
Description: Tools for econometric production analysis with the Symmetric Normalized Quadratic (SNQ) profit function, e.g. estimation, imposing convexity in prices, and calculating elasticities and shadow prices.
Author: Arne Henningsen
Maintainer: Arne Henningsen <arne.henningsen@gmail.com>

Diff between micEconSNQP versions 0.6-8 dated 2020-02-11 and 0.6-10 dated 2022-06-21

 DESCRIPTION                      |    8 -
 MD5                              |   34 ++---
 NEWS                             |    9 +
 R/snqProfitImposeConvexity.R     |    2 
 R/snqProfitImposeConvexityStEr.R |    6 -
 man/predict.snqProfitEst.Rd      |    2 
 man/print.snqProfitEst.Rd        |    2 
 man/residuals.snqProfitEst.Rd    |    2 
 man/snqProfitCalc.Rd             |    2 
 man/snqProfitEla.Rd              |    8 -
 man/snqProfitEst.Rd              |    2 
 man/snqProfitFixEla.Rd           |   10 +
 man/snqProfitHessian.Rd          |    8 -
 man/snqProfitHessianDeriv.Rd     |    8 -
 man/snqProfitImposeConvexity.Rd  |    2 
 man/snqProfitShadowPrices.Rd     |    2 
 man/snqProfitWeights.Rd          |    2 
 tests/snqProfit.R                |  230 ++++++++++++++++++++-------------------
 18 files changed, 192 insertions(+), 147 deletions(-)

More information about micEconSNQP at CRAN
Permanent link

Package micEconIndex updated to version 0.1-8 with previous version 0.1-6 dated 2017-04-07

Title: Price and Quantity Indices
Description: Tools for calculating Laspeyres, Paasche, and Fisher price and quantity indices.
Author: Arne Henningsen
Maintainer: Arne Henningsen <arne.henningsen@gmail.com>

Diff between micEconIndex versions 0.1-6 dated 2017-04-07 and 0.1-8 dated 2022-06-21

 DESCRIPTION             |    8 -
 MD5                     |   11 -
 inst                    |only
 man/priceIndex.Rd       |    2 
 man/quantityIndex.Rd    |    2 
 tests/indices.R         |  263 +++++++++++++++++-----------------
 tests/indices.Rout.save |  361 ++++++++++++++++++++++++++++--------------------
 7 files changed, 367 insertions(+), 280 deletions(-)

More information about micEconIndex at CRAN
Permanent link

New package EHR with initial version 0.4-8
Package: EHR
Version: 0.4-8
Date: 2022-06-15
Title: Electronic Health Record (EHR) Data Processing and Analysis Tool
Maintainer: Leena Choi <leena.choi@vanderbilt.edu>
Description: Process and analyze electronic health record (EHR) data. The 'EHR' package provides modules to perform diverse medication-related studies using data from EHR databases. Especially, the package includes modules to perform pharmacokinetic/pharmacodynamic (PK/PD) analyses using EHRs, as outlined in Choi, Beck, McNeer, Weeks, Williams, James, Niu, Abou-Khalil, Birdwell, Roden, Stein, Bejan, Denny, and Van Driest (2020) <doi:10.1002/cpt.1787>. Additional modules will be added in future. In addition, this package provides various functions useful to perform Phenome Wide Association Study (PheWAS) to explore associations between drug exposure and phenotypes obtained from EHR data, as outlined in Choi, Carroll, Beck, Mosley, Roden, Denny, and Van Driest (2018) <doi:10.1093/bioinformatics/bty306>.
Depends: R (>= 2.10)
License: GPL (>= 3)
URL: https://choileena.github.io/
Imports: stats, utils, data.table, methods, lubridate, pkdata
Suggests: glmnet, logistf, medExtractR, knitr, rmarkdown, ggplot2, markdown
NeedsCompilation: no
VignetteBuilder: knitr
Packaged: 2022-06-15 21:12:47 UTC; beckca
Author: Leena Choi [aut, cre] , Cole Beck [aut] , Hannah Weeks [aut] , Elizabeth McNeer [aut], Nathan James [aut] , Michael Williams [aut]
Repository: CRAN
Date/Publication: 2022-06-21 11:20:02 UTC

More information about EHR at CRAN
Permanent link

Package babette updated to version 2.3.1 with previous version 2.3 dated 2021-09-27

Title: Control 'BEAST2'
Description: 'BEAST2' (<https://www.beast2.org>) is a widely used Bayesian phylogenetic tool, that uses DNA/RNA/protein data and many model priors to create a posterior of jointly estimated phylogenies and parameters. 'BEAST2' is commonly accompanied by 'BEAUti 2', 'Tracer' and 'DensiTree'. 'babette' provides for an alternative workflow of using all these tools separately. This allows doing complex Bayesian phylogenetics easily and reproducibly from 'R'.
Author: Richel J.C. Bilderbeek [aut, cre] , Joelle Barido-Sottani [rev] , David Winter [rev] , Jason Griffiths [ctb] , Giovanni Laudanno [ctb]
Maintainer: Richel J.C. Bilderbeek <richel@richelbilderbeek.nl>

Diff between babette versions 2.3 dated 2021-09-27 and 2.3.1 dated 2022-06-21

 babette-2.3.1/babette/DESCRIPTION                                                                           |   14 
 babette-2.3.1/babette/MD5                                                                                   |  202 +--
 babette-2.3.1/babette/NAMESPACE                                                                             |  534 +++++++++
 babette-2.3.1/babette/R/babette.R                                                                           |  540 +++++++++-
 babette-2.3.1/babette/R/bbt_continue.R                                                                      |   16 
 babette-2.3.1/babette/R/bbt_delete_temp_files.R                                                             |    8 
 babette-2.3.1/babette/R/bbt_run.R                                                                           |    6 
 babette-2.3.1/babette/R/bbt_run_from_model.R                                                                |   18 
 babette-2.3.1/babette/R/bbt_self_test.R                                                                     |   11 
 babette-2.3.1/babette/R/check_beast2_pkgs.R                                                                 |    6 
 babette-2.3.1/babette/R/create_test_bbt_run_output.R                                                        |    6 
 babette-2.3.1/babette/R/create_test_ns_output.R                                                             |    6 
 babette-2.3.1/babette/R/get_alignment_ids_from_xml.R                                                        |    6 
 babette-2.3.1/babette/R/get_babette_path.R                                                                  |    6 
 babette-2.3.1/babette/R/get_babette_paths.R                                                                 |    6 
 babette-2.3.1/babette/R/parse_beast2_output_to_ns.R                                                         |   10 
 babette-2.3.1/babette/R/plot_densitree.R                                                                    |    9 
 babette-2.3.1/babette/R/prepare_file_creation.R                                                             |    9 
 babette-2.3.1/babette/R/update_babette.R                                                                    |    1 
 babette-2.3.1/babette/build/vignette.rds                                                                    |binary
 babette-2.3.1/babette/inst/doc/demo.R                                                                       |   19 
 babette-2.3.1/babette/inst/doc/demo.Rmd                                                                     |   19 
 babette-2.3.1/babette/inst/doc/demo.html                                                                    |  213 +++
 babette-2.3.1/babette/inst/doc/examples.R                                                                   |   13 
 babette-2.3.1/babette/inst/doc/examples.Rmd                                                                 |   13 
 babette-2.3.1/babette/inst/doc/examples.html                                                                |   45 
 babette-2.3.1/babette/inst/doc/nested_sampling.R                                                            |   13 
 babette-2.3.1/babette/inst/doc/nested_sampling.Rmd                                                          |   13 
 babette-2.3.1/babette/inst/doc/nested_sampling.html                                                         |    5 
 babette-2.3.1/babette/inst/doc/step_by_step.R                                                               |   14 
 babette-2.3.1/babette/inst/doc/step_by_step.Rmd                                                             |   15 
 babette-2.3.1/babette/inst/doc/step_by_step.html                                                            |  203 +++
 babette-2.3.1/babette/inst/doc/tutorial.R                                                                   |   13 
 babette-2.3.1/babette/inst/doc/tutorial.Rmd                                                                 |   13 
 babette-2.3.1/babette/inst/doc/tutorial.html                                                                |   20 
 babette-2.3.1/babette/man/babette.Rd                                                                        |   10 
 babette-2.3.1/babette/man/bbt_continue.Rd                                                                   |    6 
 babette-2.3.1/babette/man/bbt_delete_temp_files.Rd                                                          |    8 
 babette-2.3.1/babette/man/bbt_run.Rd                                                                        |    6 
 babette-2.3.1/babette/man/bbt_run_from_model.Rd                                                             |    6 
 babette-2.3.1/babette/man/bbt_self_test.Rd                                                                  |    9 
 babette-2.3.1/babette/man/check_beast2_pkgs.Rd                                                              |    6 
 babette-2.3.1/babette/man/create_test_bbt_run_output.Rd                                                     |    6 
 babette-2.3.1/babette/man/create_test_ns_output.Rd                                                          |    6 
 babette-2.3.1/babette/man/get_alignment_ids_from_xml.Rd                                                     |    6 
 babette-2.3.1/babette/man/get_babette_path.Rd                                                               |    6 
 babette-2.3.1/babette/man/get_babette_paths.Rd                                                              |    6 
 babette-2.3.1/babette/man/parse_beast2_output_to_ns.Rd                                                      |    6 
 babette-2.3.1/babette/man/plot_densitree.Rd                                                                 |    7 
 babette-2.3.1/babette/man/prepare_file_creation.Rd                                                          |    6 
 babette-2.3.1/babette/man/update_babette.Rd                                                                 |    1 
 babette-2.3.1/babette/vignettes/demo.Rmd                                                                    |   19 
 babette-2.3.1/babette/vignettes/examples.Rmd                                                                |   13 
 babette-2.3.1/babette/vignettes/examples_cache/html/__packages                                              |    2 
 babette-2.3.1/babette/vignettes/examples_cache/html/example_1_9a7e9fde2d33e3ed3790160bec42f7bd.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_1_9a7e9fde2d33e3ed3790160bec42f7bd.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_1_9a7e9fde2d33e3ed3790160bec42f7bd.rdx          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_3_906eadff122b99bc0f5e52c5ee0085c8.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_3_906eadff122b99bc0f5e52c5ee0085c8.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_3_906eadff122b99bc0f5e52c5ee0085c8.rdx          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_4_cb35f9e0903c97c7aea274eaf006590d.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_4_cb35f9e0903c97c7aea274eaf006590d.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_4_cb35f9e0903c97c7aea274eaf006590d.rdx          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_5_0dd1c6b1d93686ea40853a537439cec3.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_5_0dd1c6b1d93686ea40853a537439cec3.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_5_0dd1c6b1d93686ea40853a537439cec3.rdx          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_6_b7dfd4e5f488333311a60b9c6d1e8fb1.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_6_b7dfd4e5f488333311a60b9c6d1e8fb1.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_6_b7dfd4e5f488333311a60b9c6d1e8fb1.rdx          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_7_be8f45e8147047d01f01c352470cb17e.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_7_be8f45e8147047d01f01c352470cb17e.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_7_be8f45e8147047d01f01c352470cb17e.rdx          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_8_1de6892c9a46796be2e3811e861e0a80.RData        |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_8_1de6892c9a46796be2e3811e861e0a80.rdb          |only
 babette-2.3.1/babette/vignettes/examples_cache/html/example_8_1de6892c9a46796be2e3811e861e0a80.rdx          |only
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-10-2.png                           |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-11-2.png                           |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-12-2.png                           |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-4-2.png                            |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-6-2.png                            |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-7-2.png                            |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-8-2.png                            |binary
 babette-2.3.1/babette/vignettes/examples_files/figure-html/unnamed-chunk-9-2.png                            |binary
 babette-2.3.1/babette/vignettes/nested_sampling.Rmd                                                         |   13 
 babette-2.3.1/babette/vignettes/step_by_step.Rmd                                                            |   15 
 babette-2.3.1/babette/vignettes/tutorial.Rmd                                                                |   13 
 babette-2.3.1/babette/vignettes/tutorial_cache/html/__packages                                              |    2 
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-10_53bf4d37a7aa68a2da3e4b924dd1396a.RData |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-10_53bf4d37a7aa68a2da3e4b924dd1396a.rdb   |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-10_53bf4d37a7aa68a2da3e4b924dd1396a.rdx   |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-15_c2e1b062766e25d92d0e7eb9e62be33c.RData |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-15_c2e1b062766e25d92d0e7eb9e62be33c.rdb   |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-15_c2e1b062766e25d92d0e7eb9e62be33c.rdx   |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-4_6f6347b2770644bf1725e510a9ff355d.RData  |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-4_6f6347b2770644bf1725e510a9ff355d.rdb    |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-4_6f6347b2770644bf1725e510a9ff355d.rdx    |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-6_6610fd60da168cfa648ab38528c018f8.RData  |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-6_6610fd60da168cfa648ab38528c018f8.rdb    |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-6_6610fd60da168cfa648ab38528c018f8.rdx    |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-8_a7b4cdf52b651a41092564aff8dc9f2d.RData  |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-8_a7b4cdf52b651a41092564aff8dc9f2d.rdb    |only
 babette-2.3.1/babette/vignettes/tutorial_cache/html/unnamed-chunk-8_a7b4cdf52b651a41092564aff8dc9f2d.rdx    |only
 babette-2.3/babette/vignettes/examples_cache/html/example_1_9b84623dd19da641121cbdcb87fe8712.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_1_9b84623dd19da641121cbdcb87fe8712.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_1_9b84623dd19da641121cbdcb87fe8712.rdx            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_3_fd76053465bae275a644704d2f17b11b.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_3_fd76053465bae275a644704d2f17b11b.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_3_fd76053465bae275a644704d2f17b11b.rdx            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_4_75be434b277b38f66140c1c2a1f30b9b.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_4_75be434b277b38f66140c1c2a1f30b9b.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_4_75be434b277b38f66140c1c2a1f30b9b.rdx            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_5_a9b702183c3281be48e4c7eafef9845d.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_5_a9b702183c3281be48e4c7eafef9845d.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_5_a9b702183c3281be48e4c7eafef9845d.rdx            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_6_c2598da5d37e18465d1b1e598d73a05d.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_6_c2598da5d37e18465d1b1e598d73a05d.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_6_c2598da5d37e18465d1b1e598d73a05d.rdx            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_7_5185c9338939512866741de5f5599387.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_7_5185c9338939512866741de5f5599387.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_7_5185c9338939512866741de5f5599387.rdx            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_8_70ca209c18fb4adc682ba7667c0489b3.RData          |only
 babette-2.3/babette/vignettes/examples_cache/html/example_8_70ca209c18fb4adc682ba7667c0489b3.rdb            |only
 babette-2.3/babette/vignettes/examples_cache/html/example_8_70ca209c18fb4adc682ba7667c0489b3.rdx            |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-10_16b5ad15c8acfd7243f3a503e0d2da2a.RData   |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-10_16b5ad15c8acfd7243f3a503e0d2da2a.rdb     |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-10_16b5ad15c8acfd7243f3a503e0d2da2a.rdx     |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-15_5e2be71b58a8725ae3feab173c0e9951.RData   |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-15_5e2be71b58a8725ae3feab173c0e9951.rdb     |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-15_5e2be71b58a8725ae3feab173c0e9951.rdx     |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-4_a98f0f2e57e1d8836125ad0d39f9eb6a.RData    |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-4_a98f0f2e57e1d8836125ad0d39f9eb6a.rdb      |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-4_a98f0f2e57e1d8836125ad0d39f9eb6a.rdx      |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-6_d2ccd6886380251788b9e551d42c0aeb.RData    |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-6_d2ccd6886380251788b9e551d42c0aeb.rdb      |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-6_d2ccd6886380251788b9e551d42c0aeb.rdx      |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-8_34cf8b9b1004ca8d19d6366970a319f0.RData    |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-8_34cf8b9b1004ca8d19d6366970a319f0.rdb      |only
 babette-2.3/babette/vignettes/tutorial_cache/html/unnamed-chunk-8_34cf8b9b1004ca8d19d6366970a319f0.rdx      |only
 138 files changed, 1882 insertions(+), 341 deletions(-)

More information about babette at CRAN
Permanent link

New package tablecompare with initial version 0.1.0
Package: tablecompare
Title: Compare Data Frames
Version: 0.1.0
Description: A toolbox for comparing two data frames with the aim of quick and simple functionality. Using a key-column common to both tables, see which rows are common and highlight differing values by column. Also included are functions validating keys and uniqueness of in-group values.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: glue, magrittr, rlang (>= 0.4.3), tidyselect (>= 0.4.3), purrr
Suggests: testthat (>= 3.0.0)
URL: https://github.com/eutwt/tablecompare
BugReports: https://github.com/eutwt/tablecompare/issues
Depends: data.table (>= 1.14.2)
NeedsCompilation: no
Packaged: 2022-06-18 20:08:24 UTC; mbp
Author: Ryan Dickerson [aut, cre]
Maintainer: Ryan Dickerson <fresh.tent5866@fastmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 10:40:02 UTC

More information about tablecompare at CRAN
Permanent link

New package r2redux with initial version 1.0.9
Package: r2redux
Title: R2 Statistic
Version: 1.0.9
Description: R2 statistic for significance test. Variance and covariance of R2 values used to assess the 95% CI and p-value of the R2 difference.
License: GPL (>= 3)
Encoding: UTF-8
NeedsCompilation: no
Depends: R (>= 2.10)
LazyData: true
Packaged: 2022-06-18 13:29:33 UTC; alh-admmdm
Author: Hong Lee [aut, cph], Moksedul Momin [aut, cre, cph]
Maintainer: Moksedul Momin <cvasu.momin@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 10:20:01 UTC

More information about r2redux at CRAN
Permanent link

New package MIMSunit with initial version 0.11.2
Package: MIMSunit
Title: Algorithm to Compute Monitor Independent Movement Summary Unit (MIMS-Unit)
Version: 0.11.2
Date: 2022-06-20
Description: The MIMS-unit algorithm is developed to compute Monitor Independent Movement Summary Unit, a measurement to summarize raw accelerometer data while ensuring harmonized results across different devices. It also includes scripts to reproduce results in the related publication (John, D., Tang. Q., Albinali, F. and Intille, S. (2019) <doi:10.1123/jmpb.2018-0068>).
License: MIT + file LICENSE
Language: en-US
Depends: R (>= 3.6.0)
Encoding: UTF-8
LazyData: true
URL: https://mhealthgroup.github.io/MIMSunit/, https://github.com/mhealthgroup/MIMSunit/tree/master
BugReports: https://github.com/mhealthgroup/MIMSunit/issues/
Imports: caTools (>= 1.17.1.1), tibble (>= 3.0.4), dplyr (>= 0.7.7), lubridate (>= 1.7.4), magrittr (>= 1.5), plyr (>= 1.8.4), readr (>= 1.1.1), R.utils (>= 2.7.0), stringr (>= 1.3.1), xts (>= 0.11-2), signal (>= 0.7-7), dygraphs (>= 1.1.1.6), shiny (>= 1.4.0.2), RColorBrewer (>= 1.1-2), utils (>= 3.6.1), ggplot2 (>= 3.2.1)
Suggests: testthat, pkgdown, gridExtra, remotes
SystemRequirements: memory (>= 4GB) Ubuntu: build-essential, libxml2-dev, libssl-dev, libcurl4-openssl-dev Windows: Rtools (>= 3.5)
NeedsCompilation: no
Packaged: 2022-06-20 09:59:06 UTC; tangqu
Author: Qu Tang [aut, cre] , Dinesh John [aut], Stephen Intille [aut], mHealth Research Group [cph]
Maintainer: Qu Tang <tang.q@northeastern.edu>
Repository: CRAN
Date/Publication: 2022-06-21 11:00:09 UTC

More information about MIMSunit at CRAN
Permanent link

New package ipsfs with initial version 1.0.0
Package: ipsfs
Title: Intuitionistic, Pythagorean, and Spherical Fuzzy Similarity Measure
Version: 1.0.0
Date: 2022-06-16
Author: Rama Ranjan Panda and Naresh Kumar Nagwani
Maintainer: Rama Ranjan Panda<rrpanda.phd2018.cs@nitrr.ac.in>
Description: Advanced fuzzy logic based techniques are implemented to compute the similarity among different objects or items. Typically, application areas consist of transforming raw data into the corresponding advanced fuzzy logic representation and determining the similarity between two objects using advanced fuzzy similarity techniques in various fields of research, such as text classification, pattern recognition, software projects, decision-making, medical diagnosis, and market prediction. Functions are designed to compute the membership, non-membership, hesitant-membership, indeterminacy-membership, and refusal-membership for the input matrices. Furthermore, it also includes a large number of advanced fuzzy logic based similarity measure functions to compute the Intuitionistic fuzzy similarity (IFS), Pythagorean fuzzy similarity (PFS), and Spherical fuzzy similarity (SFS) between two objects or items based on their fuzzy relationships. It also includes working examples for each function with sample data sets.
License: GPL-2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-06-18 05:42:14 UTC; user
Repository: CRAN
Date/Publication: 2022-06-21 10:10:02 UTC

More information about ipsfs at CRAN
Permanent link

Package GWPR.light updated to version 0.2.1 with previous version 0.2.0 dated 2022-03-21

Title: Geographically Weighted Panel Regression
Description: Geographically weighted panel regression is grounded in a branch of spatial statistics. Using geographically weights, the geographically weighted panel regression is try to solve the residuals from panel regression clustering spatially. To investigate whether the residuals cluster spatially, the Moran's I test is also improved. Furthermore, three local statistic tests are contained to help the users select model. The major references are Fotheringham et al. (2003, ISBN:978-0-470-85525-6) and Beenstock and Felsenstein (2019, ISBN:978-3-030-03614-0).
Author: Chao Li [aut, cre] , Shunsuke Managi [aut]
Maintainer: Chao Li <chaoli0394@gmail.com>

Diff between GWPR.light versions 0.2.0 dated 2022-03-21 and 0.2.1 dated 2022-06-21

 DESCRIPTION                        |    6 +++---
 MD5                                |   28 ++++++++++++++--------------
 R/GWPR.R                           |    6 ++++--
 R/GWPR.pFtest.R                    |    4 +++-
 R/GWPR.phtest.R                    |    4 +++-
 R/GWPR.plmtest.R                   |    4 +++-
 R/bw_GWPR.R                        |    4 +++-
 R/gwpr_A_pFtest.R                  |    5 ++++-
 R/gwpr_A_phtest.R                  |    5 ++++-
 R/gwpr_A_plmtest.R                 |    5 ++++-
 R/gwpr_F_pFtest.R                  |    6 +++++-
 R/gwpr_F_phtest.R                  |    5 ++++-
 R/gwpr_F_plmtest.R                 |    5 ++++-
 inst/doc/introduction_of_GWPR.html |   21 +++++++++++----------
 man/GWPR.Rd                        |    2 +-
 15 files changed, 70 insertions(+), 40 deletions(-)

More information about GWPR.light at CRAN
Permanent link

New package datelife with initial version 0.6.5
Package: datelife
Title: Scientific Data on Time of Lineage Divergence for Your Taxa
Version: 0.6.5
Maintainer: Luna L. Sanchez Reyes <sanchez.reyes.luna@gmail.com>
Description: Methods and workflows to get chronograms (i.e., phylogenetic trees with branch lengths proportional to time), using open, peer-reviewed, state-of-the-art scientific data on time of lineage divergence. This package constitutes the main underlying code of the DateLife web service at <www.datelife.org>. To obtain a single summary chronogram from a group of relevant chronograms, we implement the Super Distance Matrix (SDM) method described in Criscuolo et al. (2006) <doi:10.1080/10635150600969872>. To find the grove of chronograms with a sufficiently overlapping set of taxa for summarizing, we implement theorem 1.1. from Ané et al. (2009) <doi:10.1007/s00026-009-0017-x>. A given phylogenetic tree can be dated using time of lineage divergence data as secondary calibrations (with caution, see Schenk (2016) <doi:10.1371/journal.pone.0148228>). To obtain and apply secondary calibrations, the package implements the congruification method described in Eastman et al. (2013) <doi:10.1111/2041-210X.12051>. Tree dating can be performed with different methods including BLADJ (Webb et al. (2008) <doi:10.1093/bioinformatics/btn358>), PATHd8 (Britton et al. (2007) <doi:10.1080/10635150701613783>), mrBayes (Huelsenbeck and Ronquist (2001) <doi:10.1093/bioinformatics/17.8.754>), and treePL (Smith and O'Meara (2012) <doi:10.1093/bioinformatics/bts492>).
Depends: R (>= 3.6.0)
Imports: ape, abind, bold, phangorn, phytools, ips, cluster, compare, geiger, stats, stringr, rotl, paleotree, knitcitations, phylobase, taxize, treebase, utils, httr, plyr, phylocomr, BiocManager, data.table
Suggests: testthat, knitr, rmarkdown, usethis, devtools, covr, msa, Biostrings
LazyDataCompression: xz
SystemRequirements: PATHd8
URL: https://github.com/phylotastic/datelife, http://phylotastic.org/datelife/
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-06-20 08:37:04 UTC; luna
Author: Brian O'Meara [aut], Jonathan Eastman [aut], Tracy Heath [aut], April Wright [aut], Klaus Schliep [aut], Scott Chamberlain [aut], Peter Midford [aut], Luke Harmon [aut], Joseph Brown [aut], Matt Pennell [aut], Mike Alfaro [aut], Luna L. Sanchez Reyes [...truncated...]
Repository: CRAN
Date/Publication: 2022-06-21 11:00:02 UTC

More information about datelife at CRAN
Permanent link

New package batchmix with initial version 1.0.1
Package: batchmix
Title: Semi-Supervised Bayesian Mixture Models Incorporating Batch Correction
License: GPL-3
Version: 1.0.1
Description: Semi-supervised and unsupervised Bayesian mixture models that simultaneously infer the cluster/class structure and a batch correction. Densities available are the multivariate normal and the multivariate t. The model sampler is implemented in C++. This package is aimed at analysis of low-dimensional data generated across several batches. See Coleman et al. (2022) <doi:10.1101/2022.01.14.476352> for details of the model.
Imports: Rcpp (>= 1.0.5), tidyr, ggplot2
LinkingTo: Rcpp, RcppArmadillo, testthat
Suggests: xml2, knitr, rmarkdown
SystemRequirements: GNU make
Encoding: UTF-8
URL: https://github.com/stcolema/batchmix
BugReports: https://github.com/stcolema/batchmix/issues
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: yes
Packaged: 2022-06-18 17:44:45 UTC; stephen
Author: Stephen Coleman [aut, cre], Paul Kirk [aut], Chris Wallace [aut]
Maintainer: Stephen Coleman <stephen.coleman@mrc-bsu.cam.ac.uk>
Repository: CRAN
Date/Publication: 2022-06-21 10:30:02 UTC

More information about batchmix at CRAN
Permanent link

New package phacking with initial version 0.0.1
Package: phacking
Title: Sensitivity Analysis for p-Hacking in Meta-Analyses
Version: 0.0.1
Description: Fits right-truncated meta-analysis (RTMA), a bias correction for the joint effects of p-hacking (i.e., manipulation of results within studies to obtain significant, positive estimates) and traditional publication bias (i.e., the selective publication of studies with significant, positive results) in meta-analyses [see Mathur MB (2022). "Sensitivity analysis for p-hacking in meta-analyses." <doi:10.31219/osf.io/ezjsx>.]. Unlike publication bias alone, p-hacking that favors significant, positive results (termed "affirmative") can distort the distribution of affirmative results. To bias-correct results from affirmative studies would require strong assumptions on the exact nature of p-hacking. In contrast, joint p-hacking and publication bias do not distort the distribution of published nonaffirmative results when there is stringent p-hacking (e.g., investigators who hack always eventually obtain an affirmative result) or when there is stringent publication bias (e.g., nonaffirmative results from hacked studies are never published). This means that any published nonaffirmative results are from unhacked studies. Under these assumptions, RTMA involves analyzing only the published nonaffirmative results to essentially impute the full underlying distribution of all results prior to selection due to p-hacking and/or publication bias. The package also provides diagnostic plots described in Mathur (2022).
License: MIT + file LICENSE
URL: https://github.com/mikabr/phacking
BugReports: https://github.com/mikabr/phacking/issues
Encoding: UTF-8
Biarch: true
Depends: R (>= 3.4.0)
Imports: dplyr, ggplot2, methods, purrr, rlang, stats, stats4, truncnorm, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), Rdpack, rstan (>= 2.18.1), rstantools (>= 2.2.0)
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
LazyData: true
Suggests: testthat (>= 3.0.0)
NeedsCompilation: yes
Packaged: 2022-06-17 20:18:49 UTC; mbraginsky
Author: Mika Braginsky [aut, cre], Maya Mathur [aut]
Maintainer: Mika Braginsky <mika.br@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 09:40:02 UTC

More information about phacking at CRAN
Permanent link

New package MissingPlotLSD with initial version 0.1.0
Package: MissingPlotLSD
Title: Missing Plot in LSD
Version: 0.1.0
Description: A system for Analysis of LSD when there is one missing observation. Methods for this process is described in A.M.Gun,M.K.Gupta,B.Dasgupta(2019,ISBN:81-87567-81-3).
License: GPL-3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-06-17 15:18:24 UTC; USER
Author: Debarghya Baul [aut, cre], Arnab Roy [aut]
Maintainer: Debarghya Baul <debarghyabaul@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 09:40:08 UTC

More information about MissingPlotLSD at CRAN
Permanent link

Package IPLGP updated to version 2.0.2 with previous version 2.0.1 dated 2022-06-10

Title: Identification of Parental Lines via Genomic Prediction
Description: Combining genomic prediction with Monte Carlo simulation, three different strategies are implemented to select parental lines for multiple traits in plant breeding. The selection strategies include (i) GEBV-O considers only genomic estimated breeding values (GEBVs) of the candidate individuals; (ii) GD-O considers only genomic diversity (GD) of the candidate individuals; and (iii) GEBV-GD considers both GEBV and GD. The above method can be seen in Chung PY, Liao CT (2020) <doi:10.1371/journal.pone.0243159>. Multi-trait genomic best linear unbiased prediction (MT-GBLUP) model is used to simultaneously estimate GEBVs of the target traits, and then a selection index is adopted to evaluate the composite performance of an individual.
Author: Ping-Yuan Chung [cre], Chen-Tuo Liao [aut]
Maintainer: Ping-Yuan Chung <r06621204@ntu.edu.tw>

Diff between IPLGP versions 2.0.1 dated 2022-06-10 and 2.0.2 dated 2022-06-21

 DESCRIPTION        |    6 +++---
 MD5                |   18 ++++++++++--------
 R/GBLUP.fit.R      |   14 +++++++-------
 R/simu.GDO.R       |    4 ++--
 R/simu.GEBVGD.R    |    4 ++--
 R/simu.GEBVO.R     |    4 ++--
 inst               |only
 man/simu.GDO.Rd    |    4 ++--
 man/simu.GEBVGD.Rd |    4 ++--
 man/simu.GEBVO.Rd  |    4 ++--
 10 files changed, 32 insertions(+), 30 deletions(-)

More information about IPLGP at CRAN
Permanent link

New package interplex with initial version 0.1.0
Package: interplex
Title: Coercion Methods for Simplicial Complex Data Structures
Version: 0.1.0
Description: Computational topology, which includes topological data analysis (TDA), makes pervasive use of abstract mathematical objects called simplicial complexes; see Edelsbrunner and Harer (2010) <doi:10.1090/mbk/069>. Several R packages and other software libraries used through an R interface construct and use data structures that represent simplicial complexes, including mathematical graphs viewed as 1-dimensional complexes. This package provides coercers (converters) between these data structures. Currently supported structures are complete lists of simplices as used by 'TDA'; the simplex trees of Boissonnat and Maria (2014) <doi:10.1007/s00453-014-9887-3> as implemented in 'simplextree' and in Python GUDHI (by way of 'reticulate'); and the graph classes of 'igraph' and 'network', by way of the 'intergraph' package.
Suggests: TDA, simplextree (>= 0.9.1), igraph (>= 0.6-0), network (>= 1.4-2), intergraph, reticulate, roxygen2, rmarkdown, testthat
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/corybrunson/interplex
BugReports: https://github.com/corybrunson/interplex/issues
NeedsCompilation: no
Packaged: 2022-06-17 19:51:46 UTC; jason.brunson
Author: Jason Cory Brunson [aut, cre] , Yara Skaf [ctb]
Maintainer: Jason Cory Brunson <cornelioid@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 09:40:05 UTC

More information about interplex at CRAN
Permanent link

New package xportr with initial version 0.1.0
Package: xportr
Title: Utilities to Output CDISC SDTM/ADaM XPT Files
Version: 0.1.0
Description: Tools to build CDISC compliant data sets and check for CDISC compliance.
URL: https://github.com/atorus-research/xportr
BugReports: https://github.com/atorus-research/xportr/issues
Imports: dplyr (>= 1.0.2), purrr (>= 0.3.4), stringr (>= 1.4.0), magrittr, glue (>= 1.4.2), rlang (>= 0.4.10), cli, tidyselect, readr, janitor, tm, haven (>= 2.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: testthat (>= 3.0.0), withr, knitr, rmarkdown, readxl, DT, labelled, admiral, devtools, spelling, usethis, lintr, styler
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-06-17 15:02:18 UTC; eli.miller
Author: Eli Miller [aut, cre] , Vignesh Thanikachalam [aut], Ben Straub [aut], Ross Didenko [aut], Atorus/GSK JPT [cph]
Maintainer: Eli Miller <Eli.Miller@AtorusResearch.com>
Repository: CRAN
Date/Publication: 2022-06-21 09:00:02 UTC

More information about xportr at CRAN
Permanent link

Package ProbYX updated to version 1.1-0.1 with previous version 1.1-0 dated 2015-12-21

Title: Inference for the Stress-Strength Model R = P(Y<X)
Description: Confidence intervals and point estimation for R under various parametric model assumptions; likelihood inference based on classical first-order approximations and higher-order asymptotic procedures.
Author: Giuliana Cortese
Maintainer: Giuliana Cortese <gcortese@stat.unipd.it>

Diff between ProbYX versions 1.1-0 dated 2015-12-21 and 1.1-0.1 dated 2022-06-21

 DESCRIPTION           |    6 +++---
 MD5                   |    4 ++--
 man/ProbYX-package.Rd |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

More information about ProbYX at CRAN
Permanent link

New package HDOMDesign with initial version 1.0-1
Package: HDOMDesign
Version: 1.0-1
Title: High-Dimensional Orthogonal Maximin Distance Designs
Description: Contains functions to construct high-dimensional orthogonal maximin distance designs in two, four, eight, and sixteen levels from rotating the Kronecker product of sub-Hadamard matrices.
License: LGPL-2.1
Author: Xu He [aut, cre], Fasheng Sun [aut]
Maintainer: Xu He <hexu@amss.ac.cn>
Depends: HadamardR
NeedsCompilation: yes
Packaged: 2022-06-17 13:59:51 UTC; Mario
Repository: CRAN
Date/Publication: 2022-06-21 08:50:05 UTC

More information about HDOMDesign at CRAN
Permanent link

Package dextergui updated to version 0.2.6 with previous version 0.2.5 dated 2022-02-18

Title: A Graphical User Interface for Dexter
Description: Classical Test and Item analysis, Item Response analysis and data management for educational and psychological tests.
Author: Jesse Koops [aut, cre], Eva de Schipper [aut], Ivailo Partchev [aut, ctb], Gunter Maris [aut, ctb], Timo Bechger [aut, ctb], Gareth Watts [cph] , Hakim El Hattab [cph]
Maintainer: Jesse Koops <jesse.koops@cito.nl>

Diff between dextergui versions 0.2.5 dated 2022-02-18 and 0.2.6 dated 2022-06-21

 DESCRIPTION               |   14 -
 MD5                       |   18 -
 NEWS.md                   |    4 
 R/example.R               |    9 
 R/gui.R                   |   12 -
 R/serve.R                 |   19 +-
 R/spark.R                 |    2 
 build/vignette.rds        |binary
 inst/doc/dextergui.html   |  415 ++++++++++++++++++++++++++++++++++++++++------
 inst/www/dt_extensions.js |    4 
 10 files changed, 424 insertions(+), 73 deletions(-)

More information about dextergui at CRAN
Permanent link

New package depcache with initial version 0.1-2
Package: depcache
Title: Cache R Expressions, Taking Their Dependencies into Account
Imports: codetools, methods
Version: 0.1-2
Description: Hash an expression with its dependencies and store its value, reloading it from a file as long as both the expression and its dependencies stay the same.
License: GPL (>= 3)
NeedsCompilation: yes
Packaged: 2022-06-17 14:13:14 UTC; ivan
Author: Ivan Krylov [aut, cre]
Maintainer: Ivan Krylov <krylov.r00t@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 08:50:03 UTC

More information about depcache at CRAN
Permanent link

Package dplyr.teradata (with last version 0.4.1) was removed from CRAN

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

2020-11-12 0.4.1
2019-05-10 0.3.2

Permanent link
Package distribglm (with last version 0.4.1) was removed from CRAN

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

2021-04-15 0.4.1

Permanent link
Package tidyterra updated to version 0.2.0 with previous version 0.1.0 dated 2022-05-24

Title: 'tidyverse' Methods and 'ggplot2' Utils for 'terra' Objects
Description: Extension of the 'tidyverse' for 'SpatRaster' and 'SpatVector' objects of the 'terra' package. It includes also new 'geom_' functions that provide a convenient way of visualizing 'terra' objects with 'ggplot2'.
Author: Diego Hernangomez [aut, cre, cph] , Dewey Dunnington [ctb]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between tidyterra versions 0.1.0 dated 2022-05-24 and 0.2.0 dated 2022-06-21

 tidyterra-0.1.0/tidyterra/man/figures/README-example-temp-1.png           |only
 tidyterra-0.1.0/tidyterra/man/figures/README-example-temp-2.png           |only
 tidyterra-0.1.0/tidyterra/man/figures/README-example-tile-1.png           |only
 tidyterra-0.1.0/tidyterra/man/figures/README-example-tile-2.png           |only
 tidyterra-0.2.0/tidyterra/DESCRIPTION                                     |    7 
 tidyterra-0.2.0/tidyterra/MD5                                             |   86 +--
 tidyterra-0.2.0/tidyterra/NAMESPACE                                       |   25 
 tidyterra-0.2.0/tidyterra/NEWS.md                                         |   92 ++-
 tidyterra-0.2.0/tidyterra/R/compare_spatrasters.R                         |    8 
 tidyterra-0.2.0/tidyterra/R/data.R                                        |only
 tidyterra-0.2.0/tidyterra/R/geom_spat_contour.R                           |   27 -
 tidyterra-0.2.0/tidyterra/R/geom_spat_contour_fill.R                      |    2 
 tidyterra-0.2.0/tidyterra/R/geom_spatraster.R                             |    9 
 tidyterra-0.2.0/tidyterra/R/geom_spatraster_rgb.R                         |    4 
 tidyterra-0.2.0/tidyterra/R/replace_na.Spat.R                             |    2 
 tidyterra-0.2.0/tidyterra/R/scales_fill_cross_blended.R                   |only
 tidyterra-0.2.0/tidyterra/R/scales_fill_hypso.R                           |only
 tidyterra-0.2.0/tidyterra/R/scales_fill_terrain.R                         |  265 ++++------
 tidyterra-0.2.0/tidyterra/R/scales_fill_whitebox.R                        |only
 tidyterra-0.2.0/tidyterra/R/scales_fill_wiki.R                            |only
 tidyterra-0.2.0/tidyterra/R/select.Spat.R                                 |    2 
 tidyterra-0.2.0/tidyterra/R/slice.Spat.R                                  |   23 
 tidyterra-0.2.0/tidyterra/R/sysdata.rda                                   |only
 tidyterra-0.2.0/tidyterra/R/tidyterra-package.R                           |   16 
 tidyterra-0.2.0/tidyterra/README.md                                       |   90 ++-
 tidyterra-0.2.0/tidyterra/build/partial.rdb                               |only
 tidyterra-0.2.0/tidyterra/data                                            |only
 tidyterra-0.2.0/tidyterra/inst/CITATION                                   |   41 -
 tidyterra-0.2.0/tidyterra/inst/WORDLIST                                   |   31 +
 tidyterra-0.2.0/tidyterra/inst/doc/tidyterra.R                            |   60 +-
 tidyterra-0.2.0/tidyterra/inst/doc/tidyterra.Rmd                          |   64 +-
 tidyterra-0.2.0/tidyterra/inst/doc/tidyterra.html                         |  256 +++++----
 tidyterra-0.2.0/tidyterra/inst/extdata/asia.tif                           |only
 tidyterra-0.2.0/tidyterra/inst/extdata/volcano2.tif                       |binary
 tidyterra-0.2.0/tidyterra/man/autoplot.Rd                                 |    3 
 tidyterra-0.2.0/tidyterra/man/cross_blended_hypsometric_tints_db.Rd       |only
 tidyterra-0.2.0/tidyterra/man/geom_spat_contour.Rd                        |   30 -
 tidyterra-0.2.0/tidyterra/man/geom_spatraster.Rd                          |   13 
 tidyterra-0.2.0/tidyterra/man/geom_spatraster_rgb.Rd                      |    3 
 tidyterra-0.2.0/tidyterra/man/ggspatvector.Rd                             |    3 
 tidyterra-0.2.0/tidyterra/man/hypsometric_tints_db.Rd                     |only
 tidyterra-0.2.0/tidyterra/man/roxygen/meta.R                              |   17 
 tidyterra-0.2.0/tidyterra/man/scale_fill_cross_blended.Rd                 |only
 tidyterra-0.2.0/tidyterra/man/scale_fill_hypso.Rd                         |only
 tidyterra-0.2.0/tidyterra/man/scale_fill_terrain.Rd                       |   42 -
 tidyterra-0.2.0/tidyterra/man/scale_fill_whitebox.Rd                      |only
 tidyterra-0.2.0/tidyterra/man/scale_fill_wiki.Rd                          |only
 tidyterra-0.2.0/tidyterra/man/slice.Rd                                    |    9 
 tidyterra-0.2.0/tidyterra/man/volcano2.Rd                                 |only
 tidyterra-0.2.0/tidyterra/tests/testthat/test-scales_fill_cross_blended.R |only
 tidyterra-0.2.0/tidyterra/tests/testthat/test-scales_fill_hypso.R         |only
 tidyterra-0.2.0/tidyterra/tests/testthat/test-scales_fill_whitebox.R      |only
 tidyterra-0.2.0/tidyterra/tests/testthat/test-scales_fill_wiki.R          |only
 tidyterra-0.2.0/tidyterra/tests/testthat/test-slice-SpatRaster.R          |   94 ++-
 tidyterra-0.2.0/tidyterra/vignettes/tidyterra.Rmd                         |   64 +-
 55 files changed, 810 insertions(+), 578 deletions(-)

More information about tidyterra at CRAN
Permanent link

Package R.devices updated to version 2.17.1 with previous version 2.17.0 dated 2021-01-19

Title: Unified Handling of Graphics Devices
Description: Functions for creating plots and image files in a unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as well as scales and aspect ratios are controlled in a uniform way across all device types. Switching output format requires minimal changes in code. This package is ideal for large-scale batch processing, because it will never leave open graphics devices or incomplete image files behind, even on errors or user interrupts.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>

Diff between R.devices versions 2.17.0 dated 2021-01-19 and 2.17.1 dated 2022-06-21

 R.devices-2.17.0/R.devices/NEWS                                 |only
 R.devices-2.17.1/R.devices/DESCRIPTION                          |    7 +---
 R.devices-2.17.1/R.devices/MD5                                  |   16 +++++-----
 R.devices-2.17.1/R.devices/NAMESPACE                            |    1 
 R.devices-2.17.1/R.devices/NEWS.md                              |only
 R.devices-2.17.1/R.devices/build/vignette.rds                   |binary
 R.devices-2.17.1/R.devices/inst/doc/R.devices-overview.pdf      |binary
 R.devices-2.17.1/R.devices/inst/doc/R.devices-overview.tex.rsp  |    2 +
 R.devices-2.17.1/R.devices/man/R.devices-package.Rd             |    4 +-
 R.devices-2.17.1/R.devices/vignettes/R.devices-overview.tex.rsp |    2 +
 10 files changed, 17 insertions(+), 15 deletions(-)

More information about R.devices at CRAN
Permanent link

Package idr updated to version 1.3 with previous version 1.2 dated 2014-09-04

Title: Irreproducible Discovery Rate
Description: This is a package for estimating the copula mixture model and plotting correspondence curves. Details are in "Measuring reproducibility of high-throughput experiments" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779, by Li, Brown, Huang, and Bickel.
Author: Qunhua Li
Maintainer: Qunhua Li <qunhua.li@psu.edu>

Diff between idr versions 1.2 dated 2014-09-04 and 1.3 dated 2022-06-21

 DESCRIPTION |   15 ++++++++-------
 MD5         |    4 ++--
 NAMESPACE   |    4 +++-
 3 files changed, 13 insertions(+), 10 deletions(-)

More information about idr at CRAN
Permanent link

Package casen updated to version 0.2.0 with previous version 0.1.4 dated 2020-04-08

Title: Metodos De Estimacion Con Disenio Probabilistico y Estratificado en Encuesta CASEN (Estimation Methods with Probabilistic Stratified Sampling in CASEN Survey)
Description: Funciones para realizar estadistica descriptiva e inferencia con el disenio complejo de la Encuesta CASEN (Encuesta de Caracterizacion Socio-Economica). Incluye datasets que permiten armonizar los codigos de comunas que cambian entre anios y permite convertir a los codigos oficiales de SUBDERE. (Functions to compute descriptive and inferential statistics with CASEN Survey [Socio-Economic Characterization Survey] complex design. Includes datasets to harmonize commune codes that change across years and allows to convert to official SUBDERE codes.)
Author: Mauricio Vargas [aut, cre] , Ricardo Aravena [ths], Klaus Lehmann [ctb], Pontificia Universidad Catolica de Chile [cph], Ministerio de Desarrollo Social [dtc], Subsecretaria de Desarrollo Regional [dtc]
Maintainer: Mauricio Vargas <mavargas11@uc.cl>

Diff between casen versions 0.1.4 dated 2020-04-08 and 0.2.0 dated 2022-06-21

 casen-0.1.4/casen/NEWS.md                                      |only
 casen-0.2.0/casen/DESCRIPTION                                  |   35 
 casen-0.2.0/casen/MD5                                          |   33 
 casen-0.2.0/casen/NAMESPACE                                    |    5 
 casen-0.2.0/casen/R/descriptive_statistics.R                   |   10 
 casen-0.2.0/casen/R/download_casen.R                           |   38 
 casen-0.2.0/casen/R/harmonize_factors.R                        |only
 casen-0.2.0/casen/R/internals.R                                |    4 
 casen-0.2.0/casen/build/vignette.rds                           |binary
 casen-0.2.0/casen/inst/doc/basic-usage.R                       |   15 
 casen-0.2.0/casen/inst/doc/basic-usage.Rmd                     |   15 
 casen-0.2.0/casen/inst/doc/basic-usage.html                    |  542 ++++++----
 casen-0.2.0/casen/man/armonizar_oficio.Rd                      |only
 casen-0.2.0/casen/man/armonizar_rama.Rd                        |only
 casen-0.2.0/casen/man/armonizar_region.Rd                      |only
 casen-0.2.0/casen/man/descargar_casen_mds.Rd                   |    3 
 casen-0.2.0/casen/tests/testthat/agrupada.txt                  |  432 ++++++-
 casen-0.2.0/casen/tests/testthat/test-descriptive_statistics.R |    4 
 casen-0.2.0/casen/tests/testthat/test-download_casen.R         |   15 
 casen-0.2.0/casen/vignettes/basic-usage.Rmd                    |   15 
 20 files changed, 819 insertions(+), 347 deletions(-)

More information about casen at CRAN
Permanent link

Package BANOVA updated to version 1.2.1 with previous version 1.2.0 dated 2021-04-27

Title: Hierarchical Bayesian ANOVA Models
Description: It covers several Bayesian Analysis of Variance (BANOVA) models used in analysis of experimental designs in which both within- and between- subjects factors are manipulated. They can be applied to data that are common in the behavioral and social sciences. The package includes: Hierarchical Bayes ANOVA models with normal response, t response, Binomial (Bernoulli) response, Poisson response, ordered multinomial response and multinomial response variables. All models accommodate unobserved heterogeneity by including a normal distribution of the parameters across individuals. Outputs of the package include tables of sums of squares, effect sizes and p-values, and tables of predictions, which are easily interpretable for behavioral and social researchers. The floodlight analysis and mediation analysis based on these models are also provided. BANOVA uses 'Stan' and 'JAGS' as the computational platform. References: Dong and Wedel (2017) <doi:10.18637/jss.v081.i09>; Wedel and Dong (2020) <doi:10.1002/jcpy.1111>.
Author: Chen Dong, Michel Wedel, Anna Kopyakova
Maintainer: Chen Dong <chendong.math.umd@gmail.com>

Diff between BANOVA versions 1.2.0 dated 2021-04-27 and 1.2.1 dated 2022-06-21

 DESCRIPTION                      |   10 -
 MD5                              |   90 +++++-----
 R/BANOVA.BernNormal.R            |  268 +++++++++++++++----------------
 R/BANOVA.BinNormal.R             |  266 +++++++++++++++----------------
 R/BANOVA.MultiNormal.R           |  206 ++++++++++++------------
 R/BANOVA.NormalNormal.R          |  304 ++++++++++++++++++------------------
 R/BANOVA.PNormal.R               |  290 +++++++++++++++++-----------------
 R/BANOVA.TNormal.R               |  278 ++++++++++++++++-----------------
 R/BANOVA.mediation.R             |    2 
 R/BANOVA.ordMultiNormal.R        |  328 +++++++++++++++++++--------------------
 R/BANOVA.run.R                   |   24 +-
 R/BANOVA.simple.R                |    2 
 R/multi.design.matrix.R          |    4 
 R/multi.predict.means.R          |   10 -
 R/predict.means.R                |    8 
 R/print.BANOVA.multi.mediation.R |    2 
 build/vignette.rds               |binary
 inst/doc/banova_examples.html    |    5 
 man/BANOVA-package.Rd            |    5 
 man/BANOVA.Bernoulli.Rd          |    1 
 man/BANOVA.Binomial.Rd           |    1 
 man/BANOVA.Multinomial.Rd        |    1 
 man/BANOVA.Normal.Rd             |    4 
 man/BANOVA.Poisson.Rd            |    1 
 man/BANOVA.T.Rd                  |    1 
 man/BANOVA.build.Rd              |  149 ++++++++---------
 man/BANOVA.floodlight.Rd         |    1 
 man/BANOVA.mediation.Rd          |   65 +++----
 man/BANOVA.model.Rd              |    1 
 man/BANOVA.ordMultinomial.Rd     |    6 
 man/BANOVA.run.Rd                |    1 
 man/BAnova.Rd                    |    6 
 man/bernlogtime.Rd               |   17 +-
 man/bpndata.Rd                   |   19 +-
 man/choicedata.Rd                |   36 ++--
 man/colorad.Rd                   |   17 +-
 man/colorad2.Rd                  |   19 +-
 man/condstudy.Rd                 |   13 -
 man/condstudy_sub.Rd             |   13 -
 man/conv.diag.Rd                 |    1 
 man/goalstudy.Rd                 |   13 -
 man/ipadstudy.Rd                 |   21 +-
 man/pairs.BANOVA.Rd              |    1 
 man/table.predictions.Rd         |    9 -
 man/table.pvalues.Rd             |    7 
 man/trace.plot.Rd                |    8 
 46 files changed, 1265 insertions(+), 1269 deletions(-)

More information about BANOVA at CRAN
Permanent link

Package mirai updated to version 0.5.0 with previous version 0.4.1 dated 2022-04-21

Title: Minimalist Async Evaluation Framework for R
Description: Extremely simple and lightweight method for concurrent / parallel code execution, built on 'nanonext' and 'NNG' (Nanomsg Next Gen) technology.
Author: Charlie Gao [aut, cre] , Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>

Diff between mirai versions 0.4.1 dated 2022-04-21 and 0.5.0 dated 2022-06-21

 DESCRIPTION                                    |   26 +++++----
 MD5                                            |   26 ++++-----
 NAMESPACE                                      |    3 +
 NEWS.md                                        |    5 +
 R/mirai-package.R                              |   19 +++++-
 R/mirai.R                                      |   71 ++++++++++++++++---------
 R/pipe.R                                       |only
 README.md                                      |   48 ++++++++++++++++
 man/call_mirai.Rd                              |    2 
 man/daemons.Rd                                 |    1 
 man/eval_mirai.Rd                              |   11 ++-
 man/grapes-greater-than-greater-than-grapes.Rd |only
 man/is_mirai.Rd                                |    3 -
 man/stop_mirai.Rd                              |    4 -
 tests/tests.R                                  |   15 ++++-
 15 files changed, 171 insertions(+), 63 deletions(-)

More information about mirai at CRAN
Permanent link

Package arabic2kansuji updated to version 0.1.2 with previous version 0.1.1 dated 2021-02-08

Title: Convert Arabic Numerals to Kansuji
Description: Simple functions to convert given Arabic numerals to Kansuji numerical figures that represent numbers written in Chinese characters.
Author: Mao Kobayashi [aut, cre]
Maintainer: Mao Kobayashi <kobamao.jp@gmail.com>

Diff between arabic2kansuji versions 0.1.1 dated 2021-02-08 and 0.1.2 dated 2022-06-21

 DESCRIPTION           |    9 ++++-----
 MD5                   |    8 ++++----
 NEWS.md               |    4 ++++
 R/arabic2kansuji.R    |    6 +++---
 man/arabic2kansuji.Rd |    6 +++---
 5 files changed, 18 insertions(+), 15 deletions(-)

More information about arabic2kansuji at CRAN
Permanent link

Package weatherr (with last version 0.1.3) was removed from CRAN

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

2020-07-09 0.1.3
2015-09-08 0.1.2
2015-08-26 0.1.1
2015-07-16 0.1

Permanent link
Package bsem (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:

2020-08-14 1.0.0

Permanent link
Package enRich (with last version 3.1) was removed from CRAN

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

2020-03-05 3.1

Permanent link
Package sail (with last version 0.1.0) was removed from CRAN

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

2019-12-13 0.1.0

Permanent link
Package abcrf (with last version 1.8.1) was removed from CRAN

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

2019-11-05 1.8.1
2019-06-14 1.8
2018-06-27 1.7.1
2017-09-04 1.7
2017-07-01 1.6
2017-01-04 1.5
2016-11-30 1.4
2016-06-03 1.3
2016-02-15 1.2
2016-01-22 1.1
2015-08-18 0.9-4

Permanent link
Package surrosurv (with last version 1.1.25) was removed from CRAN

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

2019-01-18 1.1.25

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

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

2020-03-18 1.2
2015-03-24 1.1
2014-11-10 1.0

Permanent link
Package SNSequate (with last version 1.3.3) was removed from CRAN

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

2020-02-23 1.3.3
2020-01-23 1.3.2

Permanent link
Package sdcTarget (with last version 0.9-11) was removed from CRAN

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

2014-11-03 0.9-11

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

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

2019-04-04 1.2.0
2018-03-14 1.0.0

Permanent link
Package DiffusionRjgqd (with last version 0.1.1) was removed from CRAN

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

2016-08-16 0.1.1
2016-01-24 0.1.0

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

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

2019-11-09 1.1.0
2019-08-01 1.0.0

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

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

2012-05-30 1-0

Permanent link
Package DiffusionRgqd (with last version 0.1.3) was removed from CRAN

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

2016-08-26 0.1.3
2016-01-20 0.1.2
2015-10-13 0.1.1
2015-10-12 0.1.0

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

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

2017-12-19 1.1
2016-05-19 1.0

Permanent link
Package ILS (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-03-06 0.2
2016-05-23 0.1.0

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

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

2014-08-08 0.1

Permanent link

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