Tue, 14 Jan 2020

New package retrosheet with initial version 1.1.0
Package: retrosheet
Type: Package
Title: Import Professional Baseball Data from 'Retrosheet'
Version: 1.1.0
Authors@R: c(person(given = "Colin", family = "Douglas", role = c("aut", "cre", "cph"), email = "colindouglas@gmail.com"), person(given = "Richard", family = "Scriven", role = c("aut", "cph"), email = "rmscriven@gmail.com"))
Date: 2019-12-19
Maintainer: Colin Douglas <colindouglas@gmail.com>
Description: A collection of tools to import and structure the (currently) single-season event, game-log, roster, and schedule data available from <http://www.retrosheet.org>. In particular, the event (a.k.a. play-by-play) files can be especially difficult to parse. This package does the parsing on those files, returning the requested data in the most practical R structure to use for sabermetric or other analyses.
URL: http://github.com/colindouglas/retrosheet
Depends: R (>= 2.10)
License: GPL (>= 2)
Imports: xml2 (>= 1.2.2), data.table (>= 1.9.4), stringi (>= 0.4-1), httr (>= 1.4.1), stringr (>= 1.4.0), rvest (>= 0.3.5)
Note: NOTICE regarding the transfer of data from Retrosheet: The information used here was obtained free of charge from and is copyrighted by Retrosheet. Interested parties may contact Retrosheet at "www.retrosheet.org".
RoxygenNote: 7.0.2
Suggests: testthat (>= 2.1.0)
NeedsCompilation: no
Packaged: 2020-01-14 19:42:51 UTC; cdouglas
Author: Colin Douglas [aut, cre, cph], Richard Scriven [aut, cph]
Repository: CRAN
Date/Publication: 2020-01-15 00:20:03 UTC

More information about retrosheet at CRAN
Permanent link

Package publipha updated to version 0.1.1 with previous version 0.1.0 dated 2020-01-08

