Tue, 09 Mar 2021

Package wsbackfit updated to version 1.0-4 with previous version 1.0-3 dated 2020-05-19

Title: Weighted Smooth Backfitting for Structured Models
Description: Non- and semiparametric regression for generalized additive, partial linear, and varying coefficient models as well as their combinations via smoothed backfitting. Based on Roca-Pardinas J and Sperlich S (2010) <doi:10.1007/s11222-009-9130-2>; Mammen E, Linton O and Nielsen J (1999) <doi:10.1214/aos/1017939138>; Lee YK, Mammen E, Park BU (2012) <doi:10.1214/12-AOS1026>.
Author: Javier Roca-Pardinas [aut, cre], Maria Xose Rodriguez-Alvarez [aut], Stefan Sperlich [aut], Alan Miller (FORTRAN code lsq.f90: weighted least-squares module) [ctb]
Maintainer: Javier Roca-Pardinas <roca@uvigo.es>

Diff between wsbackfit versions 1.0-3 dated 2020-05-19 and 1.0-4 dated 2021-03-09

 DESCRIPTION              |    8 -
 MD5                      |   39 +++---
 NEWS                     |only
 R/calculate.CV.R         |    6 -
 R/create.formula.R       |    4 
 R/create.formula.alpha.R |only
 R/predict.sback.R        |    2 
 R/sback.R                |   24 +++-
 R/sback.fit.R            |   15 +-
 R/search.alpha.R         |only
 R/search.bandwidth.R     |    6 -
 build/partial.rdb        |binary
 man/plot.sback.Rd        |    4 
 man/predict.sback.Rd     |    2 
 man/print.sback.Rd       |    4 
 man/residuals.sback.Rd   |    2 
 man/sb.Rd                |    6 -
 man/sback.Rd             |   37 ++++--
 man/summary.sback.Rd     |    4 
 man/wsbackfit-package.Rd |    6 -
 src/init.c               |    8 -
 src/wsbackfit.f90        |  274 +++++++++++++++++++++++++++++------------------
 22 files changed, 280 insertions(+), 171 deletions(-)

More information about wsbackfit at CRAN
Permanent link

Package RxODE updated to version 1.0.5 with previous version 1.0.4 dated 2021-02-24

Title: Facilities for Simulating from ODE-Based Models
Description: Facilities for running simulations from ordinary differential equation ('ODE') models, such as pharmacometrics and other compartmental models. A compilation manager translates the ODE model into C, compiles it, and dynamically loads the object code into R for improved computational efficiency. An event table object facilitates the specification of complex dosing regimens (optional) and sampling schedules. NB: The use of this package requires both C and Fortran compilers, for details on their use with R please see Section 6.3, Appendix A, and Appendix D in the "R Administration and Installation" manual. Also the code is mostly released under GPL. The 'VODE' and 'LSODA' are in the public domain. The information is available in the inst/COPYRIGHTS.
Author: Matthew L. Fidler [aut] (<https://orcid.org/0000-0001-8538-6691>), Melissa Hallow [aut], Wenping Wang [aut, cre], Zufar Mulyukov [ctb], Alan Hindmarsh [ctb], Awad H. Al-Mohy [ctb], Matt Dowle [ctb], Cleve Moler [ctb], David Cooley [ctb], Daniel C. Dillon [ctb], Drew Schmidt [ctb], Arun Srinivasan [ctb], Ernst Hairer [ctb], Gerhard Wanner [ctb], Goro Fuji [ctb], Hadley Wickham [ctb], Jack Dongarra [ctb], Linda Petzold [ctb], Martin Maechler [ctb], Matteo Fasiolo [ctb], Morwenn [ctb], Nicholas J. Higham [ctb], Roger B. Sidje [ctb], Simon Frost [ctb], Kevin Ushey [ctb], Yu Feng [ctb]
Maintainer: Wenping Wang <wwang8198@gmail.com>

Diff between RxODE versions 1.0.4 dated 2021-02-24 and 1.0.5 dated 2021-03-09

 RxODE-1.0.4/RxODE/inst/doc/RxODE-syntax.R               |only
 RxODE-1.0.4/RxODE/inst/doc/RxODE-syntax.Rmd             |only
 RxODE-1.0.4/RxODE/inst/doc/RxODE-syntax.html            |only
 RxODE-1.0.4/RxODE/man/tibble.Rd                         |only
 RxODE-1.0.4/RxODE/vignettes/RxODE-syntax.Rmd            |only
 RxODE-1.0.4/RxODE/vignettes/reserved-keywords.csv       |only
 RxODE-1.0.4/RxODE/vignettes/syntax-functions.csv        |only
 RxODE-1.0.5/RxODE/DESCRIPTION                           |   20 
 RxODE-1.0.5/RxODE/MD5                                   |  126 +--
 RxODE-1.0.5/RxODE/NAMESPACE                             |    9 
 RxODE-1.0.5/RxODE/R/RxODE_md5.R                         |    2 
 RxODE-1.0.5/RxODE/R/et.R                                |   21 
 RxODE-1.0.5/RxODE/R/modlib.R                            |   22 
 RxODE-1.0.5/RxODE/R/reexport.R                          |   51 -
 RxODE-1.0.5/RxODE/R/rxode-options.R                     |   44 +
 RxODE-1.0.5/RxODE/R/rxsolve.R                           |   11 
 RxODE-1.0.5/RxODE/R/units.R                             |only
 RxODE-1.0.5/RxODE/R/utils.R                             |   11 
 RxODE-1.0.5/RxODE/build/partial.rdb                     |binary
 RxODE-1.0.5/RxODE/build/vignette.rds                    |binary
 RxODE-1.0.5/RxODE/inst/doc/RxODE-intro.R                |    2 
 RxODE-1.0.5/RxODE/inst/doc/RxODE-intro.Rmd              |    1 
 RxODE-1.0.5/RxODE/inst/doc/RxODE-intro.html             |  246 ++----
 RxODE-1.0.5/RxODE/inst/tools/r-stripper/workaround.R    |   68 +
 RxODE-1.0.5/RxODE/man/RxODE.Rd                          |    6 
 RxODE-1.0.5/RxODE/man/add.dosing.Rd                     |    3 
 RxODE-1.0.5/RxODE/man/add.sampling.Rd                   |    3 
 RxODE-1.0.5/RxODE/man/et.Rd                             |    3 
 RxODE-1.0.5/RxODE/man/etRbind.Rd                        |    3 
 RxODE-1.0.5/RxODE/man/etRep.Rd                          |    3 
 RxODE-1.0.5/RxODE/man/etSeq.Rd                          |    3 
 RxODE-1.0.5/RxODE/man/reexports.Rd                      |    4 
 RxODE-1.0.5/RxODE/man/rmdhunks/RxODE-intro-chunk.Rmd    |    1 
 RxODE-1.0.5/RxODE/man/rmdhunks/RxODE-syntax-hunk.Rmd    |    8 
 RxODE-1.0.5/RxODE/src/Makevars.in                       |   16 
 RxODE-1.0.5/RxODE/src/codegen.c                         |    5 
 RxODE-1.0.5/RxODE/src/codegen2.h                        |  222 ++++--
 RxODE-1.0.5/RxODE/src/et.cpp                            |   63 +
 RxODE-1.0.5/RxODE/src/expandGrid.cpp                    |   10 
 RxODE-1.0.5/RxODE/src/expm.cpp                          |   12 
 RxODE-1.0.5/RxODE/src/init.c                            |    3 
 RxODE-1.0.5/RxODE/src/lincmt.c                          |    6 
 RxODE-1.0.5/RxODE/src/lincmtB.cpp                       |   46 +
 RxODE-1.0.5/RxODE/src/ode.h                             |    4 
 RxODE-1.0.5/RxODE/src/par_solve.cpp                     |   34 
 RxODE-1.0.5/RxODE/src/phim.cpp                          |   25 
 RxODE-1.0.5/RxODE/src/qs.cpp                            |   25 
 RxODE-1.0.5/RxODE/src/threefry.cpp                      |    4 
 RxODE-1.0.5/RxODE/tests/testthat.R                      |    2 
 RxODE-1.0.5/RxODE/tests/testthat/test-alag.R            |    5 
 RxODE-1.0.5/RxODE/tests/testthat/test-basic.R           |    7 
 RxODE-1.0.5/RxODE/tests/testthat/test-bioavailibility.R |    1 
 RxODE-1.0.5/RxODE/tests/testthat/test-cov.R             |   29 
 RxODE-1.0.5/RxODE/tests/testthat/test-et.R              |  101 +-
 RxODE-1.0.5/RxODE/tests/testthat/test-example-3-1.R     |    1 
 RxODE-1.0.5/RxODE/tests/testthat/test-example-6.R       |    5 
 RxODE-1.0.5/RxODE/tests/testthat/test-lincmt-solve.R    |  212 +++--
 RxODE-1.0.5/RxODE/tests/testthat/test-model-rate.R      |    1 
 RxODE-1.0.5/RxODE/tests/testthat/test-newind.R          |    1 
 RxODE-1.0.5/RxODE/tests/testthat/test-off.R             |    1 
 RxODE-1.0.5/RxODE/tests/testthat/test-phi.R             |   21 
 RxODE-1.0.5/RxODE/tests/testthat/test-random.R          |   38 -
 RxODE-1.0.5/RxODE/tests/testthat/test-reset.R           |    5 
 RxODE-1.0.5/RxODE/tests/testthat/test-steady-state.R    |    1 
 RxODE-1.0.5/RxODE/tests/testthat/test-tad.R             |  576 ++++++++--------
 RxODE-1.0.5/RxODE/tests/testthat/test-zzzz-rxUse.R      |   72 +-
 RxODE-1.0.5/RxODE/vignettes/RxODE-intro.Rmd             |    1 
 RxODE-1.0.5/RxODE/vignettes/events-et.Rmdh              |    1 
 68 files changed, 1210 insertions(+), 1017 deletions(-)

More information about RxODE at CRAN
Permanent link

New package RTTWebClient with initial version 0.1.1
Package: RTTWebClient
Type: Package
Title: Web Client to 'TickTrader'
Version: 0.1.1
Authors@R: c(person("Yury","Maisiayonak", role=c("aut","cre"), email="yury.maisiayonak@soft-fx.lv"))
Description: R Web Client to 'TickTrader' platform. Provides you access to 'TickTrader' platform through Web API <https://ttlivewebapi.fxopen.net:8443/api/doc/index>.
License: GPL-2
Encoding: UTF-8
Imports: data.table, jsonlite, httr, digest, base64enc, methods
LazyData: true
RoxygenNote: 7.1.1
Suggests: spelling, knitr, rmarkdown, testthat, lubridate
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2021-03-09 17:27:15 UTC; Yury
Author: Yury Maisiayonak [aut, cre]
Maintainer: Yury Maisiayonak <yury.maisiayonak@soft-fx.lv>
Repository: CRAN
Date/Publication: 2021-03-10 00:00:09 UTC

More information about RTTWebClient at CRAN
Permanent link

New package Rraven with initial version 1.0.12
Type: Package
Package: Rraven
Title: Connecting R and 'Raven' Sound Analysis Software
Version: 1.0.12
Date: 2021-03-09
Authors@R: person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "marcelo.araya@ucr.ac.cr", comment = c(ORCID = "0000-0003-3594-619X"))
Maintainer: Marcelo Araya-Salas <marcelo.araya@ucr.ac.cr>
Description: A tool to exchange data between R and 'Raven' sound analysis software (Cornell Lab of Ornithology). Functions work on data formats compatible with the R package 'warbleR'.
License: GPL (>= 2)
Imports: pbapply, warbleR, utils, stats, seewave, tuneR, NatureSounds
Depends: R (>= 3.2.1)
LazyData: TRUE
URL: https://github.com/maRce10/Rraven
BugReports: https://github.com/maRce10/Rraven/issues
NeedsCompilation: no
Suggests: knitr, vegan, dplyr, kableExtra
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Packaged: 2021-03-09 21:59:47 UTC; m
Repository: CRAN
Language: en-US
Date/Publication: 2021-03-09 23:50:17 UTC
Author: Marcelo Araya-Salas [aut, cre] (<https://orcid.org/0000-0003-3594-619X>)

More information about Rraven at CRAN
Permanent link

Package popPCR updated to version 0.1.1.1 with previous version 0.1.0 dated 2021-03-03

Title: Classify Digital PCR Droplets by Fitting Fluorescence Populations
Description: Estimates DNA target concentration by classifying digital PCR (polymerase chain reaction) droplets as positive, negative, or rain, using Expectation-Maximization Clustering. The fitting is accomplished using the 'EMMIXskew' R package (v. 1.0.3) by Kui Wang, Angus Ng, and Geoff McLachlan (2018) as based on their paper "Multivariate Skew t Mixture Models: Applications to Fluorescence-Activated Cell Sorting Data" <doi:10.1109/DICTA.2009.88>.
Author: Joyce Emlyn Guiao [aut, cre]
Maintainer: Joyce Emlyn Guiao <joyce_emlyn_guiao@dlsu.edu.ph>

Diff between popPCR versions 0.1.0 dated 2021-03-03 and 0.1.1.1 dated 2021-03-09

 DESCRIPTION          |    8 -
 MD5                  |   26 ++---
 NAMESPACE            |    1 
 R/calculateConc.R    |    8 -
 R/popPCR.R           |    9 +
 README.md            |  253 ++++++++++++++++++++++++++-------------------------
 man/calculateConc.Rd |    8 -
 man/popPCR.Rd        |    8 -
 src/density.c        |   46 ++++-----
 src/distance.c       |   58 +++++------
 src/emmix.h          |  142 ++++++++++++++--------------
 src/mixmst.f         |    7 -
 src/module.c         |  132 +++++++++++++-------------
 src/scamstep.f       |   14 +-
 14 files changed, 367 insertions(+), 353 deletions(-)

More information about popPCR at CRAN
Permanent link

Package MSEtool updated to version 3.0.2 with previous version 3.0.1 dated 2021-02-02

Title: Management Strategy Evaluation Toolkit
Description: Development, simulation testing, and implementation of management procedures for fisheries (see Carruthers & Hordyk (2018) <doi:10.1111/2041-210X.13081>).
Author: Adrian Hordyk [aut, cre], Quang Huynh [aut], Tom Carruthers [aut], Chris Grandin [ctb] (iSCAM functions)
Maintainer: Adrian Hordyk <adrian@bluematterscience.com>

Diff between MSEtool versions 3.0.1 dated 2021-02-02 and 3.0.2 dated 2021-03-09

 MSEtool-3.0.1/MSEtool/R/Data_documentation.R                                 |only
 MSEtool-3.0.1/MSEtool/tests/manual/test-code/2021-01-07MSEtool_V3.0.0.xml    |only
 MSEtool-3.0.1/MSEtool/tests/manual/test-code/2021-02-01MSEtool_V3.0.9005.xml |only
 MSEtool-3.0.2/MSEtool/DESCRIPTION                                            |   12 
 MSEtool-3.0.2/MSEtool/MD5                                                    |  185 
 MSEtool-3.0.2/MSEtool/NEWS.md                                                |    8 
 MSEtool-3.0.2/MSEtool/R/Class_definitions.R                                  |    3 
 MSEtool-3.0.2/MSEtool/R/Data_Functions.R                                     |   26 
 MSEtool-3.0.2/MSEtool/R/Data_documentation.r                                 |only
 MSEtool-3.0.2/MSEtool/R/Misc_Exported.R                                      |   52 
 MSEtool-3.0.2/MSEtool/R/OM_Plotting.R                                        |   34 
 MSEtool-3.0.2/MSEtool/R/OM_plots.R                                           |only
 MSEtool-3.0.2/MSEtool/R/runMSE.R                                             |   26 
 MSEtool-3.0.2/MSEtool/README.md                                              |   60 
 MSEtool-3.0.2/MSEtool/data/Albacore.rda                                      |binary
 MSEtool-3.0.2/MSEtool/data/Albacore_TwoFleet.rda                             |binary
 MSEtool-3.0.2/MSEtool/data/Atlantic_mackerel.rda                             |binary
 MSEtool-3.0.2/MSEtool/data/Blue_shark.rda                                    |binary
 MSEtool-3.0.2/MSEtool/data/Bluefin_tuna.rda                                  |binary
 MSEtool-3.0.2/MSEtool/data/Bluefin_tuna_WAtl.rda                             |binary
 MSEtool-3.0.2/MSEtool/data/Butterfish.rda                                    |binary
 MSEtool-3.0.2/MSEtool/data/China_rockfish.rda                                |binary
 MSEtool-3.0.2/MSEtool/data/Cobia.rda                                         |binary
 MSEtool-3.0.2/MSEtool/data/DecE_Dom.rda                                      |binary
 MSEtool-3.0.2/MSEtool/data/DecE_HDom.rda                                     |binary
 MSEtool-3.0.2/MSEtool/data/DecE_NDom.rda                                     |binary
 MSEtool-3.0.2/MSEtool/data/Example_datafile.rda                              |binary
 MSEtool-3.0.2/MSEtool/data/FlatE_Dom.rda                                     |binary
 MSEtool-3.0.2/MSEtool/data/FlatE_HDom.rda                                    |binary
 MSEtool-3.0.2/MSEtool/data/FlatE_NDom.rda                                    |binary
 MSEtool-3.0.2/MSEtool/data/FleetDescription.rda                              |binary
 MSEtool-3.0.2/MSEtool/data/Generic_DecE.rda                                  |binary
 MSEtool-3.0.2/MSEtool/data/Generic_FlatE.rda                                 |binary
 MSEtool-3.0.2/MSEtool/data/Generic_Fleet.rda                                 |binary
 MSEtool-3.0.2/MSEtool/data/Generic_IncE.rda                                  |binary
 MSEtool-3.0.2/MSEtool/data/Generic_Obs.rda                                   |binary
 MSEtool-3.0.2/MSEtool/data/Gulf_blue_tilefish.rda                            |binary
 MSEtool-3.0.2/MSEtool/data/Herring.rda                                       |binary
 MSEtool-3.0.2/MSEtool/data/HistDescription.rda                               |only
 MSEtool-3.0.2/MSEtool/data/Imprecise_Biased.rda                              |binary
 MSEtool-3.0.2/MSEtool/data/Imprecise_Unbiased.rda                            |binary
 MSEtool-3.0.2/MSEtool/data/IncE_HDom.rda                                     |binary
 MSEtool-3.0.2/MSEtool/data/IncE_NDom.rda                                     |binary
 MSEtool-3.0.2/MSEtool/data/Low_Effort_Non_Target.rda                         |binary
 MSEtool-3.0.2/MSEtool/data/Mackerel.rda                                      |binary
 MSEtool-3.0.2/MSEtool/data/ObsDescription.rda                                |binary
 MSEtool-3.0.2/MSEtool/data/Overages.rda                                      |binary
 MSEtool-3.0.2/MSEtool/data/Perfect_Imp.rda                                   |binary
 MSEtool-3.0.2/MSEtool/data/Perfect_Info.rda                                  |binary
 MSEtool-3.0.2/MSEtool/data/Porgy.rda                                         |binary
 MSEtool-3.0.2/MSEtool/data/Precise_Biased.rda                                |binary
 MSEtool-3.0.2/MSEtool/data/Precise_Unbiased.rda                              |binary
 MSEtool-3.0.2/MSEtool/data/Red_snapper.rda                                   |binary
 MSEtool-3.0.2/MSEtool/data/ReqData.rda                                       |binary
 MSEtool-3.0.2/MSEtool/data/Rockfish.rda                                      |binary
 MSEtool-3.0.2/MSEtool/data/SimulatedData.rda                                 |binary
 MSEtool-3.0.2/MSEtool/data/Simulation_1.rda                                  |binary
 MSEtool-3.0.2/MSEtool/data/Snapper.rda                                       |binary
 MSEtool-3.0.2/MSEtool/data/Sole.rda                                          |binary
 MSEtool-3.0.2/MSEtool/data/StockDescription.rda                              |binary
 MSEtool-3.0.2/MSEtool/data/Target_All_Fish.rda                               |binary
 MSEtool-3.0.2/MSEtool/data/Targeting_Small_Fish.rda                          |binary
 MSEtool-3.0.2/MSEtool/data/Toothfish.rda                                     |binary
 MSEtool-3.0.2/MSEtool/data/ourReefFish.rda                                   |binary
 MSEtool-3.0.2/MSEtool/data/testOM.rda                                        |binary
 MSEtool-3.0.2/MSEtool/inst/Rmd/Stock/Depletion.Rmd                           |   13 
 MSEtool-3.0.2/MSEtool/inst/Rmd/Stock/Growth.Rmd                              |   51 
 MSEtool-3.0.2/MSEtool/inst/Rmd/Stock/Maturity.Rmd                            |   34 
 MSEtool-3.0.2/MSEtool/inst/Rmd/Stock/NaturalMortality.Rmd                    |   72 
 MSEtool-3.0.2/MSEtool/inst/Rmd/Stock/Recruitment.Rmd                         |   21 
 MSEtool-3.0.2/MSEtool/inst/Rmd/Stock/Spatial.Rmd                             |   14 
 MSEtool-3.0.2/MSEtool/man/Data-class-objects.Rd                              |    2 
 MSEtool-3.0.2/MSEtool/man/DataDescription.Rd                                 |    2 
 MSEtool-3.0.2/MSEtool/man/DataSlots.Rd                                       |    2 
 MSEtool-3.0.2/MSEtool/man/Fleet-class-objects.Rd                             |    2 
 MSEtool-3.0.2/MSEtool/man/Fleet-class.Rd                                     |  187 
 MSEtool-3.0.2/MSEtool/man/FleetDescription.Rd                                |    2 
 MSEtool-3.0.2/MSEtool/man/HistDescription.Rd                                 |only
 MSEtool-3.0.2/MSEtool/man/Imp-class-objects.Rd                               |    2 
 MSEtool-3.0.2/MSEtool/man/ImpDescription.Rd                                  |    2 
 MSEtool-3.0.2/MSEtool/man/LHdatabase.Rd                                      |    2 
 MSEtool-3.0.2/MSEtool/man/MOM-class-objects.Rd                               |    2 
 MSEtool-3.0.2/MSEtool/man/MSEDescription.Rd                                  |    2 
 MSEtool-3.0.2/MSEtool/man/OM-class-objects.Rd                                |    2 
 MSEtool-3.0.2/MSEtool/man/OMDescription.Rd                                   |    2 
 MSEtool-3.0.2/MSEtool/man/Obs-class-objects.Rd                               |    2 
 MSEtool-3.0.2/MSEtool/man/Obs-class.Rd                                       |  298 
 MSEtool-3.0.2/MSEtool/man/ObsDescription.Rd                                  |    2 
 MSEtool-3.0.2/MSEtool/man/ReqData.Rd                                         |    2 
 MSEtool-3.0.2/MSEtool/man/SimulatedData.Rd                                   |    2 
 MSEtool-3.0.2/MSEtool/man/Stock-class-objects.Rd                             |    2 
 MSEtool-3.0.2/MSEtool/man/Stock-class.Rd                                     |  241 
 MSEtool-3.0.2/MSEtool/man/StockDescription.Rd                                |    2 
 MSEtool-3.0.2/MSEtool/man/checkMSE.Rd                                        |    4 
 MSEtool-3.0.2/MSEtool/man/plot.Stock.Rd                                      |    3 
 MSEtool-3.0.2/MSEtool/tests/manual/Test_Report.html                          | 3098 ----------
 MSEtool-3.0.2/MSEtool/tests/manual/run-manual-tests.R                        |    8 
 97 files changed, 850 insertions(+), 3636 deletions(-)

More information about MSEtool at CRAN
Permanent link

New package gastempt with initial version 0.5.4
Package: gastempt
Version: 0.5.4
Authors@R: c(person("Dieter", "Menne", email = "dieter.menne@menne-biomed.de", role = c("aut","cre")))
Type: Package
Title: Analyzing Gastric Emptying from MRI or 'Scintigraphy'
Description: Fits gastric emptying time series from MRI or 'scintigraphic' measurements using nonlinear mixed-model population fits with 'nlme' and Bayesian methods with Stan; computes derived parameters such as t50 and AUC.
License: GPL (>= 3)
LazyData: TRUE
NeedsCompilation: yes
URL: https://github.com/dmenne/gastempt
BugReports: https://github.com/dmenne/gastempt/issues
Depends: R (>= 4.0.0)
Imports: nlme, Rcpp (>= 1.0.3), dplyr, methods, tibble (>= 3.0.0), ggplot2 (>= 3.2.0), rstan (>= 2.21.0), assertthat, stringr, shiny, utf8
Suggests: rmarkdown, knitr, covr, testthat, vdiffr, rstantools
LinkingTo: StanHeaders (>= 2.21.0), rstan (>= 2.21.0), BH (>= 1.72.0-1), Rcpp (>= 1.0.3), RcppEigen (>= 0.3.3.7.0), RcppParallel (>= 5.0.1)
VignetteBuilder: knitr
RoxygenNote: 7.1.1.9001
Encoding: UTF-8
Biarch: FALSE
SystemRequirements: GNU make
Packaged: 2021-03-09 11:06:14 UTC; Dieter
Author: Dieter Menne [aut, cre]
Maintainer: Dieter Menne <dieter.menne@menne-biomed.de>
Repository: CRAN
Date/Publication: 2021-03-09 23:50:05 UTC

More information about gastempt at CRAN
Permanent link

New package dynaSpec with initial version 1.0.1
Package: dynaSpec
Type: Package
Title: Dynamic Spectrogram Visualizations
Version: 1.0.1
Date: 2021-03-09
Description: A set of tools to generate dynamic spectrogram visualizations in video format.
License: GPL (>= 2)
Imports: pbapply, utils, grDevices, graphics, stats, seewave, tuneR, grid, png, NatureSounds, ggplot2, viridis, scales, av, ari, gganimate, magrittr
Depends: R (>= 3.2.1)
LazyData: TRUE
SystemRequirements: ffmpeg
URL: https://github.com/maRce10/dynaSpec
BugReports: https://github.com/maRce10/dynaSpec/issues
NeedsCompilation: no
Suggests: parallel, imager, fs
RoxygenNote: 7.1.1
Repository: CRAN
Language: en-US
Encoding: UTF-8
Authors@R: c(person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "marcelo.araya@ucr.ac.cr", comment = c(ORCID = "0000-0003-3594-619X")))
Packaged: 2021-03-09 22:14:04 UTC; m
Author: Marcelo Araya-Salas [aut, cre] (<https://orcid.org/0000-0003-3594-619X>)
Maintainer: Marcelo Araya-Salas <marcelo.araya@ucr.ac.cr>
Date/Publication: 2021-03-10 00:00:05 UTC

More information about dynaSpec at CRAN
Permanent link

Package bcmaps updated to version 1.0.2 with previous version 1.0.1 dated 2021-01-19

Title: Map Layers and Spatial Utilities for British Columbia
Description: Provides access to various spatial layers for B.C., such as administrative boundaries, natural resource management boundaries, etc. Most layers are imported from the 'bcdata' package as 'sf' or 'Spatial' objects through function calls in this package.
Author: Andy Teucher [aut, cre], Stephanie Hazlitt [aut], Sam Albers [aut], Province of British Columbia [cph]
Maintainer: Andy Teucher <andy.teucher@gov.bc.ca>

Diff between bcmaps versions 1.0.1 dated 2021-01-19 and 1.0.2 dated 2021-03-09

 DESCRIPTION                       |    6 ++--
 MD5                               |   20 ++++++-------
 NEWS.md                           |    4 ++
 R/cache-utils.R                   |   55 +++++++++++++++++++++++++++++++-------
 R/cded.R                          |    1 
 README.md                         |    2 -
 build/vignette.rds                |binary
 inst/doc/add_points.html          |    9 +++++-
 man/delete_cache.Rd               |   14 ++++++++-
 tests/testthat/test-cache-utils.R |   19 +++++++++++++
 tools/readme/bc_neighbours-1.png  |binary
 11 files changed, 104 insertions(+), 26 deletions(-)

More information about bcmaps at CRAN
Permanent link

Package basictabler updated to version 1.0.0 with previous version 0.3.1 dated 2020-03-07

Title: Construct Rich Tables for Output to 'HTML'/'Excel'
Description: Easily create tables from data frames/matrices. Create/manipulate tables row-by-row, column-by-column or cell-by-cell. Use common formatting/styling to output rich tables as 'HTML', 'HTML widgets' or to 'Excel'.
Author: Christopher Bailiss [aut, cre]
Maintainer: Christopher Bailiss <cbailiss@gmail.com>

Diff between basictabler versions 0.3.1 dated 2020-03-07 and 1.0.0 dated 2021-03-09

 basictabler-0.3.1/basictabler/R/TableThemes.R                          |only
 basictabler-1.0.0/basictabler/DESCRIPTION                              |   19 
 basictabler-1.0.0/basictabler/MD5                                      |  145 
 basictabler-1.0.0/basictabler/NAMESPACE                                |    7 
 basictabler-1.0.0/basictabler/NEWS.md                                  |   51 
 basictabler-1.0.0/basictabler/R/BasicTable.R                           | 1220 ++++-
 basictabler-1.0.0/basictabler/R/TableCell.R                            |  138 
 basictabler-1.0.0/basictabler/R/TableCellRanges.R                      |  112 
 basictabler-1.0.0/basictabler/R/TableCells.R                           |  631 +-
 basictabler-1.0.0/basictabler/R/TableHtmlRenderer.R                    |   35 
 basictabler-1.0.0/basictabler/R/TableOpenXlsxRenderer.R                |   81 
 basictabler-1.0.0/basictabler/R/TableOpenXlsxStyle.R                   |  243 -
 basictabler-1.0.0/basictabler/R/TableOpenXlsxStyles.R                  |   98 
 basictabler-1.0.0/basictabler/R/TableStyle.R                           |  102 
 basictabler-1.0.0/basictabler/R/TableStyles.R                          |  140 
 basictabler-1.0.0/basictabler/R/quickTable.R                           |   38 
 basictabler-1.0.0/basictabler/R/tableThemes.R                          |only
 basictabler-1.0.0/basictabler/R/valueRangeExpression.R                 |only
 basictabler-1.0.0/basictabler/README.md                                |    2 
 basictabler-1.0.0/basictabler/build/vignette.rds                       |binary
 basictabler-1.0.0/basictabler/inst/doc/v01-introduction.Rmd            |    2 
 basictabler-1.0.0/basictabler/inst/doc/v01-introduction.html           | 1371 -----
 basictabler-1.0.0/basictabler/inst/doc/v02-workingwithcells.R          |    9 
 basictabler-1.0.0/basictabler/inst/doc/v02-workingwithcells.Rmd        |   28 
 basictabler-1.0.0/basictabler/inst/doc/v02-workingwithcells.html       | 1608 +-----
 basictabler-1.0.0/basictabler/inst/doc/v03-outputs.html                | 1379 -----
 basictabler-1.0.0/basictabler/inst/doc/v04-styling.R                   |   71 
 basictabler-1.0.0/basictabler/inst/doc/v04-styling.Rmd                 |  162 
 basictabler-1.0.0/basictabler/inst/doc/v04-styling.html                | 2426 +++-------
 basictabler-1.0.0/basictabler/inst/doc/v05-findingandformatting.R      |   34 
 basictabler-1.0.0/basictabler/inst/doc/v05-findingandformatting.Rmd    |   85 
 basictabler-1.0.0/basictabler/inst/doc/v05-findingandformatting.html   | 2033 ++------
 basictabler-1.0.0/basictabler/inst/doc/v06-shiny.html                  |  346 -
 basictabler-1.0.0/basictabler/inst/doc/v07-excelexport.Rmd             |    2 
 basictabler-1.0.0/basictabler/inst/doc/v07-excelexport.html            |  456 -
 basictabler-1.0.0/basictabler/man/BasicTable.Rd                        | 1390 +++++
 basictabler-1.0.0/basictabler/man/TableCell.Rd                         |  289 -
 basictabler-1.0.0/basictabler/man/TableCellRanges.Rd                   |  349 +
 basictabler-1.0.0/basictabler/man/TableCells.Rd                        |  963 +++
 basictabler-1.0.0/basictabler/man/TableHtmlRenderer.Rd                 |  129 
 basictabler-1.0.0/basictabler/man/TableOpenXlsxRenderer.Rd             |  236 
 basictabler-1.0.0/basictabler/man/TableOpenXlsxStyle.Rd                |  523 +-
 basictabler-1.0.0/basictabler/man/TableOpenXlsxStyles.Rd               |  288 -
 basictabler-1.0.0/basictabler/man/TableStyle.Rd                        |  294 -
 basictabler-1.0.0/basictabler/man/TableStyles.Rd                       |  385 +
 basictabler-1.0.0/basictabler/man/basictablerSample.Rd                 |   36 
 basictabler-1.0.0/basictabler/man/bhmsummary.Rd                        |    6 
 basictabler-1.0.0/basictabler/man/checkArgument.Rd                     |  152 
 basictabler-1.0.0/basictabler/man/getBlankTblTheme.Rd                  |   36 
 basictabler-1.0.0/basictabler/man/getCompactTblTheme.Rd                |   36 
 basictabler-1.0.0/basictabler/man/getDefaultTblTheme.Rd                |   36 
 basictabler-1.0.0/basictabler/man/getLargePlainTblTheme.Rd             |   36 
 basictabler-1.0.0/basictabler/man/getSimpleColoredTblTheme.Rd          |  103 
 basictabler-1.0.0/basictabler/man/getTblTheme.Rd                       |    2 
 basictabler-1.0.0/basictabler/man/isNumericValue.Rd                    |   34 
 basictabler-1.0.0/basictabler/man/isTextValue.Rd                       |   34 
 basictabler-1.0.0/basictabler/man/qhtbl.Rd                             |  173 
 basictabler-1.0.0/basictabler/man/qtbl.Rd                              |  171 
 basictabler-1.0.0/basictabler/man/trainstations.Rd                     |    6 
 basictabler-1.0.0/basictabler/man/vreConvertSimpleNumericRange.Rd      |only
 basictabler-1.0.0/basictabler/man/vreGetSingleValue.Rd                 |only
 basictabler-1.0.0/basictabler/man/vreHexToClr.Rd                       |only
 basictabler-1.0.0/basictabler/man/vreIsEqual.Rd                        |only
 basictabler-1.0.0/basictabler/man/vreIsMatch.Rd                        |only
 basictabler-1.0.0/basictabler/man/vreIsSimpleNumericRange.Rd           |only
 basictabler-1.0.0/basictabler/man/vreIsSingleValue.Rd                  |only
 basictabler-1.0.0/basictabler/man/vreScale2Colours.Rd                  |only
 basictabler-1.0.0/basictabler/man/vreScaleNumber.Rd                    |only
 basictabler-1.0.0/basictabler/tests/testthat/test02_quickTableTests.R  |   11 
 basictabler-1.0.0/basictabler/tests/testthat/test03_dataFrameTests.R   |   78 
 basictabler-1.0.0/basictabler/tests/testthat/test06_themingTests.R     |  125 
 basictabler-1.0.0/basictabler/tests/testthat/test08_getCellsTests.R    |   41 
 basictabler-1.0.0/basictabler/tests/testthat/test09_findCellsTest.R    |   48 
 basictabler-1.0.0/basictabler/tests/testthat/test11_mergedCellsTests.R |   39 
 basictabler-1.0.0/basictabler/tests/testthat/test12_mapStyling.R       |only
 basictabler-1.0.0/basictabler/vignettes/v01-introduction.Rmd           |    2 
 basictabler-1.0.0/basictabler/vignettes/v02-workingwithcells.Rmd       |   28 
 basictabler-1.0.0/basictabler/vignettes/v04-styling.Rmd                |  162 
 basictabler-1.0.0/basictabler/vignettes/v05-findingandformatting.Rmd   |   85 
 basictabler-1.0.0/basictabler/vignettes/v07-excelexport.Rmd            |    2 
 80 files changed, 9830 insertions(+), 9572 deletions(-)

More information about basictabler at CRAN
Permanent link

New package baRulho with initial version 1.0.4
Package: baRulho
Type: Package
Title: Quantifying Habitat-Induced Acoustic Signal Degradation
Version: 1.0.4
Date: 2021-03-09
Author: Marcelo Araya-Salas [aut, cre]
Maintainer: Marcelo Araya-Salas <marcelo.araya@ucr.ac.cr>
Description: Intended to facilitate acoustic analysis of (animal) sound transmission experiments, which typically aim to quantify changes in signal structure when transmitted in a given habitat by broadcasting and re-recording animal sounds at increasing distances. The package offers a workflow with functions to prepare the data set for analysis as well as to calculate and visualize several degradation metrics, including blur ratio, signal-to-noise ratio, excess attenuation and envelope correlation among others (Dabelsteen et al 1993 <doi:10.1121/1.406682>).
License: GPL (>= 2)
Imports: pbapply, utils, stats, seewave, tuneR, fftw
Depends: R (>= 3.2.1), warbleR (>= 1.1.20)
LazyData: TRUE
URL: https://github.com/maRce10/baRulho
BugReports: https://github.com/maRce10/baRulho/issues
NeedsCompilation: no
Suggests: ggplot2, knitr, kableExtra, viridis, png, testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Repository: CRAN
Language: en-US
Authors@R: person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "marcelo.araya@ucr.ac.cr")
Packaged: 2021-03-09 17:33:26 UTC; m
Date/Publication: 2021-03-09 23:50:13 UTC

More information about baRulho at CRAN
Permanent link

Package sparklyr updated to version 1.6.0 with previous version 1.5.2 dated 2020-12-11

Title: R Interface to Apache Spark
Description: R interface to Apache Spark, a fast and general engine for big data processing, see <http://spark.apache.org>. This package supports connecting to local and remote Apache Spark clusters, provides a 'dplyr' compatible back-end, and provides an interface to Spark's built-in machine learning algorithms.
Author: Javier Luraschi [aut], Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>), Kevin Ushey [aut], JJ Allaire [aut], Samuel Macedo [ctb], Hossein Falaki [aut], Lu Wang [aut], Andy Zhang [aut], Yitao Li [aut, cre] (<https://orcid.org/0000-0002-1261-905X>), Jozef Hajnala [ctb], Maciej Szymkiewicz [ctb] (<https://orcid.org/0000-0003-1469-9396>), Wil Davis [ctb], RStudio [cph], The Apache Software Foundation [aut, cph]
Maintainer: Yitao Li <yitao@rstudio.com>

Diff between sparklyr versions 1.5.2 dated 2020-12-11 and 1.6.0 dated 2021-03-09

 sparklyr-1.5.2/sparklyr/R/logs                                             |only
 sparklyr-1.5.2/sparklyr/inst/java/sparklyr-master-2.12.jar                 |only
 sparklyr-1.6.0/sparklyr/DESCRIPTION                                        |  160 +++-
 sparklyr-1.6.0/sparklyr/MD5                                                |  273 ++++----
 sparklyr-1.6.0/sparklyr/NAMESPACE                                          |   99 ++-
 sparklyr-1.6.0/sparklyr/NEWS.md                                            |   83 ++
 sparklyr-1.6.0/sparklyr/R/arrow_data.R                                     |    5 
 sparklyr-1.6.0/sparklyr/R/config_settings.R                                |    1 
 sparklyr-1.6.0/sparklyr/R/config_spark.R                                   |    3 
 sparklyr-1.6.0/sparklyr/R/connection_instances.R                           |   12 
 sparklyr-1.6.0/sparklyr/R/connection_spark.R                               |   11 
 sparklyr-1.6.0/sparklyr/R/core_deserialize.R                               |   20 
 sparklyr-1.6.0/sparklyr/R/data_copy.R                                      |   63 +
 sparklyr-1.6.0/sparklyr/R/data_interface.R                                 |   82 ++
 sparklyr-1.6.0/sparklyr/R/dbi_spark_connection.R                           |   10 
 sparklyr-1.6.0/sparklyr/R/dbplyr_utils.R                                   |only
 sparklyr-1.6.0/sparklyr/R/dplyr_join.R                                     |   28 
 sparklyr-1.6.0/sparklyr/R/dplyr_spark.R                                    |  131 ++--
 sparklyr-1.6.0/sparklyr/R/dplyr_spark_connection.R                         |  199 ++++--
 sparklyr-1.6.0/sparklyr/R/dplyr_sql.R                                      |   28 
 sparklyr-1.6.0/sparklyr/R/install_spark.R                                  |    2 
 sparklyr-1.6.0/sparklyr/R/install_spark_versions.R                         |    2 
 sparklyr-1.6.0/sparklyr/R/livy_connection.R                                |    7 
 sparklyr-1.6.0/sparklyr/R/livy_install.R                                   |    4 
 sparklyr-1.6.0/sparklyr/R/ml_classification_decision_tree_classifier.R     |    3 
 sparklyr-1.6.0/sparklyr/R/ml_classification_gbt_classifier.R               |    6 
 sparklyr-1.6.0/sparklyr/R/ml_clustering_bisecting_kmeans.R                 |    5 
 sparklyr-1.6.0/sparklyr/R/ml_clustering_gaussian_mixture.R                 |    5 
 sparklyr-1.6.0/sparklyr/R/ml_clustering_kmeans.R                           |    5 
 sparklyr-1.6.0/sparklyr/R/ml_clustering_lda.R                              |    5 
 sparklyr-1.6.0/sparklyr/R/ml_clustering_power_iteration.R                  |only
 sparklyr-1.6.0/sparklyr/R/ml_feature_dplyr_transformer.R                   |    2 
 sparklyr-1.6.0/sparklyr/R/ml_feature_quantile_discretizer.R                |   27 
 sparklyr-1.6.0/sparklyr/R/ml_feature_robust_scaler.R                       |   14 
 sparklyr-1.6.0/sparklyr/R/ml_feature_vector_indexer.R                      |    7 
 sparklyr-1.6.0/sparklyr/R/ml_pipeline_utils.R                              |    8 
 sparklyr-1.6.0/sparklyr/R/ml_recommendation_als.R                          |    2 
 sparklyr-1.6.0/sparklyr/R/ml_regression_generalized_linear_regression.R    |    2 
 sparklyr-1.6.0/sparklyr/R/mutation.R                                       |    2 
 sparklyr-1.6.0/sparklyr/R/partial_eval.R                                   |only
 sparklyr-1.6.0/sparklyr/R/reexports.R                                      |   42 -
 sparklyr-1.6.0/sparklyr/R/sdf_interface.R                                  |   76 +-
 sparklyr-1.6.0/sparklyr/R/sdf_unnest_longer.R                              |    4 
 sparklyr-1.6.0/sparklyr/R/sdf_unnest_wider.R                               |    4 
 sparklyr-1.6.0/sparklyr/R/sdf_wrapper.R                                    |  105 +++
 sparklyr-1.6.0/sparklyr/R/spark_apply.R                                    |   32 
 sparklyr-1.6.0/sparklyr/R/spark_compile.R                                  |    2 
 sparklyr-1.6.0/sparklyr/R/spark_connection.R                               |    8 
 sparklyr-1.6.0/sparklyr/R/spark_context_config.R                           |  166 +++++
 sparklyr-1.6.0/sparklyr/R/spark_data_build_types.R                         |   27 
 sparklyr-1.6.0/sparklyr/R/spark_extensions.R                               |   10 
 sparklyr-1.6.0/sparklyr/R/spark_sql.R                                      |only
 sparklyr-1.6.0/sparklyr/R/stratified_sample.R                              |    8 
 sparklyr-1.6.0/sparklyr/R/stream_data.R                                    |   27 
 sparklyr-1.6.0/sparklyr/R/stream_operations.R                              |    8 
 sparklyr-1.6.0/sparklyr/R/tidiers_ml_multilayer_perceptron.R               |    6 
 sparklyr-1.6.0/sparklyr/R/tidyr_nest.R                                     |    3 
 sparklyr-1.6.0/sparklyr/R/tidyr_pivot_longer.R                             |    2 
 sparklyr-1.6.0/sparklyr/R/tidyr_unnest.R                                   |   25 
 sparklyr-1.6.0/sparklyr/R/tidyr_utils.R                                    |   20 
 sparklyr-1.6.0/sparklyr/R/utils.R                                          |   61 +
 sparklyr-1.6.0/sparklyr/R/worker_apply.R                                   |   13 
 sparklyr-1.6.0/sparklyr/build                                              |only
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-1.5-2.10.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-1.6-2.10.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-2.0-2.11.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-2.3-2.11.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-2.4-2.11.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-2.4-2.12.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/java/sparklyr-3.0-2.12.jar                    |binary
 sparklyr-1.6.0/sparklyr/inst/sparkml/param_mapping.json                    |    4 
 sparklyr-1.6.0/sparklyr/java/embedded_sources.R                            |   33 -
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/backend.scala                     |    2 
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/collectors.scala                  |  288 ++++----
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/mlutils.scala                     |   19 
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/rutils.scala                      |  326 +++++++++-
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/serializer.scala                  |   71 +-
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/sqlutils.scala                    |    4 
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/utils.scala                       |  228 +++---
 sparklyr-1.6.0/sparklyr/java/spark-1.5.2/weightedquantilesummaries.scala   |only
 sparklyr-1.6.0/sparklyr/java/spark-2.0.0/rdscollector.scala                |only
 sparklyr-1.6.0/sparklyr/java/spark-2.4.0/structcolumnutils.scala           |    8 
 sparklyr-1.6.0/sparklyr/java/spark-3.0.0/temporalarraycolumnutils.scala    |only
 sparklyr-1.6.0/sparklyr/java/spark-3.0.0/weightedquantilediscretizer.scala |only
 sparklyr-1.6.0/sparklyr/man/arrow_enabled_object.Rd                        |    1 
 sparklyr-1.6.0/sparklyr/man/collect_from_rds.Rd                            |only
 sparklyr-1.6.0/sparklyr/man/filter.Rd                                      |only
 sparklyr-1.6.0/sparklyr/man/ft_quantile_discretizer.Rd                     |    5 
 sparklyr-1.6.0/sparklyr/man/ft_vector_indexer.Rd                           |    5 
 sparklyr-1.6.0/sparklyr/man/ml-model-constructors.Rd                       |   72 +-
 sparklyr-1.6.0/sparklyr/man/ml_als.Rd                                      |    2 
 sparklyr-1.6.0/sparklyr/man/ml_generalized_linear_regression.Rd            |    2 
 sparklyr-1.6.0/sparklyr/man/ml_power_iteration.Rd                          |only
 sparklyr-1.6.0/sparklyr/man/mutate.Rd                                      |only
 sparklyr-1.6.0/sparklyr/man/sdf_partition_sizes.Rd                         |    4 
 sparklyr-1.6.0/sparklyr/man/sdf_persist.Rd                                 |    4 
 sparklyr-1.6.0/sparklyr/man/sdf_quantile.Rd                                |   18 
 sparklyr-1.6.0/sparklyr/man/sdf_schema.Rd                                  |    4 
 sparklyr-1.6.0/sparklyr/man/select.Rd                                      |only
 sparklyr-1.6.0/sparklyr/man/spark-connections.Rd                           |    7 
 sparklyr-1.6.0/sparklyr/man/spark_adaptive_query_execution.Rd              |only
 sparklyr-1.6.0/sparklyr/man/spark_advisory_shuffle_partition_size.Rd       |only
 sparklyr-1.6.0/sparklyr/man/spark_apply.Rd                                 |    4 
 sparklyr-1.6.0/sparklyr/man/spark_auto_broadcast_join_threshold.Rd         |only
 sparklyr-1.6.0/sparklyr/man/spark_coalesce_initial_num_partitions.Rd       |only
 sparklyr-1.6.0/sparklyr/man/spark_coalesce_min_num_partitions.Rd           |only
 sparklyr-1.6.0/sparklyr/man/spark_coalesce_shuffle_partitions.Rd           |only
 sparklyr-1.6.0/sparklyr/man/spark_configuration.Rd                         |   10 
 sparklyr-1.6.0/sparklyr/man/spark_load_table.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read.Rd                                  |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_avro.Rd                             |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_csv.Rd                              |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_delta.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_jdbc.Rd                             |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_json.Rd                             |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_libsvm.Rd                           |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_orc.Rd                              |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_parquet.Rd                          |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_source.Rd                           |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_table.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/spark_read_text.Rd                             |    1 
 sparklyr-1.6.0/sparklyr/man/spark_save_table.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_avro.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_csv.Rd                             |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_delta.Rd                           |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_jdbc.Rd                            |   19 
 sparklyr-1.6.0/sparklyr/man/spark_write_json.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_orc.Rd                             |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_parquet.Rd                         |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_rds.Rd                             |only
 sparklyr-1.6.0/sparklyr/man/spark_write_source.Rd                          |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_table.Rd                           |    1 
 sparklyr-1.6.0/sparklyr/man/spark_write_text.Rd                            |    1 
 sparklyr-1.6.0/sparklyr/man/stream_write_console.Rd                        |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_csv.Rd                            |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_delta.Rd                          |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_json.Rd                           |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_kafka.Rd                          |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_memory.Rd                         |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_orc.Rd                            |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_parquet.Rd                        |    3 
 sparklyr-1.6.0/sparklyr/man/stream_write_text.Rd                           |    3 
 sparklyr-1.6.0/sparklyr/tools/readme/databricks-connect.png                |binary
 sparklyr-1.6.0/sparklyr/tools/readme/dplyr-ggplot2-1.png                   |binary
 sparklyr-1.6.0/sparklyr/tools/readme/ggplot2-1.png                         |binary
 sparklyr-1.6.0/sparklyr/tools/readme/spark-connect-livy.png                |binary
 sparklyr-1.6.0/sparklyr/tools/readme/spark-connect.png                     |binary
 sparklyr-1.6.0/sparklyr/tools/readme/spark-dataview.png                    |binary
 sparklyr-1.6.0/sparklyr/tools/readme/sparklyr-illustration.png             |binary
 149 files changed, 2308 insertions(+), 847 deletions(-)

More information about sparklyr at CRAN
Permanent link

Package BRISC updated to version 1.0.1 with previous version 1.0.0 dated 2021-01-07

Title: Fast Inference for Large Spatial Datasets using BRISC
Description: Fits bootstrap with univariate spatial regression models using Bootstrap for Rapid Inference on Spatial Covariances (BRISC) for large datasets using nearest neighbor Gaussian processes detailed in Saha and Datta (2018) <doi:10.1002/sta4.184>.
Author: Arkajyoti Saha [aut, cre], Abhirup Datta [aut], Jorge Nocedal [ctb], Naoaki Okazaki [ctb]
Maintainer: Arkajyoti Saha <arkajyotisaha93@gmail.com>

Diff between BRISC versions 1.0.0 dated 2021-01-07 and 1.0.1 dated 2021-03-09

 DESCRIPTION    |    6 +++---
 MD5            |    4 ++--
 R/prediction.R |    5 +++--
 3 files changed, 8 insertions(+), 7 deletions(-)

More information about BRISC at CRAN
Permanent link

Package TOHM updated to version 1.4 with previous version 1.3 dated 2019-08-28

Title: Testing One Hypothesis Multiple Times
Description: Approximations of global p-values when testing hypothesis in presence of non-identifiable nuisance parameters. The method relies on the Euler characteristic heuristic and the expected Euler characteristic is efficiently computed by in Algeri and van Dyk (2018) <arXiv:1803.03858>.
Author: Sara Algeri
Maintainer: Sara Algeri <salgeri@umn.edu>

Diff between TOHM versions 1.3 dated 2019-08-28 and 1.4 dated 2021-03-09

 DESCRIPTION        |    8 ++++----
 MD5                |    6 +++---
 R/Functions_only.R |    2 +-
 build/partial.rdb  |binary
 4 files changed, 8 insertions(+), 8 deletions(-)

More information about TOHM at CRAN
Permanent link

Package SAMtool updated to version 1.1.2 with previous version 1.1.1 dated 2021-02-17

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

Diff between SAMtool versions 1.1.1 dated 2021-02-17 and 1.1.2 dated 2021-03-09

 DESCRIPTION                      |    8 ++++----
 MD5                              |   26 +++++++++++++-------------
 NEWS.md                          |    3 +++
 inst/doc/Delay_difference.html   |   13 ++++++++++---
 inst/doc/RCM.html                |   13 ++++++++++---
 inst/doc/RCM_eq.html             |    4 ++--
 inst/doc/RCM_sel.R               |    1 +
 inst/doc/RCM_sel.Rmd             |    1 +
 inst/doc/RCM_sel.html            |   13 ++++++++++---
 inst/doc/SAMtool.html            |   39 +++++++++++++++++++++++----------------
 inst/doc/SCA.html                |   13 ++++++++++---
 inst/doc/Surplus_production.html |   13 ++++++++++---
 inst/doc/VPA.html                |   13 ++++++++++---
 vignettes/RCM_sel.Rmd            |    1 +
 14 files changed, 108 insertions(+), 53 deletions(-)

More information about SAMtool at CRAN
Permanent link

Package liver updated to version 1.5 with previous version 1.4 dated 2021-02-11

Title: "Eating the Liver of Data Science"
Description: Provides a collection of helper functions that make various techniques from data science more user-friendly for non-experts. In this way, our aim is to allow non-experts to become familiar with the techniques with only a minimal level of coding knowledge. Indeed, following an ancient Persian idiom, we refer to this as "eating the liver of data science" which could be interpreted as "getting intimately close with data science". Examples of procedures we include are: data partitioning for out-of-sample testing, computing Mean Squared Error (MSE) for quantifying prediction accuracy, and data transformation (z-score and min-max). Besides such helper functions, the package also includes several interesting datasets that are useful for multivariate analysis.
Author: Reza Mohammadi [aut, cre] (<https://orcid.org/0000-0001-9538-0648>), Kevin Burke [aut]
Maintainer: Reza Mohammadi <a.mohammadi@uva.nl>

Diff between liver versions 1.4 dated 2021-02-11 and 1.5 dated 2021-03-09

 DESCRIPTION      |    6 +++---
 MD5              |   22 ++++++++++++----------
 NAMESPACE        |    3 ++-
 NEWS.md          |   10 +++++++++-
 R/conf.mat.R     |only
 R/minmax.R       |   55 +++++++++++++++++++++++++++++++++++++++----------------
 R/transform.R    |    8 ++++----
 R/zscore.R       |   55 +++++++++++++++++++++++++++++++++++++------------------
 README.md        |    9 ++++-----
 man/conf.mat.Rd  |only
 man/minmax.Rd    |    3 ++-
 man/transform.Rd |    7 ++++---
 man/zscore.Rd    |    3 ++-
 13 files changed, 118 insertions(+), 63 deletions(-)

More information about liver at CRAN
Permanent link

Package squashinformr updated to version 0.2.2 with previous version 0.2.1 dated 2021-02-10

Title: Politely Web Scrape Data from SquashInfo
Description: Scrape SquashInfo <http://www.squashinfo.com/> for data on the Professional Squash Association World Tour and other squash events. 'squashinformr' functions scrape, parse, and clean data associated with players, tournaments, and rankings.
Author: Hayden MacDonald [aut, cre]
Maintainer: Hayden MacDonald <hayden.macdonald.8778@gmail.com>

Diff between squashinformr versions 0.2.1 dated 2021-02-10 and 0.2.2 dated 2021-03-09

 squashinformr-0.2.1/squashinformr/R/get_historical_rankings.R                       |only
 squashinformr-0.2.1/squashinformr/R/get_player_rankings_history.R                   |only
 squashinformr-0.2.1/squashinformr/man/aggregate_rankings_histories.Rd               |only
 squashinformr-0.2.1/squashinformr/man/get_big_player_table.Rd                       |only
 squashinformr-0.2.1/squashinformr/man/get_historical_rankings.Rd                    |only
 squashinformr-0.2.1/squashinformr/man/get_player_rankings_history.Rd                |only
 squashinformr-0.2.1/squashinformr/tests/testthat/test_get_historical_rankings.R     |only
 squashinformr-0.2.1/squashinformr/tests/testthat/test_get_player_rankings_history.R |only
 squashinformr-0.2.2/squashinformr/DESCRIPTION                                       |    6 
 squashinformr-0.2.2/squashinformr/MD5                                               |   38 --
 squashinformr-0.2.2/squashinformr/NAMESPACE                                         |   10 
 squashinformr-0.2.2/squashinformr/R/get_matchup.R                                   |   11 
 squashinformr-0.2.2/squashinformr/R/get_tournament_.R                               |   21 -
 squashinformr-0.2.2/squashinformr/README.md                                         |  190 ++++------
 squashinformr-0.2.2/squashinformr/man/get_matchup.Rd                                |   11 
 squashinformr-0.2.2/squashinformr/man/get_player_profile_urls.Rd                    |   15 
 squashinformr-0.2.2/squashinformr/man/get_tournament_games.Rd                       |    4 
 squashinformr-0.2.2/squashinformr/man/get_tournament_matches.Rd                     |    4 
 squashinformr-0.2.2/squashinformr/man/get_tournament_players.Rd                     |    4 
 squashinformr-0.2.2/squashinformr/tests/testthat/test_get_matchup.R                 |    6 
 squashinformr-0.2.2/squashinformr/tests/testthat/test_get_tournament_games.R        |   21 -
 squashinformr-0.2.2/squashinformr/tests/testthat/test_get_tournament_matches.R      |   14 
 squashinformr-0.2.2/squashinformr/tests/testthat/test_get_tournament_players.R      |   14 
 squashinformr-0.2.2/squashinformr/tests/testthat/test_get_tournaments.R             |    4 
 24 files changed, 167 insertions(+), 206 deletions(-)

More information about squashinformr at CRAN
Permanent link

Package UniprotR updated to version 2.0.5 with previous version 2.0.4 dated 2021-02-26

Title: Retrieving Information of Proteins from Uniprot
Description: Connect to Uniprot <https://www.uniprot.org/> to retrieve information about proteins using their accession number such information could be name or taxonomy information, For detailed information kindly read the publication <https://www.sciencedirect.com/science/article/pii/S1874391919303859>.
Author: Mohamed Soudy [aut, cre], Ali Mostafa [aut]
Maintainer: Mohamed Soudy <MohmedSoudy2009@gmail.com>

Diff between UniprotR versions 2.0.4 dated 2021-02-26 and 2.0.5 dated 2021-03-09

 DESCRIPTION           |    6 +++---
 MD5                   |   12 +++++++-----
 NAMESPACE             |    2 +-
 R/GetSeqLength.R      |    2 +-
 R/GetSequenceIso.R    |only
 R/PathwayAnalysis.R   |    2 +-
 man/GetSeqLength.Rd   |    2 +-
 man/GetSequenceIso.Rd |only
 8 files changed, 14 insertions(+), 12 deletions(-)

More information about UniprotR at CRAN
Permanent link

Package zoo updated to version 1.8-9 with previous version 1.8-8 dated 2020-05-02

Title: S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations)
Description: An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics.
Author: Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Gabor Grothendieck [aut], Jeffrey A. Ryan [aut], Joshua M. Ulrich [ctb], Felix Andrews [ctb]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>

Diff between zoo versions 1.8-8 dated 2020-05-02 and 1.8-9 dated 2021-03-09

 DESCRIPTION                     |   12 +++++-----
 MD5                             |   44 ++++++++++++++++++++--------------------
 NAMESPACE                       |    1 
 NEWS                            |   27 ++++++++++++++++++++++++
 R/barplot.zoo.R                 |    2 +
 R/merge.zoo.R                   |    4 ++-
 R/na.spline.R                   |   30 ++++++++++++++++++++++-----
 R/rollapply.R                   |    7 +++++-
 R/zoo.R                         |   16 +++++++-------
 R/zooreg.R                      |    5 ++++
 build/vignette.rds              |binary
 inst/doc/zoo-design.pdf         |binary
 inst/doc/zoo-faq.pdf            |binary
 inst/doc/zoo-quickref.pdf       |binary
 inst/doc/zoo-read.pdf           |binary
 inst/doc/zoo.pdf                |binary
 man/plot.zoo.Rd                 |   10 +++++++--
 man/rollapply.Rd                |   19 ++++++++++++++++-
 man/xblocks.Rd                  |    1 
 man/xyplot.zoo.Rd               |    4 +--
 man/zoo.Rd                      |    2 -
 tests/Examples/zoo-Ex.Rout.save |   43 +++++++++++++++++++++++++++++----------
 tests/as.Date.Rout.save         |    9 ++------
 23 files changed, 169 insertions(+), 67 deletions(-)

More information about zoo at CRAN
Permanent link

Package rvest updated to version 1.0.0 with previous version 0.3.6 dated 2020-07-25

Title: Easily Harvest (Scrape) Web Pages
Description: Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
Author: Hadley Wickham [aut, cre], RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>

Diff between rvest versions 0.3.6 dated 2020-07-25 and 1.0.0 dated 2021-03-09

 rvest-0.3.6/rvest/R/deprecated.R                         |only
 rvest-0.3.6/rvest/R/minimal-html.R                       |only
 rvest-0.3.6/rvest/R/parse.R                              |only
 rvest-0.3.6/rvest/R/xml.R                                |only
 rvest-0.3.6/rvest/inst/doc/harvesting-the-web.R          |only
 rvest-0.3.6/rvest/inst/doc/harvesting-the-web.Rmd        |only
 rvest-0.3.6/rvest/inst/doc/harvesting-the-web.html       |only
 rvest-0.3.6/rvest/inst/doc/selectorgadget.R              |only
 rvest-0.3.6/rvest/inst/doc/selectorgadget.Rmd            |only
 rvest-0.3.6/rvest/inst/doc/selectorgadget.html           |only
 rvest-0.3.6/rvest/man/encoding.Rd                        |only
 rvest-0.3.6/rvest/man/html.Rd                            |only
 rvest-0.3.6/rvest/man/html_nodes.Rd                      |only
 rvest-0.3.6/rvest/man/html_session.Rd                    |only
 rvest-0.3.6/rvest/man/html_tag.Rd                        |only
 rvest-0.3.6/rvest/man/jump_to.Rd                         |only
 rvest-0.3.6/rvest/man/pipe.Rd                            |only
 rvest-0.3.6/rvest/man/pluck.Rd                           |only
 rvest-0.3.6/rvest/man/session_history.Rd                 |only
 rvest-0.3.6/rvest/man/set_values.Rd                      |only
 rvest-0.3.6/rvest/man/submit_form.Rd                     |only
 rvest-0.3.6/rvest/man/xml.Rd                             |only
 rvest-0.3.6/rvest/tests/testthat/test-forms.R            |only
 rvest-0.3.6/rvest/tests/testthat/test-tables.R           |only
 rvest-0.3.6/rvest/vignettes/harvesting-the-web.Rmd       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-1-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-2-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-3-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-4-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-5-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-6-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-7-s.png       |only
 rvest-0.3.6/rvest/vignettes/harvesting-web-8-s.png       |only
 rvest-0.3.6/rvest/vignettes/selectorgadget-1-s.png       |only
 rvest-0.3.6/rvest/vignettes/selectorgadget-2-s.png       |only
 rvest-0.3.6/rvest/vignettes/selectorgadget-3-s.png       |only
 rvest-0.3.6/rvest/vignettes/selectorgadget-4-s.png       |only
 rvest-0.3.6/rvest/vignettes/selectorgadget-5-s.png       |only
 rvest-0.3.6/rvest/vignettes/selectorgadget.Rmd           |only
 rvest-1.0.0/rvest/DESCRIPTION                            |   20 
 rvest-1.0.0/rvest/LICENSE                                |only
 rvest-1.0.0/rvest/MD5                                    |  131 ++--
 rvest-1.0.0/rvest/NAMESPACE                              |   65 +-
 rvest-1.0.0/rvest/NEWS.md                                |   92 ++
 rvest-1.0.0/rvest/R/encoding.R                           |   70 +-
 rvest-1.0.0/rvest/R/form.R                               |  479 +++++++--------
 rvest-1.0.0/rvest/R/html.R                               |   82 +-
 rvest-1.0.0/rvest/R/rename.R                             |only
 rvest-1.0.0/rvest/R/rvest-package.R                      |   14 
 rvest-1.0.0/rvest/R/selectors.R                          |  138 +---
 rvest-1.0.0/rvest/R/session.R                            |  320 ++++++----
 rvest-1.0.0/rvest/R/table.R                              |  305 ++++++---
 rvest-1.0.0/rvest/R/testthat.R                           |only
 rvest-1.0.0/rvest/R/text.R                               |only
 rvest-1.0.0/rvest/R/utils.R                              |   81 +-
 rvest-1.0.0/rvest/README.md                              |  152 ++--
 rvest-1.0.0/rvest/build/vignette.rds                     |binary
 rvest-1.0.0/rvest/demo/tripadvisor.R                     |   12 
 rvest-1.0.0/rvest/demo/united.R                          |   10 
 rvest-1.0.0/rvest/demo/zillow.R                          |    8 
 rvest-1.0.0/rvest/inst/WORDLIST                          |    9 
 rvest-1.0.0/rvest/inst/doc/rvest.R                       |only
 rvest-1.0.0/rvest/inst/doc/rvest.Rmd                     |only
 rvest-1.0.0/rvest/inst/doc/rvest.html                    |only
 rvest-1.0.0/rvest/inst/doc/starwars.R                    |only
 rvest-1.0.0/rvest/inst/doc/starwars.Rmd                  |only
 rvest-1.0.0/rvest/inst/doc/starwars.html                 |only
 rvest-1.0.0/rvest/man/figures/lifecycle-archived.svg     |only
 rvest-1.0.0/rvest/man/figures/lifecycle-defunct.svg      |only
 rvest-1.0.0/rvest/man/figures/lifecycle-deprecated.svg   |only
 rvest-1.0.0/rvest/man/figures/lifecycle-experimental.svg |only
 rvest-1.0.0/rvest/man/figures/lifecycle-maturing.svg     |only
 rvest-1.0.0/rvest/man/figures/lifecycle-questioning.svg  |only
 rvest-1.0.0/rvest/man/figures/lifecycle-stable.svg       |only
 rvest-1.0.0/rvest/man/figures/lifecycle-superseded.svg   |only
 rvest-1.0.0/rvest/man/google_form.Rd                     |    3 
 rvest-1.0.0/rvest/man/html_attr.Rd                       |only
 rvest-1.0.0/rvest/man/html_children.Rd                   |only
 rvest-1.0.0/rvest/man/html_element.Rd                    |only
 rvest-1.0.0/rvest/man/html_encoding_guess.Rd             |only
 rvest-1.0.0/rvest/man/html_form.Rd                       |   61 +
 rvest-1.0.0/rvest/man/html_name.Rd                       |only
 rvest-1.0.0/rvest/man/html_table.Rd                      |   63 +
 rvest-1.0.0/rvest/man/html_text.Rd                       |   78 +-
 rvest-1.0.0/rvest/man/minimal_html.Rd                    |   15 
 rvest-1.0.0/rvest/man/reexports.Rd                       |only
 rvest-1.0.0/rvest/man/rename.Rd                          |only
 rvest-1.0.0/rvest/man/repair_encoding.Rd                 |only
 rvest-1.0.0/rvest/man/rvest-package.Rd                   |    2 
 rvest-1.0.0/rvest/man/session.Rd                         |only
 rvest-1.0.0/rvest/tests/testthat/_snaps                  |only
 rvest-1.0.0/rvest/tests/testthat/test-encoding.R         |only
 rvest-1.0.0/rvest/tests/testthat/test-form.R             |only
 rvest-1.0.0/rvest/tests/testthat/test-html.R             |only
 rvest-1.0.0/rvest/tests/testthat/test-rename.R           |only
 rvest-1.0.0/rvest/tests/testthat/test-selectors.R        |   63 +
 rvest-1.0.0/rvest/tests/testthat/test-session.R          |only
 rvest-1.0.0/rvest/tests/testthat/test-table.R            |only
 rvest-1.0.0/rvest/tests/testthat/test-text.R             |only
 rvest-1.0.0/rvest/tests/testthat/test-utils.R            |only
 rvest-1.0.0/rvest/vignettes/rvest.Rmd                    |only
 rvest-1.0.0/rvest/vignettes/starwars.Rmd                 |only
 102 files changed, 1362 insertions(+), 911 deletions(-)

More information about rvest at CRAN
Permanent link

Package RcppArmadillo updated to version 0.10.2.2.0 with previous version 0.10.2.1.0 dated 2021-02-09

Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'. Armadillo requires a C++11 compiler.
Author: Dirk Eddelbuettel, Romain Francois, Doug Bates and Binxiang Ni
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppArmadillo versions 0.10.2.1.0 dated 2021-02-09 and 0.10.2.2.0 dated 2021-03-09

 ChangeLog                                         |   15 ++++++++
 DESCRIPTION                                       |    8 ++--
 MD5                                               |   40 +++++++++++-----------
 build/partial.rdb                                 |binary
 build/vignette.rds                                |binary
 configure                                         |   18 ++++-----
 configure.ac                                      |    2 -
 inst/NEWS.Rd                                      |   18 +++++++++
 inst/doc/RcppArmadillo-intro.pdf                  |binary
 inst/doc/RcppArmadillo-sparseMatrix.pdf           |binary
 inst/include/armadillo_bits/Proxy.hpp             |   40 +++++++++++-----------
 inst/include/armadillo_bits/arma_ostream_meat.hpp |   16 +++++---
 inst/include/armadillo_bits/arma_rng.hpp          |   27 +++++++-------
 inst/include/armadillo_bits/arma_version.hpp      |    2 -
 inst/include/armadillo_bits/fn_mvnrnd.hpp         |    2 -
 inst/include/armadillo_bits/fn_wishrnd.hpp        |    2 -
 inst/include/armadillo_bits/op_cond_meat.hpp      |    6 ++-
 inst/include/armadillo_bits/op_pinv_meat.hpp      |    2 -
 inst/include/armadillo_bits/strip.hpp             |    5 +-
 inst/include/armadillo_bits/subview_bones.hpp     |   18 +++++----
 inst/tinytest/test_cube.R                         |   11 +++---
 21 files changed, 137 insertions(+), 95 deletions(-)

More information about RcppArmadillo at CRAN
Permanent link

Package paws.database updated to version 0.1.11 with previous version 0.1.10 dated 2021-01-16

Title: Amazon Web Services Database Services
Description: Interface to Amazon Web Services database services, including 'Relational Database Service' ('RDS'), 'DynamoDB' 'NoSQL' database, 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.database versions 0.1.10 dated 2021-01-16 and 0.1.11 dated 2021-03-09

 DESCRIPTION                                                         |    6 
 MD5                                                                 | 1026 -
 R/dax_operations.R                                                  |  673 
 R/docdb_operations.R                                                | 1637 ++
 R/dynamodb_operations.R                                             | 3626 ++++-
 R/dynamodbstreams_operations.R                                      |  188 
 R/dynamodbstreams_service.R                                         |    2 
 R/elasticache_operations.R                                          | 2859 +++
 R/elasticache_service.R                                             |    2 
 R/neptune_operations.R                                              | 2707 +++
 R/rds_operations.R                                                  | 7151 +++++++++-
 R/rdsdataservice_operations.R                                       |  229 
 R/rdsdataservice_service.R                                          |    2 
 R/redshift_operations.R                                             | 4751 ++++++
 R/simpledb_operations.R                                             |  254 
 R/simpledb_service.R                                                |   20 
 man/dax_create_cluster.Rd                                           |   59 
 man/dax_create_parameter_group.Rd                                   |    9 
 man/dax_create_subnet_group.Rd                                      |   16 
 man/dax_decrease_replication_factor.Rd                              |   65 
 man/dax_delete_cluster.Rd                                           |   59 
 man/dax_delete_parameter_group.Rd                                   |    6 
 man/dax_delete_subnet_group.Rd                                      |    6 
 man/dax_describe_clusters.Rd                                        |   62 
 man/dax_describe_default_parameters.Rd                              |   25 
 man/dax_describe_events.Rd                                          |   16 
 man/dax_describe_parameter_groups.Rd                                |   12 
 man/dax_describe_parameters.Rd                                      |   25 
 man/dax_describe_subnet_groups.Rd                                   |   19 
 man/dax_increase_replication_factor.Rd                              |   59 
 man/dax_list_tags.Rd                                                |   16 
 man/dax_reboot_node.Rd                                              |   63 
 man/dax_tag_resource.Rd                                             |   16 
 man/dax_untag_resource.Rd                                           |   14 
 man/dax_update_cluster.Rd                                           |   59 
 man/dax_update_parameter_group.Rd                                   |    9 
 man/dax_update_subnet_group.Rd                                      |   16 
 man/docdb_add_tags_to_resource.Rd                                   |    3 
 man/docdb_apply_pending_maintenance_action.Rd                       |   24 
 man/docdb_copy_db_cluster_parameter_group.Rd                        |   11 
 man/docdb_copy_db_cluster_snapshot.Rd                               |   44 
 man/docdb_create_db_cluster.Rd                                      |   63 
 man/docdb_create_db_cluster_parameter_group.Rd                      |   11 
 man/docdb_create_db_cluster_snapshot.Rd                             |   30 
 man/docdb_create_db_instance.Rd                                     |   92 
 man/docdb_create_db_subnet_group.Rd                                 |   21 
 man/docdb_delete_db_cluster.Rd                                      |   63 
 man/docdb_delete_db_cluster_parameter_group.Rd                      |    3 
 man/docdb_delete_db_cluster_snapshot.Rd                             |   30 
 man/docdb_delete_db_instance.Rd                                     |   92 
 man/docdb_delete_db_subnet_group.Rd                                 |    3 
 man/docdb_describe_certificates.Rd                                  |   26 
 man/docdb_describe_db_cluster_parameter_groups.Rd                   |   14 
 man/docdb_describe_db_cluster_parameters.Rd                         |   20 
 man/docdb_describe_db_cluster_snapshot_attributes.Rd                |   27 
 man/docdb_describe_db_cluster_snapshots.Rd                          |   33 
 man/docdb_describe_db_clusters.Rd                                   |   66 
 man/docdb_describe_db_engine_versions.Rd                            |   38 
 man/docdb_describe_db_instances.Rd                                  |   95 
 man/docdb_describe_db_subnet_groups.Rd                              |   24 
 man/docdb_describe_engine_default_cluster_parameters.Rd             |   23 
 man/docdb_describe_event_categories.Rd                              |   13 
 man/docdb_describe_events.Rd                                        |   20 
 man/docdb_describe_orderable_db_instance_options.Rd                 |   20 
 man/docdb_describe_pending_maintenance_actions.Rd                   |   27 
 man/docdb_failover_db_cluster.Rd                                    |   63 
 man/docdb_list_tags_for_resource.Rd                                 |   11 
 man/docdb_modify_db_cluster.Rd                                      |   63 
 man/docdb_modify_db_cluster_parameter_group.Rd                      |    6 
 man/docdb_modify_db_cluster_snapshot_attribute.Rd                   |   16 
 man/docdb_modify_db_instance.Rd                                     |   92 
 man/docdb_modify_db_subnet_group.Rd                                 |   21 
 man/docdb_reboot_db_instance.Rd                                     |   92 
 man/docdb_remove_tags_from_resource.Rd                              |    3 
 man/docdb_reset_db_cluster_parameter_group.Rd                       |    6 
 man/docdb_restore_db_cluster_from_snapshot.Rd                       |   63 
 man/docdb_restore_db_cluster_to_point_in_time.Rd                    |   63 
 man/docdb_start_db_cluster.Rd                                       |   63 
 man/docdb_stop_db_cluster.Rd                                        |   63 
 man/dynamodb_batch_execute_statement.Rd                             |   38 
 man/dynamodb_batch_get_item.Rd                                      |  147 
 man/dynamodb_batch_write_item.Rd                                    |  201 
 man/dynamodb_create_backup.Rd                                       |   21 
 man/dynamodb_create_global_table.Rd                                 |   36 
 man/dynamodb_create_table.Rd                                        |  186 
 man/dynamodb_delete_backup.Rd                                       |  100 
 man/dynamodb_delete_item.Rd                                         |  108 
 man/dynamodb_delete_table.Rd                                        |  252 
 man/dynamodb_describe_backup.Rd                                     |  100 
 man/dynamodb_describe_continuous_backups.Rd                         |   22 
 man/dynamodb_describe_contributor_insights.Rd                       |   18 
 man/dynamodb_describe_endpoints.Rd                                  |   11 
 man/dynamodb_describe_export.Rd                                     |   32 
 man/dynamodb_describe_global_table.Rd                               |   40 
 man/dynamodb_describe_global_table_settings.Rd                      |   96 
 man/dynamodb_describe_kinesis_streaming_destination.Rd              |   13 
 man/dynamodb_describe_limits.Rd                                     |   45 
 man/dynamodb_describe_table.Rd                                      |  163 
 man/dynamodb_describe_table_replica_auto_scaling.Rd                 |   89 
 man/dynamodb_describe_time_to_live.Rd                               |    9 
 man/dynamodb_disable_kinesis_streaming_destination.Rd               |    8 
 man/dynamodb_enable_kinesis_streaming_destination.Rd                |    8 
 man/dynamodb_execute_statement.Rd                                   |   32 
 man/dynamodb_execute_transaction.Rd                                 |   33 
 man/dynamodb_export_table_to_point_in_time.Rd                       |   32 
 man/dynamodb_get_item.Rd                                            |   76 
 man/dynamodb_list_backups.Rd                                        |   39 
 man/dynamodb_list_contributor_insights.Rd                           |   13 
 man/dynamodb_list_exports.Rd                                        |   16 
 man/dynamodb_list_global_tables.Rd                                  |   16 
 man/dynamodb_list_tables.Rd                                         |   13 
 man/dynamodb_list_tags_of_resource.Rd                               |   12 
 man/dynamodb_put_item.Rd                                            |  121 
 man/dynamodb_query.Rd                                               |  172 
 man/dynamodb_restore_table_from_backup.Rd                           |  156 
 man/dynamodb_restore_table_to_point_in_time.Rd                      |  151 
 man/dynamodb_scan.Rd                                                |  177 
 man/dynamodb_tag_resource.Rd                                        |    3 
 man/dynamodb_transact_get_items.Rd                                  |   83 
 man/dynamodb_transact_write_items.Rd                                |  138 
 man/dynamodb_untag_resource.Rd                                      |    6 
 man/dynamodb_update_continuous_backups.Rd                           |   29 
 man/dynamodb_update_contributor_insights.Rd                         |    8 
 man/dynamodb_update_global_table.Rd                                 |   43 
 man/dynamodb_update_global_table_settings.Rd                        |   96 
 man/dynamodb_update_item.Rd                                         |  116 
 man/dynamodb_update_table.Rd                                        |  168 
 man/dynamodb_update_table_replica_auto_scaling.Rd                   |   89 
 man/dynamodb_update_time_to_live.Rd                                 |   20 
 man/dynamodbstreams.Rd                                              |    2 
 man/dynamodbstreams_describe_stream.Rd                              |   37 
 man/dynamodbstreams_get_records.Rd                                  |  110 
 man/dynamodbstreams_get_shard_iterator.Rd                           |   12 
 man/dynamodbstreams_list_streams.Rd                                 |   21 
 man/elasticache.Rd                                                  |    2 
 man/elasticache_add_tags_to_resource.Rd                             |   11 
 man/elasticache_authorize_cache_security_group_ingress.Rd           |   18 
 man/elasticache_batch_apply_update_action.Rd                        |   22 
 man/elasticache_batch_stop_update_action.Rd                         |   22 
 man/elasticache_complete_migration.Rd                               |   88 
 man/elasticache_copy_snapshot.Rd                                    |   89 
 man/elasticache_create_cache_cluster.Rd                             |   87 
 man/elasticache_create_cache_parameter_group.Rd                     |   14 
 man/elasticache_create_cache_security_group.Rd                      |   20 
 man/elasticache_create_cache_subnet_group.Rd                        |   22 
 man/elasticache_create_global_replication_group.Rd                  |   33 
 man/elasticache_create_replication_group.Rd                         |   94 
 man/elasticache_create_snapshot.Rd                                  |   62 
 man/elasticache_create_user.Rd                                      |   18 
 man/elasticache_create_user_group.Rd                                |   23 
 man/elasticache_decrease_node_groups_in_global_replication_group.Rd |   33 
 man/elasticache_decrease_replica_count.Rd                           |   88 
 man/elasticache_delete_cache_cluster.Rd                             |   96 
 man/elasticache_delete_cache_parameter_group.Rd                     |    3 
 man/elasticache_delete_cache_security_group.Rd                      |    3 
 man/elasticache_delete_cache_subnet_group.Rd                        |    3 
 man/elasticache_delete_global_replication_group.Rd                  |   42 
 man/elasticache_delete_replication_group.Rd                         |   88 
 man/elasticache_delete_snapshot.Rd                                  |   62 
 man/elasticache_delete_user.Rd                                      |   18 
 man/elasticache_delete_user_group.Rd                                |   23 
 man/elasticache_describe_cache_clusters.Rd                          |   88 
 man/elasticache_describe_cache_engine_versions.Rd                   |   15 
 man/elasticache_describe_cache_parameter_groups.Rd                  |   15 
 man/elasticache_describe_cache_parameters.Rd                        |   37 
 man/elasticache_describe_cache_security_groups.Rd                   |   21 
 man/elasticache_describe_cache_subnet_groups.Rd                     |   25 
 man/elasticache_describe_engine_default_parameters.Rd               |   40 
 man/elasticache_describe_events.Rd                                  |   16 
 man/elasticache_describe_global_replication_groups.Rd               |   36 
 man/elasticache_describe_replication_groups.Rd                      |   96 
 man/elasticache_describe_reserved_cache_nodes.Rd                    |   30 
 man/elasticache_describe_reserved_cache_nodes_offerings.Rd          |   23 
 man/elasticache_describe_service_updates.Rd                         |   28 
 man/elasticache_describe_snapshots.Rd                               |   71 
 man/elasticache_describe_update_actions.Rd                          |   83 
 man/elasticache_describe_user_groups.Rd                             |   28 
 man/elasticache_describe_users.Rd                                   |   23 
 man/elasticache_disassociate_global_replication_group.Rd            |   33 
 man/elasticache_failover_global_replication_group.Rd                |   33 
 man/elasticache_increase_node_groups_in_global_replication_group.Rd |   33 
 man/elasticache_increase_replica_count.Rd                           |   88 
 man/elasticache_list_allowed_node_type_modifications.Rd             |   15 
 man/elasticache_list_tags_for_resource.Rd                           |   16 
 man/elasticache_modify_cache_cluster.Rd                             |  101 
 man/elasticache_modify_cache_parameter_group.Rd                     |    6 
 man/elasticache_modify_cache_subnet_group.Rd                        |   22 
 man/elasticache_modify_global_replication_group.Rd                  |   33 
 man/elasticache_modify_replication_group.Rd                         |   92 
 man/elasticache_modify_replication_group_shard_configuration.Rd     |   88 
 man/elasticache_modify_user.Rd                                      |   18 
 man/elasticache_modify_user_group.Rd                                |   23 
 man/elasticache_purchase_reserved_cache_nodes_offering.Rd           |   27 
 man/elasticache_rebalance_slots_in_global_replication_group.Rd      |   33 
 man/elasticache_reboot_cache_cluster.Rd                             |   85 
 man/elasticache_remove_tags_from_resource.Rd                        |   11 
 man/elasticache_reset_cache_parameter_group.Rd                      |    6 
 man/elasticache_revoke_cache_security_group_ingress.Rd              |   18 
 man/elasticache_start_migration.Rd                                  |   88 
 man/elasticache_test_failover.Rd                                    |  109 
 man/neptune_add_role_to_db_cluster.Rd                               |    3 
 man/neptune_add_source_identifier_to_subscription.Rd                |   21 
 man/neptune_add_tags_to_resource.Rd                                 |    3 
 man/neptune_apply_pending_maintenance_action.Rd                     |   24 
 man/neptune_copy_db_cluster_parameter_group.Rd                      |   11 
 man/neptune_copy_db_cluster_snapshot.Rd                             |   33 
 man/neptune_copy_db_parameter_group.Rd                              |   11 
 man/neptune_create_db_cluster.Rd                                    |   90 
 man/neptune_create_db_cluster_endpoint.Rd                           |   19 
 man/neptune_create_db_cluster_parameter_group.Rd                    |   31 
 man/neptune_create_db_cluster_snapshot.Rd                           |   33 
 man/neptune_create_db_instance.Rd                                   |  164 
 man/neptune_create_db_parameter_group.Rd                            |   11 
 man/neptune_create_db_subnet_group.Rd                               |   21 
 man/neptune_create_event_subscription.Rd                            |   21 
 man/neptune_delete_db_cluster.Rd                                    |   79 
 man/neptune_delete_db_cluster_endpoint.Rd                           |   19 
 man/neptune_delete_db_cluster_parameter_group.Rd                    |    3 
 man/neptune_delete_db_cluster_snapshot.Rd                           |   33 
 man/neptune_delete_db_instance.Rd                                   |  148 
 man/neptune_delete_db_parameter_group.Rd                            |    3 
 man/neptune_delete_db_subnet_group.Rd                               |    3 
 man/neptune_delete_event_subscription.Rd                            |   21 
 man/neptune_describe_db_cluster_endpoints.Rd                        |   34 
 man/neptune_describe_db_cluster_parameter_groups.Rd                 |   20 
 man/neptune_describe_db_cluster_parameters.Rd                       |   26 
 man/neptune_describe_db_cluster_snapshot_attributes.Rd              |   31 
 man/neptune_describe_db_cluster_snapshots.Rd                        |   48 
 man/neptune_describe_db_clusters.Rd                                 |   89 
 man/neptune_describe_db_engine_versions.Rd                          |   52 
 man/neptune_describe_db_instances.Rd                                |  154 
 man/neptune_describe_db_parameter_groups.Rd                         |   20 
 man/neptune_describe_db_parameters.Rd                               |   26 
 man/neptune_describe_db_subnet_groups.Rd                            |   24 
 man/neptune_describe_engine_default_cluster_parameters.Rd           |   29 
 man/neptune_describe_engine_default_parameters.Rd                   |   29 
 man/neptune_describe_event_categories.Rd                            |   13 
 man/neptune_describe_event_subscriptions.Rd                         |   24 
 man/neptune_describe_events.Rd                                      |   20 
 man/neptune_describe_orderable_db_instance_options.Rd               |   34 
 man/neptune_describe_pending_maintenance_actions.Rd                 |   34 
 man/neptune_describe_valid_db_instance_modifications.Rd             |   40 
 man/neptune_failover_db_cluster.Rd                                  |   79 
 man/neptune_list_tags_for_resource.Rd                               |   11 
 man/neptune_modify_db_cluster.Rd                                    |   81 
 man/neptune_modify_db_cluster_endpoint.Rd                           |   19 
 man/neptune_modify_db_cluster_parameter_group.Rd                    |   11 
 man/neptune_modify_db_cluster_snapshot_attribute.Rd                 |   20 
 man/neptune_modify_db_instance.Rd                                   |  171 
 man/neptune_modify_db_parameter_group.Rd                            |    6 
 man/neptune_modify_db_subnet_group.Rd                               |   21 
 man/neptune_modify_event_subscription.Rd                            |   27 
 man/neptune_promote_read_replica_db_cluster.Rd                      |   79 
 man/neptune_reboot_db_instance.Rd                                   |  145 
 man/neptune_remove_role_from_db_cluster.Rd                          |    3 
 man/neptune_remove_source_identifier_from_subscription.Rd           |   21 
 man/neptune_remove_tags_from_resource.Rd                            |    3 
 man/neptune_reset_db_cluster_parameter_group.Rd                     |   14 
 man/neptune_reset_db_parameter_group.Rd                             |    8 
 man/neptune_restore_db_cluster_from_snapshot.Rd                     |   79 
 man/neptune_restore_db_cluster_to_point_in_time.Rd                  |   87 
 man/neptune_start_db_cluster.Rd                                     |   79 
 man/neptune_stop_db_cluster.Rd                                      |   79 
 man/rds_add_role_to_db_cluster.Rd                                   |    3 
 man/rds_add_role_to_db_instance.Rd                                  |    3 
 man/rds_add_source_identifier_to_subscription.Rd                    |   21 
 man/rds_add_tags_to_resource.Rd                                     |    3 
 man/rds_apply_pending_maintenance_action.Rd                         |   24 
 man/rds_authorize_db_security_group_ingress.Rd                      |   26 
 man/rds_backtrack_db_cluster.Rd                                     |   17 
 man/rds_cancel_export_task.Rd                                       |   28 
 man/rds_copy_db_cluster_parameter_group.Rd                          |   11 
 man/rds_copy_db_cluster_snapshot.Rd                                 |   91 
 man/rds_copy_db_parameter_group.Rd                                  |   11 
 man/rds_copy_db_snapshot.Rd                                         |   85 
 man/rds_copy_option_group.Rd                                        |   49 
 man/rds_create_custom_availability_zone.Rd                          |   18 
 man/rds_create_db_cluster.Rd                                        |  161 
 man/rds_create_db_cluster_endpoint.Rd                               |   19 
 man/rds_create_db_cluster_parameter_group.Rd                        |   24 
 man/rds_create_db_cluster_snapshot.Rd                               |   39 
 man/rds_create_db_instance.Rd                                       |  204 
 man/rds_create_db_instance_read_replica.Rd                          |  231 
 man/rds_create_db_parameter_group.Rd                                |   13 
 man/rds_create_db_proxy.Rd                                          |   37 
 man/rds_create_db_security_group.Rd                                 |   26 
 man/rds_create_db_snapshot.Rd                                       |   50 
 man/rds_create_db_subnet_group.Rd                                   |   24 
 man/rds_create_event_subscription.Rd                                |   25 
 man/rds_create_global_cluster.Rd                                    |   26 
 man/rds_create_option_group.Rd                                      |   49 
 man/rds_delete_custom_availability_zone.Rd                          |   18 
 man/rds_delete_db_cluster.Rd                                        |  133 
 man/rds_delete_db_cluster_endpoint.Rd                               |   19 
 man/rds_delete_db_cluster_parameter_group.Rd                        |    3 
 man/rds_delete_db_cluster_snapshot.Rd                               |   39 
 man/rds_delete_db_instance.Rd                                       |  201 
 man/rds_delete_db_instance_automated_backup.Rd                      |   46 
 man/rds_delete_db_parameter_group.Rd                                |    3 
 man/rds_delete_db_proxy.Rd                                          |   37 
 man/rds_delete_db_security_group.Rd                                 |    3 
 man/rds_delete_db_snapshot.Rd                                       |   50 
 man/rds_delete_db_subnet_group.Rd                                   |    3 
 man/rds_delete_event_subscription.Rd                                |   21 
 man/rds_delete_global_cluster.Rd                                    |   26 
 man/rds_delete_installation_media.Rd                                |   15 
 man/rds_delete_option_group.Rd                                      |    3 
 man/rds_deregister_db_proxy_targets.Rd                              |    3 
 man/rds_describe_account_attributes.Rd                              |   12 
 man/rds_describe_certificates.Rd                                    |   30 
 man/rds_describe_custom_availability_zones.Rd                       |   27 
 man/rds_describe_db_cluster_backtracks.Rd                           |   28 
 man/rds_describe_db_cluster_endpoints.Rd                            |   34 
 man/rds_describe_db_cluster_parameter_groups.Rd                     |   20 
 man/rds_describe_db_cluster_parameters.Rd                           |   29 
 man/rds_describe_db_cluster_snapshot_attributes.Rd                  |   31 
 man/rds_describe_db_cluster_snapshots.Rd                            |   54 
 man/rds_describe_db_clusters.Rd                                     |  143 
 man/rds_describe_db_engine_versions.Rd                              |   69 
 man/rds_describe_db_instance_automated_backups.Rd                   |   53 
 man/rds_describe_db_instances.Rd                                    |  198 
 man/rds_describe_db_log_files.Rd                                    |   13 
 man/rds_describe_db_parameter_groups.Rd                             |   20 
 man/rds_describe_db_parameters.Rd                                   |   29 
 man/rds_describe_db_proxies.Rd                                      |   40 
 man/rds_describe_db_proxy_target_groups.Rd                          |   30 
 man/rds_describe_db_proxy_targets.Rd                                |   21 
 man/rds_describe_db_security_groups.Rd                              |   35 
 man/rds_describe_db_snapshot_attributes.Rd                          |   30 
 man/rds_describe_db_snapshots.Rd                                    |   64 
 man/rds_describe_db_subnet_groups.Rd                                |   27 
 man/rds_describe_engine_default_cluster_parameters.Rd               |   32 
 man/rds_describe_engine_default_parameters.Rd                       |   32 
 man/rds_describe_event_categories.Rd                                |   13 
 man/rds_describe_event_subscriptions.Rd                             |   24 
 man/rds_describe_events.Rd                                          |   20 
 man/rds_describe_export_tasks.Rd                                    |   42 
 man/rds_describe_global_clusters.Rd                                 |   35 
 man/rds_describe_installation_media.Rd                              |   22 
 man/rds_describe_option_group_options.Rd                            |   51 
 man/rds_describe_option_groups.Rd                                   |   52 
 man/rds_describe_orderable_db_instance_options.Rd                   |   49 
 man/rds_describe_pending_maintenance_actions.Rd                     |   34 
 man/rds_describe_reserved_db_instances.Rd                           |   33 
 man/rds_describe_reserved_db_instances_offerings.Rd                 |   25 
 man/rds_describe_source_regions.Rd                                  |   20 
 man/rds_describe_valid_db_instance_modifications.Rd                 |   48 
 man/rds_download_db_log_file_portion.Rd                             |    8 
 man/rds_failover_db_cluster.Rd                                      |  133 
 man/rds_import_installation_media.Rd                                |   18 
 man/rds_list_tags_for_resource.Rd                                   |   11 
 man/rds_modify_certificates.Rd                                      |   24 
 man/rds_modify_current_db_cluster_capacity.Rd                       |   23 
 man/rds_modify_db_cluster.Rd                                        |  139 
 man/rds_modify_db_cluster_endpoint.Rd                               |   19 
 man/rds_modify_db_cluster_parameter_group.Rd                        |   11 
 man/rds_modify_db_cluster_snapshot_attribute.Rd                     |   25 
 man/rds_modify_db_instance.Rd                                       |  233 
 man/rds_modify_db_parameter_group.Rd                                |    6 
 man/rds_modify_db_proxy.Rd                                          |   37 
 man/rds_modify_db_proxy_target_group.Rd                             |   27 
 man/rds_modify_db_snapshot.Rd                                       |   50 
 man/rds_modify_db_snapshot_attribute.Rd                             |   24 
 man/rds_modify_db_subnet_group.Rd                                   |   24 
 man/rds_modify_event_subscription.Rd                                |   35 
 man/rds_modify_global_cluster.Rd                                    |   26 
 man/rds_modify_option_group.Rd                                      |   49 
 man/rds_promote_read_replica.Rd                                     |  189 
 man/rds_promote_read_replica_db_cluster.Rd                          |  133 
 man/rds_purchase_reserved_db_instances_offering.Rd                  |   30 
 man/rds_reboot_db_instance.Rd                                       |  189 
 man/rds_register_db_proxy_targets.Rd                                |   20 
 man/rds_remove_from_global_cluster.Rd                               |   26 
 man/rds_remove_role_from_db_cluster.Rd                              |    3 
 man/rds_remove_role_from_db_instance.Rd                             |    3 
 man/rds_remove_source_identifier_from_subscription.Rd               |   21 
 man/rds_remove_tags_from_resource.Rd                                |    3 
 man/rds_reset_db_cluster_parameter_group.Rd                         |   13 
 man/rds_reset_db_parameter_group.Rd                                 |    8 
 man/rds_restore_db_cluster_from_s3.Rd                               |  147 
 man/rds_restore_db_cluster_from_snapshot.Rd                         |  147 
 man/rds_restore_db_cluster_to_point_in_time.Rd                      |  141 
 man/rds_restore_db_instance_from_db_snapshot.Rd                     |  195 
 man/rds_restore_db_instance_from_s3.Rd                              |  203 
 man/rds_restore_db_instance_to_point_in_time.Rd                     |  195 
 man/rds_revoke_db_security_group_ingress.Rd                         |   26 
 man/rds_start_activity_stream.Rd                                    |   10 
 man/rds_start_db_cluster.Rd                                         |  133 
 man/rds_start_db_instance.Rd                                        |  192 
 man/rds_start_db_instance_automated_backups_replication.Rd          |   46 
 man/rds_start_export_task.Rd                                        |   28 
 man/rds_stop_activity_stream.Rd                                     |   10 
 man/rds_stop_db_cluster.Rd                                          |  133 
 man/rds_stop_db_instance.Rd                                         |  191 
 man/rds_stop_db_instance_automated_backups_replication.Rd           |   46 
 man/rdsdataservice_batch_execute_statement.Rd                       |   47 
 man/rdsdataservice_begin_transaction.Rd                             |    8 
 man/rdsdataservice_commit_transaction.Rd                            |    9 
 man/rdsdataservice_execute_sql.Rd                                   |   62 
 man/rdsdataservice_execute_statement.Rd                             |   85 
 man/rdsdataservice_rollback_transaction.Rd                          |    6 
 man/redshift_accept_reserved_node_exchange.Rd                       |   29 
 man/redshift_authorize_cluster_security_group_ingress.Rd            |   40 
 man/redshift_authorize_snapshot_access.Rd                           |   59 
 man/redshift_batch_delete_cluster_snapshots.Rd                      |   16 
 man/redshift_batch_modify_cluster_snapshots.Rd                      |   16 
 man/redshift_cancel_resize.Rd                                       |   27 
 man/redshift_copy_cluster_snapshot.Rd                               |   59 
 man/redshift_create_cluster.Rd                                      |  162 
 man/redshift_create_cluster_parameter_group.Rd                      |   31 
 man/redshift_create_cluster_security_group.Rd                       |   40 
 man/redshift_create_cluster_snapshot.Rd                             |   59 
 man/redshift_create_cluster_subnet_group.Rd                         |   31 
 man/redshift_create_event_subscription.Rd                           |   29 
 man/redshift_create_hsm_client_certificate.Rd                       |   15 
 man/redshift_create_hsm_configuration.Rd                            |   17 
 man/redshift_create_scheduled_action.Rd                             |   39 
 man/redshift_create_snapshot_copy_grant.Rd                          |   15 
 man/redshift_create_snapshot_schedule.Rd                            |   28 
 man/redshift_create_tags.Rd                                         |    3 
 man/redshift_create_usage_limit.Rd                                  |   18 
 man/redshift_delete_cluster.Rd                                      |  169 
 man/redshift_delete_cluster_parameter_group.Rd                      |    3 
 man/redshift_delete_cluster_security_group.Rd                       |    3 
 man/redshift_delete_cluster_snapshot.Rd                             |   59 
 man/redshift_delete_cluster_subnet_group.Rd                         |    3 
 man/redshift_delete_event_subscription.Rd                           |    3 
 man/redshift_delete_hsm_client_certificate.Rd                       |    3 
 man/redshift_delete_hsm_configuration.Rd                            |    3 
 man/redshift_delete_scheduled_action.Rd                             |    3 
 man/redshift_delete_snapshot_copy_grant.Rd                          |    3 
 man/redshift_delete_snapshot_schedule.Rd                            |    3 
 man/redshift_delete_tags.Rd                                         |    3 
 man/redshift_delete_usage_limit.Rd                                  |    3 
 man/redshift_describe_account_attributes.Rd                         |   15 
 man/redshift_describe_cluster_db_revisions.Rd                       |   34 
 man/redshift_describe_cluster_parameter_groups.Rd                   |   29 
 man/redshift_describe_cluster_parameters.Rd                         |   27 
 man/redshift_describe_cluster_security_groups.Rd                    |   46 
 man/redshift_describe_cluster_snapshots.Rd                          |   65 
 man/redshift_describe_cluster_subnet_groups.Rd                      |   37 
 man/redshift_describe_cluster_tracks.Rd                             |   34 
 man/redshift_describe_cluster_versions.Rd                           |   16 
 man/redshift_describe_clusters.Rd                                   |  174 
 man/redshift_describe_default_cluster_parameters.Rd                 |   32 
 man/redshift_describe_event_categories.Rd                           |   20 
 man/redshift_describe_event_subscriptions.Rd                        |   32 
 man/redshift_describe_events.Rd                                     |   30 
 man/redshift_describe_hsm_client_certificates.Rd                    |   21 
 man/redshift_describe_hsm_configurations.Rd                         |   23 
 man/redshift_describe_logging_status.Rd                             |   15 
 man/redshift_describe_node_configuration_options.Rd                 |   24 
 man/redshift_describe_orderable_cluster_options.Rd                  |   35 
 man/redshift_describe_reserved_node_offerings.Rd                    |   32 
 man/redshift_describe_reserved_nodes.Rd                             |   33 
 man/redshift_describe_resize.Rd                                     |   32 
 man/redshift_describe_scheduled_actions.Rd                          |   44 
 man/redshift_describe_snapshot_copy_grants.Rd                       |   18 
 man/redshift_describe_snapshot_schedules.Rd                         |   33 
 man/redshift_describe_storage.Rd                                    |    7 
 man/redshift_describe_table_restore_status.Rd                       |   51 
 man/redshift_describe_tags.Rd                                       |   19 
 man/redshift_describe_usage_limits.Rd                               |   34 
 man/redshift_disable_logging.Rd                                     |   15 
 man/redshift_disable_snapshot_copy.Rd                               |  167 
 man/redshift_enable_logging.Rd                                      |   15 
 man/redshift_enable_snapshot_copy.Rd                                |  160 
 man/redshift_get_cluster_credentials.Rd                             |   10 
 man/redshift_get_reserved_node_exchange_offerings.Rd                |   24 
 man/redshift_modify_cluster.Rd                                      |  168 
 man/redshift_modify_cluster_db_revision.Rd                          |  164 
 man/redshift_modify_cluster_iam_roles.Rd                            |  160 
 man/redshift_modify_cluster_maintenance.Rd                          |  160 
 man/redshift_modify_cluster_parameter_group.Rd                      |    9 
 man/redshift_modify_cluster_snapshot.Rd                             |   59 
 man/redshift_modify_cluster_snapshot_schedule.Rd                    |    3 
 man/redshift_modify_cluster_subnet_group.Rd                         |   31 
 man/redshift_modify_event_subscription.Rd                           |   29 
 man/redshift_modify_scheduled_action.Rd                             |   36 
 man/redshift_modify_snapshot_copy_retention_period.Rd               |  160 
 man/redshift_modify_snapshot_schedule.Rd                            |   28 
 man/redshift_modify_usage_limit.Rd                                  |   18 
 man/redshift_pause_cluster.Rd                                       |  160 
 man/redshift_purchase_reserved_node_offering.Rd                     |   36 
 man/redshift_reboot_cluster.Rd                                      |  166 
 man/redshift_reset_cluster_parameter_group.Rd                       |    7 
 man/redshift_resize_cluster.Rd                                      |  160 
 man/redshift_restore_from_cluster_snapshot.Rd                       |  170 
 man/redshift_restore_table_from_cluster_snapshot.Rd                 |   47 
 man/redshift_resume_cluster.Rd                                      |  160 
 man/redshift_revoke_cluster_security_group_ingress.Rd               |   45 
 man/redshift_revoke_snapshot_access.Rd                              |   59 
 man/redshift_rotate_encryption_key.Rd                               |  160 
 man/simpledb.Rd                                                     |   20 
 man/simpledb_batch_delete_attributes.Rd                             |    3 
 man/simpledb_batch_put_attributes.Rd                                |   42 
 man/simpledb_create_domain.Rd                                       |   16 
 man/simpledb_delete_attributes.Rd                                   |   35 
 man/simpledb_delete_domain.Rd                                       |   16 
 man/simpledb_domain_metadata.Rd                                     |   12 
 man/simpledb_get_attributes.Rd                                      |   19 
 man/simpledb_list_domains.Rd                                        |   29 
 man/simpledb_put_attributes.Rd                                      |   38 
 man/simpledb_select.Rd                                              |   36 
 tests/testthat/test_dax.R                                           |    2 
 tests/testthat/test_docdb.R                                         |    2 
 tests/testthat/test_dynamodb.R                                      |    2 
 tests/testthat/test_dynamodbstreams.R                               |    2 
 tests/testthat/test_elasticache.R                                   |    2 
 tests/testthat/test_neptune.R                                       |    2 
 tests/testthat/test_rds.R                                           |    2 
 tests/testthat/test_rdsdataservice.R                                |    2 
 tests/testthat/test_redshift.R                                      |    2 
 tests/testthat/test_simpledb.R                                      |    2 
 514 files changed, 45940 insertions(+), 2508 deletions(-)

More information about paws.database at CRAN
Permanent link

Package MCMCglmm updated to version 2.31 with previous version 2.30 dated 2021-01-07

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

Diff between MCMCglmm versions 2.30 dated 2021-01-07 and 2.31 dated 2021-03-09

 DESCRIPTION               |   10 ++++-----
 MD5                       |   14 ++++++-------
 R/MCMCglmm.R              |   47 +++++++++++++++++++++++-----------------------
 build/vignette.rds        |binary
 inst/doc/CourseNotes.Rnw  |    2 -
 inst/doc/CourseNotes.pdf  |binary
 inst/doc/Overview.pdf     |binary
 vignettes/CourseNotes.Rnw |    2 -
 8 files changed, 38 insertions(+), 37 deletions(-)

More information about MCMCglmm at CRAN
Permanent link

Package HistData updated to version 0.8-7 with previous version 0.8-6 dated 2020-01-08

Title: Data Sets from the History of Statistics and Data Visualization
Description: The 'HistData' package provides a collection of small data sets that are interesting and important in the history of statistics and data visualization. The goal of the package is to make these available, both for instructional use and for historical research. Some of these present interesting challenges for graphics or analysis in R.
Author: Michael Friendly [aut, cre], Stephane Dray [ctb], Hadley Wickham [ctb], James Hanley [ctb], Dennis Murphy [ctb], Peter Li [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>

Diff between HistData versions 0.8-6 dated 2020-01-08 and 0.8-7 dated 2021-03-09

 HistData-0.8-6/HistData/README.md                            |only
 HistData-0.8-7/HistData/DESCRIPTION                          |   10 +
 HistData-0.8-7/HistData/MD5                                  |   58 +++++------
 HistData-0.8-7/HistData/NEWS                                 |    6 +
 HistData-0.8-7/HistData/build/partial.rdb                    |only
 HistData-0.8-7/HistData/build/vignette.rds                   |binary
 HistData-0.8-7/HistData/data/ChestStigler.RData              |only
 HistData-0.8-7/HistData/inst/WORDLIST                        |only
 HistData-0.8-7/HistData/inst/doc/Snow_deaths-duplicates.Rmd  |    4 
 HistData-0.8-7/HistData/inst/doc/Snow_deaths-duplicates.html |   42 +++++--
 HistData-0.8-7/HistData/man/Armada.Rd                        |    4 
 HistData-0.8-7/HistData/man/Bowley.Rd                        |   26 +++-
 HistData-0.8-7/HistData/man/ChestSizes.Rd                    |   34 +++++-
 HistData-0.8-7/HistData/man/Cholera.Rd                       |   37 +++----
 HistData-0.8-7/HistData/man/CushnyPeebles.Rd                 |    5 
 HistData-0.8-7/HistData/man/DrinksWages.Rd                   |    4 
 HistData-0.8-7/HistData/man/Galton.Rd                        |    2 
 HistData-0.8-7/HistData/man/GaltonFamilies.Rd                |    2 
 HistData-0.8-7/HistData/man/Guerry.Rd                        |    8 -
 HistData-0.8-7/HistData/man/HalleyLifeTable.Rd               |    2 
 HistData-0.8-7/HistData/man/HistData-package.Rd              |    6 -
 HistData-0.8-7/HistData/man/Macdonell.Rd                     |    9 -
 HistData-0.8-7/HistData/man/Minard.Rd                        |    4 
 HistData-0.8-7/HistData/man/OldMaps.Rd                       |    2 
 HistData-0.8-7/HistData/man/PearsonLee.Rd                    |    2 
 HistData-0.8-7/HistData/man/Pyx.Rd                           |    4 
 HistData-0.8-7/HistData/man/Quarrels.Rd                      |    6 -
 HistData-0.8-7/HistData/man/Snow.Rd                          |    2 
 HistData-0.8-7/HistData/man/Virginis.Rd                      |    2 
 HistData-0.8-7/HistData/man/Wheat.Rd                         |    2 
 HistData-0.8-7/HistData/man/Yeast.Rd                         |    4 
 HistData-0.8-7/HistData/vignettes/Snow_deaths-duplicates.Rmd |    4 
 32 files changed, 176 insertions(+), 115 deletions(-)

More information about HistData at CRAN
Permanent link

Package fbst updated to version 1.4 with previous version 1.3 dated 2020-09-11

Title: The Full Bayesian Evidence Test, Full Bayesian Significance Test and the e-value
Description: Provides access to a range of functions for computing and visualizing the Full Bayesian Significance Test (FBST) and the e-value for testing a sharp hypothesis against its alternative, and the Full Bayesian Evidence Test (FBET) and the (generalized) Bayesian evidence value for testing a composite (or interval) hypothesis against its alternative. The methods are widely applicable as long as a posterior MCMC sample is available. For details on the computation and theory of the FBST see <arXiv:2005.13181>.
Author: Riko Kelter
Maintainer: Riko Kelter <riko.kelter@uni-siegen.de>

Diff between fbst versions 1.3 dated 2020-09-11 and 1.4 dated 2021-03-09

 DESCRIPTION         |   16 +--
 MD5                 |   37 +++++-
 NAMESPACE           |    7 +
 R/fbst.R            |  275 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 build/partial.rdb   |binary
 build/vignette.rds  |only
 inst                |only
 man/access_fbet.Rd  |only
 man/fbet-class.Rd   |only
 man/fbet.Rd         |only
 man/fbst-package.Rd |    2 
 man/fbst.Rd         |    8 -
 man/names.fbet.Rd   |only
 man/names.fbst.Rd   |    2 
 man/plot.fbet.Rd    |only
 man/plot.fbst.Rd    |    2 
 man/show.fbet.Rd    |only
 man/show.fbst.Rd    |    2 
 man/summary.fbet.Rd |only
 man/summary.fbst.Rd |    2 
 vignettes           |only
 21 files changed, 324 insertions(+), 29 deletions(-)

More information about fbst at CRAN
Permanent link

New package warbleR with initial version 1.1.26
Package: warbleR
Type: Package
Title: Streamline Bioacoustic Analysis
Version: 1.1.26
Date: 2021-03-09
Description: Functions aiming to facilitate the analysis of the structure of animal acoustic signals in 'R'. 'warbleR' makes use of the basic sound analysis tools from the package 'seewave', and offers new tools for acoustic structure analysis. The main features of the package are the use of loops to apply tasks through acoustic signals referenced in a selection (annotation) table and the production of spectrograms in image files that allow to organize data and verify acoustic analyzes. The package offers functions to explore, organize and manipulate multiple sound files, explore and download 'Xeno-Canto' recordings, detect signals automatically, create spectrograms of complete recordings or individual signals, run different measures of acoustic signal structure, evaluate the performance of measurement methods, catalog signals, characterize different structural levels in acoustic signals, run statistical analysis of duet coordination and consolidate databases and annotation tables, among others.
License: GPL (>= 2)
Imports: dtw, fftw, graphics, grDevices, monitoR, parallel, pbapply, RCurl, rjson, stats, utils, methods, Rcpp, knitr, crayon, bioacoustics, stringi
LinkingTo: Rcpp
Depends: R (>= 3.2.1), tuneR, seewave (>= 2.0.1), NatureSounds
LazyData: TRUE
URL: https://marce10.github.io/warbleR/
BugReports: https://github.com/maRce10/warbleR/issues/
NeedsCompilation: yes
Suggests: ggplot2, rmarkdown, jpeg, ape, soundgen, wavethresh, png, pracma, Sim.DiffProc, maps, leaflet, svMisc, kableExtra
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.1.1
Packaged: 2021-03-09 13:58:56 UTC; m
Repository: CRAN
Language: en-US
Authors@R: c(person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "marcelo.araya@ucr.ac.cr", comment = c(ORCID = "0000-0003-3594-619X")), person("Grace", "Smith-Vidaurre", role = c("aut"), email = "gsmithvi@gmail.com"))
Date/Publication: 2021-03-09 15:30:02 UTC
Author: Marcelo Araya-Salas [aut, cre] (<https://orcid.org/0000-0003-3594-619X>), Grace Smith-Vidaurre [aut]
Maintainer: Marcelo Araya-Salas <marcelo.araya@ucr.ac.cr>

More information about warbleR at CRAN
Permanent link

Package r5r updated to version 0.3-3 with previous version 0.3-2 dated 2021-01-08

Title: Rapid Realistic Routing with 'R5'
Description: Rapid realistic routing on multimodal transport networks (walk, bike, public transport and car) using 'R5', the Rapid Realistic Routing on Real-world and Reimagined networks <https://github.com/conveyal/r5>. The package allows users to generate detailed routing analysis or calculate travel time matrices using seamless parallel computing on top of the R5 Java machine.
Author: Marcus Saraiva [aut] (<https://orcid.org/0000-0001-6218-2338>), Rafael H. M. Pereira [aut, cre] (<https://orcid.org/0000-0003-2125-7465>), Daniel Herszenhut [aut] (<https://orcid.org/0000-0001-8066-1105>), Carlos Kaue Vieira Braga [aut] (<https://orcid.org/0000-0002-6104-7297>), Matthew Wigginton Conway [aut] (<https://orcid.org/0000-0002-1210-2982>), Ipea - Institue for Applied Economic Research [cph, fnd]
Maintainer: Rafael H. M. Pereira <rafa.pereira.br@gmail.com>

Diff between r5r versions 0.3-2 dated 2021-01-08 and 0.3-3 dated 2021-03-09

 r5r-0.3-2/r5r/inst/img                                |only
 r5r-0.3-2/r5r/inst/jar/r5r_0_3_0.jar                  |only
 r5r-0.3-2/r5r/man/figures                             |only
 r5r-0.3-3/r5r/DESCRIPTION                             |   16 
 r5r-0.3-3/r5r/LICENSE                                 |    4 
 r5r-0.3-3/r5r/MD5                                     |   85 +-
 r5r-0.3-3/r5r/NEWS.md                                 |   45 -
 r5r-0.3-3/r5r/R/detailed_itineraries.R                |  634 +++++++++---------
 r5r-0.3-3/r5r/R/download_r5.R                         |  190 ++---
 r5r-0.3-3/r5r/R/setup_r5.R                            |   19 
 r5r-0.3-3/r5r/R/stop_r5.R                             |   12 
 r5r-0.3-3/r5r/R/street_network_to_sf.R                |    4 
 r5r-0.3-3/r5r/R/travel_time_matrix.R                  |  458 ++++++-------
 r5r-0.3-3/r5r/R/utils.R                               |   36 -
 r5r-0.3-3/r5r/R/zzz.R                                 |   71 +-
 r5r-0.3-3/r5r/build/vignette.rds                      |binary
 r5r-0.3-3/r5r/inst/CITATION                           |only
 r5r-0.3-3/r5r/inst/doc/calculating_accessibility.R    |only
 r5r-0.3-3/r5r/inst/doc/calculating_accessibility.Rmd  |only
 r5r-0.3-3/r5r/inst/doc/calculating_accessibility.html |only
 r5r-0.3-3/r5r/inst/doc/calculating_isochrones.R       |only
 r5r-0.3-3/r5r/inst/doc/calculating_isochrones.Rmd     |only
 r5r-0.3-3/r5r/inst/doc/calculating_isochrones.html    |only
 r5r-0.3-3/r5r/inst/doc/intro_to_r5r.R                 |   24 
 r5r-0.3-3/r5r/inst/doc/intro_to_r5r.Rmd               |   35 
 r5r-0.3-3/r5r/inst/doc/intro_to_r5r.html              |  403 +++--------
 r5r-0.3-3/r5r/inst/jar/r5r_0_3_4.jar                  |only
 r5r-0.3-3/r5r/man/assert_points_input.Rd              |    1 
 r5r-0.3-3/r5r/man/detailed_itineraries.Rd             |    4 
 r5r-0.3-3/r5r/man/download_r5.Rd                      |    4 
 r5r-0.3-3/r5r/man/posix_to_string.Rd                  |    1 
 r5r-0.3-3/r5r/man/select_mode.Rd                      |    1 
 r5r-0.3-3/r5r/man/set_max_rides.Rd                    |    1 
 r5r-0.3-3/r5r/man/set_max_street_time.Rd              |    1 
 r5r-0.3-3/r5r/man/set_n_threads.Rd                    |    1 
 r5r-0.3-3/r5r/man/set_speed.Rd                        |    1 
 r5r-0.3-3/r5r/man/set_suboptimal_minutes.Rd           |only
 r5r-0.3-3/r5r/man/set_verbose.Rd                      |    1 
 r5r-0.3-3/r5r/man/setup_r5.Rd                         |    4 
 r5r-0.3-3/r5r/man/stop_r5.Rd                          |   11 
 r5r-0.3-3/r5r/man/street_network_to_sf.Rd             |    5 
 r5r-0.3-3/r5r/man/travel_time_matrix.Rd               |    8 
 r5r-0.3-3/r5r/tests/testthat/test-setup_r5.R          |   11 
 r5r-0.3-3/r5r/vignettes/calculating_accessibility.Rmd |only
 r5r-0.3-3/r5r/vignettes/calculating_isochrones.Rmd    |only
 r5r-0.3-3/r5r/vignettes/intro_to_r5r.Rmd              |   35 
 r5r-0.3-3/r5r/vignettes/references.json               |only
 47 files changed, 1026 insertions(+), 1100 deletions(-)

More information about r5r at CRAN
Permanent link

Package polymapR updated to version 1.1.2 with previous version 1.1.1 dated 2020-12-17

Title: Linkage Analysis in Outcrossing Polyploids
Description: Creation of linkage maps in polyploid species from marker dosage scores of an F1 cross from two heterozygous parents. Currently works for outcrossing diploid, autotriploid, autotetraploid and autohexaploid species, as well as segmental allotetraploids. Methods are described in a manuscript of Bourke et al. (2018) <doi:10.1093/bioinformatics/bty371>. Since version 1.1.0, both discrete and probabilistic genotypes are acceptable input; for more details on the latter see Liao et al. (submitted, 2020).
Author: Peter Bourke [aut, cre], Geert van Geest [aut], Roeland Voorrips [ctb], Yanlin Liao [ctb]
Maintainer: Peter Bourke <pbourkey@gmail.com>

Diff between polymapR versions 1.1.1 dated 2020-12-17 and 1.1.2 dated 2021-03-09

 DESCRIPTION                                   |   10 
 MD5                                           |   26 
 R/aiding_functions.R                          |  970 +++++++++++++++++++++++++
 R/exported_functions.R                        |  987 +++++++-------------------
 inst/doc/Vignette_genotype_probabilities.Rmd  |   11 
 inst/doc/Vignette_genotype_probabilities.html |    9 
 inst/doc/Vignette_polymapR.Rmd                |    2 
 inst/doc/Vignette_polymapR.html               |    9 
 man/check_map.Rd                              |    4 
 man/linkage.gp.Rd                             |   23 
 man/screen_for_duplicate_individuals.Rd       |    5 
 man/screen_for_duplicate_individuals.gp.Rd    |    3 
 vignettes/Vignette_genotype_probabilities.Rmd |   11 
 vignettes/Vignette_polymapR.Rmd               |    2 
 14 files changed, 1282 insertions(+), 790 deletions(-)

More information about polymapR at CRAN
Permanent link

New package MBmca with initial version 1.0.1-1
Package: MBmca
Type: Package
Title: Nucleic Acid Melting Curve Analysis
Version: 1.0.1-1
LazyData: true
Depends: R (>= 3.0.0), robustbase (>= 0.9)
Imports: chipPCR (>= 0.0.7), stats, utils
Suggests: spelling, rmarkdown, knitr
Date: 2021-02-26
Authors@R: c(person("Stefan", "Roediger", email = "stefan_roediger@gmx.de", comment = c(ORCID = "0000-0002-1441-6512"), role = c("cre", "aut")), person("Michal", "Burdukiewicz", email = "michalburdukiewicz@gmail.com", comment = c(ORCID = "0000-0001-8926-582X"), role = "aut"))
Description: Lightweight utilities for nucleic acid melting curve analysis are important in life sciences and diagnostics. This software can be used for the analysis and presentation of melting curve data from microbead-based assays (surface melting curve analysis) and reactions in solution (e.g., quantitative PCR (qPCR), real-time isothermal Amplification). Further information are described in detail in two publications in The R Journal [ <https://journal.r-project.org/archive/2013-2/roediger-bohm-schimke.pdf>; <https://journal.r-project.org/archive/2015-1/RJ-2015-1.pdf>].
License: GPL (>= 2)
Language: en-US
VignetteBuilder: knitr
URL: https://github.com/PCRuniversum/MBmca/
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-03-08 08:48:02 UTC; tux
Author: Stefan Roediger [cre, aut] (<https://orcid.org/0000-0002-1441-6512>), Michal Burdukiewicz [aut] (<https://orcid.org/0000-0001-8926-582X>)
Maintainer: Stefan Roediger <stefan_roediger@gmx.de>
Repository: CRAN
Date/Publication: 2021-03-09 15:20:07 UTC

More information about MBmca at CRAN
Permanent link

Package kit updated to version 0.0.7 with previous version 0.0.6 dated 2021-02-21

Title: Data Manipulation Functions Implemented in C
Description: Basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level.
Author: Morgan Jacob [aut, cre, cph]
Maintainer: Morgan Jacob <morgan.emailbox@gmail.com>

Diff between kit versions 0.0.6 dated 2021-02-21 and 0.0.7 dated 2021-03-09

 DESCRIPTION              |    8 ++++----
 MD5                      |   24 ++++++++++++------------
 R/call.R                 |    6 +++---
 inst/NEWS.Rd             |   25 +++++++++++++++++++++++++
 man/charToFact.Rd        |    3 ++-
 man/psum.Rd              |    1 +
 man/topn.Rd              |    9 +++++----
 src/dup.c                |    2 +-
 src/dupLen.c             |    2 +-
 src/psort.c              |   33 +++++++++++++++++----------------
 src/psum.c               |   17 ++++++++++++++++-
 tests/test_kit.R         |    4 ++++
 tests/test_kit.Rout.save |    8 ++++++--
 13 files changed, 97 insertions(+), 45 deletions(-)

More information about kit at CRAN
Permanent link

Package tvReg updated to version 0.5.4 with previous version 0.5.3 dated 2020-06-22

Title: Time-Varying Coefficient for Single and Multi-Equation Regressions
Description: Fitting time-varying coefficient models for single and multi-equation regressions, using kernel smoothing techniques.
Author: Isabel Casas [aut, cre], Ruben Fernandez-Casal [aut]
Maintainer: Isabel Casas <casasis@gmail.com>

Diff between tvReg versions 0.5.3 dated 2020-06-22 and 0.5.4 dated 2021-03-09

 DESCRIPTION            |   18 
 MD5                    |   74 +-
 NAMESPACE              |    4 
 NEWS.md                |  134 ++--
 R/bw.R                 |   18 
 R/confint_tvReg.R      |   43 -
 R/forecast_tvReg.R     |  795 +++++++++++++--------------
 R/kernels.R            |   11 
 R/plot_tvReg.R         |    8 
 R/predict_tvReg.R      |    1 
 R/tvAR.R               |  320 +++++------
 R/tvBOOT.R             |   79 --
 R/tvCov.R              |   11 
 R/tvFE.R               |   62 +-
 R/tvGLS.R              |  580 ++++++++++----------
 R/tvLM.R               |    7 
 R/tvOLS.R              |  349 ++++++------
 R/tvPLM.R              |   14 
 R/tvRE.R               |   30 -
 R/tvSURE.R             |   23 
 R/tvVAR.R              |  293 ++++------
 build/vignette.rds     |binary
 inst/doc/tvReg.html    | 1419 ++++++++++++++++++++++++++-----------------------
 man/bw.Rd              |    9 
 man/bwCov.Rd           |   10 
 man/confint.tvReg.Rd   |   11 
 man/forecast-tvReg.Rd  |   12 
 man/tvAR.Rd            |   10 
 man/tvCov.Rd           |    4 
 man/tvFE.Rd            |    5 
 man/tvGLS.Rd           |   11 
 man/tvLM.Rd            |    5 
 man/tvOLS.Rd           |    5 
 man/tvPLM.Rd           |    7 
 man/tvRE.Rd            |    7 
 man/tvReg-internals.Rd |   12 
 man/tvSURE.Rd          |    4 
 man/tvVAR.Rd           |    4 
 38 files changed, 2259 insertions(+), 2150 deletions(-)

More information about tvReg at CRAN
Permanent link

Package survivalmodels updated to version 0.1.7 with previous version 0.1.6 dated 2021-02-09

Title: Models for Survival Analysis
Description: Implementations of classical and machine learning models for survival analysis, including deep neural networks via 'keras' and 'tensorflow'. Each model includes a separated fit and predict interface with consistent prediction types for predicting risk, survival probabilities, or survival distributions with 'distr6' <https://CRAN.R-project.org/package=distr6>. Models are either implemented from 'Python' via 'reticulate' <https://CRAN.R-project.org/package=reticulate>, from code in GitHub packages, or novel implementations using 'Rcpp' <https://CRAN.R-project.org/package=Rcpp>. Novel machine learning survival models wil be included in the package in near-future updates. Neural networks are implemented from the 'Python' package 'pycox' <https://github.com/havakv/pycox> and are detailed by Kvamme et al. (2019) <https://jmlr.org/papers/v20/18-424.html>. The 'Akritas' estimator is defined in Akritas (1994) <doi:10.1214/aos/1176325630>. 'DNNSurv' is defined in Zhao and Feng (2020) <arXiv:1908.02337>.
Author: Raphael Sonabend [aut, cre] (<https://orcid.org/0000-0001-9225-4654>)
Maintainer: Raphael Sonabend <raphael.sonabend.15@ucl.ac.uk>

Diff between survivalmodels versions 0.1.6 dated 2021-02-09 and 0.1.7 dated 2021-03-09

 DESCRIPTION       |    6 +++---
 MD5               |   12 ++++++------
 NAMESPACE         |    2 ++
 NEWS.md           |    4 ++++
 R/cindex.R        |    1 +
 R/helpers.R       |    1 +
 build/partial.rdb |binary
 7 files changed, 17 insertions(+), 9 deletions(-)

More information about survivalmodels at CRAN
Permanent link

Package paws.application.integration updated to version 0.1.11 with previous version 0.1.10 dated 2021-01-16

Title: Amazon Web Services Application Integration Services
Description: Interface to Amazon Web Services application integration services, including 'Simple Queue Service' ('SQS') message queue, 'Simple Notification Service' ('SNS') publish/subscribe messaging, 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.application.integration versions 0.1.10 dated 2021-01-16 and 0.1.11 dated 2021-03-09

 DESCRIPTION                                           |    6 
 MD5                                                   |  382 ++--
 R/eventbridge_operations.R                            |  707 ++++++++
 R/eventbridge_service.R                               |    2 
 R/mq_operations.R                                     |  599 +++++++
 R/mq_service.R                                        |    6 
 R/sfn_operations.R                                    |  568 ++++++-
 R/sns_operations.R                                    |  464 ++++-
 R/sqs_operations.R                                    |  479 ++++--
 R/swf_operations.R                                    | 1425 +++++++++++++++++-
 man/eventbridge_activate_event_source.Rd              |    3 
 man/eventbridge_cancel_replay.Rd                      |    8 
 man/eventbridge_create_archive.Rd                     |   11 
 man/eventbridge_create_event_bus.Rd                   |    6 
 man/eventbridge_create_partner_event_source.Rd        |   21 
 man/eventbridge_deactivate_event_source.Rd            |    6 
 man/eventbridge_delete_archive.Rd                     |    3 
 man/eventbridge_delete_event_bus.Rd                   |    3 
 man/eventbridge_delete_partner_event_source.Rd        |    3 
 man/eventbridge_delete_rule.Rd                        |   11 
 man/eventbridge_describe_archive.Rd                   |   18 
 man/eventbridge_describe_event_bus.Rd                 |   13 
 man/eventbridge_describe_event_source.Rd              |   15 
 man/eventbridge_describe_partner_event_source.Rd      |   10 
 man/eventbridge_describe_replay.Rd                    |   50 
 man/eventbridge_describe_rule.Rd                      |   18 
 man/eventbridge_disable_rule.Rd                       |    3 
 man/eventbridge_enable_rule.Rd                        |    3 
 man/eventbridge_list_archives.Rd                      |   20 
 man/eventbridge_list_event_buses.Rd                   |   13 
 man/eventbridge_list_event_sources.Rd                 |   22 
 man/eventbridge_list_partner_event_source_accounts.Rd |   18 
 man/eventbridge_list_partner_event_sources.Rd         |   12 
 man/eventbridge_list_replays.Rd                       |   29 
 man/eventbridge_list_rule_names_by_target.Rd          |    9 
 man/eventbridge_list_rules.Rd                         |   22 
 man/eventbridge_list_tags_for_resource.Rd             |   11 
 man/eventbridge_list_targets_by_rule.Rd               |   91 +
 man/eventbridge_put_events.Rd                         |   13 
 man/eventbridge_put_partner_events.Rd                 |   13 
 man/eventbridge_put_permission.Rd                     |   19 
 man/eventbridge_put_rule.Rd                           |   28 
 man/eventbridge_put_targets.Rd                        |   45 
 man/eventbridge_remove_permission.Rd                  |    9 
 man/eventbridge_remove_targets.Rd                     |   19 
 man/eventbridge_start_replay.Rd                       |   20 
 man/eventbridge_tag_resource.Rd                       |   13 
 man/eventbridge_test_event_pattern.Rd                 |    6 
 man/eventbridge_untag_resource.Rd                     |    3 
 man/eventbridge_update_archive.Rd                     |   11 
 man/mq.Rd                                             |    6 
 man/mq_create_broker.Rd                               |   57 
 man/mq_create_configuration.Rd                        |   33 
 man/mq_create_tags.Rd                                 |    3 
 man/mq_create_user.Rd                                 |   16 
 man/mq_delete_broker.Rd                               |    6 
 man/mq_delete_tags.Rd                                 |    3 
 man/mq_delete_user.Rd                                 |    7 
 man/mq_describe_broker.Rd                             |  118 +
 man/mq_describe_broker_engine_types.Rd                |   23 
 man/mq_describe_broker_instance_options.Rd            |   31 
 man/mq_describe_configuration.Rd                      |   25 
 man/mq_describe_configuration_revision.Rd             |   14 
 man/mq_describe_user.Rd                               |   22 
 man/mq_list_brokers.Rd                                |   26 
 man/mq_list_configuration_revisions.Rd                |   23 
 man/mq_list_configurations.Rd                         |   37 
 man/mq_list_tags.Rd                                   |    8 
 man/mq_list_users.Rd                                  |   20 
 man/mq_reboot_broker.Rd                               |    3 
 man/mq_update_broker.Rd                               |   55 
 man/mq_update_configuration.Rd                        |   25 
 man/mq_update_user.Rd                                 |   16 
 man/sfn_create_activity.Rd                            |   38 
 man/sfn_create_state_machine.Rd                       |   34 
 man/sfn_delete_activity.Rd                            |    3 
 man/sfn_delete_state_machine.Rd                       |    5 
 man/sfn_describe_activity.Rd                          |   10 
 man/sfn_describe_execution.Rd                         |   24 
 man/sfn_describe_state_machine.Rd                     |   28 
 man/sfn_describe_state_machine_for_execution.Rd       |   26 
 man/sfn_get_activity_task.Rd                          |   14 
 man/sfn_get_execution_history.Rd                      |  186 ++
 man/sfn_list_activities.Rd                            |   15 
 man/sfn_list_executions.Rd                            |   20 
 man/sfn_list_state_machines.Rd                        |   16 
 man/sfn_list_tags_for_resource.Rd                     |   11 
 man/sfn_send_task_failure.Rd                          |    3 
 man/sfn_send_task_heartbeat.Rd                        |    8 
 man/sfn_send_task_success.Rd                          |    3 
 man/sfn_start_execution.Rd                            |   32 
 man/sfn_start_sync_execution.Rd                       |   34 
 man/sfn_stop_execution.Rd                             |    8 
 man/sfn_tag_resource.Rd                               |    3 
 man/sfn_untag_resource.Rd                             |    3 
 man/sfn_update_state_machine.Rd                       |   17 
 man/sns_add_permission.Rd                             |    6 
 man/sns_check_if_phone_number_is_opted_out.Rd         |    8 
 man/sns_confirm_subscription.Rd                       |   18 
 man/sns_create_platform_application.Rd                |   14 
 man/sns_create_platform_endpoint.Rd                   |   32 
 man/sns_create_topic.Rd                               |   15 
 man/sns_delete_endpoint.Rd                            |    3 
 man/sns_delete_platform_application.Rd                |    3 
 man/sns_delete_topic.Rd                               |    3 
 man/sns_get_endpoint_attributes.Rd                    |    8 
 man/sns_get_platform_application_attributes.Rd        |    8 
 man/sns_get_sms_attributes.Rd                         |   13 
 man/sns_get_subscription_attributes.Rd                |    8 
 man/sns_get_topic_attributes.Rd                       |    8 
 man/sns_list_endpoints_by_platform_application.Rd     |   30 
 man/sns_list_phone_numbers_opted_out.Rd               |   29 
 man/sns_list_platform_applications.Rd                 |   30 
 man/sns_list_subscriptions.Rd                         |   21 
 man/sns_list_subscriptions_by_topic.Rd                |   24 
 man/sns_list_tags_for_resource.Rd                     |   11 
 man/sns_list_topics.Rd                                |   17 
 man/sns_opt_in_phone_number.Rd                        |    3 
 man/sns_publish.Rd                                    |   36 
 man/sns_remove_permission.Rd                          |    3 
 man/sns_set_endpoint_attributes.Rd                    |    3 
 man/sns_set_platform_application_attributes.Rd        |    3 
 man/sns_set_sms_attributes.Rd                         |   10 
 man/sns_set_subscription_attributes.Rd                |    3 
 man/sns_set_topic_attributes.Rd                       |   12 
 man/sns_subscribe.Rd                                  |   29 
 man/sns_tag_resource.Rd                               |    3 
 man/sns_unsubscribe.Rd                                |   14 
 man/sns_untag_resource.Rd                             |    3 
 man/sqs_add_permission.Rd                             |   31 
 man/sqs_change_message_visibility.Rd                  |   16 
 man/sqs_change_message_visibility_batch.Rd            |   32 
 man/sqs_create_queue.Rd                               |   34 
 man/sqs_delete_message.Rd                             |    9 
 man/sqs_delete_message_batch.Rd                       |   26 
 man/sqs_delete_queue.Rd                               |   12 
 man/sqs_get_queue_attributes.Rd                       |   12 
 man/sqs_get_queue_url.Rd                              |    8 
 man/sqs_list_dead_letter_source_queues.Rd             |   27 
 man/sqs_list_queue_tags.Rd                            |    8 
 man/sqs_list_queues.Rd                                |    9 
 man/sqs_purge_queue.Rd                                |   21 
 man/sqs_receive_message.Rd                            |  123 +
 man/sqs_remove_permission.Rd                          |   11 
 man/sqs_send_message.Rd                               |   35 
 man/sqs_send_message_batch.Rd                         |   33 
 man/sqs_set_queue_attributes.Rd                       |   19 
 man/sqs_tag_queue.Rd                                  |    3 
 man/sqs_untag_queue.Rd                                |    3 
 man/swf_count_closed_workflow_executions.Rd           |    7 
 man/swf_count_open_workflow_executions.Rd             |    7 
 man/swf_count_pending_activity_tasks.Rd               |    7 
 man/swf_count_pending_decision_tasks.Rd               |    7 
 man/swf_deprecate_activity_type.Rd                    |    3 
 man/swf_deprecate_domain.Rd                           |    3 
 man/swf_deprecate_workflow_type.Rd                    |    3 
 man/swf_describe_activity_type.Rd                     |   29 
 man/swf_describe_domain.Rd                            |   14 
 man/swf_describe_workflow_execution.Rd                |   52 
 man/swf_describe_workflow_type.Rd                     |   29 
 man/swf_get_workflow_execution_history.Rd             |  424 +++++
 man/swf_list_activity_types.Rd                        |   22 
 man/swf_list_closed_workflow_executions.Rd            |   34 
 man/swf_list_domains.Rd                               |   14 
 man/swf_list_open_workflow_executions.Rd              |   34 
 man/swf_list_tags_for_resource.Rd                     |   11 
 man/swf_list_workflow_types.Rd                        |   22 
 man/swf_poll_for_activity_task.Rd                     |   19 
 man/swf_poll_for_decision_task.Rd                     |  454 +++++
 man/swf_record_activity_task_heartbeat.Rd             |   18 
 man/swf_register_activity_type.Rd                     |   22 
 man/swf_register_domain.Rd                            |    5 
 man/swf_register_workflow_type.Rd                     |   30 
 man/swf_request_cancel_workflow_execution.Rd          |    6 
 man/swf_respond_activity_task_canceled.Rd             |   14 
 man/swf_respond_activity_task_completed.Rd            |   19 
 man/swf_respond_activity_task_failed.Rd               |    6 
 man/swf_respond_decision_task_completed.Rd            |   16 
 man/swf_signal_workflow_execution.Rd                  |    3 
 man/swf_start_workflow_execution.Rd                   |   26 
 man/swf_tag_resource.Rd                               |    3 
 man/swf_terminate_workflow_execution.Rd               |   11 
 man/swf_undeprecate_activity_type.Rd                  |    3 
 man/swf_undeprecate_domain.Rd                         |    3 
 man/swf_undeprecate_workflow_type.Rd                  |    3 
 man/swf_untag_resource.Rd                             |    3 
 tests/testthat/test_eventbridge.R                     |    2 
 tests/testthat/test_mq.R                              |    2 
 tests/testthat/test_sfn.R                             |    2 
 tests/testthat/test_sns.R                             |    2 
 tests/testthat/test_sqs.R                             |    2 
 tests/testthat/test_swf.R                             |    2 
 192 files changed, 7614 insertions(+), 1094 deletions(-)

More information about paws.application.integration at CRAN
Permanent link

Package CTD updated to version 1.0.0 with previous version 0.99.8 dated 2020-10-16

Title: A Method for 'Connecting The Dots' in Weighted Graphs
Description: A method for pattern discovery in weighted graphs as outlined in Thistlethwaite et al. (2021) <doi:10.1371/journal.pcbi.1008550>. Two use cases are achieved: 1) Given a weighted graph and a subset of its nodes, do the nodes show significant connectedness? 2) Given a weighted graph and two subsets of its nodes, are the subsets close neighbors or distant?
Author: Lillian Thistlethwaite [aut, cre]
Maintainer: Lillian Thistlethwaite <lillian.thistlethwaite@gmail.com>

Diff between CTD versions 0.99.8 dated 2020-10-16 and 1.0.0 dated 2021-03-09

 DESCRIPTION                   |   16 +++++++---------
 MD5                           |   15 ++++++++-------
 R/data.Miller2015.r           |    2 +-
 R/data.Wangler2017.r          |    3 +--
 README.md                     |    6 +++++-
 inst/CITATION                 |only
 inst/doc/CTD_Lab-Exercise.pdf |binary
 man/Miller2015.Rd             |    2 +-
 man/Wangler2017.Rd            |    3 +--
 9 files changed, 24 insertions(+), 23 deletions(-)

More information about CTD at CRAN
Permanent link

Package UCSCXenaTools updated to version 1.4.2 with previous version 1.4.0 dated 2021-01-19

Title: Download and Explore Datasets from UCSC Xena Data Hubs
Description: Download and explore datasets from UCSC Xena data hubs, which are a collection of UCSC-hosted public databases such as TCGA, ICGC, TARGET, GTEx, CCLE, and others. Databases are normalized so they can be combined, linked, filtered, explored and downloaded.
Author: Shixiang Wang [aut, cre] (<https://orcid.org/0000-0001-9855-7357>), Xue-Song Liu [aut] (<https://orcid.org/0000-0002-7736-0077>), Martin Morgan [ctb], Christine Stawitz [rev] (Christine reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>), Carl Ganz [rev] (Carl reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>)
Maintainer: Shixiang Wang <w_shixiang@163.com>

Diff between UCSCXenaTools versions 1.4.0 dated 2021-01-19 and 1.4.2 dated 2021-03-09

 DESCRIPTION                 |    6 +++---
 MD5                         |   16 ++++++++--------
 NEWS.md                     |    4 ++++
 R/XenaHub-class.R           |   12 ++++++------
 README.md                   |    6 ++----
 data/XenaData.rda           |binary
 inst/doc/USCSXenaTools.Rmd  |    1 -
 inst/doc/USCSXenaTools.html |    9 ++++-----
 vignettes/USCSXenaTools.Rmd |    1 -
 9 files changed, 27 insertions(+), 28 deletions(-)

More information about UCSCXenaTools at CRAN
Permanent link

Package paws.security.identity updated to version 0.1.11 with previous version 0.1.10 dated 2021-01-17

Title: Amazon Web Services Security, Identity, & Compliance Services
Description: Interface to Amazon Web Services security, identity, and compliance services, 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.10 dated 2021-01-17 and 0.1.11 dated 2021-03-09

 DESCRIPTION                                                         |    6 
 MD5                                                                 | 1990 +++---
 R/acm_operations.R                                                  |  245 
 R/acmpca_operations.R                                               |  609 +-
 R/clouddirectory_operations.R                                       | 1107 +++
 R/clouddirectory_service.R                                          |    2 
 R/cloudhsm_operations.R                                             |  265 
 R/cloudhsmv2_operations.R                                           |  477 +
 R/cognitoidentity_operations.R                                      |  331 +
 R/cognitoidentityprovider_operations.R                              | 2038 ++++++
 R/cognitosync_operations.R                                          |  337 +
 R/directoryservice_operations.R                                     |  788 ++
 R/fms_operations.R                                                  |  571 +
 R/guardduty_operations.R                                            |  889 ++
 R/iam_operations.R                                                  | 3006 ++++++++--
 R/inspector_operations.R                                            |  658 ++
 R/inspector_service.R                                               |    2 
 R/kms_operations.R                                                  | 1617 +++--
 R/kms_service.R                                                     |   10 
 R/macie_operations.R                                                |   88 
 R/ram_operations.R                                                  |  486 +
 R/secretsmanager_operations.R                                       |  481 +
 R/secretsmanager_service.R                                          |    4 
 R/securityhub_operations.R                                          | 2828 +++++++++
 R/securityhub_service.R                                             |   33 
 R/shield_operations.R                                               |  454 +
 R/sts_operations.R                                                  |  488 +
 R/sts_service.R                                                     |    2 
 R/waf_operations.R                                                  | 2140 +++++--
 R/wafregional_operations.R                                          | 2223 +++++--
 man/acm_add_tags_to_certificate.Rd                                  |   11 
 man/acm_delete_certificate.Rd                                       |   10 
 man/acm_describe_certificate.Rd                                     |   97 
 man/acm_export_certificate.Rd                                       |    8 
 man/acm_get_certificate.Rd                                          |    7 
 man/acm_import_certificate.Rd                                       |   10 
 man/acm_list_certificates.Rd                                        |   12 
 man/acm_list_tags_for_certificate.Rd                                |   18 
 man/acm_remove_tags_from_certificate.Rd                             |   11 
 man/acm_renew_certificate.Rd                                        |    3 
 man/acm_request_certificate.Rd                                      |   23 
 man/acm_resend_validation_email.Rd                                  |   12 
 man/acm_update_certificate_options.Rd                               |    5 
 man/acmpca_create_certificate_authority.Rd                          |    6 
 man/acmpca_create_certificate_authority_audit_report.Rd             |   17 
 man/acmpca_create_permission.Rd                                     |   22 
 man/acmpca_delete_certificate_authority.Rd                          |   17 
 man/acmpca_delete_permission.Rd                                     |   18 
 man/acmpca_delete_policy.Rd                                         |   11 
 man/acmpca_describe_certificate_authority.Rd                        |  112 
 man/acmpca_describe_certificate_authority_audit_report.Rd           |   24 
 man/acmpca_get_certificate.Rd                                       |   24 
 man/acmpca_get_certificate_authority_certificate.Rd                 |    9 
 man/acmpca_get_certificate_authority_csr.Rd                         |   14 
 man/acmpca_get_policy.Rd                                            |   11 
 man/acmpca_import_certificate_authority_certificate.Rd              |   11 
 man/acmpca_issue_certificate.Rd                                     |   31 
 man/acmpca_list_certificate_authorities.Rd                          |  113 
 man/acmpca_list_permissions.Rd                                      |   35 
 man/acmpca_list_tags.Rd                                             |   22 
 man/acmpca_put_policy.Rd                                            |   16 
 man/acmpca_restore_certificate_authority.Rd                         |   18 
 man/acmpca_revoke_certificate.Rd                                    |   20 
 man/acmpca_tag_certificate_authority.Rd                             |   14 
 man/acmpca_untag_certificate_authority.Rd                           |   14 
 man/acmpca_update_certificate_authority.Rd                          |    5 
 man/clouddirectory.Rd                                               |    2 
 man/clouddirectory_add_facet_to_object.Rd                           |    3 
 man/clouddirectory_apply_schema.Rd                                  |    7 
 man/clouddirectory_attach_object.Rd                                 |    6 
 man/clouddirectory_attach_policy.Rd                                 |    3 
 man/clouddirectory_attach_to_index.Rd                               |    6 
 man/clouddirectory_attach_typed_link.Rd                             |   31 
 man/clouddirectory_batch_read.Rd                                    |  252 
 man/clouddirectory_batch_write.Rd                                   |   65 
 man/clouddirectory_create_directory.Rd                              |    9 
 man/clouddirectory_create_facet.Rd                                  |   12 
 man/clouddirectory_create_index.Rd                                  |    6 
 man/clouddirectory_create_object.Rd                                 |    6 
 man/clouddirectory_create_schema.Rd                                 |    6 
 man/clouddirectory_create_typed_link_facet.Rd                       |    3 
 man/clouddirectory_delete_directory.Rd                              |    6 
 man/clouddirectory_delete_facet.Rd                                  |    3 
 man/clouddirectory_delete_object.Rd                                 |    3 
 man/clouddirectory_delete_schema.Rd                                 |    6 
 man/clouddirectory_delete_typed_link_facet.Rd                       |    3 
 man/clouddirectory_detach_from_index.Rd                             |    6 
 man/clouddirectory_detach_object.Rd                                 |    6 
 man/clouddirectory_detach_policy.Rd                                 |    3 
 man/clouddirectory_detach_typed_link.Rd                             |    3 
 man/clouddirectory_disable_directory.Rd                             |    6 
 man/clouddirectory_enable_directory.Rd                              |    6 
 man/clouddirectory_get_applied_schema_version.Rd                    |    6 
 man/clouddirectory_get_directory.Rd                                 |   13 
 man/clouddirectory_get_facet.Rd                                     |   10 
 man/clouddirectory_get_link_attributes.Rd                           |   23 
 man/clouddirectory_get_object_attributes.Rd                         |   23 
 man/clouddirectory_get_object_information.Rd                        |   12 
 man/clouddirectory_get_schema_as_json.Rd                            |    7 
 man/clouddirectory_get_typed_link_facet_information.Rd              |    8 
 man/clouddirectory_list_applied_schema_arns.Rd                      |   15 
 man/clouddirectory_list_attached_indices.Rd                         |   29 
 man/clouddirectory_list_development_schema_arns.Rd                  |    9 
 man/clouddirectory_list_directories.Rd                              |   16 
 man/clouddirectory_list_facet_attributes.Rd                         |   37 
 man/clouddirectory_list_facet_names.Rd                              |    9 
 man/clouddirectory_list_incoming_typed_links.Rd                     |   34 
 man/clouddirectory_list_index.Rd                                    |   29 
 man/clouddirectory_list_managed_schema_arns.Rd                      |    9 
 man/clouddirectory_list_object_attributes.Rd                        |   24 
 man/clouddirectory_list_object_children.Rd                          |    9 
 man/clouddirectory_list_object_parent_paths.Rd                      |   14 
 man/clouddirectory_list_object_parents.Rd                           |   15 
 man/clouddirectory_list_object_policies.Rd                          |    9 
 man/clouddirectory_list_outgoing_typed_links.Rd                     |   34 
 man/clouddirectory_list_policy_attachments.Rd                       |    9 
 man/clouddirectory_list_published_schema_arns.Rd                    |   15 
 man/clouddirectory_list_tags_for_resource.Rd                        |   12 
 man/clouddirectory_list_typed_link_facet_attributes.Rd              |   31 
 man/clouddirectory_list_typed_link_facet_names.Rd                   |    9 
 man/clouddirectory_lookup_policy.Rd                                 |   18 
 man/clouddirectory_publish_schema.Rd                                |    6 
 man/clouddirectory_put_schema_from_json.Rd                          |    6 
 man/clouddirectory_remove_facet_from_object.Rd                      |    3 
 man/clouddirectory_tag_resource.Rd                                  |    3 
 man/clouddirectory_untag_resource.Rd                                |    3 
 man/clouddirectory_update_facet.Rd                                  |    5 
 man/clouddirectory_update_link_attributes.Rd                        |    3 
 man/clouddirectory_update_object_attributes.Rd                      |    6 
 man/clouddirectory_update_schema.Rd                                 |    6 
 man/clouddirectory_update_typed_link_facet.Rd                       |    3 
 man/clouddirectory_upgrade_applied_schema.Rd                        |    7 
 man/clouddirectory_upgrade_published_schema.Rd                      |    6 
 man/cloudhsm_add_tags_to_resource.Rd                                |    6 
 man/cloudhsm_create_hapg.Rd                                         |    6 
 man/cloudhsm_create_hsm.Rd                                          |   20 
 man/cloudhsm_create_luna_client.Rd                                  |    6 
 man/cloudhsm_delete_hapg.Rd                                         |    6 
 man/cloudhsm_delete_hsm.Rd                                          |    6 
 man/cloudhsm_delete_luna_client.Rd                                  |    6 
 man/cloudhsm_describe_hapg.Rd                                       |   22 
 man/cloudhsm_describe_hsm.Rd                                        |   28 
 man/cloudhsm_describe_luna_client.Rd                                |   10 
 man/cloudhsm_get_config.Rd                                          |    8 
 man/cloudhsm_list_available_zones.Rd                                |    8 
 man/cloudhsm_list_hapgs.Rd                                          |   18 
 man/cloudhsm_list_hsms.Rd                                           |   17 
 man/cloudhsm_list_luna_clients.Rd                                   |   17 
 man/cloudhsm_list_tags_for_resource.Rd                              |   11 
 man/cloudhsm_modify_hapg.Rd                                         |    6 
 man/cloudhsm_modify_hsm.Rd                                          |    6 
 man/cloudhsm_modify_luna_client.Rd                                  |    6 
 man/cloudhsm_remove_tags_from_resource.Rd                           |   12 
 man/cloudhsmv2_copy_backup_to_region.Rd                             |   13 
 man/cloudhsmv2_create_cluster.Rd                                    |   54 
 man/cloudhsmv2_create_hsm.Rd                                        |   20 
 man/cloudhsmv2_delete_backup.Rd                                     |   33 
 man/cloudhsmv2_delete_cluster.Rd                                    |   58 
 man/cloudhsmv2_delete_hsm.Rd                                        |    9 
 man/cloudhsmv2_describe_backups.Rd                                  |   42 
 man/cloudhsmv2_describe_clusters.Rd                                 |   61 
 man/cloudhsmv2_initialize_cluster.Rd                                |   11 
 man/cloudhsmv2_list_tags.Rd                                         |   21 
 man/cloudhsmv2_modify_backup_attributes.Rd                          |   31 
 man/cloudhsmv2_modify_cluster.Rd                                    |   53 
 man/cloudhsmv2_restore_backup.Rd                                    |   33 
 man/cloudhsmv2_tag_resource.Rd                                      |    6 
 man/cloudhsmv2_untag_resource.Rd                                    |    6 
 man/cognitoidentity_create_identity_pool.Rd                         |   29 
 man/cognitoidentity_delete_identities.Rd                            |   11 
 man/cognitoidentity_delete_identity_pool.Rd                         |    3 
 man/cognitoidentity_describe_identity.Rd                            |   15 
 man/cognitoidentity_describe_identity_pool.Rd                       |   29 
 man/cognitoidentity_get_credentials_for_identity.Rd                 |   18 
 man/cognitoidentity_get_id.Rd                                       |   11 
 man/cognitoidentity_get_identity_pool_roles.Rd                      |   25 
 man/cognitoidentity_get_open_id_token.Rd                            |   14 
 man/cognitoidentity_get_open_id_token_for_developer_identity.Rd     |   24 
 man/cognitoidentity_list_identities.Rd                              |   21 
 man/cognitoidentity_list_identity_pools.Rd                          |   12 
 man/cognitoidentity_list_tags_for_resource.Rd                       |    8 
 man/cognitoidentity_lookup_developer_identity.Rd                    |   23 
 man/cognitoidentity_merge_developer_identities.Rd                   |    8 
 man/cognitoidentity_set_identity_pool_roles.Rd                      |    9 
 man/cognitoidentity_tag_resource.Rd                                 |    3 
 man/cognitoidentity_unlink_developer_identity.Rd                    |    3 
 man/cognitoidentity_unlink_identity.Rd                              |    3 
 man/cognitoidentity_untag_resource.Rd                               |    3 
 man/cognitoidentity_update_identity_pool.Rd                         |   29 
 man/cognitoidentityprovider_add_custom_attributes.Rd                |    3 
 man/cognitoidentityprovider_admin_add_user_to_group.Rd              |    3 
 man/cognitoidentityprovider_admin_confirm_sign_up.Rd                |    3 
 man/cognitoidentityprovider_admin_create_user.Rd                    |   59 
 man/cognitoidentityprovider_admin_delete_user.Rd                    |    3 
 man/cognitoidentityprovider_admin_delete_user_attributes.Rd         |    3 
 man/cognitoidentityprovider_admin_disable_provider_for_user.Rd      |   15 
 man/cognitoidentityprovider_admin_disable_user.Rd                   |    3 
 man/cognitoidentityprovider_admin_enable_user.Rd                    |    3 
 man/cognitoidentityprovider_admin_forget_device.Rd                  |    3 
 man/cognitoidentityprovider_admin_get_device.Rd                     |   23 
 man/cognitoidentityprovider_admin_get_user.Rd                       |   30 
 man/cognitoidentityprovider_admin_initiate_auth.Rd                  |   24 
 man/cognitoidentityprovider_admin_link_provider_for_user.Rd         |    3 
 man/cognitoidentityprovider_admin_list_devices.Rd                   |   26 
 man/cognitoidentityprovider_admin_list_groups_for_user.Rd           |   21 
 man/cognitoidentityprovider_admin_list_user_auth_events.Rd          |   41 
 man/cognitoidentityprovider_admin_remove_user_from_group.Rd         |    3 
 man/cognitoidentityprovider_admin_reset_user_password.Rd            |    3 
 man/cognitoidentityprovider_admin_respond_to_auth_challenge.Rd      |   47 
 man/cognitoidentityprovider_admin_set_user_mfa_preference.Rd        |    3 
 man/cognitoidentityprovider_admin_set_user_password.Rd              |    3 
 man/cognitoidentityprovider_admin_set_user_settings.Rd              |    5 
 man/cognitoidentityprovider_admin_update_auth_event_feedback.Rd     |    3 
 man/cognitoidentityprovider_admin_update_device_status.Rd           |    3 
 man/cognitoidentityprovider_admin_update_user_attributes.Rd         |    3 
 man/cognitoidentityprovider_admin_user_global_sign_out.Rd           |    3 
 man/cognitoidentityprovider_associate_software_token.Rd             |    7 
 man/cognitoidentityprovider_change_password.Rd                      |    3 
 man/cognitoidentityprovider_confirm_device.Rd                       |    6 
 man/cognitoidentityprovider_confirm_forgot_password.Rd              |    8 
 man/cognitoidentityprovider_confirm_sign_up.Rd                      |    5 
 man/cognitoidentityprovider_create_group.Rd                         |   18 
 man/cognitoidentityprovider_create_identity_provider.Rd             |   75 
 man/cognitoidentityprovider_create_resource_server.Rd               |   16 
 man/cognitoidentityprovider_create_user_import_job.Rd               |   26 
 man/cognitoidentityprovider_create_user_pool.Rd                     |  144 
 man/cognitoidentityprovider_create_user_pool_client.Rd              |   61 
 man/cognitoidentityprovider_create_user_pool_domain.Rd              |    6 
 man/cognitoidentityprovider_delete_group.Rd                         |    3 
 man/cognitoidentityprovider_delete_identity_provider.Rd             |    3 
 man/cognitoidentityprovider_delete_resource_server.Rd               |    3 
 man/cognitoidentityprovider_delete_user.Rd                          |    3 
 man/cognitoidentityprovider_delete_user_attributes.Rd               |    3 
 man/cognitoidentityprovider_delete_user_pool.Rd                     |    3 
 man/cognitoidentityprovider_delete_user_pool_client.Rd              |    3 
 man/cognitoidentityprovider_delete_user_pool_domain.Rd              |    3 
 man/cognitoidentityprovider_describe_identity_provider.Rd           |   25 
 man/cognitoidentityprovider_describe_resource_server.Rd             |   16 
 man/cognitoidentityprovider_describe_risk_configuration.Rd          |   64 
 man/cognitoidentityprovider_describe_user_import_job.Rd             |   26 
 man/cognitoidentityprovider_describe_user_pool.Rd                   |  133 
 man/cognitoidentityprovider_describe_user_pool_client.Rd            |   59 
 man/cognitoidentityprovider_describe_user_pool_domain.Rd            |   17 
 man/cognitoidentityprovider_forget_device.Rd                        |    3 
 man/cognitoidentityprovider_forgot_password.Rd                      |   14 
 man/cognitoidentityprovider_get_csv_header.Rd                       |    9 
 man/cognitoidentityprovider_get_device.Rd                           |   23 
 man/cognitoidentityprovider_get_group.Rd                            |   18 
 man/cognitoidentityprovider_get_identity_provider_by_identifier.Rd  |   25 
 man/cognitoidentityprovider_get_signing_certificate.Rd              |    6 
 man/cognitoidentityprovider_get_ui_customization.Rd                 |   18 
 man/cognitoidentityprovider_get_user.Rd                             |   22 
 man/cognitoidentityprovider_get_user_attribute_verification_code.Rd |   10 
 man/cognitoidentityprovider_get_user_pool_mfa_config.Rd             |   16 
 man/cognitoidentityprovider_global_sign_out.Rd                      |    3 
 man/cognitoidentityprovider_initiate_auth.Rd                        |   23 
 man/cognitoidentityprovider_list_devices.Rd                         |   26 
 man/cognitoidentityprovider_list_groups.Rd                          |   21 
 man/cognitoidentityprovider_list_identity_providers.Rd              |   18 
 man/cognitoidentityprovider_list_resource_servers.Rd                |   19 
 man/cognitoidentityprovider_list_tags_for_resource.Rd               |    8 
 man/cognitoidentityprovider_list_user_import_jobs.Rd                |   33 
 man/cognitoidentityprovider_list_user_pool_clients.Rd               |   13 
 man/cognitoidentityprovider_list_user_pools.Rd                      |   40 
 man/cognitoidentityprovider_list_users.Rd                           |   38 
 man/cognitoidentityprovider_list_users_in_group.Rd                  |   31 
 man/cognitoidentityprovider_resend_confirmation_code.Rd             |   13 
 man/cognitoidentityprovider_respond_to_auth_challenge.Rd            |   38 
 man/cognitoidentityprovider_set_risk_configuration.Rd               |   64 
 man/cognitoidentityprovider_set_ui_customization.Rd                 |   18 
 man/cognitoidentityprovider_set_user_mfa_preference.Rd              |    3 
 man/cognitoidentityprovider_set_user_pool_mfa_config.Rd             |   16 
 man/cognitoidentityprovider_set_user_settings.Rd                    |    5 
 man/cognitoidentityprovider_sign_up.Rd                              |   14 
 man/cognitoidentityprovider_start_user_import_job.Rd                |   26 
 man/cognitoidentityprovider_stop_user_import_job.Rd                 |   26 
 man/cognitoidentityprovider_tag_resource.Rd                         |    3 
 man/cognitoidentityprovider_untag_resource.Rd                       |    3 
 man/cognitoidentityprovider_update_auth_event_feedback.Rd           |    3 
 man/cognitoidentityprovider_update_device_status.Rd                 |    3 
 man/cognitoidentityprovider_update_group.Rd                         |   21 
 man/cognitoidentityprovider_update_identity_provider.Rd             |   25 
 man/cognitoidentityprovider_update_resource_server.Rd               |   16 
 man/cognitoidentityprovider_update_user_attributes.Rd               |   12 
 man/cognitoidentityprovider_update_user_pool.Rd                     |   12 
 man/cognitoidentityprovider_update_user_pool_client.Rd              |   63 
 man/cognitoidentityprovider_update_user_pool_domain.Rd              |    6 
 man/cognitoidentityprovider_verify_software_token.Rd                |    7 
 man/cognitoidentityprovider_verify_user_attribute.Rd                |    3 
 man/cognitosync_bulk_publish.Rd                                     |   10 
 man/cognitosync_delete_dataset.Rd                                   |   29 
 man/cognitosync_describe_dataset.Rd                                 |   29 
 man/cognitosync_describe_identity_pool_usage.Rd                     |   17 
 man/cognitosync_describe_identity_usage.Rd                          |   22 
 man/cognitosync_get_bulk_publish_details.Rd                         |   18 
 man/cognitosync_get_cognito_events.Rd                               |    8 
 man/cognitosync_get_identity_pool_configuration.Rd                  |   17 
 man/cognitosync_list_datasets.Rd                                    |   30 
 man/cognitosync_list_identity_pool_usage.Rd                         |   18 
 man/cognitosync_list_records.Rd                                     |   42 
 man/cognitosync_register_device.Rd                                  |    8 
 man/cognitosync_set_cognito_events.Rd                               |    3 
 man/cognitosync_set_identity_pool_configuration.Rd                  |   17 
 man/cognitosync_subscribe_to_dataset.Rd                             |    3 
 man/cognitosync_unsubscribe_from_dataset.Rd                         |    3 
 man/cognitosync_update_records.Rd                                   |   39 
 man/directoryservice_accept_shared_directory.Rd                     |   20 
 man/directoryservice_add_ip_routes.Rd                               |    3 
 man/directoryservice_add_region.Rd                                  |    3 
 man/directoryservice_add_tags_to_resource.Rd                        |    3 
 man/directoryservice_cancel_schema_extension.Rd                     |    3 
 man/directoryservice_connect_directory.Rd                           |   16 
 man/directoryservice_create_alias.Rd                                |    9 
 man/directoryservice_create_computer.Rd                             |   15 
 man/directoryservice_create_conditional_forwarder.Rd                |    3 
 man/directoryservice_create_directory.Rd                            |   26 
 man/directoryservice_create_log_subscription.Rd                     |    3 
 man/directoryservice_create_microsoft_ad.Rd                         |   14 
 man/directoryservice_create_snapshot.Rd                             |    6 
 man/directoryservice_create_trust.Rd                                |    6 
 man/directoryservice_delete_conditional_forwarder.Rd                |    3 
 man/directoryservice_delete_directory.Rd                            |   15 
 man/directoryservice_delete_log_subscription.Rd                     |    3 
 man/directoryservice_delete_snapshot.Rd                             |    6 
 man/directoryservice_delete_trust.Rd                                |    6 
 man/directoryservice_deregister_certificate.Rd                      |    3 
 man/directoryservice_deregister_event_topic.Rd                      |    3 
 man/directoryservice_describe_certificate.Rd                        |   21 
 man/directoryservice_describe_conditional_forwarders.Rd             |   14 
 man/directoryservice_describe_directories.Rd                        |  116 
 man/directoryservice_describe_domain_controllers.Rd                 |   27 
 man/directoryservice_describe_event_topics.Rd                       |   16 
 man/directoryservice_describe_ldaps_settings.Rd                     |   15 
 man/directoryservice_describe_regions.Rd                            |   33 
 man/directoryservice_describe_shared_directories.Rd                 |   27 
 man/directoryservice_describe_snapshots.Rd                          |   25 
 man/directoryservice_describe_trusts.Rd                             |   30 
 man/directoryservice_disable_client_authentication.Rd               |    3 
 man/directoryservice_disable_ldaps.Rd                               |    3 
 man/directoryservice_disable_radius.Rd                              |    3 
 man/directoryservice_disable_sso.Rd                                 |    3 
 man/directoryservice_enable_client_authentication.Rd                |    3 
 man/directoryservice_enable_ldaps.Rd                                |    3 
 man/directoryservice_enable_radius.Rd                               |    3 
 man/directoryservice_enable_sso.Rd                                  |    3 
 man/directoryservice_get_directory_limits.Rd                        |   16 
 man/directoryservice_get_snapshot_limits.Rd                         |   10 
 man/directoryservice_list_certificates.Rd                           |   17 
 man/directoryservice_list_ip_routes.Rd                              |   23 
 man/directoryservice_list_log_subscriptions.Rd                      |   15 
 man/directoryservice_list_schema_extensions.Rd                      |   24 
 man/directoryservice_list_tags_for_resource.Rd                      |   12 
 man/directoryservice_register_certificate.Rd                        |    6 
 man/directoryservice_register_event_topic.Rd                        |    3 
 man/directoryservice_reject_shared_directory.Rd                     |    6 
 man/directoryservice_remove_ip_routes.Rd                            |    3 
 man/directoryservice_remove_region.Rd                               |    6 
 man/directoryservice_remove_tags_from_resource.Rd                   |    3 
 man/directoryservice_reset_user_password.Rd                         |    3 
 man/directoryservice_restore_from_snapshot.Rd                       |    6 
 man/directoryservice_share_directory.Rd                             |    6 
 man/directoryservice_start_schema_extension.Rd                      |    8 
 man/directoryservice_unshare_directory.Rd                           |    6 
 man/directoryservice_update_conditional_forwarder.Rd                |    3 
 man/directoryservice_update_number_of_domain_controllers.Rd         |    3 
 man/directoryservice_update_radius.Rd                               |    3 
 man/directoryservice_update_trust.Rd                                |    7 
 man/directoryservice_verify_trust.Rd                                |    6 
 man/fms_associate_admin_account.Rd                                  |    3 
 man/fms_delete_apps_list.Rd                                         |    7 
 man/fms_delete_notification_channel.Rd                              |    3 
 man/fms_delete_policy.Rd                                            |    6 
 man/fms_delete_protocols_list.Rd                                    |    6 
 man/fms_disassociate_admin_account.Rd                               |    6 
 man/fms_get_admin_account.Rd                                        |    7 
 man/fms_get_apps_list.Rd                                            |   33 
 man/fms_get_compliance_detail.Rd                                    |   27 
 man/fms_get_notification_channel.Rd                                 |    7 
 man/fms_get_policy.Rd                                               |   37 
 man/fms_get_protection_status.Rd                                    |   14 
 man/fms_get_protocols_list.Rd                                       |   25 
 man/fms_get_violation_details.Rd                                    |  136 
 man/fms_list_apps_lists.Rd                                          |   20 
 man/fms_list_compliance_status.Rd                                   |   33 
 man/fms_list_member_accounts.Rd                                     |   13 
 man/fms_list_policies.Rd                                            |   23 
 man/fms_list_protocols_lists.Rd                                     |   16 
 man/fms_list_tags_for_resource.Rd                                   |   11 
 man/fms_put_apps_list.Rd                                            |   33 
 man/fms_put_notification_channel.Rd                                 |    3 
 man/fms_put_policy.Rd                                               |   37 
 man/fms_put_protocols_list.Rd                                       |   25 
 man/fms_tag_resource.Rd                                             |    3 
 man/fms_untag_resource.Rd                                           |    3 
 man/guardduty_accept_invitation.Rd                                  |    3 
 man/guardduty_archive_findings.Rd                                   |    3 
 man/guardduty_create_detector.Rd                                    |    6 
 man/guardduty_create_filter.Rd                                      |    8 
 man/guardduty_create_ip_set.Rd                                      |    8 
 man/guardduty_create_members.Rd                                     |   11 
 man/guardduty_create_publishing_destination.Rd                      |    6 
 man/guardduty_create_sample_findings.Rd                             |    3 
 man/guardduty_create_threat_intel_set.Rd                            |    6 
 man/guardduty_decline_invitations.Rd                                |   11 
 man/guardduty_delete_detector.Rd                                    |    3 
 man/guardduty_delete_filter.Rd                                      |    3 
 man/guardduty_delete_invitations.Rd                                 |   11 
 man/guardduty_delete_ip_set.Rd                                      |    3 
 man/guardduty_delete_members.Rd                                     |   11 
 man/guardduty_delete_publishing_destination.Rd                      |    3 
 man/guardduty_delete_threat_intel_set.Rd                            |    3 
 man/guardduty_describe_organization_configuration.Rd                |   12 
 man/guardduty_describe_publishing_destination.Rd                    |   13 
 man/guardduty_disable_organization_admin_account.Rd                 |    3 
 man/guardduty_disassociate_from_master_account.Rd                   |    3 
 man/guardduty_disassociate_members.Rd                               |   11 
 man/guardduty_enable_organization_admin_account.Rd                  |    3 
 man/guardduty_get_detector.Rd                                       |   27 
 man/guardduty_get_filter.Rd                                         |   38 
 man/guardduty_get_findings.Rd                                       |  261 
 man/guardduty_get_findings_statistics.Rd                            |   10 
 man/guardduty_get_invitations_count.Rd                              |    6 
 man/guardduty_get_ip_set.Rd                                         |   12 
 man/guardduty_get_master_account.Rd                                 |   11 
 man/guardduty_get_member_detectors.Rd                               |   30 
 man/guardduty_get_members.Rd                                        |   22 
 man/guardduty_get_threat_intel_set.Rd                               |   12 
 man/guardduty_get_usage_statistics.Rd                               |   44 
 man/guardduty_invite_members.Rd                                     |   11 
 man/guardduty_list_detectors.Rd                                     |    9 
 man/guardduty_list_filters.Rd                                       |    9 
 man/guardduty_list_findings.Rd                                      |    9 
 man/guardduty_list_invitations.Rd                                   |   14 
 man/guardduty_list_ip_sets.Rd                                       |    9 
 man/guardduty_list_members.Rd                                       |   17 
 man/guardduty_list_organization_admin_accounts.Rd                   |   12 
 man/guardduty_list_publishing_destinations.Rd                       |   13 
 man/guardduty_list_tags_for_resource.Rd                             |    8 
 man/guardduty_list_threat_intel_sets.Rd                             |    9 
 man/guardduty_start_monitoring_members.Rd                           |   14 
 man/guardduty_stop_monitoring_members.Rd                            |   15 
 man/guardduty_tag_resource.Rd                                       |    3 
 man/guardduty_unarchive_findings.Rd                                 |    3 
 man/guardduty_untag_resource.Rd                                     |    3 
 man/guardduty_update_detector.Rd                                    |    3 
 man/guardduty_update_filter.Rd                                      |    6 
 man/guardduty_update_findings_feedback.Rd                           |    3 
 man/guardduty_update_ip_set.Rd                                      |    3 
 man/guardduty_update_member_detectors.Rd                            |   11 
 man/guardduty_update_organization_configuration.Rd                  |    3 
 man/guardduty_update_publishing_destination.Rd                      |    3 
 man/guardduty_update_threat_intel_set.Rd                            |    3 
 man/iam_add_client_id_to_open_id_connect_provider.Rd                |    7 
 man/iam_add_role_to_instance_profile.Rd                             |    7 
 man/iam_add_user_to_group.Rd                                        |    7 
 man/iam_attach_group_policy.Rd                                      |    8 
 man/iam_attach_role_policy.Rd                                       |   14 
 man/iam_attach_user_policy.Rd                                       |    7 
 man/iam_change_password.Rd                                          |   16 
 man/iam_create_access_key.Rd                                        |   16 
 man/iam_create_account_alias.Rd                                     |    3 
 man/iam_create_group.Rd                                             |   18 
 man/iam_create_instance_profile.Rd                                  |   50 
 man/iam_create_login_profile.Rd                                     |   22 
 man/iam_create_open_id_connect_provider.Rd                          |    9 
 man/iam_create_policy.Rd                                            |   34 
 man/iam_create_policy_version.Rd                                    |   24 
 man/iam_create_role.Rd                                              |   45 
 man/iam_create_saml_provider.Rd                                     |    8 
 man/iam_create_service_linked_role.Rd                               |   33 
 man/iam_create_service_specific_credential.Rd                       |   20 
 man/iam_create_user.Rd                                              |   31 
 man/iam_create_virtual_mfa_device.Rd                                |   47 
 man/iam_deactivate_mfa_device.Rd                                    |    5 
 man/iam_delete_access_key.Rd                                        |    5 
 man/iam_delete_account_alias.Rd                                     |    3 
 man/iam_delete_account_password_policy.Rd                           |    3 
 man/iam_delete_group.Rd                                             |    5 
 man/iam_delete_group_policy.Rd                                      |   10 
 man/iam_delete_instance_profile.Rd                                  |    5 
 man/iam_delete_login_profile.Rd                                     |    8 
 man/iam_delete_open_id_connect_provider.Rd                          |    7 
 man/iam_delete_policy.Rd                                            |   24 
 man/iam_delete_policy_version.Rd                                    |   10 
 man/iam_delete_role.Rd                                              |    5 
 man/iam_delete_role_permissions_boundary.Rd                         |    3 
 man/iam_delete_role_policy.Rd                                       |   10 
 man/iam_delete_saml_provider.Rd                                     |    3 
 man/iam_delete_server_certificate.Rd                                |    5 
 man/iam_delete_service_linked_role.Rd                               |   21 
 man/iam_delete_service_specific_credential.Rd                       |    8 
 man/iam_delete_signing_certificate.Rd                               |    5 
 man/iam_delete_ssh_public_key.Rd                                    |    5 
 man/iam_delete_user.Rd                                              |   31 
 man/iam_delete_user_permissions_boundary.Rd                         |    3 
 man/iam_delete_user_policy.Rd                                       |   10 
 man/iam_delete_virtual_mfa_device.Rd                                |    5 
 man/iam_detach_group_policy.Rd                                      |    9 
 man/iam_detach_role_policy.Rd                                       |    9 
 man/iam_detach_user_policy.Rd                                       |    9 
 man/iam_enable_mfa_device.Rd                                        |    5 
 man/iam_generate_credential_report.Rd                               |    7 
 man/iam_generate_organizations_access_report.Rd                     |   13 
 man/iam_generate_service_last_accessed_details.Rd                   |   39 
 man/iam_get_access_key_last_used.Rd                                 |   13 
 man/iam_get_account_authorization_details.Rd                        |  176 
 man/iam_get_account_password_policy.Rd                              |   17 
 man/iam_get_account_summary.Rd                                      |    8 
 man/iam_get_context_keys_for_custom_policy.Rd                       |   25 
 man/iam_get_context_keys_for_principal_policy.Rd                    |   28 
 man/iam_get_credential_report.Rd                                    |   10 
 man/iam_get_group.Rd                                                |   42 
 man/iam_get_group_policy.Rd                                         |   17 
 man/iam_get_instance_profile.Rd                                     |   46 
 man/iam_get_login_profile.Rd                                        |   14 
 man/iam_get_open_id_connect_provider.Rd                             |   19 
 man/iam_get_organizations_access_report.Rd                          |   43 
 man/iam_get_policy.Rd                                               |   34 
 man/iam_get_policy_version.Rd                                       |   20 
 man/iam_get_role.Rd                                                 |   35 
 man/iam_get_role_policy.Rd                                          |   17 
 man/iam_get_saml_provider.Rd                                        |   12 
 man/iam_get_server_certificate.Rd                                   |   23 
 man/iam_get_service_last_accessed_details.Rd                        |   79 
 man/iam_get_service_last_accessed_details_with_entities.Rd          |   49 
 man/iam_get_service_linked_role_deletion_status.Rd                  |   34 
 man/iam_get_ssh_public_key.Rd                                       |   17 
 man/iam_get_user.Rd                                                 |   29 
 man/iam_get_user_policy.Rd                                          |   17 
 man/iam_list_access_keys.Rd                                         |   19 
 man/iam_list_account_aliases.Rd                                     |   10 
 man/iam_list_attached_group_policies.Rd                             |   24 
 man/iam_list_attached_role_policies.Rd                              |   24 
 man/iam_list_attached_user_policies.Rd                              |   24 
 man/iam_list_entities_for_policy.Rd                                 |   29 
 man/iam_list_group_policies.Rd                                      |   16 
 man/iam_list_groups.Rd                                              |   22 
 man/iam_list_groups_for_user.Rd                                     |   20 
 man/iam_list_instance_profiles.Rd                                   |   52 
 man/iam_list_instance_profiles_for_role.Rd                          |   50 
 man/iam_list_mfa_devices.Rd                                         |   18 
 man/iam_list_open_id_connect_providers.Rd                           |   10 
 man/iam_list_policies.Rd                                            |   30 
 man/iam_list_policies_granting_service_access.Rd                    |  205 
 man/iam_list_policy_versions.Rd                                     |   17 
 man/iam_list_role_policies.Rd                                       |   16 
 man/iam_list_role_tags.Rd                                           |   15 
 man/iam_list_roles.Rd                                               |   41 
 man/iam_list_saml_providers.Rd                                      |   16 
 man/iam_list_server_certificates.Rd                                 |   25 
 man/iam_list_service_specific_credentials.Rd                        |   19 
 man/iam_list_signing_certificates.Rd                                |   20 
 man/iam_list_ssh_public_keys.Rd                                     |   19 
 man/iam_list_user_policies.Rd                                       |   16 
 man/iam_list_user_tags.Rd                                           |   13 
 man/iam_list_users.Rd                                               |   35 
 man/iam_list_virtual_mfa_devices.Rd                                 |   39 
 man/iam_put_group_policy.Rd                                         |   28 
 man/iam_put_role_permissions_boundary.Rd                            |    3 
 man/iam_put_role_policy.Rd                                          |   34 
 man/iam_put_user_permissions_boundary.Rd                            |    3 
 man/iam_put_user_policy.Rd                                          |   27 
 man/iam_remove_client_id_from_open_id_connect_provider.Rd           |    9 
 man/iam_remove_role_from_instance_profile.Rd                        |    7 
 man/iam_remove_user_from_group.Rd                                   |    7 
 man/iam_reset_service_specific_credential.Rd                        |   18 
 man/iam_resync_mfa_device.Rd                                        |    7 
 man/iam_set_default_policy_version.Rd                               |    6 
 man/iam_set_security_token_service_preferences.Rd                   |    5 
 man/iam_simulate_custom_policy.Rd                                   |  101 
 man/iam_simulate_principal_policy.Rd                                |  104 
 man/iam_tag_role.Rd                                                 |    8 
 man/iam_tag_user.Rd                                                 |    6 
 man/iam_untag_role.Rd                                               |    5 
 man/iam_untag_user.Rd                                               |    3 
 man/iam_update_access_key.Rd                                        |    5 
 man/iam_update_account_password_policy.Rd                           |  245 
 man/iam_update_assume_role_policy.Rd                                |   15 
 man/iam_update_group.Rd                                             |    9 
 man/iam_update_login_profile.Rd                                     |   21 
 man/iam_update_open_id_connect_provider_thumbprint.Rd               |   14 
 man/iam_update_role.Rd                                              |    3 
 man/iam_update_role_description.Rd                                  |   39 
 man/iam_update_saml_provider.Rd                                     |    6 
 man/iam_update_server_certificate.Rd                                |   11 
 man/iam_update_service_specific_credential.Rd                       |    5 
 man/iam_update_signing_certificate.Rd                               |    5 
 man/iam_update_ssh_public_key.Rd                                    |    5 
 man/iam_update_user.Rd                                              |    9 
 man/iam_upload_server_certificate.Rd                                |   56 
 man/iam_upload_signing_certificate.Rd                               |   27 
 man/iam_upload_ssh_public_key.Rd                                    |   25 
 man/inspector.Rd                                                    |    2 
 man/inspector_add_attributes_to_findings.Rd                         |   13 
 man/inspector_create_assessment_target.Rd                           |   14 
 man/inspector_create_assessment_template.Rd                         |    6 
 man/inspector_create_exclusions_preview.Rd                          |    6 
 man/inspector_create_resource_group.Rd                              |    9 
 man/inspector_delete_assessment_run.Rd                              |    5 
 man/inspector_delete_assessment_target.Rd                           |    3 
 man/inspector_delete_assessment_template.Rd                         |    5 
 man/inspector_describe_assessment_runs.Rd                           |   67 
 man/inspector_describe_assessment_targets.Rd                        |   24 
 man/inspector_describe_assessment_templates.Rd                      |   33 
 man/inspector_describe_cross_account_access_role.Rd                 |   10 
 man/inspector_describe_exclusions.Rd                                |   31 
 man/inspector_describe_findings.Rd                                  |   94 
 man/inspector_describe_resource_groups.Rd                           |   25 
 man/inspector_describe_rules_packages.Rd                            |   20 
 man/inspector_get_assessment_report.Rd                              |    7 
 man/inspector_get_exclusions_preview.Rd                             |   26 
 man/inspector_get_telemetry_metadata.Rd                             |   14 
 man/inspector_list_assessment_run_agents.Rd                         |   25 
 man/inspector_list_assessment_runs.Rd                               |    9 
 man/inspector_list_assessment_targets.Rd                            |    9 
 man/inspector_list_assessment_templates.Rd                          |    9 
 man/inspector_list_event_subscriptions.Rd                           |   25 
 man/inspector_list_exclusions.Rd                                    |    9 
 man/inspector_list_findings.Rd                                      |   11 
 man/inspector_list_rules_packages.Rd                                |    9 
 man/inspector_list_tags_for_resource.Rd                             |   13 
 man/inspector_preview_agents.Rd                                     |   18 
 man/inspector_register_cross_account_access_role.Rd                 |    3 
 man/inspector_remove_attributes_from_findings.Rd                    |   13 
 man/inspector_set_tags_for_resource.Rd                              |    5 
 man/inspector_start_assessment_run.Rd                               |    8 
 man/inspector_stop_assessment_run.Rd                                |   11 
 man/inspector_subscribe_to_event.Rd                                 |    5 
 man/inspector_unsubscribe_from_event.Rd                             |    5 
 man/inspector_update_assessment_target.Rd                           |    3 
 man/kms.Rd                                                          |   10 
 man/kms_cancel_key_deletion.Rd                                      |  132 
 man/kms_connect_custom_key_store.Rd                                 |   40 
 man/kms_create_alias.Rd                                             |  216 
 man/kms_create_custom_key_store.Rd                                  |   26 
 man/kms_create_grant.Rd                                             |  364 -
 man/kms_create_key.Rd                                               |   82 
 man/kms_decrypt.Rd                                                  |  340 -
 man/kms_delete_alias.Rd                                             |   21 
 man/kms_delete_custom_key_store.Rd                                  |   40 
 man/kms_delete_imported_key_material.Rd                             |  147 
 man/kms_describe_custom_key_stores.Rd                               |   33 
 man/kms_describe_key.Rd                                             |  263 
 man/kms_disable_key.Rd                                              |  124 
 man/kms_disable_key_rotation.Rd                                     |  140 
 man/kms_disconnect_custom_key_store.Rd                              |   22 
 man/kms_enable_key.Rd                                               |  116 
 man/kms_enable_key_rotation.Rd                                      |  138 
 man/kms_encrypt.Rd                                                  |  365 -
 man/kms_generate_data_key.Rd                                        |  355 -
 man/kms_generate_data_key_pair.Rd                                   |  281 
 man/kms_generate_data_key_pair_without_plaintext.Rd                 |  262 
 man/kms_generate_data_key_without_plaintext.Rd                      |  305 -
 man/kms_generate_random.Rd                                          |  105 
 man/kms_get_key_policy.Rd                                           |  122 
 man/kms_get_key_rotation_status.Rd                                  |  161 
 man/kms_get_parameters_for_import.Rd                                |  204 
 man/kms_get_public_key.Rd                                           |  216 
 man/kms_import_key_material.Rd                                      |  286 
 man/kms_list_aliases.Rd                                             |  202 
 man/kms_list_grants.Rd                                              |  188 
 man/kms_list_key_policies.Rd                                        |  159 
 man/kms_list_keys.Rd                                                |   21 
 man/kms_list_resource_tags.Rd                                       |  166 
 man/kms_list_retirable_grants.Rd                                    |   41 
 man/kms_put_key_policy.Rd                                           |  215 
 man/kms_re_encrypt.Rd                                               |  478 -
 man/kms_retire_grant.Rd                                             |   19 
 man/kms_revoke_grant.Rd                                             |  134 
 man/kms_schedule_key_deletion.Rd                                    |  190 
 man/kms_sign.Rd                                                     |  247 
 man/kms_tag_resource.Rd                                             |  196 
 man/kms_untag_resource.Rd                                           |  163 
 man/kms_update_alias.Rd                                             |  215 
 man/kms_update_custom_key_store.Rd                                  |   32 
 man/kms_update_key_description.Rd                                   |  132 
 man/kms_verify.Rd                                                   |  242 
 man/macie_associate_member_account.Rd                               |    3 
 man/macie_associate_s3_resources.Rd                                 |   15 
 man/macie_disassociate_member_account.Rd                            |    3 
 man/macie_disassociate_s3_resources.Rd                              |   15 
 man/macie_list_member_accounts.Rd                                   |   11 
 man/macie_list_s3_resources.Rd                                      |   16 
 man/macie_update_s3_resources.Rd                                    |   15 
 man/ram_accept_resource_share_invitation.Rd                         |   34 
 man/ram_associate_resource_share.Rd                                 |   23 
 man/ram_associate_resource_share_permission.Rd                      |    7 
 man/ram_create_resource_share.Rd                                    |   27 
 man/ram_delete_resource_share.Rd                                    |    7 
 man/ram_disassociate_resource_share.Rd                              |   23 
 man/ram_disassociate_resource_share_permission.Rd                   |    7 
 man/ram_enable_sharing_with_aws_organization.Rd                     |    6 
 man/ram_get_permission.Rd                                           |   19 
 man/ram_get_resource_policies.Rd                                    |    9 
 man/ram_get_resource_share_associations.Rd                          |   23 
 man/ram_get_resource_share_invitations.Rd                           |   36 
 man/ram_get_resource_shares.Rd                                      |   29 
 man/ram_list_pending_invitation_resources.Rd                        |   22 
 man/ram_list_permissions.Rd                                         |   22 
 man/ram_list_principals.Rd                                          |   19 
 man/ram_list_resource_share_permissions.Rd                          |   22 
 man/ram_list_resource_types.Rd                                      |   12 
 man/ram_list_resources.Rd                                           |   22 
 man/ram_promote_resource_share_created_from_policy.Rd               |    6 
 man/ram_reject_resource_share_invitation.Rd                         |   34 
 man/ram_tag_resource.Rd                                             |    3 
 man/ram_untag_resource.Rd                                           |    3 
 man/ram_update_resource_share.Rd                                    |   27 
 man/secretsmanager.Rd                                               |    4 
 man/secretsmanager_cancel_rotate_secret.Rd                          |   20 
 man/secretsmanager_create_secret.Rd                                 |   46 
 man/secretsmanager_delete_resource_policy.Rd                        |   16 
 man/secretsmanager_delete_secret.Rd                                 |   29 
 man/secretsmanager_describe_secret.Rd                               |   52 
 man/secretsmanager_get_random_password.Rd                           |  190 
 man/secretsmanager_get_resource_policy.Rd                           |   16 
 man/secretsmanager_get_secret_value.Rd                              |   21 
 man/secretsmanager_list_secret_version_ids.Rd                       |   25 
 man/secretsmanager_list_secrets.Rd                                  |   56 
 man/secretsmanager_put_resource_policy.Rd                           |   16 
 man/secretsmanager_put_secret_value.Rd                              |   29 
 man/secretsmanager_restore_secret.Rd                                |   10 
 man/secretsmanager_rotate_secret.Rd                                 |   28 
 man/secretsmanager_tag_resource.Rd                                  |   15 
 man/secretsmanager_untag_resource.Rd                                |    8 
 man/secretsmanager_update_secret.Rd                                 |   32 
 man/secretsmanager_update_secret_version_stage.Rd                   |   10 
 man/secretsmanager_validate_resource_policy.Rd                      |   14 
 man/securityhub.Rd                                                  |   27 
 man/securityhub_accept_invitation.Rd                                |    3 
 man/securityhub_batch_disable_standards.Rd                          |   15 
 man/securityhub_batch_enable_standards.Rd                           |   19 
 man/securityhub_batch_import_findings.Rd                            |   34 
 man/securityhub_batch_update_findings.Rd                            |   38 
 man/securityhub_create_action_target.Rd                             |    6 
 man/securityhub_create_insight.Rd                                   |    6 
 man/securityhub_create_members.Rd                                   |   34 
 man/securityhub_decline_invitations.Rd                              |   11 
 man/securityhub_delete_action_target.Rd                             |    6 
 man/securityhub_delete_insight.Rd                                   |    6 
 man/securityhub_delete_invitations.Rd                               |   11 
 man/securityhub_delete_members.Rd                                   |   11 
 man/securityhub_describe_action_targets.Rd                          |   17 
 man/securityhub_describe_hub.Rd                                     |    8 
 man/securityhub_describe_organization_configuration.Rd              |    7 
 man/securityhub_describe_products.Rd                                |   26 
 man/securityhub_describe_standards.Rd                               |   18 
 man/securityhub_describe_standards_controls.Rd                      |   31 
 man/securityhub_disable_import_findings_for_product.Rd              |    3 
 man/securityhub_disable_organization_admin_account.Rd               |    3 
 man/securityhub_disable_security_hub.Rd                             |    3 
 man/securityhub_disassociate_from_master_account.Rd                 |    3 
 man/securityhub_disassociate_members.Rd                             |    3 
 man/securityhub_enable_import_findings_for_product.Rd               |    6 
 man/securityhub_enable_organization_admin_account.Rd                |    3 
 man/securityhub_enable_security_hub.Rd                              |   15 
 man/securityhub_get_enabled_standards.Rd                            |   20 
 man/securityhub_get_findings.Rd                                     | 1637 +++++
 man/securityhub_get_insight_results.Rd                              |   15 
 man/securityhub_get_insights.Rd                                     |  575 +
 man/securityhub_get_invitations_count.Rd                            |    6 
 man/securityhub_get_master_account.Rd                               |   13 
 man/securityhub_get_members.Rd                                      |   25 
 man/securityhub_invite_members.Rd                                   |   15 
 man/securityhub_list_enabled_products_for_import.Rd                 |   13 
 man/securityhub_list_invitations.Rd                                 |   19 
 man/securityhub_list_members.Rd                                     |   23 
 man/securityhub_list_organization_admin_accounts.Rd                 |   20 
 man/securityhub_list_tags_for_resource.Rd                           |    8 
 man/securityhub_tag_resource.Rd                                     |    3 
 man/securityhub_untag_resource.Rd                                   |    3 
 man/securityhub_update_action_target.Rd                             |    3 
 man/securityhub_update_findings.Rd                                  |    8 
 man/securityhub_update_insight.Rd                                   |    3 
 man/securityhub_update_organization_configuration.Rd                |    3 
 man/securityhub_update_security_hub_configuration.Rd                |    3 
 man/securityhub_update_standards_control.Rd                         |    3 
 man/shield_associate_drt_log_bucket.Rd                              |    8 
 man/shield_associate_drt_role.Rd                                    |   36 
 man/shield_associate_health_check.Rd                                |    3 
 man/shield_associate_proactive_engagement_details.Rd                |   16 
 man/shield_create_protection.Rd                                     |   19 
 man/shield_create_protection_group.Rd                               |    3 
 man/shield_create_subscription.Rd                                   |    6 
 man/shield_delete_protection.Rd                                     |    3 
 man/shield_delete_protection_group.Rd                               |    3 
 man/shield_delete_subscription.Rd                                   |    3 
 man/shield_describe_attack.Rd                                       |   75 
 man/shield_describe_attack_statistics.Rd                            |   29 
 man/shield_describe_drt_access.Rd                                   |    9 
 man/shield_describe_emergency_contact_settings.Rd                   |   12 
 man/shield_describe_protection.Rd                                   |   24 
 man/shield_describe_protection_group.Rd                             |   14 
 man/shield_describe_subscription.Rd                                 |   40 
 man/shield_disable_proactive_engagement.Rd                          |    3 
 man/shield_disassociate_drt_log_bucket.Rd                           |   12 
 man/shield_disassociate_drt_role.Rd                                 |   10 
 man/shield_disassociate_health_check.Rd                             |    3 
 man/shield_enable_proactive_engagement.Rd                           |    3 
 man/shield_get_subscription_state.Rd                                |    6 
 man/shield_list_attacks.Rd                                          |   23 
 man/shield_list_protection_groups.Rd                                |   22 
 man/shield_list_protections.Rd                                      |   19 
 man/shield_list_resources_in_protection_group.Rd                    |   12 
 man/shield_update_emergency_contact_settings.Rd                     |    3 
 man/shield_update_protection_group.Rd                               |    3 
 man/shield_update_subscription.Rd                                   |    6 
 man/sts.Rd                                                          |    2 
 man/sts_assume_role.Rd                                              |  102 
 man/sts_assume_role_with_saml.Rd                                    |   92 
 man/sts_assume_role_with_web_identity.Rd                            |   92 
 man/sts_decode_authorization_message.Rd                             |    9 
 man/sts_get_access_key_info.Rd                                      |    6 
 man/sts_get_caller_identity.Rd                                      |    8 
 man/sts_get_federation_token.Rd                                     |   54 
 man/sts_get_session_token.Rd                                        |   99 
 man/waf_create_byte_match_set.Rd                                    |   49 
 man/waf_create_geo_match_set.Rd                                     |   31 
 man/waf_create_ip_set.Rd                                            |   35 
 man/waf_create_rate_based_rule.Rd                                   |   56 
 man/waf_create_regex_match_set.Rd                                   |   53 
 man/waf_create_regex_pattern_set.Rd                                 |   42 
 man/waf_create_rule.Rd                                              |   47 
 man/waf_create_rule_group.Rd                                        |   21 
 man/waf_create_size_constraint_set.Rd                               |   51 
 man/waf_create_sql_injection_match_set.Rd                           |   45 
 man/waf_create_web_acl.Rd                                           |   69 
 man/waf_create_web_acl_migration_stack.Rd                           |    6 
 man/waf_create_xss_match_set.Rd                                     |   40 
 man/waf_delete_byte_match_set.Rd                                    |   27 
 man/waf_delete_geo_match_set.Rd                                     |   25 
 man/waf_delete_ip_set.Rd                                            |   24 
 man/waf_delete_logging_configuration.Rd                             |    3 
 man/waf_delete_permission_policy.Rd                                 |    3 
 man/waf_delete_rate_based_rule.Rd                                   |   26 
 man/waf_delete_regex_match_set.Rd                                   |   27 
 man/waf_delete_regex_pattern_set.Rd                                 |   14 
 man/waf_delete_rule.Rd                                              |   24 
 man/waf_delete_rule_group.Rd                                        |   24 
 man/waf_delete_size_constraint_set.Rd                               |   29 
 man/waf_delete_sql_injection_match_set.Rd                           |   28 
 man/waf_delete_web_acl.Rd                                           |   21 
 man/waf_delete_xss_match_set.Rd                                     |   25 
 man/waf_get_byte_match_set.Rd                                       |   25 
 man/waf_get_change_token.Rd                                         |   19 
 man/waf_get_change_token_status.Rd                                  |   16 
 man/waf_get_geo_match_set.Rd                                        |   20 
 man/waf_get_ip_set.Rd                                               |   18 
 man/waf_get_logging_configuration.Rd                                |   17 
 man/waf_get_permission_policy.Rd                                    |    6 
 man/waf_get_rate_based_rule.Rd                                      |   25 
 man/waf_get_rate_based_rule_managed_keys.Rd                         |   14 
 man/waf_get_regex_match_set.Rd                                      |   24 
 man/waf_get_regex_pattern_set.Rd                                    |   17 
 man/waf_get_rule.Rd                                                 |  103 
 man/waf_get_rule_group.Rd                                           |   18 
 man/waf_get_sampled_requests.Rd                                     |   76 
 man/waf_get_size_constraint_set.Rd                                  |   25 
 man/waf_get_sql_injection_match_set.Rd                              |   22 
 man/waf_get_web_acl.Rd                                              |   35 
 man/waf_get_xss_match_set.Rd                                        |   23 
 man/waf_list_activated_rules_in_rule_group.Rd                       |   31 
 man/waf_list_byte_match_sets.Rd                                     |   15 
 man/waf_list_geo_match_sets.Rd                                      |   15 
 man/waf_list_ip_sets.Rd                                             |   17 
 man/waf_list_logging_configurations.Rd                              |   27 
 man/waf_list_rate_based_rules.Rd                                    |   18 
 man/waf_list_regex_match_sets.Rd                                    |   19 
 man/waf_list_regex_pattern_sets.Rd                                  |   18 
 man/waf_list_rule_groups.Rd                                         |   18 
 man/waf_list_rules.Rd                                               |   17 
 man/waf_list_size_constraint_sets.Rd                                |   18 
 man/waf_list_sql_injection_match_sets.Rd                            |   18 
 man/waf_list_subscribed_rule_groups.Rd                              |   13 
 man/waf_list_tags_for_resource.Rd                                   |   15 
 man/waf_list_web_ac_ls.Rd                                           |   19 
 man/waf_list_xss_match_sets.Rd                                      |   19 
 man/waf_put_logging_configuration.Rd                                |   29 
 man/waf_put_permission_policy.Rd                                    |   10 
 man/waf_tag_resource.Rd                                             |    3 
 man/waf_untag_resource.Rd                                           |    3 
 man/waf_update_byte_match_set.Rd                                    |   28 
 man/waf_update_geo_match_set.Rd                                     |   25 
 man/waf_update_ip_set.Rd                                            |   23 
 man/waf_update_rate_based_rule.Rd                                   |   12 
 man/waf_update_regex_match_set.Rd                                   |   33 
 man/waf_update_regex_pattern_set.Rd                                 |   28 
 man/waf_update_rule.Rd                                              |   24 
 man/waf_update_rule_group.Rd                                        |   26 
 man/waf_update_size_constraint_set.Rd                               |   30 
 man/waf_update_sql_injection_match_set.Rd                           |   29 
 man/waf_update_web_acl.Rd                                           |   57 
 man/waf_update_xss_match_set.Rd                                     |   27 
 man/wafregional_associate_web_acl.Rd                                |    7 
 man/wafregional_create_byte_match_set.Rd                            |   51 
 man/wafregional_create_geo_match_set.Rd                             |   32 
 man/wafregional_create_ip_set.Rd                                    |   35 
 man/wafregional_create_rate_based_rule.Rd                           |   59 
 man/wafregional_create_regex_match_set.Rd                           |   61 
 man/wafregional_create_regex_pattern_set.Rd                         |   44 
 man/wafregional_create_rule.Rd                                      |   47 
 man/wafregional_create_rule_group.Rd                                |   19 
 man/wafregional_create_size_constraint_set.Rd                       |   53 
 man/wafregional_create_sql_injection_match_set.Rd                   |   45 
 man/wafregional_create_web_acl.Rd                                   |   70 
 man/wafregional_create_web_acl_migration_stack.Rd                   |    6 
 man/wafregional_create_xss_match_set.Rd                             |   41 
 man/wafregional_delete_byte_match_set.Rd                            |   29 
 man/wafregional_delete_geo_match_set.Rd                             |   27 
 man/wafregional_delete_ip_set.Rd                                    |   24 
 man/wafregional_delete_logging_configuration.Rd                     |    3 
 man/wafregional_delete_permission_policy.Rd                         |    3 
 man/wafregional_delete_rate_based_rule.Rd                           |   29 
 man/wafregional_delete_regex_match_set.Rd                           |   29 
 man/wafregional_delete_regex_pattern_set.Rd                         |   14 
 man/wafregional_delete_rule.Rd                                      |   24 
 man/wafregional_delete_rule_group.Rd                                |   26 
 man/wafregional_delete_size_constraint_set.Rd                       |   30 
 man/wafregional_delete_sql_injection_match_set.Rd                   |   28 
 man/wafregional_delete_web_acl.Rd                                   |   21 
 man/wafregional_delete_xss_match_set.Rd                             |   27 
 man/wafregional_disassociate_web_acl.Rd                             |    7 
 man/wafregional_get_byte_match_set.Rd                               |   25 
 man/wafregional_get_change_token.Rd                                 |   20 
 man/wafregional_get_change_token_status.Rd                          |   17 
 man/wafregional_get_geo_match_set.Rd                                |   20 
 man/wafregional_get_ip_set.Rd                                       |   18 
 man/wafregional_get_logging_configuration.Rd                        |   17 
 man/wafregional_get_permission_policy.Rd                            |    6 
 man/wafregional_get_rate_based_rule.Rd                              |   26 
 man/wafregional_get_rate_based_rule_managed_keys.Rd                 |   14 
 man/wafregional_get_regex_match_set.Rd                              |   24 
 man/wafregional_get_regex_pattern_set.Rd                            |   17 
 man/wafregional_get_rule.Rd                                         |   22 
 man/wafregional_get_rule_group.Rd                                   |   18 
 man/wafregional_get_sampled_requests.Rd                             |   78 
 man/wafregional_get_size_constraint_set.Rd                          |   26 
 man/wafregional_get_sql_injection_match_set.Rd                      |   22 
 man/wafregional_get_web_acl.Rd                                      |   35 
 man/wafregional_get_web_acl_for_resource.Rd                         |   13 
 man/wafregional_get_xss_match_set.Rd                                |   23 
 man/wafregional_list_activated_rules_in_rule_group.Rd               |   31 
 man/wafregional_list_byte_match_sets.Rd                             |   19 
 man/wafregional_list_geo_match_sets.Rd                              |   19 
 man/wafregional_list_ip_sets.Rd                                     |   17 
 man/wafregional_list_logging_configurations.Rd                      |   27 
 man/wafregional_list_rate_based_rules.Rd                            |   18 
 man/wafregional_list_regex_match_sets.Rd                            |   19 
 man/wafregional_list_regex_pattern_sets.Rd                          |   18 
 man/wafregional_list_resources_for_web_acl.Rd                       |    8 
 man/wafregional_list_rule_groups.Rd                                 |   18 
 man/wafregional_list_rules.Rd                                       |   17 
 man/wafregional_list_size_constraint_sets.Rd                        |   18 
 man/wafregional_list_sql_injection_match_sets.Rd                    |   18 
 man/wafregional_list_subscribed_rule_groups.Rd                      |   13 
 man/wafregional_list_tags_for_resource.Rd                           |   15 
 man/wafregional_list_web_ac_ls.Rd                                   |   19 
 man/wafregional_list_xss_match_sets.Rd                              |   19 
 man/wafregional_put_logging_configuration.Rd                        |   23 
 man/wafregional_put_permission_policy.Rd                            |    9 
 man/wafregional_tag_resource.Rd                                     |    3 
 man/wafregional_untag_resource.Rd                                   |    3 
 man/wafregional_update_byte_match_set.Rd                            |   30 
 man/wafregional_update_geo_match_set.Rd                             |   26 
 man/wafregional_update_ip_set.Rd                                    |   23 
 man/wafregional_update_rate_based_rule.Rd                           |   13 
 man/wafregional_update_regex_match_set.Rd                           |   35 
 man/wafregional_update_regex_pattern_set.Rd                         |   30 
 man/wafregional_update_rule.Rd                                      |   24 
 man/wafregional_update_rule_group.Rd                                |   26 
 man/wafregional_update_size_constraint_set.Rd                       |   31 
 man/wafregional_update_sql_injection_match_set.Rd                   |   29 
 man/wafregional_update_web_acl.Rd                                   |   59 
 man/wafregional_update_xss_match_set.Rd                             |   28 
 tests/testthat/test_acm.R                                           |    2 
 tests/testthat/test_acmpca.R                                        |    2 
 tests/testthat/test_clouddirectory.R                                |    2 
 tests/testthat/test_cloudhsm.R                                      |    2 
 tests/testthat/test_cloudhsmv2.R                                    |    2 
 tests/testthat/test_cognitoidentity.R                               |    2 
 tests/testthat/test_cognitoidentityprovider.R                       |    2 
 tests/testthat/test_cognitosync.R                                   |    2 
 tests/testthat/test_directoryservice.R                              |    2 
 tests/testthat/test_fms.R                                           |    2 
 tests/testthat/test_guardduty.R                                     |    2 
 tests/testthat/test_iam.R                                           |    2 
 tests/testthat/test_inspector.R                                     |    2 
 tests/testthat/test_kms.R                                           |    2 
 tests/testthat/test_macie.R                                         |    2 
 tests/testthat/test_ram.R                                           |    2 
 tests/testthat/test_secretsmanager.R                                |    2 
 tests/testthat/test_securityhub.R                                   |    2 
 tests/testthat/test_shield.R                                        |    2 
 tests/testthat/test_sts.R                                           |    2 
 tests/testthat/test_waf.R                                           |    2 
 tests/testthat/test_wafregional.R                                   |    2 
 996 files changed, 42313 insertions(+), 9734 deletions(-)

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

Package magick updated to version 2.7.0 with previous version 2.6.0 dated 2021-01-13

Title: Advanced Graphics and Image-Processing in R
Description: Bindings to 'ImageMagick': the most comprehensive open-source image processing library available. Supports many common formats (png, jpeg, tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All operations are vectorized via the Magick++ STL meaning they operate either on a single frame or a series of frames for working with layers, collages, or animation. In RStudio images are automatically previewed when printed to the console, resulting in an interactive editing environment. The latest version of the package includes a native graphics device for creating in-memory graphics or drawing onto images using pixel coordinates.
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between magick versions 2.6.0 dated 2021-01-13 and 2.7.0 dated 2021-03-09

 DESCRIPTION             |    6 +-
 MD5                     |   38 ++++++-------
 NAMESPACE               |    4 +
 NEWS                    |    4 +
 R/RcppExports.R         |   16 +++++
 R/base.R                |    4 +
 R/color.R               |   12 ++++
 R/composite.R           |   15 +++++
 R/effects.R             |   10 +++
 R/threshold.R           |   14 ++++
 build/vignette.rds      |binary
 inst/doc/intro.html     |  138 +++++++++++++++++++-----------------------------
 man/color.Rd            |    8 ++
 man/composite.Rd        |   11 +++
 man/effects.Rd          |    6 ++
 man/thresholding.Rd     |   15 +++++
 src/RcppExports.cpp     |   59 ++++++++++++++++++++
 src/color.cpp           |   24 ++++++++
 src/composite.cpp       |    7 ++
 src/transformations.cpp |    8 ++
 20 files changed, 293 insertions(+), 106 deletions(-)

More information about magick at CRAN
Permanent link

Package opalr updated to version 2.0.0 with previous version 1.5.2 dated 2021-01-21

Title: 'Opal' Data Repository Client and 'DataSHIELD' Utils
Description: Data integration Web application for biobanks by 'OBiBa'. 'Opal' is the core database application for biobanks. Participant data, once collected from any data source, must be integrated and stored in a central data repository under a uniform model. 'Opal' is such a central repository. It can import, process, validate, query, analyze, report, and export data. 'Opal' is typically used in a research center to analyze the data acquired at assessment centres. Its ultimate purpose is to achieve seamless data-sharing among biobanks. This 'Opal' client allows to interact with 'Opal' web services and to perform operations on the R server side. 'DataSHIELD' administration tools are also provided.
Author: Yannick Marcon [aut, cre] (<https://orcid.org/0000-0003-0138-2023>), Amadou Gaye [ctb] (<https://orcid.org/0000-0002-1180-2792>), OBiBa group [cph]
Maintainer: Yannick Marcon <yannick.marcon@obiba.org>

Diff between opalr versions 1.5.2 dated 2021-01-21 and 2.0.0 dated 2021-03-09

 opalr-1.5.2/opalr/man/harmo.annotate.Rd                      |only
 opalr-1.5.2/opalr/man/harmo.annotate.status.Rd               |only
 opalr-1.5.2/opalr/man/harmo.annotations.Rd                   |only
 opalr-1.5.2/opalr/man/harmo.dictionary_apply.Rd              |only
 opalr-1.5.2/opalr/man/harmo.dictionary_update.Rd             |only
 opalr-1.5.2/opalr/man/harmo.table_get.Rd                     |only
 opalr-1.5.2/opalr/man/harmo.table_save.Rd                    |only
 opalr-1.5.2/opalr/man/oadmin.install_github.Rd               |only
 opalr-1.5.2/opalr/tests/testthat/test-dictionary.apply.R     |only
 opalr-2.0.0/opalr/DESCRIPTION                                |    6 
 opalr-2.0.0/opalr/MD5                                        |   81 +-
 opalr-2.0.0/opalr/NAMESPACE                                  |   12 
 opalr-2.0.0/opalr/R/dictionary.R                             |  110 +--
 opalr-2.0.0/opalr/R/dictionary.annotations.R                 |   78 --
 opalr-2.0.0/opalr/R/opal.admin.r                             |   23 
 opalr-2.0.0/opalr/R/opal.command.r                           |    2 
 opalr-2.0.0/opalr/R/opal.execute.r                           |    4 
 opalr-2.0.0/opalr/R/opal.file.r                              |    2 
 opalr-2.0.0/opalr/R/opal.r                                   |   24 
 opalr-2.0.0/opalr/R/opal.symbol.r                            |    2 
 opalr-2.0.0/opalr/R/opal.table.R                             |  340 +++++++----
 opalr-2.0.0/opalr/build/vignette.rds                         |binary
 opalr-2.0.0/opalr/inst/doc/opal-files.html                   |    4 
 opalr-2.0.0/opalr/inst/doc/opal-projects.html                |    4 
 opalr-2.0.0/opalr/inst/doc/opal-rsession.html                |    4 
 opalr-2.0.0/opalr/inst/examples/opal-commands.R              |   14 
 opalr-2.0.0/opalr/inst/examples/opal-datasources.R           |    2 
 opalr-2.0.0/opalr/inst/examples/opal.rdata.R                 |    2 
 opalr-2.0.0/opalr/inst/examples/opal.save.R                  |   22 
 opalr-2.0.0/opalr/man/dictionary.inspect.Rd                  |only
 opalr-2.0.0/opalr/man/oadmin.install_bioconductor_package.Rd |    1 
 opalr-2.0.0/opalr/man/oadmin.install_devtools.Rd             |    1 
 opalr-2.0.0/opalr/man/oadmin.install_github_package.Rd       |    1 
 opalr-2.0.0/opalr/man/oadmin.install_local_package.Rd        |    1 
 opalr-2.0.0/opalr/man/oadmin.install_package.Rd              |    1 
 opalr-2.0.0/opalr/man/oadmin.installed_devtools.Rd           |    1 
 opalr-2.0.0/opalr/man/oadmin.installed_package.Rd            |    1 
 opalr-2.0.0/opalr/man/oadmin.installed_packages.Rd           |    1 
 opalr-2.0.0/opalr/man/oadmin.package_description.Rd          |    1 
 opalr-2.0.0/opalr/man/oadmin.remove_package.Rd               |    1 
 opalr-2.0.0/opalr/man/opal.file_mkdir_tmp.Rd                 |    2 
 opalr-2.0.0/opalr/man/opal.get.Rd                            |   10 
 opalr-2.0.0/opalr/man/opal.post.Rd                           |    5 
 opalr-2.0.0/opalr/man/opal.table_export.Rd                   |only
 opalr-2.0.0/opalr/man/opal.table_get.Rd                      |   15 
 opalr-2.0.0/opalr/man/opal.table_import.Rd                   |only
 opalr-2.0.0/opalr/tests/testthat/helper-setup.R              |only
 opalr-2.0.0/opalr/tests/testthat/test-dictionary.R           |only
 opalr-2.0.0/opalr/tests/testthat/test-table.R                |only
 49 files changed, 413 insertions(+), 365 deletions(-)

More information about opalr at CRAN
Permanent link

Package mlt updated to version 1.3-0 with previous version 1.2-3 dated 2021-02-24

Title: Most Likely Transformations
Description: Likelihood-based estimation of conditional transformation models via the most likely transformation approach described in Hothorn et al. (2018) <DOI:10.1111/sjos.12291> and Hothorn (2020) <DOI:10.18637/jss.v092.i01>.
Author: Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>)
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>

Diff between mlt versions 1.2-3 dated 2021-02-24 and 1.3-0 dated 2021-03-09

 DESCRIPTION       |   15 ++++----
 MD5               |   22 ++++++-------
 NAMESPACE         |    1 
 R/R.R             |   91 +++++++++++++++++++++++++++++++++++++++++++++++-------
 R/loglik.R        |   38 ++++++++++++++--------
 R/methods.R       |    4 +-
 R/mlt.R           |   39 +++++++++++++++++------
 R/plot.R          |    7 ++++
 build/partial.rdb |binary
 inst/NEWS.Rd      |   25 ++++++++++++++
 man/R.Rd          |   16 ++++++++-
 man/mlt.Rd        |    7 +++-
 12 files changed, 208 insertions(+), 57 deletions(-)

More information about mlt at CRAN
Permanent link

Package mlr3db updated to version 0.4.0 with previous version 0.3.0 dated 2020-12-16

Title: Data Base Backend for 'mlr3'
Description: Extends the 'mlr3' package with a backend to transparently work with databases. Includes two extra backends: One relies on relies on the abstraction of package 'dbplyr' to interact with one of the many supported database management systems (DBMS). The other one is specialized for package 'duckdb'.
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>)
Maintainer: Michel Lang <michellang@gmail.com>

Diff between mlr3db versions 0.3.0 dated 2020-12-16 and 0.4.0 dated 2021-03-09

 DESCRIPTION                     |    6 +++---
 MD5                             |   20 ++++++++++----------
 NAMESPACE                       |    3 +++
 NEWS.md                         |    6 ++++++
 R/DataBackendDplyr.R            |   18 ++++++++++++++++++
 R/DataBackendDuckDB.R           |   11 +++++++++++
 README.md                       |    2 +-
 man/as_duckdb_backend.Rd        |    2 +-
 man/as_sqlite_backend.Rd        |    2 +-
 tests/testthat/test_dplyr.R     |   10 ++++++++++
 tests/testthat/test_reconnect.R |   30 +++++++++++++++++-------------
 11 files changed, 81 insertions(+), 29 deletions(-)

More information about mlr3db at CRAN
Permanent link

Package gamlss.dist updated to version 5.3-2 with previous version 5.1-7 dated 2020-07-13

Title: Distributions for Generalized Additive Models for Location Scale and Shape
Description: A set of distributions which can be used for modelling the response variables in Generalized Additive Models for Location Scale and Shape, Rigby and Stasinopoulos (2005), <doi:10.1111/j.1467-9876.2005.00510.x>. The distributions can be continuous, discrete or mixed distributions. Extra distributions can be created, by transforming, any continuous distribution defined on the real line, to a distribution defined on ranges 0 to infinity or 0 to 1, by using a ''log'' or a ''logit' transformation respectively.
Author: Mikis Stasinopoulos [aut, cre, cph], Robert Rigby [aut], Calliope Akantziliotou [ctb], Vlasios Voudouris [ctb], Gillian Heller [ctb], Fernanda De Bastiani [ctb], Raydonal Ospina [ctb], Nicoletta Motpan [ctb], Fiona McElduff [ctb], Majid Djennad [ctb], Marco Enea [ctb], Alexios Ghalanos [ctb], Christos Argyropoulos [ctb], Almond Stocker [ctb], Jens Lichter [ctb], Stanislaus Stadlmann [ctb]
Maintainer: Mikis Stasinopoulos <d.stasinopoulos@londonmet.ac.uk>

Diff between gamlss.dist versions 5.1-7 dated 2020-07-13 and 5.3-2 dated 2021-03-09

 DESCRIPTION                    |   10 +-
 MD5                            |  175 ++++++++++++++++++++---------------------
 NAMESPACE                      |    3 
 R/Functions_for_SK_in_gamlss.R |   24 ++---
 R/ZAGA.R                       |   11 +-
 R/ZAIG.R                       |    2 
 R/make-link-gamlss.R           |   32 +++++++
 build/partial.rdb              |binary
 inst/Distributions-2010.pdf    |only
 man/BB.Rd                      |   14 +--
 man/BCCG.Rd                    |    4 
 man/BCPE.Rd                    |    4 
 man/BCt.Rd                     |    4 
 man/BE.Rd                      |    6 -
 man/BEINF.Rd                   |    4 
 man/BEOI.Rd                    |    4 
 man/BEZI.Rd                    |    4 
 man/BI.Rd                      |    4 
 man/BNB.Rd                     |    6 -
 man/DBI.Rd                     |    2 
 man/DBURR12.Rd                 |    2 
 man/DEL.Rd                     |    4 
 man/DPO.Rd                     |    2 
 man/EGB2.Rd                    |    4 
 man/EXP.Rd                     |    4 
 man/GA.Rd                      |    4 
 man/GAF.Rd                     |    2 
 man/GB1.Rd                     |    4 
 man/GB2.Rd                     |   11 +-
 man/GEOM.Rd                    |    4 
 man/GG.Rd                      |    4 
 man/GIG.Rd                     |    4 
 man/GPO.Rd                     |    6 -
 man/GT.Rd                      |    4 
 man/GU.rd                      |    4 
 man/IG.Rd                      |    4 
 man/IGAMMA.Rd                  |    4 
 man/JSU.Rd                     |    6 -
 man/JSUoriginal.Rd             |    4 
 man/LG.Rd                      |    6 -
 man/LNO.Rd                     |    4 
 man/LOGISTIC.Rd                |    4 
 man/LOGITNO.Rd                 |    4 
 man/Multinomial.Rd             |    4 
 man/NBF.Rd                     |    6 -
 man/NBI.Rd                     |    4 
 man/NBII.Rd                    |    6 -
 man/NET.Rd                     |    6 -
 man/NO.Rd                      |    4 
 man/NO2.Rd                     |    4 
 man/NOF.Rd                     |    6 -
 man/PARETO2.Rd                 |    4 
 man/PE.Rd                      |    4 
 man/PIG.Rd                     |    6 -
 man/PO.Rd                      |    6 -
 man/RG.Rd                      |    4 
 man/RGE.Rd                     |    4 
 man/SEP.Rd                     |    4 
 man/SEP1.Rd                    |    4 
 man/SHASH.Rd                   |    4 
 man/SI.Rd                      |    4 
 man/SICHEL.Rd                  |    6 -
 man/SIMPLEX.Rd                 |    2 
 man/SN1.Rd                     |    4 
 man/SN2.Rd                     |    4 
 man/ST1.Rd                     |   15 ++-
 man/TF.Rd                      |    4 
 man/WEI.Rd                     |    5 -
 man/WEI2.Rd                    |    4 
 man/WEI3.Rd                    |    4 
 man/ZABB.Rd                    |    4 
 man/ZABI.Rd                    |    4 
 man/ZAGA.Rd                    |    6 -
 man/ZAIG.Rd                    |    6 -
 man/ZANBI.Rd                   |    4 
 man/ZAP.Rd                     |    4 
 man/ZIP.Rd                     |    4 
 man/ZIP2.Rd                    |    4 
 man/ZIPF.Rd                    |    2 
 man/checklink.Rd               |   13 +--
 man/count_1_31.Rd              |    4 
 man/exGAUS.Rd                  |    4 
 man/flexDist.Rd                |    2 
 man/gamlss.dist-package.Rd     |    2 
 man/gamlss.family.Rd           |    6 -
 man/gen.Family.Rd              |    4 
 man/hazardFun.Rd               |    4 
 man/make.link.gamlss.Rd        |    4 
 man/momentSK.Rd                |   17 +++
 89 files changed, 344 insertions(+), 298 deletions(-)

More information about gamlss.dist at CRAN
Permanent link

Package bnstruct updated to version 1.0.9 with previous version 1.0.8 dated 2020-05-22

Title: Bayesian Network Structure Learning from Data with Missing Values
Description: Bayesian Network Structure Learning from Data with Missing Values. The package implements the Silander-Myllymaki complete search, the Max-Min Parents-and-Children, the Hill-Climbing, the Max-Min Hill-climbing heuristic searches, and the Structural Expectation-Maximization algorithm. Available scoring functions are BDeu, AIC, BIC. The package also implements methods for generating and using bootstrap samples, imputed data, inference.
Author: Francesco Sambo [aut], Alberto Franzin [aut, cre]
Maintainer: Alberto Franzin <afranzin@ulb.ac.be>

Diff between bnstruct versions 1.0.8 dated 2020-05-22 and 1.0.9 dated 2021-03-09

 DESCRIPTION                   |    8 -
 MD5                           |   14 +-
 NEWS.md                       |    9 +
 R/InferenceEngine-methods.R   |    6 -
 R/beliefPropagation-methods.R |   25 ++++
 R/em.R                        |   22 +++-
 R/util.R                      |  220 ++++++------------------------------------
 inst/doc/bnstruct.pdf         |binary
 8 files changed, 92 insertions(+), 212 deletions(-)

More information about bnstruct at CRAN
Permanent link

Package doBy updated to version 4.6.9 with previous version 4.6.8 dated 2020-11-10

Title: Groupwise Statistics, LSmeans, Linear Contrasts, Utilities
Description: Contains: 1) Facilities for working with grouped data: 'do' something to data stratified 'by' some variables. 2) LSmeans (least-squares means), general linear contrasts. 3) Miscellaneous other utilities.
Author: Søren Højsgaard <sorenh@math.aau.dk> and Ulrich Halekoh <uhalekoh@health.sdu.dk>
Maintainer: Søren Højsgaard <sorenh@math.aau.dk>

Diff between doBy versions 4.6.8 dated 2020-11-10 and 4.6.9 dated 2021-03-09

 DESCRIPTION                 |    6 +++---
 MD5                         |   40 ++++++++++++++++++++--------------------
 NEWS                        |    5 +++++
 R/by-lapplyBy.R             |    4 +---
 R/by-orderBy.R              |    2 +-
 R/by-sampleBy.R             |    6 ++++--
 R/by-splitBy.R              |    5 +++--
 R/by-subsetBy.R             |    2 +-
 R/by-summaryBy.R            |    4 ++--
 R/by-transformBy.R          |    4 ++--
 R/descStat.R                |    2 +-
 inst/doc/doby.pdf           |binary
 inst/doc/linest-lsmeans.pdf |binary
 man/by-lapply.Rd            |    2 +-
 man/by-order.Rd             |    2 +-
 man/by-sample.Rd            |    6 ++++--
 man/by-split.Rd             |    5 +++--
 man/by-subset.Rd            |    2 +-
 man/by-summary.Rd           |    4 ++--
 man/by-transform.Rd         |    4 ++--
 man/descStat.Rd             |    2 +-
 21 files changed, 58 insertions(+), 49 deletions(-)

More information about doBy at CRAN
Permanent link

Package RPEIF updated to version 1.2.0 with previous version 1.1.0 dated 2020-10-23

Title: Computation and Plots of Influence Functions for Risk and Performance Measures
Description: Computes the influence functions time series of the returns for the risk and performance measures as mentioned in Chen and Martin (2018) <https://www.ssrn.com/abstract=3085672>, as well as in Zhang et al. (2019) <https://www.ssrn.com/abstract=3415903>. Also evaluates estimators influence functions at a set of parameter values and plots them to display the shapes of the influence functions.
Author: Anthony Christidis <anthony.christidis@stat.ubc.ca>, Shengyu Zhang <syzhang@uw.edu>, Douglas Martin <doug@amath.washington.edu>
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>

Diff between RPEIF versions 1.1.0 dated 2020-10-23 and 1.2.0 dated 2021-03-09

 DESCRIPTION                          |    8 ++--
 MD5                                  |   26 ++++++++-------
 NAMESPACE                            |    2 +
 NEWS.md                              |    4 ++
 R/DataCheck.R                        |   59 +++++++++++++++++++++++++++++++++++
 R/EvaluateShape.R                    |   21 ++++++------
 R/IF_robLoc.R                        |only
 R/InfluenceFunctions.R               |   19 ++++++++---
 R/Nuisance_Parameters.R              |    5 ++
 R/RiskPerformanceMeasure_Functions.R |   43 +++++++++++++++++++++++--
 R/RobustFilter.R                     |    4 +-
 inst/doc/RPEIFVignette.pdf           |binary
 man/IF.Rd                            |    5 ++
 man/IF.robLoc.Rd                     |only
 man/edhec.Rd                         |    4 +-
 15 files changed, 159 insertions(+), 41 deletions(-)

More information about RPEIF at CRAN
Permanent link

Package mlr3fselect updated to version 0.5.1 with previous version 0.5.0 dated 2021-01-24

Title: Feature Selection for 'mlr3'
Description: Implements methods for feature selection with 'mlr3', e.g. random search and sequential selection. Various termination criteria can be set and combined. The class 'AutoFSelector' provides a convenient way to perform nested resampling in combination with 'mlr3'.
Author: Marc Becker [aut, cre] (<https://orcid.org/0000-0002-8115-0400>), Patrick Schratz [aut] (<https://orcid.org/0000-0003-0748-6624>), Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>)
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3fselect versions 0.5.0 dated 2021-01-24 and 0.5.1 dated 2021-03-09

 DESCRIPTION                      |   10 +++---
 MD5                              |   18 +++++------
 NEWS.md                          |    8 +++-
 R/FSelectInstanceMultiCrit.R     |    9 ++++-
 R/FSelectInstanceSingleCrit.R    |    9 ++++-
 README.md                        |   63 ++++++++++++++++++++++++---------------
 man/AutoFSelector.Rd             |    3 +
 man/FSelectInstanceMultiCrit.Rd  |    1 
 man/FSelectInstanceSingleCrit.Rd |    1 
 tests/testthat/helper.R          |   21 ++-----------
 10 files changed, 82 insertions(+), 61 deletions(-)

More information about mlr3fselect at CRAN
Permanent link

Package cellWise updated to version 2.2.5 with previous version 2.2.3 dated 2020-12-03

Title: Analyzing Data with Cellwise Outliers
Description: Tools for detecting cellwise outliers and robust methods to analyze data which may contain them. Contains the implementation of the algorithms described in Rousseeuw and Van den Bossche (2018) <doi:10.1080/00401706.2017.1340909> (open access) Hubert et al. (2019) <doi:10.1080/00401706.2018.1562989> (open access), Raymaekers and Rousseeuw (2019) <doi:10.1080/00401706.2019.1677270> (open access), Raymaekers and Rousseeuw (2020) <arXiv:2005.07946> (open access), Raymaekers and Rousseeuw (2020) <arXiv:1912.12446> (open access). Examples can be found in the vignettes: "DDC_examples", "MacroPCA_examples", "wrap_examples", "transfo_examples" and "DI_examples".
Author: Jakob Raymaekers [aut, cre], Peter Rousseeuw [aut], Wannes Van den Bossche [ctb], Mia Hubert [ctb]
Maintainer: Jakob Raymaekers <jakob.raymaekers@kuleuven.be>

Diff between cellWise versions 2.2.3 dated 2020-12-03 and 2.2.5 dated 2021-03-09

 DESCRIPTION               |    8 ++---
 MD5                       |   26 +++++++++---------
 R/DDC.R                   |    2 -
 R/DDCpredict.R            |    6 ++--
 R/ICPCA.R                 |   16 +++++------
 R/MacroPCA.R              |   63 ++++++++++++++++++++++------------------------
 R/TVCN.R                  |   22 ++++++++++------
 R/cellHandler.R           |   23 ++++++----------
 R/cellMap.R               |   24 ++++++++---------
 R/checkDataSet.R          |    2 -
 R/generateData.R          |   14 +++++-----
 R/outlierMap.R            |    2 -
 build/vignette.rds        |binary
 inst/doc/DI_examples.html |    4 +-
 14 files changed, 106 insertions(+), 106 deletions(-)

More information about cellWise at CRAN
Permanent link

New package tvmediation with initial version 1.0.0
Package: tvmediation
Type: Package
Date: 2021-03-05
Version: 1.0.0
Title: Time Varying Mediation Analysis
Description: Provides functions for estimating mediation effects that vary over time as described in Cai, X., Piper, M. E., Li, R., & Coffman, D. L. (2020). Estimation and inference for the mediation effect in a time-varying mediation model. <arXiv:2008.11797>.
Authors@R: c(person(given = "Donna", family = "Coffman", role = c("aut", "cre"), email = "dcoffman@temple.edu", comment = c(ORCID = "0000-0001-6305-6579")), person(given = "Xizhen", family = "Cai", role = "aut", email = "cai.xizhen@gmail.com"), person(given = "Yajnaseni", family = "Chakraborti", role = "aut", email = "yajnaseni.chakraborti@temple.edu"), person(given = "Harry", family = "Zobel", role = "ctb", email = "harryzobeljr@gmail.com") )
RoxygenNote: 7.1.1
Depends: R (>= 4.0.0)
Imports: stats (>= 4.0.3), dplyr (>= 1.0.4), ggplot2 (>= 3.3.3), kedd (>= 1.0.3), locpol (>= 0.7-0)
Suggests: knitr, rmarkdown
License: GPL-3
URL: https://github.com/dcoffman/tvmediation/wiki
BugReports: https://github.com/dcoffman/tvmediation/issues
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-03-05 19:20:00 UTC; tug76052
Author: Donna Coffman [aut, cre] (<https://orcid.org/0000-0001-6305-6579>), Xizhen Cai [aut], Yajnaseni Chakraborti [aut], Harry Zobel [ctb]
Maintainer: Donna Coffman <dcoffman@temple.edu>
Repository: CRAN
Date/Publication: 2021-03-09 09:30:02 UTC

More information about tvmediation at CRAN
Permanent link

Package survminer updated to version 0.4.9 with previous version 0.4.8 dated 2020-07-25

Title: Drawing Survival Curves using 'ggplot2'
Description: Contains the function 'ggsurvplot()' for drawing easily beautiful and 'ready-to-publish' survival curves with the 'number at risk' table and 'censoring count plot'. Other functions are also available to plot adjusted curves for `Cox` model and to visually examine 'Cox' model assumptions.
Author: Alboukadel Kassambara [aut, cre], Marcin Kosinski [aut], Przemyslaw Biecek [aut], Scheipl Fabian [ctb]
Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>

Diff between survminer versions 0.4.8 dated 2020-07-25 and 0.4.9 dated 2021-03-09

 survminer-0.4.8/survminer/vignettes/README.md                                                        |only
 survminer-0.4.9/survminer/DESCRIPTION                                                                |   16 
 survminer-0.4.9/survminer/MD5                                                                        |   49 +-
 survminer-0.4.9/survminer/NEWS.md                                                                    |   13 
 survminer-0.4.9/survminer/R/ggsurvplot.R                                                             |    2 
 survminer-0.4.9/survminer/R/ggsurvtable.R                                                            |    6 
 survminer-0.4.9/survminer/R/surv_pvalue.R                                                            |    4 
 survminer-0.4.9/survminer/R/utilities.R                                                              |    2 
 survminer-0.4.9/survminer/README.md                                                                  |  200 +++++++---
 survminer-0.4.9/survminer/build/vignette.rds                                                         |binary
 survminer-0.4.9/survminer/inst/doc/Informative_Survival_Plots.R                                      |    3 
 survminer-0.4.9/survminer/inst/doc/Informative_Survival_Plots.Rmd                                    |    9 
 survminer-0.4.9/survminer/inst/doc/Informative_Survival_Plots.html                                   |   23 -
 survminer-0.4.9/survminer/inst/doc/Playing_with_fonts_and_texts.html                                 |   12 
 survminer-0.4.9/survminer/inst/doc/Specifiying_weights_in_log-rank_comparisons.html                  |   14 
 survminer-0.4.9/survminer/inst/doc/ggforest-show-interactions-hazard-ratio.R                         |only
 survminer-0.4.9/survminer/inst/doc/ggforest-show-interactions-hazard-ratio.Rmd                       |only
 survminer-0.4.9/survminer/inst/doc/ggforest-show-interactions-hazard-ratio.html                      |only
 survminer-0.4.9/survminer/man/ggsurvplot.Rd                                                          |    2 
 survminer-0.4.9/survminer/tests                                                                      |only
 survminer-0.4.9/survminer/tools/README-ggplot2-basic-survival-plot-1.png                             |binary
 survminer-0.4.9/survminer/tools/README-ggplot2-customized-survival-plot-1.png                        |binary
 survminer-0.4.9/survminer/tools/README-ggplot2-more-customized-survival-plot-1.png                   |binary
 survminer-0.4.9/survminer/tools/README-ggplot2-uber-customized-survival-plot-1.png                   |binary
 survminer-0.4.9/survminer/tools/README-ggplot2-uber-platinium-customized-survival-plot-1.png         |binary
 survminer-0.4.9/survminer/tools/README-ggplot2-uber-platinium-premium-customized-survival-plot-1.png |binary
 survminer-0.4.9/survminer/vignettes/Informative_Survival_Plots.Rmd                                   |    9 
 survminer-0.4.9/survminer/vignettes/ggforest-show-interactions-hazard-ratio.Rmd                      |only
 28 files changed, 236 insertions(+), 128 deletions(-)

More information about survminer at CRAN
Permanent link

Package polished updated to version 0.3.0 with previous version 0.2.0 dated 2020-09-29

Title: Authentication, User Administration, and Hosting for 'shiny' Apps
Description: Easily add modern authentication and user administration to your 'shiny' apps. Customize user sign in and registration pages to match your brand. Control who can access one or more of your 'shiny' apps.
Author: Andy Merlino [aut, cre], Patrick Howard [aut], Jimmy Briggs [aut]
Maintainer: Andy Merlino <andy.merlino@tychobra.com>

Diff between polished versions 0.2.0 dated 2020-09-29 and 0.3.0 dated 2021-03-09

 DESCRIPTION                                  |   25 -
 LICENSE                                      |    2 
 MD5                                          |  145 ++++----
 NAMESPACE                                    |   27 +
 NEWS.md                                      |   42 +-
 R/Sessions.R                                 |   54 ++-
 R/admin_button.R                             |   13 
 R/admin_module.R                             |    9 
 R/default_admin_ui_options.R                 |    8 
 R/deploy_app.R                               |only
 R/email_input.R                              |   12 
 R/firebase_dependencies.R                    |   12 
 R/firebase_init.R                            |    2 
 R/global_sessions_config.R                   |   53 ++-
 R/package_deps.R                             |only
 R/password_input.R                           |   10 
 R/profile_module.R                           |   16 
 R/providers_ui.R                             |   12 
 R/secure_server.R                            |   62 ++-
 R/secure_static.R                            |   18 -
 R/secure_ui.R                                |  124 +++++--
 R/send_password_reset_email_module.R         |   27 +
 R/sentry_ui.R                                |only
 R/set_config_env.R                           |   12 
 R/sign_in_components.R                       |   23 -
 R/sign_in_module.R                           |  149 ++++++--
 R/sign_in_module_2.R                         |  205 +++++++-----
 R/sign_in_ui_default.R                       |   24 -
 R/sign_out_from_shiny.R                      |   23 -
 R/user_access_module.R                       |   45 ++
 R/user_edit_module.R                         |   87 ++++-
 R/utils.R                                    |   76 ++++
 R/verify_email_module.R                      |   18 -
 README.md                                    |    9 
 build/vignette.rds                           |binary
 inst/assets/js/auth_firebase.js              |   16 
 inst/assets/js/auth_main.js                  |   22 +
 inst/assets/js/router.js                     |   19 +
 inst/assets/js/sentry.js                     |only
 inst/doc/create_custom_sign_in_pages.Rmd     |    2 
 inst/doc/create_custom_sign_in_pages.html    |  458 ++++++++-------------------
 inst/examples/polished_example_01/config.yml |   15 
 inst/examples/polished_example_01/global.R   |    4 
 inst/examples/polished_example_03            |only
 inst/examples/polished_example_04            |only
 inst/examples/test_app                       |only
 man/Sessions.Rd                              |    3 
 man/admin_button_ui.Rd                       |only
 man/bundle_app.Rd                            |only
 man/default_admin_ui_options.Rd              |    7 
 man/deploy_app.Rd                            |only
 man/email_input.Rd                           |   12 
 man/firebase_dependencies.Rd                 |   12 
 man/firebase_init.Rd                         |    2 
 man/get_package_deps.Rd                      |only
 man/global_sessions_config.Rd                |   39 +-
 man/password_input.Rd                        |   10 
 man/profile_module.Rd                        |    6 
 man/profile_module_ui.Rd                     |    4 
 man/providers_ui.Rd                          |   12 
 man/remove_query_string.Rd                   |    8 
 man/secure_server.Rd                         |   12 
 man/secure_static.Rd                         |   14 
 man/secure_ui.Rd                             |   35 +-
 man/send_password_reset_email_module.Rd      |   10 
 man/send_password_reset_email_module_ui.Rd   |    2 
 man/set_config_env.Rd                        |   12 
 man/sign_in_check_jwt.Rd                     |    2 
 man/sign_in_module.Rd                        |    8 
 man/sign_in_module_2.Rd                      |    8 
 man/sign_in_module_2_ui.Rd                   |    6 
 man/sign_in_module_ui.Rd                     |    9 
 man/sign_in_ui_default.Rd                    |   22 -
 man/sign_out_from_shiny.Rd                   |   16 
 vignettes/create_custom_sign_in_pages.Rmd    |    2 
 75 files changed, 1272 insertions(+), 881 deletions(-)

More information about polished at CRAN
Permanent link

Package pbkrtest updated to version 0.5.1 with previous version 0.5-0.1 dated 2020-12-18

Title: Parametric Bootstrap, Kenward-Roger and Satterthwaite Based Methods for Test in Mixed Models
Description: Test in mixed effects models. Attention is on mixed effects models as implemented in the 'lme4' package. For linear mixed models, this package implements (1) a parametric bootstrap test, (2) a Kenward-Roger-typ modification of F-tests for linear mixed effects models and (3) a Satterthwaite-type modification of F-tests for linear mixed effects models. The package also implements a parametric bootstrap test for generalized linear mixed models. The facilities of the package are documented in the paper by Halehoh and Højsgaard, (2012, <doi:10.18637/jss.v059.i09>). Please see 'citation("pbkrtest")' for citation details.
Author: Ulrich Halekoh [aut, cph], Søren Højsgaard [aut, cre, cph]
Maintainer: Søren Højsgaard <sorenh@math.aau.dk>

Diff between pbkrtest versions 0.5-0.1 dated 2020-12-18 and 0.5.1 dated 2021-03-09

 DESCRIPTION           |    6 +++---
 MD5                   |   12 ++++++------
 NEWS                  |    7 +++++++
 R/data-beets.R        |   12 ++++++++----
 inst/doc/coercion.pdf |binary
 inst/doc/pbkrtest.pdf |binary
 man/data-beets.Rd     |   12 ++++++++----
 7 files changed, 32 insertions(+), 17 deletions(-)

More information about pbkrtest at CRAN
Permanent link

New package nzffdr with initial version 1.0.0
Package: nzffdr
Title: Import, Clean and Update Data from the New Zealand Freshwater Fish Database
Version: 1.0.0
Authors@R: c( person("Finnbar", "Lee", email = "lee.finnbar@gmail.com", role = c("aut", "cre")), person("Nick", "Young", role = "aut"))
Description: Access the New Zealand Freshwater Fish Database from R and a few functions to clean the data once in R.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: chron, curl, httr, jsonlite, stringr, utils, xml2
Suggests: devtools, knitr, rmarkdown, roxygen2, testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-03-07 08:36:44 UTC; Finn
Author: Finnbar Lee [aut, cre], Nick Young [aut]
Maintainer: Finnbar Lee <lee.finnbar@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-09 09:10:02 UTC

More information about nzffdr at CRAN
Permanent link

Package NNbenchmark updated to version 3.1.9 with previous version 3.1.6 dated 2020-09-11

Title: Datasets and Functions to Benchmark Neural Network Packages
Description: Datasets and functions to benchmark (convergence, speed, ease of use) R packages dedicated to regression with neural networks (no classification in this version). The templates for the tested packages are available in the R, R Markdown and HTML formats at <https://github.com/pkR-pkR/NNbenchmarkTemplates> and <https://theairbend3r.github.io/NNbenchmarkWeb/index.html>. The submitted article to the R-Journal can be read at <https://www.inmodelia.com/gsoc2020.html>.
Author: Patrice Kiener [aut, cre] (<https://orcid.org/0000-0002-0505-9920>), Christophe Dutang [aut] (<https://orcid.org/0000-0001-6732-1501>), Salsabila Mahdi [aut] (<https://orcid.org/0000-0002-2559-4154>), Akshaj Verma [aut] (<https://orcid.org/0000-0002-3936-0033>), Yifu Yan [ctb]
Maintainer: Patrice Kiener <rpackages@inmodelia.com>

Diff between NNbenchmark versions 3.1.6 dated 2020-09-11 and 3.1.9 dated 2021-03-09

 DESCRIPTION                |   29 +++++++++++++++--------------
 MD5                        |   28 ++++++++++++++--------------
 NEWS                       |    8 ++++++++
 R/a_intro.R                |    5 +++--
 R/datasets.R               |   19 +++++++++++--------
 README.md                  |    3 +--
 man/NNbenchmark-package.Rd |    3 ++-
 man/mDette.Rd              |    2 +-
 man/mFriedman.Rd           |    2 +-
 man/mIshigami.Rd           |    2 +-
 man/mRef153.Rd             |    2 +-
 man/uGauss1.Rd             |    3 ++-
 man/uGauss2.Rd             |    3 ++-
 man/uGauss3.Rd             |    3 ++-
 man/uNeuroOne.Rd           |    2 +-
 15 files changed, 65 insertions(+), 49 deletions(-)

More information about NNbenchmark at CRAN
Permanent link

Package mvSLOUCH updated to version 2.6.2 with previous version 2.6.1 dated 2020-10-30

Title: Multivariate Stochastic Linear Ornstein-Uhlenbeck Models for Phylogenetic Comparative Hypotheses
Description: Fits multivariate Ornstein-Uhlenbeck types of models to continues trait data from species related by a common evolutionary history. See K. Bartoszek, J, Pienaar, P. Mostad, S. Andersson, T. F.Hansen (2012) <doi:10.1016/j.jtbi.2012.08.005>. The suggested PCMBaseCpp package (which significantly speeds up the likelihood calculations) can be obtained from <https://github.com/venelin/PCMBaseCpp/>.
Author: Krzysztof Bartoszek [cre, aut], Jesualdo Fuentes-Gonzalez [ctb], Jason Pienaar [ctb]
Maintainer: Krzysztof Bartoszek <krzbar@protonmail.ch>

Diff between mvSLOUCH versions 2.6.1 dated 2020-10-30 and 2.6.2 dated 2021-03-09

 DESCRIPTION             |   21 ++++++++++++++-------
 MD5                     |   19 +++++++++++++++----
 R/PhyloSDEestim.R       |   10 +++++-----
 R/evolmodelest.R        |   11 +++++++++--
 build                   |only
 inst/doc                |only
 man/mvSLOUCH-package.Rd |    4 ++--
 vignettes               |only
 8 files changed, 45 insertions(+), 20 deletions(-)

More information about mvSLOUCH at CRAN
Permanent link

Package DriveML updated to version 0.1.2 with previous version 0.1.0 dated 2020-06-04

Title: Self-Drive Machine Learning Projects
Description: Implementing some of the pillars of an automated machine learning pipeline such as (i) Automated data preparation, (ii) Feature engineering, (iii) Model building in classification context that includes techniques such as (a) Regularised regression [1], (b) Logistic regression [2], (c) Random Forest [3], (d) Decision tree [4] and (e) Extreme Gradient Boosting (xgboost) [5], and finally, (iv) Model explanation (using lift chart and partial dependency plots). Accomplishes the above tasks by running the function instead of writing lengthy R codes. Also provides some additional features such as generating missing at random (MAR) variables and automated exploratory data analysis. Moreover, function exports the model results with the required plots in an HTML vignette report format that follows the best practices of the industry and the academia. [1] Gonzales G B and De Saeger (2018) <doi:10.1038/s41598-018-21851-7>, [2] Sperandei S (2014) <doi:10.11613/BM.2014.003>, [3] Breiman L (2001) <doi:10.1023/A:1010933404324>, [4] Kingsford C and Salzberg S (2008) <doi:10.1038/nbt0908-1011>, [5] Chen Tianqi and Guestrin Carlos (2016) <doi:10.1145/2939672.2939785>.
Author: Dayanand Ubrangala [aut, cre], Sayan Putatunda [aut, ctb], Kiran R [aut, ctb], Ravi Prasad Kondapalli [aut, ctb]
Maintainer: Dayanand Ubrangala <daya6489@gmail.com>

Diff between DriveML versions 0.1.0 dated 2020-06-04 and 0.1.2 dated 2021-03-09

 DriveML-0.1.0/DriveML/R/printAutoDataPrep.R               |only
 DriveML-0.1.0/DriveML/R/printAutoMAR.R                    |only
 DriveML-0.1.0/DriveML/R/smartEDA.R                        |only
 DriveML-0.1.0/DriveML/inst/doc/SmartML.R                  |only
 DriveML-0.1.0/DriveML/inst/doc/SmartML.Rmd                |only
 DriveML-0.1.0/DriveML/inst/doc/SmartML.html               |only
 DriveML-0.1.0/DriveML/man/printautoDataprep.Rd            |only
 DriveML-0.1.0/DriveML/man/printautoMAR.Rd                 |only
 DriveML-0.1.0/DriveML/man/smartEDA.Rd                     |only
 DriveML-0.1.0/DriveML/vignettes/SmartML.Rmd               |only
 DriveML-0.1.2/DriveML/DESCRIPTION                         |   17 
 DriveML-0.1.2/DriveML/LICENSE                             |  675 +++++++++++++-
 DriveML-0.1.2/DriveML/MD5                                 |   74 -
 DriveML-0.1.2/DriveML/NAMESPACE                           |    4 
 DriveML-0.1.2/DriveML/NEWS.md                             |    8 
 DriveML-0.1.2/DriveML/R/ModelMarkdown.R                   |    4 
 DriveML-0.1.2/DriveML/R/autoDataPrep.R                    |   63 -
 DriveML-0.1.2/DriveML/R/autoFeature.R                     |   22 
 DriveML-0.1.2/DriveML/R/autoMAR.R                         |   16 
 DriveML-0.1.2/DriveML/R/autoMLModel.R                     |   81 -
 DriveML-0.1.2/DriveML/R/data.R                            |    1 
 DriveML-0.1.2/DriveML/R/missingPattern.R                  |    3 
 DriveML-0.1.2/DriveML/R/model_task.R                      |    1 
 DriveML-0.1.2/DriveML/R/partialDependence.R               |   26 
 DriveML-0.1.2/DriveML/R/predictDataprep.R                 |    2 
 DriveML-0.1.2/DriveML/R/utilis.R                          |   11 
 DriveML-0.1.2/DriveML/README.md                           |   74 +
 DriveML-0.1.2/DriveML/build/vignette.rds                  |binary
 DriveML-0.1.2/DriveML/data/heart.model.rda                |binary
 DriveML-0.1.2/DriveML/inst/doc/DriveML.R                  |only
 DriveML-0.1.2/DriveML/inst/doc/DriveML.Rmd                |only
 DriveML-0.1.2/DriveML/inst/doc/DriveML.html               |only
 DriveML-0.1.2/DriveML/inst/rmd_template/report_tmp.Rmd    |   15 
 DriveML-0.1.2/DriveML/inst/rmd_template/report_tmp_v1.Rmd |   62 -
 DriveML-0.1.2/DriveML/man/autoDataprep.Rd                 |   72 -
 DriveML-0.1.2/DriveML/man/autoMAR.Rd                      |   25 
 DriveML-0.1.2/DriveML/man/autoMLReport.Rd                 |    4 
 DriveML-0.1.2/DriveML/man/autoMLmodel.Rd                  |   97 +-
 DriveML-0.1.2/DriveML/man/autoPDP.Rd                      |   36 
 DriveML-0.1.2/DriveML/man/figures                         |only
 DriveML-0.1.2/DriveML/man/generateFeature.Rd              |   22 
 DriveML-0.1.2/DriveML/man/heart.Rd                        |    7 
 DriveML-0.1.2/DriveML/man/heart.model.Rd                  |    7 
 DriveML-0.1.2/DriveML/man/misspattern.Rd                  |    2 
 DriveML-0.1.2/DriveML/vignettes/DriveML.Rmd               |only
 45 files changed, 1087 insertions(+), 344 deletions(-)

More information about DriveML at CRAN
Permanent link

New package valhallr with initial version 0.1.0
Package: valhallr
Type: Package
Title: A Tidy Interface to the 'Valhalla' Routing Engine
Version: 0.1.0
Author: Christopher Belanger
Maintainer: Christopher Belanger <christopher.a.belanger@gmail.com>
Description: An interface to the 'Valhalla' routing engine’s application programming interfaces (APIs) for turn-by-turn routing, isochrones, and origin-destination analyses. Also includes several user-friendly functions for plotting outputs, and strives to follow "tidy" design principles. Please note that this package requires access to a running instance of 'Valhalla', which is open source and can be downloaded from <https://github.com/valhalla/valhalla>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: httr, purrr, jsonlite, dplyr, magrittr, tibble, tidyr, sf, leaflet, ggplot2, htmltools, stringr, ggspatial, geojsonio, rlang, Cairo
RoxygenNote: 7.1.1
URL: https://github.com/chris31415926535/valhallr
BugReports: https://github.com/chris31415926535/valhallr/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-05 20:04:33 UTC; chris
Repository: CRAN
Date/Publication: 2021-03-09 08:40:02 UTC

More information about valhallr at CRAN
Permanent link

Package statgenHTP updated to version 1.0.1 with previous version 1.0.0 dated 2021-03-05

Title: High Throughput Phenotyping (HTP) Data Analysis
Description: Phenotypic analysis of data coming from high throughput phenotyping (HTP) platforms, including different types of outlier detection, spatial analysis, and parameter estimation. The package is being developed within the EPPN2020 project (<https://eppn2020.plant-phenotyping.eu/>). 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 (<https://www.vsni.co.uk/software/asreml>).
Author: Emilie J Millet [aut] (<https://orcid.org/0000-0002-2913-4892>), Maria Xose Rodriguez Alvarez [aut] (<https://orcid.org/0000-0002-1329-9238>), Diana Marcela Perez Valencia [aut] (<https://orcid.org/0000-0002-9053-2929>), Isabelle Sanchez [aut], Nadine Hilgert [aut], Bart-Jan van Rossum [aut, cre] (<https://orcid.org/0000-0002-8673-2514>), Fred van Eeuwijk [aut] (<https://orcid.org/0000-0003-3672-2921>), Martin Boer [aut]
Maintainer: Bart-Jan van Rossum <bart-jan.vanrossum@wur.nl>

Diff between statgenHTP versions 1.0.0 dated 2021-03-05 and 1.0.1 dated 2021-03-09

 DESCRIPTION                       |    8 ++++----
 MD5                               |   12 ++++++------
 NEWS.md                           |    4 ++++
 README.md                         |    6 ++++++
 build/partial.rdb                 |binary
 inst/doc/Overview_HTP.html        |   38 +++++++++++++++++++-------------------
 inst/tinytest/test_getCorrected.R |   12 ++++++------
 7 files changed, 45 insertions(+), 35 deletions(-)

More information about statgenHTP at CRAN
Permanent link

New package SolveSAPHE with initial version 2.0.0
Package: SolveSAPHE
Title: Solver Suite for Alkalinity-PH Equations
Version: 2.0.0
Date: 2021-02-19
LazyData: true
Authors@R: c(person("Jean-Marie", "Epitalon", role = c("aut", "cre", "cph"), email = "jean-marie.epitalon@orange.fr"), person("Jean-Pierre", "Gattuso", role = c("cph"), email = "gattuso@obs-vlfr.fr"), person("Guy", "Munhoven", role = "aut", email = "Guy.Munhoven@ulg.ac.be") )
Depends: R (>= 2.10)
Imports: stats
Description: Universal and robust algorithm for solving the total alkalinity-pH equation presented in G. Munhoven (2013) <doi:10.5194/gmd-6-1367-2013> and G. Munhoven (2021) <doi:10.5194/gmd-2020-447>. The total alkalinity-pH equation relates total alkalinity and pH for a given set of acid-base concentrations in a given water sample, among which carbonic acid. This package is particularly useful in marine chemistry involving dissolved inorganic carbon. Original package in Fortran can be found at <doi:10.5281/zenodo.4328965>.
Encoding: UTF-8
URL: https://CRAN.R-project.org/package=SolveSAPHE
License: GPL (>= 2)
Repository: CRAN
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2021-03-06 20:39:15 UTC; jean-marie
Author: Jean-Marie Epitalon [aut, cre, cph], Jean-Pierre Gattuso [cph], Guy Munhoven [aut]
Maintainer: Jean-Marie Epitalon <jean-marie.epitalon@orange.fr>
Date/Publication: 2021-03-09 09:00:27 UTC

More information about SolveSAPHE at CRAN
Permanent link

Package smmR updated to version 1.0.1 with previous version 1.0.0 dated 2021-03-04

Title: Simulation, Estimation and Reliability of Semi-Markov Models
Description: Performs parametric and non-parametric estimation and simulation for multi-state discrete-time semi-Markov processes. For the parametric estimation, several discrete distributions are considered for the sojourn times: Uniform, Geometric, Poisson, Discrete Weibull and Negative Binomial. The non-parametric estimation concerns the sojourn time distributions, where no assumptions are done on the shape of distributions. Moreover, the estimation can be done on the basis of one or several sample paths, with or without censoring at the beginning or/and at the end of the sample paths. Reliability indicators such as reliability, maintainability, availability, BMP-failure rate, RG-failure rate, mean time to failure and mean time to repair are available as well. The implemented methods are described in Barbu, V.S., Limnios, N. (2008) <doi:10.1007/978-0-387-73173-5>, Barbu, V.S., Limnios, N. (2008) <doi:10.1080/10485250701261913> and Trevezas, S., Limnios, N. (2011) <doi:10.1080/10485252.2011.555543>. Estimation and simulation of discrete-time k-th order Markov chains are also considered.
Author: Vlad Stefan Barbu [aut] (<https://orcid.org/0000-0002-0840-016X>), Caroline Berard [aut], Dominique Cellier [aut], Florian Lecocq [aut], Corentin Lothode [aut], Mathilde Sautreuil [aut], Nicolas Vergne [aut, cre]
Maintainer: Nicolas Vergne <nicolas.vergne@univ-rouen.fr>

Diff between smmR versions 1.0.0 dated 2021-03-04 and 1.0.1 dated 2021-03-09

 DESCRIPTION                        |    9 ++++-----
 MD5                                |   35 ++++++++++++++++++-----------------
 NEWS.md                            |only
 R/fit.nonparam.couplemarkovchain.R |    7 +------
 R/fit.nonparam.nocensoring.R       |    7 +------
 R/fit.param.R                      |    2 +-
 R/fitmm.R                          |   10 ++++++++--
 R/fitsmm.R                         |    6 +++---
 R/mm.R                             |    4 ++--
 R/processes.R                      |   20 ++------------------
 R/smmR-package.R                   |    6 +++---
 R/smmfit.R                         |    2 --
 R/smmnonparametric.R               |   12 ++++++------
 R/smmparametric.R                  |   10 +++++-----
 R/utils.R                          |   24 ++++++++++++------------
 inst/doc/Textile-Factory.R         |    1 +
 inst/doc/Textile-Factory.Rmd       |    1 +
 inst/doc/Textile-Factory.html      |   20 ++++++++++----------
 vignettes/Textile-Factory.Rmd      |    1 +
 19 files changed, 79 insertions(+), 98 deletions(-)

More information about smmR at CRAN
Permanent link

New package roistats with initial version 0.1.0
Package: roistats
Title: Convenience Functions for Applying Basic Stats to Sub-Groups
Version: 0.1.0
Authors@R: person(given = "Yufei", family = "Zhao", role = c("aut", "cre"), email = "fay.zz0213@gmail.com", comment = c(ORCID = "0000-0002-6511-8507"))
Description: Easily applying same t-tests/basic data description across several sub-groups, with the output as a nice arranged data.frame. Multiple comparison and the significance symbols are also provided.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
URL: https://github.com/Irisfee/roistats
BugReports: https://github.com/Irisfee/roistats/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: dplyr, tidyr, magrittr, purrr, stats, rlang
Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-05 19:12:34 UTC; zhaoyufei
Author: Yufei Zhao [aut, cre] (<https://orcid.org/0000-0002-6511-8507>)
Maintainer: Yufei Zhao <fay.zz0213@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-09 08:20:03 UTC

More information about roistats at CRAN
Permanent link

Package joinet updated to version 0.0.7 with previous version 0.0.6 dated 2020-11-23

Title: Multivariate Elastic Net Regression
Description: Implements high-dimensional multivariate regression by stacked generalisation (Wolpert 1992 <doi:10.1016/S0893-6080(05)80023-1>). For positively correlated outcomes, a single multivariate regression is typically more predictive than multiple univariate regressions. Includes functions for model fitting, extracting coefficients, outcome prediction, and performance measurement. If required, install MRCE or remMap from GitHub (<https://github.com/cran/MRCE>, <https://github.com/cran/remMap>).
Author: Armin Rauschenberger [aut, cre]
Maintainer: Armin Rauschenberger <armin.rauschenberger@uni.lu>

Diff between joinet versions 0.0.6 dated 2020-11-23 and 0.0.7 dated 2021-03-09

 DESCRIPTION           |    8 ++++----
 MD5                   |   12 ++++++++----
 R/pkgname.R           |   32 +++++++++++++++++++++++++++++++-
 build/vignette.rds    |binary
 inst/doc/script.R     |only
 inst/doc/script.Rmd   |only
 inst/doc/script.html  |only
 man/joinet-package.Rd |   32 +++++++++++++++++++++++++++++++-
 vignettes/script.Rmd  |only
 9 files changed, 74 insertions(+), 10 deletions(-)

More information about joinet at CRAN
Permanent link

New package ibawds with initial version 0.1.2
Package: ibawds
Type: Package
Title: Functions and Datasets for the Data Science Course at IBAW
Version: 0.1.2
Author: Stefan Lanz
Maintainer: Stefan Lanz <slanz1137@gmail.com>
Description: A collection of useful functions and datasets for the Data Science Course at IBAW in Lucerne.
License: MIT + file LICENSE
URL: https://github.com/stibu81/ibawds
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.6.0), dslabs
Imports: stats, utils, ggplot2, stringr, magrittr
Suggests: tidyverse, rmarkdown, caret, reshape2, lubridate, ggrepel, writexl, cowplot, DT, gutenbergr, tidytext, rvest, Lahman, pdftools, HistData, titanic, BiocManager, usethis, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-03-05 21:09:53 UTC; slanz
Repository: CRAN
Date/Publication: 2021-03-09 08:50:02 UTC

More information about ibawds at CRAN
Permanent link

New package gmeta with initial version 2.3-1
Package: gmeta
Type: Package
Version: 2.3-1
Date: 2021-2-23
Title: Meta-Analysis via a Unified Framework of Confidence Distribution
Author: Guang Yang <gyang.rutgers@gmail.com>, Jerry Q. Cheng <jcheng18@nyit.edu>, Minge Xie <mxie@stat.rutgers.edu> and Wei Qian <wq24@rutgers.edu>
Maintainer: Jerry Q. Cheng <jcheng18@nyit.edu>
Depends: stats, BiasedUrn, binom
Description: An implementation of an all-in-one function for a wide range of meta-analysis problems. It contains three functions. The gmeta() function unifies all standard meta-analysis methods and also several newly developed ones under a framework of combining confidence distributions (CDs). Specifically, the package can perform classical p-value combination methods (such as methods of Fisher, Stouffer, Tippett, etc.), fit meta-analysis fixed-effect and random-effects models, and synthesizes 2x2 tables. Furthermore, it can perform robust meta-analysis, which provides protection against model-misspecifications, and limits the impact of any unknown outlying studies. In addition, the package implements two exact meta-analysis methods from synthesizing 2x2 tables with rare events (e.g., zero total event). The np.gmeta() function summarizes information obtained from multiple studies and makes inference for study-level parameters with no distributional assumption. Specifically, it can construct confidence intervals for unknown, fixed study-level parameters via confidence distribution. Furthermore, it can perform estimation via asymptotic confidence distribution whether tie or near tie condition exist or not. The plot.gmeta() function to visualize individual and combined CDs through extended forest plots is also available. Compared to version 2.2-6, version 2.3-0 contains a new function np.gmeta().
License: GPL (>= 2)
Repository: CRAN
NeedsCompilation: yes
Packaged: 2021-03-07 04:24:07 UTC; Yingying Chen
Date/Publication: 2021-03-09 09:00:14 UTC

More information about gmeta at CRAN
Permanent link

Package glca updated to version 1.2.1 with previous version 1.1.0 dated 2020-10-23

Title: Estimating a Group-Effect in Latent Class Analysis
Description: Fits latent class analysis (LCA) including group variable and covariates. The group variable can be handled either by multilevel LCA described in Vermunt (2003) <DOI:10.1111/j.0081-1750.2003.t01-1-00131.x> or standard LCA at each level of group variable. The covariates can be incorporated in the form of logistic regression (Bandeen-Roche et al. (1997) <DOI:10.1080/01621459.1997.10473658>).
Author: Youngsun Kim [aut, cre], Hwan Chung [aut]
Maintainer: Youngsun Kim <kim0sun@korea.ac.kr>

Diff between glca versions 1.1.0 dated 2020-10-23 and 1.2.1 dated 2021-03-09

 glca-1.1.0/glca/R/glca.gof.R       |only
 glca-1.1.0/glca/R/print.glca.gof.R |only
 glca-1.1.0/glca/man/glca.gof.Rd    |only
 glca-1.2.1/glca/DESCRIPTION        |   13 +--
 glca-1.2.1/glca/MD5                |   37 ++++-----
 glca-1.2.1/glca/NAMESPACE          |    7 +
 glca-1.2.1/glca/NEWS.md            |    3 
 glca-1.2.1/glca/R/dataset.r        |    2 
 glca-1.2.1/glca/R/glca.R           |   12 +--
 glca-1.2.1/glca/R/glca_encode.R    |   28 ++-----
 glca-1.2.1/glca/R/gofglca.R        |only
 glca-1.2.1/glca/R/logLik.glca.R    |only
 glca-1.2.1/glca/R/plot.glca.R      |  143 ++++++++++++++++++++++---------------
 glca-1.2.1/glca/R/print.glca.R     |   30 ++-----
 glca-1.2.1/glca/R/print.gofglca.R  |only
 glca-1.2.1/glca/R/summary.glca.R   |  103 +++++++++++---------------
 glca-1.2.1/glca/build/partial.rdb  |binary
 glca-1.2.1/glca/data/gss08.rda     |binary
 glca-1.2.1/glca/data/nyts18.rda    |binary
 glca-1.2.1/glca/inst/CITATION      |    4 -
 glca-1.2.1/glca/man/glca.Rd        |    6 -
 glca-1.2.1/glca/man/gofglca.Rd     |only
 glca-1.2.1/glca/man/gss08.Rd       |    2 
 23 files changed, 196 insertions(+), 194 deletions(-)

More information about glca at CRAN
Permanent link

New package gigg with initial version 0.2.1
Type: Package
Package: gigg
Title: Group Inverse-Gamma Gamma Shrinkage for Sparse Regression with Grouping Structure
Version: 0.2.1
Description: A Gibbs sampler corresponding to a Group Inverse-Gamma Gamma (GIGG) regression model with adjustment covariates. Hyperparameters in the GIGG prior specification can either be fixed by the user or can be estimated via Marginal Maximum Likelihood Estimation. Jonathan Boss, Jyotishka Datta, Xin Wang, Sung Kyun Park, Jian Kang, Bhramar Mukherjee (2021) <arXiv:2102.10670>.
Authors@R: c( person(given = "Jon", family = "Boss", role = c("aut"), email = "gutian@umich.edu"), person(given = "Bhramar", family = "Mukherjee", role = c("aut"), email = "bhramar@umich.edu"), person(given = "Michael", family = "Kleinsasser", role = c("cre"), email = "mkleinsa@umich.edu") )
Maintainer: Michael Kleinsasser <mkleinsa@umich.edu>
License: GPL-2
Encoding: UTF-8
LazyData: true
Biarch: true
Depends: R (>= 3.5.0)
LinkingTo: Rcpp, RcppArmadillo, BH
Imports: Rcpp
URL: https://github.com/umich-cphds/gigg
BugReports: https://github.com/umich-cphds/gigg/issues
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-03-05 23:21:05 UTC; mkleinsa
Author: Jon Boss [aut], Bhramar Mukherjee [aut], Michael Kleinsasser [cre]
Repository: CRAN
Date/Publication: 2021-03-09 09:00:20 UTC

More information about gigg at CRAN
Permanent link

New package g3viz with initial version 1.1.4
Package: g3viz
Type: Package
Title: Interactively Visualize Genetic Mutation Data using a Lollipop-Diagram
Version: 1.1.4
Authors@R: c( person("Xin", "Guo", email = "g3viz.group@gmail.com", role = c("aut", "cre")) )
Maintainer: Xin Guo <g3viz.group@gmail.com>
Description: R interface for 'g3-lollipop' JavaScript library. Visualize genetic mutation data using an interactive lollipop diagram in RStudio or your browser.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: jsonlite, cgdsr, stringr, htmlwidgets
Suggests: shiny (>= 1.0.0), knitr, rmarkdown, kableExtra
URL: https://github.com/G3viz/g3viz
BugReports: https://github.com/G3viz/g3viz/issues
RoxygenNote: 7.1.1
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2021-03-07 17:36:41 UTC; xinyue
Author: Xin Guo [aut, cre]
Repository: CRAN
Date/Publication: 2021-03-09 09:00:23 UTC

More information about g3viz at CRAN
Permanent link

Package basefun updated to version 1.1-0 with previous version 1.0-7 dated 2020-02-14

Title: Infrastructure for Computing with Basis Functions
Description: Some very simple infrastructure for basis functions.
Author: Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>)
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>

Diff between basefun versions 1.0-7 dated 2020-02-14 and 1.1-0 dated 2021-03-09

 DESCRIPTION             |   10 +++++-----
 MD5                     |   14 +++++++-------
 NAMESPACE               |    2 +-
 R/factor.R              |    6 ++----
 R/formula.R             |   11 +++++++----
 inst/NEWS.Rd            |    7 +++++++
 man/as.basis.formula.Rd |    5 ++++-
 tests/formula.R         |   15 +++++++++++++++
 8 files changed, 48 insertions(+), 22 deletions(-)

More information about basefun at CRAN
Permanent link

Package unvotes updated to version 0.3.0 with previous version 0.2.0 dated 2017-06-19

Title: United Nations General Assembly Voting Data
Description: Historical voting data of the United Nations General Assembly. This includes votes for each country in each roll call, as well as descriptions and topic classifications for each vote.
Author: David Robinson [aut, cre], Nicholas Goguen-Compagnoni [ctb]
Maintainer: David Robinson <admiral.david@gmail.com>

Diff between unvotes versions 0.2.0 dated 2017-06-19 and 0.3.0 dated 2021-03-09

 DESCRIPTION                             |   18 
 MD5                                     |   34 -
 NEWS.md                                 |    6 
 R/data.R                                |    4 
 README.md                               |  180 ++++-----
 build/vignette.rds                      |binary
 data/un_roll_call_issues.rda            |binary
 data/un_roll_calls.rda                  |binary
 data/un_votes.rda                       |binary
 inst/doc/unvotes.R                      |   23 -
 inst/doc/unvotes.Rmd                    |   13 
 inst/doc/unvotes.html                   |  633 +++++++++++++++++++++++---------
 man/un_roll_call_issues.Rd              |    6 
 man/un_roll_calls.Rd                    |    6 
 man/un_votes.Rd                         |   10 
 tools/README-by_country_year_plot-1.png |binary
 tools/README-issue_plot-1.png           |binary
 vignettes/unvotes.Rmd                   |   13 
 18 files changed, 623 insertions(+), 323 deletions(-)

More information about unvotes at CRAN
Permanent link

Package uni.survival.tree updated to version 1.4 with previous version 1.3 dated 2021-02-17

Title: A Survival Tree Based on Stabilized Score Tests for High-dimensional Covariates
Description: A classification (decision) tree is constructed from survival data with high-dimensional covariates. The method is a robust version of the logrank tree, where the variance is stabilized. The main function "uni.tree" returns a classification tree for a given survival dataset. The inner nodes (splitting criterion) are selected by minimizing the P-value of the two-sample the score tests. The decision of declaring terminal nodes (stopping criterion) is the P-value threshold given by an argument (specified by user). This tree construction algorithm is proposed by Emura et al. (2021, in review).
Author: Takeshi Emura and Wei-Chern Hsu
Maintainer: Takeshi Emura <takeshiemura@gmail.com>

Diff between uni.survival.tree versions 1.3 dated 2021-02-17 and 1.4 dated 2021-03-09

 DESCRIPTION  |   17 +++++++++--------
 MD5          |    4 ++--
 R/KM.split.R |   32 +++++++-------------------------
 3 files changed, 18 insertions(+), 35 deletions(-)

More information about uni.survival.tree at CRAN
Permanent link

Package terra updated to version 1.1-4 with previous version 1.0-10 dated 2021-01-22

Title: Spatial Data Analysis
Description: Methods for spatial data analysis, especially raster data. Methods allow for low-level data manipulation as well as high-level global, local, zonal, and focal computation. The predict and interpolate methods facilitate the use of regression type (interpolation, machine learning) models for spatial prediction. Processing of very large files is supported. See the manual and tutorials on <https://rspatial.org/terra/> to get started. 'terra' is very similar to the 'raster' package; but 'terra' is simpler, better, and faster.
Author: Robert J. Hijmans [cre, aut] (<https://orcid.org/0000-0001-5872-2872>), Roger Bivand [ctb] (<https://orcid.org/0000-0003-2392-6140>), Karl Forner [ctb], Jeroen Ooms [ctb] (<https://orcid.org/0000-0002-4035-0289>), Edzer Pebesma [ctb] (<https://orcid.org/0000-0001-8049-7069>)
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>

Diff between terra versions 1.0-10 dated 2021-01-22 and 1.1-4 dated 2021-03-09

 terra-1.0-10/terra/R/read-write.R        |only
 terra-1.0-10/terra/man/plotVector.Rd     |only
 terra-1.1-4/terra/DESCRIPTION            |    9 
 terra-1.1-4/terra/MD5                    |  400 +++++++++++------------
 terra-1.1-4/terra/NAMESPACE              |    2 
 terra-1.1-4/terra/R/Adepracated.R        |    8 
 terra-1.1-4/terra/R/Agenerics.R          |    4 
 terra-1.1-4/terra/R/Arith_generics.R     |   71 ++--
 terra-1.1-4/terra/R/RcppExports.R        |    6 
 terra-1.1-4/terra/R/aggregate.R          |    6 
 terra-1.1-4/terra/R/app.R                |   12 
 terra-1.1-4/terra/R/arith.R              |    2 
 terra-1.1-4/terra/R/autocor.R            |   56 ++-
 terra-1.1-4/terra/R/cells.R              |   10 
 terra-1.1-4/terra/R/coerce.R             |  125 ++++---
 terra-1.1-4/terra/R/crosstab.R           |    2 
 terra-1.1-4/terra/R/crs.R                |   43 +-
 terra-1.1-4/terra/R/dimensions.R         |    6 
 terra-1.1-4/terra/R/distance.R           |   20 -
 terra-1.1-4/terra/R/expand.R             |   10 
 terra-1.1-4/terra/R/extent.R             |   28 -
 terra-1.1-4/terra/R/extract.R            |   50 +-
 terra-1.1-4/terra/R/focal.R              |    6 
 terra-1.1-4/terra/R/gdal.R               |    7 
 terra-1.1-4/terra/R/generics.R           |  167 ++++-----
 terra-1.1-4/terra/R/geom.R               |   68 +++
 terra-1.1-4/terra/R/ifelse.R             |    4 
 terra-1.1-4/terra/R/init.R               |    6 
 terra-1.1-4/terra/R/interpolate.R        |    2 
 terra-1.1-4/terra/R/lapp.R               |    6 
 terra-1.1-4/terra/R/levels.R             |    4 
 terra-1.1-4/terra/R/lines.R              |    7 
 terra-1.1-4/terra/R/math.R               |   20 +
 terra-1.1-4/terra/R/merge.R              |    4 
 terra-1.1-4/terra/R/ncdf.R               |    6 
 terra-1.1-4/terra/R/options.R            |   61 +--
 terra-1.1-4/terra/R/pack.R               |   12 
 terra-1.1-4/terra/R/plot.R               |    2 
 terra-1.1-4/terra/R/plotExtent.R         |    4 
 terra-1.1-4/terra/R/plotRGB.R            |   10 
 terra-1.1-4/terra/R/plot_cartogram.R     |only
 terra-1.1-4/terra/R/plot_raster.R        |    7 
 terra-1.1-4/terra/R/plot_vector.R        |   45 +-
 terra-1.1-4/terra/R/predict.R            |    5 
 terra-1.1-4/terra/R/rapp.R               |    4 
 terra-1.1-4/terra/R/rast.R               |   33 +
 terra-1.1-4/terra/R/rasterize.R          |   43 +-
 terra-1.1-4/terra/R/read.R               |only
 terra-1.1-4/terra/R/relate.R             |    6 
 terra-1.1-4/terra/R/replace.R            |    8 
 terra-1.1-4/terra/R/sample.R             |  131 +++++--
 terra-1.1-4/terra/R/spatvec.R            |   52 ++-
 terra-1.1-4/terra/R/subset.R             |    8 
 terra-1.1-4/terra/R/tapp.R               |    4 
 terra-1.1-4/terra/R/tempfiles.R          |    2 
 terra-1.1-4/terra/R/time.R               |    8 
 terra-1.1-4/terra/R/values.R             |   36 --
 terra-1.1-4/terra/R/vect.R               |   26 +
 terra-1.1-4/terra/R/window.R             |   10 
 terra-1.1-4/terra/R/write.R              |only
 terra-1.1-4/terra/R/xyRowColCell.R       |    6 
 terra-1.1-4/terra/man/NAflag.Rd          |    3 
 terra-1.1-4/terra/man/adjacent.Rd        |    5 
 terra-1.1-4/terra/man/aggregate.Rd       |    4 
 terra-1.1-4/terra/man/align.Rd           |    5 
 terra-1.1-4/terra/man/app.Rd             |    4 
 terra-1.1-4/terra/man/area.Rd            |   22 -
 terra-1.1-4/terra/man/arith.Rd           |    4 
 terra-1.1-4/terra/man/as.character.Rd    |    5 
 terra-1.1-4/terra/man/as.data.frame.Rd   |    7 
 terra-1.1-4/terra/man/as.spatvector.Rd   |   17 
 terra-1.1-4/terra/man/autocor.Rd         |   13 
 terra-1.1-4/terra/man/boundaries.Rd      |   18 -
 terra-1.1-4/terra/man/buffer.Rd          |   10 
 terra-1.1-4/terra/man/cartogram.Rd       |only
 terra-1.1-4/terra/man/cells.Rd           |    9 
 terra-1.1-4/terra/man/centroids.Rd       |    3 
 terra-1.1-4/terra/man/chull.Rd           |    3 
 terra-1.1-4/terra/man/clamp.Rd           |    9 
 terra-1.1-4/terra/man/classify.Rd        |    9 
 terra-1.1-4/terra/man/coerce.Rd          |    5 
 terra-1.1-4/terra/man/collapse.Rd        |    5 
 terra-1.1-4/terra/man/coords.Rd          |only
 terra-1.1-4/terra/man/copy.Rd            |    3 
 terra-1.1-4/terra/man/cover.Rd           |   22 -
 terra-1.1-4/terra/man/crop.Rd            |   16 
 terra-1.1-4/terra/man/crosstab.Rd        |    3 
 terra-1.1-4/terra/man/crs.Rd             |   15 
 terra-1.1-4/terra/man/depth.Rd           |    3 
 terra-1.1-4/terra/man/describe.Rd        |    5 
 terra-1.1-4/terra/man/diff.Rd            |    8 
 terra-1.1-4/terra/man/dimensions.Rd      |   15 
 terra-1.1-4/terra/man/disaggregate.Rd    |   10 
 terra-1.1-4/terra/man/distance.Rd        |   20 -
 terra-1.1-4/terra/man/dots.Rd            |only
 terra-1.1-4/terra/man/erase.Rd           |   12 
 terra-1.1-4/terra/man/expand.Rd          |   14 
 terra-1.1-4/terra/man/ext.Rd             |    6 
 terra-1.1-4/terra/man/extract.Rd         |    7 
 terra-1.1-4/terra/man/fill.Rd            |    3 
 terra-1.1-4/terra/man/flip.Rd            |   10 
 terra-1.1-4/terra/man/focal.Rd           |   10 
 terra-1.1-4/terra/man/freq.Rd            |    3 
 terra-1.1-4/terra/man/geometry.Rd        |    5 
 terra-1.1-4/terra/man/geomtype.Rd        |   11 
 terra-1.1-4/terra/man/ifelse.Rd          |    8 
 terra-1.1-4/terra/man/init.Rd            |    8 
 terra-1.1-4/terra/man/interpolate.Rd     |   97 +++++
 terra-1.1-4/terra/man/isLonLat.Rd        |    9 
 terra-1.1-4/terra/man/isvalid.Rd         |    3 
 terra-1.1-4/terra/man/lapp.Rd            |    4 
 terra-1.1-4/terra/man/linearUnits.Rd     |    5 
 terra-1.1-4/terra/man/lines.Rd           |    2 
 terra-1.1-4/terra/man/mask.Rd            |   11 
 terra-1.1-4/terra/man/math.Rd            |   13 
 terra-1.1-4/terra/man/merge.Rd           |    6 
 terra-1.1-4/terra/man/modal.Rd           |    4 
 terra-1.1-4/terra/man/mosaic.Rd          |    4 
 terra-1.1-4/terra/man/near.Rd            |    3 
 terra-1.1-4/terra/man/origin.Rd          |    3 
 terra-1.1-4/terra/man/pack.Rd            |    9 
 terra-1.1-4/terra/man/plot.Rd            |   55 ++-
 terra-1.1-4/terra/man/plotRGB.Rd         |    8 
 terra-1.1-4/terra/man/predict.Rd         |    4 
 terra-1.1-4/terra/man/project.Rd         |   11 
 terra-1.1-4/terra/man/quantile.Rd        |    9 
 terra-1.1-4/terra/man/rapp.Rd            |    4 
 terra-1.1-4/terra/man/rasterize.Rd       |   17 
 terra-1.1-4/terra/man/readwrite.Rd       |   13 
 terra-1.1-4/terra/man/rectify.Rd         |    8 
 terra-1.1-4/terra/man/resample.Rd        |    9 
 terra-1.1-4/terra/man/rescale.Rd         |    5 
 terra-1.1-4/terra/man/rotate.Rd          |    8 
 terra-1.1-4/terra/man/sample.Rd          |   25 -
 terra-1.1-4/terra/man/selectRange.Rd     |    8 
 terra-1.1-4/terra/man/separate.Rd        |    9 
 terra-1.1-4/terra/man/shift.Rd           |   12 
 terra-1.1-4/terra/man/sources.Rd         |    5 
 terra-1.1-4/terra/man/spin.Rd            |    3 
 terra-1.1-4/terra/man/stretch.Rd         |    9 
 terra-1.1-4/terra/man/subset-vector.Rd   |    3 
 terra-1.1-4/terra/man/subset.Rd          |    7 
 terra-1.1-4/terra/man/symdif.Rd          |    8 
 terra-1.1-4/terra/man/tapp.Rd            |    4 
 terra-1.1-4/terra/man/terra-package.Rd   |   12 
 terra-1.1-4/terra/man/terraOptions.Rd    |    2 
 terra-1.1-4/terra/man/terrain.Rd         |    5 
 terra-1.1-4/terra/man/time.Rd            |    3 
 terra-1.1-4/terra/man/transpose.Rd       |    9 
 terra-1.1-4/terra/man/trim.Rd            |    9 
 terra-1.1-4/terra/man/union.Rd           |   15 
 terra-1.1-4/terra/man/unique.Rd          |    6 
 terra-1.1-4/terra/man/values.Rd          |   21 -
 terra-1.1-4/terra/man/vect.Rd            |    3 
 terra-1.1-4/terra/man/voronoi.Rd         |    5 
 terra-1.1-4/terra/man/window.Rd          |    5 
 terra-1.1-4/terra/man/writeRaster.Rd     |   36 +-
 terra-1.1-4/terra/man/xmin.Rd            |   12 
 terra-1.1-4/terra/man/xyCellFrom.Rd      |    7 
 terra-1.1-4/terra/src/Makevars.win       |   10 
 terra-1.1-4/terra/src/RcppExports.cpp    |   18 -
 terra-1.1-4/terra/src/RcppFunctions.cpp  |  104 +++++-
 terra-1.1-4/terra/src/RcppModule.cpp     |    5 
 terra-1.1-4/terra/src/aggregate.cpp      |    2 
 terra-1.1-4/terra/src/area.cpp           |    8 
 terra-1.1-4/terra/src/arith.cpp          |    6 
 terra-1.1-4/terra/src/crs.cpp            |    7 
 terra-1.1-4/terra/src/distRaster.cpp     |  537 +++++++++++++++++++++++++++----
 terra-1.1-4/terra/src/distance.cpp       |    2 
 terra-1.1-4/terra/src/extract.cpp        |   21 -
 terra-1.1-4/terra/src/focal.cpp          |   11 
 terra-1.1-4/terra/src/gdal_algs.cpp      |    2 
 terra-1.1-4/terra/src/gdalio.cpp         |   44 ++
 terra-1.1-4/terra/src/geos_methods.cpp   |  152 +++++++-
 terra-1.1-4/terra/src/geos_spat.h        |   26 -
 terra-1.1-4/terra/src/math_utils.cpp     |    2 
 terra-1.1-4/terra/src/memory.cpp         |    2 
 terra-1.1-4/terra/src/ncdf_util.cpp      |  176 ++--------
 terra-1.1-4/terra/src/pointInPolygon.cpp |    2 
 terra-1.1-4/terra/src/ram.cpp            |    2 
 terra-1.1-4/terra/src/raster_methods.cpp |   90 ++---
 terra-1.1-4/terra/src/raster_stats.cpp   |    2 
 terra-1.1-4/terra/src/rasterize.cpp      |   40 +-
 terra-1.1-4/terra/src/read.cpp           |   26 +
 terra-1.1-4/terra/src/read_gdal.cpp      |    4 
 terra-1.1-4/terra/src/read_ogr.cpp       |   31 +
 terra-1.1-4/terra/src/sample.cpp         |  108 +++---
 terra-1.1-4/terra/src/spatBase.h         |    3 
 terra-1.1-4/terra/src/spatDataframe.cpp  |    2 
 terra-1.1-4/terra/src/spatExtent.cpp     |    5 
 terra-1.1-4/terra/src/spatOptions.cpp    |   13 
 terra-1.1-4/terra/src/spatRaster.cpp     |    8 
 terra-1.1-4/terra/src/spatRaster.h       |    6 
 terra-1.1-4/terra/src/spatSources.cpp    |    2 
 terra-1.1-4/terra/src/spatVector.cpp     |    5 
 terra-1.1-4/terra/src/spatVector.h       |    4 
 terra-1.1-4/terra/src/string_utils.cpp   |    2 
 terra-1.1-4/terra/src/terrain.cpp        |    2 
 terra-1.1-4/terra/src/time.cpp           |    2 
 terra-1.1-4/terra/src/vecmath.h          |   13 
 terra-1.1-4/terra/src/vecmathfun.cpp     |    4 
 terra-1.1-4/terra/src/vector_methods.cpp |    3 
 terra-1.1-4/terra/src/write.cpp          |   15 
 terra-1.1-4/terra/src/write_gdal.cpp     |    2 
 terra-1.1-4/terra/src/write_ogr.cpp      |    2 
 205 files changed, 2657 insertions(+), 1520 deletions(-)

More information about terra at CRAN
Permanent link

Package spsComps updated to version 0.1.1 with previous version 0.1.0 dated 2021-02-25

Title: 'systemPipeShiny' UI and Server Components
Description: The systemPipeShiny (SPS) framework comes with many UI and server components. However, installing the whole framework is heavy and takes some time. If you would like to use UI and server components from SPS in your own Shiny apps, but do not want to install the whole framework, just install this package.
Author: Le Zhang [aut, cre]
Maintainer: Le Zhang <lezhang100@gmail.com>

Diff between spsComps versions 0.1.0 dated 2021-02-25 and 0.1.1 dated 2021-03-09

 DESCRIPTION                   |   15 +--
 MD5                           |   37 ++++-----
 NAMESPACE                     |    2 
 NEWS.md                       |only
 R/depend.R                    |   41 ----------
 R/pg_pane.R                   |   41 ++++------
 R/spsServerCollections.R      |  124 ++++++++++++++++++------------
 R/spsUIcollections.R          |  171 ++++++++++++++++++++++--------------------
 R/sps_timeline.R              |    2 
 README.md                     |   18 +---
 inst/assets/css/sps-comps.css |  113 +++++++++++++++++++++++++++
 man/bsHoverPopover.Rd         |   16 +++
 man/gallery.Rd                |   18 ++--
 man/heightMatcher.Rd          |    4 
 man/pgPaneUpdate.Rd           |    3 
 man/shinyCatch.Rd             |   83 ++++++++++----------
 man/shinyCheckPkg.Rd          |   41 ++++++++--
 man/spsCodeBtn.Rd             |  124 +++++++++++++++---------------
 man/spsDepend.Rd              |    5 -
 man/spsTimeline.Rd            |    2 
 20 files changed, 502 insertions(+), 358 deletions(-)

More information about spsComps at CRAN
Permanent link

Package SmallCountRounding updated to version 0.7.0 with previous version 0.6.0 dated 2020-10-15

Title: Small Count Rounding of Tabular Data
Description: A statistical disclosure control tool to protect frequency tables in cases where small values are sensitive. The function PLSrounding() performs small count rounding of necessary inner cells so that all small frequencies of cross-classifications to be published (publishable cells) are rounded. This is equivalent to changing micro data since frequencies of unique combinations are changed. Thus, additivity and consistency are guaranteed. The methodology is described in Langsrud and Heldal (2018) <https://www.researchgate.net/publication/327768398_An_Algorithm_for_Small_Count_Rounding_of_Tabular_Data>.
Author: Øyvind Langsrud [aut, cre], Johan Heldal [aut]
Maintainer: Øyvind Langsrud <oyl@ssb.no>

Diff between SmallCountRounding versions 0.6.0 dated 2020-10-15 and 0.7.0 dated 2021-03-09

 SmallCountRounding-0.6.0/SmallCountRounding/man/ModelMatrix.Rd                               |only
 SmallCountRounding-0.7.0/SmallCountRounding/DESCRIPTION                                      |    8 
 SmallCountRounding-0.7.0/SmallCountRounding/MD5                                              |   28 -
 SmallCountRounding-0.7.0/SmallCountRounding/NAMESPACE                                        |    5 
 SmallCountRounding-0.7.0/SmallCountRounding/NEWS.md                                          |   14 
 SmallCountRounding-0.7.0/SmallCountRounding/R/ModelMatrixExtra.R                             |only
 SmallCountRounding-0.7.0/SmallCountRounding/R/OldVersions.R                                  |   23 +
 SmallCountRounding-0.7.0/SmallCountRounding/R/PLSrounding.R                                  |   78 +++--
 SmallCountRounding-0.7.0/SmallCountRounding/R/RoundViaDummy.R                                |  150 ++--------
 SmallCountRounding-0.7.0/SmallCountRounding/inst/doc/Introduction_to_SmallCountRounding.R    |   13 
 SmallCountRounding-0.7.0/SmallCountRounding/inst/doc/Introduction_to_SmallCountRounding.Rmd  |   31 +-
 SmallCountRounding-0.7.0/SmallCountRounding/inst/doc/Introduction_to_SmallCountRounding.html |  134 +++++++-
 SmallCountRounding-0.7.0/SmallCountRounding/man/PLSrounding.Rd                               |   31 +-
 SmallCountRounding-0.7.0/SmallCountRounding/man/RoundViaDummy.Rd                             |    6 
 SmallCountRounding-0.7.0/SmallCountRounding/tests/testthat/test-PLSrounding.R                |   21 -
 SmallCountRounding-0.7.0/SmallCountRounding/vignettes/Introduction_to_SmallCountRounding.Rmd |   31 +-
 16 files changed, 326 insertions(+), 247 deletions(-)

More information about SmallCountRounding at CRAN
Permanent link

Package rchallenge updated to version 1.3.4 with previous version 1.3.3 dated 2021-03-06

Title: A Simple Data Science Challenge System
Description: A simple data science challenge system using R Markdown and 'Dropbox' <https://www.dropbox.com/>. It requires no network configuration, does not depend on external platforms like e.g. 'Kaggle' <https://www.kaggle.com/> and can be easily installed on a personal computer.
Author: Adrien Todeschini [aut, cre], Robin Genuer [ctb]
Maintainer: Adrien Todeschini <adrien.todeschini@gmail.com>

Diff between rchallenge versions 1.3.3 dated 2021-03-06 and 1.3.4 dated 2021-03-09

 DESCRIPTION                  |    6 +++---
 MD5                          |   10 +++++-----
 NEWS.md                      |    4 ++++
 R/new.r                      |    4 +++-
 man/publish.Rd               |    4 +++-
 tests/testthat/test-pandoc.R |    1 +
 6 files changed, 19 insertions(+), 10 deletions(-)

More information about rchallenge at CRAN
Permanent link

New package ProbSamplingI with initial version 0.1.0
Package: ProbSamplingI
Type: Package
Title: Probabilistic Sampling Design and Strategies
Version: 0.1.0
Date: 2021-02-03
Authors@R: c(person("Jorge","Baron", role = c("aut", "cre","cph"), email = "jorgeabaron@correo.unicordoba.edu.co"), person("Guillermo","Martínez", role = "aut", email="guillermomartinez@correo.unicordoba.edu.co") )
Description: It allows the user to determine sample sizes, select probabilistic samples, make estimates of different parameters for the total finite population and in studio domains, using the main design drawings.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-26 20:10:54 UTC; LENOVO
Author: Jorge Baron [aut, cre, cph], Guillermo Martínez [aut]
Maintainer: Jorge Baron <jorgeabaron@correo.unicordoba.edu.co>
Repository: CRAN
Date/Publication: 2021-03-09 07:50:28 UTC

More information about ProbSamplingI at CRAN
Permanent link

Package pointblank updated to version 0.7.0 with previous version 0.6.0 dated 2020-11-20

Title: Validation of Local and Remote Data Tables
Description: Validate data in data frames, 'tibble' objects, 'Spark' 'DataFrames', and database tables (e.g., 'PostgreSQL' and 'MySQL'). Validation pipelines can be made using easily-readable, consecutive validation steps. Upon execution of the validation plan, several reporting options are available. User-defined thresholds for failure rates allow for the determination of appropriate reporting actions. Many other workflows are available including an information management workflow, where the aim is to record, collect, and generate useful information on data tables.
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>), Mauricio Vargas [aut] (<https://orcid.org/0000-0003-1017-7574>)
Maintainer: Richard Iannone <riannone@me.com>

Diff between pointblank versions 0.6.0 dated 2020-11-20 and 0.7.0 dated 2021-03-09

 pointblank-0.6.0/pointblank/R/db_tbl.R                                       |only
 pointblank-0.6.0/pointblank/inst/agent-small_table.yml                       |only
 pointblank-0.6.0/pointblank/inst/informant-small_table.yml                   |only
 pointblank-0.6.0/pointblank/inst/pointblank-small_table.yml                  |only
 pointblank-0.6.0/pointblank/inst/small_table.db                              |only
 pointblank-0.6.0/pointblank/inst/y.yml                                       |only
 pointblank-0.6.0/pointblank/tests/testthat/mysql-2.R                         |only
 pointblank-0.6.0/pointblank/tests/testthat/mysql.R                           |only
 pointblank-0.6.0/pointblank/tests/testthat/test-postgres-2.R                 |only
 pointblank-0.6.0/pointblank/tests/testthat/test-postgres.R                   |only
 pointblank-0.7.0/pointblank/DESCRIPTION                                      |   28 
 pointblank-0.7.0/pointblank/LICENSE                                          |    2 
 pointblank-0.7.0/pointblank/MD5                                              |  379 ++--
 pointblank-0.7.0/pointblank/NAMESPACE                                        |   34 
 pointblank-0.7.0/pointblank/NEWS.md                                          |   48 
 pointblank-0.7.0/pointblank/R/action_levels.R                                |  132 +
 pointblank-0.7.0/pointblank/R/all_passed.R                                   |    7 
 pointblank-0.7.0/pointblank/R/col_exists.R                                   |   54 
 pointblank-0.7.0/pointblank/R/col_is_character.R                             |   54 
 pointblank-0.7.0/pointblank/R/col_is_date.R                                  |   54 
 pointblank-0.7.0/pointblank/R/col_is_factor.R                                |   54 
 pointblank-0.7.0/pointblank/R/col_is_integer.R                               |   54 
 pointblank-0.7.0/pointblank/R/col_is_logical.R                               |   54 
 pointblank-0.7.0/pointblank/R/col_is_numeric.R                               |   54 
 pointblank-0.7.0/pointblank/R/col_is_posix.R                                 |   57 
 pointblank-0.7.0/pointblank/R/col_schema_match.R                             |   69 
 pointblank-0.7.0/pointblank/R/col_vals_between.R                             |   68 
 pointblank-0.7.0/pointblank/R/col_vals_decreasing.R                          |only
 pointblank-0.7.0/pointblank/R/col_vals_equal.R                               |   66 
 pointblank-0.7.0/pointblank/R/col_vals_expr.R                                |   74 
 pointblank-0.7.0/pointblank/R/col_vals_gt.R                                  |  121 +
 pointblank-0.7.0/pointblank/R/col_vals_gte.R                                 |   68 
 pointblank-0.7.0/pointblank/R/col_vals_in_set.R                              |   66 
 pointblank-0.7.0/pointblank/R/col_vals_increasing.R                          |only
 pointblank-0.7.0/pointblank/R/col_vals_lt.R                                  |   67 
 pointblank-0.7.0/pointblank/R/col_vals_lte.R                                 |   68 
 pointblank-0.7.0/pointblank/R/col_vals_make_set.R                            |only
 pointblank-0.7.0/pointblank/R/col_vals_make_subset.R                         |only
 pointblank-0.7.0/pointblank/R/col_vals_not_between.R                         |   77 
 pointblank-0.7.0/pointblank/R/col_vals_not_equal.R                           |   66 
 pointblank-0.7.0/pointblank/R/col_vals_not_in_set.R                          |   61 
 pointblank-0.7.0/pointblank/R/col_vals_not_null.R                            |   57 
 pointblank-0.7.0/pointblank/R/col_vals_null.R                                |   57 
 pointblank-0.7.0/pointblank/R/col_vals_regex.R                               |   66 
 pointblank-0.7.0/pointblank/R/conjointly.R                                   |  115 +
 pointblank-0.7.0/pointblank/R/create_agent.R                                 |  166 +-
 pointblank-0.7.0/pointblank/R/create_informant.R                             |  141 +
 pointblank-0.7.0/pointblank/R/create_multiagent.R                            |only
 pointblank-0.7.0/pointblank/R/datasets.R                                     |    5 
 pointblank-0.7.0/pointblank/R/emailing.R                                     |  263 ++-
 pointblank-0.7.0/pointblank/R/file_naming.R                                  |only
 pointblank-0.7.0/pointblank/R/get_agent_report.R                             |  266 ++-
 pointblank-0.7.0/pointblank/R/get_agent_x_list.R                             |    4 
 pointblank-0.7.0/pointblank/R/get_data_extracts.R                            |    2 
 pointblank-0.7.0/pointblank/R/get_informant_report.R                         |   37 
 pointblank-0.7.0/pointblank/R/get_multiagent_report.R                        |only
 pointblank-0.7.0/pointblank/R/get_sundered_data.R                            |    6 
 pointblank-0.7.0/pointblank/R/has_columns.R                                  |only
 pointblank-0.7.0/pointblank/R/incorporate.R                                  |   92 -
 pointblank-0.7.0/pointblank/R/info_add.R                                     |  804 +++++++++-
 pointblank-0.7.0/pointblank/R/interrogate.R                                  |  300 +++
 pointblank-0.7.0/pointblank/R/logging.R                                      |   30 
 pointblank-0.7.0/pointblank/R/object_ops.R                                   |  370 +++-
 pointblank-0.7.0/pointblank/R/print.R                                        |  131 +
 pointblank-0.7.0/pointblank/R/read_disk_multiagent.R                         |only
 pointblank-0.7.0/pointblank/R/reexports.R                                    |    4 
 pointblank-0.7.0/pointblank/R/remove_deactivate.R                            |only
 pointblank-0.7.0/pointblank/R/rows_distinct.R                                |   59 
 pointblank-0.7.0/pointblank/R/scan_data.R                                    |  121 -
 pointblank-0.7.0/pointblank/R/steps_and_briefs.R                             |  100 +
 pointblank-0.7.0/pointblank/R/tbl_from_db.R                                  |only
 pointblank-0.7.0/pointblank/R/tbl_from_file.R                                |only
 pointblank-0.7.0/pointblank/R/tbl_store.R                                    |only
 pointblank-0.7.0/pointblank/R/utils-output.R                                 |only
 pointblank-0.7.0/pointblank/R/utils.R                                        |  460 +++++
 pointblank-0.7.0/pointblank/R/validate_rmd.R                                 |   55 
 pointblank-0.7.0/pointblank/R/write_testthat_file.R                          |only
 pointblank-0.7.0/pointblank/R/yaml_exec.R                                    |only
 pointblank-0.7.0/pointblank/R/yaml_read_agent.R                              |  273 ++-
 pointblank-0.7.0/pointblank/R/yaml_read_informant.R                          |   92 -
 pointblank-0.7.0/pointblank/R/yaml_write.R                                   |  618 ++++++-
 pointblank-0.7.0/pointblank/R/zzz.R                                          |   17 
 pointblank-0.7.0/pointblank/README.md                                        |   11 
 pointblank-0.7.0/pointblank/inst/data_files                                  |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_decreasing.png  |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_decreasing.svg  |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_increasing.png  |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_increasing.svg  |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_make_set.png    |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_make_set.svg    |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_make_subset.png |only
 pointblank-0.7.0/pointblank/inst/img/function_icons/col_vals_make_subset.svg |only
 pointblank-0.7.0/pointblank/inst/text/translations_built                     |binary
 pointblank-0.7.0/pointblank/inst/yaml                                        |only
 pointblank-0.7.0/pointblank/man/action_levels.Rd                             |  135 +
 pointblank-0.7.0/pointblank/man/activate_steps.Rd                            |only
 pointblank-0.7.0/pointblank/man/affix_date.Rd                                |only
 pointblank-0.7.0/pointblank/man/affix_datetime.Rd                            |only
 pointblank-0.7.0/pointblank/man/all_passed.Rd                                |    9 
 pointblank-0.7.0/pointblank/man/col_exists.Rd                                |   78 
 pointblank-0.7.0/pointblank/man/col_is_character.Rd                          |   78 
 pointblank-0.7.0/pointblank/man/col_is_date.Rd                               |   78 
 pointblank-0.7.0/pointblank/man/col_is_factor.Rd                             |   78 
 pointblank-0.7.0/pointblank/man/col_is_integer.Rd                            |   78 
 pointblank-0.7.0/pointblank/man/col_is_logical.Rd                            |   78 
 pointblank-0.7.0/pointblank/man/col_is_numeric.Rd                            |   78 
 pointblank-0.7.0/pointblank/man/col_is_posix.Rd                              |   79 
 pointblank-0.7.0/pointblank/man/col_schema.Rd                                |   17 
 pointblank-0.7.0/pointblank/man/col_schema_match.Rd                          |   87 -
 pointblank-0.7.0/pointblank/man/col_vals_between.Rd                          |  108 +
 pointblank-0.7.0/pointblank/man/col_vals_decreasing.Rd                       |only
 pointblank-0.7.0/pointblank/man/col_vals_equal.Rd                            |  106 +
 pointblank-0.7.0/pointblank/man/col_vals_expr.Rd                             |  112 +
 pointblank-0.7.0/pointblank/man/col_vals_gt.Rd                               |  123 +
 pointblank-0.7.0/pointblank/man/col_vals_gte.Rd                              |  107 +
 pointblank-0.7.0/pointblank/man/col_vals_in_set.Rd                           |   96 +
 pointblank-0.7.0/pointblank/man/col_vals_increasing.Rd                       |only
 pointblank-0.7.0/pointblank/man/col_vals_lt.Rd                               |  107 +
 pointblank-0.7.0/pointblank/man/col_vals_lte.Rd                              |  108 +
 pointblank-0.7.0/pointblank/man/col_vals_make_set.Rd                         |only
 pointblank-0.7.0/pointblank/man/col_vals_make_subset.Rd                      |only
 pointblank-0.7.0/pointblank/man/col_vals_not_between.Rd                      |  116 +
 pointblank-0.7.0/pointblank/man/col_vals_not_equal.Rd                        |  106 +
 pointblank-0.7.0/pointblank/man/col_vals_not_in_set.Rd                       |   96 +
 pointblank-0.7.0/pointblank/man/col_vals_not_null.Rd                         |   92 -
 pointblank-0.7.0/pointblank/man/col_vals_null.Rd                             |   92 -
 pointblank-0.7.0/pointblank/man/col_vals_regex.Rd                            |  106 +
 pointblank-0.7.0/pointblank/man/conjointly.Rd                                |  154 +
 pointblank-0.7.0/pointblank/man/create_agent.Rd                              |  153 +
 pointblank-0.7.0/pointblank/man/create_informant.Rd                          |  105 +
 pointblank-0.7.0/pointblank/man/create_multiagent.Rd                         |only
 pointblank-0.7.0/pointblank/man/db_tbl.Rd                                    |  178 +-
 pointblank-0.7.0/pointblank/man/deactivate_steps.Rd                          |only
 pointblank-0.7.0/pointblank/man/email_blast.Rd                               |  164 +-
 pointblank-0.7.0/pointblank/man/email_create.Rd                              |   96 -
 pointblank-0.7.0/pointblank/man/figures/man_create_multiagent_1.png          |only
 pointblank-0.7.0/pointblank/man/figures/man_scan_data_1.png                  |only
 pointblank-0.7.0/pointblank/man/file_tbl.Rd                                  |only
 pointblank-0.7.0/pointblank/man/from_github.Rd                               |only
 pointblank-0.7.0/pointblank/man/get_agent_report.Rd                          |   23 
 pointblank-0.7.0/pointblank/man/get_agent_x_list.Rd                          |    7 
 pointblank-0.7.0/pointblank/man/get_data_extracts.Rd                         |    5 
 pointblank-0.7.0/pointblank/man/get_informant_report.Rd                      |   22 
 pointblank-0.7.0/pointblank/man/get_multiagent_report.Rd                     |only
 pointblank-0.7.0/pointblank/man/get_sundered_data.Rd                         |    9 
 pointblank-0.7.0/pointblank/man/has_columns.Rd                               |only
 pointblank-0.7.0/pointblank/man/incorporate.Rd                               |    6 
 pointblank-0.7.0/pointblank/man/info_columns.Rd                              |  132 +
 pointblank-0.7.0/pointblank/man/info_section.Rd                              |  134 +
 pointblank-0.7.0/pointblank/man/info_snippet.Rd                              |   91 -
 pointblank-0.7.0/pointblank/man/info_tabular.Rd                              |  126 +
 pointblank-0.7.0/pointblank/man/interrogate.Rd                               |    4 
 pointblank-0.7.0/pointblank/man/log4r_step.Rd                                |    6 
 pointblank-0.7.0/pointblank/man/print.ptblank_multiagent.Rd                  |only
 pointblank-0.7.0/pointblank/man/print.read_fn.Rd                             |only
 pointblank-0.7.0/pointblank/man/print.tbl_store.Rd                           |only
 pointblank-0.7.0/pointblank/man/read_disk_multiagent.Rd                      |only
 pointblank-0.7.0/pointblank/man/reexports.Rd                                 |    4 
 pointblank-0.7.0/pointblank/man/remove_read_fn.Rd                            |   63 
 pointblank-0.7.0/pointblank/man/remove_steps.Rd                              |only
 pointblank-0.7.0/pointblank/man/remove_tbl.Rd                                |   60 
 pointblank-0.7.0/pointblank/man/rows_distinct.Rd                             |   92 -
 pointblank-0.7.0/pointblank/man/scan_data.Rd                                 |   20 
 pointblank-0.7.0/pointblank/man/set_read_fn.Rd                               |   67 
 pointblank-0.7.0/pointblank/man/set_tbl.Rd                                   |   57 
 pointblank-0.7.0/pointblank/man/snip_highest.Rd                              |   45 
 pointblank-0.7.0/pointblank/man/snip_list.Rd                                 |  104 +
 pointblank-0.7.0/pointblank/man/snip_lowest.Rd                               |   45 
 pointblank-0.7.0/pointblank/man/snip_stats.Rd                                |only
 pointblank-0.7.0/pointblank/man/stop_if_not.Rd                               |   16 
 pointblank-0.7.0/pointblank/man/tbl_get.Rd                                   |only
 pointblank-0.7.0/pointblank/man/tbl_source.Rd                                |only
 pointblank-0.7.0/pointblank/man/tbl_store.Rd                                 |only
 pointblank-0.7.0/pointblank/man/validate_rmd.Rd                              |    7 
 pointblank-0.7.0/pointblank/man/write_testthat_file.Rd                       |only
 pointblank-0.7.0/pointblank/man/x_read_disk.Rd                               |   15 
 pointblank-0.7.0/pointblank/man/x_write_disk.Rd                              |   26 
 pointblank-0.7.0/pointblank/man/yaml_agent_interrogate.Rd                    |   53 
 pointblank-0.7.0/pointblank/man/yaml_agent_show_exprs.Rd                     |   39 
 pointblank-0.7.0/pointblank/man/yaml_agent_string.Rd                         |   51 
 pointblank-0.7.0/pointblank/man/yaml_exec.Rd                                 |only
 pointblank-0.7.0/pointblank/man/yaml_informant_incorporate.Rd                |   37 
 pointblank-0.7.0/pointblank/man/yaml_read_agent.Rd                           |   58 
 pointblank-0.7.0/pointblank/man/yaml_read_informant.Rd                       |   19 
 pointblank-0.7.0/pointblank/man/yaml_write.Rd                                |  104 -
 pointblank-0.7.0/pointblank/tests/testthat/penguins.csv                      |only
 pointblank-0.7.0/pointblank/tests/testthat/postgres-2.R                      |only
 pointblank-0.7.0/pointblank/tests/testthat/postgres.R                        |only
 pointblank-0.7.0/pointblank/tests/testthat/test-col_schema.R                 |    2 
 pointblank-0.7.0/pointblank/tests/testthat/test-create_agent.R               |    3 
 pointblank-0.7.0/pointblank/tests/testthat/test-create_informant.R           |    1 
 pointblank-0.7.0/pointblank/tests/testthat/test-create_multiagent.R          |only
 pointblank-0.7.0/pointblank/tests/testthat/test-create_validation_steps.R    |   91 +
 pointblank-0.7.0/pointblank/tests/testthat/test-expectation_fns.R            |  117 +
 pointblank-0.7.0/pointblank/tests/testthat/test-file_naming.R                |only
 pointblank-0.7.0/pointblank/tests/testthat/test-get_agent_report.R           |  124 +
 pointblank-0.7.0/pointblank/tests/testthat/test-get_data_extracts.R          |    2 
 pointblank-0.7.0/pointblank/tests/testthat/test-get_informant_report.R       |  269 +++
 pointblank-0.7.0/pointblank/tests/testthat/test-get_multiagent_report.R      |only
 pointblank-0.7.0/pointblank/tests/testthat/test-has_columns.R                |only
 pointblank-0.7.0/pointblank/tests/testthat/test-incorporate_with_informant.R |   24 
 pointblank-0.7.0/pointblank/tests/testthat/test-interrogate_simple.R         |  243 +++
 pointblank-0.7.0/pointblank/tests/testthat/test-interrogate_with_agent.R     |  278 +++
 pointblank-0.7.0/pointblank/tests/testthat/test-interrogate_with_agent_db.R  |  139 +
 pointblank-0.7.0/pointblank/tests/testthat/test-object_ops.R                 |   18 
 pointblank-0.7.0/pointblank/tests/testthat/test-read_disk_multiagent.R       |only
 pointblank-0.7.0/pointblank/tests/testthat/test-remove_deactivate.R          |only
 pointblank-0.7.0/pointblank/tests/testthat/test-scan_data.R                  |    6 
 pointblank-0.7.0/pointblank/tests/testthat/test-snip_fns.R                   |  533 ++++++
 pointblank-0.7.0/pointblank/tests/testthat/test-sundering.R                  |    3 
 pointblank-0.7.0/pointblank/tests/testthat/test-test_fns.R                   |  130 +
 pointblank-0.7.0/pointblank/tests/testthat/test-util_functions.R             |  210 ++
 pointblank-0.7.0/pointblank/tests/testthat/test-write_testthat_file.R        |only
 pointblank-0.7.0/pointblank/tests/testthat/test-x_list.R                     |    4 
 pointblank-0.7.0/pointblank/tests/testthat/test-yaml.R                       |  730 ++++++++-
 pointblank-0.7.0/pointblank/tests/testthat/test-yaml_read_informant.R        |   15 
 pointblank-0.7.0/pointblank/tests/testthat/tests_rds_files                   |only
 217 files changed, 12254 insertions(+), 2091 deletions(-)

More information about pointblank at CRAN
Permanent link

Package paws.cost.management updated to version 0.1.11 with previous version 0.1.10 dated 2021-01-16

Title: Amazon Web Services Cost Management Services
Description: Interface to Amazon Web Services cost management services, including cost and usage reports, budgets, pricing, 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.cost.management versions 0.1.10 dated 2021-01-16 and 0.1.11 dated 2021-03-09

 DESCRIPTION                                                   |    6 
 MD5                                                           |  166 -
 R/budgets_operations.R                                        |  648 +++++
 R/costandusagereportservice_operations.R                      |   41 
 R/costexplorer_operations.R                                   | 1233 +++++++++-
 R/marketplacecommerceanalytics_operations.R                   |  153 -
 R/marketplaceentitlementservice_operations.R                  |   24 
 R/marketplacemetering_operations.R                            |   83 
 R/pricing_operations.R                                        |   46 
 R/pricing_service.R                                           |    8 
 man/budgets_create_budget.Rd                                  |    7 
 man/budgets_create_budget_action.Rd                           |    8 
 man/budgets_create_notification.Rd                            |    3 
 man/budgets_create_subscriber.Rd                              |    3 
 man/budgets_delete_budget.Rd                                  |    3 
 man/budgets_delete_budget_action.Rd                           |   53 
 man/budgets_delete_notification.Rd                            |    3 
 man/budgets_delete_subscriber.Rd                              |    3 
 man/budgets_describe_budget.Rd                                |   59 
 man/budgets_describe_budget_action.Rd                         |   53 
 man/budgets_describe_budget_action_histories.Rd               |   64 
 man/budgets_describe_budget_actions_for_account.Rd            |   54 
 man/budgets_describe_budget_actions_for_budget.Rd             |   54 
 man/budgets_describe_budget_performance_history.Rd            |   49 
 man/budgets_describe_budgets.Rd                               |   62 
 man/budgets_describe_notifications_for_budget.Rd              |   15 
 man/budgets_describe_subscribers_for_notification.Rd          |   12 
 man/budgets_execute_budget_action.Rd                          |    9 
 man/budgets_update_budget.Rd                                  |    3 
 man/budgets_update_budget_action.Rd                           |   99 
 man/budgets_update_notification.Rd                            |    3 
 man/budgets_update_subscriber.Rd                              |    3 
 man/costandusagereportservice_delete_report_definition.Rd     |    6 
 man/costandusagereportservice_describe_report_definitions.Rd  |   25 
 man/costandusagereportservice_modify_report_definition.Rd     |    3 
 man/costandusagereportservice_put_report_definition.Rd        |    3 
 man/costexplorer_create_anomaly_monitor.Rd                    |    6 
 man/costexplorer_create_anomaly_subscription.Rd               |    6 
 man/costexplorer_create_cost_category_definition.Rd           |    7 
 man/costexplorer_delete_anomaly_monitor.Rd                    |    3 
 man/costexplorer_delete_anomaly_subscription.Rd               |    3 
 man/costexplorer_delete_cost_category_definition.Rd           |    7 
 man/costexplorer_describe_cost_category_definition.Rd         |   59 
 man/costexplorer_get_anomalies.Rd                             |   32 
 man/costexplorer_get_anomaly_monitors.Rd                      |   54 
 man/costexplorer_get_anomaly_subscriptions.Rd                 |   25 
 man/costexplorer_get_cost_and_usage.Rd                        |   54 
 man/costexplorer_get_cost_and_usage_with_resources.Rd         |   61 
 man/costexplorer_get_cost_categories.Rd                       |   14 
 man/costexplorer_get_cost_forecast.Rd                         |   37 
 man/costexplorer_get_dimension_values.Rd                      |   66 
 man/costexplorer_get_reservation_coverage.Rd                  |  119 
 man/costexplorer_get_reservation_purchase_recommendation.Rd   |   97 
 man/costexplorer_get_reservation_utilization.Rd               |  106 
 man/costexplorer_get_rightsizing_recommendation.Rd            |  119 
 man/costexplorer_get_savings_plans_coverage.Rd                |   35 
 man/costexplorer_get_savings_plans_purchase_recommendation.Rd |   55 
 man/costexplorer_get_savings_plans_utilization.Rd             |   59 
 man/costexplorer_get_savings_plans_utilization_details.Rd     |   56 
 man/costexplorer_get_tags.Rd                                  |   11 
 man/costexplorer_get_usage_forecast.Rd                        |   32 
 man/costexplorer_list_cost_category_definitions.Rd            |   29 
 man/costexplorer_provide_anomaly_feedback.Rd                  |    6 
 man/costexplorer_update_anomaly_monitor.Rd                    |    6 
 man/costexplorer_update_anomaly_subscription.Rd               |    6 
 man/costexplorer_update_cost_category_definition.Rd           |    7 
 man/marketplacecommerceanalytics_generate_data_set.Rd         |  101 
 man/marketplacecommerceanalytics_start_support_data_export.Rd |   52 
 man/marketplaceentitlementservice_get_entitlements.Rd         |   22 
 man/marketplacemetering_batch_meter_usage.Rd                  |   51 
 man/marketplacemetering_meter_usage.Rd                        |    6 
 man/marketplacemetering_register_usage.Rd                     |   11 
 man/marketplacemetering_resolve_customer.Rd                   |    7 
 man/pricing.Rd                                                |    8 
 man/pricing_describe_services.Rd                              |   19 
 man/pricing_get_attribute_values.Rd                           |   11 
 man/pricing_get_products.Rd                                   |   10 
 tests/testthat/test_budgets.R                                 |    2 
 tests/testthat/test_costandusagereportservice.R               |    2 
 tests/testthat/test_costexplorer.R                            |    2 
 tests/testthat/test_marketplacecommerceanalytics.R            |    2 
 tests/testthat/test_marketplaceentitlementservice.R           |    2 
 tests/testthat/test_marketplacemetering.R                     |    2 
 tests/testthat/test_pricing.R                                 |    2 
 84 files changed, 4162 insertions(+), 394 deletions(-)

More information about paws.cost.management at CRAN
Permanent link

Package cargo updated to version 0.1.19 with previous version 0.1.10 dated 2021-03-05

Title: Download and Run Cargo, the Rust Package Manager
Description: Tools are provided to download, install, and run 'Cargo' <https://doc.rust-lang.org/cargo/> (the 'Rust' <https://www.rust-lang.org/> package manager). Other packages based on Rust can declare 'LinkingTo: cargo' in their DESCRIPTION file and then access Cargo during the installation of their source package.
Author: David B. Dahl [aut, cre] (<https://orcid.org/0000-0002-8173-1547>)
Maintainer: David B. Dahl <dahl@stat.byu.edu>

Diff between cargo versions 0.1.10 dated 2021-03-05 and 0.1.19 dated 2021-03-09

 DESCRIPTION         |   12 -
 MD5                 |   17 +-
 NAMESPACE           |    3 
 NEWS                |    3 
 R/cargo.R           |  353 ++++++++++++++++++++++++++++++----------------------
 configure           |    2 
 configure.win       |    2 
 man/install.Rd      |only
 man/is_available.Rd |only
 man/run.Rd          |   56 ++------
 man/target.Rd       |only
 11 files changed, 254 insertions(+), 194 deletions(-)

More information about cargo at CRAN
Permanent link

Package simul (with last version 0.1.1) was removed from CRAN

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

2021-02-22 0.1.1

Permanent link

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