Title: Display Information About Nested Subsets of a Data Frame
Description: A tool for drawing "variable trees". Variable trees display information about hierarchical subsets of a data frame defined by values of categorical variables.
Author: Nick Barrowman
Maintainer: Nick Barrowman <nbarrowman@cheo.on.ca>
Diff between vtree versions 0.1.4 dated 2018-11-04 and 1.0.0 dated 2019-01-07
vtree-0.1.4/vtree/man/nodeMeanSD.Rd |only vtree-0.1.4/vtree/man/nodeids.Rd |only vtree-1.0.0/vtree/DESCRIPTION | 8 vtree-1.0.0/vtree/MD5 | 33 vtree-1.0.0/vtree/NAMESPACE | 2 vtree-1.0.0/vtree/NEWS.md | 60 vtree-1.0.0/vtree/R/data.R | 20 vtree-1.0.0/vtree/R/vtree.R | 2725 ++++++++++++++++---------- vtree-1.0.0/vtree/build/vignette.rds |binary vtree-1.0.0/vtree/data/FakeData.rda |binary vtree-1.0.0/vtree/data/FakeRCT.rda |only vtree-1.0.0/vtree/inst/doc/vtree.R | 309 +- vtree-1.0.0/vtree/inst/doc/vtree.Rmd | 1026 +++++---- vtree-1.0.0/vtree/inst/doc/vtree.html | 630 ++++-- vtree-1.0.0/vtree/man/FakeData.Rd | 2 vtree-1.0.0/vtree/man/FakeRCT.Rd |only vtree-1.0.0/vtree/man/grVizToPNG.Rd | 9 vtree-1.0.0/vtree/man/vtree.Rd | 283 ++ vtree-1.0.0/vtree/vignettes/vtree.Rmd | 1026 +++++---- vtree-1.0.0/vtree/vignettes/vtreeVignette.css |only 20 files changed, 3908 insertions(+), 2225 deletions(-)
Title: Geometric Shadow Calculations
Description: Functions for calculating: (1) shadow height, (2) logical shadow flag, (3) shadow footprint, (4) Sky View Factor and (5) radiation load. Basic required inputs include a polygonal layer of obstacle outlines along with their heights (i.e. "extruded polygons"), sun azimuth and sun elevation. The package also provides functions for related preliminary calculations: breaking polygons into line segments, determining azimuth of line segments, shifting segments by azimuth and distance, constructing the footprint of a line-of-sight between an observer and the sun, and creating a 3D grid covering the surface area of extruded polygons.
Author: Michael Dorman [aut, cre],
Evyatar Erell [ctb],
Itai Kloog [ctb],
Adi Vulkan [ctb]
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>
Diff between shadow versions 0.5.9 dated 2018-12-04 and 0.6.0 dated 2019-01-07
shadow-0.5.9/shadow/data/beersheva.RData |only shadow-0.5.9/shadow/data/block.RData |only shadow-0.5.9/shadow/data/elev.RData |only shadow-0.5.9/shadow/data/park.RData |only shadow-0.5.9/shadow/data/rishon.RData |only shadow-0.5.9/shadow/data/sidewalk.RData |only shadow-0.5.9/shadow/man/beersheva.Rd |only shadow-0.5.9/shadow/man/block.Rd |only shadow-0.5.9/shadow/man/elev.Rd |only shadow-0.5.9/shadow/man/park.Rd |only shadow-0.5.9/shadow/man/rishon.Rd |only shadow-0.5.9/shadow/man/sidewalk.Rd |only shadow-0.6.0/shadow/DESCRIPTION | 6 shadow-0.6.0/shadow/MD5 | 94 +-- shadow-0.6.0/shadow/NAMESPACE | 1 shadow-0.6.0/shadow/NEWS.md | 18 shadow-0.6.0/shadow/R/SVF.R | 25 - shadow-0.6.0/shadow/R/checkInputs.R | 8 shadow-0.6.0/shadow/R/classifyAz.R | 3 shadow-0.6.0/shadow/R/data.R | 14 shadow-0.6.0/shadow/R/inShadow.R | 99 ++-- shadow-0.6.0/shadow/R/plotGrid.R | 2 shadow-0.6.0/shadow/R/radiation.R | 48 + shadow-0.6.0/shadow/R/shadowFootprint.R | 30 - shadow-0.6.0/shadow/R/shadowHeight.R | 342 +++++++------- shadow-0.6.0/shadow/R/shiftAz.R | 9 shadow-0.6.0/shadow/R/solarpos2.R |only shadow-0.6.0/shadow/R/surfaceGrid.R | 13 shadow-0.6.0/shadow/R/toSeg.R | 5 shadow-0.6.0/shadow/build/vignette.rds |binary shadow-0.6.0/shadow/data/beersheva_build.RData |only shadow-0.6.0/shadow/data/beersheva_elev.RData |only shadow-0.6.0/shadow/data/boston_block.RData |only shadow-0.6.0/shadow/data/boston_build.RData |only shadow-0.6.0/shadow/data/boston_park.RData |only shadow-0.6.0/shadow/data/boston_sidewalk.RData |only shadow-0.6.0/shadow/data/build.RData |binary shadow-0.6.0/shadow/inst/doc/introduction.pdf |binary shadow-0.6.0/shadow/man/SVF.Rd | 25 - shadow-0.6.0/shadow/man/beersheva_build.Rd |only shadow-0.6.0/shadow/man/beersheva_elev.Rd |only shadow-0.6.0/shadow/man/boston_block.Rd |only shadow-0.6.0/shadow/man/boston_build.Rd |only shadow-0.6.0/shadow/man/boston_park.Rd |only shadow-0.6.0/shadow/man/boston_sidewalk.Rd |only shadow-0.6.0/shadow/man/build.Rd | 10 shadow-0.6.0/shadow/man/classifyAz.Rd | 3 shadow-0.6.0/shadow/man/inShadow.Rd | 92 ++- shadow-0.6.0/shadow/man/plotGrid.Rd | 2 shadow-0.6.0/shadow/man/radiation.Rd | 45 + shadow-0.6.0/shadow/man/shadowFootprint.Rd | 24 shadow-0.6.0/shadow/man/shadowHeight.Rd | 105 ++-- shadow-0.6.0/shadow/man/shiftAz.Rd | 9 shadow-0.6.0/shadow/man/solarpos2.Rd |only shadow-0.6.0/shadow/man/surfaceGrid.Rd | 13 shadow-0.6.0/shadow/man/toSeg.Rd | 5 shadow-0.6.0/shadow/tests/testthat/test_SVF.R | 18 shadow-0.6.0/shadow/tests/testthat/test_inShadow.R | 8 shadow-0.6.0/shadow/tests/testthat/test_radiation.R | 4 shadow-0.6.0/shadow/tests/testthat/test_shadowFootprint.R | 6 shadow-0.6.0/shadow/tests/testthat/test_shadowHeight.R | 18 61 files changed, 644 insertions(+), 460 deletions(-)
Title: Fitting and Predicting Large-Scale Nonlinear Regression Problems
using Multi-Resolution Functional ANOVA (MRFA) Approach
Description: Performs the MRFA approach proposed by Sung et al. (2019+) <arXiv:1709.07064> to fit
and predict nonlinear regression problems, particularly for large-scale and
high-dimensional problems. The application includes deterministic or stochastic
computer experiments, spatial datasets, and so on.
Author: Chih-Li Sung
Maintainer: Chih-Li Sung <iamdfchile@gmail.com>
Diff between MRFA versions 0.2 dated 2017-09-21 and 0.4 dated 2019-01-07
DESCRIPTION | 12 ++++++------ MD5 | 32 ++++++++++++++++---------------- R/MRFA_fit.R | 34 ++++++++++++++++++++++------------ R/aic.MRFA.R | 2 -- R/basis_fun.R | 4 ++-- R/bic.MRFA.R | 2 -- R/confidence.MRFA.R | 28 ++++++++++++++++++++-------- R/cv.MRFA.R | 3 +++ R/grplasso_forward.R | 13 ++++++++++--- R/predict.MRFA.R | 12 +++++++----- R/update_candidate.R | 15 +++++++++++---- man/MRFA_fit.Rd | 22 +++++++++++++++------- man/aic.MRFA.Rd | 9 +++------ man/bic.MRFA.Rd | 9 +++------ man/confidence.MRFA.Rd | 15 +++++++-------- man/cv.MRFA.Rd | 10 ++++++---- man/predict.MRFA.Rd | 7 +++---- 17 files changed, 134 insertions(+), 95 deletions(-)
Title: Fast Imputation of Missing Values
Description: Alternative implementation of the beautiful 'MissForest' algorithm used to impute mixed-type data sets by chaining random forests, introduced by Stekhoven, D.J. and Buehlmann, P. (2012) <doi:10.1093/bioinformatics/btr597>. Under the hood, it uses the lightning fast random jungle package 'ranger'. Between the iterative model fitting, we offer the option of using predictive mean matching. This firstly avoids imputation with values not already present in the original data (like a value 0.3334 in 0-1 coded variable). Secondly, predictive mean matching tries to raise the variance in the resulting conditional distributions to a realistic level. This would allow e.g. to do multiple imputation when repeating the call to missRanger().
Author: Michael Mayer [aut, cre, cph]
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Diff between missRanger versions 1.0.3 dated 2018-05-15 and 1.0.4 dated 2019-01-07
DESCRIPTION | 12 ++++----- MD5 | 10 ++++---- NEWS.md | 4 +-- R/missRanger.R | 18 ++++++++++---- README.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- man/missRanger.Rd | 10 ++++---- 6 files changed, 95 insertions(+), 24 deletions(-)
Title: Inference and Prediction in an Illness-Death Model
Description: Newly developed methods for the estimation of several probabilities
in an illness-death model. The package can be used to obtain nonparametric and
semiparametric estimates for: transition probabilities, occupation probabilities,
cumulative incidence function and the sojourn time distributions.
Additionally, it is possible to fit proportional hazards regression models
in each transition of the Illness-Death Model. Several auxiliary
functions are also provided which can be used for marginal
estimation of the survival functions.
Author: Luis Meira-Machado, Marta Sestelo and Gustavo Soutinho
Maintainer: Marta Sestelo <sestelo@uvigo.es>
Diff between survidm versions 1.1.0 dated 2018-03-17 and 1.2.0 dated 2019-01-07
DESCRIPTION | 10 MD5 | 85 - NAMESPACE | 6 R/Beran.R | 12 R/CIF.R | 2 R/cifIPCW.R | 84 - R/coxidm.R | 12 R/markov.test.R |only R/nevents.R |only R/plot.survIDM.R | 137 + R/print.survIDM.R | 65 R/sojIPCW.R | 260 +-- R/sojourn.R | 25 R/sojourn_ini.R | 303 ++-- R/summary.survIDM.R | 89 - R/survIDM.R | 21 R/tpAJ.R | 4 R/tpBreslow.R |only R/tpIPCW.R | 194 +- R/tpLIDA.R | 2 R/tpLM.R | 2 R/tpLMAJ.R | 55 R/tpPLM.R | 8 R/tpPLMAJ.R | 20 R/tprob.R | 838 +++++++---- build/partial.rdb |binary man/Beran.Rd | 4 man/CIF.Rd | 2 man/KM.Rd | 2 man/KMW.Rd | 2 man/LLW.Rd | 2 man/NWW.Rd | 2 man/PKM.Rd | 2 man/PKMW.Rd | 2 man/coxidm.Rd | 2 man/markov.test.Rd |only man/nevents.Rd |only man/plot.survIDM.Rd | 2 man/sojourn.Rd | 6 man/summary.cmm.Rd | 2 man/summary.survIDM.Rd | 4 man/survIDM.Rd | 2 man/survidm-package.Rd | 2 man/tprob.Rd | 119 - src/survidm_init.c | 4 src/survivalBIV.c | 3474 ++++++++++++++++++++++++------------------------- 46 files changed, 3171 insertions(+), 2698 deletions(-)
Title: Build Machine Learning Models Like Using Python's Scikit-Learn
Library in R
Description: The idea is to provide a standard interface
to users who use both R and Python for building machine learning models.
This package provides a scikit-learn's fit, predict interface to
train machine learning models in R.
Author: Manish Saraswat [aut, cre]
Maintainer: Manish Saraswat <manish06saraswat@gmail.com>
Diff between superml versions 0.1.0 dated 2018-12-30 and 0.2.0 dated 2019-01-07
superml-0.1.0/superml/man/GridSearchTrainer.Rd |only superml-0.1.0/superml/man/RandomSearchTrainer.Rd |only superml-0.2.0/superml/DESCRIPTION | 19 superml-0.2.0/superml/MD5 | 75 +-- superml-0.2.0/superml/NAMESPACE | 19 superml-0.2.0/superml/NEWS.md | 6 superml-0.2.0/superml/R/CountVectorizer.R | 39 + superml-0.2.0/superml/R/GridSearch.R | 42 +- superml-0.2.0/superml/R/KMeansTrainer.R | 61 +-- superml-0.2.0/superml/R/KNNTrainer.R | 55 +- superml-0.2.0/superml/R/LMTrainer.R | 66 +-- superml-0.2.0/superml/R/LabelEncoder.R | 4 superml-0.2.0/superml/R/NBTrainer.R |only superml-0.2.0/superml/R/RandomForest.R | 42 -- superml-0.2.0/superml/R/RandomSearch.R | 20 superml-0.2.0/superml/R/SVMTrainer.R |only superml-0.2.0/superml/R/TfidfVectorizer.R | 12 superml-0.2.0/superml/R/XGBoost.R | 20 superml-0.2.0/superml/R/bm25.R | 5 superml-0.2.0/superml/R/data.R | 6 superml-0.2.0/superml/R/super_utils.R | 29 + superml-0.2.0/superml/R/target_encoders.R | 6 superml-0.2.0/superml/README.md | 29 - superml-0.2.0/superml/inst/doc/introduction.R | 56 ++ superml-0.2.0/superml/inst/doc/introduction.Rmd | 70 ++- superml-0.2.0/superml/inst/doc/introduction.html | 465 ++++++++++++----------- superml-0.2.0/superml/man/CountVectorizer.Rd | 6 superml-0.2.0/superml/man/GridSearchCV.Rd |only superml-0.2.0/superml/man/KMeansTrainer.Rd | 18 superml-0.2.0/superml/man/KNNTrainer.Rd | 22 - superml-0.2.0/superml/man/LMTrainer.Rd | 8 superml-0.2.0/superml/man/LabelEncoder.Rd | 1 superml-0.2.0/superml/man/NBTrainer.Rd |only superml-0.2.0/superml/man/RFTrainer.Rd | 14 superml-0.2.0/superml/man/RandomSearchCV.Rd |only superml-0.2.0/superml/man/SVMTrainer.Rd |only superml-0.2.0/superml/man/TfIdfVectorizer.Rd | 10 superml-0.2.0/superml/man/XGBTrainer.Rd | 19 superml-0.2.0/superml/man/bm25.Rd | 2 superml-0.2.0/superml/man/cla_train.Rd | 5 superml-0.2.0/superml/man/kFoldMean.Rd | 6 superml-0.2.0/superml/man/testdata.Rd |only superml-0.2.0/superml/vignettes/introduction.Rmd | 70 ++- 43 files changed, 784 insertions(+), 543 deletions(-)
Title: Sequential Pairwise Online Rating Techniques
Description: Calculates ratings for two-player or
multi-player challenges. Methods included in package such as are able to
estimate ratings (players strengths) and their evolution in time, also able to
predict output of challenge. Algorithms are based on Bayesian Approximation
Method, and they don't involve any matrix inversions nor likelihood estimation.
Parameters are updated sequentially, and computation doesn't require any
additional RAM to make estimation feasible. Additionally, base of the package
is written in C++ what makes sport computation even faster. Methods used in the
package refers to Mark E. Glickman (1999) <http://www.glicko.net/research/glicko.pdf>;
Mark E. Glickman (2001) <doi:10.1080/02664760120059219>;
Ruby C. Weng, Chih-Jen Lin (2011) <http://jmlr.csail.mit.edu/papers/volume12/weng11a/weng11a.pdf>;
W. Penny, Stephen J. Roberts (1999) <doi:10.1109/IJCNN.1999.832603>.
Author: Dawid Kałędkowski [aut, cre]
Maintainer: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
Diff between sport versions 0.1.1 dated 2018-09-11 and 0.1.2 dated 2019-01-07
sport-0.1.1/sport/inst/doc/sport_in_R.R |only sport-0.1.1/sport/inst/doc/sport_in_R.Rmd |only sport-0.1.1/sport/inst/doc/sport_in_R.html |only sport-0.1.1/sport/vignettes/sport_in_R.Rmd |only sport-0.1.2/sport/DESCRIPTION | 8 sport-0.1.2/sport/MD5 | 78 ++-- sport-0.1.2/sport/NAMESPACE | 42 +- sport-0.1.2/sport/NEWS.md |only sport-0.1.2/sport/R/RcppExports.R | 46 +- sport-0.1.2/sport/R/bbt_run.R | 270 +++++++-------- sport-0.1.2/sport/R/createTermMatrix.R | 250 +++++++------- sport-0.1.2/sport/R/data.R | 86 ++-- sport-0.1.2/sport/R/dbl_run.R | 238 ++++++------- sport-0.1.2/sport/R/errors.R | 62 +-- sport-0.1.2/sport/R/glicko2_run.R | 280 ++++++++-------- sport-0.1.2/sport/R/glicko_run.R | 268 +++++++-------- sport-0.1.2/sport/R/output.R | 250 +++++++------- sport-0.1.2/sport/R/package-init.R | 10 sport-0.1.2/sport/R/predict.R | 350 ++++++++++---------- sport-0.1.2/sport/build/vignette.rds |binary sport-0.1.2/sport/inst/doc/sport_in_r.R |only sport-0.1.2/sport/inst/doc/sport_in_r.Rmd |only sport-0.1.2/sport/inst/doc/sport_in_r.html |only sport-0.1.2/sport/man/bbt_run.Rd | 128 +++---- sport-0.1.2/sport/man/dbl_run.Rd | 106 +++--- sport-0.1.2/sport/man/figures/hexlogo.png |only sport-0.1.2/sport/man/glicko2_run.Rd | 126 +++---- sport-0.1.2/sport/man/glicko_run.Rd | 118 +++--- sport-0.1.2/sport/man/gpheats.Rd | 52 +- sport-0.1.2/sport/man/gpsquads.Rd | 48 +- sport-0.1.2/sport/man/plot.rating.Rd | 40 +- sport-0.1.2/sport/man/predict.rating.Rd | 50 +- sport-0.1.2/sport/man/summary.rating.Rd | 74 ++-- sport-0.1.2/sport/src/RcppExports.cpp | 8 sport-0.1.2/sport/src/bbt.cpp | 11 sport-0.1.2/sport/src/glicko.cpp | 36 +- sport-0.1.2/sport/src/glicko.h | 8 sport-0.1.2/sport/tests/testthat.R | 8 sport-0.1.2/sport/tests/testthat/test_bbt_run.R | 209 ++++++----- sport-0.1.2/sport/tests/testthat/test_dbl_run.R | 187 +++++----- sport-0.1.2/sport/tests/testthat/test_glicko2_run.R | 131 ++++--- sport-0.1.2/sport/tests/testthat/test_glicko_run.R | 299 ++++++++--------- sport-0.1.2/sport/tests/testthat/test_output.R | 80 ++-- sport-0.1.2/sport/tests/testthat/test_predict.R | 96 ++--- sport-0.1.2/sport/vignettes/sport_in_r.Rmd |only 45 files changed, 2053 insertions(+), 2000 deletions(-)
Title: Animal Sounds for Bioacustic Analysis
Description: Collection of example animal sounds for bioacoustic analysis.
Author: Marcelo Araya-Salas [aut, cre]
Maintainer: Marcelo Araya-Salas <marceloa27@gmail.com>
Diff between NatureSounds versions 1.0.0 dated 2018-02-09 and 1.0.1 dated 2019-01-07
DESCRIPTION | 17 +++++++++-------- MD5 | 30 +++++++++++++++++------------- NEWS.md | 8 +++++--- R/NatureSounds-package.R | 2 +- R/Phae.long.est-data.R |only R/Phae.long1-data.R | 6 ++++++ R/Phae.long4-data.R | 2 +- data/Cryp.soui.rda |binary data/Phae.long.est.rda |only data/Phae.long1.rda |binary data/Phae.long2.rda |binary data/Phae.long3.rda |binary data/Phae.long4.rda |binary data/datalist |only man/NatureSounds.Rd | 2 +- man/Phae.long.est.Rd |only man/Phae.long1.Rd | 9 +++++++++ man/Phae.long4.Rd | 2 +- 18 files changed, 50 insertions(+), 28 deletions(-)
Title: GNU Privacy Guard for R
Description: Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods.
Includes utilities for public key encryption, creating and verifying digital signatures,
and managing your local keyring. Note that some functionality depends on the version of
GnuPG that is installed on the system. On Windows this package can be used together with
'GPG4Win' which provides a GUI for managing keys and entering passphrases.
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Diff between gpg versions 1.0 dated 2019-01-04 and 1.1 dated 2019-01-07
DESCRIPTION | 15 +-- MD5 | 22 ++-- NEWS | 5 + R/keys.R | 1 R/password.R | 21 +--- configure | 2 inst/doc/intro.R | 10 +- inst/doc/intro.Rmd | 18 ++-- inst/doc/intro.html | 230 ++++++++++++++++++++++++---------------------------- src/engine.c | 2 src/keys.c | 8 + vignettes/intro.Rmd | 18 ++-- 12 files changed, 172 insertions(+), 180 deletions(-)
Title: Wrap R Tools for Debugging and Parametric Programming
Description: Tools for writing and debugging R code. Provides:
'let()'
(converts non-standard evaluation interfaces to parametric standard
evaluation interfaces, inspired by 'gtools:strmacro()' and 'base::bquote()'),
'%.>%' dot-pipe (an 'S3' configurable pipe),
'build_frame()'/'draw_frame()' ('data.frame' example tools),
'qc()' (quoting concatenate),
':=' (named map builder),
and more.
Author: John Mount [aut, cre],
Nina Zumel [aut],
Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>
Diff between wrapr versions 1.8.0 dated 2018-12-11 and 1.8.2 dated 2019-01-07
DESCRIPTION | 8 MD5 | 41 +-- NAMESPACE | 2 NEWS.md | 10 R/DebugFn.R | 2 R/as_dot_fn.R | 6 R/bquotefn.R | 22 + R/seqi.R |only inst/doc/CornerCases.html | 428 +++++++-------------------------- inst/doc/DebugFnW.html | 414 +++++++------------------------- inst/doc/FrameTools.html | 398 ++++++------------------------- inst/doc/Function_Objects.html | 432 +++++++-------------------------- inst/doc/Named_Arguments.html | 358 ++++------------------------ inst/doc/QuotingConcatinate.html | 346 ++++----------------------- inst/doc/SubstitutionModes.html | 392 ++++++------------------------ inst/doc/dot_pipe.html | 330 +++---------------------- inst/doc/lambda.html | 343 ++++---------------------- inst/doc/let.html | 364 +++++----------------------- inst/doc/named_map_builder.html | 336 ++++---------------------- inst/doc/wrapr_applicable.html | 496 ++++++++++----------------------------- inst/doc/wrapr_pipe.pdf |binary man/evalb.Rd |only man/seqi.Rd |only 23 files changed, 990 insertions(+), 3738 deletions(-)
Title: World Population Prospects 2015
Description: Provides data from the United Nation's World Population Prospects 2015.
Author: Population Division, Department of Economic and Social Affairs, United Nations.
Maintainer: Hana Sevcikova <hanas@uw.edu>
Diff between wpp2015 versions 1.1-0 dated 2016-06-03 and 1.1-2 dated 2019-01-07
ChangeLog | 4 ++++ DESCRIPTION | 12 ++++++------ MD5 | 10 +++++----- data/pop.R | 4 ++-- data/popproj.R | 4 ++-- man/wpp2015-package.Rd | 4 ++-- 6 files changed, 21 insertions(+), 17 deletions(-)
Title: Scoring Modeling and Optimal Binning
Description: A set of functions to build a scoring model from beginning to end, leading the user
to follow an efficient and organized development process, reducing significantly the time
spent on data exploration, variable selection, feature engineering and binning, among other
recurrent tasks.
The package also incorporates monotonic and customized binning, scaling capabilities that
transforms logistic coefficients into points for a better business understanding and
calculates and visualizes classic performance metrics of a classification model.
Author: Herman Jopia
Maintainer: Herman Jopia <hjopia@gmail.com>
Diff between smbinning versions 0.7 dated 2018-10-18 and 0.8 dated 2019-01-07
smbinning-0.7/smbinning/data/binmonodf.RData |only smbinning-0.7/smbinning/data/chileancredit.RData |only smbinning-0.7/smbinning/man/binmonodf.Rd |only smbinning-0.7/smbinning/man/chileancredit.Rd |only smbinning-0.8/smbinning/DESCRIPTION | 10 - smbinning-0.8/smbinning/MD5 | 42 ++--- smbinning-0.8/smbinning/R/smbinning.R | 137 +++++++++-------- smbinning-0.8/smbinning/data/smbsimdf1.RData |only smbinning-0.8/smbinning/data/smbsimdf2.RData |only smbinning-0.8/smbinning/man/smbinning.Rd | 2 smbinning-0.8/smbinning/man/smbinning.custom.Rd | 4 smbinning-0.8/smbinning/man/smbinning.eda.Rd | 4 smbinning-0.8/smbinning/man/smbinning.factor.Rd | 2 smbinning-0.8/smbinning/man/smbinning.factor.custom.Rd | 2 smbinning-0.8/smbinning/man/smbinning.factor.gen.Rd | 2 smbinning-0.8/smbinning/man/smbinning.gen.Rd | 2 smbinning-0.8/smbinning/man/smbinning.metrics.Rd | 10 - smbinning-0.8/smbinning/man/smbinning.metrics.plot.Rd | 2 smbinning-0.8/smbinning/man/smbinning.monotonic.Rd | 8 smbinning-0.8/smbinning/man/smbinning.plot.Rd | 6 smbinning-0.8/smbinning/man/smbinning.psi.Rd | 2 smbinning-0.8/smbinning/man/smbinning.scaling.Rd | 2 smbinning-0.8/smbinning/man/smbinning.sql.Rd | 6 smbinning-0.8/smbinning/man/smbinning.sumiv.Rd | 2 smbinning-0.8/smbinning/man/smbsimdf1.Rd |only smbinning-0.8/smbinning/man/smbsimdf2.Rd |only 26 files changed, 130 insertions(+), 115 deletions(-)
Title: Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header
Files
Description: Provided within are two high quality and fast PPRNGs that may be
used in an 'OpenMP' parallel environment. In addition, there is a generator
for one dimensional low-discrepancy sequence. The objective of this library
to consolidate the distribution of the 'sitmo' (C++98 & C++11), 'threefry' and
'vandercorput' (C++11-only) engines on CRAN by enabling others to link to the
header files inside of 'sitmo' instead of including a copy of each engine
within their individual package. Lastly, the package contains example
implementations using the 'sitmo' package and three accompanying vignette that
provide additional information.
Author: James Balamuta [aut, cre, cph]
(<https://orcid.org/0000-0003-2826-8458>),
Thijs van den Berg [aut, cph],
Ralf Stubner [ctb]
Maintainer: James Balamuta <balamut2@illinois.edu>
Diff between sitmo versions 2.0.0 dated 2018-07-01 and 2.0.1 dated 2019-01-07
DESCRIPTION | 15 +++++++------ MD5 | 20 ++++++++--------- NEWS.md | 11 +++++++++ build/vignette.rds |binary inst/doc/big_crush_test.html | 38 +++++++++++++++++++++++++-------- inst/doc/sitmo_internals.html | 40 ++++++++++++++++++++++++++--------- inst/doc/uniform_rng_with_sitmo.html | 40 ++++++++++++++++++++++++++--------- inst/include/vandercorput.h | 2 - man/sitmo-package.Rd | 18 +++++++-------- src/Makevars | 6 ++--- src/Makevars.win | 6 ++--- 11 files changed, 135 insertions(+), 61 deletions(-)
Title: High Performance Implementation of the Naive Bayes Algorithm
Description: High performance implementation of the Naive Bayes algorithm.
Author: Michal Majka
Maintainer: Michal Majka <michalmajka@hotmail.com>
Diff between naivebayes versions 0.9.2 dated 2018-01-02 and 0.9.3 dated 2019-01-07
DESCRIPTION | 6 +-- MD5 | 16 +++++----- R/naive_bayes.formula.R | 9 ++--- R/predict.naive_bayes.R | 70 ++++++++++++++++++++++++++++++++------------- R/print.naive_bayes.R | 11 +++++-- R/tables.R | 18 +++++------ inst/NEWS.Rd | 13 +++++++- man/naive_bayes.Rd | 6 +-- man/predict.naive_bayes.Rd | 6 +-- 9 files changed, 101 insertions(+), 54 deletions(-)
Title: Advanced Tables for Markdown/HTML
Description: Tables with state-of-the-art layout elements such as row spanners,
column spanners, table spanners, zebra striping, and more. While allowing
advanced layout, the underlying css-structure is simple in order to maximize
compatibility with word processors such as 'MS Word' or 'LibreOffice'. The package
also contains a few text formatting functions that help outputting text
compatible with HTML/LaTeX.
Author: Max Gordon [aut, cre],
Stephen Gragg [aut],
Peter Konings [aut]
Maintainer: Max Gordon <max@gforge.se>
Diff between htmlTable versions 1.13 dated 2019-01-02 and 1.13.1 dated 2019-01-07
DESCRIPTION | 8 +++--- MD5 | 26 ++++++++++----------- NEWS | 7 ++++- R/htmlTable.R | 41 +++++++++++++++++++++++++--------- R/htmlTable_helpers.R | 4 +-- inst/doc/general.R | 2 - inst/doc/general.Rmd | 4 ++- inst/doc/general.html | 17 +++++++------- inst/doc/tables.html | 16 ++++++------- inst/doc/tidyHtmlTable.html | 4 +-- man/htmlTable.Rd | 10 ++++---- man/prGetThead.Rd | 4 +-- tests/visual_tests/htmlTable_vtests.R | 27 ++++++++++++++++++++++ vignettes/general.Rmd | 4 ++- 14 files changed, 117 insertions(+), 57 deletions(-)
Title: Hierarchical Exponential-Family Random Graph Models
Description: Hierarchical exponential-family random graph models with local dependence.
Author: Michael Schweinberger <michael.schweinberger@rice.edu> [aut, cre], Mark S. Handcock <handcock@ucla.edu> [aut], Sergii Babkin <babkin.sergii@gmail.com> [aut], Jonathan Stewart <jonathan.stewart@rice.edu> [aut], Duy Vu <duy.vu@unimelb.edu.au> [aut], Pamela Luna <pamela.luna@rice.edu> [ctb]
Maintainer: Michael Schweinberger <michael.schweinberger@rice.edu>
Diff between hergm versions 3.2-1 dated 2018-06-03 and 4.0-0 dated 2019-01-07
DESCRIPTION | 14 - MD5 | 47 +-- NAMESPACE | 9 R/RcppExports.R |only R/auxiliary_functions.r |only R/helper_functions.R |only R/hergm.R | 195 +++++++------- R/hergm.getnetwork.R | 2 R/hergm.gof.R | 21 - R/hergm.mcmc.R | 251 ++++++++++-------- R/hergm.mcmc.diagnostics.R | 22 - R/hergm.plot.R | 85 +++--- R/hergm.postprocess.R | 23 + R/hergm.preprocess.R | 13 R/hergm.print.R | 149 ++++++---- R/hergm.set.mcmc.R | 6 R/hergm.simulate.R | 76 +++-- R/hergm.summary.R | 3 R/hergm.terms.R | 2 R/zzz.R | 11 man/hergm-internal.Rd | 307 +++++++++++++++------- man/hergm.Rd | 597 +++++++++++++++++++++++--------------------- man/hergm.gof.Rd | 4 man/hergm.postprocess.Rd | 4 src/E_step.cpp |only src/RcppExports.cpp |only src/registerDynamicSymbol.c | 2 27 files changed, 1075 insertions(+), 768 deletions(-)
Title: R Bindings to the Feather 'API'
Description: Read and write feather files, a lightweight binary columnar
data store designed for maximum speed.
Author: Hadley Wickham [aut, cre],
RStudio [cph],
Feather developers [ctb] (Bundled feather library),
Google [ctb] (Bundled flatbuffers code),
LevelDB Authors [ctb]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Diff between feather versions 0.3.1 dated 2016-11-08 and 0.3.2 dated 2019-01-07
DESCRIPTION | 8 +-- MD5 | 93 ++++++++++++++++++++++++++++++++-------- NAMESPACE | 5 -- NEWS.md | 8 +++ R/RcppExports.R | 12 ++--- R/class.R | 12 +---- R/feather.R | 6 +- man/feather.Rd | 1 man/feather_example.Rd | 1 man/feather_metadata.Rd | 1 man/read_feather.Rd | 1 src/RcppExports.cpp | 27 +++++++++-- src/feather-read.cpp | 3 - src/feather-write.cpp | 2 src/feather/CMakeFiles |only src/feather/CMakeLists.txt | 1 src/feather/CTestTestfile.cmake |only src/feather/Makefile |only src/feather/cmake_install.cmake |only src/feather/compatibility.h | 14 +++--- src/feather/status.h | 1 tests/testthat/test-class.R | 6 +- tests/testthat/test-read.R | 8 +-- 23 files changed, 142 insertions(+), 68 deletions(-)
Title: Time-Based Rolling Functions
Description: Provides rolling statistical functions based
on date and time windows instead of n-lagged observations.
Author: Michael Schramm [aut, cre] (<https://orcid.org/0000-0003-1876-6592>),
Frank Harrell [ctb]
Maintainer: Michael Schramm <michael.schramm@ag.tamu.edu>
Diff between tbrf versions 0.1.0 dated 2018-09-03 and 0.1.1 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 22 ++++++++++++---------- NEWS.md | 6 ++++++ README.md | 25 ++++++++++++++++--------- inst/doc/intro_to_tbrf.html | 4 ++-- man/figures/README-tbr_misc-1.png |binary man/figures/index-unnamed-chunk-2-1.png |binary man/figures/index-unnamed-chunk-3-1.png |only man/figures/index-unnamed-chunk-4-1.png |binary man/figures/index-unnamed-chunk-5-1.png |binary man/figures/index-unnamed-chunk-6-1.png |binary man/figures/index-unnamed-chunk-7-1.png |only tests/testthat/test-expectedMessages.R | 14 +++++++------- 13 files changed, 46 insertions(+), 31 deletions(-)
Title: Longitudinal Regression Trees and Forests
Description: Builds regression trees and random forests for longitudinal or functional data using a spline projection method. Implements and extends the work of Yu and Lambert (1999) <doi:10.1080/10618600.1999.10474847>. This method allows trees and forests to be built while considering either level and shape or only shape of response trajectories.
Author: Anna Neufeld [aut, cre],
Brianna Heggeseth [aut, ths]
Maintainer: Anna Neufeld <aneufeld@uw.edu>
Diff between splinetree versions 0.1.0 dated 2018-09-24 and 0.1.1 dated 2019-01-07
DESCRIPTION | 6 MD5 | 13 + NEWS.md |only inst/doc/Forest-Intro.html | 309 ++++++++++++++------------------------------- inst/doc/Long-Intro.html | 250 +++++++++--------------------------- inst/doc/Tree-Intro.html | 261 +++++++++++--------------------------- man/spaghettiPlot.Rd | 3 vignettes/Long-Intro.Rmd | 1 8 files changed, 254 insertions(+), 589 deletions(-)
Title: An Implementation of the 'DoubleClick for Publishers' API
Description: An implementation of Google's 'DoubleClick for Publishers' (DFP) API
<https://developers.google.com/ad-manager/api/start> (recently renamed to
'Google Ad Manager'). This package is automatically compiled from the API WSDLs
(Web Service Description Language) files to dictate how the API is structured.
Theoretically, all API actions are possible using this package; however, care
must be taken to format the inputs correctly and parse the outputs correctly
as well. Please see Google's DFP API reference and this package's website
<https://stevenmmortimer.github.io/rdfp/> for more information, documentation,
and examples.
Author: Steven M. Mortimer [aut, cre],
Jennifer Bryan [ctb],
Joanna Zhao [ctb]
Maintainer: Steven M. Mortimer <reportmort@gmail.com>
Diff between rdfp versions 0.1.2 dated 2018-04-09 and 0.1.3 dated 2019-01-07
rdfp-0.1.2/rdfp/man/dfp_createProducts.Rd |only rdfp-0.1.3/rdfp/DESCRIPTION | 31 rdfp-0.1.3/rdfp/MD5 | 554 +++++----- rdfp-0.1.3/rdfp/NAMESPACE | 6 rdfp-0.1.3/rdfp/NEWS.md | 30 rdfp-0.1.3/rdfp/R/ActivityGroupService.R | 6 rdfp-0.1.3/rdfp/R/ActivityService.R | 6 rdfp-0.1.3/rdfp/R/AdExclusionRuleService.R | 8 rdfp-0.1.3/rdfp/R/AdRuleService.R | 8 rdfp-0.1.3/rdfp/R/AudienceSegmentService.R | 8 rdfp-0.1.3/rdfp/R/BaseRateService.R | 8 rdfp-0.1.3/rdfp/R/CdnConfigurationService.R | 31 rdfp-0.1.3/rdfp/R/CompanyService.R | 6 rdfp-0.1.3/rdfp/R/ContactService.R | 6 rdfp-0.1.3/rdfp/R/ContentBundleService.R | 8 rdfp-0.1.3/rdfp/R/ContentService.R | 4 rdfp-0.1.3/rdfp/R/CreativeService.R | 6 rdfp-0.1.3/rdfp/R/CreativeSetService.R | 6 rdfp-0.1.3/rdfp/R/CreativeTemplateService.R | 2 rdfp-0.1.3/rdfp/R/CreativeWrapperService.R | 8 rdfp-0.1.3/rdfp/R/CustomFieldService.R | 14 rdfp-0.1.3/rdfp/R/CustomTargetingService.R | 16 rdfp-0.1.3/rdfp/R/DaiAuthenticationKeyService.R |only rdfp-0.1.3/rdfp/R/ExchangeRateService.R | 8 rdfp-0.1.3/rdfp/R/ForecastService.R | 8 rdfp-0.1.3/rdfp/R/InventoryService.R | 10 rdfp-0.1.3/rdfp/R/LabelService.R | 8 rdfp-0.1.3/rdfp/R/LineItemCreativeAssociationService.R | 12 rdfp-0.1.3/rdfp/R/LineItemService.R | 8 rdfp-0.1.3/rdfp/R/LineItemTemplateService.R | 2 rdfp-0.1.3/rdfp/R/LiveStreamEventService.R | 12 rdfp-0.1.3/rdfp/R/MobileApplicationService.R | 8 rdfp-0.1.3/rdfp/R/NativeStyleService.R | 8 rdfp-0.1.3/rdfp/R/NetworkService.R | 20 rdfp-0.1.3/rdfp/R/OrderService.R | 8 rdfp-0.1.3/rdfp/R/PackageService.R | 8 rdfp-0.1.3/rdfp/R/PlacementService.R | 8 rdfp-0.1.3/rdfp/R/PremiumRateService.R | 6 rdfp-0.1.3/rdfp/R/ProductPackageItemService.R | 8 rdfp-0.1.3/rdfp/R/ProductPackageService.R | 8 rdfp-0.1.3/rdfp/R/ProductService.R | 31 rdfp-0.1.3/rdfp/R/ProductTemplateService.R | 8 rdfp-0.1.3/rdfp/R/ProposalLineItemService.R | 10 rdfp-0.1.3/rdfp/R/ProposalService.R | 15 rdfp-0.1.3/rdfp/R/PublisherQueryLanguageService.R | 3 rdfp-0.1.3/rdfp/R/RateCardService.R | 8 rdfp-0.1.3/rdfp/R/ReconciliationLineItemReportService.R | 4 rdfp-0.1.3/rdfp/R/ReconciliationOrderReportService.R | 6 rdfp-0.1.3/rdfp/R/ReconciliationReportRowService.R | 4 rdfp-0.1.3/rdfp/R/ReconciliationReportService.R | 4 rdfp-0.1.3/rdfp/R/ReportService.R | 10 rdfp-0.1.3/rdfp/R/SuggestedAdUnitService.R | 4 rdfp-0.1.3/rdfp/R/TeamService.R | 8 rdfp-0.1.3/rdfp/R/UserService.R | 12 rdfp-0.1.3/rdfp/R/UserTeamAssociationService.R | 8 rdfp-0.1.3/rdfp/R/WorkflowRequestService.R | 4 rdfp-0.1.3/rdfp/R/dfp_auth.R | 59 - rdfp-0.1.3/rdfp/R/dfp_options_settings.R | 4 rdfp-0.1.3/rdfp/R/dfp_service_endpoints.R | 380 ++++-- rdfp-0.1.3/rdfp/R/dfp_utils.R | 14 rdfp-0.1.3/rdfp/R/rdfp.R | 10 rdfp-0.1.3/rdfp/README.md | 93 - rdfp-0.1.3/rdfp/build/vignette.rds |binary rdfp-0.1.3/rdfp/inst/doc/ad-trafficking-setup.R | 7 rdfp-0.1.3/rdfp/inst/doc/ad-trafficking-setup.Rmd | 9 rdfp-0.1.3/rdfp/inst/doc/ad-trafficking-setup.html | 16 rdfp-0.1.3/rdfp/inst/doc/administrative-tasks.R | 6 rdfp-0.1.3/rdfp/inst/doc/administrative-tasks.Rmd | 24 rdfp-0.1.3/rdfp/inst/doc/administrative-tasks.html | 17 rdfp-0.1.3/rdfp/inst/doc/checking-availability.R | 11 rdfp-0.1.3/rdfp/inst/doc/checking-availability.Rmd | 13 rdfp-0.1.3/rdfp/inst/doc/checking-availability.html | 52 rdfp-0.1.3/rdfp/inst/doc/manipulating-orders-and-lineitems.R | 7 rdfp-0.1.3/rdfp/inst/doc/manipulating-orders-and-lineitems.Rmd | 9 rdfp-0.1.3/rdfp/inst/doc/manipulating-orders-and-lineitems.html | 12 rdfp-0.1.3/rdfp/inst/doc/pulling-reports.R | 9 rdfp-0.1.3/rdfp/inst/doc/pulling-reports.Rmd | 13 rdfp-0.1.3/rdfp/inst/doc/pulling-reports.html | 82 - rdfp-0.1.3/rdfp/man/dfp_auth.Rd | 14 rdfp-0.1.3/rdfp/man/dfp_createActivities.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createActivityGroups.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createAdExclusionRules.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createAdRules.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createAdUnits.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createAudienceSegments.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createBaseRates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createCdnConfigurations.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createCompanies.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createContacts.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createContentBundles.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createCreativeSet.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createCreativeWrappers.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createCreatives.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createCustomFieldOptions.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createCustomFields.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createCustomTargetingKeys.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createCustomTargetingValues.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createDaiAuthenticationKeys.Rd |only rdfp-0.1.3/rdfp/man/dfp_createExchangeRates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createLabels.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createLineItemCreativeAssociations.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createLineItems.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createLiveStreamEvents.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createMobileApplications.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createNativeStyles.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createOrders.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createPackages.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createPlacements.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createPremiumRates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createProductPackageItems.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createProductPackages.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createProductTemplates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createProposalLineItems.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createProposals.Rd | 7 rdfp-0.1.3/rdfp/man/dfp_createRateCards.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createTeams.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_createUserTeamAssociations.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_createUsers.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_date_to_list.Rd | 4 rdfp-0.1.3/rdfp/man/dfp_full_report_wrapper.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getActivitiesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getActivityGroupsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAdExclusionRulesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAdRulesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAdUnitSizesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getAdUnitsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAllNetworks.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAllRoles.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAudienceSegmentsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getAvailabilityForecast.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getAvailabilityForecastById.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getBaseRatesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getCdnConfigurationsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCompaniesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getContactsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getContentBundlesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getContentByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getContentByStatementAndCustomTargetingValue.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getContentMetadataKeyHierarchiesByStatement.Rd | 4 rdfp-0.1.3/rdfp/man/dfp_getCreativeSetsByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getCreativeTemplatesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCreativeWrappersByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCreativesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getCurrentNetwork.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCurrentUser.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCustomFieldOption.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCustomFieldsByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getCustomTargetingKeysByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getCustomTargetingValuesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getDaiAuthenticationKeysByStatement.Rd |only rdfp-0.1.3/rdfp/man/dfp_getDeliveryForecast.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getDeliveryForecastByIds.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getExchangeRatesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getLabelsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getLineItemCreativeAssociationsByStatement.Rd | 6 rdfp-0.1.3/rdfp/man/dfp_getLineItemTemplatesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getLineItemsByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getLiveStreamEventsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getMarketplaceCommentsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getMobileApplicationsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getNativeStylesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getOrdersByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getPackagesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getPlacementsByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getPremiumRatesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getPreviewUrl.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getPreviewUrlsForNativeStyles.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getProductPackageItemsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getProductPackagesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getProductTemplatesByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getProductsByStatement.Rd | 18 rdfp-0.1.3/rdfp/man/dfp_getProposalLineItemsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getProposalsByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getRateCardsByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getReconciliationLineItemReportsByStatement.Rd | 6 rdfp-0.1.3/rdfp/man/dfp_getReconciliationOrderReportsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getReconciliationReportRowsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getReconciliationReportsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getReportDownloadURL.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getReportDownloadUrlWithOptions.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getReportJobStatus.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getSavedQueriesByStatement.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_getSuggestedAdUnitsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getTeamsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getUserTeamAssociationsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getUsersByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_getWorkflowRequestsByStatement.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_makeTestNetwork.Rd | 14 rdfp-0.1.3/rdfp/man/dfp_performAdExclusionRuleAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performAdRuleAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performAdUnitAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performAudienceSegmentAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performBaseRateAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performCdnConfigurationAction.Rd |only rdfp-0.1.3/rdfp/man/dfp_performContentBundleAction.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_performCreativeWrapperAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performCustomFieldAction.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_performCustomTargetingKeyAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performCustomTargetingValueAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performDaiAuthenticationKeyAction.Rd |only rdfp-0.1.3/rdfp/man/dfp_performExchangeRateAction.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_performLabelAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performLineItemAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performLineItemCreativeAssociationAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performLiveStreamEventAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performMobileApplicationAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performNativeStyleAction.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_performOrderAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performPackageAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performPlacementAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performProductAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performProductPackageAction.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_performProductPackageItemAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performProductTemplateAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performProposalAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performProposalLineItemAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performRateCardAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performReconciliationOrderReportAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performSuggestedAdUnitAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performTeamAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performUserAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performUserTeamAssociationAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_performWorkflowRequestAction.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_registerSessionsForMonitoring.Rd | 4 rdfp-0.1.3/rdfp/man/dfp_runReportJob.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_select.Rd | 3 rdfp-0.1.3/rdfp/man/dfp_updateActivities.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateActivityGroups.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateAdExclusionRules.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateAdRules.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateAdUnits.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateAudienceSegments.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateBaseRates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateCdnConfigurations.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateCompanies.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateContacts.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateContentBundles.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateCreativeSet.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateCreativeWrappers.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateCreatives.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateCustomFieldOptions.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateCustomFields.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateCustomTargetingKeys.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateCustomTargetingValues.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateDaiAuthenticationKeys.Rd |only rdfp-0.1.3/rdfp/man/dfp_updateExchangeRates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateLabels.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateLineItemCreativeAssociations.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateLineItems.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateLiveStreamEvents.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateMobileApplications.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateNativeStyles.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateNetwork.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateOrders.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updatePackages.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updatePlacements.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updatePremiumRates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateProductPackageItems.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateProductPackages.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateProductTemplates.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateProducts.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateProposalLineItems.Rd | 7 rdfp-0.1.3/rdfp/man/dfp_updateProposals.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateRateCards.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateReconciliationLineItemReports.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateReconciliationOrderReports.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateReconciliationReportRows.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateReconciliationReports.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateTeams.Rd | 2 rdfp-0.1.3/rdfp/man/dfp_updateUserTeamAssociations.Rd | 5 rdfp-0.1.3/rdfp/man/dfp_updateUsers.Rd | 2 rdfp-0.1.3/rdfp/man/rdfp.Rd | 10 rdfp-0.1.3/rdfp/tests/testthat/test-DaiAuthenticationKeyService.R |only rdfp-0.1.3/rdfp/tests/testthat/test-ForecastService.R | 2 rdfp-0.1.3/rdfp/tests/testthat/test-LineItemService.R | 4 rdfp-0.1.3/rdfp/tests/testthat/test-OrderService.R | 8 rdfp-0.1.3/rdfp/tests/testthat/test-UserService.R | 2 rdfp-0.1.3/rdfp/vignettes/ad-trafficking-setup.Rmd | 9 rdfp-0.1.3/rdfp/vignettes/administrative-tasks.Rmd | 24 rdfp-0.1.3/rdfp/vignettes/checking-availability.Rmd | 13 rdfp-0.1.3/rdfp/vignettes/manipulating-orders-and-lineitems.Rmd | 9 rdfp-0.1.3/rdfp/vignettes/pulling-reports.Rmd | 13 282 files changed, 1370 insertions(+), 1190 deletions(-)
Title: Object Pooling
Description: Enables the creation of object pools, which make it less
computationally expensive to fetch a new object. Currently the
only supported pooled objects are 'DBI' connections.
Author: Joe Cheng [aut, cre],
Barbara Borges [aut],
RStudio [cph]
Maintainer: Joe Cheng <joe@rstudio.com>
Diff between pool versions 0.1.4.1 dated 2018-06-29 and 0.1.4.2 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS.md | 5 +++++ tests/testthat/test-dplyr.R | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-)
Title: Interacting with the PhenoCam Data and API
Description: A bundle to facilitate working with PhenoCam timeseries and data. The user would be able to obtain phenological time-series and site metadata from the PhenoCam network <https://phenocam.sr.unh.edu/webcam/>.
Author: Bijan Seyednasrollah
Maintainer: Bijan Seyednasrollah <bijan.s.nasr@gmail.com>
Diff between phenocamapi versions 0.1.2 dated 2018-11-11 and 0.1.3 dated 2019-01-07
DESCRIPTION | 8 +-- MD5 | 12 ++-- R/get_phenos.R | 17 ++++++ R/get_rois.R | 3 + R/zzz.R | 1 inst/doc/getting_started_phenocam_api.html | 75 +++++++++++++++-------------- inst/doc/phenocam_data_fusion.html | 27 +++++----- 7 files changed, 86 insertions(+), 57 deletions(-)
Title: Fluid Data Transformations
Description: Supplies higher-order fluid data transform operators that include pivot and anti-pivot as special cases.
The methodology is describe in 'Zumel', 2018, "Fluid data reshaping with 'cdata'", <http://winvector.github.io/FluidData/FluidDataReshapingWithCdata.html> , doi:10.5281/zenodo.1173299 .
Works on in-memory data or on remote data using 'rquery' and the 'DBI' database interface.
Author: John Mount [aut, cre],
Nina Zumel [aut],
Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>
Diff between cdata versions 1.0.3 dated 2018-10-21 and 1.0.4 dated 2019-01-07
DESCRIPTION | 16 +-- MD5 | 54 +++++++--- NEWS.md | 6 + R/LocalOps.R | 8 - R/RowsColsQ.R | 6 - R/relops.R | 12 +- README.md | 201 +++++++++++++++++++++++++++++++--------- build/vignette.rds |binary inst/doc/blocksrecs.R |only inst/doc/blocksrecs.Rmd |only inst/doc/blocksrecs.html |only inst/doc/cdata.html | 6 - inst/doc/design.R |only inst/doc/design.Rmd |only inst/doc/design.html |only inst/doc/relational.R |only inst/doc/relational.Rmd |only inst/doc/relational.html |only man/blocks_to_rowrecs.Rd | 2 man/blocks_to_rowrecs_q.Rd | 2 man/build_pivot_control.Rd | 2 man/build_pivot_control_q.Rd | 2 man/build_unpivot_control.Rd | 2 man/rowrecs_to_blocks.Rd | 2 man/rowrecs_to_blocks_q.Rd | 2 tools/README-ex0-1.png |only tools/README-ex0_1-1.png |only tools/README_files |only vignettes/Untitled.png |only vignettes/blocks_to_rowrecs.png |only vignettes/blocksrecs.Rmd |only vignettes/design.Rmd |only vignettes/design_1.png |only vignettes/design_2.png |only vignettes/design_3.png |only vignettes/design_4.png |only vignettes/design_5.png |only vignettes/iris_plot.png |only vignettes/rowrecs_to_blocks.png |only 39 files changed, 236 insertions(+), 87 deletions(-)
Title: Fire-History Analysis in R
Description: Basic tools to analyze forest fire history data (e.g. FHX) in R.
Author: Steven Malevich [aut, cre],
Christopher Guiterman [ctb],
Ellis Margolis [ctb]
Maintainer: Steven Malevich <malevich@email.arizona.edu>
Diff between burnr versions 0.2.2 dated 2018-01-02 and 0.3.0 dated 2019-01-07
DESCRIPTION | 9 - MD5 | 37 +++--- NAMESPACE | 1 NEWS.md | 13 ++ R/sea.R | 98 ++-------------- R/stats.R | 59 +++++++--- R/utils.R | 2 README.md | 17 ++ build/vignette.rds |binary inst/doc/introduction.Rmd | 14 -- inst/doc/introduction.html | 254 ++++++++++++++++++++++++-------------------- man/get_event_years.Rd | 2 man/percent_scarred.Rd |only man/run_sea.Rd | 76 ------------- man/sample_depth.Rd | 4 man/sea.Rd | 12 +- man/series_stats.Rd | 8 - man/site_stats.Rd | 5 tests/testthat/test-stats.R | 27 ++++ vignettes/introduction.Rmd | 14 -- 20 files changed, 308 insertions(+), 344 deletions(-)
Title: Statistical Procedures for Agricultural Research
Description: Original idea was presented in the thesis "A statistical analysis tool for agricultural research" to obtain the degree of Master on science, National Engineering University (UNI), Lima-Peru. Some experimental data for the examples come from the CIP and others research. Agricolae offers extensive functionality on experimental design especially for agricultural and plant breeding experiments, which can also be useful for other purposes. It supports planning of lattice, Alpha, Cyclic, Complete Block, Latin Square, Graeco-Latin Squares, augmented block, factorial, split and strip plot designs. There are also various analysis facilities for experimental data, e.g. treatment comparison procedures and several non-parametric tests comparison, biodiversity indexes and consensus cluster.
Author: Felipe de Mendiburu
Maintainer: Felipe de Mendiburu <fmendiburu@lamolina.edu.pe>
Diff between agricolae versions 1.2-8 dated 2017-09-12 and 1.3-0 dated 2019-01-07
DESCRIPTION | 8 - MD5 | 100 +++++++++--------- NEWS | 6 + R/HSD.test.R | 251 +++++++++++++++++++++++------------------------ R/diffograph.R | 132 ++++++++++++------------ R/group.R | 8 - R/index.AMMI.R | 2 build/vignette.rds |binary data/CIC.rda |binary data/Chz2006.rda |binary data/ComasOxapampa.rda |binary data/DC.rda |binary data/Glycoalkaloids.rda |binary data/Hco2006.rda |binary data/LxT.rda |binary data/RioChillon.rda |binary data/clay.rda |binary data/corn.rda |binary data/cotton.rda |binary data/disease.rda |binary data/frijol.rda |binary data/genxenv.rda |binary data/grass.rda |binary data/greenhouse.rda |binary data/growth.rda |binary data/haynes.rda |binary data/heterosis.rda |binary data/huasahuasi.rda |binary data/markers.rda |binary data/melon.rda |binary data/natives.rda |binary data/pamCIP.rda |binary data/paracsho.rda |binary data/plots.rda |binary data/plrv.rda |binary data/potato.rda |binary data/ralstonia.rda |binary data/rice.rda |binary data/sinRepAmmi.rda |binary data/soil.rda |binary data/sweetpotato.rda |binary data/wilt.rda |binary data/yacon.rda |binary inst/doc/tutorial.R | 202 ++++++++++++++++++++----------------- inst/doc/tutorial.Rnw | 30 +++++ inst/doc/tutorial.pdf |binary man/HSD.test.Rd | 4 man/agricolae-package.Rd | 4 man/indexAMMI.Rd | 4 man/plot.group.Rd | 4 vignettes/tutorial.Rnw | 30 +++++ 51 files changed, 433 insertions(+), 352 deletions(-)
Title: Collection of Convenient Functions for Common Statistical
Computations
Description: Collection of convenient functions for common statistical computations,
which are not directly provided by R's base or stats packages.
This package aims at providing, first, shortcuts for statistical
measures, which otherwise could only be calculated with additional
effort (like standard errors or root mean squared errors). Second,
these shortcut functions are generic (if appropriate), and can be
applied not only to vectors, but also to other objects as well
(e.g., the Coefficient of Variation can be computed for vectors,
linear models, or linear mixed models; the r2()-function returns
the r-squared value for 'lm', 'glm', 'merMod' and other model objects).
The focus of most functions lies on summary statistics or fit
measures for regression models, including generalized linear
models, mixed effects models and Bayesian models. However, some
of the functions also deal with other statistical measures,
like Cronbach's Alpha, Cramer's V, Phi etc.
Author: Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>)
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Diff between sjstats versions 0.17.2 dated 2018-11-15 and 0.17.3 dated 2019-01-07
DESCRIPTION | 15 MD5 | 83 +- NAMESPACE | 8 NEWS.md | 28 R/S3-methods.R | 32 - R/boot_ci.R | 8 R/converge_ok.R | 6 R/eta_sq.R | 14 R/icc.R | 128 ++-- R/p_value.R | 8 R/pca.R | 14 R/pred_vars.R | 292 ++++++++- R/predictive_accuracy.R | 2 R/r2.R | 51 + R/r2_helper.R | 43 - R/se.R | 45 + R/svy_scale_weights.R | 4 README.md | 4 build/partial.rdb |binary build/vignette.rds |binary inst/doc/anova-statistics.html | 426 +++---------- inst/doc/bayesian-statistics.html | 1090 ++++++++++++++--------------------- inst/doc/mixedmodels-statistics.Rmd | 2 inst/doc/mixedmodels-statistics.html | 616 ++++++------------- man/boot_ci.Rd | 5 man/cod.Rd | 4 man/icc.Rd | 30 man/pca.Rd | 3 man/pred_vars.Rd | 78 ++ man/re_var.Rd | 5 man/se.Rd | 7 tests/testthat/test-anova_stats.R | 28 tests/testthat/test-equi_test.R | 27 tests/testthat/test-icc_bayes.R |only tests/testthat/test-icc_r2.R | 92 ++ tests/testthat/test-icc_stan.R |only tests/testthat/test-model_frame.R |only tests/testthat/test-pred_vars.R |only tests/testthat/test-re_grp_var.R | 2 tests/testthat/test-re_var-bayes.R |only tests/testthat/test-re_var.R |only tests/testthat/test-resp_val.R |only tests/testthat/test-resp_val2.R |only tests/testthat/test-se_icc.R |only tests/testthat/test-tidy_stan.R | 32 + tests/testthat/test-var_names.R | 2 vignettes/mixedmodels-statistics.Rmd | 2 47 files changed, 1677 insertions(+), 1559 deletions(-)
Title: Generate Standardized Data
Description: Creates simulated data from structural equation models with standardized loading.
Author: W. Joel Schneider [aut, cre] (<https://orcid.org/0000-0002-8393-5316>)
Maintainer: W. Joel Schneider <w.joel.schneider@gmail.com>
Diff between simstandard versions 0.2.0 dated 2018-11-08 and 0.3.0 dated 2019-01-07
DESCRIPTION | 10 - MD5 | 27 +-- NAMESPACE | 3 NEWS.md | 11 + R/main.R | 282 ++++++++++++++++++++++++++++++++++++- build/vignette.rds |binary inst/doc/simstandard_tutorial.R | 93 +++++++++++- inst/doc/simstandard_tutorial.Rmd | 142 +++++++++++++++++- inst/doc/simstandard_tutorial.html | 213 ++++++++++++++++++++++----- man/check_matrix2lavaan.Rd |only man/lav2ram.Rd |only man/matrix2lavaan.Rd |only man/sim_standardized.Rd | 4 man/sim_standardized_matrices.Rd | 5 tests/testthat/testthat.R | 15 + vignettes/simstandard_tutorial.Rmd | 142 +++++++++++++++++- 16 files changed, 855 insertions(+), 92 deletions(-)
Title: Harmonic Mean p-Values and Model Averaging by Mean Maximum
Likelihood
Description: The harmonic mean p-value (HMP) test combines p-values and corrects for multiple testing while controlling the family-wise error rate in a way that is more powerful than common alternatives including Bonferroni and Simes procedures, more stringent than controlling the false discovery rate, and is robust to positive correlations between tests and unequal weights. It is a multi-level test in the sense that a superset of one or more significant tests is almost certain to be significant and conversely when the superset is non-significant, the constituent tests are almost certain to be non-significant. It is based on MAMML (model averaging by mean maximum likelihood), a frequentist analogue to Bayesian model averaging, and is theoretically grounded in generalized central limit theorem. For detailed examples type vignette("harmonicmeanp") after installation.
Author: Daniel J. Wilson
Maintainer: Daniel Wilson <hmp.R.package@gmail.com>
Diff between harmonicmeanp versions 1.0 dated 2017-07-19 and 1.1 dated 2019-01-07
harmonicmeanp-1.0/harmonicmeanp/man/hmp-package.Rd |only harmonicmeanp-1.1/harmonicmeanp/DESCRIPTION | 15 +++++---- harmonicmeanp-1.1/harmonicmeanp/MD5 | 23 +++++++++----- harmonicmeanp-1.1/harmonicmeanp/NAMESPACE | 2 + harmonicmeanp-1.1/harmonicmeanp/R/hmp.R | 28 ++++++++++-------- harmonicmeanp-1.1/harmonicmeanp/build |only harmonicmeanp-1.1/harmonicmeanp/inst |only harmonicmeanp-1.1/harmonicmeanp/man/harmonicmeanp.Rd |only harmonicmeanp-1.1/harmonicmeanp/man/hmp.stat.Rd | 5 +-- harmonicmeanp-1.1/harmonicmeanp/man/mamml.stat.Rd | 5 +-- harmonicmeanp-1.1/harmonicmeanp/man/p.hmp.Rd | 5 +-- harmonicmeanp-1.1/harmonicmeanp/man/p.mamml.Rd | 5 +-- harmonicmeanp-1.1/harmonicmeanp/man/pLandau.Rd |only harmonicmeanp-1.1/harmonicmeanp/man/pharmonicmeanp.Rd |only harmonicmeanp-1.1/harmonicmeanp/vignettes |only 15 files changed, 54 insertions(+), 34 deletions(-)
Title: Clustering Graphics
Description: Orders panels in scatterplot matrices and parallel coordinate
displays by some merit index. Package contains various indices of merit,
ordering functions, and enhanced versions of pairs and parcoord which
color panels according to their merit level.
Author: Catherine Hurley
Maintainer: Catherine Hurley <catherine.hurley@mu.ie>
Diff between gclus versions 1.3.1 dated 2012-06-25 and 1.3.2 dated 2019-01-07
DESCRIPTION | 23 ++++--- MD5 | 25 +++++--- NAMESPACE | 7 ++ R/hclust.R | 160 ++++++++++++++++++++++++++++++++++++++++++++++--------- build |only data/bank.RData |binary data/body.RData |binary data/ozone.RData |binary data/wine.RData |binary inst |only man/body.Rd | 4 - man/cpairs.Rd | 3 - man/cparcoord.Rd | 3 - vignettes |only 14 files changed, 174 insertions(+), 51 deletions(-)
Title: Tropical Forest Gaps Analysis
Description: Set of tools for detecting and analyzing Airborne Laser Scanning-derived Tropical Forest Canopy Gaps.
Author: Carlos Alberto Silva [aut, cre, cph],
Ekena Rangel Pinagé [ctb] (Reviews the documentation),
Midhun Mohan [ctb] (Reviews the documentation),
Danilo Roberti Alves de Almeida [ctb] (Reviews the documentation),
Eben North Broadbent [ctb] (Reviews the documentation),
Wan Shafrina Wan Mohd Jaafar [ctb] (Reviews the documentation),
Daniel de Almeida Papa [ctb] (Reviews the documentation),
Adrian Cardil [ctb] (Reviews the documentation),
Ruben Valbuena [cph, ctb],
Carine Klauberg [ctb] (Reviews the documentation)
Maintainer: Carlos Alberto Silva <carlos_engflorestal@outlook.com>
Diff between ForestGapR versions 0.0.1 dated 2018-12-30 and 0.0.2 dated 2019-01-07
DESCRIPTION | 15 +++++++++------ MD5 | 17 ++++++++++------- NAMESPACE | 1 + R/GapSPDF.R |only R/GapSizeFDist.R | 2 +- R/GapsSpatPattern.R |only R/GapsStats.R | 41 +++++++++++++++++++++++++++-------------- man/GapSPDF.Rd | 2 +- man/GapSizeFDist.Rd | 2 +- man/GapStats.Rd | 5 +++-- man/GapsSpatPattern.Rd |only 11 files changed, 53 insertions(+), 32 deletions(-)
Title: Bayesian Effect Fusion for Categorical Predictors
Description: Variable selection and Bayesian effect fusion for categorical predictors in linear and logistic regression models.
Effect fusion aims at the question which categories have a similar effect on the response and therefore can be
fused to obtain a sparser representation of the model. Effect fusion and variable selection can be obtained either
with a prior that has an interpretation as spike and slab prior on the level effect differences or with a sparse
finite mixture prior on the level effects. The regression coefficients are estimated with a flat uninformative prior
after model selection or by taking model averages. Posterior inference is accomplished by an MCMC sampling scheme which
makes use of a data augmentation strategy (Polson, Scott & Windle (2013)) based on latent Polya-Gamma random variables in the case of
logistic regression. The code for data augmentation is taken from Polson et al. (2013), who own the copyright.
Author: Daniela Pauger [aut],
Magdalena Leitner [aut, cre],
Helga Wagner [aut] (<https://orcid.org/0000-0002-7003-9512>),
Gertraud Malsiner-Walli [aut] (<https://orcid.org/0000-0002-1213-4749>),
Nicholas G. Polson [ctb],
James G. Scott [ctb],
Jesse Windle [ctb],
Bettina Gr"un [ctb] (<https://orcid.org/0000-0001-7265-4773>)
Maintainer: Magdalena Leitner <magdalena.leitner@jku.at>
Diff between effectFusion versions 1.0 dated 2016-11-29 and 1.1 dated 2019-01-07
effectFusion-1.0/effectFusion/R/corr_rest.R |only effectFusion-1.0/effectFusion/R/fusion_vector.R |only effectFusion-1.0/effectFusion/R/get_fusion.R |only effectFusion-1.1/effectFusion/DESCRIPTION | 46 + effectFusion-1.1/effectFusion/MD5 | 115 ++- effectFusion-1.1/effectFusion/NAMESPACE | 5 effectFusion-1.1/effectFusion/R/check_parameters.R |only effectFusion-1.1/effectFusion/R/coding.R | 34 - effectFusion-1.1/effectFusion/R/create_model.R | 44 - effectFusion-1.1/effectFusion/R/create_modelvars.R | 92 +- effectFusion-1.1/effectFusion/R/create_prior_par.R | 102 +-- effectFusion-1.1/effectFusion/R/create_row_names.R | 36 - effectFusion-1.1/effectFusion/R/create_selmat.R | 31 effectFusion-1.1/effectFusion/R/dic.R | 92 +- effectFusion-1.1/effectFusion/R/effect_fusion.R | 655 ++++++++++++++------ effectFusion-1.1/effectFusion/R/getA.R | 90 +- effectFusion-1.1/effectFusion/R/getA_diag.R | 61 - effectFusion-1.1/effectFusion/R/get_S_nominal.R | 100 +-- effectFusion-1.1/effectFusion/R/get_S_ordinal.R | 95 +- effectFusion-1.1/effectFusion/R/get_gamma.R | 35 - effectFusion-1.1/effectFusion/R/get_reparm_mats.R | 257 +++---- effectFusion-1.1/effectFusion/R/get_trans_mat.R |only effectFusion-1.1/effectFusion/R/hpd_ggplot.R | 72 +- effectFusion-1.1/effectFusion/R/hpd_mcmc.R | 25 effectFusion-1.1/effectFusion/R/incl_prob.R | 66 -- effectFusion-1.1/effectFusion/R/logit.R |only effectFusion-1.1/effectFusion/R/logit_combine.R |only effectFusion-1.1/effectFusion/R/mcmc_linreg.R | 105 +-- effectFusion-1.1/effectFusion/R/model.R | 97 +- effectFusion-1.1/effectFusion/R/model_refit.R | 144 ++-- effectFusion-1.1/effectFusion/R/plot.R | 127 +-- effectFusion-1.1/effectFusion/R/print.R | 67 +- effectFusion-1.1/effectFusion/R/rpg.R |only effectFusion-1.1/effectFusion/R/sampler_mix.R | 563 ++++++++--------- effectFusion-1.1/effectFusion/R/sampler_mix_logit.R |only effectFusion-1.1/effectFusion/R/sampler_ss.R | 281 ++++---- effectFusion-1.1/effectFusion/R/sampler_ss_logit.R |only effectFusion-1.1/effectFusion/R/select_model.R | 246 +++++-- effectFusion-1.1/effectFusion/R/sim1.R | 12 effectFusion-1.1/effectFusion/R/sim2.R | 10 effectFusion-1.1/effectFusion/R/sim3.R |only effectFusion-1.1/effectFusion/R/summary.R | 109 +-- effectFusion-1.1/effectFusion/data/sim1.RData |binary effectFusion-1.1/effectFusion/data/sim2.RData |binary effectFusion-1.1/effectFusion/data/sim3.RData |only effectFusion-1.1/effectFusion/man/dic.Rd | 21 effectFusion-1.1/effectFusion/man/effectFusion.Rd | 276 +++++--- effectFusion-1.1/effectFusion/man/model.Rd | 10 effectFusion-1.1/effectFusion/man/plot.fusion.Rd | 19 effectFusion-1.1/effectFusion/man/print.fusion.Rd | 12 effectFusion-1.1/effectFusion/man/sim1.Rd | 15 effectFusion-1.1/effectFusion/man/sim2.Rd | 9 effectFusion-1.1/effectFusion/man/sim3.Rd |only effectFusion-1.1/effectFusion/man/summary.fusion.Rd | 21 effectFusion-1.1/effectFusion/src |only 55 files changed, 2360 insertions(+), 1837 deletions(-)
Title: Descriptive mAchine Learning EXplanations
Description: Machine Learning (ML) models are widely used and have various applications in classification
or regression. Models created with boosting, bagging, stacking or similar techniques are often
used due to their high performance, but such black-box models usually lack of interpretability.
DALEX package contains various explainers that help to understand the link between input variables and model output.
The single_variable() explainer extracts conditional response of a model as a function of a single selected variable.
It is a wrapper over packages 'pdp' and 'ALEPlot'.
The single_prediction() explainer attributes parts of a model prediction to particular variables used in the model.
It is a wrapper over 'breakDown' package.
The variable_dropout() explainer calculates variable importance scores based on variable shuffling.
All these explainers can be plotted with generic plot() function and compared across different models.
Author: Przemyslaw Biecek [aut, cre] (<https://orcid.org/0000-0001-8423-1823>)
Maintainer: Przemyslaw Biecek <przemyslaw.biecek@gmail.com>
Diff between DALEX versions 0.2.5 dated 2019-01-02 and 0.2.6 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NAMESPACE | 2 ++ NEWS.md | 7 +++++-- R/explain.R | 22 ++++++++++++++++++++++ man/yhat.Rd | 6 ++++++ 6 files changed, 43 insertions(+), 10 deletions(-)
Title: Data Analysis using Bootstrap-Coupled Estimation
Description: Data Analysis using Bootstrap-Coupled ESTimation.
Estimation statistics is a simple framework that avoids the pitfalls of
significance testing. It uses familiar statistical concepts: means,
mean differences, and error bars. More importantly, it focuses on the
effect size of one's experiment/intervention, as opposed to a false
dichotomy engendered by P values.
An estimation plot has two key features:
1. It presents all datapoints as a swarmplot, which orders each point to
display the underlying distribution.
2. It presents the effect size as a bootstrap 95% confidence interval on a
separate but aligned axes.
Estimation plots are introduced in Ho et al (2018) <doi:10.1101/377978>.
Author: Joses W. Ho [cre, aut],
Tayfun Tumkaya [aut]
Maintainer: Joses W. Ho <joseshowh@gmail.com>
Diff between dabestr versions 0.1.0 dated 2018-11-19 and 0.2.0 dated 2019-01-07
DESCRIPTION | 8 - MD5 | 30 +++-- R/main.R | 24 ++-- R/plot.R | 13 -- README.md | 8 - build/vignette.rds |binary inst/doc/bootstrap-confidence-intervals.R | 52 ++++------ inst/doc/bootstrap-confidence-intervals.Rmd | 52 ++++------ inst/doc/bootstrap-confidence-intervals.html | 14 +- inst/doc/robust-statistical-visualization.html | 22 ++-- inst/doc/using-dabestr.html | 38 +++---- man/dabest.Rd | 17 --- man/plot.dabest.Rd | 5 tests/figs/gardner-altman-plots/gardner-altman-paired-reverse.svg |only tests/figs/gardner-altman-plots/gardner-altman-unpaired-reverse.svg |only tests/testthat/test-gardner-altman-plots.R | 38 ++++++- vignettes/bootstrap-confidence-intervals.Rmd | 52 ++++------ 17 files changed, 181 insertions(+), 192 deletions(-)
Title: Cholesky Decomposition of the Wishart Distribution
Description: Sampling from the Cholesky factorization of a Wishart random
variable, sampling from the inverse Wishart distribution, sampling from
the Cholesky factorization of an inverse Wishart random variable, sampling
from the pseudo Wishart distribution, sampling from the generalized
inverse Wishart distribution, computing densities for the Wishart
and inverse Wishart distributions, and computing the multivariate gamma
and digamma functions.
Author: Geoffrey Thompson [aut, cre],
R Core Team [ctb]
Maintainer: Geoffrey Thompson <gzthompson@gmail.com>
Diff between CholWishart versions 0.9.3 dated 2018-12-08 and 0.9.4 dated 2019-01-07
CholWishart-0.9.3/CholWishart/vignettes/wishart_cache |only CholWishart-0.9.4/CholWishart/DESCRIPTION | 14 CholWishart-0.9.4/CholWishart/MD5 | 42 - CholWishart-0.9.4/CholWishart/NAMESPACE | 2 CholWishart-0.9.4/CholWishart/NEWS.md | 8 CholWishart-0.9.4/CholWishart/R/CholWishart-package.r | 4 CholWishart-0.9.4/CholWishart/R/densities.R |only CholWishart-0.9.4/CholWishart/R/gammas.R |only CholWishart-0.9.4/CholWishart/R/wishart.R | 315 ++++++-------- CholWishart-0.9.4/CholWishart/README.md | 42 + CholWishart-0.9.4/CholWishart/build/partial.rdb |binary CholWishart-0.9.4/CholWishart/inst/doc/wishart.R | 11 CholWishart-0.9.4/CholWishart/inst/doc/wishart.Rmd | 31 + CholWishart-0.9.4/CholWishart/inst/doc/wishart.html | 60 +- CholWishart-0.9.4/CholWishart/man/CholWishart.Rd | 4 CholWishart-0.9.4/CholWishart/man/dWishart.Rd | 2 CholWishart-0.9.4/CholWishart/man/lmvgamma.Rd | 2 CholWishart-0.9.4/CholWishart/man/mvdigamma.Rd | 2 CholWishart-0.9.4/CholWishart/man/rGenInvWishart.Rd |only CholWishart-0.9.4/CholWishart/man/rInvWishart.Rd | 2 CholWishart-0.9.4/CholWishart/man/rPseudoWishart.Rd |only CholWishart-0.9.4/CholWishart/tests/testthat/testoutput.R | 8 CholWishart-0.9.4/CholWishart/vignettes/wishart.Rmd | 31 + 23 files changed, 337 insertions(+), 243 deletions(-)
Title: Boost C++ Header Files
Description: Boost provides free peer-reviewed portable C++ source
libraries. A large part of Boost is provided as C++ template code
which is resolved entirely at compile-time without linking. This
package aims to provide the most useful subset of Boost libraries
for template use among CRAN package. By placing these libraries in
this package, we offer a more efficient distribution system for CRAN
as replication of this code in the sources of other packages is
avoided. As of release 1.69.0-1, the following Boost libraries are
included: 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind'
'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time'
'detail' 'dynamic_bitset' 'exception' 'filesystem' 'flyweight' 'foreach'
'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer'
'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mpl'
'multiprcecision' 'numeric' 'pending' 'phoenix' 'preprocessor'
'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit'
'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'.
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between BH versions 1.66.0-1 dated 2018-02-13 and 1.69.0-1 dated 2019-01-07
ChangeLog | 35 DESCRIPTION | 12 MD5 | 3968 ++++----- README.md | 4 build/partial.rdb |binary inst/NEWS.Rd | 17 inst/include/boost/algorithm/algorithm.hpp | 8 inst/include/boost/algorithm/apply_permutation.hpp |only inst/include/boost/algorithm/clamp.hpp | 22 inst/include/boost/algorithm/cxx11/all_of.hpp | 8 inst/include/boost/algorithm/cxx11/any_of.hpp | 8 inst/include/boost/algorithm/cxx11/copy_if.hpp | 12 inst/include/boost/algorithm/cxx11/copy_n.hpp | 2 inst/include/boost/algorithm/cxx11/find_if_not.hpp | 4 inst/include/boost/algorithm/cxx11/iota.hpp | 6 inst/include/boost/algorithm/cxx11/is_partitioned.hpp | 4 inst/include/boost/algorithm/cxx11/is_sorted.hpp | 32 inst/include/boost/algorithm/cxx11/none_of.hpp | 8 inst/include/boost/algorithm/cxx11/one_of.hpp | 29 inst/include/boost/algorithm/cxx11/partition_copy.hpp | 5 inst/include/boost/algorithm/cxx14/equal.hpp | 15 inst/include/boost/algorithm/cxx14/mismatch.hpp | 7 inst/include/boost/algorithm/cxx17/exclusive_scan.hpp | 4 inst/include/boost/algorithm/cxx17/for_each_n.hpp | 2 inst/include/boost/algorithm/cxx17/inclusive_scan.hpp | 6 inst/include/boost/algorithm/cxx17/reduce.hpp | 12 inst/include/boost/algorithm/cxx17/transform_exclusive_scan.hpp | 2 inst/include/boost/algorithm/cxx17/transform_inclusive_scan.hpp | 5 inst/include/boost/algorithm/cxx17/transform_reduce.hpp | 4 inst/include/boost/algorithm/find_backward.hpp |only inst/include/boost/algorithm/find_not.hpp |only inst/include/boost/algorithm/string/finder.hpp | 4 inst/include/boost/align/aligned_allocator.hpp | 13 inst/include/boost/align/aligned_allocator_adaptor.hpp | 32 inst/include/boost/align/detail/aligned_alloc.hpp | 2 inst/include/boost/any.hpp | 10 inst/include/boost/archive/basic_binary_iarchive.hpp | 26 inst/include/boost/archive/detail/iserializer.hpp | 6 inst/include/boost/archive/detail/polymorphic_iarchive_route.hpp |only inst/include/boost/archive/detail/polymorphic_oarchive_route.hpp |only inst/include/boost/archive/impl/archive_serializer_map.ipp | 8 inst/include/boost/archive/impl/basic_xml_grammar.hpp | 2 inst/include/boost/archive/iterators/xml_unescape.hpp | 8 inst/include/boost/archive/polymorphic_binary_iarchive.hpp |only inst/include/boost/archive/polymorphic_binary_oarchive.hpp |only inst/include/boost/archive/polymorphic_text_iarchive.hpp |only inst/include/boost/archive/polymorphic_text_oarchive.hpp |only inst/include/boost/archive/polymorphic_text_wiarchive.hpp |only inst/include/boost/archive/polymorphic_text_woarchive.hpp |only inst/include/boost/archive/polymorphic_xml_iarchive.hpp |only inst/include/boost/archive/polymorphic_xml_oarchive.hpp |only inst/include/boost/archive/polymorphic_xml_wiarchive.hpp |only inst/include/boost/archive/polymorphic_xml_woarchive.hpp |only inst/include/boost/archive/text_oarchive.hpp | 4 inst/include/boost/archive/text_woarchive.hpp | 4 inst/include/boost/archive/xml_oarchive.hpp | 4 inst/include/boost/archive/xml_woarchive.hpp | 4 inst/include/boost/asio.hpp | 2 inst/include/boost/asio/associated_allocator.hpp | 2 inst/include/boost/asio/associated_executor.hpp | 2 inst/include/boost/asio/async_result.hpp | 2 inst/include/boost/asio/basic_datagram_socket.hpp | 2 inst/include/boost/asio/basic_deadline_timer.hpp | 2 inst/include/boost/asio/basic_io_object.hpp | 2 inst/include/boost/asio/basic_raw_socket.hpp | 2 inst/include/boost/asio/basic_seq_packet_socket.hpp | 2 inst/include/boost/asio/basic_serial_port.hpp | 2 inst/include/boost/asio/basic_signal_set.hpp | 2 inst/include/boost/asio/basic_socket.hpp | 2 inst/include/boost/asio/basic_socket_acceptor.hpp | 6 inst/include/boost/asio/basic_socket_iostream.hpp | 20 inst/include/boost/asio/basic_socket_streambuf.hpp | 34 inst/include/boost/asio/basic_stream_socket.hpp | 2 inst/include/boost/asio/basic_streambuf.hpp | 2 inst/include/boost/asio/basic_streambuf_fwd.hpp | 2 inst/include/boost/asio/basic_waitable_timer.hpp | 2 inst/include/boost/asio/bind_executor.hpp | 2 inst/include/boost/asio/buffer.hpp | 91 inst/include/boost/asio/buffered_read_stream.hpp | 2 inst/include/boost/asio/buffered_read_stream_fwd.hpp | 2 inst/include/boost/asio/buffered_stream.hpp | 2 inst/include/boost/asio/buffered_stream_fwd.hpp | 2 inst/include/boost/asio/buffered_write_stream.hpp | 2 inst/include/boost/asio/buffered_write_stream_fwd.hpp | 2 inst/include/boost/asio/buffers_iterator.hpp | 2 inst/include/boost/asio/completion_condition.hpp | 2 inst/include/boost/asio/connect.hpp | 33 inst/include/boost/asio/coroutine.hpp | 2 inst/include/boost/asio/datagram_socket_service.hpp | 2 inst/include/boost/asio/deadline_timer.hpp | 2 inst/include/boost/asio/deadline_timer_service.hpp | 2 inst/include/boost/asio/defer.hpp | 2 inst/include/boost/asio/detail/array.hpp | 2 inst/include/boost/asio/detail/array_fwd.hpp | 2 inst/include/boost/asio/detail/assert.hpp | 2 inst/include/boost/asio/detail/atomic_count.hpp | 2 inst/include/boost/asio/detail/base_from_completion_cond.hpp | 2 inst/include/boost/asio/detail/bind_handler.hpp | 2 inst/include/boost/asio/detail/buffer_resize_guard.hpp | 2 inst/include/boost/asio/detail/buffer_sequence_adapter.hpp | 2 inst/include/boost/asio/detail/buffered_stream_storage.hpp | 2 inst/include/boost/asio/detail/call_stack.hpp | 2 inst/include/boost/asio/detail/chrono.hpp | 2 inst/include/boost/asio/detail/chrono_time_traits.hpp | 2 inst/include/boost/asio/detail/completion_handler.hpp | 2 inst/include/boost/asio/detail/concurrency_hint.hpp | 2 inst/include/boost/asio/detail/conditionally_enabled_event.hpp | 2 inst/include/boost/asio/detail/conditionally_enabled_mutex.hpp | 2 inst/include/boost/asio/detail/config.hpp | 120 inst/include/boost/asio/detail/consuming_buffers.hpp | 6 inst/include/boost/asio/detail/cstddef.hpp | 2 inst/include/boost/asio/detail/cstdint.hpp | 2 inst/include/boost/asio/detail/date_time_fwd.hpp | 2 inst/include/boost/asio/detail/deadline_timer_service.hpp | 2 inst/include/boost/asio/detail/dependent_type.hpp | 2 inst/include/boost/asio/detail/descriptor_ops.hpp | 2 inst/include/boost/asio/detail/descriptor_read_op.hpp | 2 inst/include/boost/asio/detail/descriptor_write_op.hpp | 2 inst/include/boost/asio/detail/dev_poll_reactor.hpp | 2 inst/include/boost/asio/detail/epoll_reactor.hpp | 6 inst/include/boost/asio/detail/event.hpp | 2 inst/include/boost/asio/detail/eventfd_select_interrupter.hpp | 2 inst/include/boost/asio/detail/executor_op.hpp | 2 inst/include/boost/asio/detail/fd_set_adapter.hpp | 2 inst/include/boost/asio/detail/fenced_block.hpp | 2 inst/include/boost/asio/detail/functional.hpp | 2 inst/include/boost/asio/detail/future.hpp |only inst/include/boost/asio/detail/gcc_arm_fenced_block.hpp | 2 inst/include/boost/asio/detail/gcc_hppa_fenced_block.hpp | 2 inst/include/boost/asio/detail/gcc_sync_fenced_block.hpp | 2 inst/include/boost/asio/detail/gcc_x86_fenced_block.hpp | 2 inst/include/boost/asio/detail/global.hpp | 2 inst/include/boost/asio/detail/handler_alloc_helpers.hpp | 2 inst/include/boost/asio/detail/handler_cont_helpers.hpp | 2 inst/include/boost/asio/detail/handler_invoke_helpers.hpp | 2 inst/include/boost/asio/detail/handler_tracking.hpp | 2 inst/include/boost/asio/detail/handler_type_requirements.hpp | 6 inst/include/boost/asio/detail/handler_work.hpp | 2 inst/include/boost/asio/detail/hash_map.hpp | 2 inst/include/boost/asio/detail/impl/buffer_sequence_adapter.ipp | 2 inst/include/boost/asio/detail/impl/descriptor_ops.ipp | 2 inst/include/boost/asio/detail/impl/dev_poll_reactor.hpp | 2 inst/include/boost/asio/detail/impl/dev_poll_reactor.ipp | 2 inst/include/boost/asio/detail/impl/epoll_reactor.hpp | 2 inst/include/boost/asio/detail/impl/epoll_reactor.ipp | 2 inst/include/boost/asio/detail/impl/eventfd_select_interrupter.ipp | 2 inst/include/boost/asio/detail/impl/handler_tracking.ipp | 2 inst/include/boost/asio/detail/impl/kqueue_reactor.hpp | 2 inst/include/boost/asio/detail/impl/kqueue_reactor.ipp | 2 inst/include/boost/asio/detail/impl/null_event.ipp | 2 inst/include/boost/asio/detail/impl/pipe_select_interrupter.ipp | 2 inst/include/boost/asio/detail/impl/posix_event.ipp | 2 inst/include/boost/asio/detail/impl/posix_mutex.ipp | 2 inst/include/boost/asio/detail/impl/posix_thread.ipp | 2 inst/include/boost/asio/detail/impl/posix_tss_ptr.ipp | 2 inst/include/boost/asio/detail/impl/reactive_descriptor_service.ipp | 2 inst/include/boost/asio/detail/impl/reactive_serial_port_service.ipp | 2 inst/include/boost/asio/detail/impl/reactive_socket_service_base.ipp | 2 inst/include/boost/asio/detail/impl/resolver_service_base.ipp | 2 inst/include/boost/asio/detail/impl/scheduler.ipp | 2 inst/include/boost/asio/detail/impl/select_reactor.hpp | 2 inst/include/boost/asio/detail/impl/select_reactor.ipp | 2 inst/include/boost/asio/detail/impl/service_registry.hpp | 2 inst/include/boost/asio/detail/impl/service_registry.ipp | 2 inst/include/boost/asio/detail/impl/signal_set_service.ipp | 2 inst/include/boost/asio/detail/impl/socket_ops.ipp | 4 inst/include/boost/asio/detail/impl/socket_select_interrupter.ipp | 2 inst/include/boost/asio/detail/impl/strand_executor_service.hpp | 2 inst/include/boost/asio/detail/impl/strand_executor_service.ipp | 14 inst/include/boost/asio/detail/impl/strand_service.hpp | 2 inst/include/boost/asio/detail/impl/strand_service.ipp | 2 inst/include/boost/asio/detail/impl/throw_error.ipp | 2 inst/include/boost/asio/detail/impl/timer_queue_ptime.ipp | 2 inst/include/boost/asio/detail/impl/timer_queue_set.ipp | 2 inst/include/boost/asio/detail/impl/win_event.ipp | 2 inst/include/boost/asio/detail/impl/win_iocp_handle_service.ipp | 2 inst/include/boost/asio/detail/impl/win_iocp_io_context.hpp | 2 inst/include/boost/asio/detail/impl/win_iocp_io_context.ipp | 2 inst/include/boost/asio/detail/impl/win_iocp_serial_port_service.ipp | 2 inst/include/boost/asio/detail/impl/win_iocp_socket_service_base.ipp | 2 inst/include/boost/asio/detail/impl/win_mutex.ipp | 2 inst/include/boost/asio/detail/impl/win_object_handle_service.ipp | 2 inst/include/boost/asio/detail/impl/win_static_mutex.ipp | 2 inst/include/boost/asio/detail/impl/win_thread.ipp | 2 inst/include/boost/asio/detail/impl/win_tss_ptr.ipp | 2 inst/include/boost/asio/detail/impl/winrt_ssocket_service_base.ipp | 2 inst/include/boost/asio/detail/impl/winrt_timer_scheduler.hpp | 2 inst/include/boost/asio/detail/impl/winrt_timer_scheduler.ipp | 2 inst/include/boost/asio/detail/impl/winsock_init.ipp | 2 inst/include/boost/asio/detail/io_control.hpp | 2 inst/include/boost/asio/detail/is_buffer_sequence.hpp | 56 inst/include/boost/asio/detail/is_executor.hpp | 2 inst/include/boost/asio/detail/keyword_tss_ptr.hpp | 2 inst/include/boost/asio/detail/kqueue_reactor.hpp | 2 inst/include/boost/asio/detail/macos_fenced_block.hpp | 2 inst/include/boost/asio/detail/memory.hpp | 2 inst/include/boost/asio/detail/mutex.hpp | 2 inst/include/boost/asio/detail/noncopyable.hpp | 2 inst/include/boost/asio/detail/null_event.hpp | 2 inst/include/boost/asio/detail/null_fenced_block.hpp | 2 inst/include/boost/asio/detail/null_global.hpp | 2 inst/include/boost/asio/detail/null_mutex.hpp | 2 inst/include/boost/asio/detail/null_reactor.hpp | 2 inst/include/boost/asio/detail/null_signal_blocker.hpp | 2 inst/include/boost/asio/detail/null_socket_service.hpp | 2 inst/include/boost/asio/detail/null_static_mutex.hpp | 2 inst/include/boost/asio/detail/null_thread.hpp | 2 inst/include/boost/asio/detail/null_tss_ptr.hpp | 2 inst/include/boost/asio/detail/object_pool.hpp | 2 inst/include/boost/asio/detail/old_win_sdk_compat.hpp | 2 inst/include/boost/asio/detail/op_queue.hpp | 2 inst/include/boost/asio/detail/operation.hpp | 2 inst/include/boost/asio/detail/pipe_select_interrupter.hpp | 2 inst/include/boost/asio/detail/pop_options.hpp | 2 inst/include/boost/asio/detail/posix_event.hpp | 11 inst/include/boost/asio/detail/posix_fd_set_adapter.hpp | 2 inst/include/boost/asio/detail/posix_global.hpp | 2 inst/include/boost/asio/detail/posix_mutex.hpp | 2 inst/include/boost/asio/detail/posix_signal_blocker.hpp | 2 inst/include/boost/asio/detail/posix_static_mutex.hpp | 2 inst/include/boost/asio/detail/posix_thread.hpp | 2 inst/include/boost/asio/detail/posix_tss_ptr.hpp | 2 inst/include/boost/asio/detail/push_options.hpp | 4 inst/include/boost/asio/detail/reactive_descriptor_service.hpp | 2 inst/include/boost/asio/detail/reactive_null_buffers_op.hpp | 2 inst/include/boost/asio/detail/reactive_serial_port_service.hpp | 2 inst/include/boost/asio/detail/reactive_socket_accept_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_connect_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_recv_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_recvfrom_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_recvmsg_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_send_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_sendto_op.hpp | 2 inst/include/boost/asio/detail/reactive_socket_service.hpp | 2 inst/include/boost/asio/detail/reactive_socket_service_base.hpp | 2 inst/include/boost/asio/detail/reactive_wait_op.hpp | 2 inst/include/boost/asio/detail/reactor.hpp | 2 inst/include/boost/asio/detail/reactor_fwd.hpp | 2 inst/include/boost/asio/detail/reactor_op.hpp | 2 inst/include/boost/asio/detail/reactor_op_queue.hpp | 2 inst/include/boost/asio/detail/recycling_allocator.hpp | 2 inst/include/boost/asio/detail/regex_fwd.hpp | 2 inst/include/boost/asio/detail/resolve_endpoint_op.hpp | 2 inst/include/boost/asio/detail/resolve_op.hpp | 2 inst/include/boost/asio/detail/resolve_query_op.hpp | 2 inst/include/boost/asio/detail/resolver_service.hpp | 2 inst/include/boost/asio/detail/resolver_service_base.hpp | 2 inst/include/boost/asio/detail/scheduler.hpp | 2 inst/include/boost/asio/detail/scheduler_operation.hpp | 2 inst/include/boost/asio/detail/scheduler_thread_info.hpp | 2 inst/include/boost/asio/detail/scoped_lock.hpp | 2 inst/include/boost/asio/detail/scoped_ptr.hpp | 2 inst/include/boost/asio/detail/select_interrupter.hpp | 2 inst/include/boost/asio/detail/select_reactor.hpp | 2 inst/include/boost/asio/detail/service_registry.hpp | 2 inst/include/boost/asio/detail/signal_blocker.hpp | 2 inst/include/boost/asio/detail/signal_handler.hpp | 2 inst/include/boost/asio/detail/signal_init.hpp | 2 inst/include/boost/asio/detail/signal_op.hpp | 2 inst/include/boost/asio/detail/signal_set_service.hpp | 2 inst/include/boost/asio/detail/socket_holder.hpp | 2 inst/include/boost/asio/detail/socket_ops.hpp | 2 inst/include/boost/asio/detail/socket_option.hpp | 2 inst/include/boost/asio/detail/socket_select_interrupter.hpp | 2 inst/include/boost/asio/detail/socket_types.hpp | 2 inst/include/boost/asio/detail/solaris_fenced_block.hpp | 2 inst/include/boost/asio/detail/static_mutex.hpp | 2 inst/include/boost/asio/detail/std_event.hpp | 2 inst/include/boost/asio/detail/std_fenced_block.hpp | 2 inst/include/boost/asio/detail/std_global.hpp | 2 inst/include/boost/asio/detail/std_mutex.hpp | 2 inst/include/boost/asio/detail/std_static_mutex.hpp | 2 inst/include/boost/asio/detail/std_thread.hpp | 2 inst/include/boost/asio/detail/strand_executor_service.hpp | 6 inst/include/boost/asio/detail/strand_service.hpp | 2 inst/include/boost/asio/detail/string_view.hpp | 26 inst/include/boost/asio/detail/thread.hpp | 2 inst/include/boost/asio/detail/thread_context.hpp | 2 inst/include/boost/asio/detail/thread_group.hpp | 2 inst/include/boost/asio/detail/thread_info_base.hpp | 49 inst/include/boost/asio/detail/throw_error.hpp | 2 inst/include/boost/asio/detail/throw_exception.hpp | 2 inst/include/boost/asio/detail/timer_queue.hpp | 4 inst/include/boost/asio/detail/timer_queue_base.hpp | 2 inst/include/boost/asio/detail/timer_queue_ptime.hpp | 2 inst/include/boost/asio/detail/timer_queue_set.hpp | 2 inst/include/boost/asio/detail/timer_scheduler.hpp | 2 inst/include/boost/asio/detail/timer_scheduler_fwd.hpp | 2 inst/include/boost/asio/detail/tss_ptr.hpp | 2 inst/include/boost/asio/detail/type_traits.hpp | 8 inst/include/boost/asio/detail/variadic_templates.hpp | 2 inst/include/boost/asio/detail/wait_handler.hpp | 2 inst/include/boost/asio/detail/wait_op.hpp | 2 inst/include/boost/asio/detail/win_event.hpp | 2 inst/include/boost/asio/detail/win_fd_set_adapter.hpp | 2 inst/include/boost/asio/detail/win_fenced_block.hpp | 2 inst/include/boost/asio/detail/win_global.hpp | 5 inst/include/boost/asio/detail/win_iocp_handle_read_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_handle_service.hpp | 2 inst/include/boost/asio/detail/win_iocp_handle_write_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_io_context.hpp | 2 inst/include/boost/asio/detail/win_iocp_null_buffers_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_operation.hpp | 2 inst/include/boost/asio/detail/win_iocp_overlapped_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_overlapped_ptr.hpp | 2 inst/include/boost/asio/detail/win_iocp_serial_port_service.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_accept_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_connect_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_recv_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_send_op.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_service.hpp | 2 inst/include/boost/asio/detail/win_iocp_socket_service_base.hpp | 2 inst/include/boost/asio/detail/win_iocp_thread_info.hpp | 2 inst/include/boost/asio/detail/win_iocp_wait_op.hpp | 2 inst/include/boost/asio/detail/win_mutex.hpp | 2 inst/include/boost/asio/detail/win_object_handle_service.hpp | 2 inst/include/boost/asio/detail/win_static_mutex.hpp | 2 inst/include/boost/asio/detail/win_thread.hpp | 2 inst/include/boost/asio/detail/win_tss_ptr.hpp | 2 inst/include/boost/asio/detail/winapp_thread.hpp | 2 inst/include/boost/asio/detail/wince_thread.hpp | 2 inst/include/boost/asio/detail/winrt_async_manager.hpp | 2 inst/include/boost/asio/detail/winrt_async_op.hpp | 2 inst/include/boost/asio/detail/winrt_resolve_op.hpp | 2 inst/include/boost/asio/detail/winrt_resolver_service.hpp | 2 inst/include/boost/asio/detail/winrt_socket_connect_op.hpp | 2 inst/include/boost/asio/detail/winrt_socket_recv_op.hpp | 2 inst/include/boost/asio/detail/winrt_socket_send_op.hpp | 2 inst/include/boost/asio/detail/winrt_ssocket_service.hpp | 2 inst/include/boost/asio/detail/winrt_ssocket_service_base.hpp | 2 inst/include/boost/asio/detail/winrt_timer_scheduler.hpp | 2 inst/include/boost/asio/detail/winrt_utils.hpp | 2 inst/include/boost/asio/detail/winsock_init.hpp | 2 inst/include/boost/asio/detail/work_dispatcher.hpp | 2 inst/include/boost/asio/detail/wrapped_handler.hpp | 2 inst/include/boost/asio/dispatch.hpp | 2 inst/include/boost/asio/error.hpp | 2 inst/include/boost/asio/execution_context.hpp | 2 inst/include/boost/asio/executor.hpp | 2 inst/include/boost/asio/executor_work_guard.hpp | 5 inst/include/boost/asio/generic/basic_endpoint.hpp | 2 inst/include/boost/asio/generic/datagram_protocol.hpp | 2 inst/include/boost/asio/generic/detail/endpoint.hpp | 2 inst/include/boost/asio/generic/detail/impl/endpoint.ipp | 2 inst/include/boost/asio/generic/raw_protocol.hpp | 2 inst/include/boost/asio/generic/seq_packet_protocol.hpp | 2 inst/include/boost/asio/generic/stream_protocol.hpp | 2 inst/include/boost/asio/handler_alloc_hook.hpp | 2 inst/include/boost/asio/handler_continuation_hook.hpp | 2 inst/include/boost/asio/handler_invoke_hook.hpp | 2 inst/include/boost/asio/handler_type.hpp | 2 inst/include/boost/asio/high_resolution_timer.hpp | 2 inst/include/boost/asio/impl/buffered_read_stream.hpp | 2 inst/include/boost/asio/impl/buffered_write_stream.hpp | 2 inst/include/boost/asio/impl/connect.hpp | 2 inst/include/boost/asio/impl/defer.hpp | 2 inst/include/boost/asio/impl/dispatch.hpp | 2 inst/include/boost/asio/impl/error.ipp | 2 inst/include/boost/asio/impl/execution_context.hpp | 2 inst/include/boost/asio/impl/execution_context.ipp | 2 inst/include/boost/asio/impl/executor.hpp | 2 inst/include/boost/asio/impl/executor.ipp | 2 inst/include/boost/asio/impl/handler_alloc_hook.ipp | 2 inst/include/boost/asio/impl/io_context.hpp | 34 inst/include/boost/asio/impl/io_context.ipp | 2 inst/include/boost/asio/impl/post.hpp | 2 inst/include/boost/asio/impl/read.hpp | 14 inst/include/boost/asio/impl/read_at.hpp | 2 inst/include/boost/asio/impl/read_until.hpp | 6 inst/include/boost/asio/impl/serial_port_base.hpp | 2 inst/include/boost/asio/impl/serial_port_base.ipp | 2 inst/include/boost/asio/impl/system_context.hpp | 2 inst/include/boost/asio/impl/system_context.ipp | 2 inst/include/boost/asio/impl/system_executor.hpp | 2 inst/include/boost/asio/impl/thread_pool.hpp | 2 inst/include/boost/asio/impl/thread_pool.ipp | 2 inst/include/boost/asio/impl/use_future.hpp | 3 inst/include/boost/asio/impl/write.hpp | 14 inst/include/boost/asio/impl/write_at.hpp | 2 inst/include/boost/asio/io_context.hpp | 14 inst/include/boost/asio/io_context_strand.hpp | 28 inst/include/boost/asio/io_service.hpp | 2 inst/include/boost/asio/io_service_strand.hpp | 2 inst/include/boost/asio/ip/address.hpp | 6 inst/include/boost/asio/ip/address_v4.hpp | 6 inst/include/boost/asio/ip/address_v4_iterator.hpp | 2 inst/include/boost/asio/ip/address_v4_range.hpp | 2 inst/include/boost/asio/ip/address_v6.hpp | 6 inst/include/boost/asio/ip/address_v6_iterator.hpp | 2 inst/include/boost/asio/ip/address_v6_range.hpp | 2 inst/include/boost/asio/ip/bad_address_cast.hpp | 9 inst/include/boost/asio/ip/basic_endpoint.hpp | 2 inst/include/boost/asio/ip/basic_resolver.hpp | 12 inst/include/boost/asio/ip/basic_resolver_entry.hpp | 2 inst/include/boost/asio/ip/basic_resolver_iterator.hpp | 2 inst/include/boost/asio/ip/basic_resolver_query.hpp | 2 inst/include/boost/asio/ip/basic_resolver_results.hpp | 12 inst/include/boost/asio/ip/detail/endpoint.hpp | 2 inst/include/boost/asio/ip/detail/impl/endpoint.ipp | 2 inst/include/boost/asio/ip/detail/socket_option.hpp | 2 inst/include/boost/asio/ip/host_name.hpp | 2 inst/include/boost/asio/ip/icmp.hpp | 2 inst/include/boost/asio/ip/impl/address.hpp | 2 inst/include/boost/asio/ip/impl/address.ipp | 6 inst/include/boost/asio/ip/impl/address_v4.hpp | 2 inst/include/boost/asio/ip/impl/address_v4.ipp | 6 inst/include/boost/asio/ip/impl/address_v6.hpp | 2 inst/include/boost/asio/ip/impl/address_v6.ipp | 6 inst/include/boost/asio/ip/impl/basic_endpoint.hpp | 2 inst/include/boost/asio/ip/impl/host_name.ipp | 2 inst/include/boost/asio/ip/multicast.hpp | 2 inst/include/boost/asio/ip/resolver_base.hpp | 2 inst/include/boost/asio/ip/resolver_query_base.hpp | 2 inst/include/boost/asio/ip/resolver_service.hpp | 2 inst/include/boost/asio/ip/tcp.hpp | 2 inst/include/boost/asio/ip/udp.hpp | 2 inst/include/boost/asio/ip/unicast.hpp | 2 inst/include/boost/asio/ip/v6_only.hpp | 2 inst/include/boost/asio/is_executor.hpp | 2 inst/include/boost/asio/is_read_buffered.hpp | 2 inst/include/boost/asio/is_write_buffered.hpp | 2 inst/include/boost/asio/local/basic_endpoint.hpp | 2 inst/include/boost/asio/local/connect_pair.hpp | 2 inst/include/boost/asio/local/datagram_protocol.hpp | 2 inst/include/boost/asio/local/detail/endpoint.hpp | 2 inst/include/boost/asio/local/detail/impl/endpoint.ipp | 2 inst/include/boost/asio/local/stream_protocol.hpp | 2 inst/include/boost/asio/packaged_task.hpp | 8 inst/include/boost/asio/placeholders.hpp | 2 inst/include/boost/asio/posix/basic_descriptor.hpp | 2 inst/include/boost/asio/posix/basic_stream_descriptor.hpp | 2 inst/include/boost/asio/posix/descriptor.hpp | 2 inst/include/boost/asio/posix/descriptor_base.hpp | 2 inst/include/boost/asio/posix/stream_descriptor.hpp | 2 inst/include/boost/asio/posix/stream_descriptor_service.hpp | 2 inst/include/boost/asio/post.hpp | 2 inst/include/boost/asio/raw_socket_service.hpp | 2 inst/include/boost/asio/read.hpp | 22 inst/include/boost/asio/read_at.hpp | 10 inst/include/boost/asio/read_until.hpp | 16 inst/include/boost/asio/seq_packet_socket_service.hpp | 2 inst/include/boost/asio/serial_port.hpp | 2 inst/include/boost/asio/serial_port_base.hpp | 2 inst/include/boost/asio/serial_port_service.hpp | 2 inst/include/boost/asio/signal_set.hpp | 2 inst/include/boost/asio/signal_set_service.hpp | 2 inst/include/boost/asio/socket_acceptor_service.hpp | 2 inst/include/boost/asio/socket_base.hpp | 2 inst/include/boost/asio/steady_timer.hpp | 2 inst/include/boost/asio/strand.hpp | 2 inst/include/boost/asio/stream_socket_service.hpp | 2 inst/include/boost/asio/streambuf.hpp | 2 inst/include/boost/asio/system_context.hpp | 2 inst/include/boost/asio/system_executor.hpp | 2 inst/include/boost/asio/system_timer.hpp | 2 inst/include/boost/asio/thread_pool.hpp | 4 inst/include/boost/asio/time_traits.hpp | 2 inst/include/boost/asio/use_future.hpp | 7 inst/include/boost/asio/uses_executor.hpp | 2 inst/include/boost/asio/version.hpp | 4 inst/include/boost/asio/wait_traits.hpp | 2 inst/include/boost/asio/waitable_timer_service.hpp | 2 inst/include/boost/asio/windows/basic_handle.hpp | 2 inst/include/boost/asio/windows/basic_object_handle.hpp | 2 inst/include/boost/asio/windows/basic_random_access_handle.hpp | 2 inst/include/boost/asio/windows/basic_stream_handle.hpp | 2 inst/include/boost/asio/windows/object_handle.hpp | 2 inst/include/boost/asio/windows/object_handle_service.hpp | 2 inst/include/boost/asio/windows/overlapped_handle.hpp | 2 inst/include/boost/asio/windows/overlapped_ptr.hpp | 2 inst/include/boost/asio/windows/random_access_handle.hpp | 2 inst/include/boost/asio/windows/random_access_handle_service.hpp | 2 inst/include/boost/asio/windows/stream_handle.hpp | 2 inst/include/boost/asio/windows/stream_handle_service.hpp | 2 inst/include/boost/asio/write.hpp | 21 inst/include/boost/asio/write_at.hpp | 10 inst/include/boost/assign/assignment_exception.hpp | 13 inst/include/boost/assign/list_inserter.hpp | 168 inst/include/boost/assign/list_of.hpp | 312 inst/include/boost/assign/std/deque.hpp | 15 inst/include/boost/assign/std/list.hpp | 15 inst/include/boost/assign/std/queue.hpp | 19 inst/include/boost/assign/std/set.hpp | 23 inst/include/boost/assign/std/slist.hpp | 13 inst/include/boost/assign/std/stack.hpp | 14 inst/include/boost/assign/std/vector.hpp | 14 inst/include/boost/atomic/atomic.hpp | 10 inst/include/boost/atomic/capabilities.hpp | 49 inst/include/boost/atomic/detail/addressof.hpp |only inst/include/boost/atomic/detail/atomic_flag.hpp | 1 inst/include/boost/atomic/detail/atomic_template.hpp | 711 + inst/include/boost/atomic/detail/bitwise_cast.hpp | 56 inst/include/boost/atomic/detail/bitwise_fp_cast.hpp |only inst/include/boost/atomic/detail/caps_gcc_atomic.hpp | 8 inst/include/boost/atomic/detail/caps_gcc_sync.hpp | 4 inst/include/boost/atomic/detail/config.hpp | 112 inst/include/boost/atomic/detail/extra_fp_operations.hpp |only inst/include/boost/atomic/detail/extra_fp_operations_fwd.hpp |only inst/include/boost/atomic/detail/extra_fp_ops_emulated.hpp |only inst/include/boost/atomic/detail/extra_fp_ops_generic.hpp |only inst/include/boost/atomic/detail/extra_operations.hpp | 1 inst/include/boost/atomic/detail/extra_operations_fwd.hpp | 2 inst/include/boost/atomic/detail/extra_ops_emulated.hpp |only inst/include/boost/atomic/detail/extra_ops_gcc_arm.hpp | 845 + inst/include/boost/atomic/detail/extra_ops_gcc_ppc.hpp | 658 + inst/include/boost/atomic/detail/extra_ops_gcc_x86.hpp | 486 - inst/include/boost/atomic/detail/extra_ops_generic.hpp | 292 inst/include/boost/atomic/detail/extra_ops_msvc_arm.hpp | 2 inst/include/boost/atomic/detail/extra_ops_msvc_x86.hpp | 473 + inst/include/boost/atomic/detail/float_sizes.hpp |only inst/include/boost/atomic/detail/fp_operations.hpp |only inst/include/boost/atomic/detail/fp_operations_fwd.hpp |only inst/include/boost/atomic/detail/fp_ops_emulated.hpp |only inst/include/boost/atomic/detail/fp_ops_generic.hpp |only inst/include/boost/atomic/detail/int_sizes.hpp | 6 inst/include/boost/atomic/detail/integral_extend.hpp |only inst/include/boost/atomic/detail/ops_cas_based.hpp | 2 inst/include/boost/atomic/detail/ops_emulated.hpp | 15 inst/include/boost/atomic/detail/ops_extending_cas_based.hpp | 15 inst/include/boost/atomic/detail/ops_gcc_alpha.hpp | 13 inst/include/boost/atomic/detail/ops_gcc_arm.hpp | 93 inst/include/boost/atomic/detail/ops_gcc_arm_common.hpp | 5 inst/include/boost/atomic/detail/ops_gcc_atomic.hpp | 109 inst/include/boost/atomic/detail/ops_gcc_ppc.hpp | 164 inst/include/boost/atomic/detail/ops_gcc_ppc_common.hpp | 7 inst/include/boost/atomic/detail/ops_gcc_sparc.hpp | 13 inst/include/boost/atomic/detail/ops_gcc_sync.hpp | 105 inst/include/boost/atomic/detail/ops_gcc_x86.hpp | 21 inst/include/boost/atomic/detail/ops_gcc_x86_dcas.hpp | 587 - inst/include/boost/atomic/detail/ops_linux_arm.hpp | 9 inst/include/boost/atomic/detail/ops_msvc_arm.hpp | 48 inst/include/boost/atomic/detail/ops_msvc_x86.hpp | 127 inst/include/boost/atomic/detail/ops_windows.hpp | 17 inst/include/boost/atomic/detail/platform.hpp | 12 inst/include/boost/atomic/detail/storage_type.hpp | 101 inst/include/boost/atomic/detail/string_ops.hpp |only inst/include/boost/atomic/detail/type_traits/conditional.hpp | 4 inst/include/boost/atomic/detail/type_traits/integral_constant.hpp |only inst/include/boost/atomic/detail/type_traits/is_floating_point.hpp |only inst/include/boost/atomic/detail/type_traits/is_function.hpp | 4 inst/include/boost/atomic/detail/type_traits/is_iec559.hpp |only inst/include/boost/atomic/detail/type_traits/is_integral.hpp | 4 inst/include/boost/atomic/detail/type_traits/is_signed.hpp | 4 inst/include/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp |only inst/include/boost/atomic/detail/type_traits/make_signed.hpp | 4 inst/include/boost/atomic/detail/type_traits/make_unsigned.hpp |only inst/include/boost/bind.hpp | 2 inst/include/boost/bind/bind.hpp | 6 inst/include/boost/blank.hpp | 8 inst/include/boost/chrono/detail/inlined/mac/chrono.hpp | 20 inst/include/boost/chrono/detail/inlined/mac/process_cpu_clocks.hpp | 68 inst/include/boost/chrono/detail/inlined/mac/thread_clock.hpp | 8 inst/include/boost/chrono/detail/inlined/posix/chrono.hpp | 16 inst/include/boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp | 54 inst/include/boost/chrono/detail/inlined/posix/thread_clock.hpp | 8 inst/include/boost/chrono/detail/inlined/win/chrono.hpp | 40 inst/include/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp | 28 inst/include/boost/chrono/detail/inlined/win/thread_clock.hpp | 8 inst/include/boost/chrono/detail/system.hpp | 9 inst/include/boost/chrono/io/time_point_io.hpp | 2 inst/include/boost/circular_buffer.hpp | 6 inst/include/boost/circular_buffer/allocators.hpp |only inst/include/boost/circular_buffer/base.hpp | 157 inst/include/boost/circular_buffer/details.hpp | 61 inst/include/boost/circular_buffer/space_optimized.hpp | 10 inst/include/boost/compute/algorithm/accumulate.hpp | 5 inst/include/boost/compute/algorithm/adjacent_difference.hpp | 7 inst/include/boost/compute/algorithm/adjacent_find.hpp | 5 inst/include/boost/compute/algorithm/all_of.hpp | 4 inst/include/boost/compute/algorithm/any_of.hpp | 4 inst/include/boost/compute/algorithm/binary_search.hpp | 4 inst/include/boost/compute/algorithm/copy_if.hpp | 7 inst/include/boost/compute/algorithm/count.hpp | 4 inst/include/boost/compute/algorithm/count_if.hpp | 4 inst/include/boost/compute/algorithm/equal.hpp | 7 inst/include/boost/compute/algorithm/equal_range.hpp | 4 inst/include/boost/compute/algorithm/exclusive_scan.hpp | 9 inst/include/boost/compute/algorithm/fill.hpp | 5 inst/include/boost/compute/algorithm/fill_n.hpp | 4 inst/include/boost/compute/algorithm/find.hpp | 4 inst/include/boost/compute/algorithm/find_end.hpp | 6 inst/include/boost/compute/algorithm/find_if.hpp | 4 inst/include/boost/compute/algorithm/find_if_not.hpp | 4 inst/include/boost/compute/algorithm/for_each.hpp | 5 inst/include/boost/compute/algorithm/for_each_n.hpp | 4 inst/include/boost/compute/algorithm/gather.hpp | 7 inst/include/boost/compute/algorithm/generate.hpp | 4 inst/include/boost/compute/algorithm/includes.hpp | 6 inst/include/boost/compute/algorithm/inclusive_scan.hpp | 7 inst/include/boost/compute/algorithm/inner_product.hpp | 7 inst/include/boost/compute/algorithm/inplace_merge.hpp | 4 inst/include/boost/compute/algorithm/iota.hpp | 4 inst/include/boost/compute/algorithm/is_partitioned.hpp | 4 inst/include/boost/compute/algorithm/is_permutation.hpp | 5 inst/include/boost/compute/algorithm/is_sorted.hpp | 5 inst/include/boost/compute/algorithm/lexicographical_compare.hpp | 6 inst/include/boost/compute/algorithm/lower_bound.hpp | 4 inst/include/boost/compute/algorithm/max_element.hpp | 5 inst/include/boost/compute/algorithm/merge.hpp | 9 inst/include/boost/compute/algorithm/min_element.hpp | 5 inst/include/boost/compute/algorithm/minmax_element.hpp | 5 inst/include/boost/compute/algorithm/mismatch.hpp | 7 inst/include/boost/compute/algorithm/next_permutation.hpp | 4 inst/include/boost/compute/algorithm/none_of.hpp | 4 inst/include/boost/compute/algorithm/nth_element.hpp | 5 inst/include/boost/compute/algorithm/partial_sum.hpp | 5 inst/include/boost/compute/algorithm/partition.hpp | 4 inst/include/boost/compute/algorithm/partition_copy.hpp | 7 inst/include/boost/compute/algorithm/partition_point.hpp | 10 inst/include/boost/compute/algorithm/prev_permutation.hpp | 4 inst/include/boost/compute/algorithm/random_shuffle.hpp | 13 inst/include/boost/compute/algorithm/reduce.hpp | 5 inst/include/boost/compute/algorithm/reduce_by_key.hpp | 16 inst/include/boost/compute/algorithm/remove.hpp | 4 inst/include/boost/compute/algorithm/remove_if.hpp | 4 inst/include/boost/compute/algorithm/replace.hpp | 4 inst/include/boost/compute/algorithm/replace_copy.hpp | 6 inst/include/boost/compute/algorithm/reverse.hpp | 4 inst/include/boost/compute/algorithm/reverse_copy.hpp | 6 inst/include/boost/compute/algorithm/scatter.hpp | 6 inst/include/boost/compute/algorithm/scatter_if.hpp | 12 inst/include/boost/compute/algorithm/search.hpp | 6 inst/include/boost/compute/algorithm/search_n.hpp | 5 inst/include/boost/compute/algorithm/set_difference.hpp | 7 inst/include/boost/compute/algorithm/set_intersection.hpp | 7 inst/include/boost/compute/algorithm/set_symmetric_difference.hpp | 7 inst/include/boost/compute/algorithm/set_union.hpp | 7 inst/include/boost/compute/algorithm/sort_by_key.hpp | 7 inst/include/boost/compute/algorithm/stable_partition.hpp | 4 inst/include/boost/compute/algorithm/stable_sort.hpp | 6 inst/include/boost/compute/algorithm/stable_sort_by_key.hpp | 7 inst/include/boost/compute/algorithm/swap_ranges.hpp | 6 inst/include/boost/compute/algorithm/transform.hpp | 13 inst/include/boost/compute/algorithm/transform_if.hpp | 5 inst/include/boost/compute/algorithm/transform_reduce.hpp | 8 inst/include/boost/compute/algorithm/unique.hpp | 5 inst/include/boost/compute/algorithm/unique_copy.hpp | 9 inst/include/boost/compute/algorithm/upper_bound.hpp | 4 inst/include/boost/compute/async/future.hpp | 30 inst/include/boost/compute/detail/sha1.hpp | 7 inst/include/boost/compute/exception/program_build_failure.hpp |only inst/include/boost/compute/interop/opengl/context.hpp | 6 inst/include/boost/compute/iterator/buffer_iterator.hpp | 8 inst/include/boost/compute/memory/svm_ptr.hpp | 2 inst/include/boost/compute/program.hpp | 3 inst/include/boost/compute/random/threefry_engine.hpp | 195 inst/include/boost/compute/types/fundamental.hpp | 2 inst/include/boost/concept/assert.hpp | 2 inst/include/boost/concept/detail/general.hpp | 6 inst/include/boost/concept/detail/has_constraints.hpp | 6 inst/include/boost/concept/detail/msvc.hpp | 4 inst/include/boost/concept/usage.hpp | 2 inst/include/boost/concept_archetype.hpp | 5 inst/include/boost/concept_check.hpp | 38 inst/include/boost/config/auto_link.hpp | 8 inst/include/boost/config/compiler/borland.hpp | 8 inst/include/boost/config/compiler/clang.hpp | 12 inst/include/boost/config/compiler/codegear.hpp | 8 inst/include/boost/config/compiler/comeau.hpp | 2 inst/include/boost/config/compiler/common_edg.hpp | 4 inst/include/boost/config/compiler/cray.hpp | 420 inst/include/boost/config/compiler/diab.hpp | 9 inst/include/boost/config/compiler/digitalmars.hpp | 5 inst/include/boost/config/compiler/gcc.hpp | 16 inst/include/boost/config/compiler/gcc_xml.hpp | 3 inst/include/boost/config/compiler/greenhills.hpp | 2 inst/include/boost/config/compiler/hp_acc.hpp | 2 inst/include/boost/config/compiler/intel.hpp | 8 inst/include/boost/config/compiler/kai.hpp | 2 inst/include/boost/config/compiler/metrowerks.hpp | 5 inst/include/boost/config/compiler/mpw.hpp | 5 inst/include/boost/config/compiler/nvcc.hpp | 6 inst/include/boost/config/compiler/pathscale.hpp | 3 inst/include/boost/config/compiler/sunpro_cc.hpp | 3 inst/include/boost/config/compiler/vacpp.hpp | 5 inst/include/boost/config/compiler/visualc.hpp | 39 inst/include/boost/config/compiler/xlcpp.hpp | 4 inst/include/boost/config/compiler/xlcpp_zos.hpp | 1 inst/include/boost/config/detail/select_compiler_config.hpp | 3 inst/include/boost/config/detail/suffix.hpp | 37 inst/include/boost/config/header_deprecated.hpp |only inst/include/boost/config/helper_macros.hpp |only inst/include/boost/config/platform/cygwin.hpp | 11 inst/include/boost/config/platform/vxworks.hpp | 233 inst/include/boost/config/pragma_message.hpp |only inst/include/boost/config/stdlib/dinkumware.hpp | 12 inst/include/boost/config/stdlib/libcpp.hpp | 23 inst/include/boost/config/stdlib/libstdcpp3.hpp | 10 inst/include/boost/config/workaround.hpp | 2 inst/include/boost/container/adaptive_pool.hpp | 302 inst/include/boost/container/allocator.hpp | 17 inst/include/boost/container/allocator_traits.hpp | 116 inst/include/boost/container/container_fwd.hpp | 35 inst/include/boost/container/deque.hpp | 101 inst/include/boost/container/detail/adaptive_node_pool.hpp | 45 inst/include/boost/container/detail/adaptive_node_pool_impl.hpp | 1282 +- inst/include/boost/container/detail/addressof.hpp | 4 inst/include/boost/container/detail/advanced_insert_int.hpp | 50 inst/include/boost/container/detail/alloc_helpers.hpp | 16 inst/include/boost/container/detail/allocator_version_traits.hpp | 17 inst/include/boost/container/detail/compare_functors.hpp | 66 inst/include/boost/container/detail/construct_in_place.hpp | 2 inst/include/boost/container/detail/container_or_allocator_rebind.hpp | 4 inst/include/boost/container/detail/container_rebind.hpp | 4 inst/include/boost/container/detail/copy_move_algo.hpp | 213 inst/include/boost/container/detail/destroyers.hpp | 16 inst/include/boost/container/detail/dispatch_uses_allocator.hpp | 110 inst/include/boost/container/detail/flat_tree.hpp | 667 - inst/include/boost/container/detail/is_container.hpp | 4 inst/include/boost/container/detail/is_contiguous_container.hpp | 4 inst/include/boost/container/detail/is_sorted.hpp | 4 inst/include/boost/container/detail/iterator.hpp | 46 inst/include/boost/container/detail/iterator_to_raw_pointer.hpp | 4 inst/include/boost/container/detail/iterators.hpp | 18 inst/include/boost/container/detail/math_functions.hpp | 58 inst/include/boost/container/detail/min_max.hpp | 4 inst/include/boost/container/detail/mpl.hpp | 62 inst/include/boost/container/detail/multiallocation_chain.hpp | 61 inst/include/boost/container/detail/mutex.hpp | 4 inst/include/boost/container/detail/next_capacity.hpp | 76 inst/include/boost/container/detail/node_alloc_holder.hpp | 308 inst/include/boost/container/detail/node_pool.hpp | 8 inst/include/boost/container/detail/node_pool_impl.hpp | 4 inst/include/boost/container/detail/pair.hpp | 83 inst/include/boost/container/detail/pool_common.hpp | 4 inst/include/boost/container/detail/pool_common_alloc.hpp | 14 inst/include/boost/container/detail/singleton.hpp | 4 inst/include/boost/container/detail/std_fwd.hpp | 3 inst/include/boost/container/detail/thread_mutex.hpp |only inst/include/boost/container/detail/transform_iterator.hpp | 2 inst/include/boost/container/detail/tree.hpp | 359 inst/include/boost/container/detail/type_traits.hpp | 6 inst/include/boost/container/detail/value_functors.hpp |only inst/include/boost/container/detail/value_init.hpp | 4 inst/include/boost/container/detail/variadic_templates_tools.hpp | 6 inst/include/boost/container/detail/version_type.hpp | 16 inst/include/boost/container/detail/workaround.hpp | 18 inst/include/boost/container/flat_map.hpp | 844 + inst/include/boost/container/flat_set.hpp | 314 inst/include/boost/container/list.hpp | 135 inst/include/boost/container/map.hpp | 416 inst/include/boost/container/node_allocator.hpp | 38 inst/include/boost/container/node_handle.hpp | 12 inst/include/boost/container/options.hpp | 165 inst/include/boost/container/pmr/flat_map.hpp | 12 inst/include/boost/container/pmr/flat_set.hpp | 12 inst/include/boost/container/pmr/map.hpp | 8 inst/include/boost/container/pmr/monotonic_buffer_resource.hpp | 6 inst/include/boost/container/pmr/polymorphic_allocator.hpp | 4 inst/include/boost/container/pmr/resource_adaptor.hpp | 4 inst/include/boost/container/pmr/set.hpp | 8 inst/include/boost/container/pmr/synchronized_pool_resource.hpp | 5 inst/include/boost/container/scoped_allocator.hpp | 38 inst/include/boost/container/set.hpp | 346 inst/include/boost/container/slist.hpp | 150 inst/include/boost/container/small_vector.hpp | 80 inst/include/boost/container/stable_vector.hpp | 171 inst/include/boost/container/static_vector.hpp | 25 inst/include/boost/container/string.hpp | 381 inst/include/boost/container/uses_allocator.hpp | 10 inst/include/boost/container/vector.hpp | 742 - inst/include/boost/container_hash |only inst/include/boost/core/addressof.hpp | 84 inst/include/boost/core/empty_value.hpp |only inst/include/boost/core/explicit_operator_bool.hpp | 9 inst/include/boost/core/lightweight_test.hpp | 235 inst/include/boost/core/lightweight_test_trait.hpp | 4 inst/include/boost/core/noncopyable.hpp | 17 inst/include/boost/core/pointer_traits.hpp | 185 inst/include/boost/core/ref.hpp | 3 inst/include/boost/core/swap.hpp | 11 inst/include/boost/core/typeinfo.hpp | 36 inst/include/boost/cstdint.hpp | 23 inst/include/boost/date_time/adjust_functors.hpp | 22 inst/include/boost/date_time/c_local_time_adjustor.hpp | 13 inst/include/boost/date_time/compiler_config.hpp | 5 inst/include/boost/date_time/date_duration.hpp | 4 inst/include/boost/date_time/date_formatting.hpp | 2 inst/include/boost/date_time/date_formatting_locales.hpp | 13 inst/include/boost/date_time/format_date_parser.hpp | 9 inst/include/boost/date_time/gregorian/greg_facet.hpp | 10 inst/include/boost/date_time/gregorian/greg_year.hpp | 8 inst/include/boost/date_time/gregorian/gregorian_io.hpp | 104 inst/include/boost/date_time/int_adapter.hpp | 41 inst/include/boost/date_time/local_time/custom_time_zone.hpp | 1 inst/include/boost/date_time/period_formatter.hpp | 19 inst/include/boost/date_time/posix_time/posix_time_duration.hpp | 28 inst/include/boost/date_time/posix_time/posix_time_io.hpp | 24 inst/include/boost/date_time/posix_time/time_serialize.hpp | 85 inst/include/boost/date_time/special_values_parser.hpp | 55 inst/include/boost/date_time/string_parse_tree.hpp | 11 inst/include/boost/date_time/time_duration.hpp | 17 inst/include/boost/date_time/time_facet.hpp | 11 inst/include/boost/date_time/time_parsing.hpp | 20 inst/include/boost/date_time/time_resolution_traits.hpp | 25 inst/include/boost/date_time/time_system_split.hpp | 14 inst/include/boost/date_time/tz_db_base.hpp | 4 inst/include/boost/detail/allocator_utilities.hpp | 18 inst/include/boost/detail/basic_pointerbuf.hpp | 2 inst/include/boost/detail/compressed_pair.hpp | 25 inst/include/boost/detail/indirect_traits.hpp | 85 inst/include/boost/detail/interlocked.hpp | 91 inst/include/boost/detail/is_incrementable.hpp | 4 inst/include/boost/detail/is_xxx.hpp | 6 inst/include/boost/detail/lcast_precision.hpp | 10 inst/include/boost/detail/lightweight_test_report.hpp | 2 inst/include/boost/detail/lightweight_thread.hpp | 79 inst/include/boost/detail/reference_content.hpp | 14 inst/include/boost/detail/utf8_codecvt_facet.hpp | 2 inst/include/boost/detail/utf8_codecvt_facet.ipp | 3 inst/include/boost/dynamic_bitset/detail |only inst/include/boost/dynamic_bitset/dynamic_bitset.hpp | 166 inst/include/boost/endian/arithmetic.hpp | 26 inst/include/boost/endian/buffers.hpp | 66 inst/include/boost/endian/conversion.hpp | 65 inst/include/boost/endian/detail/cover_operators.hpp | 24 inst/include/boost/endian/detail/intrinsic.hpp | 2 inst/include/boost/exception/exception.hpp | 120 inst/include/boost/filesystem/operations.hpp | 35 inst/include/boost/flyweight/detail/flyweight_core.hpp | 12 inst/include/boost/flyweight/detail/not_placeholder_expr.hpp | 13 inst/include/boost/flyweight/key_value.hpp | 6 inst/include/boost/function.hpp | 2 inst/include/boost/function/function_base.hpp | 73 inst/include/boost/function/function_template.hpp | 87 inst/include/boost/functional/factory.hpp | 51 inst/include/boost/functional/forward_adapter.hpp | 2 inst/include/boost/functional/hash.hpp | 3 inst/include/boost/functional/hash/extensions.hpp | 316 inst/include/boost/functional/hash/hash.hpp | 593 - inst/include/boost/functional/hash/hash_fwd.hpp | 32 inst/include/boost/functional/hash_fwd.hpp | 7 inst/include/boost/functional/lightweight_forward_adapter.hpp | 2 inst/include/boost/fusion/adapted/adt/adapt_adt.hpp | 4 inst/include/boost/fusion/adapted/adt/adapt_assoc_adt.hpp | 3 inst/include/boost/fusion/adapted/adt/detail/adapt_base.hpp | 18 inst/include/boost/fusion/adapted/struct/adapt_assoc_struct.hpp | 4 inst/include/boost/fusion/adapted/struct/adapt_struct.hpp | 4 inst/include/boost/fusion/adapted/struct/detail/adapt_base.hpp | 2 inst/include/boost/fusion/algorithm/iteration/detail/for_each.hpp | 16 inst/include/boost/fusion/algorithm/iteration/detail/segmented_for_each.hpp | 6 inst/include/boost/fusion/algorithm/iteration/for_each.hpp | 19 inst/include/boost/fusion/algorithm/iteration/for_each_fwd.hpp | 19 inst/include/boost/fusion/algorithm/query/detail/find_if.hpp | 29 inst/include/boost/fusion/algorithm/transformation/remove_if.hpp | 4 inst/include/boost/fusion/container/deque/detail/cpp03/as_deque.hpp | 8 inst/include/boost/fusion/container/deque/detail/keyed_element.hpp | 12 inst/include/boost/fusion/container/list/cons.hpp | 4 inst/include/boost/fusion/container/map/detail/cpp03/as_map.hpp | 8 inst/include/boost/fusion/container/map/detail/map_impl.hpp | 6 inst/include/boost/fusion/container/map/detail/value_at_key_impl.hpp | 15 inst/include/boost/fusion/container/map/map.hpp | 15 inst/include/boost/fusion/container/map/map_fwd.hpp | 2 inst/include/boost/fusion/container/set/detail/cpp03/as_set.hpp | 8 inst/include/boost/fusion/container/vector/detail/cpp03/as_vector.hpp | 8 inst/include/boost/fusion/container/vector/detail/value_at_impl.hpp | 16 inst/include/boost/fusion/container/vector/vector.hpp | 31 inst/include/boost/fusion/support/category_of.hpp | 6 inst/include/boost/fusion/support/config.hpp | 33 inst/include/boost/fusion/support/detail/and.hpp | 8 inst/include/boost/fusion/support/detail/is_mpl_sequence.hpp | 5 inst/include/boost/fusion/support/detail/is_native_fusion_sequence.hpp |only inst/include/boost/fusion/support/detail/is_same_size.hpp | 13 inst/include/boost/fusion/support/is_sequence.hpp | 10 inst/include/boost/fusion/support/is_view.hpp | 14 inst/include/boost/fusion/support/unused.hpp | 34 inst/include/boost/fusion/view/filter_view/detail/next_impl.hpp | 26 inst/include/boost/fusion/view/filter_view/filter_view_iterator.hpp | 2 inst/include/boost/fusion/view/transform_view/detail/at_impl.hpp | 16 inst/include/boost/fusion/view/transform_view/detail/deref_impl.hpp | 15 inst/include/boost/fusion/view/transform_view/detail/value_at_impl.hpp | 16 inst/include/boost/fusion/view/transform_view/detail/value_of_impl.hpp | 12 inst/include/boost/geometry/algorithms/append.hpp | 16 inst/include/boost/geometry/algorithms/area.hpp | 115 inst/include/boost/geometry/algorithms/convert.hpp | 28 inst/include/boost/geometry/algorithms/correct.hpp | 7 inst/include/boost/geometry/algorithms/densify.hpp |only inst/include/boost/geometry/algorithms/detail/assign_values.hpp | 11 inst/include/boost/geometry/algorithms/detail/azimuth.hpp | 12 inst/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp | 52 inst/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp | 4 inst/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp | 23 inst/include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp | 3 inst/include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp | 2 inst/include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp | 4 inst/include/boost/geometry/algorithms/detail/covered_by/implementation.hpp | 7 inst/include/boost/geometry/algorithms/detail/disjoint/segment_box.hpp | 61 inst/include/boost/geometry/algorithms/detail/distance/default_strategies.hpp | 20 inst/include/boost/geometry/algorithms/detail/distance/implementation.hpp | 6 inst/include/boost/geometry/algorithms/detail/distance/interface.hpp | 14 inst/include/boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp | 3 inst/include/boost/geometry/algorithms/detail/distance/linear_to_box.hpp |only inst/include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp | 1 inst/include/boost/geometry/algorithms/detail/distance/segment_to_box.hpp | 297 inst/include/boost/geometry/algorithms/detail/envelope/areal.hpp |only inst/include/boost/geometry/algorithms/detail/envelope/box.hpp | 11 inst/include/boost/geometry/algorithms/detail/envelope/implementation.hpp | 70 inst/include/boost/geometry/algorithms/detail/envelope/linear.hpp | 19 inst/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp | 7 inst/include/boost/geometry/algorithms/detail/envelope/segment.hpp | 25 inst/include/boost/geometry/algorithms/detail/expand/point.hpp | 145 inst/include/boost/geometry/algorithms/detail/extreme_points.hpp | 20 inst/include/boost/geometry/algorithms/detail/is_valid/has_spikes.hpp | 9 inst/include/boost/geometry/algorithms/detail/is_valid/interface.hpp | 8 inst/include/boost/geometry/algorithms/detail/is_valid/ring.hpp | 10 inst/include/boost/geometry/algorithms/detail/overlay/add_rings.hpp | 13 inst/include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp | 41 inst/include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp | 33 inst/include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp | 5 inst/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp | 178 inst/include/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp | 2 inst/include/boost/geometry/algorithms/detail/overlay/follow.hpp | 3 inst/include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp | 6 inst/include/boost/geometry/algorithms/detail/overlay/get_turns.hpp | 9 inst/include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp | 36 inst/include/boost/geometry/algorithms/detail/overlay/handle_self_turns.hpp | 207 inst/include/boost/geometry/algorithms/detail/overlay/is_self_turn.hpp | 17 inst/include/boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp | 3 inst/include/boost/geometry/algorithms/detail/overlay/overlay.hpp | 22 inst/include/boost/geometry/algorithms/detail/overlay/overlay_type.hpp | 11 inst/include/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp | 12 inst/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp | 36 inst/include/boost/geometry/algorithms/detail/overlay/traversal.hpp | 340 inst/include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp | 58 inst/include/boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp | 246 inst/include/boost/geometry/algorithms/detail/overlay/turn_info.hpp | 2 inst/include/boost/geometry/algorithms/detail/partition.hpp | 2 inst/include/boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp | 76 inst/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp | 3 inst/include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp | 6 inst/include/boost/geometry/algorithms/detail/relate/result.hpp | 1 inst/include/boost/geometry/algorithms/detail/sections/sectionalize.hpp | 11 inst/include/boost/geometry/algorithms/detail/within/implementation.hpp | 6 inst/include/boost/geometry/algorithms/discrete_frechet_distance.hpp |only inst/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp |only inst/include/boost/geometry/algorithms/length.hpp | 38 inst/include/boost/geometry/algorithms/point_on_surface.hpp | 6 inst/include/boost/geometry/algorithms/remove_spikes.hpp | 25 inst/include/boost/geometry/algorithms/simplify.hpp | 252 inst/include/boost/geometry/core/radius.hpp | 8 inst/include/boost/geometry/formulas/andoyer_inverse.hpp | 9 inst/include/boost/geometry/formulas/area_formulas.hpp | 28 inst/include/boost/geometry/formulas/karney_direct.hpp |only inst/include/boost/geometry/formulas/meridian_direct.hpp |only inst/include/boost/geometry/formulas/meridian_inverse.hpp |only inst/include/boost/geometry/formulas/meridian_segment.hpp |only inst/include/boost/geometry/formulas/quarter_meridian.hpp |only inst/include/boost/geometry/formulas/sjoberg_intersection.hpp | 8 inst/include/boost/geometry/formulas/spherical.hpp | 61 inst/include/boost/geometry/formulas/thomas_direct.hpp | 45 inst/include/boost/geometry/formulas/thomas_inverse.hpp | 8 inst/include/boost/geometry/formulas/vertex_latitude.hpp | 4 inst/include/boost/geometry/formulas/vertex_longitude.hpp | 31 inst/include/boost/geometry/formulas/vincenty_direct.hpp | 5 inst/include/boost/geometry/formulas/vincenty_inverse.hpp | 9 inst/include/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp | 1 inst/include/boost/geometry/geometries/concepts/box_concept.hpp | 5 inst/include/boost/geometry/geometries/concepts/check.hpp | 3 inst/include/boost/geometry/geometries/concepts/polygon_concept.hpp | 13 inst/include/boost/geometry/geometries/concepts/segment_concept.hpp | 4 inst/include/boost/geometry/geometries/polygon.hpp | 6 inst/include/boost/geometry/geometry.hpp | 10 inst/include/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp | 5 inst/include/boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp | 9 inst/include/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp | 102 inst/include/boost/geometry/index/detail/rtree/node/variant_static.hpp | 49 inst/include/boost/geometry/index/detail/rtree/node/weak_dynamic.hpp | 136 inst/include/boost/geometry/index/detail/rtree/node/weak_static.hpp | 73 inst/include/boost/geometry/index/detail/rtree/pack_create.hpp | 4 inst/include/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp | 4 inst/include/boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp | 4 inst/include/boost/geometry/index/detail/rtree/rstar/insert.hpp | 4 inst/include/boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp | 4 inst/include/boost/geometry/index/detail/varray.hpp | 18 inst/include/boost/geometry/index/inserter.hpp | 9 inst/include/boost/geometry/index/predicates.hpp | 58 inst/include/boost/geometry/index/rtree.hpp | 7 inst/include/boost/geometry/io/dsv/write.hpp | 7 inst/include/boost/geometry/io/wkt/read.hpp | 34 inst/include/boost/geometry/iterators/base.hpp | 1 inst/include/boost/geometry/iterators/closing_iterator.hpp | 21 inst/include/boost/geometry/iterators/concatenate_iterator.hpp | 1 inst/include/boost/geometry/iterators/detail/segment_iterator/range_segment_iterator.hpp | 1 inst/include/boost/geometry/iterators/ever_circling_iterator.hpp | 21 inst/include/boost/geometry/iterators/flatten_iterator.hpp | 1 inst/include/boost/geometry/policies/relate/intersection_points.hpp | 37 inst/include/boost/geometry/srs |only inst/include/boost/geometry/strategies/agnostic/point_in_box_by_side.hpp | 3 inst/include/boost/geometry/strategies/area.hpp | 56 inst/include/boost/geometry/strategies/area_result.hpp |only inst/include/boost/geometry/strategies/cartesian/area.hpp |only inst/include/boost/geometry/strategies/cartesian/area_surveyor.hpp | 131 inst/include/boost/geometry/strategies/cartesian/centroid_average.hpp | 4 inst/include/boost/geometry/strategies/cartesian/densify.hpp |only inst/include/boost/geometry/strategies/cartesian/distance_projected_point.hpp | 12 inst/include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp | 3 inst/include/boost/geometry/strategies/cartesian/distance_segment_box.hpp |only inst/include/boost/geometry/strategies/cartesian/intersection.hpp | 47 inst/include/boost/geometry/strategies/concepts/area_concept.hpp | 25 inst/include/boost/geometry/strategies/concepts/centroid_concept.hpp | 5 inst/include/boost/geometry/strategies/concepts/within_concept.hpp | 13 inst/include/boost/geometry/strategies/default_area_result.hpp | 18 inst/include/boost/geometry/strategies/densify.hpp |only inst/include/boost/geometry/strategies/geographic/area.hpp | 116 inst/include/boost/geometry/strategies/geographic/azimuth.hpp | 69 inst/include/boost/geometry/strategies/geographic/densify.hpp |only inst/include/boost/geometry/strategies/geographic/distance.hpp | 31 inst/include/boost/geometry/strategies/geographic/distance_cross_track.hpp | 219 inst/include/boost/geometry/strategies/geographic/distance_cross_track_box_box.hpp |only inst/include/boost/geometry/strategies/geographic/distance_cross_track_point_box.hpp |only inst/include/boost/geometry/strategies/geographic/distance_segment_box.hpp |only inst/include/boost/geometry/strategies/geographic/envelope_segment.hpp | 4 inst/include/boost/geometry/strategies/geographic/intersection.hpp | 81 inst/include/boost/geometry/strategies/geographic/intersection_elliptic.hpp | 2 inst/include/boost/geometry/strategies/geographic/parameters.hpp | 8 inst/include/boost/geometry/strategies/geographic/side.hpp | 12 inst/include/boost/geometry/strategies/spherical/area.hpp | 118 inst/include/boost/geometry/strategies/spherical/azimuth.hpp | 71 inst/include/boost/geometry/strategies/spherical/densify.hpp |only inst/include/boost/geometry/strategies/spherical/distance_cross_track.hpp | 14 inst/include/boost/geometry/strategies/spherical/distance_cross_track_box_box.hpp |only inst/include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp | 241 inst/include/boost/geometry/strategies/spherical/distance_haversine.hpp | 74 inst/include/boost/geometry/strategies/spherical/distance_segment_box.hpp |only inst/include/boost/geometry/strategies/spherical/get_radius.hpp |only inst/include/boost/geometry/strategies/spherical/intersection.hpp | 78 inst/include/boost/geometry/strategies/spherical/point_in_poly_winding.hpp | 7 inst/include/boost/geometry/strategies/strategies.hpp | 17 inst/include/boost/geometry/strategies/tags.hpp | 6 inst/include/boost/geometry/strategies/transform/matrix_transformers.hpp | 6 inst/include/boost/geometry/strategies/transform/srs_transformer.hpp |only inst/include/boost/geometry/util/is_inverse_spheroidal_coordinates.hpp |only inst/include/boost/geometry/util/math.hpp | 117 inst/include/boost/geometry/util/normalize_spheroidal_coordinates.hpp | 36 inst/include/boost/geometry/util/range.hpp | 7 inst/include/boost/geometry/util/select_sequence_element.hpp |only inst/include/boost/geometry/util/series_expansion.hpp |only inst/include/boost/geometry/views/detail/boundary_view/implementation.hpp | 1 inst/include/boost/geometry/views/detail/points_view.hpp | 1 inst/include/boost/get_pointer.hpp | 6 inst/include/boost/graph/astar_search.hpp | 7 inst/include/boost/graph/detail/adjacency_list.hpp | 4 inst/include/boost/graph/detail/array_binary_tree.hpp | 1 inst/include/boost/graph/detail/compressed_sparse_row_struct.hpp | 4 inst/include/boost/graph/detail/geodesic.hpp | 12 inst/include/boost/graph/named_function_params.hpp | 3 inst/include/boost/graph/stanford_graph.hpp | 8 inst/include/boost/graph/transitive_closure.hpp | 3 inst/include/boost/heap/binomial_heap.hpp | 41 inst/include/boost/heap/d_ary_heap.hpp | 12 inst/include/boost/heap/detail/heap_comparison.hpp | 5 inst/include/boost/heap/detail/heap_node.hpp | 29 inst/include/boost/heap/detail/mutable_heap.hpp | 8 inst/include/boost/heap/detail/ordered_adaptor_iterator.hpp | 4 inst/include/boost/heap/detail/stable_heap.hpp | 10 inst/include/boost/heap/detail/tree_iterator.hpp | 11 inst/include/boost/heap/fibonacci_heap.hpp | 41 inst/include/boost/heap/heap_merge.hpp | 9 inst/include/boost/heap/pairing_heap.hpp | 49 inst/include/boost/heap/policies.hpp | 32 inst/include/boost/heap/priority_queue.hpp | 10 inst/include/boost/heap/skew_heap.hpp | 82 inst/include/boost/icl/concept/element_associator.hpp | 168 inst/include/boost/icl/concept/interval.hpp | 353 inst/include/boost/icl/concept/interval_associator.hpp | 25 inst/include/boost/icl/interval_base_map.hpp | 1 inst/include/boost/icl/interval_base_set.hpp | 140 inst/include/boost/icl/iterator.hpp | 10 inst/include/boost/icl/map.hpp | 141 inst/include/boost/icl/type_traits/rep_type_of.hpp | 17 inst/include/boost/icl/type_traits/value_size.hpp | 10 inst/include/boost/integer/common_factor_rt.hpp | 8 inst/include/boost/interprocess/allocators/adaptive_pool.hpp | 2 inst/include/boost/interprocess/allocators/allocator.hpp | 2 inst/include/boost/interprocess/allocators/detail/adaptive_node_pool.hpp | 7 inst/include/boost/interprocess/allocators/detail/allocator_common.hpp | 4 inst/include/boost/interprocess/allocators/detail/node_pool.hpp | 4 inst/include/boost/interprocess/allocators/node_allocator.hpp | 2 inst/include/boost/interprocess/allocators/private_adaptive_pool.hpp | 2 inst/include/boost/interprocess/allocators/private_node_allocator.hpp | 2 inst/include/boost/interprocess/containers/pair.hpp | 2 inst/include/boost/interprocess/containers/version_type.hpp | 4 inst/include/boost/interprocess/detail/atomic.hpp | 54 inst/include/boost/interprocess/detail/config_begin.hpp | 2 inst/include/boost/interprocess/detail/config_external_begin.hpp | 2 inst/include/boost/interprocess/detail/file_wrapper.hpp | 7 inst/include/boost/interprocess/detail/in_place_interface.hpp | 2 inst/include/boost/interprocess/detail/intermodule_singleton_common.hpp | 2 inst/include/boost/interprocess/detail/managed_open_or_create_impl.hpp | 4 inst/include/boost/interprocess/detail/named_proxy.hpp | 2 inst/include/boost/interprocess/detail/os_thread_functions.hpp | 15 inst/include/boost/interprocess/detail/segment_manager_helper.hpp | 10 inst/include/boost/interprocess/detail/transform_iterator.hpp | 164 inst/include/boost/interprocess/detail/variadic_templates_tools.hpp | 8 inst/include/boost/interprocess/detail/win32_api.hpp | 54 inst/include/boost/interprocess/detail/workaround.hpp | 17 inst/include/boost/interprocess/errors.hpp | 17 inst/include/boost/interprocess/exceptions.hpp | 8 inst/include/boost/interprocess/ipc/message_queue.hpp | 16 inst/include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp | 4 inst/include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp | 10 inst/include/boost/interprocess/mem_algo/rbtree_best_fit.hpp | 10 inst/include/boost/interprocess/offset_ptr.hpp | 2 inst/include/boost/interprocess/segment_manager.hpp | 8 inst/include/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp | 2 inst/include/boost/interprocess/smart_ptr/intrusive_ptr.hpp | 102 inst/include/boost/interprocess/sync/detail/common_algorithms.hpp | 43 inst/include/boost/interprocess/sync/shm/named_condition_any.hpp | 15 inst/include/boost/interprocess/sync/windows/named_mutex.hpp | 2 inst/include/boost/intrusive/avltree_algorithms.hpp | 88 inst/include/boost/intrusive/bstree_algorithms.hpp | 78 inst/include/boost/intrusive/circular_list_algorithms.hpp | 30 inst/include/boost/intrusive/circular_slist_algorithms.hpp | 14 inst/include/boost/intrusive/derivation_value_traits.hpp | 2 inst/include/boost/intrusive/detail/any_node_and_algorithms.hpp | 28 inst/include/boost/intrusive/detail/avltree_node.hpp | 18 inst/include/boost/intrusive/detail/common_slist_algorithms.hpp | 14 inst/include/boost/intrusive/detail/config_begin.hpp | 27 inst/include/boost/intrusive/detail/list_iterator.hpp | 2 inst/include/boost/intrusive/detail/list_node.hpp | 4 inst/include/boost/intrusive/detail/node_cloner_disposer.hpp | 4 inst/include/boost/intrusive/detail/rbtree_node.hpp | 12 inst/include/boost/intrusive/detail/simple_disposers.hpp | 2 inst/include/boost/intrusive/detail/slist_iterator.hpp | 2 inst/include/boost/intrusive/detail/slist_node.hpp | 2 inst/include/boost/intrusive/detail/tree_iterator.hpp | 2 inst/include/boost/intrusive/detail/tree_node.hpp | 6 inst/include/boost/intrusive/detail/tree_value_compare.hpp | 47 inst/include/boost/intrusive/hashtable.hpp | 117 inst/include/boost/intrusive/linear_slist_algorithms.hpp | 8 inst/include/boost/intrusive/pointer_plus_bits.hpp | 18 inst/include/boost/intrusive/rbtree_algorithms.hpp | 78 inst/include/boost/intrusive/sgtree_algorithms.hpp | 122 inst/include/boost/intrusive/slist.hpp | 8 inst/include/boost/intrusive/splaytree_algorithms.hpp | 132 inst/include/boost/intrusive/treap_algorithms.hpp | 108 inst/include/boost/intrusive/unordered_set.hpp | 8 inst/include/boost/intrusive/unordered_set_hook.hpp | 6 inst/include/boost/iostreams/chain.hpp | 12 inst/include/boost/iostreams/detail/adapter/direct_adapter.hpp | 1 inst/include/boost/iostreams/detail/adapter/non_blocking_adapter.hpp | 2 inst/include/boost/iostreams/detail/buffer.hpp | 30 inst/include/boost/iostreams/detail/config/codecvt.hpp | 2 inst/include/boost/iostreams/detail/config/fpos.hpp | 11 inst/include/boost/iostreams/detail/config/wide_streams.hpp | 3 inst/include/boost/iostreams/detail/restrict_impl.hpp | 2 inst/include/boost/iostreams/detail/streambuf/direct_streambuf.hpp | 4 inst/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp | 4 inst/include/boost/iostreams/detail/streambuf/linked_streambuf.hpp | 4 inst/include/boost/iostreams/filter/bzip2.hpp | 19 inst/include/boost/iostreams/filter/lzma.hpp | 8 inst/include/boost/iostreams/filter/zlib.hpp | 8 inst/include/boost/iostreams/filter/zstd.hpp |only inst/include/boost/iostreams/filtering_stream.hpp | 21 inst/include/boost/iostreams/stream.hpp | 20 inst/include/boost/iterator/advance.hpp | 2 inst/include/boost/iterator/distance.hpp | 2 inst/include/boost/iterator/iterator_archetypes.hpp | 17 inst/include/boost/lambda/algorithm.hpp | 3 inst/include/boost/lambda/core.hpp | 8 inst/include/boost/lexical_cast.hpp | 2 inst/include/boost/lexical_cast/bad_lexical_cast.hpp | 2 inst/include/boost/lexical_cast/detail/converter_lexical.hpp | 46 inst/include/boost/lexical_cast/detail/converter_lexical_streams.hpp | 8 inst/include/boost/lexical_cast/detail/converter_numeric.hpp | 26 inst/include/boost/lexical_cast/detail/inf_nan.hpp | 2 inst/include/boost/lexical_cast/detail/is_character.hpp | 9 inst/include/boost/lexical_cast/detail/lcast_char_constants.hpp | 2 inst/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp | 10 inst/include/boost/lexical_cast/detail/widest_char.hpp | 7 inst/include/boost/lexical_cast/try_lexical_convert.hpp | 42 inst/include/boost/locale/definitions.hpp | 16 inst/include/boost/log/detail/config.hpp | 34 inst/include/boost/log/detail/header.hpp | 8 inst/include/boost/logic/tribool.hpp | 15 inst/include/boost/math/common_factor.hpp | 5 inst/include/boost/math/common_factor_ct.hpp | 5 inst/include/boost/math/common_factor_rt.hpp | 5 inst/include/boost/math/concepts/std_real_concept.hpp | 13 inst/include/boost/math/constants/calculate_constants.hpp | 19 inst/include/boost/math/constants/constants.hpp | 8 inst/include/boost/math/cstdfloat/cstdfloat_cmath.hpp | 4 inst/include/boost/math/distributions/extreme_value.hpp | 4 inst/include/boost/math/interpolators/barycentric_rational.hpp | 8 inst/include/boost/math/interpolators/detail/barycentric_rational_detail.hpp | 39 inst/include/boost/math/quadrature/detail/exp_sinh_detail.hpp | 114 inst/include/boost/math/quadrature/detail/sinh_sinh_detail.hpp | 61 inst/include/boost/math/quadrature/detail/tanh_sinh_detail.hpp | 44 inst/include/boost/math/quadrature/exp_sinh.hpp | 22 inst/include/boost/math/quadrature/gauss.hpp | 59 inst/include/boost/math/quadrature/gauss_kronrod.hpp | 61 inst/include/boost/math/quadrature/naive_monte_carlo.hpp |only inst/include/boost/math/quadrature/sinh_sinh.hpp | 2 inst/include/boost/math/quadrature/tanh_sinh.hpp | 71 inst/include/boost/math/quadrature/trapezoidal.hpp | 41 inst/include/boost/math/quaternion.hpp | 1 inst/include/boost/math/special_functions.hpp | 1 inst/include/boost/math/special_functions/chebyshev_transform.hpp | 10 inst/include/boost/math/special_functions/detail/bernoulli_details.hpp | 9 inst/include/boost/math/special_functions/detail/fp_traits.hpp | 27 inst/include/boost/math/special_functions/detail/lambert_w_lookup_table.ipp |only inst/include/boost/math/special_functions/detail/unchecked_bernoulli.hpp | 37 inst/include/boost/math/special_functions/detail/unchecked_factorial.hpp | 29 inst/include/boost/math/special_functions/ellint_d.hpp | 5 inst/include/boost/math/special_functions/ellint_rd.hpp | 5 inst/include/boost/math/special_functions/erf.hpp | 147 inst/include/boost/math/special_functions/lambert_w.hpp |only inst/include/boost/math/special_functions/lanczos.hpp | 2 inst/include/boost/math/special_functions/math_fwd.hpp | 29 inst/include/boost/math/special_functions/next.hpp | 4 inst/include/boost/math/special_functions/prime.hpp | 25 inst/include/boost/math/special_functions/relative_difference.hpp | 2 inst/include/boost/math/special_functions/sinc.hpp | 26 inst/include/boost/math/special_functions/trunc.hpp | 2 inst/include/boost/math/tools/complex.hpp |only inst/include/boost/math/tools/config.hpp | 15 inst/include/boost/math/tools/fraction.hpp | 51 inst/include/boost/math/tools/numerical_differentiation.hpp |only inst/include/boost/math/tools/polynomial.hpp | 36 inst/include/boost/math/tools/polynomial_gcd.hpp | 48 inst/include/boost/math/tools/precision.hpp | 2 inst/include/boost/math/tools/roots.hpp | 15 inst/include/boost/math/tools/series.hpp | 2 inst/include/boost/math/tools/test_value.hpp |only inst/include/boost/math/tools/toms748_solve.hpp | 8 inst/include/boost/math_fwd.hpp | 55 inst/include/boost/memory_order.hpp | 49 inst/include/boost/move/adl_move_swap.hpp | 6 inst/include/boost/move/algo/adaptive_merge.hpp | 276 inst/include/boost/move/algo/adaptive_sort.hpp | 561 + inst/include/boost/move/algo/detail/adaptive_sort_merge.hpp | 1210 -- inst/include/boost/move/algo/detail/heap_sort.hpp |only inst/include/boost/move/algo/detail/insertion_sort.hpp | 10 inst/include/boost/move/algo/detail/is_sorted.hpp |only inst/include/boost/move/algo/detail/merge.hpp | 126 inst/include/boost/move/algo/detail/pdqsort.hpp |only inst/include/boost/move/algo/detail/set_difference.hpp |only inst/include/boost/move/algo/move.hpp | 2 inst/include/boost/move/algorithm.hpp | 2 inst/include/boost/move/core.hpp | 16 inst/include/boost/move/detail/meta_utils.hpp | 2 inst/include/boost/move/detail/std_ns_begin.hpp | 3 inst/include/boost/move/detail/type_traits.hpp | 9 inst/include/boost/mpi/cartesian_communicator.hpp |only inst/include/boost/mpi/collectives/all_gather.hpp | 133 inst/include/boost/mpi/collectives/all_reduce.hpp | 4 inst/include/boost/mpi/collectives/all_to_all.hpp | 6 inst/include/boost/mpi/collectives/broadcast.hpp | 27 inst/include/boost/mpi/collectives/gather.hpp | 170 inst/include/boost/mpi/collectives/gatherv.hpp | 37 inst/include/boost/mpi/collectives/reduce.hpp | 4 inst/include/boost/mpi/collectives/scan.hpp | 2 inst/include/boost/mpi/collectives/scatter.hpp | 212 inst/include/boost/mpi/collectives/scatterv.hpp | 203 inst/include/boost/mpi/communicator.hpp | 478 - inst/include/boost/mpi/detail/antiques.hpp | 31 inst/include/boost/mpi/detail/binary_buffer_oprimitive.hpp | 7 inst/include/boost/mpi/detail/mpi_datatype_primitive.hpp | 7 inst/include/boost/mpi/detail/offsets.hpp |only inst/include/boost/mpi/detail/packed_iprimitive.hpp | 2 inst/include/boost/mpi/detail/packed_oprimitive.hpp | 11 inst/include/boost/mpi/environment.hpp | 6 inst/include/boost/mpi/error_string.hpp |only inst/include/boost/mpi/exception.hpp | 3 inst/include/boost/mpi/nonblocking.hpp | 24 inst/include/boost/mpi/operations.hpp | 40 inst/include/boost/mpi/python/serialize.hpp | 4 inst/include/boost/mpi/request.hpp | 9 inst/include/boost/mpl/assert.hpp | 48 inst/include/boost/mpl/print.hpp | 18 inst/include/boost/multi_array.hpp | 186 inst/include/boost/multi_array/allocators.hpp |only inst/include/boost/multi_index/detail/auto_space.hpp | 31 inst/include/boost/multi_index/detail/copy_map.hpp | 29 inst/include/boost/multi_index/detail/hash_index_node.hpp | 35 inst/include/boost/multi_index/detail/ignore_wstrict_aliasing.hpp | 2 inst/include/boost/multi_index/detail/index_base.hpp | 10 inst/include/boost/multi_index/detail/ord_index_impl.hpp | 19 inst/include/boost/multi_index/detail/ord_index_node.hpp | 39 inst/include/boost/multi_index/detail/rnd_index_node.hpp | 26 inst/include/boost/multi_index/detail/rnd_index_ptr_array.hpp | 12 inst/include/boost/multi_index/detail/seq_index_node.hpp | 18 inst/include/boost/multi_index/hashed_index.hpp | 22 inst/include/boost/multi_index/random_access_index.hpp | 19 inst/include/boost/multi_index/sequenced_index.hpp | 19 inst/include/boost/multi_index_container.hpp | 89 inst/include/boost/multiprecision/complex128.hpp |only inst/include/boost/multiprecision/complex_adaptor.hpp |only inst/include/boost/multiprecision/concepts/mp_number_archetypes.hpp | 7 inst/include/boost/multiprecision/cpp_bin_float.hpp | 102 inst/include/boost/multiprecision/cpp_bin_float/io.hpp | 10 inst/include/boost/multiprecision/cpp_bin_float/transcendental.hpp | 3 inst/include/boost/multiprecision/cpp_complex.hpp |only inst/include/boost/multiprecision/cpp_dec_float.hpp | 2 inst/include/boost/multiprecision/cpp_int.hpp | 54 inst/include/boost/multiprecision/cpp_int/add.hpp | 8 inst/include/boost/multiprecision/cpp_int/bitwise.hpp | 12 inst/include/boost/multiprecision/cpp_int/import_export.hpp | 5 inst/include/boost/multiprecision/cpp_int/misc.hpp | 73 inst/include/boost/multiprecision/cpp_int/multiply.hpp | 4 inst/include/boost/multiprecision/debug_adaptor.hpp | 106 inst/include/boost/multiprecision/detail/bitscan.hpp | 7 inst/include/boost/multiprecision/detail/default_ops.hpp | 777 + inst/include/boost/multiprecision/detail/functions/constants.hpp | 63 inst/include/boost/multiprecision/detail/functions/pow.hpp | 31 inst/include/boost/multiprecision/detail/generic_interconvert.hpp | 60 inst/include/boost/multiprecision/detail/no_et_ops.hpp | 92 inst/include/boost/multiprecision/detail/number_base.hpp | 568 + inst/include/boost/multiprecision/detail/number_compare.hpp | 52 inst/include/boost/multiprecision/detail/precision.hpp |only inst/include/boost/multiprecision/detail/rebind.hpp | 4 inst/include/boost/multiprecision/eigen.hpp |only inst/include/boost/multiprecision/float128.hpp | 94 inst/include/boost/multiprecision/gmp.hpp | 84 inst/include/boost/multiprecision/logged_adaptor.hpp | 158 inst/include/boost/multiprecision/mpc.hpp |only inst/include/boost/multiprecision/mpfi.hpp | 65 inst/include/boost/multiprecision/mpfr.hpp | 185 inst/include/boost/multiprecision/number.hpp | 433 inst/include/boost/multiprecision/rational_adaptor.hpp | 8 inst/include/boost/multiprecision/tommath.hpp | 2 inst/include/boost/multiprecision/traits/is_variable_precision.hpp |only inst/include/boost/numeric/conversion/cast.hpp | 2 inst/include/boost/numeric/conversion/conversion_traits.hpp | 7 inst/include/boost/numeric/conversion/detail/converter.hpp | 2 inst/include/boost/numeric/conversion/detail/old_numeric_cast.hpp | 37 inst/include/boost/numeric/odeint/integrate/check_adapter.hpp | 2 inst/include/boost/optional/detail/old_optional_implementation.hpp | 25 inst/include/boost/optional/detail/optional_reference_spec.hpp | 51 inst/include/boost/optional/detail/optional_trivially_copyable_base.hpp | 6 inst/include/boost/optional/optional.hpp | 322 inst/include/boost/pending/integer_log2.hpp | 6 inst/include/boost/pending/relaxed_heap.hpp | 1 inst/include/boost/phoenix/core/actor.hpp | 123 inst/include/boost/phoenix/core/detail/cpp03/expression.hpp | 4 inst/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_10.hpp | 40 inst/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp | 80 inst/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_30.hpp | 120 inst/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_40.hpp | 160 inst/include/boost/phoenix/core/detail/cpp03/preprocessed/expression_50.hpp | 200 inst/include/boost/phoenix/core/domain.hpp | 18 inst/include/boost/phoenix/core/expression.hpp | 23 inst/include/boost/phoenix/core/terminal.hpp | 7 inst/include/boost/phoenix/function/lazy_list.hpp | 18 inst/include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval_result_of.hpp | 26 inst/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_10.hpp |only inst/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_20.hpp |only inst/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_30.hpp |only inst/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_40.hpp |only inst/include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of_50.hpp |only inst/include/boost/polygon/detail/iterator_geometry_to_set.hpp | 2 inst/include/boost/polygon/isotropy.hpp | 83 inst/include/boost/polygon/polygon_traits.hpp | 18 inst/include/boost/pool/detail/mutex.hpp | 144 inst/include/boost/predef/architecture.h | 1 inst/include/boost/predef/architecture/arm.h | 5 inst/include/boost/predef/architecture/ptx.h |only inst/include/boost/predef/compiler.h | 1 inst/include/boost/predef/compiler/compaq.h | 2 inst/include/boost/predef/compiler/nvcc.h |only inst/include/boost/predef/detail/endian_compat.h | 4 inst/include/boost/predef/language.h | 1 inst/include/boost/predef/language/cuda.h |only inst/include/boost/predef/make.h | 4 inst/include/boost/predef/os/cygwin.h | 7 inst/include/boost/predef/other/endian.h | 3 inst/include/boost/predef/version.h | 2 inst/include/boost/preprocessor/config/config.hpp | 23 inst/include/boost/preprocessor/stringize.hpp | 4 inst/include/boost/preprocessor/wstringize.hpp | 4 inst/include/boost/program_options/detail/cmdline.hpp | 2 inst/include/boost/program_options/detail/parsers.hpp | 20 inst/include/boost/program_options/errors.hpp | 5 inst/include/boost/program_options/options_description.hpp | 28 inst/include/boost/program_options/parsers.hpp | 4 inst/include/boost/property_map/property_map.hpp | 1 inst/include/boost/ptr_container/detail/ptr_container_disable_deprecated.hpp |only inst/include/boost/ptr_container/detail/reversible_ptr_container.hpp | 385 inst/include/boost/ptr_container/ptr_sequence_adapter.hpp | 322 inst/include/boost/ptr_container/ptr_vector.hpp | 34 inst/include/boost/python/detail/config.hpp | 11 inst/include/boost/python/numpy/config.hpp | 11 inst/include/boost/python/other.hpp | 8 inst/include/boost/python/ptr.hpp | 8 inst/include/boost/qvm/assert.hpp | 18 inst/include/boost/qvm/deduce_mat.hpp | 180 inst/include/boost/qvm/deduce_scalar.hpp | 262 inst/include/boost/qvm/deduce_vec.hpp | 170 inst/include/boost/qvm/detail/cofactor_impl.hpp | 128 inst/include/boost/qvm/detail/determinant_impl.hpp | 158 inst/include/boost/qvm/detail/mat_assign.hpp | 150 inst/include/boost/qvm/detail/remove_const.hpp | 70 inst/include/boost/qvm/detail/transp_impl.hpp | 256 inst/include/boost/qvm/enable_if.hpp | 48 inst/include/boost/qvm/error.hpp | 80 inst/include/boost/qvm/gen/mat_assign2.hpp | 250 inst/include/boost/qvm/gen/mat_assign3.hpp | 264 inst/include/boost/qvm/gen/mat_assign4.hpp | 282 inst/include/boost/qvm/gen/mat_operations2.hpp | 3440 +++---- inst/include/boost/qvm/gen/mat_operations3.hpp | 3830 ++++---- inst/include/boost/qvm/gen/mat_operations4.hpp | 4258 ++++----- inst/include/boost/qvm/inline.hpp | 68 inst/include/boost/qvm/mat.hpp | 196 inst/include/boost/qvm/mat_access.hpp | 516 - inst/include/boost/qvm/mat_operations.hpp | 4406 +++++----- inst/include/boost/qvm/mat_operations2.hpp | 12 inst/include/boost/qvm/mat_operations3.hpp | 12 inst/include/boost/qvm/mat_operations4.hpp | 12 inst/include/boost/qvm/mat_traits.hpp | 66 inst/include/boost/qvm/mat_traits_array.hpp | 236 inst/include/boost/qvm/math.hpp | 174 inst/include/boost/qvm/quat_traits.hpp | 98 inst/include/boost/qvm/scalar_traits.hpp | 184 inst/include/boost/qvm/static_assert.hpp | 18 inst/include/boost/qvm/throw_exception.hpp | 18 inst/include/boost/qvm/vec_traits.hpp | 64 inst/include/boost/random/binomial_distribution.hpp | 54 inst/include/boost/random/detail/disable_warnings.hpp | 2 inst/include/boost/random/detail/gray_coded_qrng.hpp |only inst/include/boost/random/detail/niederreiter_base2_table.hpp |only inst/include/boost/random/detail/qrng_base.hpp |only inst/include/boost/random/detail/sobol_table.hpp |only inst/include/boost/random/detail/vector_io.hpp | 3 inst/include/boost/random/discrete_distribution.hpp | 4 inst/include/boost/random/faure.hpp |only inst/include/boost/random/hyperexponential_distribution.hpp | 11 inst/include/boost/random/independent_bits.hpp | 12 inst/include/boost/random/linear_congruential.hpp | 6 inst/include/boost/random/niederreiter_base2.hpp |only inst/include/boost/random/poisson_distribution.hpp | 34 inst/include/boost/random/seed_seq.hpp | 2 inst/include/boost/random/sobol.hpp |only inst/include/boost/random/uniform_on_sphere.hpp | 8 inst/include/boost/range/adaptor/adjacent_filtered.hpp | 2 inst/include/boost/range/adaptor/ref_unwrapped.hpp |only inst/include/boost/range/adaptor/replaced.hpp | 26 inst/include/boost/range/adaptor/replaced_if.hpp | 28 inst/include/boost/range/adaptor/sliced.hpp | 1 inst/include/boost/range/algorithm/max_element.hpp | 18 inst/include/boost/range/algorithm/min_element.hpp | 18 inst/include/boost/range/algorithm/random_shuffle.hpp | 81 inst/include/boost/range/algorithm_ext/insert.hpp | 1 inst/include/boost/range/as_literal.hpp | 43 inst/include/boost/range/begin.hpp | 18 inst/include/boost/range/concepts.hpp | 2 inst/include/boost/range/detail/begin.hpp | 8 inst/include/boost/range/detail/common.hpp | 4 inst/include/boost/range/detail/default_constructible_unary_fn.hpp | 17 inst/include/boost/range/detail/end.hpp | 8 inst/include/boost/range/detail/implementation_help.hpp | 4 inst/include/boost/range/detail/join_iterator.hpp | 8 inst/include/boost/range/detail/microsoft.hpp | 1 inst/include/boost/range/detail/range_return.hpp | 1 inst/include/boost/range/distance.hpp | 16 inst/include/boost/range/end.hpp | 20 inst/include/boost/range/has_range_iterator.hpp | 6 inst/include/boost/range/irange.hpp | 11 inst/include/boost/range/iterator_range_core.hpp | 1 inst/include/boost/ratio/config.hpp | 8 inst/include/boost/rational.hpp | 92 inst/include/boost/regex/config.hpp | 12 inst/include/boost/regex/icu.hpp | 39 inst/include/boost/regex/v4/basic_regex.hpp | 8 inst/include/boost/regex/v4/basic_regex_creator.hpp | 4 inst/include/boost/regex/v4/basic_regex_parser.hpp | 7 inst/include/boost/regex/v4/fileiter.hpp | 3 inst/include/boost/regex/v4/instances.hpp | 44 inst/include/boost/regex/v4/match_flags.hpp | 3 inst/include/boost/regex/v4/match_results.hpp | 15 inst/include/boost/regex/v4/perl_matcher.hpp | 9 inst/include/boost/regex/v4/perl_matcher_common.hpp | 10 inst/include/boost/regex/v4/perl_matcher_non_recursive.hpp | 8 inst/include/boost/regex/v4/regex_format.hpp | 5 inst/include/boost/regex/v4/regex_iterator.hpp | 8 inst/include/boost/regex/v4/regex_raw_buffer.hpp | 6 inst/include/boost/regex/v4/regex_split.hpp | 4 inst/include/boost/regex/v4/regex_token_iterator.hpp | 8 inst/include/boost/regex/v4/regex_traits_defaults.hpp | 23 inst/include/boost/regex/v4/regex_workaround.hpp | 11 inst/include/boost/regex/v4/u32regex_iterator.hpp | 10 inst/include/boost/regex/v4/u32regex_token_iterator.hpp | 12 inst/include/boost/regex/v4/w32_regex_traits.hpp | 2 inst/include/boost/scope_exit.hpp | 31 inst/include/boost/serialization/set.hpp | 3 inst/include/boost/serialization/singleton.hpp | 142 inst/include/boost/serialization/void_cast.hpp | 9 inst/include/boost/signals2/detail/lwm_win32_cs.hpp | 60 inst/include/boost/smart_ptr/allocate_local_shared_array.hpp | 2 inst/include/boost/smart_ptr/allocate_shared_array.hpp | 185 inst/include/boost/smart_ptr/atomic_shared_ptr.hpp | 72 inst/include/boost/smart_ptr/bad_weak_ptr.hpp | 2 inst/include/boost/smart_ptr/detail/local_counted_base.hpp | 6 inst/include/boost/smart_ptr/detail/lwm_win32_cs.hpp | 16 inst/include/boost/smart_ptr/detail/shared_count.hpp | 8 inst/include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_aix.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp | 11 inst/include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp | 9 inst/include/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_pt.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_solaris.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_spin.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp | 7 inst/include/boost/smart_ptr/detail/sp_counted_base_sync.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_base_w32.hpp | 3 inst/include/boost/smart_ptr/detail/sp_counted_impl.hpp | 6 inst/include/boost/smart_ptr/detail/sp_interlocked.hpp | 10 inst/include/boost/smart_ptr/detail/yield_k.hpp | 22 inst/include/boost/smart_ptr/local_shared_ptr.hpp | 4 inst/include/boost/smart_ptr/scoped_ptr.hpp | 2 inst/include/boost/smart_ptr/shared_ptr.hpp | 18 inst/include/boost/sort/block_indirect_sort |only inst/include/boost/sort/common |only inst/include/boost/sort/flat_stable_sort |only inst/include/boost/sort/heap_sort |only inst/include/boost/sort/insert_sort |only inst/include/boost/sort/parallel_stable_sort |only inst/include/boost/sort/pdqsort |only inst/include/boost/sort/sample_sort |only inst/include/boost/sort/sort.hpp | 43 inst/include/boost/sort/spinsort |only inst/include/boost/sort/spreadsort/detail/constants.hpp | 92 inst/include/boost/sort/spreadsort/detail/float_sort.hpp | 1662 +-- inst/include/boost/sort/spreadsort/detail/integer_sort.hpp | 988 +- inst/include/boost/sort/spreadsort/detail/spreadsort_common.hpp | 249 inst/include/boost/sort/spreadsort/detail/string_sort.hpp | 1638 +-- inst/include/boost/sort/spreadsort/float_sort.hpp | 310 inst/include/boost/sort/spreadsort/integer_sort.hpp | 500 - inst/include/boost/sort/spreadsort/spreadsort.hpp | 315 inst/include/boost/sort/spreadsort/string_sort.hpp | 1190 +- inst/include/boost/spirit/home/classic/core/composite/actions.hpp | 3 inst/include/boost/spirit/home/classic/core/composite/epsilon.hpp | 9 inst/include/boost/spirit/home/classic/core/composite/no_actions.hpp | 8 inst/include/boost/spirit/home/classic/core/match.hpp | 14 inst/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp | 2 inst/include/boost/spirit/home/classic/core/primitives/impl/primitives.ipp | 6 inst/include/boost/spirit/home/classic/core/primitives/primitives.hpp | 19 inst/include/boost/spirit/home/classic/core/scanner/impl/skipper.ipp | 16 inst/include/boost/spirit/home/classic/debug/impl/parser_names.ipp | 10 inst/include/boost/spirit/home/classic/dynamic/for.hpp | 4 inst/include/boost/spirit/home/classic/dynamic/impl/switch.ipp | 7 inst/include/boost/spirit/home/classic/dynamic/while.hpp | 2 inst/include/boost/spirit/home/classic/error_handling/exceptions.hpp | 2 inst/include/boost/spirit/home/classic/iterator/impl/file_iterator.ipp | 6 inst/include/boost/spirit/home/classic/iterator/multi_pass.hpp | 24 inst/include/boost/spirit/home/classic/meta/impl/refactoring.ipp | 2 inst/include/boost/spirit/home/classic/phoenix/actor.hpp | 3 inst/include/boost/spirit/home/classic/phoenix/composite.hpp | 12 inst/include/boost/spirit/home/classic/phoenix/special_ops.hpp | 1 inst/include/boost/spirit/home/classic/phoenix/tuples.hpp | 2 inst/include/boost/spirit/home/classic/tree/ast.hpp | 12 inst/include/boost/spirit/home/classic/tree/parse_tree.hpp | 12 inst/include/boost/spirit/home/classic/utility.hpp | 2 inst/include/boost/spirit/home/classic/utility/impl/escape_char.ipp | 2 inst/include/boost/spirit/home/classic/utility/loops.hpp | 2 inst/include/boost/spirit/home/classic/version.hpp | 2 inst/include/boost/spirit/home/karma/auxiliary/attr_cast.hpp | 2 inst/include/boost/spirit/home/karma/char/char.hpp | 2 inst/include/boost/spirit/home/karma/detail/alternative_function.hpp | 2 inst/include/boost/spirit/home/karma/detail/attributes.hpp | 8 inst/include/boost/spirit/home/karma/detail/extract_from.hpp | 45 inst/include/boost/spirit/home/karma/detail/output_iterator.hpp | 4 inst/include/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp | 15 inst/include/boost/spirit/home/karma/numeric/detail/real_utils.hpp | 8 inst/include/boost/spirit/home/karma/stream/ostream_iterator.hpp | 6 inst/include/boost/spirit/home/lex/lexer/lexertl/generate_static.hpp | 10 inst/include/boost/spirit/home/lex/lexer/lexertl/token.hpp | 7 inst/include/boost/spirit/home/qi/detail/alternative_function.hpp | 3 inst/include/boost/spirit/home/qi/detail/attributes.hpp | 10 inst/include/boost/spirit/home/qi/detail/expectation_failure.hpp | 3 inst/include/boost/spirit/home/qi/detail/permute_function.hpp | 16 inst/include/boost/spirit/home/qi/numeric/detail/numeric_utils.hpp | 37 inst/include/boost/spirit/home/qi/numeric/detail/real_impl.hpp | 14 inst/include/boost/spirit/home/qi/numeric/numeric_utils.hpp | 3 inst/include/boost/spirit/home/qi/operator/permutation.hpp | 6 inst/include/boost/spirit/home/qi/operator/sequential_or.hpp | 9 inst/include/boost/spirit/home/qi/parse.hpp | 46 inst/include/boost/spirit/home/qi/skip_over.hpp | 2 inst/include/boost/spirit/home/qi/stream/detail/iterator_source.hpp | 55 inst/include/boost/spirit/home/qi/stream/stream.hpp | 5 inst/include/boost/spirit/home/qi/string/detail/tst.hpp | 2 inst/include/boost/spirit/home/qi/string/tst_map.hpp | 1 inst/include/boost/spirit/home/support/adapt_adt_attributes.hpp | 15 inst/include/boost/spirit/home/support/algorithm/any_if_ns.hpp | 5 inst/include/boost/spirit/home/support/algorithm/any_if_ns_so.hpp |only inst/include/boost/spirit/home/support/algorithm/any_ns_so.hpp |only inst/include/boost/spirit/home/support/attributes.hpp | 27 inst/include/boost/spirit/home/support/detail/endian/endian.hpp | 14 inst/include/boost/spirit/home/support/detail/hold_any.hpp | 37 inst/include/boost/spirit/home/support/detail/lexer/runtime_error.hpp | 3 inst/include/boost/spirit/home/support/detail/sign.hpp | 39 inst/include/boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp | 2 inst/include/boost/spirit/home/support/iterators/detail/multi_pass.hpp | 1 inst/include/boost/spirit/home/support/iterators/line_pos_iterator.hpp | 34 inst/include/boost/spirit/home/support/utf8.hpp | 38 inst/include/boost/spirit/home/support/utree/detail/utree_detail2.hpp | 2 inst/include/boost/spirit/home/support/utree/utree.hpp | 2 inst/include/boost/spirit/home/x3/binary/binary.hpp | 4 inst/include/boost/spirit/home/x3/char/char_set.hpp | 2 inst/include/boost/spirit/home/x3/core/action.hpp | 4 inst/include/boost/spirit/home/x3/core/call.hpp | 4 inst/include/boost/spirit/home/x3/core/detail/parse_into_container.hpp | 24 inst/include/boost/spirit/home/x3/core/parse.hpp | 24 inst/include/boost/spirit/home/x3/core/parser.hpp | 10 inst/include/boost/spirit/home/x3/core/skip_over.hpp | 2 inst/include/boost/spirit/home/x3/directive/confix.hpp | 2 inst/include/boost/spirit/home/x3/directive/expect.hpp | 7 inst/include/boost/spirit/home/x3/directive/lexeme.hpp | 4 inst/include/boost/spirit/home/x3/directive/no_case.hpp | 4 inst/include/boost/spirit/home/x3/directive/no_skip.hpp | 4 inst/include/boost/spirit/home/x3/directive/omit.hpp | 4 inst/include/boost/spirit/home/x3/directive/repeat.hpp | 7 inst/include/boost/spirit/home/x3/directive/skip.hpp | 4 inst/include/boost/spirit/home/x3/directive/with.hpp | 43 inst/include/boost/spirit/home/x3/nonterminal/rule.hpp | 16 inst/include/boost/spirit/home/x3/numeric/bool.hpp | 4 inst/include/boost/spirit/home/x3/numeric/bool_policies.hpp | 4 inst/include/boost/spirit/home/x3/numeric/real.hpp | 4 inst/include/boost/spirit/home/x3/numeric/real_policies.hpp | 6 inst/include/boost/spirit/home/x3/operator/alternative.hpp | 4 inst/include/boost/spirit/home/x3/operator/and_predicate.hpp | 4 inst/include/boost/spirit/home/x3/operator/detail/alternative.hpp | 4 inst/include/boost/spirit/home/x3/operator/detail/sequence.hpp | 106 inst/include/boost/spirit/home/x3/operator/difference.hpp | 4 inst/include/boost/spirit/home/x3/operator/kleene.hpp | 4 inst/include/boost/spirit/home/x3/operator/list.hpp | 13 inst/include/boost/spirit/home/x3/operator/not_predicate.hpp | 4 inst/include/boost/spirit/home/x3/operator/optional.hpp | 4 inst/include/boost/spirit/home/x3/operator/plus.hpp | 4 inst/include/boost/spirit/home/x3/operator/sequence.hpp | 4 inst/include/boost/spirit/home/x3/support/ast/position_tagged.hpp | 8 inst/include/boost/spirit/home/x3/support/ast/variant.hpp | 61 inst/include/boost/spirit/home/x3/support/numeric_utils/detail/extract_int.hpp | 29 inst/include/boost/spirit/home/x3/support/numeric_utils/extract_int.hpp | 3 inst/include/boost/spirit/home/x3/support/numeric_utils/extract_real.hpp | 5 inst/include/boost/spirit/home/x3/support/numeric_utils/sign.hpp | 20 inst/include/boost/spirit/home/x3/support/traits/attribute_category.hpp | 42 inst/include/boost/spirit/home/x3/support/traits/container_traits.hpp | 11 inst/include/boost/spirit/home/x3/support/traits/is_range.hpp |only inst/include/boost/spirit/home/x3/support/traits/move_to.hpp | 19 inst/include/boost/spirit/home/x3/support/traits/tuple_traits.hpp | 9 inst/include/boost/spirit/home/x3/support/utility/error_reporting.hpp | 7 inst/include/boost/spirit/home/x3/support/utility/utf8.hpp | 38 inst/include/boost/spirit/home/x3/version.hpp | 2 inst/include/boost/spirit/include/support_any_if_ns_so.hpp |only inst/include/boost/spirit/include/support_any_ns_so.hpp |only inst/include/boost/spirit/include/version.hpp | 2 inst/include/boost/spirit/repository/home/karma/directive/confix.hpp | 4 inst/include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp | 179 inst/include/boost/spirit/repository/home/qi/directive/confix.hpp | 4 inst/include/boost/spirit/repository/home/qi/directive/distinct.hpp | 4 inst/include/boost/spirit/repository/home/qi/directive/kwd.hpp | 18 inst/include/boost/spirit/repository/home/qi/directive/seek.hpp | 4 inst/include/boost/spirit/repository/home/qi/nonterminal/subrule.hpp | 166 inst/include/boost/spirit/repository/home/qi/operator/detail/keywords.hpp | 42 inst/include/boost/spirit/repository/home/qi/operator/keywords.hpp | 1 inst/include/boost/spirit/repository/home/qi/primitive/advance.hpp | 3 inst/include/boost/spirit/repository/home/qi/primitive/flush_multi_pass.hpp | 4 inst/include/boost/spirit/repository/home/qi/primitive/iter_pos.hpp | 2 inst/include/boost/spirit/repository/home/support/seek.hpp | 4 inst/include/boost/spirit/repository/include/qi_seek.hpp | 4 inst/include/boost/system/config.hpp | 28 inst/include/boost/system/detail/config.hpp |only inst/include/boost/system/detail/generic_category.hpp |only inst/include/boost/system/detail/std_interoperability.hpp |only inst/include/boost/system/detail/system_category_posix.hpp |only inst/include/boost/system/detail/system_category_win32.hpp |only inst/include/boost/system/error_code.hpp | 1370 +-- inst/include/boost/system/system_error.hpp | 8 inst/include/boost/test/detail/enable_warnings.hpp | 2 inst/include/boost/test/detail/global_typedef.hpp | 34 inst/include/boost/test/detail/suppress_warnings.hpp | 9 inst/include/boost/test/detail/throw_exception.hpp | 2 inst/include/boost/test/execution_monitor.hpp | 8 inst/include/boost/test/framework.hpp | 2 inst/include/boost/test/impl/compiler_log_formatter.ipp | 19 inst/include/boost/test/impl/debug.ipp | 2 inst/include/boost/test/impl/decorator.ipp | 26 inst/include/boost/test/impl/execution_monitor.ipp | 32 inst/include/boost/test/impl/framework.ipp | 90 inst/include/boost/test/impl/junit_log_formatter.ipp | 12 inst/include/boost/test/impl/progress_monitor.ipp | 8 inst/include/boost/test/impl/results_collector.ipp | 26 inst/include/boost/test/impl/test_framework_init_observer.ipp | 8 inst/include/boost/test/impl/test_tools.ipp | 8 inst/include/boost/test/impl/test_tree.ipp | 104 inst/include/boost/test/impl/unit_test_log.ipp | 15 inst/include/boost/test/impl/unit_test_main.ipp | 25 inst/include/boost/test/impl/unit_test_monitor.ipp | 3 inst/include/boost/test/impl/unit_test_parameters.ipp | 124 inst/include/boost/test/parameterized_test.hpp | 6 inst/include/boost/test/progress_monitor.hpp | 5 inst/include/boost/test/results_collector.hpp | 11 inst/include/boost/test/test_framework_init_observer.hpp | 6 inst/include/boost/test/tools/assertion.hpp | 9 inst/include/boost/test/tools/collection_comparison_op.hpp | 1 inst/include/boost/test/tools/detail/print_helper.hpp | 9 inst/include/boost/test/tools/floating_point_comparison.hpp | 4 inst/include/boost/test/tools/fpc_op.hpp | 6 inst/include/boost/test/tree/auto_registration.hpp | 7 inst/include/boost/test/tree/decorator.hpp | 21 inst/include/boost/test/tree/test_case_template.hpp | 73 inst/include/boost/test/tree/test_unit.hpp | 26 inst/include/boost/test/unit_test_log.hpp | 11 inst/include/boost/test/unit_test_monitor.hpp | 9 inst/include/boost/test/unit_test_parameters.hpp | 49 inst/include/boost/test/unit_test_suite.hpp | 16 inst/include/boost/test/utils/basic_cstring/basic_cstring.hpp | 4 inst/include/boost/test/utils/basic_cstring/compare.hpp | 2 inst/include/boost/test/utils/is_forward_iterable.hpp | 44 inst/include/boost/test/utils/named_params.hpp | 4 inst/include/boost/test/utils/runtime/argument_factory.hpp | 1 inst/include/boost/test/utils/runtime/cla/argv_traverser.hpp | 1 inst/include/boost/test/utils/runtime/cla/parser.hpp | 165 inst/include/boost/test/utils/runtime/errors.hpp | 12 inst/include/boost/test/utils/runtime/modifier.hpp | 1 inst/include/boost/test/utils/runtime/parameter.hpp | 96 inst/include/boost/test/utils/setcolor.hpp | 212 inst/include/boost/test/utils/xml_printer.hpp | 2 inst/include/boost/thread/detail/config.hpp | 60 inst/include/boost/thread/detail/move.hpp | 19 inst/include/boost/thread/detail/nullary_function.hpp | 11 inst/include/boost/thread/detail/platform.hpp | 2 inst/include/boost/thread/detail/platform_time.hpp |only inst/include/boost/thread/detail/thread.hpp | 142 inst/include/boost/thread/detail/thread_safety.hpp |only inst/include/boost/thread/detail/tss_hooks.hpp | 4 inst/include/boost/thread/exceptions.hpp | 6 inst/include/boost/thread/future.hpp | 160 inst/include/boost/thread/lock_guard.hpp | 8 inst/include/boost/thread/lockable_traits.hpp | 31 inst/include/boost/thread/pthread/condition_variable.hpp | 279 inst/include/boost/thread/pthread/condition_variable_fwd.hpp | 275 inst/include/boost/thread/pthread/mutex.hpp | 165 inst/include/boost/thread/pthread/pthread_helpers.hpp |only inst/include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp | 77 inst/include/boost/thread/pthread/recursive_mutex.hpp | 110 inst/include/boost/thread/pthread/shared_mutex.hpp | 241 inst/include/boost/thread/pthread/thread_data.hpp | 184 inst/include/boost/thread/shared_mutex.hpp | 9 inst/include/boost/thread/thread_only.hpp | 2 inst/include/boost/thread/v2/shared_mutex.hpp |only inst/include/boost/thread/win32/basic_recursive_mutex.hpp | 44 inst/include/boost/thread/win32/basic_timed_mutex.hpp | 152 inst/include/boost/thread/win32/condition_variable.hpp | 343 inst/include/boost/thread/win32/interlocked_read.hpp | 4 inst/include/boost/thread/win32/once.hpp | 52 inst/include/boost/thread/win32/shared_mutex.hpp | 496 - inst/include/boost/thread/win32/thread_data.hpp | 211 inst/include/boost/thread/win32/thread_heap_alloc.hpp | 6 inst/include/boost/thread/win32/thread_primitives.hpp | 176 inst/include/boost/thread/xtime.hpp | 12 inst/include/boost/throw_exception.hpp | 17 inst/include/boost/timer/config.hpp | 31 inst/include/boost/timer/timer.hpp | 1 inst/include/boost/token_functions.hpp | 1 inst/include/boost/tuple/detail/tuple_basic.hpp | 2 inst/include/boost/type_index.hpp | 2 inst/include/boost/type_index/ctti_type_index.hpp | 4 inst/include/boost/type_index/detail/compile_time_type_info.hpp | 18 inst/include/boost/type_index/stl_type_index.hpp | 42 inst/include/boost/type_index/type_index_facade.hpp | 12 inst/include/boost/type_traits.hpp | 3 inst/include/boost/type_traits/common_type.hpp | 7 inst/include/boost/type_traits/conditional.hpp | 2 inst/include/boost/type_traits/detail/common_arithmetic_type.hpp | 4 inst/include/boost/type_traits/detail/config.hpp | 22 inst/include/boost/type_traits/detail/detector.hpp |only inst/include/boost/type_traits/detail/has_binary_operator.hpp | 85 inst/include/boost/type_traits/detail/has_postfix_operator.hpp | 57 inst/include/boost/type_traits/detail/has_prefix_operator.hpp | 76 inst/include/boost/type_traits/detail/is_function_cxx_03.hpp |only inst/include/boost/type_traits/detail/is_function_cxx_11.hpp |only inst/include/boost/type_traits/detail/is_function_msvc10_fix.hpp |only inst/include/boost/type_traits/detail/is_function_ptr_helper.hpp | 472 - inst/include/boost/type_traits/detail/is_likely_lambda.hpp |only inst/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp | 1831 ++-- inst/include/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp | 4 inst/include/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp |only inst/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp |only inst/include/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp |only inst/include/boost/type_traits/detected.hpp |only inst/include/boost/type_traits/detected_or.hpp |only inst/include/boost/type_traits/enable_if.hpp |only inst/include/boost/type_traits/floating_point_promotion.hpp | 2 inst/include/boost/type_traits/has_dereference.hpp | 344 inst/include/boost/type_traits/has_equal_to.hpp | 3 inst/include/boost/type_traits/has_greater.hpp | 3 inst/include/boost/type_traits/has_greater_equal.hpp | 3 inst/include/boost/type_traits/has_less.hpp | 3 inst/include/boost/type_traits/has_less_equal.hpp | 3 inst/include/boost/type_traits/has_logical_not.hpp | 2 inst/include/boost/type_traits/has_minus.hpp | 98 inst/include/boost/type_traits/has_minus_assign.hpp | 102 inst/include/boost/type_traits/has_not_equal_to.hpp | 3 inst/include/boost/type_traits/has_nothrow_destructor.hpp | 13 inst/include/boost/type_traits/has_plus_assign.hpp | 95 inst/include/boost/type_traits/has_post_decrement.hpp | 21 inst/include/boost/type_traits/has_post_increment.hpp | 21 inst/include/boost/type_traits/has_pre_decrement.hpp | 21 inst/include/boost/type_traits/has_pre_increment.hpp | 22 inst/include/boost/type_traits/has_trivial_move_assign.hpp | 2 inst/include/boost/type_traits/has_trivial_move_constructor.hpp | 3 inst/include/boost/type_traits/integral_constant.hpp | 23 inst/include/boost/type_traits/intrinsics.hpp | 25 inst/include/boost/type_traits/is_assignable.hpp | 12 inst/include/boost/type_traits/is_complete.hpp |only inst/include/boost/type_traits/is_complex.hpp | 1 inst/include/boost/type_traits/is_constructible.hpp | 14 inst/include/boost/type_traits/is_convertible.hpp | 22 inst/include/boost/type_traits/is_copy_assignable.hpp | 7 inst/include/boost/type_traits/is_copy_constructible.hpp | 10 inst/include/boost/type_traits/is_default_constructible.hpp | 18 inst/include/boost/type_traits/is_destructible.hpp | 12 inst/include/boost/type_traits/is_detected.hpp |only inst/include/boost/type_traits/is_detected_convertible.hpp |only inst/include/boost/type_traits/is_detected_exact.hpp |only inst/include/boost/type_traits/is_final.hpp | 2 inst/include/boost/type_traits/is_function.hpp | 83 inst/include/boost/type_traits/is_list_constructible.hpp |only inst/include/boost/type_traits/is_member_function_pointer.hpp | 100 inst/include/boost/type_traits/is_noncopyable.hpp |only inst/include/boost/type_traits/is_nothrow_move_assignable.hpp | 21 inst/include/boost/type_traits/is_nothrow_move_constructible.hpp | 22 inst/include/boost/type_traits/is_nothrow_swappable.hpp |only inst/include/boost/type_traits/is_rvalue_reference.hpp | 4 inst/include/boost/type_traits/is_virtual_base_of.hpp | 169 inst/include/boost/type_traits/make_void.hpp | 2 inst/include/boost/type_traits/nonesuch.hpp |only inst/include/boost/type_traits/remove_pointer.hpp | 1 inst/include/boost/type_traits/type_identity.hpp | 2 inst/include/boost/type_traits/type_with_alignment.hpp | 5 inst/include/boost/typeof/constant.hpp |only inst/include/boost/typeof/dmc/typeof_impl.hpp | 8 inst/include/boost/typeof/encode_decode.hpp | 3 inst/include/boost/typeof/encode_decode_params.hpp | 2 inst/include/boost/typeof/int_encoding.hpp | 9 inst/include/boost/typeof/modifiers.hpp | 10 inst/include/boost/typeof/msvc/typeof_impl.hpp | 18 inst/include/boost/typeof/native.hpp | 6 inst/include/boost/typeof/pointers_data_members.hpp | 4 inst/include/boost/typeof/register_functions_iterate.hpp | 12 inst/include/boost/typeof/register_mem_functions.hpp | 2 inst/include/boost/typeof/std/functional.hpp | 6 inst/include/boost/typeof/std/memory.hpp | 2 inst/include/boost/typeof/template_encoding.hpp | 8 inst/include/boost/typeof/template_template_param.hpp | 4 inst/include/boost/typeof/type_encoding.hpp | 4 inst/include/boost/typeof/typeof.hpp | 3 inst/include/boost/typeof/typeof_impl.hpp | 32 inst/include/boost/typeof/unsupported.hpp | 2 inst/include/boost/typeof/vector.hpp | 10 inst/include/boost/typeof/vector100.hpp | 402 inst/include/boost/typeof/vector150.hpp | 602 - inst/include/boost/typeof/vector200.hpp | 802 - inst/include/boost/typeof/vector50.hpp | 202 inst/include/boost/units/base_dimension.hpp | 10 inst/include/boost/units/base_unit.hpp | 10 inst/include/boost/units/config.hpp | 2 inst/include/boost/units/conversion.hpp | 19 inst/include/boost/units/detail/conversion_impl.hpp | 50 inst/include/boost/units/detail/linear_algebra.hpp | 10 inst/include/boost/units/detail/one.hpp | 31 inst/include/boost/units/detail/ordinal.hpp | 4 inst/include/boost/units/detail/prevent_redefinition.hpp | 8 inst/include/boost/units/detail/static_rational_power.hpp | 39 inst/include/boost/units/detail/unscale.hpp | 23 inst/include/boost/units/io.hpp | 14 inst/include/boost/units/operators.hpp | 4 inst/include/boost/units/quantity.hpp | 128 inst/include/boost/units/scale.hpp | 16 inst/include/boost/units/static_constant.hpp | 7 inst/include/boost/units/static_rational.hpp | 22 inst/include/boost/units/unit.hpp | 18 inst/include/boost/unordered/detail/fwd.hpp | 13 inst/include/boost/unordered/detail/implementation.hpp | 742 + inst/include/boost/unordered/unordered_map.hpp | 298 inst/include/boost/unordered/unordered_set.hpp | 245 inst/include/boost/utility.hpp | 9 inst/include/boost/utility/detail/minstd_rand.hpp |only inst/include/boost/utility/detail/result_of_iterate.hpp | 24 inst/include/boost/utility/result_of.hpp | 59 inst/include/boost/utility/string_ref.hpp | 2 inst/include/boost/utility/string_view.hpp | 32 inst/include/boost/uuid/basic_name_generator.hpp | 2 inst/include/boost/uuid/detail/random_provider.hpp |only inst/include/boost/uuid/detail/random_provider_arc4random.ipp |only inst/include/boost/uuid/detail/random_provider_bcrypt.ipp |only inst/include/boost/uuid/detail/random_provider_detect_platform.hpp |only inst/include/boost/uuid/detail/random_provider_getentropy.ipp |only inst/include/boost/uuid/detail/random_provider_getrandom.ipp |only inst/include/boost/uuid/detail/random_provider_include_platform.hpp |only inst/include/boost/uuid/detail/random_provider_posix.ipp |only inst/include/boost/uuid/detail/random_provider_wincrypt.ipp |only inst/include/boost/uuid/detail/sha1.hpp | 2 inst/include/boost/uuid/entropy_error.hpp |only inst/include/boost/uuid/name_generator.hpp | 2 inst/include/boost/uuid/name_generator_md5.hpp | 2 inst/include/boost/uuid/name_generator_sha1.hpp | 2 inst/include/boost/uuid/random_generator.hpp | 227 inst/include/boost/uuid/uuid_hash.hpp |only inst/include/boost/variant/bad_visit.hpp | 2 inst/include/boost/variant/detail/apply_visitor_unary.hpp | 21 inst/include/boost/variant/detail/substitute.hpp | 28 inst/include/boost/variant/get.hpp | 2 inst/include/boost/variant/variant.hpp | 4 inst/include/boost/version.hpp | 4 inst/include/boost/winapi/access_rights.hpp | 88 inst/include/boost/winapi/apc.hpp | 4 inst/include/boost/winapi/basic_types.hpp | 117 inst/include/boost/winapi/bcrypt.hpp | 10 inst/include/boost/winapi/character_code_conversion.hpp | 78 inst/include/boost/winapi/condition_variable.hpp | 16 inst/include/boost/winapi/config.hpp | 32 inst/include/boost/winapi/critical_section.hpp | 40 inst/include/boost/winapi/crypt.hpp | 99 inst/include/boost/winapi/dbghelp.hpp | 74 inst/include/boost/winapi/debugapi.hpp | 6 inst/include/boost/winapi/directory_management.hpp | 12 inst/include/boost/winapi/dll.hpp | 54 inst/include/boost/winapi/environment.hpp | 41 inst/include/boost/winapi/error_codes.hpp | 440 inst/include/boost/winapi/error_handling.hpp | 62 inst/include/boost/winapi/event.hpp | 42 inst/include/boost/winapi/file_management.hpp | 212 inst/include/boost/winapi/file_mapping.hpp | 92 inst/include/boost/winapi/get_current_process.hpp | 2 inst/include/boost/winapi/get_current_process_id.hpp | 2 inst/include/boost/winapi/get_current_thread.hpp | 2 inst/include/boost/winapi/get_current_thread_id.hpp | 2 inst/include/boost/winapi/get_last_error.hpp | 2 inst/include/boost/winapi/get_process_times.hpp | 2 inst/include/boost/winapi/get_system_directory.hpp | 4 inst/include/boost/winapi/get_thread_times.hpp | 2 inst/include/boost/winapi/handle_info.hpp | 12 inst/include/boost/winapi/handles.hpp | 19 inst/include/boost/winapi/heap_memory.hpp | 14 inst/include/boost/winapi/init_once.hpp | 40 inst/include/boost/winapi/jobs.hpp | 38 inst/include/boost/winapi/limits.hpp | 18 inst/include/boost/winapi/local_memory.hpp | 6 inst/include/boost/winapi/mutex.hpp | 32 inst/include/boost/winapi/overlapped.hpp | 2 inst/include/boost/winapi/page_protection_flags.hpp | 36 inst/include/boost/winapi/pipes.hpp | 82 inst/include/boost/winapi/priority_class.hpp | 36 inst/include/boost/winapi/process.hpp | 231 inst/include/boost/winapi/security.hpp | 4 inst/include/boost/winapi/semaphore.hpp | 28 inst/include/boost/winapi/shell.hpp | 72 inst/include/boost/winapi/show_window.hpp | 100 inst/include/boost/winapi/srw_lock.hpp | 14 inst/include/boost/winapi/stack_backtrace.hpp | 11 inst/include/boost/winapi/system.hpp | 4 inst/include/boost/winapi/thread.hpp | 6 inst/include/boost/winapi/thread_pool.hpp | 72 inst/include/boost/winapi/time.hpp | 16 inst/include/boost/winapi/timers.hpp | 4 inst/include/boost/winapi/tls.hpp | 14 inst/include/boost/winapi/wait.hpp | 42 inst/include/boost/winapi/waitable_timer.hpp | 32 1971 files changed, 54849 insertions(+), 37441 deletions(-)
Title: Construct Rich Tables for Output to 'HTML'/'Excel'
Description: Easily create tables from data
frames/matrices. Create/manipulate tables
row-by-row, column-by-column or cell-by-cell.
Use common formatting/styling to output
rich tables as 'HTML', 'HTML widgets' or to
'Excel'.
Author: Christopher Bailiss [aut, cre]
Maintainer: Christopher Bailiss <cbailiss@gmail.com>
Diff between basictabler versions 0.1.0 dated 2017-09-30 and 0.1.1 dated 2019-01-07
DESCRIPTION | 8 +-- MD5 | 46 +++++++++--------- NEWS.md | 9 +++ README.md | 56 +++++++++++++++++++++- build/vignette.rds |binary inst/doc/v01-introduction.html | 58 +++++++++++++++------- inst/doc/v02-workingwithcells.Rmd | 4 - inst/doc/v02-workingwithcells.html | 84 ++++++++++++++++++++------------- inst/doc/v03-outputs.Rmd | 2 inst/doc/v03-outputs.html | 34 +++++++++++-- inst/doc/v04-styling.Rmd | 2 inst/doc/v04-styling.html | 70 ++++++++++++++++++--------- inst/doc/v05-findingandformatting.Rmd | 2 inst/doc/v05-findingandformatting.html | 82 ++++++++++++++++++++------------ inst/doc/v06-shiny.Rmd | 2 inst/doc/v06-shiny.html | 28 +++++++++-- inst/doc/v07-excelexport.Rmd | 2 inst/doc/v07-excelexport.html | 28 +++++++++-- vignettes/v02-workingwithcells.Rmd | 4 - vignettes/v03-outputs.Rmd | 2 vignettes/v04-styling.Rmd | 2 vignettes/v05-findingandformatting.Rmd | 2 vignettes/v06-shiny.Rmd | 2 vignettes/v07-excelexport.Rmd | 2 24 files changed, 373 insertions(+), 158 deletions(-)
Title: Create Badges for 'Travis', 'Repostatus' 'Codecov.io' Etc in
Github Readme
Description: Tired of copy and pasting almost identical markdown for badges in
every new R-package that you create, on Github or other code-sharing sites?
This package allows you to easily paste badges. If you want to, it will also search
your DESCRIPTION file and extract the package name,
license, R-version, and current projectversion and transform that into
badges. It will also search for a ".travis.yml" file and create a "Travis"" badge,
if you use "Codecov.io" to check your code coverage after a "Travis" build
this package will also build a "Codecov.io"-badge. All the badges can be placed
individually or can be placed below the top "YAML"" content of your "RMarkdown
file" (Readme.Rmd) or "README.md" file.
Currently creates badges for Projectstatus ("Repostatus.org"), license
Travis Build Status, Codecov, Minimal R version, CRAN status, CRAN downloads,
Github stars and forks, Package rank, rdocumentation,
current version of your package and last change of "README.Rmd".
Author: Roel M. Hogervorst [cre, aut]
Maintainer: Roel M. Hogervorst <hogervorst.rm@gmail.com>
Diff between badgecreatr versions 0.1.0 dated 2016-07-03 and 0.2.0 dated 2019-01-07
badgecreatr-0.1.0/badgecreatr/R/badge_placers.R |only badgecreatr-0.1.0/badgecreatr/man/codecovbadge.Rd |only badgecreatr-0.1.0/badgecreatr/man/cranbadge.Rd |only badgecreatr-0.1.0/badgecreatr/man/last_change_badge.Rd |only badgecreatr-0.1.0/badgecreatr/man/licencebadge.Rd |only badgecreatr-0.1.0/badgecreatr/man/licencepaste.Rd |only badgecreatr-0.1.0/badgecreatr/man/minimal_r_version_badge.Rd |only badgecreatr-0.1.0/badgecreatr/man/packageversionbadge.Rd |only badgecreatr-0.1.0/badgecreatr/man/projectstatusbadge.Rd |only badgecreatr-0.1.0/badgecreatr/man/travisbadge.Rd |only badgecreatr-0.1.0/badgecreatr/tests/testthat/test_badge_placers.R |only badgecreatr-0.2.0/badgecreatr/DESCRIPTION | 39 - badgecreatr-0.2.0/badgecreatr/MD5 | 82 ++- badgecreatr-0.2.0/badgecreatr/NAMESPACE | 40 + badgecreatr-0.2.0/badgecreatr/NEWS.md |only badgecreatr-0.2.0/badgecreatr/R/badgecreatr.R | 20 badgecreatr-0.2.0/badgecreatr/R/badges.R |only badgecreatr-0.2.0/badgecreatr/R/packagechecks.R | 164 +++---- badgecreatr-0.2.0/badgecreatr/R/scenarios.R |only badgecreatr-0.2.0/badgecreatr/R/searches.R | 223 ++++------ badgecreatr-0.2.0/badgecreatr/R/utils.R | 73 ++- badgecreatr-0.2.0/badgecreatr/README.md | 157 +++---- badgecreatr-0.2.0/badgecreatr/build |only badgecreatr-0.2.0/badgecreatr/inst/README.Rmd | 44 - badgecreatr-0.2.0/badgecreatr/inst/doc |only badgecreatr-0.2.0/badgecreatr/man/badge_codecov.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_cran.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_cran_ago.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_cran_date.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_cran_downloads.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_cran_version_ago.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_cran_version_release.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_github_fork.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_github_star.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_last_change.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_last_change_static.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_license.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_lifecycle.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_minimal_r_version.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_packageversion.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_projectstatus.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_rank.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_rdocumentation.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_thanks_md.Rd |only badgecreatr-0.2.0/badgecreatr/man/badge_travis.Rd |only badgecreatr-0.2.0/badgecreatr/man/badgecreatr.Rd | 28 - badgecreatr-0.2.0/badgecreatr/man/badgepaste.Rd |only badgecreatr-0.2.0/badgecreatr/man/badgeplacer.Rd | 55 +- badgecreatr-0.2.0/badgecreatr/man/dynamic_badges_minimal.Rd |only badgecreatr-0.2.0/badgecreatr/man/findbadges.Rd | 37 - badgecreatr-0.2.0/badgecreatr/man/github_credentials_helper.Rd |only badgecreatr-0.2.0/badgecreatr/man/licbadgebuilder.Rd | 41 - badgecreatr-0.2.0/badgecreatr/man/minimal_badges.Rd |only badgecreatr-0.2.0/badgecreatr/man/search_git.Rd |only badgecreatr-0.2.0/badgecreatr/tests/testthat.R | 10 badgecreatr-0.2.0/badgecreatr/tests/testthat/CopyOfREADME.Rmd |only badgecreatr-0.2.0/badgecreatr/tests/testthat/DESCRIPTION |only badgecreatr-0.2.0/badgecreatr/tests/testthat/test_badges.R |only badgecreatr-0.2.0/badgecreatr/tests/testthat/test_packagecheck.R | 90 ++-- badgecreatr-0.2.0/badgecreatr/tests/testthat/test_searches.R |only badgecreatr-0.2.0/badgecreatr/vignettes |only 61 files changed, 599 insertions(+), 504 deletions(-)
Title: Advanced Data Analysis of Immune Receptor Repertoires
Description: Platform for the advanced analysis of T cell receptor and
Immunoglobulin repertoires data and visualisation of the analysis results.
Author: Vadim Nazarov
Maintainer: Vadim Nazarov <vdm.nazarov@gmail.com>
Diff between tcR versions 2.2.2 dated 2018-08-01 and 2.2.3 dated 2019-01-07
DESCRIPTION | 12 +++--- MD5 | 36 ++++++++++--------- NAMESPACE | 3 + R/datatools.R | 10 +++-- README.md | 2 - inst/doc/tcrvignette.html | 73 +++++++++++++++++++++++++++++++++++++--- man/bootstrap.tcr.Rd | 7 ++- man/clonal.space.homeostasis.Rd | 4 +- man/dot-add.legend.Rd |only man/dot-column.choice.Rd |only man/dot-fix.listnames.Rd |only man/dot-verbose.msg.Rd |only man/geneUsage.Rd | 5 +- man/group.clonotypes.Rd | 5 +- man/permutDistTest.Rd | 4 +- man/repOverlap.Rd | 4 +- man/spectratype.Rd | 6 +-- man/top.fun.Rd | 1 man/vis.group.boxplot.Rd | 5 +- man/vis.heatmap.Rd | 4 +- man/vis.shared.clonotypes.Rd | 6 +-- 21 files changed, 130 insertions(+), 57 deletions(-)
Title: Tools for Working with Tibbles
Description: Tools for working with tibbles, or data.frame-like objects
generated by the 'tibble' package <https://tibble.tidyverse.org/>. Functions
assist in converting objects to tibbles and creating frequency tables.
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Diff between tbltools versions 0.0.2 dated 2018-10-30 and 0.0.3 dated 2019-01-07
DESCRIPTION | 8 ++-- MD5 | 14 +++++--- NAMESPACE | 4 ++ NEWS.md |only R/arrange.R |only R/filter.R |only README.md | 80 +++++++++++++++++++++++++++++++++++++++++++--- man/arrange_rows.Rd |only man/figures |only man/filter_rows.Rd |only tests/testthat/test-tbl.R | 18 ++++++++++ 11 files changed, 112 insertions(+), 12 deletions(-)
Title: Simple Colour Manipulation
Description: Functions for easily manipulating colours, creating colour scales and calculating colour distances.
Author: Jon Clayden
Maintainer: Jon Clayden <code@clayden.org>
Diff between shades versions 1.3.0 dated 2018-11-19 and 1.3.1 dated 2019-01-07
DESCRIPTION | 8 ++++---- LICENCE | 2 +- MD5 | 8 ++++---- NEWS | 7 +++++++ R/shade.R | 3 ++- 5 files changed, 18 insertions(+), 10 deletions(-)
Title: Integrated Text Mining Solution
Description: An integrated solution to perform
a series of text mining tasks such as importing and cleaning a corpus, and
analyses like terms and documents counts, lexical summary, terms
co-occurrences and documents similarity measures, graphs of terms,
correspondence analysis and hierarchical clustering. Corpora can be imported
from spreadsheet-like files, directories of raw text files,
as well as from 'Dow Jones Factiva', 'LexisNexis', 'Europresse' and 'Alceste' files.
Author: Milan Bouchet-Valat [aut, cre],
Gilles Bastin [aut],
Antoine Chollet [aut]
Maintainer: Milan Bouchet-Valat <nalimilan@club.fr>
Diff between R.temis versions 0.1.0 dated 2018-11-19 and 0.1.1 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/corpus.R | 2 +- R/graph.R | 22 +++++++++++++++------- man/terms_graph.Rd | 14 ++++++++++++-- 5 files changed, 35 insertions(+), 17 deletions(-)
Title: R Interface to PXWEB APIs
Description: Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis
API is used by organizations such as Statistics Sweden and Statistics
Finland to disseminate data. The R package can interact with all
PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract
metadata and extract and parse statistics to R data.frame format. PX-Web is
a solution to disseminate PC-Axis data files in dynamic tables on the web.
Since 2013 PX-Web contains an API to disseminate PC-Axis files.
Author: Mans Magnusson [aut, cre],
Markus Kainu [aut],
Janne Huovari [aut],
Leo Lahti [aut] (<https://orcid.org/0000-0001-5537-637X>),
Jan Bruusgaard [ctb],
Øyvind Langsrud [ctb],
Love Hansson [ctb],
Eydun Nielsen [ctb],
Bo Werth [ctb],
Thomas Runarsson [ctb],
Torbjörn Lindquist [ctb],
Palmar Thorsteinsson [ctb]
Maintainer: Mans Magnusson <mons.magnusson@gmail.com>
Diff between pxweb versions 0.8.3 dated 2018-12-17 and 0.9.1 dated 2019-01-07
DESCRIPTION | 28 ++++++----- MD5 | 25 +++++----- NEWS.md | 5 ++ R/deprecated_api_catalogue.R | 2 R/deprecated_get_pxweb_data.R | 11 ++-- R/deprecated_get_pxweb_data_internal.R | 35 ++++++-------- build/vignette.rds |binary inst/CITATION | 9 ++- inst/doc/pxweb.Rmd | 6 +- inst/doc/pxweb.html | 54 +++++++++++++++------- inst/extras/build.cran.sh | 4 - inst/extras/document.R | 6 ++ tests/testthat/test-x_deprecated_get_pxweb_data.R |only vignettes/pxweb.Rmd | 6 +- 14 files changed, 118 insertions(+), 73 deletions(-)
Title: Clustering Algorithm for Data Integration and Disease Subtyping
Description: Provides a robust approach for omics data integration and disease subtyping. 'PINSPlus' supports both single and multiple data types. The software automatically determines the optimal number of clusters and then partitions the samples in a way such that the results are robust to noise and data perturbation. 'PINSPlus' is fast and it supports parallel computing on Windows, Linux, and Mac OS.
Author: Hung Nguyen, Sangam Shrestha and Tin Nguyen
Maintainer: Hung Nguyen <hungnp@nevada.unr.edu>
Diff between PINSPlus versions 1.0.2 dated 2018-07-16 and 1.0.3 dated 2019-01-07
DESCRIPTION | 8 ++++---- MD5 | 9 +++++---- R/perturbation-clustering-helpers.R | 4 ++-- inst/CITATION |only inst/doc/PINSPlus.pdf |binary vignettes/PINSPlus.html | 14 +++++++------- 6 files changed, 18 insertions(+), 17 deletions(-)
Title: Tools for Analysing UK Politics
Description: Provides various tools for analysing UK political data,
including creating political cartograms and retrieving data.
Author: Evan Odell [aut, cre] (<https://orcid.org/0000-0003-1845-808X>)
Maintainer: Evan Odell <evanodell91@gmail.com>
Diff between parlitools versions 0.2.1 dated 2017-09-23 and 0.3.0 dated 2019-01-07
parlitools-0.2.1/parlitools/data/council_data.rda |only parlitools-0.2.1/parlitools/man/bes_2015.Rd |only parlitools-0.2.1/parlitools/man/bes_2017.Rd |only parlitools-0.2.1/parlitools/man/census_11.Rd |only parlitools-0.2.1/parlitools/man/council_data.Rd |only parlitools-0.2.1/parlitools/man/local_hex_map.Rd |only parlitools-0.2.1/parlitools/man/west_hex_map.Rd |only parlitools-0.3.0/parlitools/DESCRIPTION | 25 parlitools-0.3.0/parlitools/LICENSE | 4 parlitools-0.3.0/parlitools/MD5 | 90 parlitools-0.3.0/parlitools/NAMESPACE | 20 parlitools-0.3.0/parlitools/NEWS.md |only parlitools-0.3.0/parlitools/R/council_seats.R |only parlitools-0.3.0/parlitools/R/current_mps.R | 90 parlitools-0.3.0/parlitools/R/data.R | 186 parlitools-0.3.0/parlitools/R/mps_on_date.R | 167 parlitools-0.3.0/parlitools/R/parlitools-package.R | 18 parlitools-0.3.0/parlitools/R/parlitools_tidy.R | 120 parlitools-0.3.0/parlitools/README.md |only parlitools-0.3.0/parlitools/build/vignette.rds |binary parlitools-0.3.0/parlitools/data/datalist | 2 parlitools-0.3.0/parlitools/data/la_codes.rda |only parlitools-0.3.0/parlitools/data/leave_votes_west.rda |binary parlitools-0.3.0/parlitools/data/local_hex_map.rda |binary parlitools-0.3.0/parlitools/data/party_colour.rda |binary parlitools-0.3.0/parlitools/inst/CITATION | 2 parlitools-0.3.0/parlitools/inst/doc/bes-2015.Rmd | 2 parlitools-0.3.0/parlitools/inst/doc/bes-2015.html | 196 parlitools-0.3.0/parlitools/inst/doc/bes-2017.Rmd | 2 parlitools-0.3.0/parlitools/inst/doc/bes-2017.html | 196 parlitools-0.3.0/parlitools/inst/doc/census-11.html | 196 parlitools-0.3.0/parlitools/inst/doc/introduction.R | 8 parlitools-0.3.0/parlitools/inst/doc/introduction.Rmd | 19 parlitools-0.3.0/parlitools/inst/doc/introduction.html | 4399 +++++++++- parlitools-0.3.0/parlitools/inst/doc/mapping-local-authorities.R | 14 parlitools-0.3.0/parlitools/inst/doc/mapping-local-authorities.Rmd | 18 parlitools-0.3.0/parlitools/inst/doc/mapping-local-authorities.html | 4293 +++++++++ parlitools-0.3.0/parlitools/inst/doc/using-cartograms.html | 4310 +++++++++ parlitools-0.3.0/parlitools/man/bes.Rd |only parlitools-0.3.0/parlitools/man/council_seats.Rd |only parlitools-0.3.0/parlitools/man/current_mps.Rd | 13 parlitools-0.3.0/parlitools/man/la_codes.Rd |only parlitools-0.3.0/parlitools/man/leave_votes_west.Rd | 31 parlitools-0.3.0/parlitools/man/maps.Rd |only parlitools-0.3.0/parlitools/man/mps_on_date.Rd | 41 parlitools-0.3.0/parlitools/man/parlitools.Rd | 3 parlitools-0.3.0/parlitools/man/party_colour.Rd | 13 parlitools-0.3.0/parlitools/tests/testthat/test-council_seats.R |only parlitools-0.3.0/parlitools/tests/testthat/test_current_mps.R | 8 parlitools-0.3.0/parlitools/tests/testthat/test_mps_on_date.R | 31 parlitools-0.3.0/parlitools/vignettes/bes-2015.Rmd | 2 parlitools-0.3.0/parlitools/vignettes/bes-2017.Rmd | 2 parlitools-0.3.0/parlitools/vignettes/introduction.Rmd | 19 parlitools-0.3.0/parlitools/vignettes/mapping-local-authorities.Rmd | 18 54 files changed, 13766 insertions(+), 792 deletions(-)
Title: Command-Line Parsing for an R World
Description: Parse options from the command-line using a simple, clean syntax.
It requires little or no specification and supports short and long options,
GNU-, Java- or Microsoft- style syntaxes, verb commands and more.
Author: Christopher Brown [aut, cre],
Daryl McCullough [aut],
Decision Patterns [cph]
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Diff between optigrab versions 0.7.3 dated 2015-10-09 and 0.9.2.1 dated 2019-01-07
optigrab-0.7.3/optigrab/NEWS |only optigrab-0.7.3/optigrab/R/is.flag.R |only optigrab-0.7.3/optigrab/inst/doc/coding-conventions.Rmd |only optigrab-0.7.3/optigrab/inst/doc/coding-conventions.html |only optigrab-0.7.3/optigrab/inst/doc/optigrab.Rmd |only optigrab-0.7.3/optigrab/inst/doc/optigrab.html |only optigrab-0.7.3/optigrab/man/is.flag.Rd |only optigrab-0.7.3/optigrab/vignettes/coding-conventions.Rmd |only optigrab-0.7.3/optigrab/vignettes/optigrab.Rmd |only optigrab-0.9.2.1/optigrab/DESCRIPTION | 25 +- optigrab-0.9.2.1/optigrab/LICENSE | 4 optigrab-0.9.2.1/optigrab/MD5 | 103 ++++----- optigrab-0.9.2.1/optigrab/NAMESPACE | 3 optigrab-0.9.2.1/optigrab/R/gnu_style.R | 23 +- optigrab-0.9.2.1/optigrab/R/is_flag.R |only optigrab-0.9.2.1/optigrab/R/java_style.R | 21 + optigrab-0.9.2.1/optigrab/R/ms_style.R | 12 - optigrab-0.9.2.1/optigrab/R/opt_assign.R | 36 +-- optigrab-0.9.2.1/optigrab/R/opt_expand.R | 26 +- optigrab-0.9.2.1/optigrab/R/opt_fill.R |only optigrab-0.9.2.1/optigrab/R/opt_get.R | 74 +++--- optigrab-0.9.2.1/optigrab/R/opt_get_args.R | 17 - optigrab-0.9.2.1/optigrab/R/opt_get_path.R | 10 optigrab-0.9.2.1/optigrab/R/opt_get_verb.R | 32 +- optigrab-0.9.2.1/optigrab/R/opt_grab.R | 2 optigrab-0.9.2.1/optigrab/R/opt_help.R | 16 - optigrab-0.9.2.1/optigrab/R/opt_split_args.R | 7 optigrab-0.9.2.1/optigrab/R/opt_style.R | 18 - optigrab-0.9.2.1/optigrab/R/optigrab-package.R | 14 - optigrab-0.9.2.1/optigrab/R/str_to_opts.R | 4 optigrab-0.9.2.1/optigrab/R/this_file.R | 19 - optigrab-0.9.2.1/optigrab/R/zzz.R | 40 +-- optigrab-0.9.2.1/optigrab/README.md | 108 +++++----- optigrab-0.9.2.1/optigrab/build/vignette.rds |binary optigrab-0.9.2.1/optigrab/inst/doc/technical-specification.Rmd |only optigrab-0.9.2.1/optigrab/inst/doc/technical-specification.html |only optigrab-0.9.2.1/optigrab/inst/doc/using-optigrab.Rmd |only optigrab-0.9.2.1/optigrab/inst/doc/using-optigrab.html |only optigrab-0.9.2.1/optigrab/inst/test-this_program.r |only optigrab-0.9.2.1/optigrab/man/gnu_style.Rd | 38 +-- optigrab-0.9.2.1/optigrab/man/is_flag.Rd |only optigrab-0.9.2.1/optigrab/man/java_style.Rd | 32 +- optigrab-0.9.2.1/optigrab/man/ms_style.Rd | 38 +-- optigrab-0.9.2.1/optigrab/man/opt_assign.Rd | 38 ++- optigrab-0.9.2.1/optigrab/man/opt_expand.Rd | 36 +-- optigrab-0.9.2.1/optigrab/man/opt_fill.Rd |only optigrab-0.9.2.1/optigrab/man/opt_get.Rd | 97 ++++---- optigrab-0.9.2.1/optigrab/man/opt_get_args.Rd | 23 +- optigrab-0.9.2.1/optigrab/man/opt_get_path.Rd | 16 - optigrab-0.9.2.1/optigrab/man/opt_get_verb.Rd | 35 +-- optigrab-0.9.2.1/optigrab/man/opt_help.Rd | 16 - optigrab-0.9.2.1/optigrab/man/opt_split_args.Rd | 17 - optigrab-0.9.2.1/optigrab/man/opt_style.Rd | 27 +- optigrab-0.9.2.1/optigrab/man/optigrab.Rd | 27 +- optigrab-0.9.2.1/optigrab/man/str_to_opts.Rd | 15 - optigrab-0.9.2.1/optigrab/man/this_file.Rd | 27 +- optigrab-0.9.2.1/optigrab/tests/testthat/test-is_flag.r | 21 - optigrab-0.9.2.1/optigrab/tests/testthat/test-opt_fill.r |only optigrab-0.9.2.1/optigrab/tests/testthat/test-opt_get.r | 2 optigrab-0.9.2.1/optigrab/tests/testthat/test-opt_grab.r | 2 optigrab-0.9.2.1/optigrab/tests/testthat/test-this_file.r | 2 optigrab-0.9.2.1/optigrab/vignettes/technical-specification.Rmd |only optigrab-0.9.2.1/optigrab/vignettes/using-optigrab.Rmd |only 63 files changed, 567 insertions(+), 556 deletions(-)
Title: Read Data from Delimited 'MTConnect' Data Files and Perform some
Analysis
Description: Read data in the 'MTConnect'<http://www.mtconnect.org/> standard.
You can use the package to read data from historical 'MTConnect logs' along
with the 'devices.xml' describing
the device. The data is organised into a 'MTConnectDevice' S4 data structure
and some convenience methods are also provided for basic read/view operations.
The package also includes some functions for analysis of 'MTConnect' data. This includes
functions to simulate data (primarily position data, feed rate and velocities)
based on the G code and visualisation functions to compare the actual and simulated data.
Author: Alex Joseph [aut],
Sainath Adapa [aut],
Nitin Madasu [aut],
Ananthapadmanabhan P [aut, cre],
Devaraj Phukan [aut],
Subramanyam Ravishankar [aut]
Maintainer: Ananthapadmanabhan P <ananthu@govimana.com>
Diff between mtconnectR versions 1.1.0 dated 2017-03-27 and 1.2.1 dated 2019-01-07
mtconnectR-1.1.0/mtconnectR/man/summary-MTCCycle-method.Rd |only mtconnectR-1.1.0/mtconnectR/man/summary-MTCDataItem-method.Rd |only mtconnectR-1.2.1/mtconnectR/DESCRIPTION | 23 + mtconnectR-1.2.1/mtconnectR/MD5 | 139 +++++----- mtconnectR-1.2.1/mtconnectR/NAMESPACE | 3 mtconnectR-1.2.1/mtconnectR/R/MTCCycle.R | 14 - mtconnectR-1.2.1/mtconnectR/R/MTCDataItem.R | 58 +--- mtconnectR-1.2.1/mtconnectR/R/MTCDevice.R | 15 - mtconnectR-1.2.1/mtconnectR/R/common.R | 31 +- mtconnectR-1.2.1/mtconnectR/R/dataExtraction_mtc.R | 26 - mtconnectR-1.2.1/mtconnectR/R/merge.R | 24 + mtconnectR-1.2.1/mtconnectR/README.md |only mtconnectR-1.2.1/mtconnectR/build/vignette.rds |binary mtconnectR-1.2.1/mtconnectR/data/example_mtc_data_item.rda |binary mtconnectR-1.2.1/mtconnectR/data/example_mtc_device.rda |binary mtconnectR-1.2.1/mtconnectR/data/example_mtc_device_2.rda |binary mtconnectR-1.2.1/mtconnectR/data/example_mtc_sim_mapped.rda |binary mtconnectR-1.2.1/mtconnectR/inst/doc/create_mtc_device.html | 116 +++----- mtconnectR-1.2.1/mtconnectR/inst/doc/simulate_map_gcode.R | 5 mtconnectR-1.2.1/mtconnectR/inst/doc/simulate_map_gcode.Rmd | 5 mtconnectR-1.2.1/mtconnectR/inst/doc/simulate_map_gcode.html | 103 ++++--- mtconnectR-1.2.1/mtconnectR/inst/gcode_dict.csv | 2 mtconnectR-1.2.1/mtconnectR/man/MTCDevice-class.Rd | 8 mtconnectR-1.2.1/mtconnectR/man/add_data_item_to_mtc_device.Rd | 13 mtconnectR-1.2.1/mtconnectR/man/calculated_feed_from_position.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/clean_reduntant_rows.Rd | 6 mtconnectR-1.2.1/mtconnectR/man/convert_interval_to_ts.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/convert_ts_to_interval.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/create_mtc_device_from_dmtcd.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/create_mtc_device_from_ts.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_dmtcd.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_gcode_parsed.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mapped_plot.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mtc_data_item.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mtc_device.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mtc_device_2.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mtc_device_3.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mtc_device_sim.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_mtc_sim_mapped.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_parsed_device_xml.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_simulated_gcode_data.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/example_xpath_info.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/extract_param_from_xpath.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/filter_timestamps_mtc_device.Rd | 3 mtconnectR-1.2.1/mtconnectR/man/getData-MTCCycle-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/getData-MTCDataItem-method.Rd | 7 mtconnectR-1.2.1/mtconnectR/man/getData.Rd | 5 mtconnectR-1.2.1/mtconnectR/man/getDataItem-MTCCycle-ANY-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/getDataItem-MTCCycle-character-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/getDataItem-MTCCycle-numeric-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/getDataItem.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/getMetaData-MTCDataItem-method.Rd |only mtconnectR-1.2.1/mtconnectR/man/getMetaData.Rd |only mtconnectR-1.2.1/mtconnectR/man/get_device_info_from_xml.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/get_xpaths_from_xml.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/grep_subset.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/map_gcode_mtc.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/merge-MTCCycle-ANY-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/merge-MTCCycle-character-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/merge-MTCCycle-numeric-method.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/mergeTS.Rd | 5 mtconnectR-1.2.1/mtconnectR/man/parse_devicexml_for_a_device.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/parse_gcode.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/plot_twoway.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/read_dmtcd_file.Rd | 1 mtconnectR-1.2.1/mtconnectR/man/simulate_data_from_gcode.Rd | 1 mtconnectR-1.2.1/mtconnectR/tests/testthat/test-MTCCycle.R | 18 - mtconnectR-1.2.1/mtconnectR/tests/testthat/test-MTCDataItem.R | 19 - mtconnectR-1.2.1/mtconnectR/tests/testthat/test-common.R | 38 ++ mtconnectR-1.2.1/mtconnectR/tests/testthat/test-dataExtraction_mtc.R | 7 mtconnectR-1.2.1/mtconnectR/tests/testthat/test-merge.R | 29 ++ mtconnectR-1.2.1/mtconnectR/tests/testthat/test-mtconnectR_staging.R | 1 mtconnectR-1.2.1/mtconnectR/vignettes/simulate_map_gcode.Rmd | 5 73 files changed, 387 insertions(+), 376 deletions(-)
Title: Tools for Multiple Imputation in Multilevel Modeling
Description: Provides tools for multiple imputation of missing data in multilevel
modeling. Includes a user-friendly interface to the packages 'pan' and 'jomo',
and several functions for visualization, data management and the analysis
of multiply imputed data sets.
Author: Simon Grund [aut,cre], Alexander Robitzsch [aut], Oliver Luedtke [aut]
Maintainer: Simon Grund <grund@ipn.uni-kiel.de>
Diff between mitml versions 0.3-6 dated 2018-07-10 and 0.3-7 dated 2019-01-07
DESCRIPTION | 8 MD5 | 26 - R/mitmlComplete.R | 2 build/vignette.rds |binary inst/doc/Analysis.Rmd | 6 inst/doc/Analysis.html | 710 ++++++++++++++++++++++----------------------- inst/doc/Introduction.Rmd | 2 inst/doc/Introduction.html | 627 ++++++++++++++++++++------------------- inst/doc/Level2.Rmd | 4 inst/doc/Level2.html | 569 +++++++++++++++++++----------------- vignettes/Analysis.Rmd | 6 vignettes/Introduction.Rmd | 2 vignettes/Level2.Rmd | 4 vignettes/css/vignette.css | 28 - 14 files changed, 1042 insertions(+), 952 deletions(-)
Title: Provides Access to Git Repositories
Description: Interface to the 'libgit2' library, which is a pure C
implementation of the 'Git' core methods. Provides access to 'Git'
repositories to extract data and running some basic 'Git'
commands.
Author: See AUTHORS file.
Maintainer: Stefan Widgren <stefan.widgren@gmail.com>
Diff between git2r versions 0.23.0 dated 2018-07-17 and 0.24.0 dated 2019-01-07
DESCRIPTION | 6 ++-- MD5 | 22 +++++++-------- NEWS | 13 +++++++++ R/blob.R | 5 ++- configure | 2 - configure.ac | 2 - src/git2r_diff.c | 40 +++++++++++++++------------ src/git2r_note.c | 14 +++++---- src/git2r_repository.c | 19 +++++++++---- src/git2r_stash.c | 12 ++++---- src/git2r_tag.c | 53 ++++++++++++++++++------------------- src/libgit2/src/hash/sha1dc/sha1.c | 2 - 12 files changed, 110 insertions(+), 80 deletions(-)
Title: Focus on Specific Factor Levels in your ggplot()
Description: A 'ggplot2' extension that provides tools for automatically focusing specific factor levels.
Author: Victor Freguglia
Maintainer: Victor Freguglia <victorfreguglia@gmail.com>
Diff between ggfocus versions 0.8 dated 2018-05-29 and 0.9 dated 2019-01-07
ggfocus-0.8/ggfocus/man/figures/focus_gapminder.gif |only ggfocus-0.9/ggfocus/DESCRIPTION | 13 ++- ggfocus-0.9/ggfocus/MD5 | 33 ++++++--- ggfocus-0.9/ggfocus/NAMESPACE | 9 ++ ggfocus-0.9/ggfocus/NEWS.md |only ggfocus-0.9/ggfocus/R/gg-focus.R | 17 +++-- ggfocus-0.9/ggfocus/R/scale_alpha_focus.R |only ggfocus-0.9/ggfocus/R/scale_color_focus.R |only ggfocus-0.9/ggfocus/R/scale_fill_focus.R |only ggfocus-0.9/ggfocus/README.md | 37 ++++++----- ggfocus-0.9/ggfocus/build |only ggfocus-0.9/ggfocus/inst |only ggfocus-0.9/ggfocus/man/figures/README-ex1_create-1.png |binary ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-2-1.png |binary ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-3-1.png |binary ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-4-1.png |only ggfocus-0.9/ggfocus/man/figures/README-unnamed-chunk-6-1.png |binary ggfocus-0.9/ggfocus/man/ggfocus.Rd | 3 ggfocus-0.9/ggfocus/man/reexports.Rd |only ggfocus-0.9/ggfocus/man/scale_alpha_focus.Rd |only ggfocus-0.9/ggfocus/man/scale_color_focus.Rd |only ggfocus-0.9/ggfocus/man/scale_fill_focus.Rd |only ggfocus-0.9/ggfocus/vignettes |only 23 files changed, 77 insertions(+), 35 deletions(-)
Title: A Future API for Parallel Processing using 'callr'
Description: Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession'), the 'callr' backend provided here can run more than 125 parallel R processes.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between future.callr versions 0.3.1 dated 2018-07-18 and 0.4.0 dated 2019-01-07
future.callr-0.3.1/future.callr/man/status.CallrFuture.Rd |only future.callr-0.4.0/future.callr/DESCRIPTION | 12 future.callr-0.4.0/future.callr/MD5 | 35 future.callr-0.4.0/future.callr/NEWS | 39 - future.callr-0.4.0/future.callr/R/000.R |only future.callr-0.4.0/future.callr/R/CallrFuture-class.R | 361 ++++------ future.callr-0.4.0/future.callr/R/callr.R | 2 future.callr-0.4.0/future.callr/R/utils.R | 15 future.callr-0.4.0/future.callr/R/waitForWorker.R | 113 +-- future.callr-0.4.0/future.callr/inst/WORDLIST |only future.callr-0.4.0/future.callr/inst/doc/future.callr.html | 8 future.callr-0.4.0/future.callr/inst/doc/future.callr.md.rsp | 8 future.callr-0.4.0/future.callr/man/CallrFuture.Rd | 3 future.callr-0.4.0/future.callr/man/await.CallrFuture.Rd | 5 future.callr-0.4.0/future.callr/man/callr.Rd | 4 future.callr-0.4.0/future.callr/tests/callr.R | 4 future.callr-0.4.0/future.callr/tests/demo.R | 4 future.callr-0.4.0/future.callr/tests/stdout.R | 32 future.callr-0.4.0/future.callr/tests/zzz,future_lapply.R | 207 ++--- future.callr-0.4.0/future.callr/vignettes/future.callr.md.rsp | 8 20 files changed, 414 insertions(+), 446 deletions(-)
Title: Automatically Search Errors or Warnings
Description: Provides environment hooks that obtain errors and warnings which
occur during the execution of code to automatically search for solutions.
Author: James Balamuta [aut, cre, cph]
(<https://orcid.org/0000-0003-2826-8458>)
Maintainer: James Balamuta <balamut2@illinois.edu>
Diff between errorist versions 0.0.1 dated 2018-01-30 and 0.0.2 dated 2019-01-07
DESCRIPTION | 16 ++++++++------- MD5 | 16 +++++++-------- NAMESPACE | 1 NEWS.md | 16 +++++++++++++-- R/handlers.R | 1 README.md | 18 +++++++++++++---- build/vignette.rds |binary inst/doc/working-with-errorist.html | 38 +++++++++++++++++++++++++++--------- man/errorist-package.Rd | 4 +-- 9 files changed, 78 insertions(+), 32 deletions(-)
Title: Client for the ZEIT ONLINE Content API
Description: Interface to gather newspaper articles from 'DIE ZEIT' and 'ZEIT ONLINE', based on a multilevel query <http://developer.zeit.de/>. A personal API key is required for usage.
Author: Jan Dix [aut, cre]
Maintainer: Jan Dix <jan.dix@uni-konstanz.de>
Diff between rzeit2 versions 0.2.0 dated 2018-10-17 and 0.2.3 dated 2019-01-07
DESCRIPTION | 8 +++--- MD5 | 22 ++++++++-------- NEWS.md | 12 +++++++++ R/get_article_images.R | 58 ++++++++++++++++++++++++++++++++++---------- build/vignette.rds |binary inst/doc/introduction.html | 28 ++++++++++++++++++--- inst/doc/sentiment.Rmd | 2 - inst/doc/sentiment.html | 48 +++++++++++++++++++++++++----------- man/get_article_comments.Rd | 3 +- man/get_content_all.Rd | 4 +-- man/rzeit2.Rd | 1 vignettes/sentiment.Rmd | 2 - 12 files changed, 138 insertions(+), 50 deletions(-)
Title: Wrapper for 'Coinbase Pro (GDAX)' Cryptocurrency Exchange
Description: Allow access to both public and private end points to Coinbase Pro (erstwhile GDAX)
cryptocurrency exchange. For authenticated flow, users must have valid api, secret and passphrase to be able to connect.
Author: Dheeraj Agarwal [aut, cre]
Maintainer: Dheeraj Agarwal <dheeeraj.agarwal@gmail.com>
Diff between rgdax versions 0.6.0 dated 2018-06-17 and 1.0.0 dated 2019-01-07
rgdax-0.6.0/rgdax/R/profile.R |only rgdax-0.6.0/rgdax/man/profile.Rd |only rgdax-1.0.0/rgdax/DESCRIPTION | 19 ++--- rgdax-1.0.0/rgdax/MD5 | 18 ++-- rgdax-1.0.0/rgdax/NAMESPACE | 1 rgdax-1.0.0/rgdax/NEWS.md | 15 +++ rgdax-1.0.0/rgdax/R/auth.R | 2 rgdax-1.0.0/rgdax/R/parse_response.R | 2 rgdax-1.0.0/rgdax/R/pymt_methods.R | 2 rgdax-1.0.0/rgdax/README.md | 128 +++++++++++++++++++++++----------- rgdax-1.0.0/rgdax/man/pymt_methods.Rd | 2 11 files changed, 123 insertions(+), 66 deletions(-)
Title: Model Based Treatment of Missing Data
Description: Contains model-based treatment of missing data for regression
models with missing values in covariates or the dependent
variable using maximum likelihood or Bayesian estimation
(Ibrahim et al., 2005; <doi:10.1198/016214504000001844>).
The regression model can be nonlinear (e.g., interaction
effects, quadratic effects or B-spline functions).
Multilevel models with missing data in predictors are
available for Bayesian estimation. Substantive-model compatible
multiple imputation can be also conducted.
Author: Alexander Robitzsch [aut, cre], Oliver Luedtke [aut]
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>
Diff between mdmb versions 1.0-18 dated 2018-11-06 and 1.1-51 dated 2019-01-07
mdmb-1.0-18/mdmb/R/mdmd_regression_optim_yjt_extract.R |only mdmb-1.0-18/mdmb/R/mdmd_summary_print_model_description.R |only mdmb-1.1-51/mdmb/DESCRIPTION | 10 mdmb-1.1-51/mdmb/MD5 | 130 +++++----- mdmb-1.1-51/mdmb/NAMESPACE | 1 mdmb-1.1-51/mdmb/R/RcppExports.R | 38 +- mdmb-1.1-51/mdmb/R/bct_regression.R | 14 - mdmb-1.1-51/mdmb/R/dbct_scaled.R | 3 mdmb-1.1-51/mdmb/R/dbct_scaled_mdmb_regression_wrapper.R | 5 mdmb-1.1-51/mdmb/R/dt_scaled.R | 7 mdmb-1.1-51/mdmb/R/dyjt_scaled.R | 7 mdmb-1.1-51/mdmb/R/fit_mdmb_distribution.R | 11 mdmb-1.1-51/mdmb/R/fit_mdmb_distribution_summary.R | 4 mdmb-1.1-51/mdmb/R/frm_define_model_R_function.R | 13 - mdmb-1.1-51/mdmb/R/frm_define_model_R_function_include_maxiter.R |only mdmb-1.1-51/mdmb/R/frm_em.R | 12 mdmb-1.1-51/mdmb/R/frm_em_calc_likelihood.R | 8 mdmb-1.1-51/mdmb/R/frm_em_calc_likelihood_estimate_model.R | 2 mdmb-1.1-51/mdmb/R/frm_fb.R | 16 - mdmb-1.1-51/mdmb/R/frm_fb_init_imputations.R | 13 - mdmb-1.1-51/mdmb/R/frm_fb_initial_parameters.R | 16 - mdmb-1.1-51/mdmb/R/frm_fb_initial_parameters_se_sd_proposal.R |only mdmb-1.1-51/mdmb/R/frm_fb_mh_refresh_parameters.R | 2 mdmb-1.1-51/mdmb/R/frm_fb_partable.R | 34 +- mdmb-1.1-51/mdmb/R/frm_fb_refresh_parameters_step.R | 2 mdmb-1.1-51/mdmb/R/frm_fb_sample_imputed_values.R | 10 mdmb-1.1-51/mdmb/R/frm_fb_sample_imputed_values_eval_likelihood.R | 2 mdmb-1.1-51/mdmb/R/frm_fb_sample_imputed_values_proposal.R | 2 mdmb-1.1-51/mdmb/R/frm_fb_sample_parameter_step.R | 7 mdmb-1.1-51/mdmb/R/frm_fb_sample_parameters.R | 18 - mdmb-1.1-51/mdmb/R/frm_fb_sample_parameters_df_squeeze.R |only mdmb-1.1-51/mdmb/R/frm_linreg_density.R | 16 - mdmb-1.1-51/mdmb/R/frm_mdmb_regression_density.R | 45 ++- mdmb-1.1-51/mdmb/R/frm_modify_parameter_labels.R | 14 - mdmb-1.1-51/mdmb/R/frm_prepare_models.R | 2 mdmb-1.1-51/mdmb/R/frm_prepare_models_sigma_fixed.R | 4 mdmb-1.1-51/mdmb/R/frm_proposal_refresh_helper.R | 24 + mdmb-1.1-51/mdmb/R/logistic_regression.R | 12 mdmb-1.1-51/mdmb/R/mdmb_compute_df.R |only mdmb-1.1-51/mdmb/R/mdmb_extract_coef.R |only mdmb-1.1-51/mdmb/R/mdmb_ginv.R |only mdmb-1.1-51/mdmb/R/mdmb_optim.R |only mdmb-1.1-51/mdmb/R/mdmb_optim_control.R |only mdmb-1.1-51/mdmb/R/mdmb_regression.R | 91 +++++-- mdmb-1.1-51/mdmb/R/mdmb_regression_R2.R | 17 - mdmb-1.1-51/mdmb/R/mdmb_regression_est_df_description.R |only mdmb-1.1-51/mdmb/R/mdmb_regression_ic.R | 7 mdmb-1.1-51/mdmb/R/mdmb_regression_loglike_logpost.R | 6 mdmb-1.1-51/mdmb/R/mdmb_regression_optim_yjt_extract.R |only mdmb-1.1-51/mdmb/R/mdmb_regression_optim_yjt_fct.R | 7 mdmb-1.1-51/mdmb/R/mdmb_regression_optim_yjt_grad.R | 18 + mdmb-1.1-51/mdmb/R/mdmb_regression_predict.R | 9 mdmb-1.1-51/mdmb/R/mdmb_regression_summary.R | 9 mdmb-1.1-51/mdmb/R/mdmb_squeeze_double.R |only mdmb-1.1-51/mdmb/R/mdmb_summary_print_computation_time.R | 4 mdmb-1.1-51/mdmb/R/mdmb_summary_print_model_description.R |only mdmb-1.1-51/mdmb/R/mdmb_weighted_var.R | 4 mdmb-1.1-51/mdmb/R/oprobit_regression.R | 8 mdmb-1.1-51/mdmb/R/summary.frm_em.R | 4 mdmb-1.1-51/mdmb/R/summary.frm_fb.R | 4 mdmb-1.1-51/mdmb/R/yj_adjust_lambda.R | 5 mdmb-1.1-51/mdmb/R/yjt_regression.R | 10 mdmb-1.1-51/mdmb/build/partial.rdb |binary mdmb-1.1-51/mdmb/inst/NEWS | 21 + mdmb-1.1-51/mdmb/man/data.mb.Rd | 4 mdmb-1.1-51/mdmb/man/frm.Rd | 39 ++- mdmb-1.1-51/mdmb/man/mdmb-package.Rd | 5 mdmb-1.1-51/mdmb/man/mdmb_regression.Rd | 43 ++- mdmb-1.1-51/mdmb/src/RcppExports.cpp | 120 +++++---- mdmb-1.1-51/mdmb/src/mdmb_rcpp_dnorm_dt.cpp |only mdmb-1.1-51/mdmb/src/mdmb_rcpp_dnorm_dt.h |only mdmb-1.1-51/mdmb/src/mdmb_rcpp_linreg.cpp | 93 ------- mdmb-1.1-51/mdmb/src/mdmb_rcpp_linreg.h | 14 - mdmb-1.1-51/mdmb/src/mdmb_rcpp_oprobit.cpp | 7 74 files changed, 592 insertions(+), 461 deletions(-)
Title: Subgroup Treatment Effect Estimation in Clinical Trials
Description: Naive and adjusted treatment effect estimation for subgroups. Model
averaging (Bornkamp et.al, 2016 <doi:10.1002/pst.1796>) and bagging (Rosenkranz, 2016 <doi:10.1002/bimj.201500147>) are proposed to address the problem of selection bias in
treatment effect estimates for subgroups. The package can be used for all
commonly encountered type of outcomes in clinical trials (continuous, binary,
survival, count). Additional functions are provided to build the subgroup
variables to be used and to plot the results using forest plots.
Author: Nicolas Ballarini [aut, cre],
Bjoern Bornkamp [aut],
Marius Thomas [aut, cre],
Baldur Magnusson [ctb]
Maintainer: Nicolas Ballarini <nicolas.ballarini@meduniwien.ac.at>
Diff between subtee versions 0.3-3 dated 2018-12-21 and 0.3-4 dated 2019-01-07
DESCRIPTION | 10 MD5 | 23 - NEWS.md |only build/vignette.rds |binary inst/doc/plotting_functions.Rmd | 2 inst/doc/plotting_functions.html | 399 ++++++---------------------- inst/doc/subbuild_function.Rmd | 2 inst/doc/subbuild_function.html | 515 ++++++++++-------------------------- inst/doc/subtee_package.Rmd | 4 inst/doc/subtee_package.html | 551 +++++++++++---------------------------- vignettes/plotting_functions.Rmd | 2 vignettes/subbuild_function.Rmd | 2 vignettes/subtee_package.Rmd | 4 13 files changed, 438 insertions(+), 1076 deletions(-)
Title: Systematic Screening of Study Data for Subgroup Effects
Description: Identifying outcome relevant subgroups has now become as simple as possible! The formerly lengthy and tedious search for the needle in a haystack will be replaced by a single, comprehensive and coherent presentation.
The central result of a subgroup screening is a diagram in which each single dot stands for a subgroup.
The diagram may show thousands of them. The position of the dot in the diagram is determined by the
sample size of the subgroup and the statistical measure of the treatment effect in that subgroup. The
sample size is shown on the horizontal axis while the treatment effect is displayed on the vertical axis. Furthermore,
the diagram shows the line of no effect and the overall study results. For small subgroups, which
are found on the left side of the plot, larger random deviations from the mean study effect are expected,
while for larger subgroups only small deviations from the study mean can be expected to be chance findings.
So for a study with no conspicuous subgroup effects, the dots in the figure are expected to form a
kind of funnel. Any deviations from this funnel shape hint to conspicuous subgroups.
Author: Bodo Kirsch, Susanne Lippert, Thomas Schmelter, Steffen Mueller, Christoph Muysers, Hermann Kulmann
Maintainer: Bodo Kirsch <bodo.kirsch@bayer.com>
Diff between subscreen versions 1.0.0 dated 2018-06-22 and 2.0.1 dated 2019-01-07
subscreen-1.0.0/subscreen/man/subscreen-package.Rd |only subscreen-2.0.1/subscreen/DESCRIPTION | 15 subscreen-2.0.1/subscreen/MD5 | 26 - subscreen-2.0.1/subscreen/NAMESPACE | 6 subscreen-2.0.1/subscreen/NEWS.md | 19 - subscreen-2.0.1/subscreen/R/subscreen.R | 3 subscreen-2.0.1/subscreen/R/subscreencalc.R | 343 ++++++++----------- subscreen-2.0.1/subscreen/R/subscreenshow.R | 368 +++++---------------- subscreen-2.0.1/subscreen/R/subscreenvi.R |only subscreen-2.0.1/subscreen/build |only subscreen-2.0.1/subscreen/inst |only subscreen-2.0.1/subscreen/man/subscreencalc.Rd | 5 subscreen-2.0.1/subscreen/man/subscreenshow.Rd | 36 -- subscreen-2.0.1/subscreen/man/subscreenvi.Rd |only subscreen-2.0.1/subscreen/vignettes |only 15 files changed, 297 insertions(+), 524 deletions(-)
Title: Sustainable Transport Planning
Description: Functionality and data access tools for transport planning,
including origin-destination analysis, route allocation and modelling travel
patterns.
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>),
Richard Ellison [aut],
Barry Rowlingson [ctb] (Author of overline),
Nick Bearman [ctb] (Co-author of gclip),
Malcolm Morgan [ctb] (Co-author of angle_diff),
Nikolai Berkoff [ctb] (Co-author of line2route),
Scott Chamberlin [rev] (Scott reviewed the package for rOpenSci, see
https://github.com/ropensci/onboarding/issues/10)
Maintainer: Robin Lovelace <rob00x@gmail.com>
Diff between stplanr versions 0.2.6 dated 2018-10-20 and 0.2.7 dated 2019-01-07
DESCRIPTION | 12 +- MD5 | 39 ++++----- NAMESPACE | 5 - NEWS.md | 17 +++ R/catchmentArea.R | 29 +++++- R/overline.R | 76 +---------------- R/stplanr-package.R | 10 -- R/utils-pipe.R |only README.md | 163 ++++++++++++++++++++++++++------------ build/vignette.rds |binary inst/doc/introducing-stplanr.R | 3 inst/doc/introducing-stplanr.Rmd | 3 inst/doc/introducing-stplanr.html | 30 ++++++ inst/doc/stplanr-paper.html | 24 +++++ man/calc_catchment.Rd | 24 ++++- man/overline.Rd | 11 -- man/pipe.Rd | 4 vignettes/README-plot1-1.png |binary vignettes/README-plot2-1.png |binary vignettes/README-rnet-1.png |binary vignettes/introducing-stplanr.Rmd | 3 21 files changed, 268 insertions(+), 185 deletions(-)
Title: Datasets for Spatial Analysis
Description: Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis.
It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep').
Unlike other spatial data packages such as 'rnaturalearth' and 'maps',
it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage.
Some of the datasets are designed to illustrate specific analysis techniques.
cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate point pattern analysis techniques.
Author: Roger Bivand [aut] (<https://orcid.org/0000-0003-2392-6140>),
Jakub Nowosad [aut, cre] (<https://orcid.org/0000-0002-1057-3721>),
Robin Lovelace [aut] (<https://orcid.org/0000-0001-5679-6536>),
Mark Monmonier [ctb] (author of the state.vbm dataset),
Greg Snow [ctb] (author of the state.vbm dataset)
Maintainer: Jakub Nowosad <nowosad.jakub@gmail.com>
Diff between spData versions 0.2.9.6 dated 2018-12-03 and 0.3.0 dated 2019-01-07
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- data/hawaii.rda |binary 3 files changed, 6 insertions(+), 6 deletions(-)
Title: Data Preprocessing
Description: Eases data preprocessing tasks, providing a data flow based
on a pipe operator which eases cleansing, transformation, oversampling,
or instance/feature selection operations.
Author: Ignacio Cordón [aut, cre],
Francisco Charte [aut],
Julián Luengo [aut],
Salvador García [aut],
Francisco Herrera [aut]
Maintainer: Ignacio Cordón <nacho.cordon.castillo@gmail.com>
Diff between smartdata versions 1.0.0 dated 2018-08-31 and 1.0.1 dated 2019-01-07
DESCRIPTION | 8 ++++---- MD5 | 27 ++++++++++++++------------- NEWS.md |only R/outliers.R | 2 +- README.md | 5 +++-- build/vignette.rds |binary inst/doc/smartdata.R | 6 +++--- inst/doc/smartdata.Rmd | 5 +++-- inst/doc/smartdata.pdf |binary inst/doc/smartdata_dev.Rmd | 2 +- inst/doc/smartdata_dev.pdf |binary man/clean_outliers.Rd | 2 +- man/feature_selection.Rd | 3 ++- vignettes/smartdata.Rmd | 5 +++-- vignettes/smartdata_dev.Rmd | 2 +- 15 files changed, 36 insertions(+), 31 deletions(-)
Title: Credit Risk Scorecard
Description: The `scorecard` package makes the development of credit risk scorecard
easier and efficient by providing functions for some common tasks,
such as data partition, variable selection, woe binning, scorecard scaling,
performance evaluation and report generation. These functions can also used
in the development of machine learning models.
The references including:
1. Refaat, M. (2011, ISBN: 9781447511199). Credit Risk Scorecard:
Development and Implementation Using SAS.
2. Siddiqi, N. (2006, ISBN: 9780471754510). Credit risk scorecards.
Developing and Implementing Intelligent Credit Scoring.
Author: Shichen Xie [aut, cre]
Maintainer: Shichen Xie <xie@shichen.name>
Diff between scorecard versions 0.1.9 dated 2018-09-11 and 0.2.0 dated 2019-01-07
DESCRIPTION | 19 MD5 | 66 +- NAMESPACE | 16 NEWS.md | 16 R/condition_fun.R | 155 +++-- R/info_ent_indx_gini.R | 32 - R/info_value.R | 18 R/one_hot.R |only R/perf.R | 1493 ++++++++++++++++++++++++++++++++++--------------- R/refs.R | 1 R/report.R |only R/scorecard.R | 154 ++++- R/split_df.R | 10 R/var_filter.R | 19 R/vif.R |only R/woebin.R | 271 +++++--- README.md | 82 +- build/vignette.rds |binary inst/doc/demo.Rmd | 72 +- inst/doc/demo.html | 152 ++-- man/gains_table.Rd |only man/iv.Rd | 6 man/one_hot.Rd |only man/perf_eva.Rd | 99 ++- man/perf_psi.Rd | 121 +-- man/report.Rd |only man/scorecard.Rd | 10 man/scorecard2.Rd |only man/scorecard_ply.Rd | 15 man/split_df.Rd | 9 man/var_filter.Rd | 4 man/vif.Rd |only man/woebin.Rd | 40 - man/woebin_adj.Rd | 15 man/woebin_plot.Rd | 4 man/woebin_ply.Rd | 9 tests |only vignettes/demo.Rmd | 72 +- 38 files changed, 1953 insertions(+), 1027 deletions(-)
Title: General Resampling Infrastructure
Description: Classes and functions to create and summarize different types of resampling objects (e.g. bootstrap, cross-validation).
Author: Max Kuhn [aut, cre],
Hadley Wickham [aut],
RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Diff between rsample versions 0.0.3 dated 2018-11-20 and 0.0.4 dated 2019-01-07
rsample-0.0.3/rsample/man/fill.Rd |only rsample-0.0.4/rsample/DESCRIPTION | 8 +- rsample-0.0.4/rsample/MD5 | 45 ++++++------- rsample-0.0.4/rsample/NAMESPACE | 4 - rsample-0.0.4/rsample/NEWS.md | 9 ++ rsample-0.0.4/rsample/R/complement.R | 33 --------- rsample-0.0.4/rsample/R/groups.R | 44 ++++++------ rsample-0.0.4/rsample/R/initial_split.R | 2 rsample-0.0.4/rsample/R/vfold.R | 56 ++++++++-------- rsample-0.0.4/rsample/build/vignette.rds |binary rsample-0.0.4/rsample/inst/doc/Working_with_rsets.html | 58 ++++++++--------- rsample-0.0.4/rsample/man/group_vfold_cv.Rd | 2 rsample-0.0.4/rsample/man/initial_split.Rd | 2 rsample-0.0.4/rsample/tests/testthat/test_boot.R | 8 +- rsample-0.0.4/rsample/tests/testthat/test_dplyr.R | 28 ++++---- rsample-0.0.4/rsample/tests/testthat/test_group.R | 8 +- rsample-0.0.4/rsample/tests/testthat/test_mc.R | 6 - rsample-0.0.4/rsample/tests/testthat/test_names.R | 6 - rsample-0.0.4/rsample/tests/testthat/test_nesting.R | 12 +-- rsample-0.0.4/rsample/tests/testthat/test_rolling.R | 8 +- rsample-0.0.4/rsample/tests/testthat/test_rset.R | 18 ++--- rsample-0.0.4/rsample/tests/testthat/test_rsplit.R | 20 ++--- rsample-0.0.4/rsample/tests/testthat/test_tidy.R | 2 rsample-0.0.4/rsample/tests/testthat/test_vfold.R | 6 - 24 files changed, 178 insertions(+), 207 deletions(-)
Title: Management of Deterministic and Stochastic Projects
Description: Management problems of deterministic and stochastic projects. It obtains the duration of a project and the appropriate slack for each activity in a deterministic context. In addition it obtains a schedule of activities' time (Castro, Gómez & Tejada (2007) <doi:10.1016/j.orl.2007.01.003>). When the project is done, and the actual duration for each activity is known, then it can know how long the project is delayed and make a fair delivery of the delay between each activity (Bergantiños, Valencia-Toledo & Vidal-Puga (2018) <doi:10.1016/j.dam.2017.08.012>). In a stochastic context it can estimate the average duration of the project and plot a histogram of this duration. As in the deterministic case, it can make a distribution of the delay generated by observing the project already carried out.
Author: Juan Carlos Gonçalves Dosantos [aut, cre],
Ignacio García Jurado [aut],
Julián Costa Bouzas [aut]
Maintainer: Juan Carlos Gonçalves Dosantos <juan.carlos.goncalves@udc.es>
Diff between ProjectManagement versions 1.0 dated 2018-12-09 and 1.1 dated 2019-01-07
DESCRIPTION | 10 +++++----- MD5 | 16 ++++++++-------- NAMESPACE | 3 ++- R/ProjectManagement.R | 3 ++- R/function_pert_demora.R | 18 +++++++++++++----- R/function_pert_estocastico.R | 4 ++-- R/function_pert_estocastico_demora.R | 17 +++++++++++------ man/delay.stochastic.pert.Rd | 6 +++--- man/stochastic.pert.Rd | 4 ++-- 9 files changed, 48 insertions(+), 33 deletions(-)
More information about ProjectManagement at CRAN
Permanent link
Title: An Image Processing Toolkit
Description: Incorporates functions for image preprocessing, filtering and image recognition. The package takes advantage of 'RcppArmadillo' to speed up computationally intensive functions. The histogram of oriented gradients descriptor is a modification of the 'findHOGFeatures' function of the 'SimpleCV' computer vision platform, the average_hash(), dhash() and phash() functions are based on the 'ImageHash' python library. The Gabor Feature Extraction functions are based on 'Matlab' code of the paper, "CloudID: Trustworthy cloud-based and cross-enterprise biometric identification" by M. Haghighat, S. Zonouz, M. Abdel-Mottaleb, Expert Systems with Applications, vol. 42, no. 21, pp. 7905-7916, 2015, <doi:10.1016/j.eswa.2015.06.025>. The 'SLIC' and 'SLICO' superpixel algorithms were explained in detail in (i) "SLIC Superpixels Compared to State-of-the-art Superpixel Methods", Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Suesstrunk, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 34, num. 11, p. 2274-2282, May 2012, <doi:10.1109/TPAMI.2012.120> and (ii) "SLIC Superpixels", Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Suesstrunk, EPFL Technical Report no. 149300, June 2010.
Author: Lampros Mouselimis [aut, cre],
Sight Machine [cph] (findHOGFeatures function of the SimpleCV computer
vision platform),
Johannes Buchner [cph] (average_hash, dhash and phash functions of the
ImageHash python library),
Mohammad Haghighat [cph] (Gabor Feature Extraction),
Radhakrishna Achanta [cph] (Author of the C++ code of the SLIC and
SLICO algorithms (for commercial use please contact the author))
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Diff between OpenImageR versions 1.1.3 dated 2018-12-09 and 1.1.4 dated 2019-01-07
OpenImageR-1.1.3/OpenImageR/vignettes/BSR_bsds500_image.jpg |only OpenImageR-1.1.3/OpenImageR/vignettes/BSR_bsds500_segmentation.png |only OpenImageR-1.1.3/OpenImageR/vignettes/airplane.jpg |only OpenImageR-1.1.3/OpenImageR/vignettes/car.png |only OpenImageR-1.1.3/OpenImageR/vignettes/gabor_car.png |only OpenImageR-1.1.3/OpenImageR/vignettes/gabor_car_thresholding.png |only OpenImageR-1.1.3/OpenImageR/vignettes/gabor_filter_bank.png |only OpenImageR-1.1.3/OpenImageR/vignettes/im_masks.png |only OpenImageR-1.1.3/OpenImageR/vignettes/image1.jpeg |only OpenImageR-1.1.3/OpenImageR/vignettes/image2.jpg |only OpenImageR-1.1.3/OpenImageR/vignettes/segment_AP.png |only OpenImageR-1.1.3/OpenImageR/vignettes/segment_kmeans.png |only OpenImageR-1.1.3/OpenImageR/vignettes/segment_mbkm.png |only OpenImageR-1.1.3/OpenImageR/vignettes/slic_vs_slico.png |only OpenImageR-1.1.3/OpenImageR/vignettes/view1.jpg |only OpenImageR-1.1.3/OpenImageR/vignettes/view2.jpg |only OpenImageR-1.1.3/OpenImageR/vignettes/view3.jpg |only OpenImageR-1.1.4/OpenImageR/DESCRIPTION | 10 - OpenImageR-1.1.4/OpenImageR/MD5 | 72 +++++----- OpenImageR-1.1.4/OpenImageR/NEWS.md | 5 OpenImageR-1.1.4/OpenImageR/R/RcppExports.R | 19 -- OpenImageR-1.1.4/OpenImageR/R/open_image_rscript.R | 22 +++ OpenImageR-1.1.4/OpenImageR/build/vignette.rds |binary OpenImageR-1.1.4/OpenImageR/inst/doc/Gabor_Feature_Extraction.Rmd | 8 - OpenImageR-1.1.4/OpenImageR/inst/doc/Gabor_Feature_Extraction.html | 4 OpenImageR-1.1.4/OpenImageR/inst/doc/Image_segmentation_superpixels_clustering.Rmd | 18 +- OpenImageR-1.1.4/OpenImageR/inst/doc/Image_segmentation_superpixels_clustering.html | 4 OpenImageR-1.1.4/OpenImageR/inst/doc/The_OpenImageR_package.R | 37 +++-- OpenImageR-1.1.4/OpenImageR/inst/doc/The_OpenImageR_package.Rmd | 37 +++-- OpenImageR-1.1.4/OpenImageR/inst/doc/The_OpenImageR_package.html | 55 ++++--- OpenImageR-1.1.4/OpenImageR/man/rgb_2gray.Rd | 3 OpenImageR-1.1.4/OpenImageR/src/RcppExports.cpp | 8 - OpenImageR-1.1.4/OpenImageR/src/extract_inst_folder_headers.cpp | 20 -- OpenImageR-1.1.4/OpenImageR/src/init.c | 4 OpenImageR-1.1.4/OpenImageR/vignettes/Gabor_Feature_Extraction.Rmd | 8 - OpenImageR-1.1.4/OpenImageR/vignettes/Image_segmentation_superpixels_clustering.Rmd | 18 +- OpenImageR-1.1.4/OpenImageR/vignettes/The_OpenImageR_package.Rmd | 37 +++-- OpenImageR-1.1.4/OpenImageR/vignettes/vignette_1 |only OpenImageR-1.1.4/OpenImageR/vignettes/vignette_2 |only OpenImageR-1.1.4/OpenImageR/vignettes/vignette_3 |only 40 files changed, 217 insertions(+), 172 deletions(-)
Title: Thresholds and Invariant Intervals for Network Meta-Analysis
Description: Calculation and presentation of decision-invariant bias adjustment
thresholds and intervals for Network Meta-Analysis, as described by
Phillippo et al. (2018) <doi:10.1111/rssa.12341>. These describe the
smallest changes to the data that would result in a change of decision.
Author: David Phillippo [aut, cre]
Maintainer: David Phillippo <david.phillippo@bristol.ac.uk>
Diff between nmathresh versions 0.1.3 dated 2018-03-29 and 0.1.4 dated 2019-01-07
DESCRIPTION | 10 MD5 | 36 - NEWS.md | 5 R/nma_thresh.R | 4 R/recon_vcov.R | 35 + R/thresh_2d.R | 2 R/thresh_forest.R | 2 README.md | 2 build/vignette.rds |binary inst/CITATION | 9 inst/doc/Examples.R | 4 inst/doc/Examples.Rmd | 14 inst/doc/Examples.html | 1198 +++++++++++++++++++++++++++++-------------------- man/d_ab2i.Rd | 1 man/nma_thresh.Rd | 9 man/recon_vcov.Rd | 29 - man/thresh_2d.Rd | 11 man/thresh_forest.Rd | 22 vignettes/Examples.Rmd | 14 19 files changed, 841 insertions(+), 566 deletions(-)
Title: Fast Symbolic Multivariate Polynomials
Description: Fast manipulation of symbolic multivariate polynomials
using the 'Map' class of the Standard Template Library. The package
uses print and coercion methods from the 'mpoly' package (Kahle 2013,
"Multivariate polynomials in R". The R Journal, 5(1):162), but offers
speed improvements. It is comparable in speed to the 'spray' package
for sparse arrays, but retains the symbolic benefits of 'mpoly'.
Author: Robin K. S. Hankin
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
Diff between mvp versions 1.0-0 dated 2018-12-30 and 1.0-1 dated 2019-01-07
DESCRIPTION | 8 MD5 | 24 - NAMESPACE | 1 R/skimpy.R | 9 inst/doc/mvp.R | 15 - inst/doc/mvp.Rmd | 30 +- inst/doc/mvp.html | 731 +++++++++++++++++++++++++---------------------------- inst/gastineau.R | 11 man/accessor.Rd | 36 ++ src/skimpy.cpp | 9 tests/aaa.R | 2 tests/foursquare.R | 3 vignettes/mvp.Rmd | 30 +- 13 files changed, 482 insertions(+), 427 deletions(-)
Title: Statistical Methods for Analysing Multivariate Abundance Data
Description: A set of tools for displaying, modeling and analysing
multivariate abundance data in community ecology. See
'mvabund-package.Rd' for details of overall package organization.
The package is implemented with the Gnu Scientific Library
(<http://www.gnu.org/software/gsl/>) and 'Rcpp'
(<http://dirk.eddelbuettel.com/code/rcpp.html>) 'R' / 'C++' classes.
Author: Yi Wang [aut],
Ulrike Naumann [aut],
Dirk Eddelbuettel [aut],
John Wilshire [aut],
David Warton [aut, cre],
Julian Byrnes [ctb],
Ralph dos Santos Silva [ctb, cph],
Jenni Niku [ctb],
Ian Renner [ctb],
Stephen Wright [ctb]
Maintainer: David Warton <David.Warton@unsw.edu.au>
Diff between mvabund versions 3.13.1 dated 2018-01-19 and 4.0.1 dated 2019-01-07
DESCRIPTION | 12 MD5 | 99 + NAMESPACE | 36 R/RcppExports.R | 10 R/anova.manyglm.R | 489 +++++---- R/anova.manylm.R | 32 R/block.to.bootID.R |only R/coefplot.manyglm.R | 95 + R/default.plot.manyglm.R | 792 +++++++-------- R/default.print.anova.manyglm.R | 15 R/default.print.summary.manyglm.R | 15 R/manyglm.R | 158 +-- R/manylm.R | 61 - R/plot.manyglm.R | 22 R/predict.manyglm.R | 157 +-- R/print.anova.manylm.R | 13 R/print.manyglm.R | 20 R/print.summary.manylm.R | 15 R/rbind.mvabund.R | 2 R/residuals.glm1path.R | 2 R/residuals.manyglm.R | 45 R/summary.manyglm.R | 159 +-- R/summary.manylm.R | 26 cleanup | 3 man/Tasmania.Rd | 7 man/anova.manyglm.Rd | 36 man/anova.manylm.Rd | 9 man/coefplot.manyglm.Rd | 7 man/manyglm.Rd | 57 - man/solberg.Rd | 5 man/spider.Rd | 3 man/summary.manyglm.Rd | 19 man/summary.manylm.Rd | 7 man/tikus.Rd | 3 src/Makevars | 2 src/Makevars.win | 3 src/RcppExports.cpp | 20 src/Rinterface.cpp | 741 +++++++------- src/anova.cpp | 678 ++++++------- src/calctest.cpp | 1175 +++++++++++------------ src/glm.cpp | 1716 +++++++++++++++++---------------- src/glmtest.cpp | 1941 +++++++++++++++++++------------------- src/io.cpp | 126 +- src/resampTest.h | 895 +++++++++-------- src/simutility.cpp | 696 ++++++------- src/summary.cpp | 919 ++++++++--------- tests |only 47 files changed, 5945 insertions(+), 5398 deletions(-)
Title: Estimate Wind Speeds from Bird Trajectories
Description: Estimating wind speed from trajectories of individually tracked birds using a maximum likelihood approach.
Author: Bart Kranstauber [aut, cre],
Rolf Weinzierl [aut]
Maintainer: Bart Kranstauber <bart.kranstauber@ieu.uzh.ch>
Diff between moveWindSpeed versions 0.2.1 dated 2017-02-01 and 0.2.2 dated 2019-01-07
DESCRIPTION | 8 MD5 | 43 +- NEWS.md | 4 R/RcppExports.R | 2 build/vignette.rds |binary inst/doc/estimatingWindSpeed.html | 575 ++++++++++++++++++++++----------- inst/doc/windEstimationParameters.R | 30 - inst/doc/windEstimationParameters.Rmd | 32 - inst/doc/windEstimationParameters.html | 358 ++++++++++++++++---- man/estimatePhi.Rd | 10 man/findGoodPoints.Rd | 5 man/getDefaultIsThermallingFunction.Rd | 1 man/getIsFocalPointFunction.Rd | 1 man/getIsSamplingRegularFunction.Rd | 1 man/getTrackSegments.Rd | 1 man/getWindEstimate-methods.Rd | 7 man/getWindEstimates-methods.Rd | 15 man/getWindowSizeLR.Rd | 1 man/storks.Rd | 1 man/windEstimLogLik.Rd | 1 src/RcppExports.cpp | 2 src/init.c |only vignettes/windEstimationParameters.Rmd | 32 - 23 files changed, 771 insertions(+), 359 deletions(-)
Title: Fits Models Inside the Database
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside the database. It currently supports KMeans and linear regression models.
Author: Edgar Ruiz [aut, cre]
Maintainer: Edgar Ruiz <edgar@rstudio.com>
Diff between modeldb versions 0.1.0 dated 2018-05-07 and 0.1.1 dated 2019-01-07
modeldb-0.1.0/modeldb/R/tidypredict.R |only modeldb-0.1.0/modeldb/man/as_parsed_model.Rd |only modeldb-0.1.0/modeldb/tests/testthat/test_tidypredict.R |only modeldb-0.1.0/modeldb/tools |only modeldb-0.1.1/modeldb/DESCRIPTION | 10 modeldb-0.1.1/modeldb/MD5 | 96 ------- modeldb-0.1.1/modeldb/NAMESPACE | 1 modeldb-0.1.1/modeldb/NEWS.md |only modeldb-0.1.1/modeldb/README.md | 2 modeldb-0.1.1/modeldb/build/vignette.rds |binary modeldb-0.1.1/modeldb/inst/doc/kmeans.html | 105 +++++--- modeldb-0.1.1/modeldb/inst/doc/linear_regression.R | 33 -- modeldb-0.1.1/modeldb/inst/doc/linear_regression.Rmd | 58 ---- modeldb-0.1.1/modeldb/inst/doc/linear_regression.html | 203 ++++++---------- modeldb-0.1.1/modeldb/man/simple_kmeans_db.Rd | 3 modeldb-0.1.1/modeldb/tests/testthat/test_dummy_var.R | 4 modeldb-0.1.1/modeldb/vignettes/linear_regression.Rmd | 58 ---- 17 files changed, 171 insertions(+), 402 deletions(-)
Title: Estimating Time-Varying k-Order Mixed Graphical Models
Description: Estimation of k-Order time-varying Mixed Graphical Models and mixed VAR(p) models via elastic-net regularized neighborhood regression. For details see linked paper.
Author: Jonas Haslbeck
Maintainer: Jonas Haslbeck <jonashaslbeck@gmail.com>
Diff between mgm versions 1.2-4 dated 2018-07-07 and 1.2-5 dated 2019-01-07
DESCRIPTION | 8 +- MD5 | 28 ++++----- NEWS | 10 ++- R/DrawFG.R | 13 ++-- R/FactorGraph.R | 10 +++ R/mgmsampler.R | 48 +++++++++++++--- R/mvar.R | 19 +----- R/predict.mgm.R | 139 +++++++++++++++--------------------------------- R/predictCore_stat.R | 43 -------------- R/resample.R | 36 +++++------- R/startup_msg.R | 2 R/tvmvar.R | 4 - data/symptom_data.RData |binary man/FactorGraph.Rd | 6 +- man/tvmvarsampler.Rd | 1 15 files changed, 154 insertions(+), 213 deletions(-)
Title: A Code Converter from the Matlab/Octave Language to R
Description: Transferring over a code base from Matlab to R is often a repetitive
and inefficient use of time. This package provides a translator for Matlab /
Octave code into R code. It does some syntax changes, but most of the heavy
lifting is in the function changes since the languages are so similar.
Options for different data structures and the functions that can be changed
are given. The Matlab code should be mostly in adherence to the standard
style guide but some effort has been made to accommodate different number of
spaces and other small syntax issues. This will not make the code more R
friendly and may not even run afterwards. However, the rudimentary syntax,
base function and data structure conversion is done quickly so that the
maintainer can focus on changes to the design structure.
Author: Siddarta Jairam [aut, cre],
David Hiebeler [ctb]
Maintainer: Siddarta Jairam <sidjsb@gmail.com>
Diff between matconv versions 0.3.2 dated 2017-01-16 and 0.4.0 dated 2019-01-07
DESCRIPTION | 8 MD5 | 49 +-- NAMESPACE | 14 R/convData.R | 556 +++++++++++++++++++------------------- README.md | 58 +-- build/vignette.rds |binary inst/doc/basicSyntax.R | 80 ++--- inst/doc/basicSyntax.html | 290 +++++++++---------- inst/doc/basicSyntax.rmd | 166 +++++------ inst/doc/functionCalls.R | 130 ++++---- inst/doc/functionCalls.html | 336 +++++++++++----------- inst/doc/functionCalls.rmd | 202 ++++++------- inst/doc/overallUse.R | 117 +++---- inst/doc/overallUse.html | 242 ++++++++-------- inst/doc/overallUse.rmd | 175 +++++------ inst/extdata/HiebelerDict.txt | 172 +++++------ man/makeDataMap.Rd | 81 ++--- man/makeFuncMaps.Rd | 113 +++---- man/makeSliceMap.Rd | 83 ++--- man/mat2r.Rd | 101 +++--- man/matconv.Rd | 41 +- tests/testthat/test-dataSlice.R | 114 ++++--- tests/testthat/test-integration.R |only vignettes/basicSyntax.rmd | 166 +++++------ vignettes/functionCalls.rmd | 202 ++++++------- vignettes/overallUse.rmd | 175 +++++------ 26 files changed, 1852 insertions(+), 1819 deletions(-)
Title: R Interface to Access the 'Majestic' API
Description: Implements methods for querying backlink data from 'Majestic' using its API (<https://developer-support.majestic.com/api/>).
'Majestic' API uses a basic authentication with an API key. This package is used in the "Do You Need Backlinks for SEO" tutorial <https://remibacha.com/en/backlinks-r/>.
Author: Remi Bacha [aut, cre]
Maintainer: Remi Bacha <hello@remibacha.com>
Diff between majesticR versions 0.1.0 dated 2018-11-14 and 0.1.1 dated 2019-01-07
majesticR-0.1.0/majesticR/R/majestic.R |only majesticR-0.1.0/majesticR/man/majestic.Rd |only majesticR-0.1.1/majesticR/DESCRIPTION | 10 ++--- majesticR-0.1.1/majesticR/MD5 | 19 ++++++---- majesticR-0.1.1/majesticR/NAMESPACE | 6 ++- majesticR-0.1.1/majesticR/NEWS.md |only majesticR-0.1.1/majesticR/R/majestic_all.R |only majesticR-0.1.1/majesticR/R/majestic_domain.R |only majesticR-0.1.1/majesticR/R/majestic_url.R |only majesticR-0.1.1/majesticR/inst/doc/introduction-to-package-majesticr--rmd.Rmd | 10 +++-- majesticR-0.1.1/majesticR/inst/doc/introduction-to-package-majesticr--rmd.html | 17 ++++++-- majesticR-0.1.1/majesticR/man/majestic_all.Rd |only majesticR-0.1.1/majesticR/man/majestic_domain.Rd |only majesticR-0.1.1/majesticR/man/majestic_url.Rd |only majesticR-0.1.1/majesticR/vignettes/introduction-to-package-majesticr--rmd.Rmd | 10 +++-- 15 files changed, 46 insertions(+), 26 deletions(-)
Title: Local Control Strategy for Robust Analysis of Cross-Sectional
Data
Description: Especially when cross-sectional data are observational, effects of treatment
selection bias and confounding are revealed by using the unsupervised, nonparametric
preprocessing methods central to Local Control (LC) Strategy. The LC objective is to
estimate the "effect-size distribution" that best quantifies a potentially causal
relationship between a numeric y-Outcome variable and a t-Treatment variable. This
t-variable may be either binary {1 = "new" vs 0 = "control"} or a numeric measure of
Exposure level. LC Strategy starts by CLUSTERING experimental units (patients) on
baseline x-Covariates, forming mutually exclusive and exhaustive BLOCKS of relatively
well-matched units. The implicit statistical model for LC is thus simple one-way ANOVA.
The Within-Block measures of effect-size are Local Rank Correlations (LRCs) when Exposure
is numeric with more than two levels. Otherwise, Treatment choice is Nested within
BLOCKS, and effect-sizes are Local Treatment Differences (LTDs) between within-cluster
y-Outcome Means ["new" minus "control"]. An Instrumental Variable (IV) method is also
provided so that Local Average y-Outcomes (LAOs) within BLOCKS may also contribute
information for effect-size inferences ...assuming that x-Covariates influence only
Treatment choice or Exposure level and otherwise have no direct effects on y-Outcome.
Author: Bob Obenchain
Maintainer: Bob Obenchain <wizbob@att.net>
Diff between LocalControlStrategy versions 1.3.1 dated 2018-10-01 and 1.3.2 dated 2019-01-07
LocalControlStrategy-1.3.1/LocalControlStrategy/data/pcidata.rda |only LocalControlStrategy-1.3.1/LocalControlStrategy/demo/pci_bt.R |only LocalControlStrategy-1.3.1/LocalControlStrategy/man/pcidata.Rd |only LocalControlStrategy-1.3.2/LocalControlStrategy/DESCRIPTION | 8 +- LocalControlStrategy-1.3.2/LocalControlStrategy/MD5 | 38 +++++----- LocalControlStrategy-1.3.2/LocalControlStrategy/R/KSperm.R | 2 LocalControlStrategy-1.3.2/LocalControlStrategy/R/confirm.R | 4 - LocalControlStrategy-1.3.2/LocalControlStrategy/build/partial.rdb |binary LocalControlStrategy-1.3.2/LocalControlStrategy/data/pci15k.rda |only LocalControlStrategy-1.3.2/LocalControlStrategy/demo/00Index | 2 LocalControlStrategy-1.3.2/LocalControlStrategy/demo/pci15k.R |only LocalControlStrategy-1.3.2/LocalControlStrategy/man/KSperm.Rd | 2 LocalControlStrategy-1.3.2/LocalControlStrategy/man/LCcluster.Rd | 4 - LocalControlStrategy-1.3.2/LocalControlStrategy/man/LCcompare.Rd | 20 ++--- LocalControlStrategy-1.3.2/LocalControlStrategy/man/LCsetup.Rd | 14 +-- LocalControlStrategy-1.3.2/LocalControlStrategy/man/LocalControlStrategy-package.Rd | 6 - LocalControlStrategy-1.3.2/LocalControlStrategy/man/confirm.Rd | 2 LocalControlStrategy-1.3.2/LocalControlStrategy/man/ivadj.Rd | 8 +- LocalControlStrategy-1.3.2/LocalControlStrategy/man/lrcagg.Rd | 2 LocalControlStrategy-1.3.2/LocalControlStrategy/man/ltdagg.Rd | 8 +- LocalControlStrategy-1.3.2/LocalControlStrategy/man/pci15k.Rd |only LocalControlStrategy-1.3.2/LocalControlStrategy/man/radon.Rd | 4 - LocalControlStrategy-1.3.2/LocalControlStrategy/man/reveal.data.Rd | 4 - 23 files changed, 64 insertions(+), 64 deletions(-)
More information about LocalControlStrategy at CRAN
Permanent link
Title: 'ggplot2' Based Plots with Statistical Details
Description: Extension of 'ggplot2', 'ggstatsplot' creates graphics with details
from statistical tests included in the plots themselves. It is targeted primarily at
behavioral sciences community to provide a one-line code to generate information-rich plots for
statistical analysis. of continuous (violin plots, scatterplots, histograms) or
categorical (pie charts) data. Currently, it supports only the most common types
of statistical tests: parametric, nonparametric, robust, and bayesian
versions of t-test/anova, correlation analyses, contingency table analysis,
and regression analyses.
Author: Indrajeet Patil [aut, cre] (<https://orcid.org/0000-0003-1995-6531>),
Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>)
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Diff between ggstatsplot versions 0.0.7 dated 2018-12-08 and 0.0.8 dated 2019-01-07
ggstatsplot-0.0.7/ggstatsplot/inst/doc/ggcoefstats.R |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/ggcoefstats.Rmd |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/ggcoefstats.html |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/purrr_examples.R |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/purrr_examples.Rmd |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/purrr_examples.html |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/tests_and_coverage.R |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/tests_and_coverage.Rmd |only ggstatsplot-0.0.7/ggstatsplot/inst/doc/tests_and_coverage.html |only ggstatsplot-0.0.7/ggstatsplot/tests/testthat/test_helpers_ggbetweenstats.R |only ggstatsplot-0.0.7/ggstatsplot/tests/testthat/test_subtitle_t_parametric_paired.R |only ggstatsplot-0.0.7/ggstatsplot/tests/testthat/test_subtitle_t_robust_paired.R |only ggstatsplot-0.0.7/ggstatsplot/vignettes/ggcoefstats.Rmd |only ggstatsplot-0.0.7/ggstatsplot/vignettes/purrr_examples.Rmd |only ggstatsplot-0.0.7/ggstatsplot/vignettes/tests_and_coverage.Rmd |only ggstatsplot-0.0.8/ggstatsplot/DESCRIPTION | 32 ggstatsplot-0.0.8/ggstatsplot/MD5 | 326 +-- ggstatsplot-0.0.8/ggstatsplot/NAMESPACE | 10 ggstatsplot-0.0.8/ggstatsplot/NEWS.md | 67 ggstatsplot-0.0.8/ggstatsplot/R/combine_plots.R | 205 +- ggstatsplot-0.0.8/ggstatsplot/R/data.R | 28 ggstatsplot-0.0.8/ggstatsplot/R/ggbetweenstats.R | 109 - ggstatsplot-0.0.8/ggstatsplot/R/ggcoefstats.R | 740 +++++--- ggstatsplot-0.0.8/ggstatsplot/R/ggcorrmat.R | 69 ggstatsplot-0.0.8/ggstatsplot/R/ggdotplotstats.R | 10 ggstatsplot-0.0.8/ggstatsplot/R/gghistostats.R | 8 ggstatsplot-0.0.8/ggstatsplot/R/ggpiestats.R | 5 ggstatsplot-0.0.8/ggstatsplot/R/ggscatterstats.R | 79 ggstatsplot-0.0.8/ggstatsplot/R/ggstatsplot-package.R | 3 ggstatsplot-0.0.8/ggstatsplot/R/global_vars.R | 14 ggstatsplot-0.0.8/ggstatsplot/R/grouped_ggbetweenstats.R | 285 +-- ggstatsplot-0.0.8/ggstatsplot/R/grouped_ggcorrmat.R | 176 - ggstatsplot-0.0.8/ggstatsplot/R/grouped_ggdotplotstats.R | 35 ggstatsplot-0.0.8/ggstatsplot/R/grouped_gghistostats.R | 2 ggstatsplot-0.0.8/ggstatsplot/R/grouped_ggpiestats.R | 292 +-- ggstatsplot-0.0.8/ggstatsplot/R/grouped_ggscatterstats.R | 352 +-- ggstatsplot-0.0.8/ggstatsplot/R/helpers_bf_tests.R | 191 -- ggstatsplot-0.0.8/ggstatsplot/R/helpers_effsize_ci.R | 79 ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggbetween_anova_subtitles.R | 406 +--- ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggbetween_t_subtitles.R | 465 +---- ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggbetweenstats.R | 45 ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggcoefstats.R | 242 ++ ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggcorrmat.R | 27 ggstatsplot-0.0.8/ggstatsplot/R/helpers_gghistostats_subtitles.R | 114 - ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggpiestats_subtitles.R | 234 +- ggstatsplot-0.0.8/ggstatsplot/R/helpers_ggscatterstats_subtitles.R | 477 ++--- ggstatsplot-0.0.8/ggstatsplot/R/helpers_messages.R | 5 ggstatsplot-0.0.8/ggstatsplot/R/helpers_pairwise_comparison.R | 82 ggstatsplot-0.0.8/ggstatsplot/R/subtitle_maker_templates.R |only ggstatsplot-0.0.8/ggstatsplot/R/switch_functions.R | 40 ggstatsplot-0.0.8/ggstatsplot/README.md | 77 ggstatsplot-0.0.8/ggstatsplot/build/vignette.rds |binary ggstatsplot-0.0.8/ggstatsplot/data/iris_long.rdata |binary ggstatsplot-0.0.8/ggstatsplot/data/movies_long.rdata |binary ggstatsplot-0.0.8/ggstatsplot/data/movies_wide.rdata |binary ggstatsplot-0.0.8/ggstatsplot/inst/WORDLIST | 115 - ggstatsplot-0.0.8/ggstatsplot/inst/doc/additional.Rmd | 31 ggstatsplot-0.0.8/ggstatsplot/inst/doc/additional.html | 22 ggstatsplot-0.0.8/ggstatsplot/man/Titanic_full.Rd | 1 ggstatsplot-0.0.8/ggstatsplot/man/bartlett_message.Rd | 9 ggstatsplot-0.0.8/ggstatsplot/man/bf_caption_maker.Rd |only ggstatsplot-0.0.8/ggstatsplot/man/bf_corr_test.Rd | 11 ggstatsplot-0.0.8/ggstatsplot/man/bf_one_sample_ttest.Rd | 2 ggstatsplot-0.0.8/ggstatsplot/man/bf_oneway_anova.Rd | 9 ggstatsplot-0.0.8/ggstatsplot/man/bf_two_sample_ttest.Rd | 9 ggstatsplot-0.0.8/ggstatsplot/man/combine_plots.Rd | 2 ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggbetweenstats1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggbetweenstats2-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggbetweenstats3-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggbetweenstats4-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggcoefstats1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggcoefstats2-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggcoefstats3-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggcorrmat1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggcorrmat3-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggdotplotstats1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggdotplotstats2-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-gghistostats1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-gghistostats2-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-gghistostats4-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggpiestats1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggpiestats2-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggpiestats3-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggpiestats4-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggscatterstats1-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggscatterstats2-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-ggscatterstats3-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-pirateplot-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/figures/README-theme_ggstatsplot-1.png |binary ggstatsplot-0.0.8/ggstatsplot/man/games_howell.Rd | 9 ggstatsplot-0.0.8/ggstatsplot/man/ggbetweenstats.Rd | 27 ggstatsplot-0.0.8/ggstatsplot/man/ggcoefstats.Rd | 196 +- ggstatsplot-0.0.8/ggstatsplot/man/ggcoefstats_label_maker.Rd | 2 ggstatsplot-0.0.8/ggstatsplot/man/ggcorrmat.Rd | 3 ggstatsplot-0.0.8/ggstatsplot/man/ggdotplotstats.Rd | 7 ggstatsplot-0.0.8/ggstatsplot/man/gghistostats.Rd | 7 ggstatsplot-0.0.8/ggstatsplot/man/ggpiestats.Rd | 12 ggstatsplot-0.0.8/ggstatsplot/man/ggscatterstats.Rd | 51 ggstatsplot-0.0.8/ggstatsplot/man/ggsignif_position_calculator.Rd | 5 ggstatsplot-0.0.8/ggstatsplot/man/ggstatsplot-package.Rd | 3 ggstatsplot-0.0.8/ggstatsplot/man/grouped_ggbetweenstats.Rd | 51 ggstatsplot-0.0.8/ggstatsplot/man/grouped_ggdotplotstats.Rd | 39 ggstatsplot-0.0.8/ggstatsplot/man/grouped_gghistostats.Rd | 7 ggstatsplot-0.0.8/ggstatsplot/man/grouped_ggpiestats.Rd | 14 ggstatsplot-0.0.8/ggstatsplot/man/grouped_ggscatterstats.Rd | 67 ggstatsplot-0.0.8/ggstatsplot/man/intent_morality.Rd | 1 ggstatsplot-0.0.8/ggstatsplot/man/iris_long.Rd | 4 ggstatsplot-0.0.8/ggstatsplot/man/lm_effsize_standardizer.Rd | 3 ggstatsplot-0.0.8/ggstatsplot/man/long_to_wide_converter.Rd | 24 ggstatsplot-0.0.8/ggstatsplot/man/matrix_to_tibble.Rd |only ggstatsplot-0.0.8/ggstatsplot/man/mean_labeller.Rd | 9 ggstatsplot-0.0.8/ggstatsplot/man/movies_long.Rd | 8 ggstatsplot-0.0.8/ggstatsplot/man/movies_wide.Rd | 14 ggstatsplot-0.0.8/ggstatsplot/man/pairwise_p.Rd | 9 ggstatsplot-0.0.8/ggstatsplot/man/stats_type_switch.Rd |only ggstatsplot-0.0.8/ggstatsplot/man/subtitle_anova_bayes.Rd | 3 ggstatsplot-0.0.8/ggstatsplot/man/subtitle_contingency_tab.Rd | 13 ggstatsplot-0.0.8/ggstatsplot/man/subtitle_meta_ggcoefstats.Rd |only ggstatsplot-0.0.8/ggstatsplot/man/subtitle_template.Rd |only ggstatsplot-0.0.8/ggstatsplot/man/yuend_ci.Rd | 2 ggstatsplot-0.0.8/ggstatsplot/tests/README.md | 437 ++-- ggstatsplot-0.0.8/ggstatsplot/tests/spelling.R | 3 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_argument_count.R | 1 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_chisq_v_ci.R | 9 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_combine_plots.R | 1 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_cor_test_ci.R | 129 + ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggbetweenstats.R | 207 +- ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggcoefstats.R | 920 +++++++++- ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggcoefstats_label_maker.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggcorrmat.R | 247 ++ ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggdotplotstats.R | 8 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_gghistostats.R | 36 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggpiestats.R | 28 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggscatterstats.R | 233 ++ ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_ggsignif_position_calculator.R | 3 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_grouped_ggbetweenstats.R | 93 - ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_grouped_ggcorrmat.R | 5 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_grouped_ggdotplotstats.R | 5 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_grouped_gghistostats.R | 4 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_grouped_ggpiestats.R | 26 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_grouped_ggscatterstats.R | 147 + ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_helper_messages.R | 12 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_helpers_bf_tests.R | 144 + ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_histo_labeller.R | 2 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_kw_eta_h_ci.R | 11 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_lm_effsize_ci.R | 180 + ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_long_to_wide_converter.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_matrix_to_tibble.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_mean_labeller.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_numdf_summary.R | 3 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_pairwise_ggsignif.R | 92 - ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_pairwise_p.R | 41 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_pairwise_p_caption.R | 2 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_robcor_ci.R | 42 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_anova_bayes.R | 79 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_anova_parametric.R | 77 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_anova_robust.R | 100 - ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_contingency_tab.R | 106 - ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_contingency_tab_paired.R | 109 + ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_ggscatterstats.R | 212 ++ ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_kw_nonparametric.R | 75 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_mann_nonparametric.R | 10 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_meta.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_t_bayes.R | 10 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_t_onesample.R | 17 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_t_parametric.R | 198 +- ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_t_robust.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_subtitle_templates.R |only ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_switch_statements.R | 24 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_t1way_ci.R | 6 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_theme_ggstatsplot.R | 2 ggstatsplot-0.0.8/ggstatsplot/tests/testthat/test_yuend_ci_paired.R | 42 ggstatsplot-0.0.8/ggstatsplot/vignettes/additional.Rmd | 31 ggstatsplot-0.0.8/ggstatsplot/vignettes/web_only/combine_plots.Rmd | 8 ggstatsplot-0.0.8/ggstatsplot/vignettes/web_only/gallery.Rmd | 3 ggstatsplot-0.0.8/ggstatsplot/vignettes/web_only/ggcoefstats.Rmd |only ggstatsplot-0.0.8/ggstatsplot/vignettes/web_only/ggstatsplot_paper.Rmd | 90 ggstatsplot-0.0.8/ggstatsplot/vignettes/web_only/purrr_examples.Rmd |only ggstatsplot-0.0.8/ggstatsplot/vignettes/web_only/theme_ggstatsplot.Rmd | 7 179 files changed, 6878 insertions(+), 3531 deletions(-)
Title: Interact with 'Google Analytics'
Description: Functions for querying the 'Google Analytics' core reporting,
real-time, multi-channel funnel and management APIs, as well as the 'Google
Tag Manager' (GTM) API. Write methods are also provided for the management and
GTM APIs so that you can change tag, property or view
settings, for example. Define reporting queries using natural R expressions
instead of being concerned as much about API technical intricacies like
query syntax, character code escaping, and API limitations.
Author: Johann de Boer [aut, cre]
Maintainer: Johann de Boer <johanndeboer@gmail.com>
Diff between ganalytics versions 0.10.4 dated 2018-07-01 and 0.10.6 dated 2019-01-07
ganalytics-0.10.4/ganalytics/inst/doc/README.R |only ganalytics-0.10.4/ganalytics/inst/doc/README.html |only ganalytics-0.10.4/ganalytics/inst/doc/README.rmd |only ganalytics-0.10.4/ganalytics/vignettes/README.rmd |only ganalytics-0.10.6/ganalytics/DESCRIPTION | 19 ganalytics-0.10.6/ganalytics/MD5 | 351 +++---- ganalytics-0.10.6/ganalytics/NAMESPACE | 9 ganalytics-0.10.6/ganalytics/NEWS.md | 272 ++++- ganalytics-0.10.6/ganalytics/R/Bool-generics.R | 56 - ganalytics-0.10.6/ganalytics/R/Comparator-generics.R | 49 - ganalytics-0.10.6/ganalytics/R/Comparator-methods.R | 5 ganalytics-0.10.6/ganalytics/R/Date-generics.R | 28 ganalytics-0.10.6/ganalytics/R/Date-methods.R | 5 ganalytics-0.10.6/ganalytics/R/Expr-generics.R | 53 - ganalytics-0.10.6/ganalytics/R/Expr-methods.R | 17 ganalytics-0.10.6/ganalytics/R/GaApiRequest.R | 12 ganalytics-0.10.6/ganalytics/R/GaGetCoreReport.R | 22 ganalytics-0.10.6/ganalytics/R/GaView-methods.R | 6 ganalytics-0.10.6/ganalytics/R/GetGa-methods.R | 7 ganalytics-0.10.6/ganalytics/R/Operand-generics.R | 6 ganalytics-0.10.6/ganalytics/R/Query-generics.R | 82 + ganalytics-0.10.6/ganalytics/R/Query-methods.R | 33 ganalytics-0.10.6/ganalytics/R/Segment-generics.R | 55 - ganalytics-0.10.6/ganalytics/R/Segment-methods.R | 63 + ganalytics-0.10.6/ganalytics/R/Sequence-generics.R | 20 ganalytics-0.10.6/ganalytics/R/Sequence-methods.R | 24 ganalytics-0.10.6/ganalytics/R/TableFilter-generics.R | 5 ganalytics-0.10.6/ganalytics/R/Var-generics.R | 20 ganalytics-0.10.6/ganalytics/R/Var-list-generics.R | 15 ganalytics-0.10.6/ganalytics/R/Var-list-methods.R | 5 ganalytics-0.10.6/ganalytics/R/Var-methods.R | 11 ganalytics-0.10.6/ganalytics/R/ganalytics-package.R | 9 ganalytics-0.10.6/ganalytics/R/globaldata.R | 32 ganalytics-0.10.6/ganalytics/R/googleAnalyticsR-coerce.R | 216 ++-- ganalytics-0.10.6/ganalytics/R/meta.R | 22 ganalytics-0.10.6/ganalytics/R/query-classes.R | 43 ganalytics-0.10.6/ganalytics/R/sequence.R | 4 ganalytics-0.10.6/ganalytics/R/utils.R | 21 ganalytics-0.10.6/ganalytics/R/var-classes.R | 8 ganalytics-0.10.6/ganalytics/R/var-list-classes.R | 10 ganalytics-0.10.6/ganalytics/README.md | 472 ++++++---- ganalytics-0.10.6/ganalytics/build/vignette.rds |binary ganalytics-0.10.6/ganalytics/demo/gademo.R | 3 ganalytics-0.10.6/ganalytics/demo/googleAnalyticsR_demo.R | 21 ganalytics-0.10.6/ganalytics/inst/WORDLIST |only ganalytics-0.10.6/ganalytics/inst/doc/googleAnalyticsR-dynamic-segments.Rmd |only ganalytics-0.10.6/ganalytics/inst/doc/googleAnalyticsR-dynamic-segments.html |only ganalytics-0.10.6/ganalytics/inst/doc/googleAnalyticsR-table-filters.Rmd |only ganalytics-0.10.6/ganalytics/inst/doc/googleAnalyticsR-table-filters.html |only ganalytics-0.10.6/ganalytics/inst/extdata/metadata.RDA |binary ganalytics-0.10.6/ganalytics/inst/figures |only ganalytics-0.10.6/ganalytics/man/And.Rd | 14 ganalytics-0.10.6/ganalytics/man/CheckVectorBounds.Rd | 11 ganalytics-0.10.6/ganalytics/man/Cohort.Rd | 4 ganalytics-0.10.6/ganalytics/man/Comparator.Rd | 23 ganalytics-0.10.6/ganalytics/man/DateRange.Rd | 4 ganalytics-0.10.6/ganalytics/man/EndDate.Rd | 4 ganalytics-0.10.6/ganalytics/man/Expr.Rd | 5 ganalytics-0.10.6/ganalytics/man/GaCreds.Rd | 8 ganalytics-0.10.6/ganalytics/man/GaExpr.Rd | 9 ganalytics-0.10.6/ganalytics/man/GaQuery.Rd | 6 ganalytics-0.10.6/ganalytics/man/GaView.Rd | 17 ganalytics-0.10.6/ganalytics/man/GetGaData-.query-method.Rd | 4 ganalytics-0.10.6/ganalytics/man/McfExpr.Rd | 9 ganalytics-0.10.6/ganalytics/man/Not.Rd | 11 ganalytics-0.10.6/ganalytics/man/Or.Rd | 10 ganalytics-0.10.6/ganalytics/man/PerSession.Rd | 16 ganalytics-0.10.6/ganalytics/man/PerUser.Rd | 16 ganalytics-0.10.6/ganalytics/man/RtExpr.Rd | 9 ganalytics-0.10.6/ganalytics/man/Sequence.Rd | 14 ganalytics-0.10.6/ganalytics/man/SortBy.Rd | 4 ganalytics-0.10.6/ganalytics/man/StartDate.Rd | 4 ganalytics-0.10.6/ganalytics/man/Var.Rd | 31 ganalytics-0.10.6/ganalytics/man/andExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/checkDataFrameClasses.Rd | 4 ganalytics-0.10.6/ganalytics/man/comparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/compoundExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/dateRange-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/dimComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/dimExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/dimOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/dimVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/dimensions-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/expr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/figures |only ganalytics-0.10.6/ganalytics/man/gaAccount-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaCalMetVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaCohort-class.Rd |only ganalytics-0.10.6/ganalytics/man/gaComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaCustomDimension-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaCustomMetric-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDimComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDimExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDimFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDimOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDimVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDimensions-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaDynSegment-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaGoal-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaMetComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaMetExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaMetOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaMetVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaMetrics-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaPivot-class.Rd |only ganalytics-0.10.6/ganalytics/man/gaProperty-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaQuery-class.Rd | 12 ganalytics-0.10.6/ganalytics/man/gaSegMetExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegment-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentCondition-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentConditionFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentId-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentList-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentSequenceFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSegmentSequenceStep-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaSortBy-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaUserSegment-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaVarList-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/gaView-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/ganalytics.Rd | 54 - ganalytics-0.10.6/ganalytics/man/logicalDimOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfDimComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfDimExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfDimOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfDimVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfDimensions-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfMetComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfMetExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfMetOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfMetVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfMetrics-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfQuery-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfSortBy-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/mcfVarList-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/metComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/metExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/metOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/metVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/metrics-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/operand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/orExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/order_bys_ga4-class.Rd |only ganalytics-0.10.6/ganalytics/man/query-class.Rd | 20 ganalytics-0.10.6/ganalytics/man/rtComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtDimComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtDimExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtDimOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtDimVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtDimensions-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtMetComparator-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtMetExpr-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtMetOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtMetVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtMetrics-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtOperand-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtQuery-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtSortBy-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtVar-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/rtVarList-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/sequential_segment.Rd | 4 ganalytics-0.10.6/ganalytics/man/sortBy-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/split_permissions.Rd | 2 ganalytics-0.10.6/ganalytics/man/standardQuery-class.Rd | 10 ganalytics-0.10.6/ganalytics/man/tableFilter-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/var-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/varList-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/viewId-class.Rd | 2 ganalytics-0.10.6/ganalytics/man/xor.Rd | 17 ganalytics-0.10.6/ganalytics/tests/spelling.R |only ganalytics-0.10.6/ganalytics/vignettes/googleAnalyticsR-dynamic-segments.Rmd |only ganalytics-0.10.6/ganalytics/vignettes/googleAnalyticsR-table-filters.Rmd |only 183 files changed, 1693 insertions(+), 964 deletions(-)
Title: General Frailty Models: Shared, Joint and Nested Frailty Models
with Prediction; Evaluation of Failure-Time Surrogate Endpoints
Description: The following several classes of frailty models using a penalized likelihood estimation on the hazard function but also a parametric estimation can be fit using this R package:
1) A shared frailty model (with gamma or log-normal frailty distribution) and Cox proportional hazard model. Clustered and recurrent survival times can be studied.
2) Additive frailty models for proportional hazard models with two correlated random effects (intercept random effect with random slope).
3) Nested frailty models for hierarchically clustered data (with 2 levels of clustering) by including two iid gamma random effects.
4) Joint frailty models in the context of the joint modelling for recurrent events with terminal event for clustered data or not. A joint frailty model for two semi-competing risks and clustered data is also proposed.
5) Joint general frailty models in the context of the joint modelling for recurrent events with terminal event data with two independent frailty terms.
6) Joint Nested frailty models in the context of the joint modelling for recurrent events with terminal event, for hierarchically clustered data (with two levels of clustering) by including two iid gamma random effects.
7) Multivariate joint frailty models for two types of recurrent events and a terminal event.
8) Joint models for longitudinal data and a terminal event.
9) Trivariate joint models for longitudinal data, recurrent events and a terminal event.
10) Joint frailty models for the validation of surrogate endpoints in multiple randomized clinical trials with failure-time endpoints
Prediction values are available (for a terminal event or for a new recurrent event). Left-truncated (not for Joint model), right-censored data, interval-censored data (only for Cox proportional hazard and shared frailty model) and strata are allowed. In each model, the random effects have the gamma or normal distribution. Now, you can also consider time-varying covariates effects in Cox, shared and joint frailty models (1-5). The package includes concordance measures for Cox proportional hazards models and for shared frailty models.
Author: Virginie Rondeau, Juan R. Gonzalez, Yassin Mazroui, Audrey
Mauguen, Amadou Diakite, Alexandre Laurent, Myriam Lopez,
Agnieszka Krol and Casimir L. Sofeu
Maintainer: Virginie Rondeau <Virginie.Rondeau@inserm.fr>
Diff between frailtypack versions 3.0.2 dated 2018-12-10 and 3.0.2.1 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 28 ++++++++++++++++++++++++++-- src/Makevars | 1 + src/additiv.mod |only src/betatttps.mod |only src/choix_epoce.mod |only src/commun.mod |only src/comon.mod |only src/comongroup.mod |only src/comonmultiv.mod |only src/donnees.mod |only src/donnees_indiv.mod |only src/double_precision.mod |only src/jointmods.mod |only src/lois_normales.mod |only src/parameters.mod |only src/parametersmultiv.mod |only src/prediction.mod |only src/random_effect.mod |only src/residusm.mod |only src/residusmmultiv.mod |only src/sortie.mod |only src/sortiemultive.mod |only src/splines.mod |only src/tailles.mod |only src/taillesmultiv.mod |only src/var_surrogate.mod |only 27 files changed, 30 insertions(+), 5 deletions(-)
Title: A Universal Foreach Parallel Adapter using the Future API of the
'future' Package
Description: Provides a '%dopar%' adapter such that any type of futures can
be used as backends for the 'foreach' framework.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between doFuture versions 0.6.0 dated 2017-10-20 and 0.7.0 dated 2019-01-07
DESCRIPTION | 16 - MD5 | 61 +++--- NAMESPACE | 3 NEWS | 56 ++++++ R/chunks.R |only R/doFuture-package.R | 106 ++++++----- R/doFuture.R | 314 ++++++++++++++++++----------------- R/globals.R |only R/options.R | 18 -- R/registerDoFuture.R | 10 - R/utils.R | 48 +++++ build/vignette.rds |binary inst/WORDLIST |only inst/doc/doFuture.html | 53 ++++- inst/doc/doFuture.md.rsp | 51 ++++- inst/tests2/NMF/manual.R | 6 inst/tests2/TSP/examples.R | 16 + inst/tests2/caret/examples.R | 90 ++++++++-- inst/tests2/foreach/examples.R | 2 inst/tests2/glmnet/examples.R | 8 inst/tests2/incl/utils.R | 15 + inst/tests2/plyr/examples.R | 21 ++ man/doFuture.Rd | 100 ++++++++--- man/doFuture.options.Rd | 63 +++---- man/makeChunks.Rd |only man/registerDoFuture.Rd | 6 tests/DEPRECATED.R | 19 +- tests/cluster-missing-doFuture-pkg.R |only tests/foreach,globals.R | 86 +++++++++ tests/foreach,nested_dopar.R | 12 - tests/options.R | 62 +++--- tests/zzz_opt-in,caret.R | 6 tests/zzz_opt-in,plyr.R | 6 vignettes/doFuture.md.rsp | 51 ++++- 34 files changed, 892 insertions(+), 413 deletions(-)
Title: Declare and Diagnose Research Designs
Description: Researchers can characterize and learn about the properties of
research designs before implementation using `DeclareDesign`. Ex ante
declaration and diagnosis of designs can help researchers clarify the
strengths and limitations of their designs and to improve their
properties, and can help readers evaluate a research strategy prior
to implementation and without access to results. It can also make it
easier for designs to be shared, replicated, and critiqued.
Author: Graeme Blair [aut, cre],
Jasper Cooper [aut],
Alexander Coppock [aut],
Macartan Humphreys [aut],
Neal Fultz [aut]
Maintainer: Graeme Blair <graeme.blair@ucla.edu>
Diff between DeclareDesign versions 0.12.0 dated 2018-11-09 and 0.14.0 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 16 ++++++++-------- NEWS.md | 6 ++++++ R/declare_diagnosands.R | 2 +- R/declare_estimand.R | 6 +++--- R/declare_estimator.R | 21 ++++++++++----------- man/declare_diagnosands.Rd | 2 +- man/declare_estimand.Rd | 6 +++--- tests/testthat/test-model.R | 10 ++++++++-- 9 files changed, 43 insertions(+), 32 deletions(-)
Title: Format Outputs of Statistical Tests According to APA Guidelines
Description: Formatter functions in the 'apa' package take the return value of a
statistical test function, e.g. a call to chisq.test() and return a string
formatted according to the guidelines of the APA (American Psychological
Association).
Author: Daniel Gromer [aut, cre]
Maintainer: Daniel Gromer <dgromer@mailbox.org>
Diff between apa versions 0.3.0 dated 2018-10-16 and 0.3.1 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS.md | 11 ++++++++++- R/t_test.R | 2 +- inst/doc/introduction.html | 28 +++++++++++++++++++++++++--- tests/testthat/test-anova-apa.R | 1 + 6 files changed, 45 insertions(+), 13 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-06-30 0.1.1
2018-04-06 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-12-10 2.8.19
2013-06-15 2.1.3
2012-07-12 1.1
2012-06-20 1.0
Title: Tests for the Equality of Coefficients of Variation from
Multiple Groups
Description: Contains functions for testing for significant differences between multiple coefficients of variation. Includes Feltz and Miller's (1996) <DOI:10.1002/(SICI)1097-0258(19960330)15:6%3C647::AID-SIM184%3E3.0.CO;2-P> asymptotic test and Krishnamoorthy and Lee's (2014) <DOI:10.1007/s00180-013-0445-2> modified signed-likelihood ratio test. See the vignette for more, including full details of citations.
Author: Ben Marwick [aut, cre],
Kalimuthu Krishnamoorthy [aut]
Maintainer: Ben Marwick <benmarwick@gmail.com>
Diff between cvequality versions 0.1.3 dated 2018-03-31 and 0.2.0 dated 2019-01-07
DESCRIPTION | 10 LICENSE | 4 MD5 | 46 NAMESPACE | 12 NEWS.md | 27 R/functions.R | 663 ++++++----- README.md | 143 +- build/vignette.rds |binary inst/doc/how_to_test_CVs.R | 322 +++-- inst/doc/how_to_test_CVs.Rmd | 640 ++++++----- inst/doc/how_to_test_CVs.html | 1298 +++++++++++++--------- man/LRT_STAT.Rd | 44 man/asymptotic_test.Rd | 60 - man/asymptotic_test2.Rd | 80 - man/mslr_test.Rd | 70 - man/mslr_test2.Rd | 84 - tests/testthat.R | 8 tests/testthat/test_asymptotic_test.R | 18 tests/testthat/test_asymptotic_test2.R | 38 tests/testthat/test_mslrt2.R | 42 tests/testthat/test_mslrt_test.R | 20 vignettes/GaltonFamilies.csv | 1870 ++++++++++++++++----------------- vignettes/Handaxes.csv | 1202 ++++++++++----------- vignettes/how_to_test_CVs.Rmd | 640 ++++++----- 24 files changed, 3887 insertions(+), 3454 deletions(-)
Title: Produce Forest Plots to Visualize Covariate Effects
Description: Produce forest plots to visualize covariate effects using either
the command line or an interactive 'Shiny' application.
Author: Samer Mouksassi [aut, cre] (<https://orcid.org/0000-0002-7152-6654>),
Dean Attali [ctb]
Maintainer: Samer Mouksassi <samermouksassi@gmail.com>
Diff between coveffectsplot versions 0.0.1 dated 2018-11-26 and 0.0.2 dated 2019-01-07
DESCRIPTION | 14 MD5 | 30 NEWS.md | 7 R/data.R |only R/forest_plot.R | 30 README.md | 65 build/vignette.rds |binary data |only inst/doc/introduction_to_coveffectsplot.R | 226 ++ inst/doc/introduction_to_coveffectsplot.Rmd | 265 ++- inst/doc/introduction_to_coveffectsplot.html | 2330 ++++++++++++++++++++++++--- inst/shiny/global.r | 2 inst/shiny/img/prezista.png |only inst/shiny/server.R | 4 inst/shiny/ui.R | 9 man/forest_plot.Rd | 10 man/prezista.Rd |only vignettes/introduction_to_coveffectsplot.Rmd | 265 ++- 18 files changed, 2869 insertions(+), 388 deletions(-)
More information about coveffectsplot at CRAN
Permanent link
Title: Supports Developing, Building and Deploying R Solution
Description: Supports safe and reproducible solutions development in R.
It will help you with environment separation per project,
dependency management, local packages creation and preparing
deployment packs for your solutions.
Author: Walerian Sokolowski [aut, cre],
Wit Jakuczun [aut],
Yulia Yakimechko [aut],
Mateusz Kalinowski [aut],
Ryszard Szymanski [aut],
WLOG Solutions [cph],
R Consortium [ctb] (Definitions of system requirements are taken from
sysreqsdb project.)
Maintainer: Walerian Sokolowski <rsuite@wlogsolutions.com>
Diff between RSuite versions 0.34-248 dated 2018-12-13 and 0.35-250 dated 2019-01-07
DESCRIPTION | 6 MD5 | 18 - NEWS.md | 10 + R/04_api_repo.R | 3 R/11_install_prj_deps.R | 25 ++ R/18_repo_helpers.R | 414 +++++++++++++++++++++--------------------- R/50_pkg_deployment.R | 8 R/52_dependencies.R | 51 ++++- R/60_versions.R | 28 ++ inst/doc/RSuite-vignette.html | 126 ++++++------ 10 files changed, 398 insertions(+), 291 deletions(-)
Title: Native R Kernel for the 'Jupyter Notebook'
Description: The R kernel for the 'Jupyter' environment executes R code which the front-end
('Jupyter Notebook' or other front-ends) submits to the kernel via the network.
Author: Thomas Kluyver [aut, cph],
Philipp Angerer [aut, cph, cre]
(<https://orcid.org/0000-0002-0369-2888>),
Jan Schulz [aut, cph],
Karthik Ram [aut, cph]
Maintainer: Philipp Angerer <phil.angerer@gmail.com>
Diff between IRkernel versions 0.8.14 dated 2018-11-16 and 0.8.15 dated 2019-01-07
DESCRIPTION | 13 +++++++------ MD5 | 15 ++++++++++++--- R/execution.r | 22 ++++++++++++---------- README.md | 12 ++++++------ tests/testthat/__pycache__ |only tests/testthat/jkt |only 6 files changed, 37 insertions(+), 25 deletions(-)
Title: Transcriptomic Dynamics Models in Field Conditions
Description: Provides functionality for constructing
statistical models of transcriptomic dynamics in field conditions.
It further offers the function to predict expression of a gene given
the attributes of samples and meteorological data. Nagano, A. J., Sato,
Y., Mihara, M., Antonio, B. A., Motoyama, R., Itoh, H., Naganuma, Y., and
Izawa, T. (2012). <doi:10.1016/j.cell.2012.10.048>. Iwayama, K., Aisaka, Y.,
Kutsuna, N., and Nagano, A. J. (2017). <doi:10.1093/bioinformatics/btx049>.
Author: Koji Iwayama [cre],
Yuri Aisaka [aut]
Maintainer: Koji Iwayama <fieldtranscriptome@gmail.com>
Diff between FIT versions 0.0.5 dated 2018-05-08 and 0.0.6 dated 2019-01-07
DESCRIPTION | 6 MD5 | 8 build/vignette.rds |binary inst/doc/FIT.html | 702 +++++++++++++++++++---------------------------------- src/prep.h | 2 5 files changed, 265 insertions(+), 453 deletions(-)
Title: Multiple Testing Procedures with Adaptation for Discrete Tests
Description: Multiple testing procedures described in the paper Döhler, Durand and Roquain (2018) "New FDR bounds for discrete and heterogeneous tests" <doi:10.1214/18-EJS1441>. The main procedures of the paper (HSU and HSD), their adaptive counterparts (AHSU and AHSD), and the HBR variant are available and are coded to take as input a set of observed p-values and their discrete support under the null. A function to compute such p-values and supports for Fisher's exact tests is also provided, along with a wrapper allowing to apply discrete procedures directly from contingency tables.
Author: Sebastian Döhler [ctb],
Guillermo Durand [aut, cre],
Florian Junge [aut],
Etienne Roquain [ctb]
Maintainer: Guillermo Durand <guillermo.durand@polytechnique.org>
Diff between DiscreteFDR versions 1.1 dated 2018-09-12 and 1.2 dated 2019-01-07
DiscreteFDR-1.1/DiscreteFDR/R/ADBH_fun.R |only DiscreteFDR-1.1/DiscreteFDR/R/DBH_fun.R |only DiscreteFDR-1.1/DiscreteFDR/man/ADBH.Rd |only DiscreteFDR-1.1/DiscreteFDR/man/DBH.Rd |only DiscreteFDR-1.1/DiscreteFDR/man/kernel.ADBH.Rd |only DiscreteFDR-1.1/DiscreteFDR/man/kernel.DBH.Rd |only DiscreteFDR-1.2/DiscreteFDR/DESCRIPTION | 10 DiscreteFDR-1.2/DiscreteFDR/MD5 | 38 - DiscreteFDR-1.2/DiscreteFDR/NAMESPACE | 4 DiscreteFDR-1.2/DiscreteFDR/R/Aux_fun.R | 359 +++++----- DiscreteFDR-1.2/DiscreteFDR/R/DBR_fun.R | 469 +++----------- DiscreteFDR-1.2/DiscreteFDR/R/DiscreteFDR.R | 69 +- DiscreteFDR-1.2/DiscreteFDR/R/discreteBH_fun.R |only DiscreteFDR-1.2/DiscreteFDR/R/fast_appli.R | 143 ++-- DiscreteFDR-1.2/DiscreteFDR/R/kernel_fun.R |only DiscreteFDR-1.2/DiscreteFDR/man/DBR.Rd | 37 - DiscreteFDR-1.2/DiscreteFDR/man/DiscreteFDR-package.Rd | 11 DiscreteFDR-1.2/DiscreteFDR/man/build.stepfuns.Rd | 3 DiscreteFDR-1.2/DiscreteFDR/man/discrete.BH.Rd |only DiscreteFDR-1.2/DiscreteFDR/man/fast.Discrete.Rd | 33 DiscreteFDR-1.2/DiscreteFDR/man/fisher.pvalues.support.Rd | 3 DiscreteFDR-1.2/DiscreteFDR/man/kernel.DBR.Rd | 37 - DiscreteFDR-1.2/DiscreteFDR/man/kernel.Rd |only DiscreteFDR-1.2/DiscreteFDR/man/match.pvals.Rd | 2 DiscreteFDR-1.2/DiscreteFDR/man/short.eff.Rd | 3 25 files changed, 487 insertions(+), 734 deletions(-)
Title: Chemometrics with R - Multivariate Data Analysis in the Natural
Sciences and Life Sciences
Description: Functions and scripts used in the book "Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and Life Sciences" by Ron Wehrens, Springer (2011). Data used in the package are available from github.
Author: Ron Wehrens
Maintainer: Ron Wehrens <ron.wehrens@gmail.com>
Diff between ChemometricsWithR versions 0.1.11 dated 2017-09-01 and 0.1.13 dated 2019-01-07
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NAMESPACE | 4 ++-- NEWS | 11 ++++++++++- R/MCR.R | 4 ++-- build/partial.rdb |binary 6 files changed, 22 insertions(+), 13 deletions(-)
More information about ChemometricsWithR at CRAN
Permanent link
Title: Accessing Statistics Canada Data Table and Vectors
Description: Searches for, accesses, and retrieves new-format and old-format Statistics Canada data
tables, as well as individual vectors, as tidy data frames. This package deals with encoding issues, allows for
bilingual English or French language data retrieval, and bundles convenience functions
to make it easier to work with retrieved table data. Optional caching features are provided.
Author: Jens von Bergmann [cre],
Dmitry Shkolnik [aut]
Maintainer: Jens von Bergmann <jens@mountainmath.ca>
Diff between cansim versions 0.2.2 dated 2018-12-18 and 0.2.3 dated 2019-01-07
DESCRIPTION | 6 MD5 | 30 ++-- NEWS.md | 6 R/cansim.R | 7 R/cansim_helpers.R | 18 +- R/cansim_tables_list.R | 13 - R/cansim_vectors.R | 8 + R/sysdata.rda |binary README.md | 13 + inst/doc/cansim.R | 3 inst/doc/cansim.Rmd | 6 inst/doc/cansim.html | 200 +++++++++++++--------------- man/get_cansim_vector.Rd | 4 man/get_cansim_vector_for_latest_periods.Rd | 4 man/list_cansim_tables.Rd | 2 vignettes/cansim.Rmd | 6 16 files changed, 184 insertions(+), 142 deletions(-)
Title: Business Cycle Dating and Plotting Tools
Description: Tools for Dating Business Cycles using Harding-Pagan (Quarterly Bry-Boschan) method and various plotting features.
Author: Majid Einian [aut, cre]
Maintainer: Majid Einian <m.einian@mbri.ac.ir>
Diff between BCDating versions 0.9.7 dated 2014-12-30 and 0.9.8 dated 2019-01-07
DESCRIPTION | 10 +-- MD5 | 26 ++++---- NAMESPACE | 5 + R/BCDating.R | 93 ++++++++++++++--------------- data/Iran.non.Oil.GDP.Cycle.rda |binary data/Iran.non.Oil.GDP.Quarterly.Growth.rda |binary data/MBRI.Iran.Dating.rda |binary man/BBQ.Rd | 2 man/BCDating-class.Rd | 2 man/BCDating-package.Rd | 4 - man/Iran.non.Oil.GDP.Cycle.Rd | 2 man/Iran.non.Oil.GDP.Quarterly.Growth.Rd | 2 man/MBRI.Iran.Dating.Rd | 4 - man/avgts.Rd | 2 14 files changed, 80 insertions(+), 72 deletions(-)
Title: Analysis of Nonlinear Time Series
Description: Routines for the analysis of nonlinear time series. This
work is largely inspired by the TISEAN project, by Rainer
Hegger, Holger Kantz and Thomas Schreiber:
<http://www.mpipks-dresden.mpg.de/~tisean/>.
Author: Antonio, Fabio Di Narzo
Maintainer: Antonio Fabio Di Narzo <antonio.fabio@gmail.com>
Diff between tseriesChaos versions 0.1-13 dated 2013-04-29 and 0.1-13.1 dated 2019-01-07
DESCRIPTION | 13 +++++++------ MD5 | 10 +++++----- NAMESPACE | 14 ++++++++++++++ data/lorenz.ts.RData |binary data/rossler.ts.RData |binary man/sim.cont.Rd | 3 ++- 6 files changed, 28 insertions(+), 12 deletions(-)
Title: simexaft
Description: Implement of the Simulation-Extrapolation (SIMEX) algorithm for the accelerated failure time (AFT) with covariates subject to measurement error.
Author: Juan Xiong <xiongjuan2000@gmail.com>, Wenqing He <whe@stats.uwo.ca>, Grace Y. Yi<yyi@uwaterloo.ca>
Maintainer: Juan Xiong <xiongjuan2000@gmail.com>
Diff between simexaft versions 1.0.7 dated 2014-01-19 and 1.0.7.1 dated 2019-01-07
DESCRIPTION | 7 ++++--- MD5 | 8 ++++---- NAMESPACE | 7 +++++++ data/BHS.rda |binary data/rhDNase.rda |binary 5 files changed, 15 insertions(+), 7 deletions(-)
Title: Ordered Lasso and Time-Lag Sparse Regression
Description: Ordered lasso and time-lag sparse regression. Ordered Lasso fits a
linear model and imposes an order constraint on the coefficients. It writes
the coefficients as positive and negative parts, and requires positive
parts and negative parts are non-increasing and positive. Time-Lag Lasso
generalizes the ordered Lasso to a general data matrix with multiple
predictors. For more details, see Suo, X.,Tibshirani, R., (2014) 'An
Ordered Lasso and Sparse Time-lagged Regression'.
Author: Jerome Friedman, Xiaotong Suo and Robert Tibshirani
Maintainer: Xiaotong Suo <xiaotong@stanford.edu>
Diff between orderedLasso versions 1.7 dated 2014-11-27 and 1.7.1 dated 2019-01-07
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- NAMESPACE | 9 +++++++++ 3 files changed, 15 insertions(+), 6 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-01-15 1.1.0
2017-04-21 1.0.3
2016-09-19 1.0.2
2016-04-12 1.0.1
2016-03-01 1.0