Title: Bayesian Meta-Analysis with Publications Bias and P-Hacking
Description: Tools for Bayesian estimation of meta-analysis models that account for publications bias or p-hacking. For publication bias, this package implements a variant of the p-value based selection model of Hedges (1992) <doi:10.1214/ss/1177011364> with discrete selection probabilities. It also implements the mixture of truncated normals model for p-hacking described in Moss and De Bin (2019) <arXiv:1911.12445>.
Author: Jonas Moss [aut, cre] (<https://orcid.org/0000-0002-6876-6964>), Trustees of Columbia University [cph]
Maintainer: Jonas Moss <jonas.gjertsen@gmail.com>

Diff between publipha versions 0.1.0 dated 2020-01-08 and 0.1.1 dated 2020-01-14

 DESCRIPTION                                 |    6 +++---
 MD5                                         |    6 +++---
 src/stan_files/chunks/psma_likelihoods.stan |    4 ++--
 src/stan_files/cma.stan                     |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

More information about publipha at CRAN
Permanent link

Package BivRec updated to version 1.2.0 with previous version 1.0.0 dated 2018-11-16

Title: Bivariate Alternating Recurrent Event Data Analysis
Description: A collection of models for bivariate alternating recurrent event data analysis. Includes non-parametric and semi-parametric methods.
Author: Sandra Castro-Pearson [aut, cre], Aparajita Sur [aut], Chi Hyun Lee [aut], Chiung-Yu Huang [aut], Xianghua Luo [aut]
Maintainer: Sandra Castro-Pearson <cast0135@umn.edu>

Diff between BivRec versions 1.0.0 dated 2018-11-16 and 1.2.0 dated 2020-01-14

 BivRec-1.0.0/BivRec/R/biv.rec.reformat.R                    |only
 BivRec-1.0.0/BivRec/R/chang.multivariate.R                  |only
 BivRec-1.0.0/BivRec/R/chang.univariate.R                    |only
 BivRec-1.0.0/BivRec/R/marg.surv.plot.R                      |only
 BivRec-1.0.0/BivRec/R/nonparam.cdf.R                        |only
 BivRec-1.0.0/BivRec/R/nonparam.conditional.R                |only
 BivRec-1.0.0/BivRec/R/nonparam.marginal.R                   |only
 BivRec-1.0.0/BivRec/R/plot.joint.cdf.R                      |only
 BivRec-1.0.0/BivRec/R/semi.param.multivariate.R             |only
 BivRec-1.0.0/BivRec/R/semi.param.univariate.R               |only
 BivRec-1.0.0/BivRec/man/biv.rec.reformat.Rd                 |only
 BivRec-1.0.0/BivRec/man/chang.multivariate.Rd               |only
 BivRec-1.0.0/BivRec/man/chang.univariate.Rd                 |only
 BivRec-1.0.0/BivRec/man/figures/README-BivRecExample-2.png  |only
 BivRec-1.0.0/BivRec/man/figures/README-BivRecExample-3.png  |only
 BivRec-1.0.0/BivRec/man/figures/README-BivRecExample-4.png  |only
 BivRec-1.0.0/BivRec/man/marg.surv.plot.Rd                   |only
 BivRec-1.0.0/BivRec/man/nonparam.cdf.Rd                     |only
 BivRec-1.0.0/BivRec/man/nonparam.conditional.Rd             |only
 BivRec-1.0.0/BivRec/man/nonparam.marginal.Rd                |only
 BivRec-1.0.0/BivRec/man/plot.joint.cdf.Rd                   |only
 BivRec-1.0.0/BivRec/man/semi.param.multivariate.Rd          |only
 BivRec-1.0.0/BivRec/man/semi.param.univariate.Rd            |only
 BivRec-1.2.0/BivRec/DESCRIPTION                             |   39 +-
 BivRec-1.2.0/BivRec/MD5                                     |  102 +++--
 BivRec-1.2.0/BivRec/NAMESPACE                               |   36 +-
 BivRec-1.2.0/BivRec/NEWS.md                                 |   10 
 BivRec-1.2.0/BivRec/R/BivRec.R                              |only
 BivRec-1.2.0/BivRec/R/basicplot.R                           |only
 BivRec-1.2.0/BivRec/R/biv.rec.fit.R                         |  152 +-------
 BivRec-1.2.0/BivRec/R/biv.rec.np.R                          |  176 ++--------
 BivRec-1.2.0/BivRec/R/biv.rec.plot.R                        |   25 -
 BivRec-1.2.0/BivRec/R/biv.rec.sim.R                         |   35 --
 BivRec-1.2.0/BivRec/R/bivrecNP.R                            |only
 BivRec-1.2.0/BivRec/R/bivrecReg.R                           |only
 BivRec-1.2.0/BivRec/R/bivrecSurv.R                          |only
 BivRec-1.2.0/BivRec/R/chang_multivariate.R                  |only
 BivRec-1.2.0/BivRec/R/chang_univariate.R                    |only
 BivRec-1.2.0/BivRec/R/coef_vcov_confint.R                   |only
 BivRec-1.2.0/BivRec/R/datafunctions.R                       |only
 BivRec-1.2.0/BivRec/R/head.R                                |only
 BivRec-1.2.0/BivRec/R/leeall_multivariate.R                 |only
 BivRec-1.2.0/BivRec/R/leeall_univariate.R                   |only
 BivRec-1.2.0/BivRec/R/nonparam_cdf.R                        |only
 BivRec-1.2.0/BivRec/R/nonparam_conditional.R                |only
 BivRec-1.2.0/BivRec/R/nonparam_marginal.R                   |only
 BivRec-1.2.0/BivRec/R/plotBy.R                              |only
 BivRec-1.2.0/BivRec/R/plot_bivrecNP.R                       |only
 BivRec-1.2.0/BivRec/R/plot_bivrecSurv.R                     |only
 BivRec-1.2.0/BivRec/R/printMethods.R                        |only
 BivRec-1.2.0/BivRec/R/r2f_functions.R                       |only
 BivRec-1.2.0/BivRec/R/simulate.R                            |only
 BivRec-1.2.0/BivRec/R/summary.R                             |only
 BivRec-1.2.0/BivRec/README.md                               |  207 +++++++-----
 BivRec-1.2.0/BivRec/inst                                    |only
 BivRec-1.2.0/BivRec/man/BivRec-package.Rd                   |only
 BivRec-1.2.0/BivRec/man/BivRec.Rd                           |only
 BivRec-1.2.0/BivRec/man/biv.rec.fit.Rd                      |  159 +++------
 BivRec-1.2.0/BivRec/man/biv.rec.np.Rd                       |  170 +++------
 BivRec-1.2.0/BivRec/man/biv.rec.plot.Rd                     |   51 +-
 BivRec-1.2.0/BivRec/man/biv.rec.sim.Rd                      |   75 +---
 BivRec-1.2.0/BivRec/man/bivrecNP.Rd                         |only
 BivRec-1.2.0/BivRec/man/bivrecReg.Rd                        |only
 BivRec-1.2.0/BivRec/man/coef.bivrecReg.Rd                   |only
 BivRec-1.2.0/BivRec/man/confint.bivrecReg.Rd                |only
 BivRec-1.2.0/BivRec/man/figures/README-BivRecExample-1.png  |binary
 BivRec-1.2.0/BivRec/man/figures/README-BivRecExample2-1.png |only
 BivRec-1.2.0/BivRec/man/figures/README-BivRecExample2-2.png |only
 BivRec-1.2.0/BivRec/man/figures/README-BivRecExample3-1.png |only
 BivRec-1.2.0/BivRec/man/figures/README-BivRecExample3-2.png |only
 BivRec-1.2.0/BivRec/man/head.bivrecNP.Rd                    |only
 BivRec-1.2.0/BivRec/man/plot.bivrecNP.Rd                    |only
 BivRec-1.2.0/BivRec/man/plot.bivrecSurv.Rd                  |only
 BivRec-1.2.0/BivRec/man/plotCond.Rd                         |only
 BivRec-1.2.0/BivRec/man/plotJoint.Rd                        |only
 BivRec-1.2.0/BivRec/man/plotMarg.Rd                         |only
 BivRec-1.2.0/BivRec/man/print.bivrecNP.Rd                   |only
 BivRec-1.2.0/BivRec/man/print.bivrecReg.Rd                  |only
 BivRec-1.2.0/BivRec/man/print.summary.bivrecReg.Rd          |only
 BivRec-1.2.0/BivRec/man/simBivRec.Rd                        |only
 BivRec-1.2.0/BivRec/man/summary.bivrecReg.Rd                |only
 BivRec-1.2.0/BivRec/man/vcov.bivrecReg.Rd                   |only
 BivRec-1.2.0/BivRec/src/BivRec_init.c                       |   32 +
 BivRec-1.2.0/BivRec/src/Makevars.win                        |only
 BivRec-1.2.0/BivRec/src/bivrecur.f                          |   82 ++--
 BivRec-1.2.0/BivRec/tests                                   |only
 86 files changed, 597 insertions(+), 754 deletions(-)

More information about BivRec at CRAN
Permanent link

Package smam updated to version 0.5.0 with previous version 0.4.0 dated 2018-10-18

Title: Statistical Modeling of Animal Movements
Description: Animal movement models including moving-resting process with embedded Brownian motion according to Yan et al. (2014) <doi:10.1007/s10144-013-0428-8>, Pozdnyakov et al. (2017) <doi:10.1007/s11009-017-9547-6>, Brownian motion with measurement error according to Pozdnyakov et al. (2014) <doi:10.1890/13-0532.1>, and moving-resting-handling process with embedded Brownian motion, Pozdnyakov et al. (2018) <arXiv:1806.00849>.
Author: Chaoran Hu [aut, cre], Vladimir Pozdnyakov [aut], Jun Yan [aut]
Maintainer: Chaoran Hu <chaoran.hu@uconn.edu>

Diff between smam versions 0.4.0 dated 2018-10-18 and 0.5.0 dated 2020-01-14

 DESCRIPTION                     |   18 
 MD5                             |   50 +
 NAMESPACE                       |   11 
 NEWS.md                         |   10 
 R/RcppExports.R                 |  100 +++
 R/fitMovResHan.R                |   74 ++
 R/movres.R                      |  752 +++++++++++++++++++++++++++++
 R/rMovResHan.R                  |   41 +
 R/seasonalFit.R                 |  258 +++++++++-
 R/smam.R                        |    4 
 R/state_mr.R                    |   59 +-
 configure                       |   18 
 configure.ac                    |    2 
 inst/CITATION                   |   12 
 inst/include/smam_RcppExports.h |  525 ++++++++++++++++++++
 man/approxNormalOrder.Rd        |only
 man/estVarMRME_Godambe.Rd       |only
 man/fitMRME.Rd                  |only
 man/fitStateMR.Rd               |   14 
 man/rMR.Rd                      |   11 
 man/rMRH.Rd                     |    2 
 man/smam.Rd                     |    4 
 src/MRME.cpp                    |only
 src/MRME_approx.cpp             |only
 src/RcppExports.cpp             | 1015 ++++++++++++++++++++++++++++++++++++++++
 src/movres-llk.cpp              |   61 ++
 src/movres.h                    |only
 src/state_path.cpp              |    4 
 src/thmam_likelihood.h          |    6 
 29 files changed, 2916 insertions(+), 135 deletions(-)

More information about smam at CRAN
Permanent link

Package highfrequency updated to version 0.6.3 with previous version 0.6.2 dated 2019-12-13

Title: Tools for Highfrequency Data Analysis
Description: Provide functionality to manage, clean and match highfrequency trades and quotes data, calculate various liquidity measures, estimate and forecast volatility, detect price jumps and investigate microstructure noise and intraday periodicity.
Author: Kris Boudt [aut, cre] (<https://orcid.org/0000-0002-1000-5142>), Jonathan Cornelissen [aut], Scott Payseur [aut], Giang Nguyen [ctb], Onno Kleen [aut] (<https://orcid.org/0000-0003-4731-4640>)
Maintainer: Kris Boudt <kris.boudt@ugent.be>

Diff between highfrequency versions 0.6.2 dated 2019-12-13 and 0.6.3 dated 2020-01-14

 DESCRIPTION               |    8 ++++----
 MD5                       |    9 +++++----
 NEWS.md                   |    3 +++
 R/data_handling.R         |    4 ++--
 man/aggregateTrades.Rd    |    3 +--
 tests/testthat/Rplots.pdf |only
 6 files changed, 15 insertions(+), 12 deletions(-)

More information about highfrequency at CRAN
Permanent link

Package ToxicoGx updated to version 0.1.0 with previous version 0.0.1 dated 2019-11-15

Title: Analysis of Large-Scale Toxico-Genomic Data
Description: Contains a set of functions to perform large-scale analysis of toxico-genomic data. A member of the BHK lab's Gx suite of software, this package provides a standardized data structure to hold information relevant to annotation, visualization and statistical analysis of toxico-genomic data. This package is in early release, and more features will be added over the next few months.
Author: Sisira Nair [aut], Esther Yoo [aut], Christopher Eeles [aut], Amy Tang [aut], Nehme El-Hachem [aut], Petr Smirnov [aut], Benjamin Haibe-Kains [aut, cre]
Maintainer: Benjamin Haibe-Kains <benjamin.haibe.kains@utoronto.ca>

Diff between ToxicoGx versions 0.0.1 dated 2019-11-15 and 0.1.0 dated 2020-01-14

 ToxicoGx-0.0.1/ToxicoGx/R/drugDoseResponseCurve.R               |only
 ToxicoGx-0.0.1/ToxicoGx/man/drugDoseResponseCurve.Rd            |only
 ToxicoGx-0.1.0/ToxicoGx/DESCRIPTION                             |   34 
 ToxicoGx-0.1.0/ToxicoGx/LICENSE                                 |only
 ToxicoGx-0.1.0/ToxicoGx/MD5                                     |  128 +-
 ToxicoGx-0.1.0/ToxicoGx/NAMESPACE                               |   30 
 ToxicoGx-0.1.0/ToxicoGx/NEWS                                    |only
 ToxicoGx-0.1.0/ToxicoGx/NEWS.md                                 |only
 ToxicoGx-0.1.0/ToxicoGx/R/LogLogisticRegression.R               |   58 -
 ToxicoGx-0.1.0/ToxicoGx/R/SanityCheck.R                         |  118 +-
 ToxicoGx-0.1.0/ToxicoGx/R/ToxicoSet.R                           |  282 +++---
 ToxicoGx-0.1.0/ToxicoGx/R/columnsAsCharacter.R                  |only
 ToxicoGx-0.1.0/ToxicoGx/R/computeAUC.R                          |    2 
 ToxicoGx-0.1.0/ToxicoGx/R/computeDrugSensitivity.R              |   18 
 ToxicoGx-0.1.0/ToxicoGx/R/downloadTSet.R                        |only
 ToxicoGx-0.1.0/ToxicoGx/R/drugGeneResponseCurve.R               |  451 ++-------
 ToxicoGx-0.1.0/ToxicoGx/R/drugPerturbationSig.R                 |  164 +--
 ToxicoGx-0.1.0/ToxicoGx/R/drugTimeResponseCurve.R               |  383 ++------
 ToxicoGx-0.1.0/ToxicoGx/R/geneDrugSensitivity.R                 |  456 +++++-----
 ToxicoGx-0.1.0/ToxicoGx/R/globals.R                             |only
 ToxicoGx-0.1.0/ToxicoGx/R/paramErrorChecker.R                   |   94 +-
 ToxicoGx-0.1.0/ToxicoGx/R/paramMissingHandler.R                 |only
 ToxicoGx-0.1.0/ToxicoGx/R/paramMissingHandlerTests.R            |only
 ToxicoGx-0.1.0/ToxicoGx/R/rankGeneDrugPerturbation.R            |   12 
 ToxicoGx-0.1.0/ToxicoGx/R/rankGeneDrugSensitivity.R             |  266 ++---
 ToxicoGx-0.1.0/ToxicoGx/R/saveTSetAsGroundTruth.R               |    3 
 ToxicoGx-0.1.0/ToxicoGx/R/signatureClass.R                      |    6 
 ToxicoGx-0.1.0/ToxicoGx/R/summarizeMolecularProfiles.R          |   58 -
 ToxicoGx-0.1.0/ToxicoGx/R/summarizeSensitivityProfiles.R        |  127 +-
 ToxicoGx-0.1.0/ToxicoGx/R/utilityFunctions.R                    |only
 ToxicoGx-0.1.0/ToxicoGx/R/zzz.R                                 |only
 ToxicoGx-0.1.0/ToxicoGx/build/vignette.rds                      |binary
 ToxicoGx-0.1.0/ToxicoGx/data/HCC_sig.rda                        |binary
 ToxicoGx-0.1.0/ToxicoGx/data/TGGATESsmall.rda                   |binary
 ToxicoGx-0.1.0/ToxicoGx/data/datalist                           |only
 ToxicoGx-0.1.0/ToxicoGx/inst/doc/toxicoGxCaseStudies.R          |   63 -
 ToxicoGx-0.1.0/ToxicoGx/inst/doc/toxicoGxCaseStudies.Rmd        |   71 +
 ToxicoGx-0.1.0/ToxicoGx/inst/doc/toxicoGxCaseStudies.pdf        |binary
 ToxicoGx-0.1.0/ToxicoGx/man/ToxicoSet-class.Rd                  |   17 
 ToxicoGx-0.1.0/ToxicoGx/man/ToxicoSet.Rd                        |   22 
 ToxicoGx-0.1.0/ToxicoGx/man/ToxicoSig.Rd                        |   13 
 ToxicoGx-0.1.0/ToxicoGx/man/availableTSets.Rd                   |only
 ToxicoGx-0.1.0/ToxicoGx/man/checkTSetStructure.Rd               |    2 
 ToxicoGx-0.1.0/ToxicoGx/man/computeAUC.Rd                       |   13 
 ToxicoGx-0.1.0/ToxicoGx/man/computeICn.Rd                       |   23 
 ToxicoGx-0.1.0/ToxicoGx/man/dim-ToxicoSet-method.Rd             |    1 
 ToxicoGx-0.1.0/ToxicoGx/man/downloadTSet.Rd                     |only
 ToxicoGx-0.1.0/ToxicoGx/man/drugGeneResponseCurve.Rd            |   98 --
 ToxicoGx-0.1.0/ToxicoGx/man/drugNames-set.Rd                    |    5 
 ToxicoGx-0.1.0/ToxicoGx/man/drugNames.Rd                        |    3 
 ToxicoGx-0.1.0/ToxicoGx/man/drugPerturbationSig.Rd              |   72 -
 ToxicoGx-0.1.0/ToxicoGx/man/drugTimeResponseCurve.Rd            |  126 +-
 ToxicoGx-0.1.0/ToxicoGx/man/geneDrugPerturbation.Rd             |    3 
 ToxicoGx-0.1.0/ToxicoGx/man/logLogisticRegression.Rd            |   21 
 ToxicoGx-0.1.0/ToxicoGx/man/mDataNames-ToxicoSet-method.Rd      |    5 
 ToxicoGx-0.1.0/ToxicoGx/man/msg_verbose.Rd                      |only
 ToxicoGx-0.1.0/ToxicoGx/man/names-ToxicoSet-method.Rd           |    1 
 ToxicoGx-0.1.0/ToxicoGx/man/rankGeneDrugPerturbation.Rd         |   15 
 ToxicoGx-0.1.0/ToxicoGx/man/show-ToxicoSet-method.Rd            |    3 
 ToxicoGx-0.1.0/ToxicoGx/man/show-ToxicoSig-method.Rd            |    3 
 ToxicoGx-0.1.0/ToxicoGx/man/sub-ToxicoSet-ANY-ANY-ANY-method.Rd |    1 
 ToxicoGx-0.1.0/ToxicoGx/man/subsetTo.Rd                         |   18 
 ToxicoGx-0.1.0/ToxicoGx/man/summarizeMolecularProfiles.Rd       |   23 
 ToxicoGx-0.1.0/ToxicoGx/man/summarizeSensitivityProfiles.Rd     |   31 
 ToxicoGx-0.1.0/ToxicoGx/man/warn_verbose.Rd                     |only
 ToxicoGx-0.1.0/ToxicoGx/vignettes/CS1_published.png             |only
 ToxicoGx-0.1.0/ToxicoGx/vignettes/output                        |only
 ToxicoGx-0.1.0/ToxicoGx/vignettes/toxicoGxCaseStudies.Rmd       |   71 +
 68 files changed, 1690 insertions(+), 1724 deletions(-)

More information about ToxicoGx at CRAN
Permanent link

Package runner updated to version 0.3.1 with previous version 0.3.0 dated 2019-12-09

Title: Running Operations for Vectors
Description: Calculates running functions with varying window size and missing handling options. Package brings also running streak and running which, what extends beyond range of functions already implemented in R packages. Calculating on windows depending on date also available.
Author: Dawid Kałędkowski [aut, cre] (<https://orcid.org/0000-0001-9533-457X>)
Maintainer: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>

Diff between runner versions 0.3.0 dated 2019-12-09 and 0.3.1 dated 2020-01-14

 runner-0.3.0/runner/inst/doc/the_runner_package.R                     |only
 runner-0.3.0/runner/inst/doc/the_runner_package.Rmd                   |only
 runner-0.3.0/runner/inst/doc/the_runner_package.html                  |only
 runner-0.3.0/runner/src/aggregations.h                                |only
 runner-0.3.0/runner/src/window.cpp                                    |only
 runner-0.3.0/runner/src/window.h                                      |only
 runner-0.3.0/runner/vignettes/the_runner_package.Rmd                  |only
 runner-0.3.1/runner/DESCRIPTION                                       |   22 
 runner-0.3.1/runner/MD5                                               |  105 
 runner-0.3.1/runner/NEWS.md                                           |    6 
 runner-0.3.1/runner/R/RcppExports.R                                   |  150 
 runner-0.3.1/runner/README.md                                         |  162 
 runner-0.3.1/runner/build/vignette.rds                                |binary
 runner-0.3.1/runner/inst/doc/apply_any_r_function.R                   |only
 runner-0.3.1/runner/inst/doc/apply_any_r_function.Rmd                 |only
 runner-0.3.1/runner/inst/doc/apply_any_r_function.html                |only
 runner-0.3.1/runner/inst/doc/built-in_functions.Rmd                   |   20 
 runner-0.3.1/runner/inst/doc/built-in_functions.html                  |  411 +-
 runner-0.3.1/runner/inst/doc/runner_examples.R                        |   10 
 runner-0.3.1/runner/inst/doc/runner_examples.Rmd                      |   10 
 runner-0.3.1/runner/inst/doc/runner_examples.html                     |  418 +-
 runner-0.3.1/runner/man/figures/runner_at.png                         |only
 runner-0.3.1/runner/man/figures/runner_at_date.png                    |only
 runner-0.3.1/runner/man/figures/runner_at_date_na_pad.png             |only
 runner-0.3.1/runner/man/figures/running_date_windows_explain.png      |binary
 runner-0.3.1/runner/man/figures/running_windows_explain.png           |binary
 runner-0.3.1/runner/man/lag_run.Rd                                    |    6 
 runner-0.3.1/runner/man/length_run.Rd                                 |   13 
 runner-0.3.1/runner/man/max_run.Rd                                    |   36 
 runner-0.3.1/runner/man/mean_run.Rd                                   |   36 
 runner-0.3.1/runner/man/min_run.Rd                                    |   36 
 runner-0.3.1/runner/man/runner.Rd                                     |   45 
 runner-0.3.1/runner/man/streak_run.Rd                                 |   36 
 runner-0.3.1/runner/man/sum_run.Rd                                    |   36 
 runner-0.3.1/runner/man/which_run.Rd                                  |   37 
 runner-0.3.1/runner/man/window_run.Rd                                 |   33 
 runner-0.3.1/runner/src/RcppExports.cpp                               |  126 
 runner-0.3.1/runner/src/checks.h                                      |   47 
 runner-0.3.1/runner/src/lag_run.cpp                                   |    4 
 runner-0.3.1/runner/src/length_run.cpp                                |    6 
 runner-0.3.1/runner/src/minmax_run.cpp                                |only
 runner-0.3.1/runner/src/runner.cpp                                    | 1796 +++++-----
 runner-0.3.1/runner/src/runner.h                                      |    7 
 runner-0.3.1/runner/src/utils.h                                       |  101 
 runner-0.3.1/runner/src/vector_funs.h                                 |only
 runner-0.3.1/runner/src/window_funs.h                                 |only
 runner-0.3.1/runner/tests/testthat/length_run.R                       |    6 
 runner-0.3.1/runner/tests/testthat/test_max_run.R                     |   20 
 runner-0.3.1/runner/tests/testthat/test_mean_run.R                    |   19 
 runner-0.3.1/runner/tests/testthat/test_min_run.R                     |   20 
 runner-0.3.1/runner/tests/testthat/test_runner.R                      |  461 ++
 runner-0.3.1/runner/tests/testthat/test_runner_vec.R                  |only
 runner-0.3.1/runner/tests/testthat/test_streak_run.R                  |   29 
 runner-0.3.1/runner/tests/testthat/test_sum_run.R                     |  179 
 runner-0.3.1/runner/tests/testthat/test_which_run.R                   |   25 
 runner-0.3.1/runner/tests/testthat/test_window_run.R                  |  303 +
 runner-0.3.1/runner/vignettes/apply_any_r_function.Rmd                |only
 runner-0.3.1/runner/vignettes/built-in_functions.Rmd                  |   20 
 runner-0.3.1/runner/vignettes/images/runner_at.png                    |only
 runner-0.3.1/runner/vignettes/images/runner_at_date.png               |only
 runner-0.3.1/runner/vignettes/images/runner_at_date_na_pad.png        |only
 runner-0.3.1/runner/vignettes/images/running_date_windows_explain.png |binary
 runner-0.3.1/runner/vignettes/images/running_windows_explain.png      |binary
 runner-0.3.1/runner/vignettes/runner_examples.Rmd                     |   10 
 64 files changed, 3348 insertions(+), 1459 deletions(-)

More information about runner at CRAN
Permanent link

Package parameters updated to version 0.4.0 with previous version 0.3.0 dated 2019-11-20

Title: Processing of Model Parameters
Description: Utilities for processing the parameters of various statistical models. Beyond computing p values, CIs, and other indices for a wide variety of models (see support list of insight; Lüdecke, Waggoner & Makowski (2019) <doi:10.21105/joss.01412>), this package implements features like bootstrapping or simulating of parameters and models, feature reduction (feature extraction and variable selection) as well as functions to describe data and variable characteristics (e.g. skewness, kurtosis, smoothness or distribution).
Author: Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Zen J. Lau [ctb]
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>

Diff between parameters versions 0.3.0 dated 2019-11-20 and 0.4.0 dated 2020-01-14

 parameters-0.3.0/parameters/R/format_ci.R                                          |only
 parameters-0.3.0/parameters/R/model_bootstrap.R                                    |only
 parameters-0.3.0/parameters/R/model_simulate.R                                     |only
 parameters-0.3.0/parameters/R/parameters_bootstrap.R                               |only
 parameters-0.3.0/parameters/R/parameters_reduction.R                               |only
 parameters-0.3.0/parameters/R/parameters_selection.R                               |only
 parameters-0.3.0/parameters/R/parameters_simulate.R                                |only
 parameters-0.3.0/parameters/man/format_ci.Rd                                       |only
 parameters-0.3.0/parameters/man/model_bootstrap.Rd                                 |only
 parameters-0.3.0/parameters/man/model_simulate.Rd                                  |only
 parameters-0.3.0/parameters/man/parameters_bootstrap.Rd                            |only
 parameters-0.3.0/parameters/man/parameters_reduction.Rd                            |only
 parameters-0.3.0/parameters/man/parameters_selection.Rd                            |only
 parameters-0.3.0/parameters/man/parameters_simulate.Rd                             |only
 parameters-0.3.0/parameters/tests/testthat/test-model_parameters.bayesian.R        |only
 parameters-0.4.0/parameters/DESCRIPTION                                            |   91 +-
 parameters-0.4.0/parameters/MD5                                                    |  317 +++----
 parameters-0.4.0/parameters/NAMESPACE                                              |  262 +++---
 parameters-0.4.0/parameters/NEWS.md                                                |   45 +
 parameters-0.4.0/parameters/R/bootstrap_model.R                                    |only
 parameters-0.4.0/parameters/R/bootstrap_parameters.R                               |only
 parameters-0.4.0/parameters/R/check_clusterstructure.R                             |   32 
 parameters-0.4.0/parameters/R/check_factorstructure.R                              |    9 
 parameters-0.4.0/parameters/R/check_multimodal.R                                   |    5 
 parameters-0.4.0/parameters/R/ci.R                                                 |  118 ++
 parameters-0.4.0/parameters/R/ci_profile_boot.R                                    |   58 -
 parameters-0.4.0/parameters/R/ci_wald.R                                            |   14 
 parameters-0.4.0/parameters/R/cluster_analysis.R                                   |   18 
 parameters-0.4.0/parameters/R/cluster_discrimination.R                             |    5 
 parameters-0.4.0/parameters/R/demean.R                                             |   12 
 parameters-0.4.0/parameters/R/dof.R                                                |   41 
 parameters-0.4.0/parameters/R/dof_kenward.R                                        |    4 
 parameters-0.4.0/parameters/R/dof_ml1.R                                            |only
 parameters-0.4.0/parameters/R/dof_satterthwaite.R                                  |only
 parameters-0.4.0/parameters/R/extract_parameters.R                                 |  226 +++--
 parameters-0.4.0/parameters/R/factor_analysis.R                                    |   10 
 parameters-0.4.0/parameters/R/format_p.R                                           |    1 
 parameters-0.4.0/parameters/R/format_parameters.R                                  |   18 
 parameters-0.4.0/parameters/R/model_parameters.BFBayesFactor.R                     |   28 
 parameters-0.4.0/parameters/R/model_parameters.Mclust.R                            |   16 
 parameters-0.4.0/parameters/R/model_parameters.R                                   |    2 
 parameters-0.4.0/parameters/R/model_parameters.aov.R                               |   12 
 parameters-0.4.0/parameters/R/model_parameters.bayesian.R                          |   47 +
 parameters-0.4.0/parameters/R/model_parameters.gam.R                               |   40 
 parameters-0.4.0/parameters/R/model_parameters.kmeans.R                            |   38 
 parameters-0.4.0/parameters/R/model_parameters.lavaan.R                            |   26 
 parameters-0.4.0/parameters/R/model_parameters.psych.R                             |   58 +
 parameters-0.4.0/parameters/R/model_parameters.wbm.R                               |    2 
 parameters-0.4.0/parameters/R/model_parameters.zeroinfl.R                          |   10 
 parameters-0.4.0/parameters/R/model_parameters_default.R                           |  214 ++---
 parameters-0.4.0/parameters/R/model_parameters_mixed.R                             |   16 
 parameters-0.4.0/parameters/R/n_clusters.R                                         |   41 
 parameters-0.4.0/parameters/R/n_factors.R                                          |   62 -
 parameters-0.4.0/parameters/R/n_parameters.R                                       |    9 
 parameters-0.4.0/parameters/R/p_value.R                                            |  367 ++++++--
 parameters-0.4.0/parameters/R/p_value_kenward.R                                    |   17 
 parameters-0.4.0/parameters/R/p_value_ml1.R                                        |only
 parameters-0.4.0/parameters/R/p_value_satterthwaite.R                              |only
 parameters-0.4.0/parameters/R/p_value_wald.R                                       |   17 
 parameters-0.4.0/parameters/R/parameters_table.R                                   |   11 
 parameters-0.4.0/parameters/R/parameters_type.R                                    |   10 
 parameters-0.4.0/parameters/R/principal_components.R                               |   44 -
 parameters-0.4.0/parameters/R/print.parameters_model.R                             |   15 
 parameters-0.4.0/parameters/R/reduce_parameters.R                                  |only
 parameters-0.4.0/parameters/R/rescale_weights.R                                    |only
 parameters-0.4.0/parameters/R/reshape_loadings.R                                   |    5 
 parameters-0.4.0/parameters/R/robust_estimation.R                                  |   44 -
 parameters-0.4.0/parameters/R/se_kenward.R                                         |   14 
 parameters-0.4.0/parameters/R/se_ml1.R                                             |only
 parameters-0.4.0/parameters/R/se_satterthwaite.R                                   |only
 parameters-0.4.0/parameters/R/select_parameters.R                                  |only
 parameters-0.4.0/parameters/R/simulate_model.R                                     |only
 parameters-0.4.0/parameters/R/simulate_parameters.R                                |only
 parameters-0.4.0/parameters/R/smoothness.R                                         |    1 
 parameters-0.4.0/parameters/R/standard_error.R                                     |  428 +++++++---
 parameters-0.4.0/parameters/R/standardize_names.R                                  |    4 
 parameters-0.4.0/parameters/R/utils.R                                              |   34 
 parameters-0.4.0/parameters/R/utils_model_parameters.R                             |    2 
 parameters-0.4.0/parameters/R/utils_pca_efa.R                                      |  100 +-
 parameters-0.4.0/parameters/README.md                                              |  108 +-
 parameters-0.4.0/parameters/build/partial.rdb                                      |binary
 parameters-0.4.0/parameters/inst/CITATION                                          |    4 
 parameters-0.4.0/parameters/inst/WORDLIST                                          |only
 parameters-0.4.0/parameters/man/DRR.Rd                                             |   58 -
 parameters-0.4.0/parameters/man/ICA.Rd                                             |   42 
 parameters-0.4.0/parameters/man/bootstrap_model.Rd                                 |only
 parameters-0.4.0/parameters/man/bootstrap_parameters.Rd                            |only
 parameters-0.4.0/parameters/man/check_clusterstructure.Rd                          |   75 -
 parameters-0.4.0/parameters/man/check_factorstructure.Rd                           |   53 -
 parameters-0.4.0/parameters/man/check_kmo.Rd                                       |   76 -
 parameters-0.4.0/parameters/man/check_multimodal.Rd                                |   91 +-
 parameters-0.4.0/parameters/man/check_sphericity.Rd                                |   64 -
 parameters-0.4.0/parameters/man/ci.merMod.Rd                                       |  211 ++--
 parameters-0.4.0/parameters/man/cluster_analysis.Rd                                |  174 ++--
 parameters-0.4.0/parameters/man/cluster_discrimination.Rd                          |   59 -
 parameters-0.4.0/parameters/man/cmds.Rd                                            |   56 -
 parameters-0.4.0/parameters/man/convert_data_to_numeric.Rd                         |   54 -
 parameters-0.4.0/parameters/man/convert_efa_to_cfa.Rd                              |   95 +-
 parameters-0.4.0/parameters/man/data_partition.Rd                                  |   58 -
 parameters-0.4.0/parameters/man/degrees_of_freedom.Rd                              |   79 -
 parameters-0.4.0/parameters/man/demean.Rd                                          |  261 +++---
 parameters-0.4.0/parameters/man/describe_distribution.Rd                           |   63 -
 parameters-0.4.0/parameters/man/dot-compact_character.Rd                           |   22 
 parameters-0.4.0/parameters/man/dot-compact_list.Rd                                |   22 
 parameters-0.4.0/parameters/man/dot-data_frame.Rd                                  |   22 
 parameters-0.4.0/parameters/man/dot-factor_to_dummy.Rd                             |   22 
 parameters-0.4.0/parameters/man/dot-factor_to_numeric.Rd                           |   22 
 parameters-0.4.0/parameters/man/dot-filter_component.Rd                            |   22 
 parameters-0.4.0/parameters/man/dot-find_most_common.Rd                            |   22 
 parameters-0.4.0/parameters/man/dot-flatten_list.Rd                                |   32 
 parameters-0.4.0/parameters/man/dot-n_factors_bartlett.Rd                          |   23 
 parameters-0.4.0/parameters/man/dot-n_factors_bentler.Rd                           |   23 
 parameters-0.4.0/parameters/man/dot-n_factors_cng.Rd                               |   22 
 parameters-0.4.0/parameters/man/dot-n_factors_mreg.Rd                              |   22 
 parameters-0.4.0/parameters/man/dot-n_factors_scree.Rd                             |   22 
 parameters-0.4.0/parameters/man/dot-n_factors_sescree.Rd                           |   22 
 parameters-0.4.0/parameters/man/dot-recode_to_zero.Rd                              |   22 
 parameters-0.4.0/parameters/man/equivalence_test.lm.Rd                             |   67 -
 parameters-0.4.0/parameters/man/factor_analysis.Rd                                 |  153 +--
 parameters-0.4.0/parameters/man/format_algorithm.Rd                                |   34 
 parameters-0.4.0/parameters/man/format_bf.Rd                                       |   56 -
 parameters-0.4.0/parameters/man/format_model.Rd                                    |   34 
 parameters-0.4.0/parameters/man/format_number.Rd                                   |   52 -
 parameters-0.4.0/parameters/man/format_order.Rd                                    |   52 -
 parameters-0.4.0/parameters/man/format_p.Rd                                        |   84 +
 parameters-0.4.0/parameters/man/format_parameters.Rd                               |   70 -
 parameters-0.4.0/parameters/man/format_pd.Rd                                       |   56 -
 parameters-0.4.0/parameters/man/format_rope.Rd                                     |   46 -
 parameters-0.4.0/parameters/man/model_parameters.BFBayesFactor.Rd                  |  124 +-
 parameters-0.4.0/parameters/man/model_parameters.Mclust.Rd                         |   48 -
 parameters-0.4.0/parameters/man/model_parameters.Rd                                |  104 +-
 parameters-0.4.0/parameters/man/model_parameters.aov.Rd                            |   95 +-
 parameters-0.4.0/parameters/man/model_parameters.befa.Rd                           |  117 +-
 parameters-0.4.0/parameters/man/model_parameters.default.Rd                        |  157 ++-
 parameters-0.4.0/parameters/man/model_parameters.gam.Rd                            |  117 +-
 parameters-0.4.0/parameters/man/model_parameters.htest.Rd                          |   68 -
 parameters-0.4.0/parameters/man/model_parameters.kmeans.Rd                         |   46 -
 parameters-0.4.0/parameters/man/model_parameters.lavaan.Rd                         |  159 +--
 parameters-0.4.0/parameters/man/model_parameters.merMod.Rd                         |  164 ++-
 parameters-0.4.0/parameters/man/model_parameters.principal.Rd                      |  161 +--
 parameters-0.4.0/parameters/man/model_parameters.stanreg.Rd                        |  195 ++--
 parameters-0.4.0/parameters/man/model_parameters.zeroinfl.Rd                       |  104 +-
 parameters-0.4.0/parameters/man/n_clusters.Rd                                      |   74 -
 parameters-0.4.0/parameters/man/n_factors.Rd                                       |  131 +--
 parameters-0.4.0/parameters/man/n_parameters.Rd                                    |  113 +-
 parameters-0.4.0/parameters/man/p_value.Rd                                         |  147 +--
 parameters-0.4.0/parameters/man/p_value_kenward.Rd                                 |   99 +-
 parameters-0.4.0/parameters/man/p_value_ml1.Rd                                     |only
 parameters-0.4.0/parameters/man/p_value_satterthwaite.Rd                           |only
 parameters-0.4.0/parameters/man/p_value_wald.Rd                                    |  115 +-
 parameters-0.4.0/parameters/man/parameters_table.Rd                                |   70 -
 parameters-0.4.0/parameters/man/parameters_type.Rd                                 |  108 +-
 parameters-0.4.0/parameters/man/principal_components.Rd                            |  170 ++-
 parameters-0.4.0/parameters/man/print.Rd                                           |   87 +-
 parameters-0.4.0/parameters/man/reduce_parameters.Rd                               |only
 parameters-0.4.0/parameters/man/reexports.Rd                                       |   32 
 parameters-0.4.0/parameters/man/rescale_weights.Rd                                 |only
 parameters-0.4.0/parameters/man/reshape_loadings.Rd                                |   73 -
 parameters-0.4.0/parameters/man/select_parameters.Rd                               |only
 parameters-0.4.0/parameters/man/simulate_model.Rd                                  |only
 parameters-0.4.0/parameters/man/simulate_parameters.Rd                             |only
 parameters-0.4.0/parameters/man/skewness.Rd                                        |  102 +-
 parameters-0.4.0/parameters/man/smoothness.Rd                                      |   60 -
 parameters-0.4.0/parameters/man/standard_error.Rd                                  |  212 ++--
 parameters-0.4.0/parameters/man/standardize_names.Rd                               |   99 +-
 parameters-0.4.0/parameters/tests/spelling.R                                       |only
 parameters-0.4.0/parameters/tests/testthat/test-backticks.R                        |   74 +
 parameters-0.4.0/parameters/tests/testthat/test-betareg.R                          |  129 +--
 parameters-0.4.0/parameters/tests/testthat/test-checks.R                           |    2 
 parameters-0.4.0/parameters/tests/testthat/test-format.R                           |   66 -
 parameters-0.4.0/parameters/tests/testthat/test-format_parameters.R                |  226 ++---
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters.BFBayesFactor.R   |   57 -
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters.cpglmm.R          |only
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters.efa_cfa.R         |    2 
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters.lme.R             |only
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters.mixed.R           |    5 
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters_labels.R          |    3 
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters_mixed_coeforder.R |only
 parameters-0.4.0/parameters/tests/testthat/test-model_parameters_std.R             |only
 parameters-0.4.0/parameters/tests/testthat/test-parameters_selection.R             |   10 
 parameters-0.4.0/parameters/tests/testthat/test-pca.R                              |    2 
 181 files changed, 5540 insertions(+), 4134 deletions(-)

More information about parameters at CRAN
Permanent link

Package NetMix updated to version 0.1.5 with previous version 0.1.4 dated 2019-07-26

Title: Dynamic Mixed-Membership Network Regression Model
Description: Variational EM estimation of mixed-membership stochastic blockmodel for networks, incorporating node-level predictors of mixed-membership vectors, as well as dyad-level predictors. For networks observed over time, the model defines a hidden Markov process that allows the effects of node-level predictors to evolve in discrete, historical periods. In addition, the package offers a variety of utilities for exploring results of estimation, including tools for conducting posterior predictive checks of goodness-of-fit and several plotting functions. The package implements methods described in Olivella, Pratt and Imai (2019) ``Dynamic Stochastic Blockmodel Regression for Social Networks: Application to International Conflicts'', available at <http://santiagoolivella.info/wp-content/uploads/2018/07/dSBM_Reg.pdf>.
Author: Santiago Olivella [aut, cre], Adeline Lo [aut, cre], Tyler Pratt [aut, cre], Kosuke Imai [aut, cre]
Maintainer: Santiago Olivella <olivella@unc.edu>

Diff between NetMix versions 0.1.4 dated 2019-07-26 and 0.1.5 dated 2020-01-14

 NetMix-0.1.4/NetMix/man/dot-mmsbm_fit.Rd  |only
 NetMix-0.1.5/NetMix/DESCRIPTION           |   31 -
 NetMix-0.1.5/NetMix/MD5                   |   71 ++-
 NetMix-0.1.5/NetMix/NAMESPACE             |   17 
 NetMix-0.1.5/NetMix/NEWS                  |only
 NetMix-0.1.5/NetMix/R/RcppExports.R       |   21 -
 NetMix-0.1.5/NetMix/R/auxfuns.R           |  137 ++++++-
 NetMix-0.1.5/NetMix/R/coef.mmsbm.R        |only
 NetMix-0.1.5/NetMix/R/covFX.R             |    9 
 NetMix-0.1.5/NetMix/R/gof.mmsbm.R         |   22 -
 NetMix-0.1.5/NetMix/R/head.mmsbm.R        |    8 
 NetMix-0.1.5/NetMix/R/mmsbm.R             |  545 ++++++++++++++++++++----------
 NetMix-0.1.5/NetMix/R/plot.mmsbm.R        |   73 +---
 NetMix-0.1.5/NetMix/R/predict.mmsbm.R     |   13 
 NetMix-0.1.5/NetMix/R/simulate.mmsbm.R    |   17 
 NetMix-0.1.5/NetMix/R/summary.mmsbm.R     |   40 +-
 NetMix-0.1.5/NetMix/R/vcov.mmsbm.R        |only
 NetMix-0.1.5/NetMix/README.md             |    4 
 NetMix-0.1.5/NetMix/build/partial.rdb     |binary
 NetMix-0.1.5/NetMix/man/auxfuns.Rd        |   69 +++
 NetMix-0.1.5/NetMix/man/coef.mmsbm.Rd     |only
 NetMix-0.1.5/NetMix/man/covFX.Rd          |    9 
 NetMix-0.1.5/NetMix/man/gof.Rd            |   29 +
 NetMix-0.1.5/NetMix/man/head.mmsbm.Rd     |   11 
 NetMix-0.1.5/NetMix/man/mmsbm.Rd          |  104 +++--
 NetMix-0.1.5/NetMix/man/mmsbm_fit.Rd      |only
 NetMix-0.1.5/NetMix/man/plot.mmsbm.Rd     |    7 
 NetMix-0.1.5/NetMix/man/predict.mmsbm.Rd  |   19 -
 NetMix-0.1.5/NetMix/man/simulate.mmsbm.Rd |   21 -
 NetMix-0.1.5/NetMix/man/summary.mmsbm.Rd  |    7 
 NetMix-0.1.5/NetMix/man/vcov.mmsbm.Rd     |only
 NetMix-0.1.5/NetMix/src/AuxFuns.cpp       |    2 
 NetMix-0.1.5/NetMix/src/AuxFuns.h         |   55 ---
 NetMix-0.1.5/NetMix/src/AuxFunsForR.cpp   |   55 ++-
 NetMix-0.1.5/NetMix/src/MMModelClass.cpp  |  510 +++++++++++++++-------------
 NetMix-0.1.5/NetMix/src/MMModelClass.h    |  243 +++++++------
 NetMix-0.1.5/NetMix/src/Makevars          |    3 
 NetMix-0.1.5/NetMix/src/Makevars.win      |    3 
 NetMix-0.1.5/NetMix/src/RcppExports.cpp   |   62 ++-
 NetMix-0.1.5/NetMix/src/mmsbm_fit.cpp     |  246 ++++++-------
 40 files changed, 1479 insertions(+), 984 deletions(-)

More information about NetMix at CRAN
Permanent link

Package paws.machine.learning updated to version 0.1.6 with previous version 0.1.5 dated 2019-10-19

Title: Amazon Web Services Machine Learning APIs
Description: Interface to Amazon Web Services machine learning APIs, including 'SageMaker' managed machine learning service, natural language processing, speech recognition, translation, and more <https://aws.amazon.com/machine-learning/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.machine.learning versions 0.1.5 dated 2019-10-19 and 0.1.6 dated 2020-01-14

 DESCRIPTION                                                        |   10 
 MD5                                                                |  797 +-
 NAMESPACE                                                          |   50 
 R/comprehend_interfaces.R                                          |   78 
 R/comprehend_operations.R                                          |  373 -
 R/comprehend_service.R                                             |   10 
 R/comprehendmedical_interfaces.R                                   |  136 
 R/comprehendmedical_operations.R                                   |  533 +
 R/comprehendmedical_service.R                                      |   22 
 R/lexmodelbuildingservice_interfaces.R                             |   24 
 R/lexmodelbuildingservice_operations.R                             |  114 
 R/lexmodelbuildingservice_service.R                                |    6 
 R/lexruntimeservice_interfaces.R                                   |   40 
 R/lexruntimeservice_operations.R                                   |  243 
 R/lexruntimeservice_service.R                                      |    9 
 R/personalize_interfaces.R                                         |   40 
 R/personalize_operations.R                                         |  170 
 R/personalize_service.R                                            |    9 
 R/personalizeruntime_interfaces.R                                  |    4 
 R/personalizeruntime_operations.R                                  |   33 
 R/polly_interfaces.R                                               |   14 
 R/polly_operations.R                                               |  115 
 R/rekognition_interfaces.R                                         |   92 
 R/rekognition_operations.R                                         |  666 +
 R/rekognition_service.R                                            |   13 
 R/sagemaker_interfaces.R                                           |  690 +
 R/sagemaker_operations.R                                           | 3698 +++++++++-
 R/sagemaker_service.R                                              |   56 
 R/sagemakerruntime_interfaces.R                                    |    2 
 R/sagemakerruntime_operations.R                                    |   36 
 R/textract_interfaces.R                                            |   10 
 R/textract_operations.R                                            |  183 
 R/textract_service.R                                               |    2 
 R/transcribeservice_interfaces.R                                   |   66 
 R/transcribeservice_operations.R                                   |  325 
 R/transcribeservice_service.R                                      |    7 
 R/translate_interfaces.R                                           |   48 
 R/translate_operations.R                                           |  291 
 R/translate_service.R                                              |    6 
 man/comprehend.Rd                                                  |  192 
 man/comprehend_batch_detect_dominant_language.Rd                   |   60 
 man/comprehend_batch_detect_entities.Rd                            |   69 
 man/comprehend_batch_detect_key_phrases.Rd                         |   63 
 man/comprehend_batch_detect_sentiment.Rd                           |   67 
 man/comprehend_batch_detect_syntax.Rd                              |   70 
 man/comprehend_classify_document.Rd                                |only
 man/comprehend_create_document_classifier.Rd                       |  189 
 man/comprehend_create_endpoint.Rd                                  |only
 man/comprehend_create_entity_recognizer.Rd                         |  190 
 man/comprehend_delete_document_classifier.Rd                       |   66 
 man/comprehend_delete_endpoint.Rd                                  |only
 man/comprehend_delete_entity_recognizer.Rd                         |   64 
 man/comprehend_describe_document_classification_job.Rd             |   48 
 man/comprehend_describe_document_classifier.Rd                     |   46 
 man/comprehend_describe_dominant_language_detection_job.Rd         |   48 
 man/comprehend_describe_endpoint.Rd                                |only
 man/comprehend_describe_entities_detection_job.Rd                  |   48 
 man/comprehend_describe_entity_recognizer.Rd                       |   48 
 man/comprehend_describe_key_phrases_detection_job.Rd               |   48 
 man/comprehend_describe_sentiment_detection_job.Rd                 |   48 
 man/comprehend_describe_topics_detection_job.Rd                    |   46 
 man/comprehend_detect_dominant_language.Rd                         |   48 
 man/comprehend_detect_entities.Rd                                  |   59 
 man/comprehend_detect_key_phrases.Rd                               |   57 
 man/comprehend_detect_sentiment.Rd                                 |   61 
 man/comprehend_detect_syntax.Rd                                    |   60 
 man/comprehend_list_document_classification_jobs.Rd                |   86 
 man/comprehend_list_document_classifiers.Rd                        |   78 
 man/comprehend_list_dominant_language_detection_jobs.Rd            |   86 
 man/comprehend_list_endpoints.Rd                                   |only
 man/comprehend_list_entities_detection_jobs.Rd                     |   80 
 man/comprehend_list_entity_recognizers.Rd                          |   96 
 man/comprehend_list_key_phrases_detection_jobs.Rd                  |   82 
 man/comprehend_list_sentiment_detection_jobs.Rd                    |   80 
 man/comprehend_list_tags_for_resource.Rd                           |   46 
 man/comprehend_list_topics_detection_jobs.Rd                       |   80 
 man/comprehend_start_document_classification_job.Rd                |  144 
 man/comprehend_start_dominant_language_detection_job.Rd            |  142 
 man/comprehend_start_entities_detection_job.Rd                     |  178 
 man/comprehend_start_key_phrases_detection_job.Rd                  |  153 
 man/comprehend_start_sentiment_detection_job.Rd                    |  153 
 man/comprehend_start_topics_detection_job.Rd                       |  152 
 man/comprehend_stop_dominant_language_detection_job.Rd             |   70 
 man/comprehend_stop_entities_detection_job.Rd                      |   70 
 man/comprehend_stop_key_phrases_detection_job.Rd                   |   70 
 man/comprehend_stop_sentiment_detection_job.Rd                     |   70 
 man/comprehend_stop_training_document_classifier.Rd                |   60 
 man/comprehend_stop_training_entity_recognizer.Rd                  |   62 
 man/comprehend_tag_resource.Rd                                     |   72 
 man/comprehend_untag_resource.Rd                                   |   62 
 man/comprehend_update_endpoint.Rd                                  |only
 man/comprehendmedical.Rd                                           |  108 
 man/comprehendmedical_describe_entities_detection_v2_job.Rd        |only
 man/comprehendmedical_describe_phi_detection_job.Rd                |only
 man/comprehendmedical_detect_entities.Rd                           |   58 
 man/comprehendmedical_detect_entities_v2.Rd                        |only
 man/comprehendmedical_detect_phi.Rd                                |   56 
 man/comprehendmedical_infer_icd10cm.Rd                             |only
 man/comprehendmedical_infer_rx_norm.Rd                             |only
 man/comprehendmedical_list_entities_detection_v2_jobs.Rd           |only
 man/comprehendmedical_list_phi_detection_jobs.Rd                   |only
 man/comprehendmedical_start_entities_detection_v2_job.Rd           |only
 man/comprehendmedical_start_phi_detection_job.Rd                   |only
 man/comprehendmedical_stop_entities_detection_v2_job.Rd            |only
 man/comprehendmedical_stop_phi_detection_job.Rd                    |only
 man/lexmodelbuildingservice.Rd                                     |  174 
 man/lexmodelbuildingservice_create_bot_version.Rd                  |   90 
 man/lexmodelbuildingservice_create_intent_version.Rd               |   98 
 man/lexmodelbuildingservice_create_slot_type_version.Rd            |   98 
 man/lexmodelbuildingservice_delete_bot.Rd                          |   74 
 man/lexmodelbuildingservice_delete_bot_alias.Rd                    |   68 
 man/lexmodelbuildingservice_delete_bot_channel_association.Rd      |   72 
 man/lexmodelbuildingservice_delete_bot_version.Rd                  |   64 
 man/lexmodelbuildingservice_delete_intent.Rd                       |   76 
 man/lexmodelbuildingservice_delete_intent_version.Rd               |   64 
 man/lexmodelbuildingservice_delete_slot_type.Rd                    |   76 
 man/lexmodelbuildingservice_delete_slot_type_version.Rd            |   64 
 man/lexmodelbuildingservice_delete_utterances.Rd                   |   87 
 man/lexmodelbuildingservice_get_bot.Rd                             |   74 
 man/lexmodelbuildingservice_get_bot_alias.Rd                       |   58 
 man/lexmodelbuildingservice_get_bot_aliases.Rd                     |   82 
 man/lexmodelbuildingservice_get_bot_channel_association.Rd         |   74 
 man/lexmodelbuildingservice_get_bot_channel_associations.Rd        |   96 
 man/lexmodelbuildingservice_get_bot_versions.Rd                    |   88 
 man/lexmodelbuildingservice_get_bots.Rd                            |  110 
 man/lexmodelbuildingservice_get_builtin_intent.Rd                  |   56 
 man/lexmodelbuildingservice_get_builtin_intents.Rd                 |   88 
 man/lexmodelbuildingservice_get_builtin_slot_types.Rd              |   90 
 man/lexmodelbuildingservice_get_export.Rd                          |   64 
 man/lexmodelbuildingservice_get_import.Rd                          |   48 
 man/lexmodelbuildingservice_get_intent.Rd                          |   76 
 man/lexmodelbuildingservice_get_intent_versions.Rd                 |   90 
 man/lexmodelbuildingservice_get_intents.Rd                         |  110 
 man/lexmodelbuildingservice_get_slot_type.Rd                       |   76 
 man/lexmodelbuildingservice_get_slot_type_versions.Rd              |   92 
 man/lexmodelbuildingservice_get_slot_types.Rd                      |  112 
 man/lexmodelbuildingservice_get_utterances_view.Rd                 |  117 
 man/lexmodelbuildingservice_put_bot.Rd                             |  485 -
 man/lexmodelbuildingservice_put_bot_alias.Rd                       |  115 
 man/lexmodelbuildingservice_put_intent.Rd                          |  815 +-
 man/lexmodelbuildingservice_put_slot_type.Rd                       |  234 
 man/lexmodelbuildingservice_start_import.Rd                        |   94 
 man/lexruntimeservice.Rd                                           |  119 
 man/lexruntimeservice_delete_session.Rd                            |only
 man/lexruntimeservice_get_session.Rd                               |only
 man/lexruntimeservice_post_content.Rd                              |  363 
 man/lexruntimeservice_post_text.Rd                                 |  237 
 man/lexruntimeservice_put_session.Rd                               |only
 man/machinelearning.Rd                                             |  146 
 man/machinelearning_add_tags.Rd                                    |   76 
 man/machinelearning_create_batch_prediction.Rd                     |  118 
 man/machinelearning_create_data_source_from_rds.Rd                 |  232 
 man/machinelearning_create_data_source_from_redshift.Rd            |  246 
 man/machinelearning_create_data_source_from_s3.Rd                  |  168 
 man/machinelearning_create_evaluation.Rd                           |  108 
 man/machinelearning_create_ml_model.Rd                             |  230 
 man/machinelearning_create_realtime_endpoint.Rd                    |   48 
 man/machinelearning_delete_batch_prediction.Rd                     |   62 
 man/machinelearning_delete_data_source.Rd                          |   60 
 man/machinelearning_delete_evaluation.Rd                           |   62 
 man/machinelearning_delete_ml_model.Rd                             |   58 
 man/machinelearning_delete_realtime_endpoint.Rd                    |   44 
 man/machinelearning_delete_tags.Rd                                 |   68 
 man/machinelearning_describe_batch_predictions.Rd                  |  204 
 man/machinelearning_describe_data_sources.Rd                       |  192 
 man/machinelearning_describe_evaluations.Rd                        |  202 
 man/machinelearning_describe_ml_models.Rd                          |  202 
 man/machinelearning_describe_tags.Rd                               |   50 
 man/machinelearning_get_batch_prediction.Rd                        |   48 
 man/machinelearning_get_data_source.Rd                             |   74 
 man/machinelearning_get_evaluation.Rd                              |   52 
 man/machinelearning_get_ml_model.Rd                                |   68 
 man/machinelearning_predict.Rd                                     |   74 
 man/machinelearning_update_batch_prediction.Rd                     |   60 
 man/machinelearning_update_data_source.Rd                          |   60 
 man/machinelearning_update_evaluation.Rd                           |   60 
 man/machinelearning_update_ml_model.Rd                             |   76 
 man/personalize.Rd                                                 |  167 
 man/personalize_create_batch_inference_job.Rd                      |only
 man/personalize_create_campaign.Rd                                 |  144 
 man/personalize_create_dataset.Rd                                  |  140 
 man/personalize_create_dataset_group.Rd                            |  150 
 man/personalize_create_dataset_import_job.Rd                       |  130 
 man/personalize_create_event_tracker.Rd                            |  124 
 man/personalize_create_schema.Rd                                   |   76 
 man/personalize_create_solution.Rd                                 |  304 
 man/personalize_create_solution_version.Rd                         |  119 
 man/personalize_delete_campaign.Rd                                 |   52 
 man/personalize_delete_dataset.Rd                                  |   48 
 man/personalize_delete_dataset_group.Rd                            |   60 
 man/personalize_delete_event_tracker.Rd                            |   48 
 man/personalize_delete_schema.Rd                                   |   48 
 man/personalize_delete_solution.Rd                                 |   56 
 man/personalize_describe_algorithm.Rd                              |   44 
 man/personalize_describe_batch_inference_job.Rd                    |only
 man/personalize_describe_campaign.Rd                               |   68 
 man/personalize_describe_dataset.Rd                                |   46 
 man/personalize_describe_dataset_group.Rd                          |   46 
 man/personalize_describe_dataset_import_job.Rd                     |   48 
 man/personalize_describe_event_tracker.Rd                          |   48 
 man/personalize_describe_feature_transformation.Rd                 |   46 
 man/personalize_describe_recipe.Rd                                 |   78 
 man/personalize_describe_schema.Rd                                 |   44 
 man/personalize_describe_solution.Rd                               |   46 
 man/personalize_describe_solution_version.Rd                       |   46 
 man/personalize_get_solution_metrics.Rd                            |   46 
 man/personalize_list_batch_inference_jobs.Rd                       |only
 man/personalize_list_campaigns.Rd                                  |   70 
 man/personalize_list_dataset_groups.Rd                             |   56 
 man/personalize_list_dataset_import_jobs.Rd                        |   70 
 man/personalize_list_datasets.Rd                                   |   66 
 man/personalize_list_event_trackers.Rd                             |   64 
 man/personalize_list_recipes.Rd                                    |   62 
 man/personalize_list_schemas.Rd                                    |   56 
 man/personalize_list_solution_versions.Rd                          |   66 
 man/personalize_list_solutions.Rd                                  |   66 
 man/personalize_update_campaign.Rd                                 |   82 
 man/personalizeevents.Rd                                           |   92 
 man/personalizeevents_put_events.Rd                                |   84 
 man/personalizeruntime.Rd                                          |   94 
 man/personalizeruntime_get_personalized_ranking.Rd                 |   89 
 man/personalizeruntime_get_recommendations.Rd                      |  104 
 man/polly.Rd                                                       |  122 
 man/polly_delete_lexicon.Rd                                        |   72 
 man/polly_describe_voices.Rd                                       |  140 
 man/polly_get_lexicon.Rd                                           |   64 
 man/polly_get_speech_synthesis_task.Rd                             |   50 
 man/polly_list_lexicons.Rd                                         |   58 
 man/polly_list_speech_synthesis_tasks.Rd                           |   64 
 man/polly_put_lexicon.Rd                                           |   84 
 man/polly_start_speech_synthesis_task.Rd                           |  182 
 man/polly_synthesize_speech.Rd                                     |  196 
 man/rekognition.Rd                                                 |  193 
 man/rekognition_compare_faces.Rd                                   |  267 
 man/rekognition_create_collection.Rd                               |   88 
 man/rekognition_create_project.Rd                                  |only
 man/rekognition_create_project_version.Rd                          |only
 man/rekognition_create_stream_processor.Rd                         |  150 
 man/rekognition_delete_collection.Rd                               |   70 
 man/rekognition_delete_faces.Rd                                    |   84 
 man/rekognition_delete_stream_processor.Rd                         |   52 
 man/rekognition_describe_collection.Rd                             |   56 
 man/rekognition_describe_project_versions.Rd                       |only
 man/rekognition_describe_projects.Rd                               |only
 man/rekognition_describe_stream_processor.Rd                       |   52 
 man/rekognition_detect_custom_labels.Rd                            |only
 man/rekognition_detect_faces.Rd                                    |  170 
 man/rekognition_detect_labels.Rd                                   |  270 
 man/rekognition_detect_moderation_labels.Rd                        |  130 
 man/rekognition_detect_text.Rd                                     |  140 
 man/rekognition_get_celebrity_info.Rd                              |   70 
 man/rekognition_get_celebrity_recognition.Rd                       |  176 
 man/rekognition_get_content_moderation.Rd                          |  154 
 man/rekognition_get_face_detection.Rd                              |  114 
 man/rekognition_get_face_search.Rd                                 |  144 
 man/rekognition_get_label_detection.Rd                             |  148 
 man/rekognition_get_person_tracking.Rd                             |  154 
 man/rekognition_index_faces.Rd                                     |  400 -
 man/rekognition_list_collections.Rd                                |   78 
 man/rekognition_list_faces.Rd                                      |   94 
 man/rekognition_list_stream_processors.Rd                          |   62 
 man/rekognition_recognize_celebrities.Rd                           |  138 
 man/rekognition_search_faces.Rd                                    |  134 
 man/rekognition_search_faces_by_image.Rd                           |  218 
 man/rekognition_start_celebrity_recognition.Rd                     |  128 
 man/rekognition_start_content_moderation.Rd                        |  152 
 man/rekognition_start_face_detection.Rd                            |  142 
 man/rekognition_start_face_search.Rd                               |  139 
 man/rekognition_start_label_detection.Rd                           |  156 
 man/rekognition_start_person_tracking.Rd                           |  124 
 man/rekognition_start_project_version.Rd                           |only
 man/rekognition_start_stream_processor.Rd                          |   50 
 man/rekognition_stop_project_version.Rd                            |only
 man/rekognition_stop_stream_processor.Rd                           |   48 
 man/sagemaker.Rd                                                   |  296 
 man/sagemaker_add_tags.Rd                                          |  100 
 man/sagemaker_associate_trial_component.Rd                         |only
 man/sagemaker_create_algorithm.Rd                                  |  463 -
 man/sagemaker_create_app.Rd                                        |only
 man/sagemaker_create_auto_ml_job.Rd                                |only
 man/sagemaker_create_code_repository.Rd                            |   82 
 man/sagemaker_create_compilation_job.Rd                            |  179 
 man/sagemaker_create_domain.Rd                                     |only
 man/sagemaker_create_endpoint.Rd                                   |  148 
 man/sagemaker_create_endpoint_config.Rd                            |  203 
 man/sagemaker_create_experiment.Rd                                 |only
 man/sagemaker_create_flow_definition.Rd                            |only
 man/sagemaker_create_human_task_ui.Rd                              |only
 man/sagemaker_create_hyper_parameter_tuning_job.Rd                 |  517 -
 man/sagemaker_create_labeling_job.Rd                               |  365 
 man/sagemaker_create_model.Rd                                      |  235 
 man/sagemaker_create_model_package.Rd                              |  254 
 man/sagemaker_create_monitoring_schedule.Rd                        |only
 man/sagemaker_create_notebook_instance.Rd                          |  315 
 man/sagemaker_create_notebook_instance_lifecycle_config.Rd         |  120 
 man/sagemaker_create_presigned_domain_url.Rd                       |only
 man/sagemaker_create_presigned_notebook_instance_url.Rd            |   88 
 man/sagemaker_create_processing_job.Rd                             |only
 man/sagemaker_create_training_job.Rd                               |  513 -
 man/sagemaker_create_transform_job.Rd                              |  309 
 man/sagemaker_create_trial.Rd                                      |only
 man/sagemaker_create_trial_component.Rd                            |only
 man/sagemaker_create_user_profile.Rd                               |only
 man/sagemaker_create_workteam.Rd                                   |  126 
 man/sagemaker_delete_algorithm.Rd                                  |   44 
 man/sagemaker_delete_app.Rd                                        |only
 man/sagemaker_delete_code_repository.Rd                            |   44 
 man/sagemaker_delete_domain.Rd                                     |only
 man/sagemaker_delete_endpoint.Rd                                   |   58 
 man/sagemaker_delete_endpoint_config.Rd                            |   48 
 man/sagemaker_delete_experiment.Rd                                 |only
 man/sagemaker_delete_flow_definition.Rd                            |only
 man/sagemaker_delete_model.Rd                                      |   52 
 man/sagemaker_delete_model_package.Rd                              |   56 
 man/sagemaker_delete_monitoring_schedule.Rd                        |only
 man/sagemaker_delete_notebook_instance.Rd                          |   56 
 man/sagemaker_delete_notebook_instance_lifecycle_config.Rd         |   46 
 man/sagemaker_delete_tags.Rd                                       |   70 
 man/sagemaker_delete_trial.Rd                                      |only
 man/sagemaker_delete_trial_component.Rd                            |only
 man/sagemaker_delete_user_profile.Rd                               |only
 man/sagemaker_delete_workteam.Rd                                   |   44 
 man/sagemaker_describe_algorithm.Rd                                |   46 
 man/sagemaker_describe_app.Rd                                      |only
 man/sagemaker_describe_auto_ml_job.Rd                              |only
 man/sagemaker_describe_code_repository.Rd                          |   44 
 man/sagemaker_describe_compilation_job.Rd                          |   54 
 man/sagemaker_describe_domain.Rd                                   |only
 man/sagemaker_describe_endpoint.Rd                                 |   44 
 man/sagemaker_describe_endpoint_config.Rd                          |   48 
 man/sagemaker_describe_experiment.Rd                               |only
 man/sagemaker_describe_flow_definition.Rd                          |only
 man/sagemaker_describe_human_task_ui.Rd                            |only
 man/sagemaker_describe_hyper_parameter_tuning_job.Rd               |   46 
 man/sagemaker_describe_labeling_job.Rd                             |   44 
 man/sagemaker_describe_model.Rd                                    |   44 
 man/sagemaker_describe_model_package.Rd                            |   56 
 man/sagemaker_describe_monitoring_schedule.Rd                      |only
 man/sagemaker_describe_notebook_instance.Rd                        |   44 
 man/sagemaker_describe_notebook_instance_lifecycle_config.Rd       |   54 
 man/sagemaker_describe_processing_job.Rd                           |only
 man/sagemaker_describe_subscribed_workteam.Rd                      |   46 
 man/sagemaker_describe_training_job.Rd                             |   44 
 man/sagemaker_describe_transform_job.Rd                            |   44 
 man/sagemaker_describe_trial.Rd                                    |only
 man/sagemaker_describe_trial_component.Rd                          |only
 man/sagemaker_describe_user_profile.Rd                             |only
 man/sagemaker_describe_workteam.Rd                                 |   48 
 man/sagemaker_disassociate_trial_component.Rd                      |only
 man/sagemaker_get_search_suggestions.Rd                            |   67 
 man/sagemaker_list_algorithms.Rd                                   |  102 
 man/sagemaker_list_apps.Rd                                         |only
 man/sagemaker_list_auto_ml_jobs.Rd                                 |only
 man/sagemaker_list_candidates_for_auto_ml_job.Rd                   |only
 man/sagemaker_list_code_repositories.Rd                            |  126 
 man/sagemaker_list_compilation_jobs.Rd                             |  144 
 man/sagemaker_list_domains.Rd                                      |only
 man/sagemaker_list_endpoint_configs.Rd                             |  100 
 man/sagemaker_list_endpoints.Rd                                    |  132 
 man/sagemaker_list_experiments.Rd                                  |only
 man/sagemaker_list_flow_definitions.Rd                             |only
 man/sagemaker_list_human_task_uis.Rd                               |only
 man/sagemaker_list_hyper_parameter_tuning_jobs.Rd                  |  136 
 man/sagemaker_list_labeling_jobs.Rd                                |  134 
 man/sagemaker_list_labeling_jobs_for_workteam.Rd                   |  112 
 man/sagemaker_list_model_packages.Rd                               |  102 
 man/sagemaker_list_models.Rd                                       |  104 
 man/sagemaker_list_monitoring_executions.Rd                        |only
 man/sagemaker_list_monitoring_schedules.Rd                         |only
 man/sagemaker_list_notebook_instance_lifecycle_configs.Rd          |  132 
 man/sagemaker_list_notebook_instances.Rd                           |  182 
 man/sagemaker_list_processing_jobs.Rd                              |only
 man/sagemaker_list_subscribed_workteams.Rd                         |   68 
 man/sagemaker_list_tags.Rd                                         |   62 
 man/sagemaker_list_training_jobs.Rd                                |  132 
 man/sagemaker_list_training_jobs_for_hyper_parameter_tuning_job.Rd |   94 
 man/sagemaker_list_transform_jobs.Rd                               |  134 
 man/sagemaker_list_trial_components.Rd                             |only
 man/sagemaker_list_trials.Rd                                       |only
 man/sagemaker_list_user_profiles.Rd                                |only
 man/sagemaker_list_workteams.Rd                                    |   80 
 man/sagemaker_render_ui_template.Rd                                |   68 
 man/sagemaker_search.Rd                                            |  159 
 man/sagemaker_start_monitoring_schedule.Rd                         |only
 man/sagemaker_start_notebook_instance.Rd                           |   54 
 man/sagemaker_stop_auto_ml_job.Rd                                  |only
 man/sagemaker_stop_compilation_job.Rd                              |   64 
 man/sagemaker_stop_hyper_parameter_tuning_job.Rd                   |   62 
 man/sagemaker_stop_labeling_job.Rd                                 |   48 
 man/sagemaker_stop_monitoring_schedule.Rd                          |only
 man/sagemaker_stop_notebook_instance.Rd                            |   66 
 man/sagemaker_stop_processing_job.Rd                               |only
 man/sagemaker_stop_training_job.Rd                                 |   60 
 man/sagemaker_stop_transform_job.Rd                                |   58 
 man/sagemaker_update_code_repository.Rd                            |   66 
 man/sagemaker_update_domain.Rd                                     |only
 man/sagemaker_update_endpoint.Rd                                   |   86 
 man/sagemaker_update_endpoint_weights_and_capacities.Rd            |   80 
 man/sagemaker_update_experiment.Rd                                 |only
 man/sagemaker_update_monitoring_schedule.Rd                        |only
 man/sagemaker_update_notebook_instance.Rd                          |  224 
 man/sagemaker_update_notebook_instance_lifecycle_config.Rd         |   83 
 man/sagemaker_update_trial.Rd                                      |only
 man/sagemaker_update_trial_component.Rd                            |only
 man/sagemaker_update_user_profile.Rd                               |only
 man/sagemaker_update_workteam.Rd                                   |   88 
 man/sagemakerruntime.Rd                                            |   92 
 man/sagemakerruntime_invoke_endpoint.Rd                            |  142 
 man/textract.Rd                                                    |  106 
 man/textract_analyze_document.Rd                                   |  158 
 man/textract_detect_document_text.Rd                               |   98 
 man/textract_get_document_analysis.Rd                              |  157 
 man/textract_get_document_text_detection.Rd                        |  137 
 man/textract_start_document_analysis.Rd                            |  159 
 man/textract_start_document_text_detection.Rd                      |  135 
 man/transcribeservice.Rd                                           |  113 
 man/transcribeservice_create_vocabulary.Rd                         |  100 
 man/transcribeservice_create_vocabulary_filter.Rd                  |only
 man/transcribeservice_delete_transcription_job.Rd                  |   48 
 man/transcribeservice_delete_vocabulary.Rd                         |   44 
 man/transcribeservice_delete_vocabulary_filter.Rd                  |only
 man/transcribeservice_get_transcription_job.Rd                     |   50 
 man/transcribeservice_get_vocabulary.Rd                            |   46 
 man/transcribeservice_get_vocabulary_filter.Rd                     |only
 man/transcribeservice_list_transcription_jobs.Rd                   |   76 
 man/transcribeservice_list_vocabularies.Rd                         |   80 
 man/transcribeservice_list_vocabulary_filters.Rd                   |only
 man/transcribeservice_start_transcription_job.Rd                   |  187 
 man/transcribeservice_update_vocabulary.Rd                         |   98 
 man/transcribeservice_update_vocabulary_filter.Rd                  |only
 man/translate.Rd                                                   |  106 
 man/translate_delete_terminology.Rd                                |   44 
 man/translate_describe_text_translation_job.Rd                     |only
 man/translate_get_terminology.Rd                                   |   52 
 man/translate_import_terminology.Rd                                |  112 
 man/translate_list_terminologies.Rd                                |   52 
 man/translate_list_text_translation_jobs.Rd                        |only
 man/translate_start_text_translation_job.Rd                        |only
 man/translate_stop_text_translation_job.Rd                         |only
 man/translate_translate_text.Rd                                    |  125 
 tests/testthat/test_comprehend.R                                   |    8 
 tests/testthat/test_comprehendmedical.R                            |   14 
 tests/testthat/test_personalize.R                                  |    4 
 tests/testthat/test_rekognition.R                                  |    8 
 tests/testthat/test_sagemaker.R                                    |   96 
 tests/testthat/test_transcribeservice.R                            |    8 
 tests/testthat/test_translate.R                                    |    8 
 447 files changed, 25056 insertions(+), 17149 deletions(-)

More information about paws.machine.learning at CRAN
Permanent link

Package jrc updated to version 0.3.0 with previous version 0.2.1 dated 2019-11-06

Title: Exchange Commands Between R and 'JavaScript'
Description: An 'httpuv' based bridge between R and 'JavaScript'. Provides an easy way to exchange commands and data between a web page and a currently running R session.
Author: Svetlana Ovchinnikova [aut, cre], Simon Anders [aut]
Maintainer: Svetlana Ovchinnikova <s.ovchinnikova@zmbh.uni-heidelberg.de>

Diff between jrc versions 0.2.1 dated 2019-11-06 and 0.3.0 dated 2020-01-14

 DESCRIPTION                   |   13 
 MD5                           |   44 
 NAMESPACE                     |   11 
 NEWS.md                       |    9 
 R/jrc.R                       | 2051 ++++++++++++++++++++++++++++++++----------
 inst/http_root/jrc.js         |   14 
 man/App.Rd                    |only
 man/Session.Rd                |only
 man/allowFunctions.Rd         |   11 
 man/allowVariables.Rd         |    9 
 man/authorize.Rd              |   47 
 man/callFunction.Rd           |   80 +
 man/closePage.Rd              |    3 
 man/closeSession.Rd           |only
 man/getMessageIds.Rd          |only
 man/getPage.Rd                |   15 
 man/getSession.Rd             |only
 man/getSessionIds.Rd          |only
 man/getSessionVariable.Rd     |only
 man/limitStorage.Rd           |   39 
 man/openPage.Rd               |  101 +-
 man/removeMessage.Rd          |only
 man/removeSessionVariables.Rd |only
 man/sendCommand.Rd            |   39 
 man/sendData.Rd               |   57 -
 man/sendHTML.Rd               |   16 
 man/setEnvironment.Rd         |   24 
 man/setSessionVariables.Rd    |only
 28 files changed, 1959 insertions(+), 624 deletions(-)

More information about jrc at CRAN
Permanent link

Package ImpactEffectsize updated to version 0.3.0 with previous version 0.2.0 dated 2019-11-04

Title: Calculation and Visualization of the Impact Effect Size Measure
Description: A non-parametric effect size measure capturing changes in central tendency or shape of data distributions. The package provides the necessary functions to calculate and plot the Impact effect size measure between two groups.
Author: Jorn Lotsch[aut,cre], Alfred Ultsch[aut]
Maintainer: Jorn Lotsch <j.loetsch@em.uni-frankfurt.de>

Diff between ImpactEffectsize versions 0.2.0 dated 2019-11-04 and 0.3.0 dated 2020-01-14

 DESCRIPTION                 |   10 +++++-----
 MD5                         |    8 ++++----
 NAMESPACE                   |    2 +-
 R/Impact.R                  |    2 +-
 man/FeatureselectionData.Rd |    4 ++--
 5 files changed, 13 insertions(+), 13 deletions(-)

More information about ImpactEffectsize at CRAN
Permanent link

Package MoTBFs updated to version 1.2 with previous version 1.1 dated 2019-10-21

Title: Learning Hybrid Bayesian Networks using Mixtures of Truncated Basis Functions
Description: Learning, manipulation and evaluation of mixtures of truncated basis functions (MoTBFs), which include mixtures of polynomials (MOPs) and mixtures of truncated exponentials (MTEs). MoTBFs are a flexible framework for modelling hybrid Bayesian networks (I. Pérez-Bernabé, A. Salmerón, H. Langseth (2015) <doi:10.1007/978-3-319-20807-7_36>; H. Langseth, T.D. Nielsen, I. Pérez-Bernabé, A. Salmerón (2014) <doi:10.1016/j.ijar.2013.09.012>; I. Pérez-Bernabé, A. Fernández, R. Rumí, A. Salmerón (2016) <doi:10.1007/s10618-015-0429-7>). The package provides functionality for learning univariate, multivariate and conditional densities, with the possibility of incorporating prior knowledge. Structural learning of hybrid Bayesian networks is also provided. A set of useful tools is provided, including plotting, printing and likelihood evaluation. This package makes use of S3 objects, with two new classes called 'motbf' and 'jointmotbf'.
Author: Inmaculada Pérez-Bernabé, Antonio Salmerón, Thomas D. Nielsen, Ana D. Maldonado
Maintainer: Ana D. Maldonado <ana.d.maldonado@ual.es>

Diff between MoTBFs versions 1.1 dated 2019-10-21 and 1.2 dated 2020-01-14

 DESCRIPTION                       |    6 +--
 MD5                               |   26 ++++++++---------
 R/joint.R                         |   54 +++++++++--------------------------
 man/Class-JointMoTBF.Rd           |    4 +-
 man/Class-MoTBF.Rd                |    4 +-
 man/MoTBFs_Learning.Rd            |   11 +++++--
 man/conditionalmotbf.learning.Rd  |   58 ++++++++++++++++++++++++++++++--------
 man/dataMining.Rd                 |    3 -
 man/learnMoTBFpriorInformation.Rd |   13 ++++++--
 man/plot.jointmotbf.Rd            |   19 ++++++++----
 man/plotConditional.Rd            |    9 ++++-
 man/summary.jointmotbf.Rd         |    4 +-
 man/summary.motbf.Rd              |    4 +-
 man/univMoTBF.Rd                  |    9 ++++-
 14 files changed, 133 insertions(+), 91 deletions(-)

More information about MoTBFs at CRAN
Permanent link

Package exactextractr updated to version 0.1.2 with previous version 0.1.1 dated 2019-08-07

Title: Fast Extraction from Raster Datasets using Polygons
Description: Provides a replacement for the 'extract' function from the 'raster' package that is suitable for extracting raster values using 'sf' polygons.
Author: Daniel Baston [aut, cre], ISciences, LLC [cph]
Maintainer: Daniel Baston <dbaston@isciences.com>

Diff between exactextractr versions 0.1.1 dated 2019-08-07 and 0.1.2 dated 2020-01-14

 DESCRIPTION                         |    9 +++++--
 MD5                                 |   20 +++++++++--------
 NAMESPACE                           |    2 +
 NEWS.md                             |    4 +++
 R/exact_extract.R                   |   42 ++++++++++++++++++++++++++++--------
 R/package.R                         |only
 README.md                           |   17 +++++++-------
 configure                           |   22 +++++++++++-------
 configure.ac                        |    4 +++
 man/exactextractr.Rd                |only
 src/exact_extract.cpp               |   28 ++++++++++++++++++++++--
 tests/testthat/test_exact_extract.R |   24 ++++++++++++++++++++
 12 files changed, 132 insertions(+), 40 deletions(-)

More information about exactextractr at CRAN
Permanent link

Package cyphr updated to version 1.0.2 with previous version 1.0.1 dated 2019-03-23

Title: High Level Encryption Wrappers
Description: Encryption wrappers, using low-level support from 'sodium' and 'openssl'. 'cyphr' tries to smooth over some pain points when using encryption within applications and data analysis by wrapping around differences in function names and arguments in different encryption providing packages. It also provides high-level wrappers for input/output functions for seamlessly adding encryption to existing analyses.
Author: Rich FitzJohn [aut, cre]
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>

Diff between cyphr versions 1.0.1 dated 2019-03-23 and 1.0.2 dated 2020-01-14

 DESCRIPTION                           |    8 
 MD5                                   |   18 
 NEWS.md                               |    2 
 R/cyphr.R                             |    4 
 README.md                             |   14 
 build/vignette.rds                    |binary
 inst/doc/cyphr.html                   | 1535 ++++++++++++++++++++--------------
 inst/doc/data.html                    | 1081 +++++++++++++----------
 man/cyphr.Rd                          |    4 
 tests/testthat/test-encrypt-wrapper.R |    2 
 10 files changed, 1606 insertions(+), 1062 deletions(-)

More information about cyphr at CRAN
Permanent link

Package rsoi updated to version 0.5.1 with previous version 0.5.0 dated 2019-01-11

Title: Import Various Northern and Southern Hemisphere Climate Indices
Description: Downloads Southern Oscillation Index, Oceanic Nino Index, North Pacific Gyre Oscillation data, North Atlantic Oscillation and Arctic Oscillation. Data sources are described in the README file.
Author: Sam Albers [aut, cre] (<https://orcid.org/0000-0002-9270-7884>), Elio Campitelli [ctb] (<https://orcid.org/0000-0002-7742-9230>)
Maintainer: Sam Albers <sam.albers@gmail.com>

Diff between rsoi versions 0.5.0 dated 2019-01-11 and 0.5.1 dated 2020-01-14

 DESCRIPTION                         |   30 ++++++++-----
 MD5                                 |   50 ++++++++++++----------
 NAMESPACE                           |    5 +-
 NEWS.md                             |    9 ++++
 R/download-aao.R                    |only
 R/download-ao.R                     |   41 ++++++++++++------
 R/download-enso.R                   |   10 ++--
 R/download-nao.R                    |   29 +++++++++----
 R/download-npgo.R                   |   34 +++++++++++----
 R/download-oni.R                    |   40 +++++++++++++-----
 R/download-soi.R                    |   30 +++++++++----
 R/download_mei.R                    |only
 R/rsoi-package.R                    |    2 
 R/utils.R                           |   44 ++++++++++++++++++--
 README.md                           |   64 ++++++++++++++++-------------
 man/download_aao.Rd                 |only
 man/download_ao.Rd                  |   62 +++++++++++++++-------------
 man/download_enso.Rd                |   79 +++++++++++++++++-------------------
 man/download_mei.Rd                 |only
 man/download_nao.Rd                 |   61 +++++++++++++++------------
 man/download_npgo.Rd                |   63 +++++++++++++++-------------
 man/download_oni.Rd                 |   77 +++++++++++++++++++----------------
 man/download_soi.Rd                 |   67 ++++++++++++++++--------------
 man/figures/plot-1.png              |binary
 man/rsoi-package.Rd                 |   53 +++++++++++++-----------
 tests/testthat/test-cache_logic.R   |only
 tests/testthat/test-download-oni.R  |only
 tests/testthat/test_download_.R     |   74 ++++++++++++++++++---------------
 tests/testthat/test_download_enso.R |   12 +++++
 29 files changed, 569 insertions(+), 367 deletions(-)

More information about rsoi at CRAN
Permanent link

Package RcppEnsmallen updated to version 0.2.11.1.1 with previous version 0.2.10.3.1 dated 2019-09-30

Title: Header-Only C++ Mathematical Optimization Library for 'Armadillo'
Description: 'Ensmallen' is a templated C++ mathematical optimization library (by the 'MLPACK' team) that provides a simple set of abstractions for writing an objective function to optimize. Provided within are various standard and cutting-edge optimizers that include full-batch gradient descent techniques, small-batch techniques, gradient-free optimizers, and constrained optimization. The 'RcppEnsmallen' package includes the header files from the 'Ensmallen' library and pairs the appropriate header files from 'armadillo' through the 'RcppArmadillo' package. Therefore, users do not need to install 'Ensmallen' nor 'Armadillo' to use 'RcppEnsmallen'. Note that 'Ensmallen' is licensed under 3-Clause BSD, 'Armadillo' starting from 7.800.0 is licensed under Apache License 2, 'RcppArmadillo' (the 'Rcpp' bindings/bridge to 'Armadillo') is licensed under the GNU GPL version 2 or later. Thus, 'RcppEnsmallen' is also licensed under similar terms. Note that 'Ensmallen' requires a compiler that supports 'C++11' and 'Armadillo' 8.400 or later.
Author: James Joseph Balamuta [aut, cre, cph] (<https://orcid.org/0000-0003-2826-8458>), Dirk Eddelbuettel [aut, cph] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: James Joseph Balamuta <balamut2@illinois.edu>

Diff between RcppEnsmallen versions 0.2.10.3.1 dated 2019-09-30 and 0.2.11.1.1 dated 2020-01-14

 RcppEnsmallen-0.2.10.3.1/RcppEnsmallen/inst/include/ensmallen_bits/function/add_decomposable_evaluate.hpp               |only
 RcppEnsmallen-0.2.10.3.1/RcppEnsmallen/inst/include/ensmallen_bits/function/add_decomposable_evaluate_with_gradient.hpp |only
 RcppEnsmallen-0.2.10.3.1/RcppEnsmallen/inst/include/ensmallen_bits/function/add_decomposable_gradient.hpp               |only
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/ChangeLog                                                                        |   47 ++
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/DESCRIPTION                                                                      |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/MD5                                                                              |  168 +++++-----
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/NEWS.md                                                                          |   22 +
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/README.md                                                                        |    5 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/build/vignette.rds                                                               |binary
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/AUTHORS                                                                     |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/COPYRIGHTS                                                                  |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/doc/using-rcppensmallen.R                                                   |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/doc/using-rcppensmallen.html                                                |   63 ++-
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/RcppEnsmallen.h                                                     |    4 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen.hpp                                                       |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/ada_bound                                            |only
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/ada_delta/ada_delta.hpp                              |   16 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/ada_grad/ada_grad.hpp                                |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/adam/adam.hpp                                        |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/adam/optimisticadam_update.hpp                       |   10 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/bigbatch_sgd/adaptive_stepsize.hpp                   |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/bigbatch_sgd/backtracking_line_search.hpp            |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd.hpp                        |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd_impl.hpp                   |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/callbacks/progress_bar.hpp                           |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/callbacks/traits.hpp                                 |   44 --
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/cmaes/cmaes.hpp                                      |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/cmaes/cmaes_impl.hpp                                 |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/cmaes/full_selection.hpp                             |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/cmaes/random_selection.hpp                           |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/cne/cne_impl.hpp                                     |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/de/de.hpp                                            |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/de/de_impl.hpp                                       |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/ens_version.hpp                                      |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/eve/eve.hpp                                          |   21 -
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/eve/eve_impl.hpp                                     |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/ftml/ftml.hpp                                        |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/function.hpp                                         |   42 +-
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/function/add_separable_evaluate.hpp                  |only
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/function/add_separable_evaluate_with_gradient.hpp    |only
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/function/add_separable_gradient.hpp                  |only
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/function/static_checks.hpp                           |   92 ++---
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/function/traits.hpp                                  |   96 ++++-
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/gradient_descent/gradient_descent.hpp                |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/grid_search/grid_search_impl.hpp                     |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/iqn/iqn.hpp                                          |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/iqn/iqn_impl.hpp                                     |   10 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/katyusha/katyusha.hpp                                |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/katyusha/katyusha_impl.hpp                           |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/lbfgs/lbfgs.hpp                                      |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/lookahead                                            |only
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/padam/padam.hpp                                      |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/parallel_sgd/parallel_sgd.hpp                        |    9 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/ackley_function_impl.hpp                    |   17 -
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/beale_function_impl.hpp                     |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/cross_in_tray_function_impl.hpp             |    7 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp         |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/goldstein_price_function_impl.hpp           |   44 +-
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/himmelblau_function_impl.hpp                |    5 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/holder_table_function_impl.hpp              |    5 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/levy_function_n13_impl.hpp                  |   27 -
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/schaffer_function_n2_impl.hpp               |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/schaffer_function_n4_impl.hpp               |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/problems/three_hump_camel_function_impl.hpp          |    7 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/pso/pso.hpp                                          |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/pso/pso_impl.hpp                                     |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/qhadam/qhadam.hpp                                    |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/rmsprop/rmsprop.hpp                                  |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sa/sa_impl.hpp                                       |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sarah/sarah.hpp                                      |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sarah/sarah_impl.hpp                                 |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/scd/scd.hpp                                          |    6 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sgd/sgd.hpp                                          |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sgd/sgd_impl.hpp                                     |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sgdr/sgdr.hpp                                        |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sgdr/sgdr_impl.hpp                                   |    4 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sgdr/snapshot_sgdr.hpp                               |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/sgdr/snapshot_sgdr_impl.hpp                          |    4 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/smorms3/smorms3.hpp                                  |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/spalera_sgd/spalera_sgd.hpp                          |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/spalera_sgd/spalera_sgd_impl.hpp                     |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/spsa/spsa_impl.hpp                                   |    2 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/svrg/svrg.hpp                                        |   12 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/svrg/svrg_impl.hpp                                   |    8 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/swats/swats.hpp                                      |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/inst/include/ensmallen_bits/wn_grad/wn_grad.hpp                                  |   14 
 RcppEnsmallen-0.2.11.1.1/RcppEnsmallen/man/RcppEnsmallen-package.Rd                                                     |    4 
 87 files changed, 654 insertions(+), 553 deletions(-)

More information about RcppEnsmallen at CRAN
Permanent link

Package bit updated to version 1.1-15.1 with previous version 1.1-15 dated 2020-01-13

Title: A Class for Vectors of 1-Bit Booleans
Description: True boolean datatype (no NAs), coercion from and to logicals, integers and integer subscripts; fast boolean operators and fast summary statistics. With 'bit' vectors you can store true binary booleans {FALSE,TRUE} at the expense of 1 bit only, on a 32 bit architecture this means factor 32 less RAM and ~ factor 32 more speed on boolean operations. Due to overhead of R calls, actual speed gain depends on the size of the vector: expect gains for vectors of size > 10000 elements. Even for one-time boolean operations it can pay-off to convert to bit, the pay-off is obvious, when such components are used more than once. Reading from and writing to bit is approximately as fast as accessing standard logicals - mostly due to R's time for memory allocation. The package allows to work with pre-allocated memory for return values by calling .Call() directly: when evaluating the speed of C-access with pre-allocated vector memory, coping from bit to logical requires only 70% of the time for copying from logical to logical; and copying from logical to bit comes at a performance penalty of 150%. the package now contains further classes for representing logical selections: 'bitwhich' for very skewed selections and 'ri' for selecting ranges of values for chunked processing. All three index classes can be used for subsetting 'ff' objects (ff-2.1-0 and higher).
Author: Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]
Maintainer: ORPHANED

Diff between bit versions 1.1-15 dated 2020-01-13 and 1.1-15.1 dated 2020-01-14

 DESCRIPTION |   14 +++++--
 MD5         |    8 ++--
 NEWS        |   10 +++++
 R/bit.R     |    6 ++-
 src/bit.c   |  107 ++++++++++++++++++++++++++++++++++++++----------------------
 5 files changed, 96 insertions(+), 49 deletions(-)

More information about bit at CRAN
Permanent link

Package SchemaOnRead (with last version 1.0.2) was removed from CRAN

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

2015-12-24 1.0.2
2015-11-03 1.0.1
2015-10-24 1.0.0

Permanent link
Package neurobase updated to version 1.29.0 with previous version 1.27.11 dated 2019-09-10

Title: 'Neuroconductor' Base Package with Helper Functions for 'nifti' Objects
Description: Base package for 'Neuroconductor', which includes many helper functions that interact with objects of class 'nifti', implemented by package 'oro.nifti', for reading/writing and also other manipulation functions.
Author: John Muschelli [aut, cre]
Maintainer: John Muschelli <muschellij2@gmail.com>

Diff between neurobase versions 1.27.11 dated 2019-09-10 and 1.29.0 dated 2020-01-14

 DESCRIPTION                              |    8 
 MD5                                      |   94 -
 NAMESPACE                                |    2 
 NEWS.md                                  |    9 
 R/applyEmptyImageDimensions.R            |   11 
 R/check_nifti.R                          |   38 
 R/flip_img.R                             |   51 
 R/getEmptyImageDimensions.R              |   25 
 R/ortho2.R                               |    6 
 R/ortho_diff.R                           |  112 +
 R/overlay2.R                             |   37 
 R/random_nifti.R                         |only
 R/rescale_img.R                          |    8 
 R/robust_window.R                        |    5 
 R/tempimg.R                              |   12 
 build/vignette.rds                       |binary
 inst/doc/neurobase.R                     |   96 -
 inst/doc/neurobase.Rmd                   |    2 
 inst/doc/neurobase.html                  |  291 ++--
 inst/doc/nifti_basics.R                  |  108 -
 inst/doc/nifti_basics.html               | 2193 +++++++++++++++----------------
 inst/doc/simple_io.R                     |only
 inst/doc/simple_io.Rmd                   |only
 inst/doc/simple_io.html                  |only
 man/applyEmptyImageDimensions-methods.Rd |   21 
 man/check_nifti-methods.Rd               |   96 +
 man/colorbar.Rd                          |    3 
 man/copyNIfTIHeader.Rd                   |   11 
 man/datatype.Rd                          |   10 
 man/double_ortho.Rd                      |   11 
 man/dropEmptyImageDimensions.Rd          |   20 
 man/flip_img.Rd                          |    6 
 man/getEmptyImageDimensions.Rd           |    8 
 man/img_indices.Rd                       |    3 
 man/maskEmptyImageDimensions-methods.Rd  |   24 
 man/multi_overlay.Rd                     |   45 
 man/ortho2.Rd                            |   55 
 man/ortho_diff.Rd                        |   68 
 man/random_nifti.Rd                      |only
 man/readNIfTI2.Rd                        |   11 
 man/replace_outside_surface.Rd           |    9 
 man/rescale_img.Rd                       |   17 
 man/robust_window.Rd                     |    3 
 man/separate_img-methods.Rd              |    3 
 man/subset_dti-methods.Rd                |   60 
 man/tempimg.Rd                           |   15 
 man/window_img.Rd                        |    8 
 man/writeNIfTI2.Rd                       |   12 
 man/zscore_img.Rd                        |   18 
 vignettes/neurobase.Rmd                  |    2 
 vignettes/simple_io.Rmd                  |only
 51 files changed, 2100 insertions(+), 1547 deletions(-)

More information about neurobase at CRAN
Permanent link

Package fsdaR updated to version 0.4-9 with previous version 0.4-8 dated 2020-01-13

Title: Robust Data Analysis Through Monitoring and Dynamic Visualization
Description: Provides interface to the 'MATLAB' toolbox 'Flexible Statistical Data Analysis (FSDA)' which is a comprehensive and computationally efficient software package for robust statistics in regression, multivariate and categorical data analysis. The current R version implements tools for regression: (forward search, S- and MM-estimation, least trimmed squares (LTS) and least median of squares (LMS)), for multivariate analysis (forward search, S- and MM-estimation), for cluster analysis and cluster-wise regression. The distinctive feature of our package is the possibility of monitoring the statistics of interest as function of breakdown point, efficiency or subset size, depending on the estimator. This is accompanied by a rich set of graphical features, such as dynamic brushing, linking, particularly useful for exploratory data analysis.
Author: Valentin Todorov [aut, cre] (<https://orcid.org/0000-0003-4215-0245>), Emmanuele Sordini [aut], Aldo Corbellini [ctb], Francesca Torti [ctb], Marco Riani [ctb], Domenico Perrotta [ctb], Andrea Cerioli [ctb]
Maintainer: Valentin Todorov <valentin.todorov@chello.at>

Diff between fsdaR versions 0.4-8 dated 2020-01-13 and 0.4-9 dated 2020-01-14

 ChangeLog               |    7 +++-
 DESCRIPTION             |   16 +++++-----
 MD5                     |   10 +++---
 R/internal.R            |   74 ++++++++++++++++++++++++++++++++++++------------
 inst/java/fsda4java.jar |binary
 inst/java/r_fsda.jar    |binary
 6 files changed, 75 insertions(+), 32 deletions(-)

More information about fsdaR at CRAN
Permanent link

Package elo updated to version 2.1.1 with previous version 2.0.0 dated 2019-08-02

Title: Elo Ratings
Description: A flexible framework for calculating Elo ratings and resulting rankings of any two-team-per-matchup system (chess, sports leagues, 'Go', etc.). This implementation is capable of evaluating a variety of matchups, Elo rating updates, and win probabilities, all based on the basic Elo rating system. It also includes methods to benchmark performance, including logistic regression and Markov chain models.
Author: Ethan Heinzen [aut, cre]
Maintainer: Ethan Heinzen <heinzen.ethan@mayo.edu>

Diff between elo versions 2.0.0 dated 2019-08-02 and 2.1.1 dated 2020-01-14

 elo-2.0.0/elo/R/predict.elo.glm.R                         |only
 elo-2.0.0/elo/R/predict.elo.markovchain.R                 |only
 elo-2.0.0/elo/R/predict.elo.run.R                         |only
 elo-2.0.0/elo/R/predict.elo.winpct.R                      |only
 elo-2.0.0/elo/R/summary.elo.glm.R                         |only
 elo-2.0.0/elo/R/summary.elo.markovchain.R                 |only
 elo-2.0.0/elo/R/summary.elo.run.R                         |only
 elo-2.0.0/elo/R/summary.elo.winpct.R                      |only
 elo-2.0.0/elo/man/elo.auc.Rd                              |only
 elo-2.0.0/elo/man/elo.favored.Rd                          |only
 elo-2.0.0/elo/man/elo.fitted.Rd                           |only
 elo-2.0.0/elo/man/predict.elo.glm.Rd                      |only
 elo-2.0.0/elo/man/predict.elo.markovchain.Rd              |only
 elo-2.0.0/elo/man/predict.elo.run.Rd                      |only
 elo-2.0.0/elo/man/predict.elo.winpct.Rd                   |only
 elo-2.0.0/elo/man/summary.elo.glm.Rd                      |only
 elo-2.0.0/elo/man/summary.elo.markovchain.Rd              |only
 elo-2.0.0/elo/man/summary.elo.run.Rd                      |only
 elo-2.0.0/elo/man/summary.elo.winpct.Rd                   |only
 elo-2.1.1/elo/DESCRIPTION                                 |   13 
 elo-2.1.1/elo/MD5                                         |  118 ++----
 elo-2.1.1/elo/NAMESPACE                                   |   11 
 elo-2.1.1/elo/NEWS.md                                     |   15 
 elo-2.1.1/elo/R/RcppExports.R                             |    4 
 elo-2.1.1/elo/R/auc.R                                     |   15 
 elo-2.1.1/elo/R/elo.calc.R                                |    3 
 elo-2.1.1/elo/R/elo.colley.R                              |only
 elo-2.1.1/elo/R/elo.markovchain.R                         |    6 
 elo-2.1.1/elo/R/elo.model.frame.R                         |   16 
 elo-2.1.1/elo/R/elo.run.R                                 |    4 
 elo-2.1.1/elo/R/elo.run.helpers.R                         |    2 
 elo-2.1.1/elo/R/elo.run2.R                                |only
 elo-2.1.1/elo/R/elo.update.R                              |    2 
 elo-2.1.1/elo/R/favored.R                                 |   20 -
 elo-2.1.1/elo/R/fitted.R                                  |   18 
 elo-2.1.1/elo/R/formula.specials.R                        |   17 
 elo-2.1.1/elo/R/internal.functions.R                      |    2 
 elo-2.1.1/elo/R/mse.R                                     |    4 
 elo-2.1.1/elo/R/predict.R                                 |only
 elo-2.1.1/elo/R/rank.teams.R                              |    7 
 elo-2.1.1/elo/R/summary.R                                 |only
 elo-2.1.1/elo/README.md                                   |   32 +
 elo-2.1.1/elo/build/vignette.rds                          |binary
 elo-2.1.1/elo/inst/doc/elo.R                              |   92 +++-
 elo-2.1.1/elo/inst/doc/elo.Rmd                            |   73 +++
 elo-2.1.1/elo/inst/doc/elo.html                           |  263 +++++++++-----
 elo-2.1.1/elo/man/auc.elo.Rd                              |only
 elo-2.1.1/elo/man/elo.Rd                                  |    1 
 elo-2.1.1/elo/man/elo.calc.Rd                             |    6 
 elo-2.1.1/elo/man/elo.colley.Rd                           |only
 elo-2.1.1/elo/man/elo.glm.Rd                              |   13 
 elo-2.1.1/elo/man/elo.markovchain.Rd                      |   15 
 elo-2.1.1/elo/man/elo.model.frame.Rd                      |   17 
 elo-2.1.1/elo/man/elo.mse.Rd                              |    3 
 elo-2.1.1/elo/man/elo.prob.Rd                             |    6 
 elo-2.1.1/elo/man/elo.run.Rd                              |   33 +
 elo-2.1.1/elo/man/elo.update.Rd                           |    6 
 elo-2.1.1/elo/man/elo.winpct.Rd                           |   13 
 elo-2.1.1/elo/man/favored.elo.Rd                          |only
 elo-2.1.1/elo/man/fitted.elo.Rd                           |only
 elo-2.1.1/elo/man/formula.specials.Rd                     |    7 
 elo-2.1.1/elo/man/predict.elo.Rd                          |only
 elo-2.1.1/elo/man/rank.teams.Rd                           |    6 
 elo-2.1.1/elo/man/summary.elo.Rd                          |only
 elo-2.1.1/elo/src/RcppExports.cpp                         |   27 +
 elo-2.1.1/elo/src/asMatrix.cpp                            |    8 
 elo-2.1.1/elo/src/colley.cpp                              |only
 elo-2.1.1/elo/src/elo.cpp                                 |   27 -
 elo-2.1.1/elo/src/finalElos.cpp                           |    4 
 elo-2.1.1/elo/src/markovChain.cpp                         |   10 
 elo-2.1.1/elo/tests/testthat/helper-data.R                |    6 
 elo-2.1.1/elo/tests/testthat/test_elo.run.R               |   91 ++++
 elo-2.1.1/elo/tests/testthat/test_elo.run_regress_group.R |   97 ++---
 elo-2.1.1/elo/tests/testthat/test_elo_functions.R         |   18 
 elo-2.1.1/elo/vignettes/elo.Rmd                           |   73 +++
 75 files changed, 877 insertions(+), 347 deletions(-)

More information about elo at CRAN
Permanent link

Package waiter updated to version 0.1.0 with previous version 0.0.6 dated 2019-11-07

Title: Loading Screen for 'Shiny'
Description: Full screen and partial loading screens for 'Shiny' with spinners, progress bars, and notifications.
Author: John Coene [aut, cre]
Maintainer: John Coene <jcoenep@gmail.com>

Diff between waiter versions 0.0.6 dated 2019-11-07 and 0.1.0 dated 2020-01-14

 waiter-0.0.6/waiter/man/figures/butler.gif                |only
 waiter-0.0.6/waiter/man/figures/waitress.gif              |only
 waiter-0.1.0/waiter/DESCRIPTION                           |   12 
 waiter-0.1.0/waiter/MD5                                   |   66 +-
 waiter-0.1.0/waiter/NAMESPACE                             |   60 +
 waiter-0.1.0/waiter/NEWS.md                               |only
 waiter-0.1.0/waiter/R/butler.R                            |   19 
 waiter-0.1.0/waiter/R/garcon.R                            |only
 waiter-0.1.0/waiter/R/hostess.R                           |only
 waiter-0.1.0/waiter/R/spinners.R                          |  329 ++++++++++
 waiter-0.1.0/waiter/R/steward.R                           |only
 waiter-0.1.0/waiter/R/utils.R                             |    7 
 waiter-0.1.0/waiter/R/waiter.R                            |  278 +++++++--
 waiter-0.1.0/waiter/R/waitress.R                          |  347 +++++++++--
 waiter-0.1.0/waiter/README.md                             |  424 ++------------
 waiter-0.1.0/waiter/inst/assets/garcon                    |only
 waiter-0.1.0/waiter/inst/assets/hostess                   |only
 waiter-0.1.0/waiter/inst/assets/waiter/css-spinners.css   |   23 
 waiter-0.1.0/waiter/inst/assets/waiter/custom.js          |   23 
 waiter-0.1.0/waiter/inst/assets/waiter/devloop.css        |only
 waiter-0.1.0/waiter/inst/assets/waiter/loaders.css        |only
 waiter-0.1.0/waiter/inst/assets/waiter/please-wait.css    |   23 
 waiter-0.1.0/waiter/inst/assets/waiter/spinbolt.css       |only
 waiter-0.1.0/waiter/inst/assets/waiter/spinkit.css        |   88 +-
 waiter-0.1.0/waiter/inst/assets/waiter/spinners.css       |only
 waiter-0.1.0/waiter/inst/assets/waiter/waiter.js          |only
 waiter-0.1.0/waiter/inst/assets/waitress/custom.js        |  233 +++++++
 waiter-0.1.0/waiter/inst/assets/waitress/overlay.css      |only
 waiter-0.1.0/waiter/inst/assets/waitress/progress.min.css |    2 
 waiter-0.1.0/waiter/inst/waiter/app.R                     |   51 -
 waiter-0.1.0/waiter/man/butler.Rd                         |  106 ---
 waiter-0.1.0/waiter/man/butlerClass.Rd                    |only
 waiter-0.1.0/waiter/man/figures/butler-basic.gif          |only
 waiter-0.1.0/waiter/man/figures/waiter-basic.gif          |only
 waiter-0.1.0/waiter/man/figures/waitress-basic.gif        |only
 waiter-0.1.0/waiter/man/garcon.Rd                         |only
 waiter-0.1.0/waiter/man/hostess.Rd                        |only
 waiter-0.1.0/waiter/man/hostessLoader.Rd                  |only
 waiter-0.1.0/waiter/man/spinners.Rd                       |  123 +++-
 waiter-0.1.0/waiter/man/use_steward.Rd                    |only
 waiter-0.1.0/waiter/man/waiter.Rd                         |  187 +-----
 waiter-0.1.0/waiter/man/waiterClass.Rd                    |only
 waiter-0.1.0/waiter/man/waitress.Rd                       |  254 --------
 waiter-0.1.0/waiter/man/waitressClass.Rd                  |only
 44 files changed, 1625 insertions(+), 1030 deletions(-)

More information about waiter at CRAN
Permanent link

Package RcmdrMisc updated to version 2.7-0 with previous version 2.5-1 dated 2018-09-10

Title: R Commander Miscellaneous Functions
Description: Various statistical, graphics, and data-management functions used by the Rcmdr package in the R Commander GUI for R.
Author: John Fox [aut, cre], Robert Muenchen [ctb], Dan Putler [ctb]
Maintainer: John Fox <jfox@mcmaster.ca>

Diff between RcmdrMisc versions 2.5-1 dated 2018-09-10 and 2.7-0 dated 2020-01-14

 DESCRIPTION           |   12 +-
 MD5                   |   20 ++--
 NAMESPACE             |   74 +++++++++---------
 NEWS                  |  204 ++++++++++++++++++++++++++------------------------
 R/Barplot.R           |  130 +++++++++++++++++--------------
 R/DeltaMethod.R       |   42 +++++-----
 R/binnedCounts.R      |    2 
 R/discreteCounts.R    |only
 R/piechart.R          |only
 man/Barplot.Rd        |  162 +++++++++++++++++++--------------------
 man/binnedCounts.Rd   |    4 
 man/discreteCounts.Rd |only
 man/piechart.Rd       |only
 13 files changed, 338 insertions(+), 312 deletions(-)

More information about RcmdrMisc at CRAN
Permanent link

Package dexter updated to version 1.0.3 with previous version 1.0.2 dated 2019-12-11

Title: Data Management and Analysis of Tests
Description: A system for the management, assessment, and psychometric analysis of data from educational and psychological tests.
Author: Gunter Maris, Timo Bechger, Jesse Koops, Ivailo Partchev
Maintainer: Jesse Koops <jesse.koops@cito.nl>

Diff between dexter versions 1.0.2 dated 2019-12-11 and 1.0.3 dated 2020-01-14

 DESCRIPTION                               |    6 +-
 MD5                                       |   60 +++++++++++++--------------
 NAMESPACE                                 |    1 
 NEWS                                      |    6 ++
 R/RcppExports.R                           |    8 +--
 R/anon_calibration.R                      |    3 -
 R/enorm.R                                 |   12 ++---
 R/interaction_model.R                     |    5 +-
 R/misc.R                                  |    2 
 R/plausible_scores.R                      |    2 
 R/resp_data.R                             |   65 ++++++++++++++++++++++++------
 inst/doc/DIF_vignette.html                |    4 -
 inst/doc/Equating.html                    |   10 ++--
 inst/doc/Plausible_Values.html            |   14 +++---
 inst/doc/Test_Individual_differences.html |   14 +++---
 inst/doc/dexter.html                      |   56 ++++++++++++-------------
 inst/doc/profile-plots.html               |    4 -
 man/fit_enorm.Rd                          |    2 
 man/get_resp_data.Rd                      |   22 +++++++---
 man/information.Rd                        |    2 
 man/plausible_scores.Rd                   |    2 
 src/RcppExports.cpp                       |   29 ++++++-------
 src/data.cpp                              |   16 ++++++-
 src/elsym.cpp                             |   31 --------------
 tests/testthat.R                          |    1 
 tests/testthat/test_ability.R             |    2 
 tests/testthat/test_data_selection.R      |    7 ++-
 tests/testthat/test_database.R            |    2 
 tests/testthat/test_enorm.R               |    2 
 tests/testthat/test_plausible_values.R    |    1 
 tests/testthat/test_profiles.R            |    1 
 31 files changed, 220 insertions(+), 172 deletions(-)

More information about dexter at CRAN
Permanent link

Package upwaver updated to version 1.2.1 with previous version 1.2.0 dated 2019-04-15

Title: Access 'Upwave' API
Description: 'Upwave' <https://www.upwave.io/> is a task management app organising tasks on boards and cards. 'upwaver' is a wrapper around the 'Upwave' API <https://upwavehq.github.io/api/> that allows listing and updating those boards and cards.
Author: Adrian Staempfli, Christoph Strauss, Fabian Leuthold, Michael Schmid
Maintainer: Adrian Staempfli <adrian.staempfli@fhsg.ch>

Diff between upwaver versions 1.2.0 dated 2019-04-15 and 1.2.1 dated 2020-01-14

 DESCRIPTION                   |   10 +++++-----
 MD5                           |   12 ++++++------
 NEWS.md                       |    4 ++++
 build/vignette.rds            |binary
 inst/doc/upwaver.html         |   39 ++++++++++++++++++++++++---------------
 man/create_card_from_excel.Rd |    4 ++--
 tests/testthat/test-upwaver.R |    4 ++--
 7 files changed, 43 insertions(+), 30 deletions(-)

More information about upwaver at CRAN
Permanent link

Package stratamatch updated to version 0.1.3 with previous version 0.1.2 dated 2019-11-22

Title: Stratification and Matching for Large Observational Data Sets
Description: A pilot matching design to automatically stratify and match large datasets. The manual_stratify() function allows users to manually stratify a dataset based on categorical variables of interest, while the auto_stratify() function does automatically by allocating a held-aside (pilot) data set, fitting a prognostic score (see Hansen (2008) <doi:10.1093/biomet/asn004>) on the pilot set, and stratifying the data set based on prognostic score quantiles. The strata_match() function then does optimal matching of the data set in parallel within strata.
Author: Rachael C. Aikens [aut, cre], Joseph Rigdon [aut], Justin Lee [aut], Michael Baiocchi [aut], Jonathan Chen [aut]
Maintainer: Rachael C. Aikens <rockyaikens@gmail.com>

Diff between stratamatch versions 0.1.2 dated 2019-11-22 and 0.1.3 dated 2020-01-14

 DESCRIPTION                         |    8 ++++----
 MD5                                 |   19 +++++++++++--------
 R/ICU_data_documentation.R          |only
 R/split_pilot_set.R                 |   17 ++++++++++-------
 build/vignette.rds                  |binary
 data                                |only
 inst/doc/Intro_to_stratamatch.Rmd   |    2 +-
 inst/doc/Intro_to_stratamatch.html  |    6 +++---
 man/ICU_data.Rd                     |only
 man/split_pilot_set.Rd              |    3 ++-
 tests/testthat/test-auto_stratify.R |    1 +
 vignettes/Intro_to_stratamatch.Rmd  |    2 +-
 12 files changed, 33 insertions(+), 25 deletions(-)

More information about stratamatch at CRAN
Permanent link

New package warp with initial version 0.1.0
Package: warp
Title: Group Dates
Version: 0.1.0
Authors@R: c(person(given = "Davis", family = "Vaughan", role = c("aut", "cre"), email = "davis@rstudio.com"), person(given = "RStudio", role = "cph"))
Description: Tooling to group dates by a variety of periods including: yearly, monthly, by second, by week of the month, and more. The groups are defined in such a way that they also represent the distance between dates in terms of the period. This extracts valuable information that can be used in further calculations that rely on a specific temporal spacing between observations.
License: MIT + file LICENSE
URL: https://github.com/DavisVaughan/warp
BugReports: https://github.com/DavisVaughan/warp/issues
Depends: R (>= 3.2)
Suggests: covr, testthat (>= 2.1.0), knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-01-10 22:08:24 UTC; davis
Author: Davis Vaughan [aut, cre], RStudio [cph]
Maintainer: Davis Vaughan <davis@rstudio.com>
Repository: CRAN
Date/Publication: 2020-01-14 11:40:03 UTC

More information about warp at CRAN
Permanent link

New package statgenSTA with initial version 1.0.2
Package: statgenSTA
Type: Package
Title: Single Trial Analysis (STA) of Field Trials
Version: 1.0.2
Date: 2020-01-09
Authors@R: c(person(given = "Bart-Jan", family = "van Rossum", email = "bart-jan.vanrossum@wur.nl", role = c("aut", "cre")), person(given = "Fred", family = "van Eeuwijk", role = "ctb", comment = c(ORCID = "0000-0003-3672-2921")), person(given = "Martin", family = "Boer", role = "ctb"), person(given = "Marcos", family = "Malosetti", role = "ctb", comment = c(ORCID = "0000-0002-8150-1397")), person(given = "Daniela", family = "Bustos-Korts", role = "ctb", comment = c(ORCID = "0000-0003-3827-6726")), person(given = "Emilie", family = "Millet", role = "ctb", comment = c(ORCID = "0000-0002-2913-4892")), person(given = "Joao", family = "Paulo", role = "ctb", comment = c(ORCID = "0000-0002-4180-0763")), person(given = "Maikel", family = "Verouden", role = "ctb", comment = c(ORCID = "0000-0002-4893-3323")), person(given = "Willem", family = "Kruijer", role = "ctb", comment = c(ORCID = "0000-0001-7179-1733")), person(given = "Ron", family = "Wehrens", role = "ctb", comment = c(ORCID = "0000-0002-8798-5599")), person(given = "Choazhi", family = "Zheng", role = "ctb", comment = c(ORCID = "0000-0001-6030-3933")) )
Description: Phenotypic analysis of field trials using mixed models with and without spatial components. One of a series of statistical genetic packages for streamlining the analysis of typical plant breeding experiments developed by Biometris. Some functions have been created to be used in conjunction with the R package 'asreml' for the 'ASReml' software, which can be obtained upon purchase from 'VSN' international (<http://www.vsni.co.uk/software/asreml-r>).
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Depends: R (>= 3.3)
Imports: emmeans, ggplot2 (>= 3.0), ggrepel, gridExtra, knitr, lme4, mapproj, maps, methods, qtl, reshape2, scales, SpATS (>= 1.0-10), xtable
Suggests: asreml(>= 3.0), rmarkdown, testthat, tibble
SystemRequirements: pdflatex
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-09 09:05:07 UTC; rossu027
Author: Bart-Jan van Rossum [aut, cre], Fred van Eeuwijk [ctb] (<https://orcid.org/0000-0003-3672-2921>), Martin Boer [ctb], Marcos Malosetti [ctb] (<https://orcid.org/0000-0002-8150-1397>), Daniela Bustos-Korts [ctb] (<https://orcid.org/0000-0003-3827-6726>), Emilie Millet [ctb] (<https://orcid.org/0000-0002-2913-4892>), Joao Paulo [ctb] (<https://orcid.org/0000-0002-4180-0763>), Maikel Verouden [ctb] (<https://orcid.org/0000-0002-4893-3323>), Willem Kruijer [ctb] (<https://orcid.org/0000-0001-7179-1733>), Ron Wehrens [ctb] (<https://orcid.org/0000-0002-8798-5599>), Choazhi Zheng [ctb] (<https://orcid.org/0000-0001-6030-3933>)
Maintainer: Bart-Jan van Rossum <bart-jan.vanrossum@wur.nl>
Repository: CRAN
Date/Publication: 2020-01-14 11:30:02 UTC

More information about statgenSTA at CRAN
Permanent link

New package ROMDB with initial version 0.1.0
Package: ROMDB
Type: Package
Date: 2020-01-06
Title: Get 'OMDB' API Multiple Information
Version: 0.1.0
Author: Alberto Almuiña <albertogonzalezalmuinha@gmail.com>
Maintainer: Alberto Almuiña <albertogonzalezalmuinha@gmail.com>
Description: Load multiple movies, series, actors, directors etc from 'OMDB' API. More information in: <http://www.omdbapi.com/> .
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/AlbertoAlmuinha/ROMDB
Imports: dplyr, purrr, httr, stringr, RODBC, magick
NeedsCompilation: no
Packaged: 2020-01-09 12:50:47 UTC; albgonzal
Repository: CRAN
Date/Publication: 2020-01-14 11:40:06 UTC

More information about ROMDB at CRAN
Permanent link

Package paws.storage updated to version 0.1.6 with previous version 0.1.5 dated 2019-10-20

Title: Amazon Web Services Storage APIs
Description: Interface to Amazon Web Services storage APIs, including 'Simple Storage Service' ('S3') and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.storage versions 0.1.5 dated 2019-10-20 and 0.1.6 dated 2020-01-14

 DESCRIPTION                                                      |   10 
 MD5                                                              |  626 -
 NAMESPACE                                                        |   36 
 R/backup_service.R                                               |    2 
 R/dlm_interfaces.R                                               |   44 
 R/dlm_operations.R                                               |  181 
 R/dlm_service.R                                                  |    3 
 R/efs_operations.R                                               |    2 
 R/efs_service.R                                                  |    2 
 R/fsx_interfaces.R                                               |   52 
 R/fsx_operations.R                                               |  220 
 R/fsx_service.R                                                  |    5 
 R/glacier_operations.R                                           |    2 
 R/s3_interfaces.R                                                |    6 
 R/s3_operations.R                                                | 4814 +++++++++-
 R/s3_service.R                                                   |   72 
 R/s3control_interfaces.R                                         |   88 
 R/s3control_operations.R                                         |  387 
 R/s3control_service.R                                            |   16 
 R/storagegateway_interfaces.R                                    |   38 
 R/storagegateway_operations.R                                    |  295 
 R/storagegateway_service.R                                       |   12 
 man/backup.Rd                                                    |  182 
 man/backup_create_backup_plan.Rd                                 |  120 
 man/backup_create_backup_selection.Rd                            |  162 
 man/backup_create_backup_vault.Rd                                |   94 
 man/backup_delete_backup_plan.Rd                                 |   50 
 man/backup_delete_backup_selection.Rd                            |   56 
 man/backup_delete_backup_vault.Rd                                |   52 
 man/backup_delete_backup_vault_access_policy.Rd                  |   50 
 man/backup_delete_backup_vault_notifications.Rd                  |   50 
 man/backup_delete_recovery_point.Rd                              |   60 
 man/backup_describe_backup_job.Rd                                |   44 
 man/backup_describe_backup_vault.Rd                              |   50 
 man/backup_describe_protected_resource.Rd                        |   54 
 man/backup_describe_recovery_point.Rd                            |   64 
 man/backup_describe_restore_job.Rd                               |   48 
 man/backup_export_backup_plan_template.Rd                        |   48 
 man/backup_get_backup_plan.Rd                                    |   56 
 man/backup_get_backup_plan_from_json.Rd                          |   44 
 man/backup_get_backup_plan_from_template.Rd                      |   44 
 man/backup_get_backup_selection.Rd                               |   56 
 man/backup_get_backup_vault_access_policy.Rd                     |   54 
 man/backup_get_backup_vault_notifications.Rd                     |   50 
 man/backup_get_recovery_point_restore_metadata.Rd                |   80 
 man/backup_get_supported_resource_types.Rd                       |   24 
 man/backup_list_backup_jobs.Rd                                   |  124 
 man/backup_list_backup_plan_templates.Rd                         |   60 
 man/backup_list_backup_plan_versions.Rd                          |   70 
 man/backup_list_backup_plans.Rd                                  |   72 
 man/backup_list_backup_selections.Rd                             |   66 
 man/backup_list_backup_vaults.Rd                                 |   60 
 man/backup_list_protected_resources.Rd                           |   64 
 man/backup_list_recovery_points_by_backup_vault.Rd               |  120 
 man/backup_list_recovery_points_by_resource.Rd                   |   70 
 man/backup_list_restore_jobs.Rd                                  |   60 
 man/backup_list_tags.Rd                                          |   70 
 man/backup_put_backup_vault_access_policy.Rd                     |   62 
 man/backup_put_backup_vault_notifications.Rd                     |   78 
 man/backup_start_backup_job.Rd                                   |  142 
 man/backup_start_restore_job.Rd                                  |  120 
 man/backup_stop_backup_job.Rd                                    |   44 
 man/backup_tag_resource.Rd                                       |   62 
 man/backup_untag_resource.Rd                                     |   62 
 man/backup_update_backup_plan.Rd                                 |   94 
 man/backup_update_recovery_point_lifecycle.Rd                    |  112 
 man/dlm.Rd                                                       |  115 
 man/dlm_create_lifecycle_policy.Rd                               |  183 
 man/dlm_delete_lifecycle_policy.Rd                               |   48 
 man/dlm_get_lifecycle_policies.Rd                                |  110 
 man/dlm_get_lifecycle_policy.Rd                                  |   44 
 man/dlm_list_tags_for_resource.Rd                                |only
 man/dlm_tag_resource.Rd                                          |only
 man/dlm_untag_resource.Rd                                        |only
 man/dlm_update_lifecycle_policy.Rd                               |  181 
 man/efs.Rd                                                       |  144 
 man/efs_create_file_system.Rd                                    |  308 
 man/efs_create_mount_target.Rd                                   |  288 
 man/efs_create_tags.Rd                                           |  106 
 man/efs_delete_file_system.Rd                                    |   92 
 man/efs_delete_mount_target.Rd                                   |  114 
 man/efs_delete_tags.Rd                                           |   90 
 man/efs_describe_file_systems.Rd                                 |  142 
 man/efs_describe_lifecycle_configuration.Rd                      |   84 
 man/efs_describe_mount_target_security_groups.Rd                 |   84 
 man/efs_describe_mount_targets.Rd                                |  116 
 man/efs_describe_tags.Rd                                         |   94 
 man/efs_modify_mount_target_security_groups.Rd                   |  110 
 man/efs_put_lifecycle_configuration.Rd                           |  158 
 man/efs_update_file_system.Rd                                    |   78 
 man/fsx.Rd                                                       |  131 
 man/fsx_cancel_data_repository_task.Rd                           |only
 man/fsx_create_backup.Rd                                         |  160 
 man/fsx_create_data_repository_task.Rd                           |only
 man/fsx_create_file_system.Rd                                    |  314 
 man/fsx_create_file_system_from_backup.Rd                        |  264 
 man/fsx_delete_backup.Rd                                         |   88 
 man/fsx_delete_file_system.Rd                                    |  132 
 man/fsx_describe_backups.Rd                                      |  160 
 man/fsx_describe_data_repository_tasks.Rd                        |only
 man/fsx_describe_file_systems.Rd                                 |  140 
 man/fsx_list_tags_for_resource.Rd                                |  130 
 man/fsx_tag_resource.Rd                                          |   90 
 man/fsx_untag_resource.Rd                                        |   76 
 man/fsx_update_file_system.Rd                                    |  124 
 man/glacier.Rd                                                   |  226 
 man/glacier_abort_multipart_upload.Rd                            |  122 
 man/glacier_abort_vault_lock.Rd                                  |  112 
 man/glacier_add_tags_to_vault.Rd                                 |  104 
 man/glacier_complete_multipart_upload.Rd                         |  200 
 man/glacier_complete_vault_lock.Rd                               |  124 
 man/glacier_create_vault.Rd                                      |  120 
 man/glacier_delete_archive.Rd                                    |  132 
 man/glacier_delete_vault.Rd                                      |  114 
 man/glacier_delete_vault_access_policy.Rd                        |   96 
 man/glacier_delete_vault_notifications.Rd                        |  104 
 man/glacier_describe_job.Rd                                      |  134 
 man/glacier_describe_vault.Rd                                    |  118 
 man/glacier_get_data_retrieval_policy.Rd                         |   74 
 man/glacier_get_job_output.Rd                                    |  238 
 man/glacier_get_vault_access_policy.Rd                           |   88 
 man/glacier_get_vault_lock.Rd                                    |  124 
 man/glacier_get_vault_notifications.Rd                           |  110 
 man/glacier_initiate_job.Rd                                      |  238 
 man/glacier_initiate_multipart_upload.Rd                         |  172 
 man/glacier_initiate_vault_lock.Rd                               |  162 
 man/glacier_list_jobs.Rd                                         |  188 
 man/glacier_list_multipart_uploads.Rd                            |  162 
 man/glacier_list_parts.Rd                                        |  156 
 man/glacier_list_provisioned_capacity.Rd                         |   70 
 man/glacier_list_tags_for_vault.Rd                               |   78 
 man/glacier_list_vaults.Rd                                       |  130 
 man/glacier_purchase_provisioned_capacity.Rd                     |   66 
 man/glacier_remove_tags_from_vault.Rd                            |  100 
 man/glacier_set_data_retrieval_policy.Rd                         |  122 
 man/glacier_set_vault_access_policy.Rd                           |  106 
 man/glacier_set_vault_notifications.Rd                           |  174 
 man/glacier_upload_archive.Rd                                    |  174 
 man/glacier_upload_multipart_part.Rd                             |  202 
 man/s3.Rd                                                        |  272 
 man/s3_abort_multipart_upload.Rd                                 |  116 
 man/s3_complete_multipart_upload.Rd                              |  196 
 man/s3_copy_object.Rd                                            |  631 -
 man/s3_create_bucket.Rd                                          |  201 
 man/s3_create_multipart_upload.Rd                                |  474 
 man/s3_delete_bucket.Rd                                          |   71 
 man/s3_delete_bucket_analytics_configuration.Rd                  |   72 
 man/s3_delete_bucket_cors.Rd                                     |   74 
 man/s3_delete_bucket_encryption.Rd                               |   64 
 man/s3_delete_bucket_inventory_configuration.Rd                  |   70 
 man/s3_delete_bucket_lifecycle.Rd                                |   79 
 man/s3_delete_bucket_metrics_configuration.Rd                    |   74 
 man/s3_delete_bucket_policy.Rd                                   |   83 
 man/s3_delete_bucket_replication.Rd                              |   82 
 man/s3_delete_bucket_tagging.Rd                                  |   69 
 man/s3_delete_bucket_website.Rd                                  |   78 
 man/s3_delete_object.Rd                                          |  150 
 man/s3_delete_object_tagging.Rd                                  |  118 
 man/s3_delete_objects.Rd                                         |  227 
 man/s3_delete_public_access_block.Rd                             |   59 
 man/s3_get_bucket_accelerate_configuration.Rd                    |   74 
 man/s3_get_bucket_acl.Rd                                         |   55 
 man/s3_get_bucket_analytics_configuration.Rd                     |   71 
 man/s3_get_bucket_cors.Rd                                        |   73 
 man/s3_get_bucket_encryption.Rd                                  |   61 
 man/s3_get_bucket_inventory_configuration.Rd                     |   73 
 man/s3_get_bucket_lifecycle.Rd                                   |   88 
 man/s3_get_bucket_lifecycle_configuration.Rd                     |   97 
 man/s3_get_bucket_location.Rd                                    |   70 
 man/s3_get_bucket_logging.Rd                                     |   55 
 man/s3_get_bucket_metrics_configuration.Rd                       |   73 
 man/s3_get_bucket_notification.Rd                                |   72 
 man/s3_get_bucket_notification_configuration.Rd                  |   62 
 man/s3_get_bucket_policy.Rd                                      |   79 
 man/s3_get_bucket_policy_status.Rd                               |   64 
 man/s3_get_bucket_replication.Rd                                 |   89 
 man/s3_get_bucket_request_payment.Rd                             |   67 
 man/s3_get_bucket_tagging.Rd                                     |   77 
 man/s3_get_bucket_versioning.Rd                                  |   73 
 man/s3_get_bucket_website.Rd                                     |   73 
 man/s3_get_object.Rd                                             |  370 
 man/s3_get_object_acl.Rd                                         |  102 
 man/s3_get_object_legal_hold.Rd                                  |   77 
 man/s3_get_object_lock_configuration.Rd                          |   49 
 man/s3_get_object_retention.Rd                                   |   77 
 man/s3_get_object_tagging.Rd                                     |  116 
 man/s3_get_object_torrent.Rd                                     |   87 
 man/s3_get_public_access_block.Rd                                |   68 
 man/s3_head_bucket.Rd                                            |   71 
 man/s3_head_object.Rd                                            |  250 
 man/s3_list_bucket_analytics_configurations.Rd                   |   81 
 man/s3_list_bucket_inventory_configurations.Rd                   |   85 
 man/s3_list_bucket_metrics_configurations.Rd                     |   88 
 man/s3_list_buckets.Rd                                           |   46 
 man/s3_list_multipart_uploads.Rd                                 |  189 
 man/s3_list_object_versions.Rd                                   |  146 
 man/s3_list_objects.Rd                                           |  124 
 man/s3_list_objects_v2.Rd                                        |  170 
 man/s3_list_parts.Rd                                             |  132 
 man/s3_put_bucket_accelerate_configuration.Rd                    |   89 
 man/s3_put_bucket_acl.Rd                                         |  247 
 man/s3_put_bucket_analytics_configuration.Rd                     |  173 
 man/s3_put_bucket_cors.Rd                                        |  223 
 man/s3_put_bucket_encryption.Rd                                  |  113 
 man/s3_put_bucket_inventory_configuration.Rd                     |  173 
 man/s3_put_bucket_lifecycle.Rd                                   |  168 
 man/s3_put_bucket_lifecycle_configuration.Rd                     |  273 
 man/s3_put_bucket_logging.Rd                                     |  192 
 man/s3_put_bucket_metrics_configuration.Rd                       |  126 
 man/s3_put_bucket_notification.Rd                                |  110 
 man/s3_put_bucket_notification_configuration.Rd                  |  260 
 man/s3_put_bucket_policy.Rd                                      |  104 
 man/s3_put_bucket_replication.Rd                                 |  270 
 man/s3_put_bucket_request_payment.Rd                             |  102 
 man/s3_put_bucket_tagging.Rd                                     |  163 
 man/s3_put_bucket_versioning.Rd                                  |  133 
 man/s3_put_bucket_website.Rd                                     |  189 
 man/s3_put_object.Rd                                             |  748 +
 man/s3_put_object_acl.Rd                                         |  284 
 man/s3_put_object_legal_hold.Rd                                  |   97 
 man/s3_put_object_lock_configuration.Rd                          |  106 
 man/s3_put_object_retention.Rd                                   |  114 
 man/s3_put_object_tagging.Rd                                     |  187 
 man/s3_put_public_access_block.Rd                                |  103 
 man/s3_restore_object.Rd                                         |  486 -
 man/s3_select_object_content.Rd                                  |  279 
 man/s3_upload_part.Rd                                            |  253 
 man/s3_upload_part_copy.Rd                                       |  355 
 man/s3control.Rd                                                 |  114 
 man/s3control_create_access_point.Rd                             |only
 man/s3control_create_job.Rd                                      |  334 
 man/s3control_delete_access_point.Rd                             |only
 man/s3control_delete_access_point_policy.Rd                      |only
 man/s3control_delete_public_access_block.Rd                      |   48 
 man/s3control_describe_job.Rd                                    |   54 
 man/s3control_get_access_point.Rd                                |only
 man/s3control_get_access_point_policy.Rd                         |only
 man/s3control_get_access_point_policy_status.Rd                  |only
 man/s3control_get_public_access_block.Rd                         |   47 
 man/s3control_list_access_points.Rd                              |only
 man/s3control_list_jobs.Rd                                       |   82 
 man/s3control_put_access_point_policy.Rd                         |only
 man/s3control_put_public_access_block.Rd                         |   66 
 man/s3control_update_job_priority.Rd                             |   56 
 man/s3control_update_job_status.Rd                               |   68 
 man/storagegateway.Rd                                            |  356 
 man/storagegateway_activate_gateway.Rd                           |  223 
 man/storagegateway_add_cache.Rd                                  |   96 
 man/storagegateway_add_tags_to_resource.Rd                       |  128 
 man/storagegateway_add_upload_buffer.Rd                          |   98 
 man/storagegateway_add_working_storage.Rd                        |  108 
 man/storagegateway_assign_tape_pool.Rd                           |   78 
 man/storagegateway_attach_volume.Rd                              |  110 
 man/storagegateway_cancel_archival.Rd                            |   76 
 man/storagegateway_cancel_retrieval.Rd                           |   78 
 man/storagegateway_create_cachedi_scsi_volume.Rd                 |  239 
 man/storagegateway_create_nfs_file_share.Rd                      |  258 
 man/storagegateway_create_smb_file_share.Rd                      |  292 
 man/storagegateway_create_snapshot.Rd                            |  154 
 man/storagegateway_create_snapshot_from_volume_recovery_point.Rd |  130 
 man/storagegateway_create_storedi_scsi_volume.Rd                 |  218 
 man/storagegateway_create_tape_with_barcode.Rd                   |  170 
 man/storagegateway_create_tapes.Rd                               |  192 
 man/storagegateway_delete_bandwidth_rate_limit.Rd                |   83 
 man/storagegateway_delete_chap_credentials.Rd                    |   77 
 man/storagegateway_delete_file_share.Rd                          |   60 
 man/storagegateway_delete_gateway.Rd                             |   94 
 man/storagegateway_delete_snapshot_schedule.Rd                   |   80 
 man/storagegateway_delete_tape.Rd                                |   72 
 man/storagegateway_delete_tape_archive.Rd                        |   62 
 man/storagegateway_delete_volume.Rd                              |   98 
 man/storagegateway_describe_availability_monitor_test.Rd         |only
 man/storagegateway_describe_bandwidth_rate_limit.Rd              |   78 
 man/storagegateway_describe_cache.Rd                             |   68 
 man/storagegateway_describe_cachedi_scsi_volumes.Rd              |   84 
 man/storagegateway_describe_chap_credentials.Rd                  |   75 
 man/storagegateway_describe_gateway_information.Rd               |   72 
 man/storagegateway_describe_maintenance_start_time.Rd            |   66 
 man/storagegateway_describe_nfs_file_shares.Rd                   |   54 
 man/storagegateway_describe_smb_file_shares.Rd                   |   56 
 man/storagegateway_describe_smb_settings.Rd                      |   48 
 man/storagegateway_describe_snapshot_schedule.Rd                 |   68 
 man/storagegateway_describe_storedi_scsi_volumes.Rd              |   80 
 man/storagegateway_describe_tape_archives.Rd                     |  106 
 man/storagegateway_describe_tape_recovery_points.Rd              |   96 
 man/storagegateway_describe_tapes.Rd                             |  122 
 man/storagegateway_describe_upload_buffer.Rd                     |   86 
 man/storagegateway_describe_vtl_devices.Rd                       |  116 
 man/storagegateway_describe_working_storage.Rd                   |   84 
 man/storagegateway_detach_volume.Rd                              |   68 
 man/storagegateway_disable_gateway.Rd                            |   76 
 man/storagegateway_join_domain.Rd                                |  103 
 man/storagegateway_list_file_shares.Rd                           |   72 
 man/storagegateway_list_gateways.Rd                              |  100 
 man/storagegateway_list_local_disks.Rd                           |   82 
 man/storagegateway_list_tags_for_resource.Rd                     |   83 
 man/storagegateway_list_tapes.Rd                                 |   90 
 man/storagegateway_list_volume_initiators.Rd                     |   52 
 man/storagegateway_list_volume_recovery_points.Rd                |   76 
 man/storagegateway_list_volumes.Rd                               |  106 
 man/storagegateway_notify_when_uploaded.Rd                       |   78 
 man/storagegateway_refresh_cache.Rd                              |  121 
 man/storagegateway_remove_tags_from_resource.Rd                  |   85 
 man/storagegateway_reset_cache.Rd                                |   90 
 man/storagegateway_retrieve_tape_archive.Rd                      |  104 
 man/storagegateway_retrieve_tape_recovery_point.Rd               |   88 
 man/storagegateway_set_local_console_password.Rd                 |   74 
 man/storagegateway_set_smb_guest_password.Rd                     |   56 
 man/storagegateway_shutdown_gateway.Rd                           |  106 
 man/storagegateway_start_availability_monitor_test.Rd            |only
 man/storagegateway_start_gateway.Rd                              |   84 
 man/storagegateway_update_bandwidth_rate_limit.Rd                |  107 
 man/storagegateway_update_chap_credentials.Rd                    |  123 
 man/storagegateway_update_gateway_information.Rd                 |  100 
 man/storagegateway_update_gateway_software_now.Rd                |   88 
 man/storagegateway_update_maintenance_start_time.Rd              |  120 
 man/storagegateway_update_nfs_file_share.Rd                      |  204 
 man/storagegateway_update_smb_file_share.Rd                      |  224 
 man/storagegateway_update_smb_security_strategy.Rd               |   84 
 man/storagegateway_update_snapshot_schedule.Rd                   |  144 
 man/storagegateway_update_vtl_device_type.Rd                     |   80 
 tests/testthat/test_fsx.R                                        |    8 
 322 files changed, 25062 insertions(+), 16281 deletions(-)

More information about paws.storage at CRAN
Permanent link

Package paws.security.identity updated to version 0.1.6 with previous version 0.1.5 dated 2019-10-20

Title: Amazon Web Services Security, Identity, & Compliance APIs
Description: Interface to Amazon Web Services security, identity, and compliance APIs, including the 'Identity & Access Management' ('IAM') service for managing access to services and resources, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.security.identity versions 0.1.5 dated 2019-10-20 and 0.1.6 dated 2020-01-14

 DESCRIPTION                                                         |   10 
 MD5                                                                 | 1864 +++++-----
 NAMESPACE                                                           |   64 
 R/acm_interfaces.R                                                  |    4 
 R/acm_operations.R                                                  |   63 
 R/cognitoidentity_interfaces.R                                      |   10 
 R/cognitoidentity_operations.R                                      |   48 
 R/cognitoidentityprovider_interfaces.R                              |   44 
 R/cognitoidentityprovider_operations.R                              | 1073 ++++-
 R/cognitoidentityprovider_service.R                                 |   14 
 R/directoryservice_interfaces.R                                     |   84 
 R/directoryservice_operations.R                                     |  378 +-
 R/directoryservice_service.R                                        |   13 
 R/fms_interfaces.R                                                  |   38 
 R/fms_operations.R                                                  |  233 +
 R/fms_service.R                                                     |    7 
 R/guardduty_interfaces.R                                            |   62 
 R/guardduty_operations.R                                            |  471 ++
 R/guardduty_service.R                                               |   27 
 R/iam_interfaces.R                                                  |   20 
 R/iam_operations.R                                                  |   21 
 R/iam_service.R                                                     |   16 
 R/kms_interfaces.R                                                  |   78 
 R/kms_operations.R                                                  | 1810 ++++++++-
 R/kms_service.R                                                     |   33 
 R/ram_interfaces.R                                                  |  106 
 R/ram_operations.R                                                  |  405 +-
 R/ram_service.R                                                     |   49 
 R/secretsmanager_interfaces.R                                       |    6 
 R/secretsmanager_operations.R                                       |    2 
 R/secretsmanager_service.R                                          |    2 
 R/securityhub_interfaces.R                                          |    6 
 R/securityhub_operations.R                                          |  150 
 R/securityhub_service.R                                             |   12 
 R/sts_interfaces.R                                                  |   16 
 R/sts_operations.R                                                  |  579 ++-
 R/sts_service.R                                                     |   24 
 R/waf_operations.R                                                  |   15 
 R/wafregional_operations.R                                          |   15 
 man/acm.Rd                                                          |  124 
 man/acm_add_tags_to_certificate.Rd                                  |  108 
 man/acm_delete_certificate.Rd                                       |   72 
 man/acm_describe_certificate.Rd                                     |   54 
 man/acm_export_certificate.Rd                                       |   83 
 man/acm_get_certificate.Rd                                          |   62 
 man/acm_import_certificate.Rd                                       |  171 
 man/acm_list_certificates.Rd                                        |  107 
 man/acm_list_tags_for_certificate.Rd                                |   60 
 man/acm_remove_tags_from_certificate.Rd                             |   88 
 man/acm_renew_certificate.Rd                                        |   62 
 man/acm_request_certificate.Rd                                      |  238 -
 man/acm_resend_validation_email.Rd                                  |  116 
 man/acm_update_certificate_options.Rd                               |   72 
 man/acmpca.Rd                                                       |  156 
 man/acmpca_create_certificate_authority.Rd                          |  188 -
 man/acmpca_create_certificate_authority_audit_report.Rd             |   74 
 man/acmpca_create_permission.Rd                                     |  102 
 man/acmpca_delete_certificate_authority.Rd                          |  110 
 man/acmpca_delete_permission.Rd                                     |   74 
 man/acmpca_describe_certificate_authority.Rd                        |   92 
 man/acmpca_describe_certificate_authority_audit_report.Rd           |   70 
 man/acmpca_get_certificate.Rd                                       |   76 
 man/acmpca_get_certificate_authority_certificate.Rd                 |   56 
 man/acmpca_get_certificate_authority_csr.Rd                         |   64 
 man/acmpca_import_certificate_authority_certificate.Rd              |  144 
 man/acmpca_issue_certificate.Rd                                     |  168 
 man/acmpca_list_certificate_authorities.Rd                          |   66 
 man/acmpca_list_permissions.Rd                                      |   84 
 man/acmpca_list_tags.Rd                                             |   82 
 man/acmpca_restore_certificate_authority.Rd                         |   80 
 man/acmpca_revoke_certificate.Rd                                    |  108 
 man/acmpca_tag_certificate_authority.Rd                             |   84 
 man/acmpca_untag_certificate_authority.Rd                           |   78 
 man/acmpca_update_certificate_authority.Rd                          |   86 
 man/clouddirectory.Rd                                               |  236 -
 man/clouddirectory_add_facet_to_object.Rd                           |  114 
 man/clouddirectory_apply_schema.Rd                                  |   60 
 man/clouddirectory_attach_object.Rd                                 |   88 
 man/clouddirectory_attach_policy.Rd                                 |   72 
 man/clouddirectory_attach_to_index.Rd                               |   68 
 man/clouddirectory_attach_typed_link.Rd                             |  114 
 man/clouddirectory_batch_read.Rd                                    |  512 +-
 man/clouddirectory_batch_write.Rd                                   |  588 +--
 man/clouddirectory_create_directory.Rd                              |   64 
 man/clouddirectory_create_facet.Rd                                  |  176 
 man/clouddirectory_create_index.Rd                                  |   92 
 man/clouddirectory_create_object.Rd                                 |  134 
 man/clouddirectory_create_schema.Rd                                 |   74 
 man/clouddirectory_create_typed_link_facet.Rd                       |  112 
 man/clouddirectory_delete_directory.Rd                              |   48 
 man/clouddirectory_delete_facet.Rd                                  |   56 
 man/clouddirectory_delete_object.Rd                                 |   62 
 man/clouddirectory_delete_schema.Rd                                 |   48 
 man/clouddirectory_delete_typed_link_facet.Rd                       |   52 
 man/clouddirectory_detach_from_index.Rd                             |   68 
 man/clouddirectory_detach_object.Rd                                 |   66 
 man/clouddirectory_detach_policy.Rd                                 |   70 
 man/clouddirectory_detach_typed_link.Rd                             |  104 
 man/clouddirectory_disable_directory.Rd                             |   48 
 man/clouddirectory_enable_directory.Rd                              |   46 
 man/clouddirectory_get_applied_schema_version.Rd                    |   48 
 man/clouddirectory_get_directory.Rd                                 |   44 
 man/clouddirectory_get_facet.Rd                                     |   58 
 man/clouddirectory_get_link_attributes.Rd                           |  122 
 man/clouddirectory_get_object_attributes.Rd                         |   88 
 man/clouddirectory_get_object_information.Rd                        |   62 
 man/clouddirectory_get_schema_as_json.Rd                            |   46 
 man/clouddirectory_get_typed_link_facet_information.Rd              |   54 
 man/clouddirectory_list_applied_schema_arns.Rd                      |   68 
 man/clouddirectory_list_attached_indices.Rd                         |   74 
 man/clouddirectory_list_development_schema_arns.Rd                  |   54 
 man/clouddirectory_list_directories.Rd                              |   58 
 man/clouddirectory_list_facet_attributes.Rd                         |   64 
 man/clouddirectory_list_facet_names.Rd                              |   56 
 man/clouddirectory_list_incoming_typed_links.Rd                     |  162 
 man/clouddirectory_list_index.Rd                                    |  142 
 man/clouddirectory_list_managed_schema_arns.Rd                      |   64 
 man/clouddirectory_list_object_attributes.Rd                        |   98 
 man/clouddirectory_list_object_children.Rd                          |   88 
 man/clouddirectory_list_object_parent_paths.Rd                      |   94 
 man/clouddirectory_list_object_parents.Rd                           |   96 
 man/clouddirectory_list_object_policies.Rd                          |   82 
 man/clouddirectory_list_outgoing_typed_links.Rd                     |  162 
 man/clouddirectory_list_policy_attachments.Rd                       |   84 
 man/clouddirectory_list_published_schema_arns.Rd                    |   64 
 man/clouddirectory_list_tags_for_resource.Rd                        |   68 
 man/clouddirectory_list_typed_link_facet_attributes.Rd              |   70 
 man/clouddirectory_list_typed_link_facet_names.Rd                   |   64 
 man/clouddirectory_lookup_policy.Rd                                 |   88 
 man/clouddirectory_publish_schema.Rd                                |   78 
 man/clouddirectory_put_schema_from_json.Rd                          |   54 
 man/clouddirectory_remove_facet_from_object.Rd                      |   68 
 man/clouddirectory_tag_resource.Rd                                  |   62 
 man/clouddirectory_untag_resource.Rd                                |   56 
 man/clouddirectory_update_facet.Rd                                  |  152 
 man/clouddirectory_update_link_attributes.Rd                        |  156 
 man/clouddirectory_update_object_attributes.Rd                      |  104 
 man/clouddirectory_update_schema.Rd                                 |   54 
 man/clouddirectory_update_typed_link_facet.Rd                       |  140 
 man/clouddirectory_upgrade_applied_schema.Rd                        |   78 
 man/clouddirectory_upgrade_published_schema.Rd                      |   78 
 man/cloudhsm.Rd                                                     |  144 
 man/cloudhsm_add_tags_to_resource.Rd                                |   84 
 man/cloudhsm_create_hapg.Rd                                         |   64 
 man/cloudhsm_create_hsm.Rd                                          |  136 
 man/cloudhsm_create_luna_client.Rd                                  |   68 
 man/cloudhsm_delete_hapg.Rd                                         |   60 
 man/cloudhsm_delete_hsm.Rd                                          |   62 
 man/cloudhsm_delete_luna_client.Rd                                  |   60 
 man/cloudhsm_describe_hapg.Rd                                       |   60 
 man/cloudhsm_describe_hsm.Rd                                        |   72 
 man/cloudhsm_describe_luna_client.Rd                                |   66 
 man/cloudhsm_get_config.Rd                                          |   80 
 man/cloudhsm_list_available_zones.Rd                                |   50 
 man/cloudhsm_list_hapgs.Rd                                          |   72 
 man/cloudhsm_list_hsms.Rd                                           |   74 
 man/cloudhsm_list_luna_clients.Rd                                   |   72 
 man/cloudhsm_list_tags_for_resource.Rd                              |   60 
 man/cloudhsm_modify_hapg.Rd                                         |   78 
 man/cloudhsm_modify_hsm.Rd                                          |  118 
 man/cloudhsm_modify_luna_client.Rd                                  |   72 
 man/cloudhsm_remove_tags_from_resource.Rd                           |   82 
 man/cloudhsmv2.Rd                                                   |  116 
 man/cloudhsmv2_copy_backup_to_region.Rd                             |   50 
 man/cloudhsmv2_create_cluster.Rd                                    |   78 
 man/cloudhsmv2_create_hsm.Rd                                        |   70 
 man/cloudhsmv2_delete_backup.Rd                                     |   50 
 man/cloudhsmv2_delete_cluster.Rd                                    |   52 
 man/cloudhsmv2_delete_hsm.Rd                                        |   74 
 man/cloudhsmv2_describe_backups.Rd                                  |  120 
 man/cloudhsmv2_describe_clusters.Rd                                 |  106 
 man/cloudhsmv2_initialize_cluster.Rd                                |   84 
 man/cloudhsmv2_list_tags.Rd                                         |   80 
 man/cloudhsmv2_restore_backup.Rd                                    |   52 
 man/cloudhsmv2_tag_resource.Rd                                      |   66 
 man/cloudhsmv2_untag_resource.Rd                                    |   62 
 man/cognitoidentity.Rd                                              |  168 
 man/cognitoidentity_create_identity_pool.Rd                         |  173 
 man/cognitoidentity_delete_identities.Rd                            |   56 
 man/cognitoidentity_delete_identity_pool.Rd                         |   52 
 man/cognitoidentity_describe_identity.Rd                            |   54 
 man/cognitoidentity_describe_identity_pool.Rd                       |   54 
 man/cognitoidentity_get_credentials_for_identity.Rd                 |  100 
 man/cognitoidentity_get_id.Rd                                       |   92 
 man/cognitoidentity_get_identity_pool_roles.Rd                      |   50 
 man/cognitoidentity_get_open_id_token.Rd                            |   76 
 man/cognitoidentity_get_open_id_token_for_developer_identity.Rd     |  141 
 man/cognitoidentity_list_identities.Rd                              |   74 
 man/cognitoidentity_list_identity_pools.Rd                          |   56 
 man/cognitoidentity_list_tags_for_resource.Rd                       |   60 
 man/cognitoidentity_lookup_developer_identity.Rd                    |  126 
 man/cognitoidentity_merge_developer_identities.Rd                   |  110 
 man/cognitoidentity_set_identity_pool_roles.Rd                      |  114 
 man/cognitoidentity_tag_resource.Rd                                 |   96 
 man/cognitoidentity_unlink_developer_identity.Rd                    |   80 
 man/cognitoidentity_unlink_identity.Rd                              |   76 
 man/cognitoidentity_untag_resource.Rd                               |   58 
 man/cognitoidentity_update_identity_pool.Rd                         |  146 
 man/cognitoidentityprovider.Rd                                      |  304 -
 man/cognitoidentityprovider_add_custom_attributes.Rd                |   86 
 man/cognitoidentityprovider_admin_add_user_to_group.Rd              |   64 
 man/cognitoidentityprovider_admin_confirm_sign_up.Rd                |   91 
 man/cognitoidentityprovider_admin_create_user.Rd                    |  318 -
 man/cognitoidentityprovider_admin_delete_user.Rd                    |   56 
 man/cognitoidentityprovider_admin_delete_user_attributes.Rd         |   82 
 man/cognitoidentityprovider_admin_disable_provider_for_user.Rd      |  128 
 man/cognitoidentityprovider_admin_disable_user.Rd                   |   56 
 man/cognitoidentityprovider_admin_enable_user.Rd                    |   56 
 man/cognitoidentityprovider_admin_forget_device.Rd                  |   64 
 man/cognitoidentityprovider_admin_get_device.Rd                     |   64 
 man/cognitoidentityprovider_admin_get_user.Rd                       |   60 
 man/cognitoidentityprovider_admin_initiate_auth.Rd                  |  265 -
 man/cognitoidentityprovider_admin_link_provider_for_user.Rd         |  190 -
 man/cognitoidentityprovider_admin_list_devices.Rd                   |   70 
 man/cognitoidentityprovider_admin_list_groups_for_user.Rd           |   74 
 man/cognitoidentityprovider_admin_list_user_auth_events.Rd          |   68 
 man/cognitoidentityprovider_admin_remove_user_from_group.Rd         |   64 
 man/cognitoidentityprovider_admin_reset_user_password.Rd            |  113 
 man/cognitoidentityprovider_admin_respond_to_auth_challenge.Rd      |  207 -
 man/cognitoidentityprovider_admin_set_user_mfa_preference.Rd        |   82 
 man/cognitoidentityprovider_admin_set_user_password.Rd              |   77 
 man/cognitoidentityprovider_admin_set_user_settings.Rd              |   77 
 man/cognitoidentityprovider_admin_update_auth_event_feedback.Rd     |   70 
 man/cognitoidentityprovider_admin_update_device_status.Rd           |   70 
 man/cognitoidentityprovider_admin_update_user_attributes.Rd         |  131 
 man/cognitoidentityprovider_admin_user_global_sign_out.Rd           |   59 
 man/cognitoidentityprovider_associate_software_token.Rd             |   56 
 man/cognitoidentityprovider_change_password.Rd                      |   58 
 man/cognitoidentityprovider_confirm_device.Rd                       |   72 
 man/cognitoidentityprovider_confirm_forgot_password.Rd              |  140 
 man/cognitoidentityprovider_confirm_sign_up.Rd                      |  148 
 man/cognitoidentityprovider_create_group.Rd                         |  108 
 man/cognitoidentityprovider_create_identity_provider.Rd             |   92 
 man/cognitoidentityprovider_create_resource_server.Rd               |   80 
 man/cognitoidentityprovider_create_user_import_job.Rd               |   62 
 man/cognitoidentityprovider_create_user_pool.Rd                     |  374 +-
 man/cognitoidentityprovider_create_user_pool_client.Rd              |  331 +
 man/cognitoidentityprovider_create_user_pool_domain.Rd              |   78 
 man/cognitoidentityprovider_delete_group.Rd                         |   56 
 man/cognitoidentityprovider_delete_identity_provider.Rd             |   52 
 man/cognitoidentityprovider_delete_resource_server.Rd               |   50 
 man/cognitoidentityprovider_delete_user.Rd                          |   44 
 man/cognitoidentityprovider_delete_user_attributes.Rd               |   64 
 man/cognitoidentityprovider_delete_user_pool.Rd                     |   44 
 man/cognitoidentityprovider_delete_user_pool_client.Rd              |   50 
 man/cognitoidentityprovider_delete_user_pool_domain.Rd              |   50 
 man/cognitoidentityprovider_describe_identity_provider.Rd           |   52 
 man/cognitoidentityprovider_describe_resource_server.Rd             |   50 
 man/cognitoidentityprovider_describe_risk_configuration.Rd          |   52 
 man/cognitoidentityprovider_describe_user_import_job.Rd             |   52 
 man/cognitoidentityprovider_describe_user_pool.Rd                   |   48 
 man/cognitoidentityprovider_describe_user_pool_client.Rd            |   54 
 man/cognitoidentityprovider_describe_user_pool_domain.Rd            |   44 
 man/cognitoidentityprovider_forget_device.Rd                        |   50 
 man/cognitoidentityprovider_forgot_password.Rd                      |  139 
 man/cognitoidentityprovider_get_csv_header.Rd                       |   48 
 man/cognitoidentityprovider_get_device.Rd                           |   50 
 man/cognitoidentityprovider_get_group.Rd                            |   56 
 man/cognitoidentityprovider_get_identity_provider_by_identifier.Rd  |   52 
 man/cognitoidentityprovider_get_signing_certificate.Rd              |   44 
 man/cognitoidentityprovider_get_ui_customization.Rd                 |   60 
 man/cognitoidentityprovider_get_user.Rd                             |   46 
 man/cognitoidentityprovider_get_user_attribute_verification_code.Rd |   93 
 man/cognitoidentityprovider_get_user_pool_mfa_config.Rd             |   44 
 man/cognitoidentityprovider_global_sign_out.Rd                      |   47 
 man/cognitoidentityprovider_initiate_auth.Rd                        |  225 -
 man/cognitoidentityprovider_list_devices.Rd                         |   58 
 man/cognitoidentityprovider_list_groups.Rd                          |   66 
 man/cognitoidentityprovider_list_identity_providers.Rd              |   58 
 man/cognitoidentityprovider_list_resource_servers.Rd                |   58 
 man/cognitoidentityprovider_list_tags_for_resource.Rd               |   60 
 man/cognitoidentityprovider_list_user_import_jobs.Rd                |   64 
 man/cognitoidentityprovider_list_user_pool_clients.Rd               |   66 
 man/cognitoidentityprovider_list_user_pools.Rd                      |   56 
 man/cognitoidentityprovider_list_users.Rd                           |  156 
 man/cognitoidentityprovider_list_users_in_group.Rd                  |   74 
 man/cognitoidentityprovider_resend_confirmation_code.Rd             |  126 
 man/cognitoidentityprovider_respond_to_auth_challenge.Rd            |  170 
 man/cognitoidentityprovider_set_risk_configuration.Rd               |  198 -
 man/cognitoidentityprovider_set_ui_customization.Rd                 |   90 
 man/cognitoidentityprovider_set_user_mfa_preference.Rd              |   76 
 man/cognitoidentityprovider_set_user_pool_mfa_config.Rd             |   86 
 man/cognitoidentityprovider_set_user_settings.Rd                    |   66 
 man/cognitoidentityprovider_sign_up.Rd                              |  171 
 man/cognitoidentityprovider_start_user_import_job.Rd                |   52 
 man/cognitoidentityprovider_stop_user_import_job.Rd                 |   52 
 man/cognitoidentityprovider_tag_resource.Rd                         |   92 
 man/cognitoidentityprovider_untag_resource.Rd                       |   58 
 man/cognitoidentityprovider_update_auth_event_feedback.Rd           |   78 
 man/cognitoidentityprovider_update_device_status.Rd                 |   58 
 man/cognitoidentityprovider_update_group.Rd                         |   83 
 man/cognitoidentityprovider_update_identity_provider.Rd             |   84 
 man/cognitoidentityprovider_update_resource_server.Rd               |   80 
 man/cognitoidentityprovider_update_user_attributes.Rd               |  100 
 man/cognitoidentityprovider_update_user_pool.Rd                     |  297 -
 man/cognitoidentityprovider_update_user_pool_client.Rd              |  314 -
 man/cognitoidentityprovider_update_user_pool_domain.Rd              |  140 
 man/cognitoidentityprovider_verify_software_token.Rd                |   72 
 man/cognitoidentityprovider_verify_user_attribute.Rd                |   58 
 man/cognitosync.Rd                                                  |  160 
 man/cognitosync_bulk_publish.Rd                                     |   64 
 man/cognitosync_delete_dataset.Rd                                   |   70 
 man/cognitosync_describe_dataset.Rd                                 |   72 
 man/cognitosync_describe_identity_pool_usage.Rd                     |   58 
 man/cognitosync_describe_identity_usage.Rd                          |   62 
 man/cognitosync_get_bulk_publish_details.Rd                         |   54 
 man/cognitosync_get_cognito_events.Rd                               |   58 
 man/cognitosync_get_identity_pool_configuration.Rd                  |   58 
 man/cognitosync_list_datasets.Rd                                    |   78 
 man/cognitosync_list_identity_pool_usage.Rd                         |   60 
 man/cognitosync_list_records.Rd                                     |  100 
 man/cognitosync_register_device.Rd                                  |   74 
 man/cognitosync_set_cognito_events.Rd                               |   70 
 man/cognitosync_set_identity_pool_configuration.Rd                  |   90 
 man/cognitosync_subscribe_to_dataset.Rd                             |   80 
 man/cognitosync_unsubscribe_from_dataset.Rd                         |   80 
 man/cognitosync_update_records.Rd                                   |  140 
 man/directoryservice.Rd                                             |  221 -
 man/directoryservice_accept_shared_directory.Rd                     |   50 
 man/directoryservice_add_ip_routes.Rd                               |  164 
 man/directoryservice_add_tags_to_resource.Rd                        |   64 
 man/directoryservice_cancel_schema_extension.Rd                     |   58 
 man/directoryservice_connect_directory.Rd                           |  126 
 man/directoryservice_create_alias.Rd                                |   70 
 man/directoryservice_create_computer.Rd                             |   90 
 man/directoryservice_create_conditional_forwarder.Rd                |   74 
 man/directoryservice_create_directory.Rd                            |  124 
 man/directoryservice_create_log_subscription.Rd                     |   62 
 man/directoryservice_create_microsoft_ad.Rd                         |  134 
 man/directoryservice_create_snapshot.Rd                             |   60 
 man/directoryservice_create_trust.Rd                                |  120 
 man/directoryservice_delete_conditional_forwarder.Rd                |   58 
 man/directoryservice_delete_directory.Rd                            |   56 
 man/directoryservice_delete_log_subscription.Rd                     |   45 
 man/directoryservice_delete_snapshot.Rd                             |   44 
 man/directoryservice_delete_trust.Rd                                |   56 
 man/directoryservice_deregister_certificate.Rd                      |only
 man/directoryservice_deregister_event_topic.Rd                      |   58 
 man/directoryservice_describe_certificate.Rd                        |only
 man/directoryservice_describe_conditional_forwarders.Rd             |   70 
 man/directoryservice_describe_directories.Rd                        |  102 
 man/directoryservice_describe_domain_controllers.Rd                 |   74 
 man/directoryservice_describe_event_topics.Rd                       |   76 
 man/directoryservice_describe_ldaps_settings.Rd                     |only
 man/directoryservice_describe_shared_directories.Rd                 |   70 
 man/directoryservice_describe_snapshots.Rd                          |   98 
 man/directoryservice_describe_trusts.Rd                             |   90 
 man/directoryservice_disable_ldaps.Rd                               |only
 man/directoryservice_disable_radius.Rd                              |   52 
 man/directoryservice_disable_sso.Rd                                 |   76 
 man/directoryservice_enable_ldaps.Rd                                |only
 man/directoryservice_enable_radius.Rd                               |   82 
 man/directoryservice_enable_sso.Rd                                  |   78 
 man/directoryservice_get_directory_limits.Rd                        |   34 
 man/directoryservice_get_snapshot_limits.Rd                         |   44 
 man/directoryservice_list_certificates.Rd                           |only
 man/directoryservice_list_ip_routes.Rd                              |   62 
 man/directoryservice_list_log_subscriptions.Rd                      |   64 
 man/directoryservice_list_schema_extensions.Rd                      |   60 
 man/directoryservice_list_tags_for_resource.Rd                      |   56 
 man/directoryservice_register_certificate.Rd                        |only
 man/directoryservice_register_event_topic.Rd                        |   62 
 man/directoryservice_reject_shared_directory.Rd                     |   50 
 man/directoryservice_remove_ip_routes.Rd                            |   56 
 man/directoryservice_remove_tags_from_resource.Rd                   |   54 
 man/directoryservice_reset_user_password.Rd                         |   78 
 man/directoryservice_restore_from_snapshot.Rd                       |   64 
 man/directoryservice_share_directory.Rd                             |  126 
 man/directoryservice_start_schema_extension.Rd                      |   74 
 man/directoryservice_unshare_directory.Rd                           |   64 
 man/directoryservice_update_conditional_forwarder.Rd                |   72 
 man/directoryservice_update_number_of_domain_controllers.Rd         |   64 
 man/directoryservice_update_radius.Rd                               |   80 
 man/directoryservice_update_trust.Rd                                |   54 
 man/directoryservice_verify_trust.Rd                                |   56 
 man/fms.Rd                                                          |  131 
 man/fms_associate_admin_account.Rd                                  |   68 
 man/fms_delete_notification_channel.Rd                              |   42 
 man/fms_delete_policy.Rd                                            |   91 
 man/fms_disassociate_admin_account.Rd                               |   40 
 man/fms_get_admin_account.Rd                                        |   38 
 man/fms_get_compliance_detail.Rd                                    |   65 
 man/fms_get_notification_channel.Rd                                 |   38 
 man/fms_get_policy.Rd                                               |   44 
 man/fms_get_protection_status.Rd                                    |  119 
 man/fms_list_compliance_status.Rd                                   |   82 
 man/fms_list_member_accounts.Rd                                     |   80 
 man/fms_list_policies.Rd                                            |   70 
 man/fms_list_tags_for_resource.Rd                                   |only
 man/fms_put_notification_channel.Rd                                 |   58 
 man/fms_put_policy.Rd                                               |  145 
 man/fms_tag_resource.Rd                                             |only
 man/fms_untag_resource.Rd                                           |only
 man/guardduty.Rd                                                    |  215 -
 man/guardduty_accept_invitation.Rd                                  |   58 
 man/guardduty_archive_findings.Rd                                   |   60 
 man/guardduty_create_detector.Rd                                    |   75 
 man/guardduty_create_filter.Rd                                      |  150 
 man/guardduty_create_ip_set.Rd                                      |  105 
 man/guardduty_create_members.Rd                                     |   70 
 man/guardduty_create_publishing_destination.Rd                      |only
 man/guardduty_create_sample_findings.Rd                             |   60 
 man/guardduty_create_threat_intel_set.Rd                            |   99 
 man/guardduty_decline_invitations.Rd                                |   54 
 man/guardduty_delete_detector.Rd                                    |   44 
 man/guardduty_delete_filter.Rd                                      |   50 
 man/guardduty_delete_invitations.Rd                                 |   54 
 man/guardduty_delete_ip_set.Rd                                      |   51 
 man/guardduty_delete_members.Rd                                     |   62 
 man/guardduty_delete_publishing_destination.Rd                      |only
 man/guardduty_delete_threat_intel_set.Rd                            |   50 
 man/guardduty_describe_publishing_destination.Rd                    |only
 man/guardduty_disassociate_from_master_account.Rd                   |   48 
 man/guardduty_disassociate_members.Rd                               |   62 
 man/guardduty_get_detector.Rd                                       |   44 
 man/guardduty_get_filter.Rd                                         |   50 
 man/guardduty_get_findings.Rd                                       |   68 
 man/guardduty_get_findings_statistics.Rd                            |  118 
 man/guardduty_get_invitations_count.Rd                              |   38 
 man/guardduty_get_ip_set.Rd                                         |   50 
 man/guardduty_get_master_account.Rd                                 |   48 
 man/guardduty_get_members.Rd                                        |   62 
 man/guardduty_get_threat_intel_set.Rd                               |   50 
 man/guardduty_invite_members.Rd                                     |   90 
 man/guardduty_list_detectors.Rd                                     |   62 
 man/guardduty_list_filters.Rd                                       |   64 
 man/guardduty_list_findings.Rd                                      |  195 -
 man/guardduty_list_invitations.Rd                                   |   62 
 man/guardduty_list_ip_sets.Rd                                       |   66 
 man/guardduty_list_members.Rd                                       |   80 
 man/guardduty_list_publishing_destinations.Rd                       |only
 man/guardduty_list_tags_for_resource.Rd                             |   50 
 man/guardduty_list_threat_intel_sets.Rd                             |   70 
 man/guardduty_start_monitoring_members.Rd                           |   64 
 man/guardduty_stop_monitoring_members.Rd                            |   63 
 man/guardduty_tag_resource.Rd                                       |   55 
 man/guardduty_unarchive_findings.Rd                                 |   57 
 man/guardduty_untag_resource.Rd                                     |   54 
 man/guardduty_update_detector.Rd                                    |   61 
 man/guardduty_update_filter.Rd                                      |  134 
 man/guardduty_update_findings_feedback.Rd                           |   70 
 man/guardduty_update_ip_set.Rd                                      |   74 
 man/guardduty_update_publishing_destination.Rd                      |only
 man/guardduty_update_threat_intel_set.Rd                            |   76 
 man/iam.Rd                                                          |  480 +-
 man/iam_add_client_id_to_open_id_connect_provider.Rd                |   94 
 man/iam_add_role_to_instance_profile.Rd                             |  112 
 man/iam_add_user_to_group.Rd                                        |   84 
 man/iam_attach_group_policy.Rd                                      |   96 
 man/iam_attach_role_policy.Rd                                       |  106 
 man/iam_attach_user_policy.Rd                                       |   98 
 man/iam_change_password.Rd                                          |  100 
 man/iam_create_access_key.Rd                                        |  106 
 man/iam_create_account_alias.Rd                                     |   72 
 man/iam_create_group.Rd                                             |  104 
 man/iam_create_instance_profile.Rd                                  |  112 
 man/iam_create_login_profile.Rd                                     |  116 
 man/iam_create_open_id_connect_provider.Rd                          |  218 -
 man/iam_create_policy.Rd                                            |  160 
 man/iam_create_policy_version.Rd                                    |  136 
 man/iam_create_role.Rd                                              |  236 -
 man/iam_create_saml_provider.Rd                                     |  120 
 man/iam_create_service_linked_role.Rd                               |  112 
 man/iam_create_service_specific_credential.Rd                       |  100 
 man/iam_create_user.Rd                                              |  144 
 man/iam_create_virtual_mfa_device.Rd                                |  114 
 man/iam_deactivate_mfa_device.Rd                                    |   82 
 man/iam_delete_access_key.Rd                                        |   98 
 man/iam_delete_account_alias.Rd                                     |   72 
 man/iam_delete_account_password_policy.Rd                           |   38 
 man/iam_delete_group.Rd                                             |   54 
 man/iam_delete_group_policy.Rd                                      |  102 
 man/iam_delete_instance_profile.Rd                                  |   86 
 man/iam_delete_login_profile.Rd                                     |   86 
 man/iam_delete_open_id_connect_provider.Rd                          |   66 
 man/iam_delete_policy.Rd                                            |   94 
 man/iam_delete_policy_version.Rd                                    |   92 
 man/iam_delete_role.Rd                                              |   80 
 man/iam_delete_role_permissions_boundary.Rd                         |   56 
 man/iam_delete_role_policy.Rd                                       |  102 
 man/iam_delete_saml_provider.Rd                                     |   60 
 man/iam_delete_server_certificate.Rd                                |   86 
 man/iam_delete_service_linked_role.Rd                               |   86 
 man/iam_delete_service_specific_credential.Rd                       |   72 
 man/iam_delete_signing_certificate.Rd                               |   98 
 man/iam_delete_ssh_public_key.Rd                                    |   78 
 man/iam_delete_user.Rd                                              |  104 
 man/iam_delete_user_permissions_boundary.Rd                         |   56 
 man/iam_delete_user_policy.Rd                                       |  102 
 man/iam_delete_virtual_mfa_device.Rd                                |   80 
 man/iam_detach_group_policy.Rd                                      |   78 
 man/iam_detach_role_policy.Rd                                       |   78 
 man/iam_detach_user_policy.Rd                                       |   78 
 man/iam_enable_mfa_device.Rd                                        |  124 
 man/iam_generate_credential_report.Rd                               |   28 
 man/iam_generate_organizations_access_report.Rd                     |  322 -
 man/iam_generate_service_last_accessed_details.Rd                   |  168 
 man/iam_get_access_key_last_used.Rd                                 |   56 
 man/iam_get_account_authorization_details.Rd                        |  122 
 man/iam_get_account_password_policy.Rd                              |   38 
 man/iam_get_account_summary.Rd                                      |   48 
 man/iam_get_context_keys_for_custom_policy.Rd                       |   98 
 man/iam_get_context_keys_for_principal_policy.Rd                    |  142 
 man/iam_get_credential_report.Rd                                    |   28 
 man/iam_get_group.Rd                                                |   88 
 man/iam_get_group_policy.Rd                                         |  100 
 man/iam_get_instance_profile.Rd                                     |   76 
 man/iam_get_login_profile.Rd                                        |   74 
 man/iam_get_open_id_connect_provider.Rd                             |   58 
 man/iam_get_organizations_access_report.Rd                          |  156 
 man/iam_get_policy.Rd                                               |   86 
 man/iam_get_policy_version.Rd                                       |  110 
 man/iam_get_role.Rd                                                 |   88 
 man/iam_get_role_policy.Rd                                          |  104 
 man/iam_get_saml_provider.Rd                                        |   62 
 man/iam_get_server_certificate.Rd                                   |   70 
 man/iam_get_service_last_accessed_details.Rd                        |  176 
 man/iam_get_service_last_accessed_details_with_entities.Rd          |  176 
 man/iam_get_service_linked_role_deletion_status.Rd                  |   58 
 man/iam_get_ssh_public_key.Rd                                       |   90 
 man/iam_get_user.Rd                                                 |   82 
 man/iam_get_user_policy.Rd                                          |  100 
 man/iam_list_access_keys.Rd                                         |  134 
 man/iam_list_account_aliases.Rd                                     |   90 
 man/iam_list_attached_group_policies.Rd                             |  136 
 man/iam_list_attached_role_policies.Rd                              |  134 
 man/iam_list_attached_user_policies.Rd                              |  134 
 man/iam_list_entities_for_policy.Rd                                 |  172 
 man/iam_list_group_policies.Rd                                      |  128 
 man/iam_list_groups.Rd                                              |  116 
 man/iam_list_groups_for_user.Rd                                     |  110 
 man/iam_list_instance_profiles.Rd                                   |  112 
 man/iam_list_instance_profiles_for_role.Rd                          |   98 
 man/iam_list_mfa_devices.Rd                                         |  102 
 man/iam_list_open_id_connect_providers.Rd                           |   38 
 man/iam_list_policies.Rd                                            |  184 
 man/iam_list_policies_granting_service_access.Rd                    |  182 
 man/iam_list_policy_versions.Rd                                     |  102 
 man/iam_list_role_policies.Rd                                       |  112 
 man/iam_list_role_tags.Rd                                           |  108 
 man/iam_list_roles.Rd                                               |  110 
 man/iam_list_saml_providers.Rd                                      |   40 
 man/iam_list_server_certificates.Rd                                 |  122 
 man/iam_list_service_specific_credentials.Rd                        |   80 
 man/iam_list_signing_certificates.Rd                                |  128 
 man/iam_list_ssh_public_keys.Rd                                     |  114 
 man/iam_list_user_policies.Rd                                       |  112 
 man/iam_list_user_tags.Rd                                           |  108 
 man/iam_list_users.Rd                                               |  122 
 man/iam_list_virtual_mfa_devices.Rd                                 |  110 
 man/iam_put_group_policy.Rd                                         |  160 
 man/iam_put_role_permissions_boundary.Rd                            |   82 
 man/iam_put_role_policy.Rd                                          |  170 
 man/iam_put_user_permissions_boundary.Rd                            |   78 
 man/iam_put_user_policy.Rd                                          |  156 
 man/iam_remove_client_id_from_open_id_connect_provider.Rd           |   82 
 man/iam_remove_role_from_instance_profile.Rd                        |  102 
 man/iam_remove_user_from_group.Rd                                   |   84 
 man/iam_reset_service_specific_credential.Rd                        |   76 
 man/iam_resync_mfa_device.Rd                                        |  102 
 man/iam_set_default_policy_version.Rd                               |   84 
 man/iam_set_security_token_service_preferences.Rd                   |  122 
 man/iam_simulate_custom_policy.Rd                                   |  416 +-
 man/iam_simulate_principal_policy.Rd                                |  446 +-
 man/iam_tag_role.Rd                                                 |  174 
 man/iam_tag_user.Rd                                                 |  170 
 man/iam_untag_role.Rd                                               |   90 
 man/iam_untag_user.Rd                                               |   90 
 man/iam_update_access_key.Rd                                        |  120 
 man/iam_update_account_password_policy.Rd                           |  240 -
 man/iam_update_assume_role_policy.Rd                                |  112 
 man/iam_update_group.Rd                                             |  134 
 man/iam_update_login_profile.Rd                                     |  124 
 man/iam_update_open_id_connect_provider_thumbprint.Rd               |  108 
 man/iam_update_role.Rd                                              |   84 
 man/iam_update_role_description.Rd                                  |   60 
 man/iam_update_saml_provider.Rd                                     |   76 
 man/iam_update_server_certificate.Rd                                |  136 
 man/iam_update_service_specific_credential.Rd                       |   84 
 man/iam_update_signing_certificate.Rd                               |  114 
 man/iam_update_ssh_public_key.Rd                                    |   94 
 man/iam_update_user.Rd                                              |  132 
 man/iam_upload_server_certificate.Rd                                |  252 -
 man/iam_upload_signing_certificate.Rd                               |  134 
 man/iam_upload_ssh_public_key.Rd                                    |  100 
 man/inspector.Rd                                                    |  188 -
 man/inspector_add_attributes_to_findings.Rd                         |  102 
 man/inspector_create_assessment_target.Rd                           |  100 
 man/inspector_create_assessment_template.Rd                         |  150 
 man/inspector_create_exclusions_preview.Rd                          |   54 
 man/inspector_create_resource_group.Rd                              |  104 
 man/inspector_delete_assessment_run.Rd                              |   64 
 man/inspector_delete_assessment_target.Rd                           |   64 
 man/inspector_delete_assessment_template.Rd                         |   64 
 man/inspector_describe_assessment_runs.Rd                           |   72 
 man/inspector_describe_assessment_targets.Rd                        |   74 
 man/inspector_describe_assessment_templates.Rd                      |   72 
 man/inspector_describe_cross_account_access_role.Rd                 |   40 
 man/inspector_describe_exclusions.Rd                                |   56 
 man/inspector_describe_findings.Rd                                  |   74 
 man/inspector_describe_resource_groups.Rd                           |   72 
 man/inspector_describe_rules_packages.Rd                            |   78 
 man/inspector_get_assessment_report.Rd                              |   70 
 man/inspector_get_exclusions_preview.Rd                             |   92 
 man/inspector_get_telemetry_metadata.Rd                             |   66 
 man/inspector_list_assessment_run_agents.Rd                         |  122 
 man/inspector_list_assessment_runs.Rd                               |  190 -
 man/inspector_list_assessment_targets.Rd                            |   96 
 man/inspector_list_assessment_templates.Rd                          |  134 
 man/inspector_list_event_subscriptions.Rd                           |   92 
 man/inspector_list_exclusions.Rd                                    |   70 
 man/inspector_list_findings.Rd                                      |  188 -
 man/inspector_list_rules_packages.Rd                                |   74 
 man/inspector_list_tags_for_resource.Rd                             |   60 
 man/inspector_preview_agents.Rd                                     |   88 
 man/inspector_register_cross_account_access_role.Rd                 |   68 
 man/inspector_remove_attributes_from_findings.Rd                    |   98 
 man/inspector_set_tags_for_resource.Rd                              |   94 
 man/inspector_start_assessment_run.Rd                               |   82 
 man/inspector_stop_assessment_run.Rd                                |   78 
 man/inspector_subscribe_to_event.Rd                                 |   82 
 man/inspector_unsubscribe_from_event.Rd                             |   82 
 man/inspector_update_assessment_target.Rd                           |   92 
 man/kms.Rd                                                          |  319 -
 man/kms_cancel_key_deletion.Rd                                      |  106 
 man/kms_connect_custom_key_store.Rd                                 |  134 
 man/kms_create_alias.Rd                                             |  171 
 man/kms_create_custom_key_store.Rd                                  |  140 
 man/kms_create_grant.Rd                                             |  286 -
 man/kms_create_key.Rd                                               |  416 +-
 man/kms_decrypt.Rd                                                  |  214 -
 man/kms_delete_alias.Rd                                             |   84 
 man/kms_delete_custom_key_store.Rd                                  |  110 
 man/kms_delete_imported_key_material.Rd                             |  116 
 man/kms_describe_custom_key_stores.Rd                               |  154 
 man/kms_describe_key.Rd                                             |  163 
 man/kms_disable_key.Rd                                              |  104 
 man/kms_disable_key_rotation.Rd                                     |  104 
 man/kms_disconnect_custom_key_store.Rd                              |   90 
 man/kms_enable_key.Rd                                               |   94 
 man/kms_enable_key_rotation.Rd                                      |  106 
 man/kms_encrypt.Rd                                                  |  259 -
 man/kms_generate_data_key.Rd                                        |  282 -
 man/kms_generate_data_key_pair.Rd                                   |only
 man/kms_generate_data_key_pair_without_plaintext.Rd                 |only
 man/kms_generate_data_key_without_plaintext.Rd                      |  234 -
 man/kms_generate_random.Rd                                          |   90 
 man/kms_get_key_policy.Rd                                           |   94 
 man/kms_get_key_rotation_status.Rd                                  |  126 
 man/kms_get_parameters_for_import.Rd                                |  156 
 man/kms_get_public_key.Rd                                           |only
 man/kms_import_key_material.Rd                                      |  239 -
 man/kms_list_aliases.Rd                                             |  128 
 man/kms_list_grants.Rd                                              |  116 
 man/kms_list_key_policies.Rd                                        |  120 
 man/kms_list_keys.Rd                                                |   78 
 man/kms_list_resource_tags.Rd                                       |  118 
 man/kms_list_retirable_grants.Rd                                    |  112 
 man/kms_put_key_policy.Rd                                           |  180 
 man/kms_re_encrypt.Rd                                               |  304 +
 man/kms_retire_grant.Rd                                             |  122 
 man/kms_revoke_grant.Rd                                             |  102 
 man/kms_schedule_key_deletion.Rd                                    |  154 
 man/kms_sign.Rd                                                     |only
 man/kms_tag_resource.Rd                                             |  140 
 man/kms_untag_resource.Rd                                           |  116 
 man/kms_update_alias.Rd                                             |  153 
 man/kms_update_custom_key_store.Rd                                  |  170 
 man/kms_update_key_description.Rd                                   |  104 
 man/kms_verify.Rd                                                   |only
 man/macie.Rd                                                        |  114 
 man/macie_associate_member_account.Rd                               |   48 
 man/macie_associate_s3_resources.Rd                                 |   82 
 man/macie_disassociate_member_account.Rd                            |   44 
 man/macie_disassociate_s3_resources.Rd                              |   72 
 man/macie_list_member_accounts.Rd                                   |   62 
 man/macie_list_s3_resources.Rd                                      |   74 
 man/macie_update_s3_resources.Rd                                    |   80 
 man/ram.Rd                                                          |  153 
 man/ram_accept_resource_share_invitation.Rd                         |   54 
 man/ram_associate_resource_share.Rd                                 |   78 
 man/ram_associate_resource_share_permission.Rd                      |only
 man/ram_create_resource_share.Rd                                    |  111 
 man/ram_delete_resource_share.Rd                                    |   52 
 man/ram_disassociate_resource_share.Rd                              |   78 
 man/ram_disassociate_resource_share_permission.Rd                   |only
 man/ram_enable_sharing_with_aws_organization.Rd                     |   37 
 man/ram_get_permission.Rd                                           |only
 man/ram_get_resource_policies.Rd                                    |   74 
 man/ram_get_resource_share_associations.Rd                          |   95 
 man/ram_get_resource_share_invitations.Rd                           |   76 
 man/ram_get_resource_shares.Rd                                      |  106 
 man/ram_list_pending_invitation_resources.Rd                        |only
 man/ram_list_permissions.Rd                                         |only
 man/ram_list_principals.Rd                                          |  101 
 man/ram_list_resource_share_permissions.Rd                          |only
 man/ram_list_resources.Rd                                           |  101 
 man/ram_promote_resource_share_created_from_policy.Rd               |only
 man/ram_reject_resource_share_invitation.Rd                         |   54 
 man/ram_tag_resource.Rd                                             |   60 
 man/ram_untag_resource.Rd                                           |   56 
 man/ram_update_resource_share.Rd                                    |   68 
 man/secretsmanager.Rd                                               |  256 -
 man/secretsmanager_cancel_rotate_secret.Rd                          |  182 
 man/secretsmanager_create_secret.Rd                                 |  518 +-
 man/secretsmanager_delete_resource_policy.Rd                        |  126 
 man/secretsmanager_delete_secret.Rd                                 |  224 -
 man/secretsmanager_describe_secret.Rd                               |  126 
 man/secretsmanager_get_random_password.Rd                           |  180 
 man/secretsmanager_get_resource_policy.Rd                           |  130 
 man/secretsmanager_get_secret_value.Rd                              |  186 
 man/secretsmanager_list_secret_version_ids.Rd                       |  190 -
 man/secretsmanager_list_secrets.Rd                                  |  138 
 man/secretsmanager_put_resource_policy.Rd                           |  162 
 man/secretsmanager_put_secret_value.Rd                              |  406 +-
 man/secretsmanager_restore_secret.Rd                                |  120 
 man/secretsmanager_rotate_secret.Rd                                 |  300 -
 man/secretsmanager_tag_resource.Rd                                  |  228 -
 man/secretsmanager_untag_resource.Rd                                |  170 
 man/secretsmanager_update_secret.Rd                                 |  442 +-
 man/secretsmanager_update_secret_version_stage.Rd                   |  252 -
 man/securityhub.Rd                                                  |  217 -
 man/securityhub_accept_invitation.Rd                                |   60 
 man/securityhub_batch_disable_standards.Rd                          |   52 
 man/securityhub_batch_enable_standards.Rd                           |   74 
 man/securityhub_batch_import_findings.Rd                            |  463 +-
 man/securityhub_create_action_target.Rd                             |   60 
 man/securityhub_create_insight.Rd                                   | 1164 +++---
 man/securityhub_create_members.Rd                                   |   98 
 man/securityhub_decline_invitations.Rd                              |   50 
 man/securityhub_delete_action_target.Rd                             |   48 
 man/securityhub_delete_insight.Rd                                   |   44 
 man/securityhub_delete_invitations.Rd                               |   52 
 man/securityhub_delete_members.Rd                                   |   48 
 man/securityhub_describe_action_targets.Rd                          |   68 
 man/securityhub_describe_hub.Rd                                     |   48 
 man/securityhub_describe_products.Rd                                |   54 
 man/securityhub_disable_import_findings_for_product.Rd              |   48 
 man/securityhub_disable_security_hub.Rd                             |   58 
 man/securityhub_disassociate_from_master_account.Rd                 |   38 
 man/securityhub_disassociate_members.Rd                             |   54 
 man/securityhub_enable_import_findings_for_product.Rd               |   50 
 man/securityhub_enable_security_hub.Rd                              |   59 
 man/securityhub_get_enabled_standards.Rd                            |   68 
 man/securityhub_get_findings.Rd                                     | 1176 +++---
 man/securityhub_get_insight_results.Rd                              |   48 
 man/securityhub_get_insights.Rd                                     |   66 
 man/securityhub_get_invitations_count.Rd                            |   42 
 man/securityhub_get_master_account.Rd                               |   38 
 man/securityhub_get_members.Rd                                      |   54 
 man/securityhub_invite_members.Rd                                   |   64 
 man/securityhub_list_enabled_products_for_import.Rd                 |   62 
 man/securityhub_list_invitations.Rd                                 |   60 
 man/securityhub_list_members.Rd                                     |   76 
 man/securityhub_list_tags_for_resource.Rd                           |   44 
 man/securityhub_tag_resource.Rd                                     |   54 
 man/securityhub_untag_resource.Rd                                   |   54 
 man/securityhub_update_action_target.Rd                             |   60 
 man/securityhub_update_findings.Rd                                  | 1166 +++---
 man/securityhub_update_insight.Rd                                   | 1158 +++---
 man/shield.Rd                                                       |  138 
 man/shield_associate_drt_log_bucket.Rd                              |   60 
 man/shield_associate_drt_role.Rd                                    |  116 
 man/shield_create_protection.Rd                                     |  102 
 man/shield_create_subscription.Rd                                   |   60 
 man/shield_delete_protection.Rd                                     |   44 
 man/shield_delete_subscription.Rd                                   |   38 
 man/shield_describe_attack.Rd                                       |   44 
 man/shield_describe_drt_access.Rd                                   |   42 
 man/shield_describe_emergency_contact_settings.Rd                   |   38 
 man/shield_describe_protection.Rd                                   |   60 
 man/shield_describe_subscription.Rd                                 |   38 
 man/shield_disassociate_drt_log_bucket.Rd                           |   64 
 man/shield_disassociate_drt_role.Rd                                 |   50 
 man/shield_get_subscription_state.Rd                                |   34 
 man/shield_list_attacks.Rd                                          |  140 
 man/shield_list_protections.Rd                                      |   66 
 man/shield_update_emergency_contact_settings.Rd                     |   58 
 man/shield_update_subscription.Rd                                   |   56 
 man/sts.Rd                                                          |  296 -
 man/sts_assume_role.Rd                                              |  633 +--
 man/sts_assume_role_with_saml.Rd                                    |  436 +-
 man/sts_assume_role_with_web_identity.Rd                            |  524 +-
 man/sts_decode_authorization_message.Rd                             |  120 
 man/sts_get_access_key_info.Rd                                      |only
 man/sts_get_caller_identity.Rd                                      |   79 
 man/sts_get_federation_token.Rd                                     |  450 +-
 man/sts_get_session_token.Rd                                        |  226 -
 man/waf.Rd                                                          |  260 -
 man/waf_create_byte_match_set.Rd                                    |   94 
 man/waf_create_geo_match_set.Rd                                     |   96 
 man/waf_create_ip_set.Rd                                            |  114 
 man/waf_create_rate_based_rule.Rd                                   |  238 -
 man/waf_create_regex_match_set.Rd                                   |   98 
 man/waf_create_regex_pattern_set.Rd                                 |   90 
 man/waf_create_rule.Rd                                              |  172 
 man/waf_create_rule_group.Rd                                        |  112 
 man/waf_create_size_constraint_set.Rd                               |  114 
 man/waf_create_sql_injection_match_set.Rd                           |  116 
 man/waf_create_web_acl.Rd                                           |  180 
 man/waf_create_xss_match_set.Rd                                     |  112 
 man/waf_delete_byte_match_set.Rd                                    |  102 
 man/waf_delete_geo_match_set.Rd                                     |   84 
 man/waf_delete_ip_set.Rd                                            |   98 
 man/waf_delete_logging_configuration.Rd                             |   46 
 man/waf_delete_permission_policy.Rd                                 |   56 
 man/waf_delete_rate_based_rule.Rd                                   |   82 
 man/waf_delete_regex_match_set.Rd                                   |   84 
 man/waf_delete_regex_pattern_set.Rd                                 |   58 
 man/waf_delete_rule.Rd                                              |   98 
 man/waf_delete_rule_group.Rd                                        |   84 
 man/waf_delete_size_constraint_set.Rd                               |  104 
 man/waf_delete_sql_injection_match_set.Rd                           |  104 
 man/waf_delete_web_acl.Rd                                           |   92 
 man/waf_delete_xss_match_set.Rd                                     |  104 
 man/waf_get_byte_match_set.Rd                                       |   64 
 man/waf_get_change_token.Rd                                         |   80 
 man/waf_get_change_token_status.Rd                                  |   86 
 man/waf_get_geo_match_set.Rd                                        |   48 
 man/waf_get_ip_set.Rd                                               |   62 
 man/waf_get_logging_configuration.Rd                                |   46 
 man/waf_get_permission_policy.Rd                                    |   46 
 man/waf_get_rate_based_rule.Rd                                      |   50 
 man/waf_get_rate_based_rule_managed_keys.Rd                         |   66 
 man/waf_get_regex_match_set.Rd                                      |   48 
 man/waf_get_regex_pattern_set.Rd                                    |   48 
 man/waf_get_rule.Rd                                                 |   66 
 man/waf_get_rule_group.Rd                                           |   56 
 man/waf_get_sampled_requests.Rd                                     |  168 
 man/waf_get_size_constraint_set.Rd                                  |   64 
 man/waf_get_sql_injection_match_set.Rd                              |   68 
 man/waf_get_web_acl.Rd                                              |   62 
 man/waf_get_xss_match_set.Rd                                        |   64 
 man/waf_list_activated_rules_in_rule_group.Rd                       |   74 
 man/waf_list_byte_match_sets.Rd                                     |   66 
 man/waf_list_geo_match_sets.Rd                                      |   66 
 man/waf_list_ip_sets.Rd                                             |   78 
 man/waf_list_logging_configurations.Rd                              |   70 
 man/waf_list_rate_based_rules.Rd                                    |   66 
 man/waf_list_regex_match_sets.Rd                                    |   66 
 man/waf_list_regex_pattern_sets.Rd                                  |   70 
 man/waf_list_rule_groups.Rd                                         |   66 
 man/waf_list_rules.Rd                                               |   78 
 man/waf_list_size_constraint_sets.Rd                                |   86 
 man/waf_list_sql_injection_match_sets.Rd                            |   84 
 man/waf_list_subscribed_rule_groups.Rd                              |   68 
 man/waf_list_tags_for_resource.Rd                                   |   56 
 man/waf_list_web_ac_ls.Rd                                           |   80 
 man/waf_list_xss_match_sets.Rd                                      |   80 
 man/waf_put_logging_configuration.Rd                                |  119 
 man/waf_put_permission_policy.Rd                                    |  100 
 man/waf_tag_resource.Rd                                             |   60 
 man/waf_untag_resource.Rd                                           |   54 
 man/waf_update_byte_match_set.Rd                                    |  222 -
 man/waf_update_geo_match_set.Rd                                     |  152 
 man/waf_update_ip_set.Rd                                            |  226 -
 man/waf_update_rate_based_rule.Rd                                   |  174 
 man/waf_update_regex_match_set.Rd                                   |  158 
 man/waf_update_regex_pattern_set.Rd                                 |  134 
 man/waf_update_rule.Rd                                              |  196 -
 man/waf_update_rule_group.Rd                                        |  162 
 man/waf_update_size_constraint_set.Rd                               |  242 -
 man/waf_update_sql_injection_match_set.Rd                           |  222 -
 man/waf_update_web_acl.Rd                                           |  302 -
 man/waf_update_xss_match_set.Rd                                     |  208 -
 man/wafregional.Rd                                                  |  270 -
 man/wafregional_associate_web_acl.Rd                                |   72 
 man/wafregional_create_byte_match_set.Rd                            |   94 
 man/wafregional_create_geo_match_set.Rd                             |   96 
 man/wafregional_create_ip_set.Rd                                    |  114 
 man/wafregional_create_rate_based_rule.Rd                           |  238 -
 man/wafregional_create_regex_match_set.Rd                           |   98 
 man/wafregional_create_regex_pattern_set.Rd                         |   90 
 man/wafregional_create_rule.Rd                                      |  172 
 man/wafregional_create_rule_group.Rd                                |  112 
 man/wafregional_create_size_constraint_set.Rd                       |  114 
 man/wafregional_create_sql_injection_match_set.Rd                   |  116 
 man/wafregional_create_web_acl.Rd                                   |  182 
 man/wafregional_create_xss_match_set.Rd                             |  112 
 man/wafregional_delete_byte_match_set.Rd                            |  102 
 man/wafregional_delete_geo_match_set.Rd                             |   84 
 man/wafregional_delete_ip_set.Rd                                    |   98 
 man/wafregional_delete_logging_configuration.Rd                     |   46 
 man/wafregional_delete_permission_policy.Rd                         |   56 
 man/wafregional_delete_rate_based_rule.Rd                           |   82 
 man/wafregional_delete_regex_match_set.Rd                           |   84 
 man/wafregional_delete_regex_pattern_set.Rd                         |   58 
 man/wafregional_delete_rule.Rd                                      |   98 
 man/wafregional_delete_rule_group.Rd                                |   84 
 man/wafregional_delete_size_constraint_set.Rd                       |  104 
 man/wafregional_delete_sql_injection_match_set.Rd                   |  106 
 man/wafregional_delete_web_acl.Rd                                   |   92 
 man/wafregional_delete_xss_match_set.Rd                             |  104 
 man/wafregional_disassociate_web_acl.Rd                             |   68 
 man/wafregional_get_byte_match_set.Rd                               |   64 
 man/wafregional_get_change_token.Rd                                 |   80 
 man/wafregional_get_change_token_status.Rd                          |   86 
 man/wafregional_get_geo_match_set.Rd                                |   48 
 man/wafregional_get_ip_set.Rd                                       |   62 
 man/wafregional_get_logging_configuration.Rd                        |   46 
 man/wafregional_get_permission_policy.Rd                            |   46 
 man/wafregional_get_rate_based_rule.Rd                              |   50 
 man/wafregional_get_rate_based_rule_managed_keys.Rd                 |   66 
 man/wafregional_get_regex_match_set.Rd                              |   48 
 man/wafregional_get_regex_pattern_set.Rd                            |   48 
 man/wafregional_get_rule.Rd                                         |   66 
 man/wafregional_get_rule_group.Rd                                   |   56 
 man/wafregional_get_sampled_requests.Rd                             |  168 
 man/wafregional_get_size_constraint_set.Rd                          |   64 
 man/wafregional_get_sql_injection_match_set.Rd                      |   68 
 man/wafregional_get_web_acl.Rd                                      |   62 
 man/wafregional_get_web_acl_for_resource.Rd                         |   66 
 man/wafregional_get_xss_match_set.Rd                                |   64 
 man/wafregional_list_activated_rules_in_rule_group.Rd               |   76 
 man/wafregional_list_byte_match_sets.Rd                             |   66 
 man/wafregional_list_geo_match_sets.Rd                              |   66 
 man/wafregional_list_ip_sets.Rd                                     |   78 
 man/wafregional_list_logging_configurations.Rd                      |   70 
 man/wafregional_list_rate_based_rules.Rd                            |   66 
 man/wafregional_list_regex_match_sets.Rd                            |   66 
 man/wafregional_list_regex_pattern_sets.Rd                          |   70 
 man/wafregional_list_resources_for_web_acl.Rd                       |   54 
 man/wafregional_list_rule_groups.Rd                                 |   66 
 man/wafregional_list_rules.Rd                                       |   78 
 man/wafregional_list_size_constraint_sets.Rd                        |   86 
 man/wafregional_list_sql_injection_match_sets.Rd                    |   84 
 man/wafregional_list_subscribed_rule_groups.Rd                      |   68 
 man/wafregional_list_tags_for_resource.Rd                           |   56 
 man/wafregional_list_web_ac_ls.Rd                                   |   80 
 man/wafregional_list_xss_match_sets.Rd                              |   80 
 man/wafregional_put_logging_configuration.Rd                        |  119 
 man/wafregional_put_permission_policy.Rd                            |  100 
 man/wafregional_tag_resource.Rd                                     |   60 
 man/wafregional_untag_resource.Rd                                   |   54 
 man/wafregional_update_byte_match_set.Rd                            |  222 -
 man/wafregional_update_geo_match_set.Rd                             |  152 
 man/wafregional_update_ip_set.Rd                                    |  226 -
 man/wafregional_update_rate_based_rule.Rd                           |  176 
 man/wafregional_update_regex_match_set.Rd                           |  160 
 man/wafregional_update_regex_pattern_set.Rd                         |  136 
 man/wafregional_update_rule.Rd                                      |  196 -
 man/wafregional_update_rule_group.Rd                                |  162 
 man/wafregional_update_size_constraint_set.Rd                       |  242 -
 man/wafregional_update_sql_injection_match_set.Rd                   |  222 -
 man/wafregional_update_web_acl.Rd                                   |  304 -
 man/wafregional_update_xss_match_set.Rd                             |  208 -
 tests/testthat/test_ram.R                                           |    4 
 947 files changed, 54054 insertions(+), 48085 deletions(-)

More information about paws.security.identity at CRAN
Permanent link

Package paws.networking updated to version 0.1.6 with previous version 0.1.5 dated 2019-10-20

Title: Amazon Web Services Networking & Content Delivery APIs
Description: Interface to Amazon Web Services networking and content delivery APIs, including 'Route 53' Domain Name System service, 'CloudFront' content delivery, load balancing, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.networking versions 0.1.5 dated 2019-10-20 and 0.1.6 dated 2020-01-14

 DESCRIPTION                                                                |   10 
 MD5                                                                        | 1092 ++++----
 NAMESPACE                                                                  |   46 
 R/apigateway_interfaces.R                                                  |   24 
 R/apigateway_operations.R                                                  |    6 
 R/apigateway_service.R                                                     |    2 
 R/apigatewaymanagementapi_interfaces.R                                     |   22 
 R/apigatewaymanagementapi_operations.R                                     |   72 
 R/apigatewaymanagementapi_service.R                                        |    6 
 R/apigatewayv2_interfaces.R                                                |  120 
 R/apigatewayv2_operations.R                                                |  684 ++++-
 R/apigatewayv2_service.R                                                   |   16 
 R/appmesh_interfaces.R                                                     |   12 
 R/appmesh_operations.R                                                     |  260 ++
 R/directconnect_interfaces.R                                               |   84 
 R/directconnect_operations.R                                               |   60 
 R/elbv2_interfaces.R                                                       |   32 
 R/elbv2_operations.R                                                       |  185 +
 R/elbv2_service.R                                                          |   45 
 R/globalaccelerator_interfaces.R                                           |   20 
 R/globalaccelerator_operations.R                                           |   27 
 R/globalaccelerator_service.R                                              |    3 
 R/route53_operations.R                                                     |   26 
 man/apigateway.Rd                                                          |  338 +-
 man/apigateway_create_api_key.Rd                                           |  122 
 man/apigateway_create_authorizer.Rd                                        |  222 -
 man/apigateway_create_base_path_mapping.Rd                                 |   74 
 man/apigateway_create_deployment.Rd                                        |  128 -
 man/apigateway_create_documentation_part.Rd                                |   74 
 man/apigateway_create_documentation_version.Rd                             |   64 
 man/apigateway_create_domain_name.Rd                                       |  163 -
 man/apigateway_create_model.Rd                                             |   74 
 man/apigateway_create_request_validator.Rd                                 |   68 
 man/apigateway_create_resource.Rd                                          |   56 
 man/apigateway_create_rest_api.Rd                                          |  153 -
 man/apigateway_create_stage.Rd                                             |  148 -
 man/apigateway_create_usage_plan.Rd                                        |  124 -
 man/apigateway_create_usage_plan_key.Rd                                    |   62 
 man/apigateway_create_vpc_link.Rd                                          |   88 
 man/apigateway_delete_api_key.Rd                                           |   44 
 man/apigateway_delete_authorizer.Rd                                        |   60 
 man/apigateway_delete_base_path_mapping.Rd                                 |   56 
 man/apigateway_delete_client_certificate.Rd                                |   46 
 man/apigateway_delete_deployment.Rd                                        |   52 
 man/apigateway_delete_documentation_part.Rd                                |   50 
 man/apigateway_delete_documentation_version.Rd                             |   52 
 man/apigateway_delete_domain_name.Rd                                       |   44 
 man/apigateway_delete_gateway_response.Rd                                  |  102 
 man/apigateway_delete_integration.Rd                                       |   58 
 man/apigateway_delete_integration_response.Rd                              |   70 
 man/apigateway_delete_method.Rd                                            |   56 
 man/apigateway_delete_method_response.Rd                                   |   64 
 man/apigateway_delete_model.Rd                                             |   50 
 man/apigateway_delete_request_validator.Rd                                 |   50 
 man/apigateway_delete_resource.Rd                                          |   50 
 man/apigateway_delete_rest_api.Rd                                          |   44 
 man/apigateway_delete_stage.Rd                                             |   50 
 man/apigateway_delete_usage_plan.Rd                                        |   44 
 man/apigateway_delete_usage_plan_key.Rd                                    |   58 
 man/apigateway_delete_vpc_link.Rd                                          |   46 
 man/apigateway_flush_stage_authorizers_cache.Rd                            |   50 
 man/apigateway_flush_stage_cache.Rd                                        |   50 
 man/apigateway_generate_client_certificate.Rd                              |   58 
 man/apigateway_get_account.Rd                                              |   34 
 man/apigateway_get_api_key.Rd                                              |   52 
 man/apigateway_get_api_keys.Rd                                             |   76 
 man/apigateway_get_authorizer.Rd                                           |   60 
 man/apigateway_get_authorizers.Rd                                          |   68 
 man/apigateway_get_base_path_mapping.Rd                                    |   58 
 man/apigateway_get_base_path_mappings.Rd                                   |   58 
 man/apigateway_get_client_certificate.Rd                                   |   46 
 man/apigateway_get_client_certificates.Rd                                  |   52 
 man/apigateway_get_deployment.Rd                                           |   80 
 man/apigateway_get_deployments.Rd                                          |   58 
 man/apigateway_get_documentation_part.Rd                                   |   50 
 man/apigateway_get_documentation_parts.Rd                                  |   88 
 man/apigateway_get_documentation_version.Rd                                |   52 
 man/apigateway_get_documentation_versions.Rd                               |   58 
 man/apigateway_get_domain_name.Rd                                          |   48 
 man/apigateway_get_domain_names.Rd                                         |   52 
 man/apigateway_get_export.Rd                                               |   96 
 man/apigateway_get_gateway_response.Rd                                     |  100 
 man/apigateway_get_gateway_responses.Rd                                    |   70 
 man/apigateway_get_integration.Rd                                          |   56 
 man/apigateway_get_integration_response.Rd                                 |   70 
 man/apigateway_get_method.Rd                                               |   56 
 man/apigateway_get_method_response.Rd                                      |   64 
 man/apigateway_get_model.Rd                                                |   60 
 man/apigateway_get_model_template.Rd                                       |   54 
 man/apigateway_get_models.Rd                                               |   58 
 man/apigateway_get_request_validator.Rd                                    |   50 
 man/apigateway_get_request_validators.Rd                                   |   58 
 man/apigateway_get_resource.Rd                                             |   72 
 man/apigateway_get_resources.Rd                                            |   80 
 man/apigateway_get_rest_api.Rd                                             |   44 
 man/apigateway_get_rest_apis.Rd                                            |   52 
 man/apigateway_get_sdk.Rd                                                  |   80 
 man/apigateway_get_sdk_type.Rd                                             |   44 
 man/apigateway_get_sdk_types.Rd                                            |   52 
 man/apigateway_get_stage.Rd                                                |   50 
 man/apigateway_get_stages.Rd                                               |   50 
 man/apigateway_get_tags.Rd                                                 |   62 
 man/apigateway_get_usage.Rd                                                |   78 
 man/apigateway_get_usage_plan.Rd                                           |   44 
 man/apigateway_get_usage_plan_key.Rd                                       |   56 
 man/apigateway_get_usage_plan_keys.Rd                                      |   74 
 man/apigateway_get_usage_plans.Rd                                          |   58 
 man/apigateway_get_vpc_link.Rd                                             |   46 
 man/apigateway_get_vpc_links.Rd                                            |   56 
 man/apigateway_import_api_keys.Rd                                          |   62 
 man/apigateway_import_documentation_parts.Rd                               |   76 
 man/apigateway_import_rest_api.Rd                                          |  114 
 man/apigateway_put_gateway_response.Rd                                     |  134 -
 man/apigateway_put_integration.Rd                                          |  294 +-
 man/apigateway_put_integration_response.Rd                                 |  148 -
 man/apigateway_put_method.Rd                                               |  170 -
 man/apigateway_put_method_response.Rd                                      |  112 
 man/apigateway_put_rest_api.Rd                                             |   98 
 man/apigateway_tag_resource.Rd                                             |   60 
 man/apigateway_test_invoke_authorizer.Rd                                   |  144 -
 man/apigateway_test_invoke_method.Rd                                       |  128 -
 man/apigateway_untag_resource.Rd                                           |   56 
 man/apigateway_update_account.Rd                                           |   60 
 man/apigateway_update_api_key.Rd                                           |   66 
 man/apigateway_update_authorizer.Rd                                        |   82 
 man/apigateway_update_base_path_mapping.Rd                                 |   78 
 man/apigateway_update_client_certificate.Rd                                |   70 
 man/apigateway_update_deployment.Rd                                        |   74 
 man/apigateway_update_documentation_part.Rd                                |   74 
 man/apigateway_update_documentation_version.Rd                             |   76 
 man/apigateway_update_domain_name.Rd                                       |   66 
 man/apigateway_update_gateway_response.Rd                                  |  126 -
 man/apigateway_update_integration.Rd                                       |   82 
 man/apigateway_update_integration_response.Rd                              |   92 
 man/apigateway_update_method.Rd                                            |   80 
 man/apigateway_update_method_response.Rd                                   |   86 
 man/apigateway_update_model.Rd                                             |   72 
 man/apigateway_update_request_validator.Rd                                 |   74 
 man/apigateway_update_resource.Rd                                          |   72 
 man/apigateway_update_rest_api.Rd                                          |   66 
 man/apigateway_update_stage.Rd                                             |   72 
 man/apigateway_update_usage.Rd                                             |   78 
 man/apigateway_update_usage_plan.Rd                                        |   66 
 man/apigateway_update_vpc_link.Rd                                          |   68 
 man/apigatewaymanagementapi.Rd                                             |  106 
 man/apigatewaymanagementapi_delete_connection.Rd                           |only
 man/apigatewaymanagementapi_get_connection.Rd                              |only
 man/apigatewaymanagementapi_post_to_connection.Rd                          |   50 
 man/apigatewayv2.Rd                                                        |  212 -
 man/apigatewayv2_create_api.Rd                                             |  145 -
 man/apigatewayv2_create_api_mapping.Rd                                     |   62 
 man/apigatewayv2_create_authorizer.Rd                                      |  174 -
 man/apigatewayv2_create_deployment.Rd                                      |   56 
 man/apigatewayv2_create_domain_name.Rd                                     |   92 
 man/apigatewayv2_create_integration.Rd                                     |  273 +-
 man/apigatewayv2_create_integration_response.Rd                            |  143 -
 man/apigatewayv2_create_model.Rd                                           |   70 
 man/apigatewayv2_create_route.Rd                                           |  144 -
 man/apigatewayv2_create_route_response.Rd                                  |   89 
 man/apigatewayv2_create_stage.Rd                                           |  156 -
 man/apigatewayv2_delete_api.Rd                                             |   44 
 man/apigatewayv2_delete_api_mapping.Rd                                     |   50 
 man/apigatewayv2_delete_authorizer.Rd                                      |   50 
 man/apigatewayv2_delete_cors_configuration.Rd                              |only
 man/apigatewayv2_delete_deployment.Rd                                      |   50 
 man/apigatewayv2_delete_domain_name.Rd                                     |   44 
 man/apigatewayv2_delete_integration.Rd                                     |   50 
 man/apigatewayv2_delete_integration_response.Rd                            |   58 
 man/apigatewayv2_delete_model.Rd                                           |   50 
 man/apigatewayv2_delete_route.Rd                                           |   50 
 man/apigatewayv2_delete_route_response.Rd                                  |   56 
 man/apigatewayv2_delete_route_settings.Rd                                  |only
 man/apigatewayv2_delete_stage.Rd                                           |   51 
 man/apigatewayv2_get_api.Rd                                                |   44 
 man/apigatewayv2_get_api_mapping.Rd                                        |   50 
 man/apigatewayv2_get_api_mappings.Rd                                       |   58 
 man/apigatewayv2_get_apis.Rd                                               |   52 
 man/apigatewayv2_get_authorizer.Rd                                         |   50 
 man/apigatewayv2_get_authorizers.Rd                                        |   58 
 man/apigatewayv2_get_deployment.Rd                                         |   50 
 man/apigatewayv2_get_deployments.Rd                                        |   58 
 man/apigatewayv2_get_domain_name.Rd                                        |   44 
 man/apigatewayv2_get_domain_names.Rd                                       |   52 
 man/apigatewayv2_get_integration.Rd                                        |   50 
 man/apigatewayv2_get_integration_response.Rd                               |   58 
 man/apigatewayv2_get_integration_responses.Rd                              |   66 
 man/apigatewayv2_get_integrations.Rd                                       |   58 
 man/apigatewayv2_get_model.Rd                                              |   50 
 man/apigatewayv2_get_model_template.Rd                                     |   50 
 man/apigatewayv2_get_models.Rd                                             |   58 
 man/apigatewayv2_get_route.Rd                                              |   50 
 man/apigatewayv2_get_route_response.Rd                                     |   56 
 man/apigatewayv2_get_route_responses.Rd                                    |   64 
 man/apigatewayv2_get_routes.Rd                                             |   58 
 man/apigatewayv2_get_stage.Rd                                              |   51 
 man/apigatewayv2_get_stages.Rd                                             |   58 
 man/apigatewayv2_get_tags.Rd                                               |   44 
 man/apigatewayv2_import_api.Rd                                             |only
 man/apigatewayv2_reimport_api.Rd                                           |only
 man/apigatewayv2_tag_resource.Rd                                           |   57 
 man/apigatewayv2_untag_resource.Rd                                         |   55 
 man/apigatewayv2_update_api.Rd                                             |  130 -
 man/apigatewayv2_update_api_mapping.Rd                                     |   70 
 man/apigatewayv2_update_authorizer.Rd                                      |  181 -
 man/apigatewayv2_update_deployment.Rd                                      |   56 
 man/apigatewayv2_update_domain_name.Rd                                     |   78 
 man/apigatewayv2_update_integration.Rd                                     |  280 +-
 man/apigatewayv2_update_integration_response.Rd                            |  149 -
 man/apigatewayv2_update_model.Rd                                           |   78 
 man/apigatewayv2_update_route.Rd                                           |  150 -
 man/apigatewayv2_update_route_response.Rd                                  |   97 
 man/apigatewayv2_update_stage.Rd                                           |  144 -
 man/appmesh.Rd                                                             |  174 -
 man/appmesh_create_mesh.Rd                                                 |  104 
 man/appmesh_create_route.Rd                                                |  286 +-
 man/appmesh_create_virtual_node.Rd                                         |  232 -
 man/appmesh_create_virtual_router.Rd                                       |  128 -
 man/appmesh_create_virtual_service.Rd                                      |  126 -
 man/appmesh_delete_mesh.Rd                                                 |   54 
 man/appmesh_delete_route.Rd                                                |   56 
 man/appmesh_delete_virtual_node.Rd                                         |   58 
 man/appmesh_delete_virtual_router.Rd                                       |   58 
 man/appmesh_delete_virtual_service.Rd                                      |   50 
 man/appmesh_describe_mesh.Rd                                               |   44 
 man/appmesh_describe_route.Rd                                              |   56 
 man/appmesh_describe_virtual_node.Rd                                       |   50 
 man/appmesh_describe_virtual_router.Rd                                     |   50 
 man/appmesh_describe_virtual_service.Rd                                    |   50 
 man/appmesh_list_meshes.Rd                                                 |   76 
 man/appmesh_list_routes.Rd                                                 |   80 
 man/appmesh_list_tags_for_resource.Rd                                      |   78 
 man/appmesh_list_virtual_nodes.Rd                                          |   76 
 man/appmesh_list_virtual_routers.Rd                                        |   76 
 man/appmesh_list_virtual_services.Rd                                       |   76 
 man/appmesh_tag_resource.Rd                                                |   72 
 man/appmesh_untag_resource.Rd                                              |   54 
 man/appmesh_update_mesh.Rd                                                 |   68 
 man/appmesh_update_route.Rd                                                |  248 +-
 man/appmesh_update_virtual_node.Rd                                         |  164 -
 man/appmesh_update_virtual_router.Rd                                       |   88 
 man/appmesh_update_virtual_service.Rd                                      |   88 
 man/cloudfront.Rd                                                          |  186 -
 man/cloudfront_create_cloud_front_origin_access_identity.Rd                |   62 
 man/cloudfront_create_distribution.Rd                                      |  554 ++--
 man/cloudfront_create_distribution_with_tags.Rd                            |  546 ++--
 man/cloudfront_create_field_level_encryption_config.Rd                     |  102 
 man/cloudfront_create_field_level_encryption_profile.Rd                    |   84 
 man/cloudfront_create_invalidation.Rd                                      |   66 
 man/cloudfront_create_public_key.Rd                                        |   60 
 man/cloudfront_create_streaming_distribution.Rd                            |  158 -
 man/cloudfront_create_streaming_distribution_with_tags.Rd                  |  120 
 man/cloudfront_delete_cloud_front_origin_access_identity.Rd                |   52 
 man/cloudfront_delete_distribution.Rd                                      |   52 
 man/cloudfront_delete_field_level_encryption_config.Rd                     |   52 
 man/cloudfront_delete_field_level_encryption_profile.Rd                    |   52 
 man/cloudfront_delete_public_key.Rd                                        |   52 
 man/cloudfront_delete_streaming_distribution.Rd                            |  118 
 man/cloudfront_get_cloud_front_origin_access_identity.Rd                   |   44 
 man/cloudfront_get_cloud_front_origin_access_identity_config.Rd            |   44 
 man/cloudfront_get_distribution.Rd                                         |   46 
 man/cloudfront_get_distribution_config.Rd                                  |   46 
 man/cloudfront_get_field_level_encryption.Rd                               |   44 
 man/cloudfront_get_field_level_encryption_config.Rd                        |   44 
 man/cloudfront_get_field_level_encryption_profile.Rd                       |   44 
 man/cloudfront_get_field_level_encryption_profile_config.Rd                |   46 
 man/cloudfront_get_invalidation.Rd                                         |   52 
 man/cloudfront_get_public_key.Rd                                           |   44 
 man/cloudfront_get_public_key_config.Rd                                    |   44 
 man/cloudfront_get_streaming_distribution.Rd                               |   48 
 man/cloudfront_get_streaming_distribution_config.Rd                        |   44 
 man/cloudfront_list_cloud_front_origin_access_identities.Rd                |   60 
 man/cloudfront_list_distributions.Rd                                       |   58 
 man/cloudfront_list_distributions_by_web_acl_id.Rd                         |   76 
 man/cloudfront_list_field_level_encryption_configs.Rd                      |   64 
 man/cloudfront_list_field_level_encryption_profiles.Rd                     |   64 
 man/cloudfront_list_invalidations.Rd                                       |   70 
 man/cloudfront_list_public_keys.Rd                                         |   60 
 man/cloudfront_list_streaming_distributions.Rd                             |   50 
 man/cloudfront_list_tags_for_resource.Rd                                   |   44 
 man/cloudfront_tag_resource.Rd                                             |   64 
 man/cloudfront_untag_resource.Rd                                           |   58 
 man/cloudfront_update_cloud_front_origin_access_identity.Rd                |   66 
 man/cloudfront_update_distribution.Rd                                      |  674 ++---
 man/cloudfront_update_field_level_encryption_config.Rd                     |  116 
 man/cloudfront_update_field_level_encryption_profile.Rd                    |   98 
 man/cloudfront_update_public_key.Rd                                        |   70 
 man/cloudfront_update_streaming_distribution.Rd                            |  114 
 man/directconnect.Rd                                                       |  214 -
 man/directconnect_accept_direct_connect_gateway_association_proposal.Rd    |   88 
 man/directconnect_allocate_connection_on_interconnect.Rd                   |   96 
 man/directconnect_allocate_hosted_connection.Rd                            |  116 
 man/directconnect_allocate_private_virtual_interface.Rd                    |  106 
 man/directconnect_allocate_public_virtual_interface.Rd                     |  128 -
 man/directconnect_allocate_transit_virtual_interface.Rd                    |  114 
 man/directconnect_associate_connection_with_lag.Rd                         |   86 
 man/directconnect_associate_hosted_connection.Rd                           |   68 
 man/directconnect_associate_virtual_interface.Rd                           |   82 
 man/directconnect_confirm_connection.Rd                                    |   58 
 man/directconnect_confirm_private_virtual_interface.Rd                     |   72 
 man/directconnect_confirm_public_virtual_interface.Rd                      |   56 
 man/directconnect_confirm_transit_virtual_interface.Rd                     |   66 
 man/directconnect_create_bgp_peer.Rd                                       |   94 
 man/directconnect_create_connection.Rd                                     |  116 
 man/directconnect_create_direct_connect_gateway.Rd                         |   76 
 man/directconnect_create_direct_connect_gateway_association.Rd             |   89 
 man/directconnect_create_direct_connect_gateway_association_proposal.Rd    |  108 
 man/directconnect_create_interconnect.Rd                                   |  133 -
 man/directconnect_create_lag.Rd                                            |  172 -
 man/directconnect_create_private_virtual_interface.Rd                      |  100 
 man/directconnect_create_public_virtual_interface.Rd                       |  104 
 man/directconnect_create_transit_virtual_interface.Rd                      |  104 
 man/directconnect_delete_bgp_peer.Rd                                       |   76 
 man/directconnect_delete_connection.Rd                                     |   56 
 man/directconnect_delete_direct_connect_gateway.Rd                         |   50 
 man/directconnect_delete_direct_connect_gateway_association.Rd             |   68 
 man/directconnect_delete_direct_connect_gateway_association_proposal.Rd    |   50 
 man/directconnect_delete_interconnect.Rd                                   |   50 
 man/directconnect_delete_lag.Rd                                            |   46 
 man/directconnect_delete_virtual_interface.Rd                              |   44 
 man/directconnect_describe_connection_loa.Rd                               |   84 
 man/directconnect_describe_connections.Rd                                  |   44 
 man/directconnect_describe_connections_on_interconnect.Rd                  |   56 
 man/directconnect_describe_direct_connect_gateway_association_proposals.Rd |   86 
 man/directconnect_describe_direct_connect_gateway_associations.Rd          |  106 
 man/directconnect_describe_direct_connect_gateway_attachments.Rd           |   90 
 man/directconnect_describe_direct_connect_gateways.Rd                      |   72 
 man/directconnect_describe_hosted_connections.Rd                           |   54 
 man/directconnect_describe_interconnect_loa.Rd                             |   80 
 man/directconnect_describe_interconnects.Rd                                |   48 
 man/directconnect_describe_lags.Rd                                         |   44 
 man/directconnect_describe_loa.Rd                                          |   78 
 man/directconnect_describe_locations.Rd                                    |   28 
 man/directconnect_describe_tags.Rd                                         |   52 
 man/directconnect_describe_virtual_gateways.Rd                             |   32 
 man/directconnect_describe_virtual_interfaces.Rd                           |   68 
 man/directconnect_disassociate_connection_from_lag.Rd                      |   76 
 man/directconnect_tag_resource.Rd                                          |   72 
 man/directconnect_untag_resource.Rd                                        |   54 
 man/directconnect_update_direct_connect_gateway_association.Rd             |   88 
 man/directconnect_update_lag.Rd                                            |   88 
 man/directconnect_update_virtual_interface_attributes.Rd                   |   76 
 man/elb.Rd                                                                 |  224 -
 man/elb_add_tags.Rd                                                        |  120 
 man/elb_apply_security_groups_to_load_balancer.Rd                          |   94 
 man/elb_attach_load_balancer_to_subnets.Rd                                 |   92 
 man/elb_configure_health_check.Rd                                          |  104 
 man/elb_create_app_cookie_stickiness_policy.Rd                             |  116 
 man/elb_create_lb_cookie_stickiness_policy.Rd                              |  130 -
 man/elb_create_load_balancer.Rd                                            |  422 +--
 man/elb_create_load_balancer_listeners.Rd                                  |  142 -
 man/elb_create_load_balancer_policy.Rd                                     |  178 -
 man/elb_delete_load_balancer.Rd                                            |   78 
 man/elb_delete_load_balancer_listeners.Rd                                  |   76 
 man/elb_delete_load_balancer_policy.Rd                                     |   70 
 man/elb_deregister_instances_from_load_balancer.Rd                         |  102 
 man/elb_describe_account_limits.Rd                                         |   64 
 man/elb_describe_instance_health.Rd                                        |   86 
 man/elb_describe_load_balancer_attributes.Rd                               |   58 
 man/elb_describe_load_balancer_policies.Rd                                 |   94 
 man/elb_describe_load_balancer_policy_types.Rd                             |   94 
 man/elb_describe_load_balancers.Rd                                         |   84 
 man/elb_describe_tags.Rd                                                   |   66 
 man/elb_detach_load_balancer_from_subnets.Rd                               |   92 
 man/elb_disable_availability_zones_for_load_balancer.Rd                    |  110 
 man/elb_enable_availability_zones_for_load_balancer.Rd                     |  102 
 man/elb_modify_load_balancer_attributes.Rd                                 |  180 -
 man/elb_register_instances_with_load_balancer.Rd                           |  134 -
 man/elb_remove_tags.Rd                                                     |   92 
 man/elb_set_load_balancer_listener_ssl_certificate.Rd                      |   92 
 man/elb_set_load_balancer_policies_for_backend_server.Rd                   |  126 -
 man/elb_set_load_balancer_policies_of_listener.Rd                          |  112 
 man/elbv2.Rd                                                               |  257 --
 man/elbv2_add_listener_certificates.Rd                                     |   90 
 man/elbv2_add_tags.Rd                                                      |  120 
 man/elbv2_create_listener.Rd                                               |  364 +-
 man/elbv2_create_load_balancer.Rd                                          |  282 +-
 man/elbv2_create_rule.Rd                                                   |  369 +--
 man/elbv2_create_target_group.Rd                                           |  301 +-
 man/elbv2_delete_listener.Rd                                               |   66 
 man/elbv2_delete_load_balancer.Rd                                          |   82 
 man/elbv2_delete_rule.Rd                                                   |   58 
 man/elbv2_delete_target_group.Rd                                           |   66 
 man/elbv2_deregister_targets.Rd                                            |   96 
 man/elbv2_describe_account_limits.Rd                                       |   66 
 man/elbv2_describe_listener_certificates.Rd                                |   78 
 man/elbv2_describe_listeners.Rd                                            |  104 
 man/elbv2_describe_load_balancer_attributes.Rd                             |   72 
 man/elbv2_describe_load_balancers.Rd                                       |  102 
 man/elbv2_describe_rules.Rd                                                |   88 
 man/elbv2_describe_ssl_policies.Rd                                         |   92 
 man/elbv2_describe_tags.Rd                                                 |   70 
 man/elbv2_describe_target_group_attributes.Rd                              |   68 
 man/elbv2_describe_target_groups.Rd                                        |  116 
 man/elbv2_describe_target_health.Rd                                        |  104 
 man/elbv2_modify_listener.Rd                                               |  312 +-
 man/elbv2_modify_load_balancer_attributes.Rd                               |  170 -
 man/elbv2_modify_rule.Rd                                                   |  333 +-
 man/elbv2_modify_target_group.Rd                                           |  184 -
 man/elbv2_modify_target_group_attributes.Rd                                |   88 
 man/elbv2_register_targets.Rd                                              |  170 -
 man/elbv2_remove_listener_certificates.Rd                                  |   80 
 man/elbv2_remove_tags.Rd                                                   |   96 
 man/elbv2_set_ip_address_type.Rd                                           |   58 
 man/elbv2_set_rule_priorities.Rd                                           |   88 
 man/elbv2_set_security_groups.Rd                                           |   88 
 man/elbv2_set_subnets.Rd                                                   |  128 -
 man/globalaccelerator.Rd                                                   |  297 +-
 man/globalaccelerator_create_accelerator.Rd                                |   90 
 man/globalaccelerator_create_endpoint_group.Rd                             |  157 -
 man/globalaccelerator_create_listener.Rd                                   |  134 -
 man/globalaccelerator_delete_accelerator.Rd                                |   48 
 man/globalaccelerator_delete_endpoint_group.Rd                             |   44 
 man/globalaccelerator_delete_listener.Rd                                   |   44 
 man/globalaccelerator_describe_accelerator.Rd                              |   46 
 man/globalaccelerator_describe_accelerator_attributes.Rd                   |   46 
 man/globalaccelerator_describe_endpoint_group.Rd                           |   44 
 man/globalaccelerator_describe_listener.Rd                                 |   44 
 man/globalaccelerator_list_accelerators.Rd                                 |   54 
 man/globalaccelerator_list_endpoint_groups.Rd                              |   62 
 man/globalaccelerator_list_listeners.Rd                                    |   62 
 man/globalaccelerator_update_accelerator.Rd                                |   81 
 man/globalaccelerator_update_accelerator_attributes.Rd                     |   88 
 man/globalaccelerator_update_endpoint_group.Rd                             |  139 -
 man/globalaccelerator_update_listener.Rd                                   |  120 
 man/route53.Rd                                                             |  218 -
 man/route53_associate_vpc_with_hosted_zone.Rd                              |  122 
 man/route53_change_resource_record_sets.Rd                                 | 1228 +++++-----
 man/route53_change_tags_for_resource.Rd                                    |  152 -
 man/route53_create_health_check.Rd                                         |  204 -
 man/route53_create_hosted_zone.Rd                                          |  222 -
 man/route53_create_query_logging_config.Rd                                 |  296 +-
 man/route53_create_reusable_delegation_set.Rd                              |  146 -
 man/route53_create_traffic_policy.Rd                                       |   66 
 man/route53_create_traffic_policy_instance.Rd                              |   98 
 man/route53_create_traffic_policy_version.Rd                               |   78 
 man/route53_create_vpc_association_authorization.Rd                        |   86 
 man/route53_delete_health_check.Rd                                         |   64 
 man/route53_delete_hosted_zone.Rd                                          |  144 -
 man/route53_delete_query_logging_config.Rd                                 |   58 
 man/route53_delete_reusable_delegation_set.Rd                              |   64 
 man/route53_delete_traffic_policy.Rd                                       |   50 
 man/route53_delete_traffic_policy_instance.Rd                              |   64 
 man/route53_delete_vpc_association_authorization.Rd                        |   90 
 man/route53_disassociate_vpc_from_hosted_zone.Rd                           |   86 
 man/route53_get_account_limit.Rd                                           |  100 
 man/route53_get_change.Rd                                                  |   68 
 man/route53_get_checker_ip_ranges.Rd                                       |   42 
 man/route53_get_geo_location.Rd                                            |  118 
 man/route53_get_health_check.Rd                                            |   50 
 man/route53_get_health_check_count.Rd                                      |   38 
 man/route53_get_health_check_last_failure_reason.Rd                        |   58 
 man/route53_get_health_check_status.Rd                                     |   58 
 man/route53_get_hosted_zone.Rd                                             |   64 
 man/route53_get_hosted_zone_count.Rd                                       |   38 
 man/route53_get_hosted_zone_limit.Rd                                       |   78 
 man/route53_get_query_logging_config.Rd                                    |   56 
 man/route53_get_reusable_delegation_set.Rd                                 |   50 
 man/route53_get_reusable_delegation_set_limit.Rd                           |   70 
 man/route53_get_traffic_policy.Rd                                          |   52 
 man/route53_get_traffic_policy_instance.Rd                                 |   66 
 man/route53_get_traffic_policy_instance_count.Rd                           |   38 
 man/route53_list_geo_locations.Rd                                          |  126 -
 man/route53_list_health_checks.Rd                                          |   78 
 man/route53_list_hosted_zones.Rd                                           |  102 
 man/route53_list_hosted_zones_by_name.Rd                                   |  200 -
 man/route53_list_query_logging_configs.Rd                                  |  120 
 man/route53_list_resource_record_sets.Rd                                   |  274 +-
 man/route53_list_reusable_delegation_sets.Rd                               |   76 
 man/route53_list_tags_for_resource.Rd                                      |   66 
 man/route53_list_tags_for_resources.Rd                                     |   72 
 man/route53_list_traffic_policies.Rd                                       |   82 
 man/route53_list_traffic_policy_instances.Rd                               |  154 -
 man/route53_list_traffic_policy_instances_by_hosted_zone.Rd                |  142 -
 man/route53_list_traffic_policy_instances_by_policy.Rd                     |  184 -
 man/route53_list_traffic_policy_versions.Rd                                |   98 
 man/route53_list_vpc_association_authorizations.Rd                         |   88 
 man/route53_test_dns_answer.Rd                                             |  124 -
 man/route53_update_health_check.Rd                                         |  638 ++---
 man/route53_update_hosted_zone_comment.Rd                                  |   54 
 man/route53_update_traffic_policy_comment.Rd                               |   60 
 man/route53_update_traffic_policy_instance.Rd                              |  110 
 man/route53domains.Rd                                                      |  140 -
 man/route53domains_check_domain_availability.Rd                            |   62 
 man/route53domains_check_domain_transferability.Rd                         |   62 
 man/route53domains_delete_tags_for_domain.Rd                               |   62 
 man/route53domains_disable_domain_auto_renew.Rd                            |   48 
 man/route53domains_disable_domain_transfer_lock.Rd                         |   58 
 man/route53domains_enable_domain_auto_renew.Rd                             |   66 
 man/route53domains_enable_domain_transfer_lock.Rd                          |   54 
 man/route53domains_get_contact_reachability_status.Rd                      |   66 
 man/route53domains_get_domain_detail.Rd                                    |   50 
 man/route53domains_get_domain_suggestions.Rd                               |   84 
 man/route53domains_get_operation_detail.Rd                                 |   52 
 man/route53domains_list_domains.Rd                                         |   74 
 man/route53domains_list_operations.Rd                                      |   82 
 man/route53domains_list_tags_for_domain.Rd                                 |   56 
 man/route53domains_register_domain.Rd                                      |  348 +-
 man/route53domains_renew_domain.Rd                                         |   86 
 man/route53domains_resend_contact_reachability_email.Rd                    |   58 
 man/route53domains_retrieve_domain_auth_code.Rd                            |   46 
 man/route53domains_transfer_domain.Rd                                      |  370 +--
 man/route53domains_update_domain_contact.Rd                                |  200 -
 man/route53domains_update_domain_contact_privacy.Rd                        |  118 
 man/route53domains_update_domain_nameservers.Rd                            |   92 
 man/route53domains_update_tags_for_domain.Rd                               |   72 
 man/route53domains_view_billing.Rd                                         |  104 
 man/route53resolver.Rd                                                     |  194 -
 man/route53resolver_associate_resolver_endpoint_ip_address.Rd              |   78 
 man/route53resolver_associate_resolver_rule.Rd                             |   68 
 man/route53resolver_create_resolver_endpoint.Rd                            |  152 -
 man/route53resolver_create_resolver_rule.Rd                                |  136 -
 man/route53resolver_delete_resolver_endpoint.Rd                            |   62 
 man/route53resolver_delete_resolver_rule.Rd                                |   48 
 man/route53resolver_disassociate_resolver_endpoint_ip_address.Rd           |   74 
 man/route53resolver_disassociate_resolver_rule.Rd                          |   66 
 man/route53resolver_get_resolver_endpoint.Rd                               |   52 
 man/route53resolver_get_resolver_rule.Rd                                   |   52 
 man/route53resolver_get_resolver_rule_association.Rd                       |   52 
 man/route53resolver_get_resolver_rule_policy.Rd                            |   50 
 man/route53resolver_list_resolver_endpoint_ip_addresses.Rd                 |   76 
 man/route53resolver_list_resolver_endpoints.Rd                             |   98 
 man/route53resolver_list_resolver_rule_associations.Rd                     |  102 
 man/route53resolver_list_resolver_rules.Rd                                 |   96 
 man/route53resolver_list_tags_for_resource.Rd                              |   74 
 man/route53resolver_put_resolver_rule_policy.Rd                            |   58 
 man/route53resolver_tag_resource.Rd                                        |   80 
 man/route53resolver_untag_resource.Rd                                      |   74 
 man/route53resolver_update_resolver_endpoint.Rd                            |   50 
 man/route53resolver_update_resolver_rule.Rd                                |   72 
 man/servicediscovery.Rd                                                    |  144 -
 man/servicediscovery_create_http_namespace.Rd                              |   78 
 man/servicediscovery_create_private_dns_namespace.Rd                       |   88 
 man/servicediscovery_create_public_dns_namespace.Rd                        |   78 
 man/servicediscovery_create_service.Rd                                     |  204 -
 man/servicediscovery_delete_namespace.Rd                                   |   46 
 man/servicediscovery_delete_service.Rd                                     |   46 
 man/servicediscovery_deregister_instance.Rd                                |   54 
 man/servicediscovery_discover_instances.Rd                                 |   88 
 man/servicediscovery_get_instance.Rd                                       |   50 
 man/servicediscovery_get_instances_health_status.Rd                        |  110 
 man/servicediscovery_get_namespace.Rd                                      |   44 
 man/servicediscovery_get_operation.Rd                                      |   56 
 man/servicediscovery_get_service.Rd                                        |   44 
 man/servicediscovery_list_instances.Rd                                     |   74 
 man/servicediscovery_list_namespaces.Rd                                    |  108 
 man/servicediscovery_list_operations.Rd                                    |  106 
 man/servicediscovery_list_services.Rd                                      |  108 
 man/servicediscovery_register_instance.Rd                                  |  358 +-
 man/servicediscovery_update_instance_custom_health_status.Rd               |   82 
 man/servicediscovery_update_service.Rd                                     |  122 
 550 files changed, 27189 insertions(+), 25944 deletions(-)

More information about paws.networking at CRAN
Permanent link

Package insight updated to version 0.8.0 with previous version 0.7.1 dated 2019-11-28

Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. 'insight' mainly revolves around two types of functions: Functions that find (the names of) information, starting with 'find_', and functions that get the underlying data, starting with 'get_'. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.
Author: Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut, ctb] (<https://orcid.org/0000-0001-5375-9967>), Indrajeet Patil [aut, ctb] (<https://orcid.org/0000-0003-1995-6531>), Philip Waggoner [aut, ctb] (<https://orcid.org/0000-0002-7825-7573>)
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>

Diff between insight versions 0.7.1 dated 2019-11-28 and 0.8.0 dated 2020-01-14

 insight-0.7.1/insight/tests/testthat/test-glmRob.R        |only
 insight-0.7.1/insight/tests/testthat/test-lmRob.R         |only
 insight-0.8.0/insight/DESCRIPTION                         |   23 
 insight-0.8.0/insight/MD5                                 |  114 +--
 insight-0.8.0/insight/NAMESPACE                           |   95 ++
 insight-0.8.0/insight/NEWS.md                             |  160 ----
 insight-0.8.0/insight/R/clean_names.R                     |    7 
 insight-0.8.0/insight/R/clean_parameters.R                |   38 +
 insight-0.8.0/insight/R/compute_variances.R               |   31 
 insight-0.8.0/insight/R/find_algorithm.R                  |   10 
 insight-0.8.0/insight/R/find_formula.R                    |  344 +++++----
 insight-0.8.0/insight/R/find_interactions.R               |    1 
 insight-0.8.0/insight/R/find_parameters.R                 |  238 ++++++
 insight-0.8.0/insight/R/find_predictors.R                 |    6 
 insight-0.8.0/insight/R/find_random_slopes.R              |    8 
 insight-0.8.0/insight/R/find_statistic.R                  |   44 +
 insight-0.8.0/insight/R/find_variables.R                  |    2 
 insight-0.8.0/insight/R/format_ci.R                       |only
 insight-0.8.0/insight/R/format_value.R                    |   14 
 insight-0.8.0/insight/R/get_data.R                        |  173 ++++
 insight-0.8.0/insight/R/get_parameters.R                  |  260 +++++--
 insight-0.8.0/insight/R/get_priors.R                      |   57 +
 insight-0.8.0/insight/R/get_statistic.R                   |  233 ++++++
 insight-0.8.0/insight/R/get_varcov.R                      |   86 ++
 insight-0.8.0/insight/R/get_variances.R                   |   18 
 insight-0.8.0/insight/R/helper_functions.R                |   12 
 insight-0.8.0/insight/R/is_model.R                        |   17 
 insight-0.8.0/insight/R/is_model_supported.R              |   14 
 insight-0.8.0/insight/R/link_function.R                   |   52 +
 insight-0.8.0/insight/R/link_inverse.R                    |   65 +
 insight-0.8.0/insight/R/model_info.R                      |   76 ++
 insight-0.8.0/insight/R/n_obs.R                           |   97 +-
 insight-0.8.0/insight/R/utils_get_data.R                  |    2 
 insight-0.8.0/insight/R/utils_model_info.R                |  512 +++++++-------
 insight-0.8.0/insight/README.md                           |   66 -
 insight-0.8.0/insight/build/partial.rdb                   |binary
 insight-0.8.0/insight/build/vignette.rds                  |binary
 insight-0.8.0/insight/inst/WORDLIST                       |   10 
 insight-0.8.0/insight/man/find_interactions.Rd            |   10 
 insight-0.8.0/insight/man/find_parameters.Rd              |   19 
 insight-0.8.0/insight/man/find_predictors.Rd              |   12 
 insight-0.8.0/insight/man/find_variables.Rd               |   12 
 insight-0.8.0/insight/man/format_ci.Rd                    |only
 insight-0.8.0/insight/man/get_data.Rd                     |   15 
 insight-0.8.0/insight/man/get_parameters.Rd               |   35 
 insight-0.8.0/insight/man/get_statistic.Rd                |   17 
 insight-0.8.0/insight/man/get_varcov.Rd                   |   14 
 insight-0.8.0/insight/man/get_variance.Rd                 |    9 
 insight-0.8.0/insight/tests/testthat/test-BayesFactorBF.R |   30 
 insight-0.8.0/insight/tests/testthat/test-betareg.R       |   16 
 insight-0.8.0/insight/tests/testthat/test-brms.R          |   17 
 insight-0.8.0/insight/tests/testthat/test-cgam.R          |only
 insight-0.8.0/insight/tests/testthat/test-clean_names.R   |    1 
 insight-0.8.0/insight/tests/testthat/test-cpglmm.R        |only
 insight-0.8.0/insight/tests/testthat/test-fixest.R        |   13 
 insight-0.8.0/insight/tests/testthat/test-glm.R           |   21 
 insight-0.8.0/insight/tests/testthat/test-glmmTMB.R       |   10 
 insight-0.8.0/insight/tests/testthat/test-gls.R           |    1 
 insight-0.8.0/insight/tests/testthat/test-mvrstanarm.R    |   28 
 insight-0.8.0/insight/tests/testthat/test-nlmer.R         |only
 insight-0.8.0/insight/tests/testthat/test-rqss.R          |only
 insight-0.8.0/insight/tests/testthat/test-survfit.R       |    1 
 62 files changed, 2255 insertions(+), 911 deletions(-)

More information about insight at CRAN
Permanent link

New package forestError with initial version 0.1.0
Package: forestError
Type: Package
Title: A Unified Framework for Random Forest Prediction Error Estimation
Version: 0.1.0
Author: Benjamin Lu and Johanna Hardin
Maintainer: Benjamin Lu <b.lu@berkeley.edu>
Description: Estimates the conditional error distributions of random forest predictions and common parameters of those distributions, including conditional mean squared prediction errors, conditional biases, and conditional quantiles, by out-of-bag weighting of out-of-bag prediction errors as proposed by Lu and Hardin (2019+) <arXiv:1912.07435>. This package is compatible with several existing packages that implement random forests in R.
Imports: Rcpp, foreach, doParallel
Suggests: randomForest
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2020-01-10 20:52:25 UTC; benji
Repository: CRAN
Date/Publication: 2020-01-14 11:30:06 UTC

More information about forestError at CRAN
Permanent link

New package factset.protobuf.stach with initial version 1.0.2
Package: factset.protobuf.stach
Type: Package
Title: 'FactSet' 'STACH' Library
Version: 1.0.2
Author: analytics-reporting
Maintainer: Charlie Mathis<chmathis@factset.com>
Description: Generates 'RProtobuf' classes for 'FactSet' 'STACH' tabular format which represents complex multi-dimensional array of data. These classes help in the 'serialization' and 'deserialization' of 'STACH' formatted data. See 'GitHub' repository documentation for more information.
URL: https://github.com/factset/stachschema
BugReports: https://github.com/factset/stachschema/issues
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Imports: R6
Depends: RProtoBuf
Suggests: testthat
RoxygenNote: 7.0.0
NeedsCompilation: no
Packaged: 2020-01-10 20:19:49 UTC; chmathis
Repository: CRAN
Date/Publication: 2020-01-14 11:20:34 UTC

More information about factset.protobuf.stach at CRAN
Permanent link

Package NORRRM (with last version 1.0.0) was removed from CRAN

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

2015-03-11 1.0.0

Permanent link
Package SPUTNIK (with last version 1.1.2) was removed from CRAN

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

2019-04-16 1.1.2
2018-10-25 1.1.1
2018-10-23 1.1
2018-10-08 1.0.4.1
2018-09-18 1.0.3.4
2018-08-22 1.0.3.3
2018-08-15 1.0.3.2
2018-07-20 1.0.3.1
2018-03-30 1.0.2
2018-02-23 1.0.1
2018-02-19 1.0.0

Permanent link
New package yager with initial version 0.1.0
Package: yager
Title: Yet Another General Regression Neural Network
Version: 0.1.0
Author: WenSui Liu
Maintainer: WenSui Liu <liuwensui@gmail.com>
Description: Another implementation of general regression neural network in R based on Specht (1991) <DOI:10.1109/72.97934>. It is applicable to the functional approximation or the classification.
URL: https://github.com/statcompute/yager
Depends: R (>= 3.6.0)
Imports: datasets, stats, randtoolbox, lhs, MLmetrics, graphics, parallel
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-10 18:07:17 UTC; liuwensui
Repository: CRAN
Date/Publication: 2020-01-14 10:30:02 UTC

More information about yager at CRAN
Permanent link

New package nosoi with initial version 1.0.0
Package: nosoi
Type: Package
Title: A Forward Agent-Based Transmission Chain Simulator
Version: 1.0.0
Authors@R: c(person("Sebastian", "Lequime", email = "sebastian.lequime@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3140-0651")), person("Paul", "Bastide", email = "paul.bastide@kuleuven.be", role = "aut", comment = c(ORCID = "0000-0002-8084-9893")), person("Simon", "Dellicour", email = "simon.dellicour@kuleuven.be", role = "aut", comment = c(ORCID = "0000-0001-9558-1052")), person("Philippe", "Lemey", email = "philippe.lemey@kuleuven.be", role = "aut", comment = c(ORCID = "0000-0003-2826-5353")), person("Guy", "Baele", email = "guy.baele@kuleuven.be", role = "aut", comment = c(ORCID = "0000-0002-1915-7732")))
Description: The aim of 'nosoi' (pronounced no.si) is to provide a flexible agent-based stochastic transmission chain/epidemic simulator (Lequime et al. in prep). It is named after the daimones of plague, sickness and disease that escaped Pandora's jar in the Greek mythology. 'nosoi' is able to take into account the influence of multiple variable on the transmission process (e.g. dual-host systems (such as arboviruses), within-host viral dynamics, transportation, population structure), alone or taken together, to create complex but relatively intuitive epidemiological simulations.
URL: https://github.com/slequime/nosoi
Language: en-US
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
biocViews:
Depends: data.table (>= 1.12.0), R (>= 3.5.0)
Imports: utils (>= 3.5.2), stats (>= 3.5.2), methods (>= 3.5.2), dplyr (>= 0.8.0), magrittr (>= 1.5), stringr (>= 1.4.0), reshape2 (>= 1.4.0), raster (>= 2.8-19)
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, igraph, tidyverse, ggplot2, ggnetwork, intergraph, viridis, gganimate, gifski, png, ape (>= 5.3), tidytree (>= 0.2.4), treeio (>= 1.6.2), ggtree (>= 1.16.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-18 22:06:53 UTC; slequime
Author: Sebastian Lequime [aut, cre] (<https://orcid.org/0000-0002-3140-0651>), Paul Bastide [aut] (<https://orcid.org/0000-0002-8084-9893>), Simon Dellicour [aut] (<https://orcid.org/0000-0001-9558-1052>), Philippe Lemey [aut] (<https://orcid.org/0000-0003-2826-5353>), Guy Baele [aut] (<https://orcid.org/0000-0002-1915-7732>)
Maintainer: Sebastian Lequime <sebastian.lequime@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-14 10:30:05 UTC

More information about nosoi at CRAN
Permanent link

Package mmap updated to version 0.6-19 with previous version 0.6-17 dated 2018-06-27

Title: Map Pages of Memory
Description: R interface to POSIX mmap and Window's MapViewOfFile.
Author: Jeffrey A. Ryan
Maintainer: Jeffrey A. Ryan <jeff.a.ryan@gmail.com>

Diff between mmap versions 0.6-17 dated 2018-06-27 and 0.6-19 dated 2020-01-14

 mmap-0.6-17/mmap/configure.in       |only
 mmap-0.6-19/mmap/DESCRIPTION        |    8 ++++----
 mmap-0.6-19/mmap/MD5                |   18 +++++++++---------
 mmap-0.6-19/mmap/build/vignette.rds |binary
 mmap-0.6-19/mmap/cleanup            |    2 +-
 mmap-0.6-19/mmap/configure.ac       |only
 mmap-0.6-19/mmap/inst/doc/mmap.pdf  |binary
 mmap-0.6-19/mmap/man/mprotect.Rd    |    2 +-
 mmap-0.6-19/mmap/man/msync.Rd       |    2 +-
 mmap-0.6-19/mmap/src/init.c         |   16 +++++++++++++++-
 mmap-0.6-19/mmap/src/mmap.h         |   26 +++++++++++++-------------
 11 files changed, 44 insertions(+), 30 deletions(-)

More information about mmap at CRAN
Permanent link

New package metan with initial version 1.2.1
Type: Package
Package: metan
Title: Multi Environment Trials Analysis
Version: 1.2.1
Authors@R: person(given = "Tiago", family = "Olivoto", role = c("aut", "cre", "cph"), email = "tiagoolivoto@gmail.com", comment = c(ORCID = "0000-0002-0241-9636"))
Maintainer: Tiago Olivoto <tiagoolivoto@gmail.com>
Description: Performs stability analysis of multi-environment trial data using parametric and non-parametric methods. Parametric methods includes Additive Main Effects and Multiplicative Interaction (AMMI) analysis by Gauch (2013) <doi:10.2135/cropsci2013.04.0241>, Genotype plus Genotype-Environment (GGE) biplot analysis by Yan & Kang (2003) <doi:10.1201/9781420040371>, joint Regression Analysis by Eberhart & Russel (1966) (<doi:10.2135/cropsci1966.0011183X000600010011x>), ecovalence by Wricke (1965), genotypic confidence index by Annicchiarico (1992), Murakami & Cruz's (2004) method <doi:10.12702/1984-7033.v04n01a02>, stability variance by Shukla (1972) <doi:10.1038/hdy.1972.87>, weighted average of absolute scores by Olivoto et al. (2019a) <doi:10.2134/agronj2019.03.0220>, and multi-trait stability index by Olivoto et al. (2019b) <doi:10.2134/agronj2019.03.0221>. Non-parametric methods includes superiority index by Lin & Binns (1988) <doi:10.4141/cjps88-018>, nonparametric measures of phenotypic stability by Huehn (1990) <https://link.springer.com/article/10.1007/BF00024241>, TOP third statistic by Fox et al. (1990) <doi:10.1007/BF00040364>, geometric adaptability index described by Shahbazi (2019) <doi:10.1016/j.scienta.2019.04.047>. Functions for computing biometrical analysis such as path analysis, canonical correlation, partial correlation, clustering analysis, and tools for inspecting, manipulating, summarizing and plotting typical multi-environment trial data are also provided.
License: GPL-3
URL: https://github.com/TiagoOlivoto/metan
BugReports: https://github.com/TiagoOlivoto/metan/issues
Depends: R (>= 3.5.0)
Imports: ade4, dendextend, cowplot, dplyr, FWDselect, GGally, ggforce, ggplot2, ggrepel, gplots, grid, lattice, lme4, lmerTest, magrittr, methods, progress, rlang, tibble, tidyr, tidyselect
Suggests: DT, knitr, readxl, rmarkdown, roxygen2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-10 17:23:25 UTC; tiago
Author: Tiago Olivoto [aut, cre, cph] (<https://orcid.org/0000-0002-0241-9636>)
Repository: CRAN
Date/Publication: 2020-01-14 10:20:02 UTC

More information about metan at CRAN
Permanent link

New package impactflu with initial version 0.1.0
Package: impactflu
Title: Quantification of Population-Level Impact of Vaccination
Version: 0.1.0
Authors@R: person(given = "Arseniy", family = "Khvorov", role = c("aut", "cre"), email = "khvorov45@gmail.com")
Description: Implements the compartment model from Tokars (2018) <doi:10.1016/j.vaccine.2018.10.026>. This enables quantification of population-wide impact of vaccination against vaccine-preventable diseases such as influenza.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
RoxygenNote: 7.0.2
LinkingTo: Rcpp
Imports: Rcpp, tibble, dplyr, rlang, glue, lubridate, magrittr
Suggests: testthat (>= 2.1.0)
NeedsCompilation: yes
Packaged: 2020-01-10 20:14:47 UTC; khvorov45
Author: Arseniy Khvorov [aut, cre]
Maintainer: Arseniy Khvorov <khvorov45@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-14 11:00:02 UTC

More information about impactflu at CRAN
Permanent link

Package PTXQC updated to version 1.0.0 with previous version 0.92.6 dated 2019-04-16

Title: Quality Report Generation for MaxQuant and mzTab Results
Description: Generates Proteomics (PTX) quality control (QC) reports for shotgun LC-MS data analyzed with the MaxQuant software suite (from .txt files) or mzTab files (ideally from OpenMS 'QualityControl' tool). Reports are customizable (target thresholds, subsetting) and available in HTML or PDF format. Published in J. Proteome Res., Proteomics Quality Control: Quality Control Software for MaxQuant Results (2015) <doi:10.1021/acs.jproteome.5b00780>.
Author: Chris Bielow <chris.bielow@bsc.fu-berlin.de>
Maintainer: Chris Bielow <chris.bielow@bsc.fu-berlin.de>

Diff between PTXQC versions 0.92.6 dated 2019-04-16 and 1.0.0 dated 2020-01-14

 PTXQC-0.92.6/PTXQC/R/fcn_YAML.R                                                   |only
 PTXQC-0.92.6/PTXQC/R/fcn_computeQC.R                                              |only
 PTXQC-0.92.6/PTXQC/inst/examples/report_v0.92.2__txt_5files_withMatch-100min.html |only
 PTXQC-0.92.6/PTXQC/inst/examples/report_v0.92.2__txt_5files_withMatch-100min.pdf  |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-getInvalidLines.Rd                       |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-getShortNames.Rd                         |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-new.Rd                                   |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-plotNameMapping.Rd                       |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-readMQ.Rd                                |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-readMappingFile.Rd                       |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-substitute.Rd                            |only
 PTXQC-0.92.6/PTXQC/man/MQDataReader-cash-writeMappingFile.Rd                      |only
 PTXQC-1.0.0/PTXQC/DESCRIPTION                                                     |   25 
 PTXQC-1.0.0/PTXQC/MD5                                                             |  120 +-
 PTXQC-1.0.0/PTXQC/NAMESPACE                                                       |   49 
 PTXQC-1.0.0/PTXQC/NEWS                                                            |   11 
 PTXQC-1.0.0/PTXQC/R/FilenameMapper.R                                              |only
 PTXQC-1.0.0/PTXQC/R/MQDataReader.R                                                |  599 ++--------
 PTXQC-1.0.0/PTXQC/R/MzTabReader.R                                                 |only
 PTXQC-1.0.0/PTXQC/R/PTXQC.R                                                       |only
 PTXQC-1.0.0/PTXQC/R/YAMLClass.R                                                   |only
 PTXQC-1.0.0/PTXQC/R/createReport.R                                                |only
 PTXQC-1.0.0/PTXQC/R/fcn_MQ.R                                                      |   55 
 PTXQC-1.0.0/PTXQC/R/fcn_MQalign.R                                                 |  162 +-
 PTXQC-1.0.0/PTXQC/R/fcn_PCA.R                                                     |   19 
 PTXQC-1.0.0/PTXQC/R/fcn_QCHeat.R                                                  |   23 
 PTXQC-1.0.0/PTXQC/R/fcn_misc.R                                                    |  119 +
 PTXQC-1.0.0/PTXQC/R/fcn_miscGGplot.R                                              |   66 -
 PTXQC-1.0.0/PTXQC/R/fcn_plots.R                                                   |  192 +--
 PTXQC-1.0.0/PTXQC/R/fcn_qualities.R                                               |    4 
 PTXQC-1.0.0/PTXQC/R/qcMetric.R                                                    |   68 -
 PTXQC-1.0.0/PTXQC/R/qcMetric_EVD.R                                                |  264 +++-
 PTXQC-1.0.0/PTXQC/R/qcMetric_MSMS.R                                               |   50 
 PTXQC-1.0.0/PTXQC/R/qcMetric_MSMSScans.R                                          |   57 
 PTXQC-1.0.0/PTXQC/R/qcMetric_PG.R                                                 |   27 
 PTXQC-1.0.0/PTXQC/R/qcMetric_SM.R                                                 |   48 
 PTXQC-1.0.0/PTXQC/README.md                                                       |   38 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-Basic_Guide_for_R_users.R                        |    2 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-Basic_Guide_for_R_users.Rmd                      |    2 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-Basic_Guide_for_R_users.html                     |   50 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-CustomizeReport.html                             |   48 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-DragNDrop.html                                   |   48 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-FAQ.html                                         |   48 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-Input_And_Output_Data.Rmd                        |   21 
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-Input_And_Output_Data.html                       |   62 -
 PTXQC-1.0.0/PTXQC/inst/doc/PTXQC-ListOfMetrics.html                               |  145 +-
 PTXQC-1.0.0/PTXQC/inst/dragNdrop/QC-dragdrop/_internal/compute_QC_report.R        |    2 
 PTXQC-1.0.0/PTXQC/inst/examples/README.md                                         |    4 
 PTXQC-1.0.0/PTXQC/inst/examples/report_v1.0.0__txt_5files_withMatch-100min.html   |only
 PTXQC-1.0.0/PTXQC/inst/examples/report_v1.0.0__txt_5files_withMatch-100min.pdf    |only
 PTXQC-1.0.0/PTXQC/inst/reportTemplate/modes_UpSet.png                             |only
 PTXQC-1.0.0/PTXQC/man/FilenameMapper-class.Rd                                     |only
 PTXQC-1.0.0/PTXQC/man/MQDataReader-class.Rd                                       |only
 PTXQC-1.0.0/PTXQC/man/MzTabReader-class.Rd                                        |only
 PTXQC-1.0.0/PTXQC/man/PTXQC.Rd                                                    |only
 PTXQC-1.0.0/PTXQC/man/RTalignmentTree.Rd                                          |    4 
 PTXQC-1.0.0/PTXQC/man/YAMLClass-class.Rd                                          |    5 
 PTXQC-1.0.0/PTXQC/man/createReport.Rd                                             |   16 
 PTXQC-1.0.0/PTXQC/man/darken.Rd                                                   |only
 PTXQC-1.0.0/PTXQC/man/getFragmentErrors.Rd                                        |    4 
 PTXQC-1.0.0/PTXQC/man/getPeptideCounts.Rd                                         |    6 
 PTXQC-1.0.0/PTXQC/man/getProteinCounts.Rd                                         |    6 
 PTXQC-1.0.0/PTXQC/man/getReportFilenames.Rd                                       |   15 
 PTXQC-1.0.0/PTXQC/man/idTransferCheck.Rd                                          |   10 
 PTXQC-1.0.0/PTXQC/man/inMatchWindow.Rd                                            |    2 
 PTXQC-1.0.0/PTXQC/man/peakSegmentation.Rd                                         |   10 
 PTXQC-1.0.0/PTXQC/man/plot_TIC.Rd                                                 |only
 PTXQC-1.0.0/PTXQC/man/plot_UncalibratedMSErr.Rd                                   |    2 
 PTXQC-1.0.0/PTXQC/man/print.PTXQC_table.Rd                                        |    5 
 PTXQC-1.0.0/PTXQC/man/read.MQ.Rd                                                  |   18 
 PTXQC-1.0.0/PTXQC/tests/testthat/test_computeQC.R                                 |    6 
 PTXQC-1.0.0/PTXQC/tests/testthat/test_qualities.R                                 |   14 
 PTXQC-1.0.0/PTXQC/vignettes/PTXQC-Basic_Guide_for_R_users.Rmd                     |    2 
 PTXQC-1.0.0/PTXQC/vignettes/PTXQC-Input_And_Output_Data.Rmd                       |   21 
 74 files changed, 1312 insertions(+), 1262 deletions(-)

More information about PTXQC at CRAN
Permanent link

Package pROC updated to version 1.16.1 with previous version 1.16.0 dated 2020-01-12

Title: Display and Analyze ROC Curves
Description: Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.
Author: Xavier Robin [cre, aut] (<https://orcid.org/0000-0002-6813-3200>), Natacha Turck [aut], Alexandre Hainard [aut], Natalia Tiberti [aut], Frédérique Lisacek [aut], Jean-Charles Sanchez [aut], Markus Müller [aut], Stefan Siegert [ctb] (Fast DeLong code), Matthias Doering [ctb] (Hand & Till Multiclass)
Maintainer: Xavier Robin <pROC-cran@xavier.robin.name>

Diff between pROC versions 1.16.0 dated 2020-01-12 and 1.16.1 dated 2020-01-14

 DESCRIPTION               |    8 ++++----
 MD5                       |    6 +++---
 NEWS                      |    3 +++
 tests/testthat/test-roc.R |    1 +
 4 files changed, 11 insertions(+), 7 deletions(-)

More information about pROC at CRAN
Permanent link

Package PLNmodels updated to version 0.9.4 with previous version 0.9.3 dated 2019-12-05

Title: Poisson Lognormal Models
Description: The Poisson-lognormal model and variants can be used for a variety of multivariate problems when count data are at play, including principal component analysis for count data (Chiquet, Mariadassou and Robin, 2018 <doi:10.1214/18-AOAS1177>), discriminant analysis and network inference (Chiquet, Mariadassou and Robin, 2018 <http://proceedings.mlr.press/v97/chiquet19a.html>). Implements variational algorithms to fit such models accompanied with a set of functions for visualization and diagnostic.
Author: Julien Chiquet [aut, cre] (<https://orcid.org/0000-0002-3629-3429>), Mahendra Mariadassou [aut] (<https://orcid.org/0000-0003-2986-354X>), Stéphane Robin [ctb]
Maintainer: Julien Chiquet <julien.chiquet@inrae.fr>

Diff between PLNmodels versions 0.9.3 dated 2019-12-05 and 0.9.4 dated 2020-01-14

 PLNmodels-0.9.3/PLNmodels/man/prepare_data_from_biom.Rd      |only
 PLNmodels-0.9.3/PLNmodels/man/prepare_data_from_phyloseq.Rd  |only
 PLNmodels-0.9.3/PLNmodels/tests/testthat/Rplots.pdf          |only
 PLNmodels-0.9.4/PLNmodels/DESCRIPTION                        |   23 
 PLNmodels-0.9.4/PLNmodels/MD5                                |   96 -
 PLNmodels-0.9.4/PLNmodels/NAMESPACE                          |    7 
 PLNmodels-0.9.4/PLNmodels/NEWS.md                            |    4 
 PLNmodels-0.9.4/PLNmodels/R/PLNPCAfamily-class.R             |    1 
 PLNmodels-0.9.4/PLNmodels/R/PLNfamily-class.R                |   18 
 PLNmodels-0.9.4/PLNmodels/R/PLNnetworkfamily-class.R         |    1 
 PLNmodels-0.9.4/PLNmodels/R/import_utils.R                   |  150 +-
 PLNmodels-0.9.4/PLNmodels/build/vignette.rds                 |binary
 PLNmodels-0.9.4/PLNmodels/inst/doc/Import_data.R             |   71 -
 PLNmodels-0.9.4/PLNmodels/inst/doc/Import_data.Rmd           |   68 -
 PLNmodels-0.9.4/PLNmodels/inst/doc/Import_data.html          |  149 +-
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLN.R                     |   36 
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLN.html                  |   97 -
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLNLDA.R                  |   46 
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLNLDA.html               |  625 +++++------
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLNPCA.R                  |   38 
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLNPCA.html               |  157 +-
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLNnetwork.R              |   34 
 PLNmodels-0.9.4/PLNmodels/inst/doc/PLNnetwork.html           |  229 ++--
 PLNmodels-0.9.4/PLNmodels/inst/doc/Trichoptera.R             |   16 
 PLNmodels-0.9.4/PLNmodels/inst/doc/Trichoptera.html          |   15 
 PLNmodels-0.9.4/PLNmodels/man/PLNLDAfit.Rd                   |  196 +++
 PLNmodels-0.9.4/PLNmodels/man/PLNPCA.Rd                      |   11 
 PLNmodels-0.9.4/PLNmodels/man/PLNPCAfamily.Rd                |  134 ++
 PLNmodels-0.9.4/PLNmodels/man/PLNPCAfit.Rd                   |  212 +++
 PLNmodels-0.9.4/PLNmodels/man/PLNfamily.Rd                   |only
 PLNmodels-0.9.4/PLNmodels/man/PLNfit.Rd                      |  185 ++-
 PLNmodels-0.9.4/PLNmodels/man/PLNmodels.Rd                   |    1 
 PLNmodels-0.9.4/PLNmodels/man/PLNnetwork.Rd                  |   11 
 PLNmodels-0.9.4/PLNmodels/man/PLNnetworkfamily.Rd            |  179 ++-
 PLNmodels-0.9.4/PLNmodels/man/PLNnetworkfit.Rd               |  180 ++-
 PLNmodels-0.9.4/PLNmodels/man/compute_offset.Rd              |    3 
 PLNmodels-0.9.4/PLNmodels/man/extract_probs.Rd               |   11 
 PLNmodels-0.9.4/PLNmodels/man/getBestModel.Rd                |   10 
 PLNmodels-0.9.4/PLNmodels/man/plot.PLNLDAfit.Rd              |   13 
 PLNmodels-0.9.4/PLNmodels/man/plot.PLNPCAfamily.Rd           |    3 
 PLNmodels-0.9.4/PLNmodels/man/plot.PLNPCAfit.Rd              |   15 
 PLNmodels-0.9.4/PLNmodels/man/plot.PLNnetworkfamily.Rd       |   12 
 PLNmodels-0.9.4/PLNmodels/man/plot.PLNnetworkfit.Rd          |   15 
 PLNmodels-0.9.4/PLNmodels/man/predict.PLNLDAfit.Rd           |   12 
 PLNmodels-0.9.4/PLNmodels/man/predict.PLNfit.Rd              |    3 
 PLNmodels-0.9.4/PLNmodels/man/rPLN.Rd                        |    8 
 PLNmodels-0.9.4/PLNmodels/man/stability_selection.Rd         |    9 
 PLNmodels-0.9.4/PLNmodels/src/data_struct.h                  |    2 
 PLNmodels-0.9.4/PLNmodels/src/gradients.cpp                  |   22 
 PLNmodels-0.9.4/PLNmodels/tests/testthat/test-import-utils.R |  104 -
 PLNmodels-0.9.4/PLNmodels/vignettes/Import_data.Rmd          |   68 -
 51 files changed, 2173 insertions(+), 1127 deletions(-)

More information about PLNmodels at CRAN
Permanent link

New package OptimClassifier with initial version 0.1.5
Package: OptimClassifier
Title: Create the Best Train for Classification Models
Version: 0.1.5
Authors@R: c( person("Agustin", "Perez-Martin", email = "agustin.perez@umh.es", role = "aut", comment = c(ORCID = "0000-0003-4994-3176")), person("Agustin", "Perez-Torregrosa", email = "agustin.perez01@goumh.umh.es", role = c("cre","aut"), comment = c(ORCID = "0000-0001-5658-4795")), person("Marta","Vaca-Lamata", email="mvaca@umh.es",role="aut", comment = c(ORCID = "0000-0001-8496-5579")), person("Antonio Jose","Verdu-Jover", email="ajverdu@umh.es",role="aut", comment = c(ORCID = "0000-0002-6201-7196")) )
Description: Patterns searching and binary classification in economic and financial data is a large field of research. There are a large part of the data that the target variable is binary. Nowadays, many methodologies are used, this package collects most popular and compare different configuration options for Linear Models (LM), Generalized Linear Models (GLM), Linear Mixed Models (LMM), Discriminant Analysis (DA), Classification And Regression Trees (CART), Neural Networks (NN) and Support Vector Machines (SVM).
Depends: R (>= 3.2.3)
License: GPL (>= 2)
BugReports: https://github.com/economistgame/OptimClassifier/issues
URL: https://economistgame.github.io/OptimClassifier
Imports: crayon, dplyr, MASS, lme4, rpart, nnet, e1071, lmtest, nortest, clisymbols, ggplot2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-14 05:03:00 UTC; agustin
Author: Agustin Perez-Martin [aut] (<https://orcid.org/0000-0003-4994-3176>), Agustin Perez-Torregrosa [cre, aut] (<https://orcid.org/0000-0001-5658-4795>), Marta Vaca-Lamata [aut] (<https://orcid.org/0000-0001-8496-5579>), Antonio Jose Verdu-Jover [aut] (<https://orcid.org/0000-0002-6201-7196>)
Maintainer: Agustin Perez-Torregrosa <agustin.perez01@goumh.umh.es>
Repository: CRAN
Date/Publication: 2020-01-14 09:20:10 UTC

More information about OptimClassifier at CRAN
Permanent link

Package LabourMarketAreas updated to version 3.2.3 with previous version 3.2.2 dated 2018-09-14

Title: Identification, Tuning, Visualisation and Analysis of Labour Market Areas
Description: Produces Labour Market Areas from commuting flows available at elementary territorial units. It provides tools for automatic tuning based on spatial contiguity. It also allows for statistical analyses and visualisation of the new functional geography.
Author: Daniela Ichim, Luisa Franconi, Michele D'Alo', Guido van den Heuvel
Maintainer: Luisa Franconi <franconi@istat.it>

Diff between LabourMarketAreas versions 3.2.2 dated 2018-09-14 and 3.2.3 dated 2020-01-14

 DESCRIPTION                      |   13 +++++++------
 MD5                              |   16 ++++++++--------
 data/names.Sardinia.rda          |binary
 data/shpSardinia.rda             |binary
 man/AddStatistics.Rd             |    2 ++
 man/LabourMarketAreas-package.Rd |    4 ++--
 man/findClusters.Rd              |    2 ++
 man/shpBrindisi.Rd               |    4 +++-
 man/shpSardinia.Rd               |    2 ++
 9 files changed, 26 insertions(+), 17 deletions(-)

More information about LabourMarketAreas at CRAN
Permanent link

Package fma updated to version 2.4 with previous version 2.3 dated 2017-02-12

Title: Data Sets from "Forecasting: Methods and Applications" by Makridakis, Wheelwright & Hyndman (1998)
Description: All data sets from "Forecasting: methods and applications" by Makridakis, Wheelwright & Hyndman (Wiley, 3rd ed., 1998) <https://robjhyndman.com/forecasting/>.
Author: Rob Hyndman [aut, cre, cph] (<https://orcid.org/0000-0002-2140-5352>), Justin Carmody [ctb]
Maintainer: Rob Hyndman <Rob.Hyndman@monash.edu>

Diff between fma versions 2.3 dated 2017-02-12 and 2.4 dated 2020-01-14

 fma-2.3/fma/ChangeLog                |only
 fma-2.3/fma/data/advert.rda          |only
 fma-2.3/fma/data/advsales.rda        |only
 fma-2.3/fma/data/airpass.rda         |only
 fma-2.3/fma/data/bank.txt.gz         |only
 fma-2.3/fma/data/beer.rda            |only
 fma-2.3/fma/data/bicoal.rda          |only
 fma-2.3/fma/data/bricksq.rda         |only
 fma-2.3/fma/data/canadian.rda        |only
 fma-2.3/fma/data/cement.txt.gz       |only
 fma-2.3/fma/data/chicken.rda         |only
 fma-2.3/fma/data/condmilk.rda        |only
 fma-2.3/fma/data/copper.rda          |only
 fma-2.3/fma/data/copper1.rda         |only
 fma-2.3/fma/data/copper2.rda         |only
 fma-2.3/fma/data/copper3.rda         |only
 fma-2.3/fma/data/cowtemp.rda         |only
 fma-2.3/fma/data/cpimel.rda          |only
 fma-2.3/fma/data/dj.rda              |only
 fma-2.3/fma/data/dole.rda            |only
 fma-2.3/fma/data/dowjones.rda        |only
 fma-2.3/fma/data/econsumption.txt.gz |only
 fma-2.3/fma/data/eggs.rda            |only
 fma-2.3/fma/data/eknives.rda         |only
 fma-2.3/fma/data/elco.rda            |only
 fma-2.3/fma/data/elec.rda            |only
 fma-2.3/fma/data/expenditure.rda     |only
 fma-2.3/fma/data/fancy.rda           |only
 fma-2.3/fma/data/french.rda          |only
 fma-2.3/fma/data/housing.rda         |only
 fma-2.3/fma/data/hsales.rda          |only
 fma-2.3/fma/data/hsales2.rda         |only
 fma-2.3/fma/data/huron.rda           |only
 fma-2.3/fma/data/ibmclose.rda        |only
 fma-2.3/fma/data/input.rda           |only
 fma-2.3/fma/data/internet.rda        |only
 fma-2.3/fma/data/invent15.rda        |only
 fma-2.3/fma/data/jcars.rda           |only
 fma-2.3/fma/data/kkong.txt.gz        |only
 fma-2.3/fma/data/labour.rda          |only
 fma-2.3/fma/data/lynx.rda            |only
 fma-2.3/fma/data/milk.rda            |only
 fma-2.3/fma/data/mink.rda            |only
 fma-2.3/fma/data/mortal.txt.gz       |only
 fma-2.3/fma/data/motel.txt.gz        |only
 fma-2.3/fma/data/motion.rda          |only
 fma-2.3/fma/data/nail.rda            |only
 fma-2.3/fma/data/oilprice.rda        |only
 fma-2.3/fma/data/olympic.txt.gz      |only
 fma-2.3/fma/data/ozone.txt.gz        |only
 fma-2.3/fma/data/paris.rda           |only
 fma-2.3/fma/data/pcv.txt.gz          |only
 fma-2.3/fma/data/petrol.rda          |only
 fma-2.3/fma/data/pigs.rda            |only
 fma-2.3/fma/data/plastics.rda        |only
 fma-2.3/fma/data/pollution.rda       |only
 fma-2.3/fma/data/productC.rda        |only
 fma-2.3/fma/data/pulpprice.txt.gz    |only
 fma-2.3/fma/data/qelec.rda           |only
 fma-2.3/fma/data/qsales.rda          |only
 fma-2.3/fma/data/running.txt.gz      |only
 fma-2.3/fma/data/sales.rda           |only
 fma-2.3/fma/data/schizo.rda          |only
 fma-2.3/fma/data/shampoo.rda         |only
 fma-2.3/fma/data/sheep.rda           |only
 fma-2.3/fma/data/ship.rda            |only
 fma-2.3/fma/data/shipex.rda          |only
 fma-2.3/fma/data/strikes.rda         |only
 fma-2.3/fma/data/telephone.rda       |only
 fma-2.3/fma/data/texasgas.txt.gz     |only
 fma-2.3/fma/data/ukdeaths.rda        |only
 fma-2.3/fma/data/usdeaths.rda        |only
 fma-2.3/fma/data/uselec.rda          |only
 fma-2.3/fma/data/ustreas.rda         |only
 fma-2.3/fma/data/wagesuk.rda         |only
 fma-2.3/fma/data/wheat.rda           |only
 fma-2.3/fma/data/wn.rda              |only
 fma-2.3/fma/data/wnoise.rda          |only
 fma-2.3/fma/data/writing.rda         |only
 fma-2.3/fma/man/cpi_mel.Rd           |only
 fma-2.3/fma/man/pulppric.Rd          |only
 fma-2.3/fma/man/sales.rd             |only
 fma-2.4/fma/DESCRIPTION              |   29 +-
 fma-2.4/fma/MD5                      |  342 +++++++++++++++++------------------
 fma-2.4/fma/NAMESPACE                |   71 +++++++
 fma-2.4/fma/NEWS.md                  |only
 fma-2.4/fma/R                        |only
 fma-2.4/fma/README.md                |only
 fma-2.4/fma/build                    |only
 fma-2.4/fma/data/bank.rda            |only
 fma-2.4/fma/data/cement.rda          |only
 fma-2.4/fma/data/econsumption.rda    |only
 fma-2.4/fma/data/kkong.rda           |only
 fma-2.4/fma/data/mortal.rda          |only
 fma-2.4/fma/data/motel.rda           |binary
 fma-2.4/fma/data/olympic.rda         |only
 fma-2.4/fma/data/ozone.rda           |only
 fma-2.4/fma/data/pcv.rda             |only
 fma-2.4/fma/data/pulpprice.rda       |only
 fma-2.4/fma/data/running.rda         |only
 fma-2.4/fma/data/texasgas.rda        |only
 fma-2.4/fma/inst                     |only
 fma-2.4/fma/man/advert.Rd            |   44 ++--
 fma-2.4/fma/man/advsales.Rd          |   37 ++-
 fma-2.4/fma/man/airpass.Rd           |   48 ++--
 fma-2.4/fma/man/auto.Rd              |   61 +++---
 fma-2.4/fma/man/bank.Rd              |   43 ++--
 fma-2.4/fma/man/beer.Rd              |   37 ++-
 fma-2.4/fma/man/bicoal.Rd            |   33 ++-
 fma-2.4/fma/man/books.Rd             |   44 ++--
 fma-2.4/fma/man/boston.Rd            |   49 +++--
 fma-2.4/fma/man/bricksq.Rd           |   38 ++-
 fma-2.4/fma/man/canadian.Rd          |   35 ++-
 fma-2.4/fma/man/capital.Rd           |   43 ++--
 fma-2.4/fma/man/cement.Rd            |   45 ++--
 fma-2.4/fma/man/chicken.Rd           |   34 ++-
 fma-2.4/fma/man/condmilk.Rd          |   37 ++-
 fma-2.4/fma/man/copper.Rd            |   33 ++-
 fma-2.4/fma/man/copper1.Rd           |   33 ++-
 fma-2.4/fma/man/copper2.Rd           |   33 ++-
 fma-2.4/fma/man/copper3.Rd           |   33 ++-
 fma-2.4/fma/man/cowtemp.Rd           |   48 ++--
 fma-2.4/fma/man/cpimel.Rd            |only
 fma-2.4/fma/man/dexter.Rd            |   41 ++--
 fma-2.4/fma/man/dj.Rd                |   37 ++-
 fma-2.4/fma/man/dole.Rd              |   36 ++-
 fma-2.4/fma/man/dowjones.Rd          |   33 ++-
 fma-2.4/fma/man/econsumption.Rd      |   42 ++--
 fma-2.4/fma/man/eggs.Rd              |   33 ++-
 fma-2.4/fma/man/eknives.Rd           |   33 ++-
 fma-2.4/fma/man/elco.Rd              |   33 ++-
 fma-2.4/fma/man/elec.Rd              |   37 ++-
 fma-2.4/fma/man/expenditure.Rd       |   33 ++-
 fma-2.4/fma/man/fancy.Rd             |   37 ++-
 fma-2.4/fma/man/fma-package.Rd       |   31 +--
 fma-2.4/fma/man/french.Rd            |   33 ++-
 fma-2.4/fma/man/housing.Rd           |   47 ++--
 fma-2.4/fma/man/hsales.Rd            |   38 ++-
 fma-2.4/fma/man/hsales2.Rd           |   37 ++-
 fma-2.4/fma/man/huron.Rd             |   33 ++-
 fma-2.4/fma/man/ibm.Rd               |   57 +++--
 fma-2.4/fma/man/ibmclose.Rd          |   41 ++--
 fma-2.4/fma/man/input.Rd             |   33 ++-
 fma-2.4/fma/man/internet.Rd          |   34 ++-
 fma-2.4/fma/man/invent15.Rd          |   34 ++-
 fma-2.4/fma/man/jcars.Rd             |   46 ++--
 fma-2.4/fma/man/kkong.Rd             |   42 ++--
 fma-2.4/fma/man/labour.Rd            |   41 ++--
 fma-2.4/fma/man/lynx.Rd              |   45 ++--
 fma-2.4/fma/man/milk.Rd              |   51 +++--
 fma-2.4/fma/man/mink.Rd              |   34 ++-
 fma-2.4/fma/man/mortal.Rd            |   41 ++--
 fma-2.4/fma/man/motel.Rd             |   48 ++--
 fma-2.4/fma/man/motion.Rd            |   45 ++--
 fma-2.4/fma/man/nail.Rd              |   33 ++-
 fma-2.4/fma/man/oilprice.Rd          |   33 ++-
 fma-2.4/fma/man/olympic.Rd           |   42 ++--
 fma-2.4/fma/man/ozone.Rd             |   41 ++--
 fma-2.4/fma/man/paris.Rd             |   37 ++-
 fma-2.4/fma/man/pcv.Rd               |   41 ++--
 fma-2.4/fma/man/petrol.Rd            |   45 ++--
 fma-2.4/fma/man/pigs.Rd              |   34 ++-
 fma-2.4/fma/man/plastics.Rd          |   37 ++-
 fma-2.4/fma/man/pollution.Rd         |   35 ++-
 fma-2.4/fma/man/productC.Rd          |   33 ++-
 fma-2.4/fma/man/pulpprice.Rd         |only
 fma-2.4/fma/man/qelec.Rd             |   33 ++-
 fma-2.4/fma/man/qsales.Rd            |   34 ++-
 fma-2.4/fma/man/running.Rd           |   41 ++--
 fma-2.4/fma/man/sales.Rd             |only
 fma-2.4/fma/man/schizo.Rd            |   43 ++--
 fma-2.4/fma/man/shampoo.Rd           |   33 ++-
 fma-2.4/fma/man/sheep.Rd             |   36 ++-
 fma-2.4/fma/man/ship.Rd              |   34 ++-
 fma-2.4/fma/man/shipex.Rd            |   33 ++-
 fma-2.4/fma/man/strikes.Rd           |   37 ++-
 fma-2.4/fma/man/telephone.Rd         |   33 ++-
 fma-2.4/fma/man/texasgas.Rd          |   42 ++--
 fma-2.4/fma/man/ukdeaths.Rd          |   42 ++--
 fma-2.4/fma/man/usdeaths.Rd          |   38 ++-
 fma-2.4/fma/man/uselec.Rd            |   39 ++-
 fma-2.4/fma/man/ustreas.Rd           |   36 ++-
 fma-2.4/fma/man/wagesuk.Rd           |   33 ++-
 fma-2.4/fma/man/wheat.Rd             |   33 ++-
 fma-2.4/fma/man/wn.Rd                |   33 ++-
 fma-2.4/fma/man/wnoise.Rd            |   33 ++-
 fma-2.4/fma/man/writing.Rd           |   37 ++-
 fma-2.4/fma/vignettes                |only
 188 files changed, 2236 insertions(+), 1354 deletions(-)

More information about fma at CRAN
Permanent link

New package dppmix with initial version 0.1.1
Package: dppmix
Type: Package
Title: Determinantal Point Process Mixture Models
Version: 0.1.1
Date: 2019-12-20
Author: Yanxun Xu [aut], Peter Mueller [aut], Donatello Telesca [aut], David J. H. Shih [aut, cre]
Maintainer: David J. H. Shih <djh.shih@gmail.com>
Description: Multivariate Gaussian mixture model with a determinant point process prior to promote the discovery of parsimonious components from observed data. See Xu, Mueller, Telesca (2016) <doi:10.1111/biom.12482>.
URL: https://bitbucket.org/djhshih/dppmix
BugReports: https://bitbucket.org/djhshih/dppmix/issues
Imports: stats, mvtnorm
License: GPL (>= 3)
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-10 16:51:51 UTC; davids
Repository: CRAN
Date/Publication: 2020-01-14 10:00:07 UTC

More information about dppmix at CRAN
Permanent link

New package crplyr with initial version 0.3.3
Package: crplyr
Type: Package
Title: A 'dplyr' Interface for Crunch
Description: In order to facilitate analysis of datasets hosted on the Crunch data platform <http://crunch.io/>, the 'crplyr' package implements 'dplyr' methods on top of the Crunch backend. The usual methods 'select', 'filter', 'group_by', 'summarize', and 'collect' are implemented in such a way as to perform as much computation on the server and pull as little data locally as possible.
Version: 0.3.3
Authors@R: c( person("Greg", "Freedman Ellis", role="aut", email="greg@crunch.io"), person("Jonathan", "Keane", role="aut", email="jkeane@gmail.com"), person("Neal", "Richardson", role="aut", email="neal.p.richardson@gmail.com"), person("Mike", "Malecki", role=c("aut", "cre"), email="mike@crunch.io"), person("Gordon", "Shotwell", role="aut", email="gordon.shotwell@gmail.com"))
URL: https://crunch.io/r/crplyr/, https://github.com/Crunch-io/crplyr
BugReports: https://github.com/Crunch-io/crplyr/issues
License: LGPL (>= 3)
Depends: R (>= 3.0.0), crunch (>= 1.15.3), dplyr
Imports: methods, ggplot2, lazyeval, purrr, tibble, rlang, scales, stringr, viridisLite
Suggests: covr, httptest (>= 3.0.0), magrittr, spelling, vdiffr, knitr, testthat, rmarkdown
RoxygenNote: 7.0.2
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-13 22:45:04 UTC; malecki
Author: Greg Freedman Ellis [aut], Jonathan Keane [aut], Neal Richardson [aut], Mike Malecki [aut, cre], Gordon Shotwell [aut]
Maintainer: Mike Malecki <mike@crunch.io>
Repository: CRAN
Date/Publication: 2020-01-14 09:20:02 UTC

More information about crplyr at CRAN
Permanent link

Package ced updated to version 1.0.1 with previous version 1.0.0 dated 2020-01-13

Title: The Compact Encoding Detector
Description: R bindings of the Google Compact Encoding Detection library (<https://github.com/google/compact_enc_det>). The library takes as input a source buffer of raw text bytes and probabilistically determines the most likely encoding for that text. It was designed with accuracy, robustness, small size, and speed in mind.
Author: Artem Klevtsov [aut, cre] (<https://orcid.org/0000-0003-0492-6647>), Philipp Upravitelev [ctb], Google Inc. [cph]
Maintainer: Artem Klevtsov <a.a.klevtsov@gmail.com>

Diff between ced versions 1.0.0 dated 2020-01-13 and 1.0.1 dated 2020-01-14

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

More information about ced at CRAN
Permanent link

Package tinytex updated to version 0.19 with previous version 0.18 dated 2019-12-10

Title: Helper Functions to Install and Maintain 'TeX Live', and Compile 'LaTeX' Documents
Description: Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.
Author: Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>), RStudio, Inc. [cph], Fernando Cagua [ctb], Ethan Heinzen [ctb]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between tinytex versions 0.18 dated 2019-12-10 and 0.19 dated 2020-01-14

 DESCRIPTION                  |    6 +++---
 LICENSE                      |    2 +-
 MD5                          |   14 +++++++-------
 R/install.R                  |    6 +++---
 R/latex.R                    |   28 ++++++++++++++++++----------
 R/tlmgr.R                    |    6 +++---
 man/tlmgr.Rd                 |    3 ++-
 tests/test-cran/test-latex.R |    4 +++-
 8 files changed, 40 insertions(+), 29 deletions(-)

More information about tinytex at CRAN
Permanent link

Package SuppDists updated to version 1.1-9.5 with previous version 1.1-9.4 dated 2016-09-23

Title: Supplementary Distributions
Description: Ten distributions supplementing those built into R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared, Spearman's rho, maximum F ratio, the Pearson product moment correlation coefficient, Johnson distributions, normal scores and generalized hypergeometric distributions.
Author: Bob Wheeler [aut], Thorsten Pohlert [ctb, cre] (<https://orcid.org/0000-0003-3855-3025>)
Maintainer: ORPHANED

Diff between SuppDists versions 1.1-9.4 dated 2016-09-23 and 1.1-9.5 dated 2020-01-14

 SuppDists-1.1-9.4/SuppDists/INDEX                    |only
 SuppDists-1.1-9.4/SuppDists/man/MWC1019.Rd           |only
 SuppDists-1.1-9.4/SuppDists/man/ziggurat.Rd          |only
 SuppDists-1.1-9.4/SuppDists/src/dists.cc             |only
 SuppDists-1.1-9.5/SuppDists/DESCRIPTION              |   38 ++--
 SuppDists-1.1-9.5/SuppDists/MD5                      |   39 ++--
 SuppDists-1.1-9.5/SuppDists/NAMESPACE                |   75 +++++++-
 SuppDists-1.1-9.5/SuppDists/R/Dists.R                |  169 +++++++++----------
 SuppDists-1.1-9.5/SuppDists/R/SuppDists-defunct.R    |only
 SuppDists-1.1-9.5/SuppDists/inst                     |only
 SuppDists-1.1-9.5/SuppDists/man/Friedman.Rd          |    2 
 SuppDists-1.1-9.5/SuppDists/man/Johnson.Rd           |    2 
 SuppDists-1.1-9.5/SuppDists/man/Kendall.Rd           |    2 
 SuppDists-1.1-9.5/SuppDists/man/KruskalWallis.Rd     |    2 
 SuppDists-1.1-9.5/SuppDists/man/NormalScore.Rd       |    2 
 SuppDists-1.1-9.5/SuppDists/man/Pearson.Rd           |    2 
 SuppDists-1.1-9.5/SuppDists/man/Spearman.Rd          |    2 
 SuppDists-1.1-9.5/SuppDists/man/SuppDists-defunct.Rd |only
 SuppDists-1.1-9.5/SuppDists/man/ghyper.Rd            |    2 
 SuppDists-1.1-9.5/SuppDists/man/ghyperTypes.Rd       |    2 
 SuppDists-1.1-9.5/SuppDists/man/invGauss.Rd          |    2 
 SuppDists-1.1-9.5/SuppDists/man/maxFratio.Rd         |    2 
 SuppDists-1.1-9.5/SuppDists/src/dists.cpp            |only
 SuppDists-1.1-9.5/SuppDists/src/dists.h              |    7 
 SuppDists-1.1-9.5/SuppDists/src/init.cpp             |only
 25 files changed, 217 insertions(+), 133 deletions(-)

More information about SuppDists at CRAN
Permanent link

Package robCompositions updated to version 2.2.0 with previous version 2.1.0 dated 2019-04-15

Title: Compositional Data Analysis
Description: Methods for analysis of compositional data including robust methods (<doi:10.1007/978-3-319-96422-5>), imputation of missing values (<doi:10.1016/j.csda.2009.11.023>), methods to replace rounded zeros (<doi:10.1080/02664763.2017.1410524>, <doi:10.1016/j.chemolab.2016.04.011>, <doi:10.1016/j.csda.2012.02.012>), count zeros (<doi:10.1177/1471082X14535524>), methods to deal with essential zeros (<doi:10.1080/02664763.2016.1182135>), (robust) outlier detection for compositional data, (robust) principal component analysis for compositional data, (robust) factor analysis for compositional data, (robust) discriminant analysis for compositional data (Fisher rule), robust regression with compositional predictors, functional data analysis and p-splines (<doi:10.1016/j.csda.2015.07.007>), contingency (<doi:10.1080/03610926.2013.824980>) and compositional tables (<doi:10.1111/sjos.12326>, <doi:10.1111/sjos.12223>, <doi:10.1080/02664763.2013.856871>) and (robust) Anderson-Darling normality tests for compositional data as well as popular log-ratio transformations (addLR, cenLR, isomLR, and their inverse transformations). In addition, visualisation and diagnostic tools are implemented as well as high and low-level plot functions for the ternary diagram.
Author: Matthias Templ [aut, cre] (<https://orcid.org/0000-0002-8638-5276>), Karel Hron [aut], Peter Filzmoser [aut], Kamila Facevicova [ctb], Petra Kynclova [ctb], Jan Walach [ctb], Veronika Pintar [ctb], Jiajia Chen [ctb], Dominika Miksova [ctb], Bernhard Meindl [ctb], Alessia Di Blasi [ctb], Federico Pavone [ctb], Gianluca Zeni [ctb]
Maintainer: Matthias Templ <matthias.templ@gmail.com>

Diff between robCompositions versions 2.1.0 dated 2019-04-15 and 2.2.0 dated 2020-01-14

 robCompositions-2.1.0/robCompositions/R/cubeCoord.R                                |only
 robCompositions-2.1.0/robCompositions/R/tabCoord.R                                 |only
 robCompositions-2.1.0/robCompositions/inst/doc/checkenc.sh                         |only
 robCompositions-2.1.0/robCompositions/inst/doc/gm.cpp                              |only
 robCompositions-2.1.0/robCompositions/inst/doc/test.sh                             |only
 robCompositions-2.1.0/robCompositions/inst/doc/writecsvs.R                         |only
 robCompositions-2.1.0/robCompositions/tests/imp_test.R                             |only
 robCompositions-2.1.0/robCompositions/tests/importFood.R                           |only
 robCompositions-2.1.0/robCompositions/tests/rz.R                                   |only
 robCompositions-2.2.0/robCompositions/DESCRIPTION                                  |   48 -
 robCompositions-2.2.0/robCompositions/MD5                                          |  239 +++--
 robCompositions-2.2.0/robCompositions/NAMESPACE                                    |    7 
 robCompositions-2.2.0/robCompositions/NEWS                                         |    9 
 robCompositions-2.2.0/robCompositions/R/CubeCoord.R                                |only
 robCompositions-2.2.0/robCompositions/R/TabCoord.R                                 |only
 robCompositions-2.2.0/robCompositions/R/aDist.R                                    |    1 
 robCompositions-2.2.0/robCompositions/R/addLRinv.R                                 |    7 
 robCompositions-2.2.0/robCompositions/R/adjust.R                                   |    3 
 robCompositions-2.2.0/robCompositions/R/cenLRinv.R                                 |   12 
 robCompositions-2.2.0/robCompositions/R/clustCoDa.R                                |    6 
 robCompositions-2.2.0/robCompositions/R/clustCoDa_qmode.R                          |    3 
 robCompositions-2.2.0/robCompositions/R/daCoDa.R                                   |    5 
 robCompositions-2.2.0/robCompositions/R/daFisher.R                                 |    5 
 robCompositions-2.2.0/robCompositions/R/dataSets.R                                 |    4 
 robCompositions-2.2.0/robCompositions/R/impRZilr.R                                 |    2 
 robCompositions-2.2.0/robCompositions/R/imputeBDLs.R                               |    9 
 robCompositions-2.2.0/robCompositions/R/imputeUDLs.R                               |  402 +++++-----
 robCompositions-2.2.0/robCompositions/R/intArray.R                                 |    3 
 robCompositions-2.2.0/robCompositions/R/is.equivalent.R                            |only
 robCompositions-2.2.0/robCompositions/R/pfa.R                                      |    5 
 robCompositions-2.2.0/robCompositions/R/plot.imp.R                                 |    3 
 robCompositions-2.2.0/robCompositions/R/splineDensity.R                            |only
 robCompositions-2.2.0/robCompositions/R/splineDensity.plot.R                       |only
 robCompositions-2.2.0/robCompositions/R/splineDensity.smoothingSplinesValidation.R |only
 robCompositions-2.2.0/robCompositions/R/stats.R                                    |    2 
 robCompositions-2.2.0/robCompositions/R/variation.R                                |   52 +
 robCompositions-2.2.0/robCompositions/R/zeroOut.R                                  |    2 
 robCompositions-2.2.0/robCompositions/R/zzz.R                                      |    5 
 robCompositions-2.2.0/robCompositions/build/vignette.rds                           |binary
 robCompositions-2.2.0/robCompositions/data/GDPsatis.rda                            |binary
 robCompositions-2.2.0/robCompositions/data/ageCatWorld.rda                         |binary
 robCompositions-2.2.0/robCompositions/data/alcohol.rda                             |binary
 robCompositions-2.2.0/robCompositions/data/alcoholreg.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/arcticLake.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/cancer.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/cancerMN.rda                            |binary
 robCompositions-2.2.0/robCompositions/data/chorizonDL.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/coffee.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/economy.rda                             |binary
 robCompositions-2.2.0/robCompositions/data/educFM.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/election.rda                            |binary
 robCompositions-2.2.0/robCompositions/data/electionATbp.rda                        |binary
 robCompositions-2.2.0/robCompositions/data/employment.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/employment2.rda                         |binary
 robCompositions-2.2.0/robCompositions/data/employment_df.rda                       |binary
 robCompositions-2.2.0/robCompositions/data/expenditures.rda                        |binary
 robCompositions-2.2.0/robCompositions/data/expendituresEU.rda                      |binary
 robCompositions-2.2.0/robCompositions/data/gemas.rda                               |binary
 robCompositions-2.2.0/robCompositions/data/gjovik.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/govexp.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/haplogroups.rda                         |binary
 robCompositions-2.2.0/robCompositions/data/instw.rda                               |binary
 robCompositions-2.2.0/robCompositions/data/isic32.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/laborForce.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/lifeExpGdp.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/machineOperators.rda                    |binary
 robCompositions-2.2.0/robCompositions/data/manu_abs.rda                            |binary
 robCompositions-2.2.0/robCompositions/data/mcad.rda                                |binary
 robCompositions-2.2.0/robCompositions/data/mortality.rda                           |binary
 robCompositions-2.2.0/robCompositions/data/mortality_tab.rda                       |binary
 robCompositions-2.2.0/robCompositions/data/nutrients.rda                           |binary
 robCompositions-2.2.0/robCompositions/data/nutrients_branded.rda                   |binary
 robCompositions-2.2.0/robCompositions/data/payments.rda                            |binary
 robCompositions-2.2.0/robCompositions/data/phd.rda                                 |binary
 robCompositions-2.2.0/robCompositions/data/phd_totals.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/precipitation.rda                       |binary
 robCompositions-2.2.0/robCompositions/data/production.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/rcodes.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/skyeLavas.rda                           |binary
 robCompositions-2.2.0/robCompositions/data/socExp.rda                              |binary
 robCompositions-2.2.0/robCompositions/data/teachingStuff.rda                       |binary
 robCompositions-2.2.0/robCompositions/data/trondelagC.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/trondelagO.rda                          |binary
 robCompositions-2.2.0/robCompositions/data/unemployed.rda                          |binary
 robCompositions-2.2.0/robCompositions/inst/CITATION                                |   13 
 robCompositions-2.2.0/robCompositions/inst/doc/imputation.R                        |   44 -
 robCompositions-2.2.0/robCompositions/inst/doc/imputation.Rnw                      |    6 
 robCompositions-2.2.0/robCompositions/inst/doc/imputation.pdf                      |binary
 robCompositions-2.2.0/robCompositions/inst/doc/robCompositions-overview.pdf        |binary
 robCompositions-2.2.0/robCompositions/man/aDist.Rd                                 |    1 
 robCompositions-2.2.0/robCompositions/man/biomarker.Rd                             |   15 
 robCompositions-2.2.0/robCompositions/man/clustCoDa.Rd                             |   32 
 robCompositions-2.2.0/robCompositions/man/clustCoDa_qmode.Rd                       |    3 
 robCompositions-2.2.0/robCompositions/man/cubeCoord.Rd                             |   56 -
 robCompositions-2.2.0/robCompositions/man/daCoDa.Rd                                |    3 
 robCompositions-2.2.0/robCompositions/man/daFisher.Rd                              |    3 
 robCompositions-2.2.0/robCompositions/man/impCoda.Rd                               |   15 
 robCompositions-2.2.0/robCompositions/man/impKNNa.Rd                               |   14 
 robCompositions-2.2.0/robCompositions/man/impRZalr.Rd                              |   16 
 robCompositions-2.2.0/robCompositions/man/impRZilr.Rd                              |   19 
 robCompositions-2.2.0/robCompositions/man/imputeBDLs.Rd                            |   27 
 robCompositions-2.2.0/robCompositions/man/imputeUDLs.Rd                            |   20 
 robCompositions-2.2.0/robCompositions/man/indTab.Rd                                |    8 
 robCompositions-2.2.0/robCompositions/man/is.equivalent.Rd                         |only
 robCompositions-2.2.0/robCompositions/man/outCoDa.Rd                               |    3 
 robCompositions-2.2.0/robCompositions/man/payments.Rd                              |    2 
 robCompositions-2.2.0/robCompositions/man/pfa.Rd                                   |   24 
 robCompositions-2.2.0/robCompositions/man/pivotCoord.Rd                            |   10 
 robCompositions-2.2.0/robCompositions/man/plot.imp.Rd                              |   27 
 robCompositions-2.2.0/robCompositions/man/plot.smoothSpl.Rd                        |only
 robCompositions-2.2.0/robCompositions/man/production.Rd                            |    2 
 robCompositions-2.2.0/robCompositions/man/smoothSplines.Rd                         |only
 robCompositions-2.2.0/robCompositions/man/smoothSplinesVal.Rd                      |only
 robCompositions-2.2.0/robCompositions/man/stats.Rd                                 |    8 
 robCompositions-2.2.0/robCompositions/man/tabCoord.Rd                              |   41 -
 robCompositions-2.2.0/robCompositions/man/ternaryDiag.Rd                           |   16 
 robCompositions-2.2.0/robCompositions/man/ternaryDiagEllipse.Rd                    |    3 
 robCompositions-2.2.0/robCompositions/man/variation.Rd                             |   27 
 robCompositions-2.2.0/robCompositions/src/Makevars                                 |only
 robCompositions-2.2.0/robCompositions/src/bspline.cpp                              |only
 robCompositions-2.2.0/robCompositions/src/bspline.h                                |only
 robCompositions-2.2.0/robCompositions/src/classData.cpp                            |only
 robCompositions-2.2.0/robCompositions/src/classData.h                              |only
 robCompositions-2.2.0/robCompositions/src/cuore.cpp                                |only
 robCompositions-2.2.0/robCompositions/src/density_estimation.cpp                   |only
 robCompositions-2.2.0/robCompositions/src/density_estimation.h                     |only
 robCompositions-2.2.0/robCompositions/src/gauss_points_weights.cpp                 |only
 robCompositions-2.2.0/robCompositions/src/gauss_points_weights.h                   |only
 robCompositions-2.2.0/robCompositions/src/robCompositions_init.c                   |   20 
 robCompositions-2.2.0/robCompositions/src/sandia_rules.cpp                         |only
 robCompositions-2.2.0/robCompositions/src/sandia_rules.h                           |only
 robCompositions-2.2.0/robCompositions/src/timer.h                                  |only
 robCompositions-2.2.0/robCompositions/src/zeros.cpp                                |only
 robCompositions-2.2.0/robCompositions/src/zeros.h                                  |only
 robCompositions-2.2.0/robCompositions/tests/testthat                               |only
 robCompositions-2.2.0/robCompositions/tests/testthat.R                             |only
 robCompositions-2.2.0/robCompositions/vignettes/imputation.Rnw                     |    6 
 137 files changed, 823 insertions(+), 495 deletions(-)

More information about robCompositions at CRAN
Permanent link

Package groupedstats updated to version 0.1.1 with previous version 0.1.0 dated 2019-11-21

Title: Grouped Statistical Analyses in a Tidy Way
Description: Collection of functions to run statistical tests across all combinations of multiple grouping variables.
Author: Indrajeet Patil [aut, cre] (<https://orcid.org/0000-0003-1995-6531>)
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>

Diff between groupedstats versions 0.1.0 dated 2019-11-21 and 0.1.1 dated 2020-01-14

 groupedstats-0.1.0/groupedstats/R/grouped_robustslr.R                         |only
 groupedstats-0.1.0/groupedstats/man/grouped_robustslr.Rd                      |only
 groupedstats-0.1.0/groupedstats/tests/testthat/test-lm_effsize_standardizer.R |only
 groupedstats-0.1.1/groupedstats/DESCRIPTION                                   |   18 
 groupedstats-0.1.1/groupedstats/MD5                                           |   50 +-
 groupedstats-0.1.1/groupedstats/NAMESPACE                                     |   10 
 groupedstats-0.1.1/groupedstats/NEWS.md                                       |    7 
 groupedstats-0.1.1/groupedstats/R/grouped_glmer.R                             |    5 
 groupedstats-0.1.1/groupedstats/R/grouped_lmer.R                              |    1 
 groupedstats-0.1.1/groupedstats/R/grouped_p_value.R                           |   12 
 groupedstats-0.1.1/groupedstats/R/grouped_proptest.R                          |  112 ++----
 groupedstats-0.1.1/groupedstats/R/grouped_summary.R                           |   22 -
 groupedstats-0.1.1/groupedstats/R/groupedstats-package.R                      |    5 
 groupedstats-0.1.1/groupedstats/README.md                                     |  186 +++-------
 groupedstats-0.1.1/groupedstats/man/grouped_glmer.Rd                          |   11 
 groupedstats-0.1.1/groupedstats/man/grouped_lmer.Rd                           |    3 
 groupedstats-0.1.1/groupedstats/man/grouped_p_value.Rd                        |    4 
 groupedstats-0.1.1/groupedstats/man/grouped_proptest.Rd                       |    4 
 groupedstats-0.1.1/groupedstats/man/groupedstats-package.Rd                   |    5 
 groupedstats-0.1.1/groupedstats/tests/README.md                               |  101 ++---
 groupedstats-0.1.1/groupedstats/tests/testthat/test-grouped_glm.R             |    2 
 groupedstats-0.1.1/groupedstats/tests/testthat/test-grouped_glmer.R           |    1 
 groupedstats-0.1.1/groupedstats/tests/testthat/test-grouped_lm.R              |    6 
 groupedstats-0.1.1/groupedstats/tests/testthat/test-grouped_p_value.R         |only
 groupedstats-0.1.1/groupedstats/tests/testthat/test-grouped_proptest.R        |  120 +++++-
 groupedstats-0.1.1/groupedstats/tests/testthat/test-grouped_summary.R         |   10 
 groupedstats-0.1.1/groupedstats/tests/testthat/test-lm_effsize_ci.R           |   58 +++
 groupedstats-0.1.1/groupedstats/tests/testthat/test-signif_column.R           |    2 
 28 files changed, 428 insertions(+), 327 deletions(-)

More information about groupedstats at CRAN
Permanent link

Package coxme updated to version 2.2-16 with previous version 2.2-14 dated 2019-07-04

Title: Mixed Effects Cox Models
Description: Fit Cox proportional hazards models containing both fixed and random effects. The random effects can have a general form, of which familial interactions (a "kinship" matrix) is a particular special case. Note that the simplest case of a mixed effects Cox model, i.e. a single random per-group intercept, is also called a "frailty" model. The approach is based on Ripatti and Palmgren, Biometrics 2002.
Author: Terry M. Therneau [aut, cre]
Maintainer: Terry M. Therneau <therneau@mayo.edu>

Diff between coxme versions 2.2-14 dated 2019-07-04 and 2.2-16 dated 2020-01-14

 DESCRIPTION           |   10 
 MD5                   |   51 +--
 R/coxme.R             |    4 
 R/formula.R           |    1 
 R/lmekin.R            |    4 
 R/ranef.R             |    5 
 build/vignette.rds    |binary
 inst/NEWS.Rd          |    9 
 inst/doc/coxme.pdf    |binary
 inst/doc/laplace.pdf  |binary
 inst/doc/lmekin.pdf   |binary
 inst/doc/variance.pdf |binary
 noweb/build.Rnw       |    4 
 noweb/code.log        |  827 ++++++++++++++++++++++++++++++++++++++++----------
 noweb/code.nw         |   11 
 noweb/code.pdf        |binary
 noweb/code.tex        |    7 
 noweb/code.toc        |   25 -
 noweb/reconcile.Rnw   |    3 
 noweb/zzz             |only
 src/agfit6b.c         |    6 
 src/agfit6d.c         |    4 
 src/coxfit6.h         |    3 
 src/coxfit6a.c        |    9 
 src/coxfit6b.c        |    6 
 src/coxfit6c.c        |    5 
 src/coxfit6d.c        |    3 
 27 files changed, 746 insertions(+), 251 deletions(-)

More information about coxme at CRAN
Permanent link

Package iCARH updated to version 2.0.1.1 with previous version 2.0.1 dated 2019-12-06

Title: Integrative Conditional Autoregressive Horseshoe Model
Description: Implements the integrative conditional autoregressive horseshoe model discussed in Jendoubi, T., & Ebbels, T. (2018). "Integrative analysis of time course metabolic data and biomarker discovery". arXiv preprint <arXiv:1801.07767>. The model consists in three levels: Metabolic pathways level modeling interdependencies between variables via a conditional auto-regressive (CAR) component , integrative analysis level to identify potential associations between heterogeneous omic variables via a Horseshoe prior and experimental design level to capture experimental design conditions through a mixed-effects model. The package also provides functions to simulate data from the model, construct pathway matrices, post process and plot model parameters.
Author: Takoua Jendoubi [aut, cre], Timothy M.D. Ebbels [aut]
Maintainer: Takoua Jendoubi <t.jendoubi14@imperial.ac.uk>

Diff between iCARH versions 2.0.1 dated 2019-12-06 and 2.0.1.1 dated 2020-01-14

 DESCRIPTION           |   10 +++++-----
 MD5                   |   30 +++++++++++++++---------------
 NAMESPACE             |    1 +
 R/iCARH.model.R       |    4 ++--
 R/iCARH.parameters.R  |    4 ++--
 R/postprocessing.R    |    6 +++---
 R/summary-method.R    |    4 ++--
 inst/doc/example.R    |    2 +-
 inst/doc/example.Rmd  |    2 +-
 inst/doc/example.html |   45 ++++++++++++++++++++++++++++++++++++++++-----
 man/iCARH.getBeta.Rd  |    4 ++--
 man/iCARH.model.Rd    |   27 ++++++++++++++++++---------
 man/iCARH.params.Rd   |   16 +++++++++++-----
 man/iCARH.plotBeta.Rd |   12 ++++++++----
 man/iCARH.simulate.Rd |   22 ++++++++++++++++++----
 vignettes/example.Rmd |    2 +-
 16 files changed, 130 insertions(+), 61 deletions(-)

More information about iCARH at CRAN
Permanent link

Package gluedown updated to version 1.0.2 with previous version 1.0.1 dated 2019-12-09

Title: Wrap Vectors in Markdown Formatting
Description: Ease the transition between R vectors and markdown text. With 'gluedown' and 'rmarkdown', users can create traditional vectors in R, glue those strings together with the markdown syntax, and print those formatted vectors directly to the document. This package primarily uses GitHub Flavored Markdown (GFM), an offshoot of the unambiguous CommonMark specification by John MacFarlane (2019) <https://spec.commonmark.org/>.
Author: Kiernan Nicholls [aut, cre]
Maintainer: Kiernan Nicholls <kiernann@protonmail.com>

Diff between gluedown versions 1.0.1 dated 2019-12-09 and 1.0.2 dated 2020-01-14

 DESCRIPTION                       |   17 
 MD5                               |   30 
 NAMESPACE                         |    2 
 NEWS.md                           |    6 
 R/md-convert.R                    |   13 
 R/md-link.R                       |   22 
 R/md-table.R                      |   21 
 README.md                         |   65 -
 build/vignette.rds                |binary
 inst/doc/github-spec.R            |   40 
 inst/doc/github-spec.Rmd          |   67 +
 inst/doc/github-spec.html         | 1649 +++++++++++++++++++++-----------------
 inst/doc/literal-programming.html |  941 +++++++++++----------
 man/md_link.Rd                    |    8 
 tests/testthat/test-6.6-links.R   |   38 
 vignettes/github-spec.Rmd         |   67 +
 16 files changed, 1728 insertions(+), 1258 deletions(-)

More information about gluedown at CRAN
Permanent link


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