Title: Missing Outcome Data in Health Economic Evaluation
Description: Contains a suite of functions for health economic evaluations with missing outcome data.
The package can fit different types of statistical models under a fully Bayesian approach using the software 'JAGS' (which should be installed locally and which is loaded in 'missingHE' via the 'R' package 'R2jags').
Three classes of models can be fitted under a variety of missing data assumptions: selection models, pattern mixture models and hurdle models.
In addition to model fitting, 'missingHE' provides a set of specialised functions to assess model convergence and fit, and to summarise the statistical and economic results using different types of measures and graphs.
The methods implemented are described in Mason (2018) <doi:10.1002/hec.3793>, Molenberghs (2000) <doi:10.1007/978-1-4419-0300-6_18> and Gabrio (2019) <doi:10.1002/sim.8045>.
Author: Andrea Gabrio [aut, cre]
Maintainer: Andrea Gabrio <a.gabrio@maastrichtuniversity.nl>
Diff between missingHE versions 1.6.0 dated 2026-03-19 and 1.6.1 dated 2026-06-01
DESCRIPTION | 8 - MD5 | 34 ++-- R/hurdle.R | 4 R/menss-data.R | 2 R/prior_hurdle.R | 20 +- R/prior_lmdm.R | 14 - R/prior_pattern.R | 54 +++---- R/prior_selection.R | 6 R/run_hurdle.R | 16 +- R/write_hurdle.R | 24 +-- R/write_lmdm.R | 28 +-- R/write_pattern.R | 38 ++--- R/write_selection.R | 8 - build/vignette.rds |binary inst/doc/Fitting_MNAR_models_in_missingHE.html | 164 +++++++++++----------- inst/doc/Introduction_to_missingHE.html | 78 +++++----- inst/doc/Longitudinal_models_in_missingHE.html | 184 ++++++++++++------------- inst/doc/Model_customisation_in_missingHE.html | 66 ++++---- 18 files changed, 374 insertions(+), 374 deletions(-)
Title: Nowcasting by Bayesian Smoothing
Description: A Bayesian approach to estimate the number of occurred-but-not-yet-reported cases from incomplete, time-stamped reporting data for disease outbreaks. 'NobBS' learns the reporting delay distribution and the time evolution of the epidemic curve to produce smoothed nowcasts in both stable and time-varying case reporting settings, as described in McGough et al. (2020) <doi:10.1371/journal.pcbi.1007735>.
Author: Sarah McGough [aut, ctb],
Nicolas Menzies [aut],
Marc Lipsitch [aut],
Michael Johansson [aut],
Rami Yaari [aut, ctb],
Rodrigo Zepeda Tello [cre, aut, ctb],
Teresa Yamana [ctb],
Matteo Perini [ctb]
Maintainer: Rodrigo Zepeda Tello <rzepeda17@gmail.com>
Diff between NobBS versions 1.1.0 dated 2025-05-07 and 1.1.1 dated 2026-06-01
DESCRIPTION | 22 +++++++++++----------- MD5 | 8 ++++---- NEWS.md | 7 +++++++ inst/doc/dow_effect.html | 2 +- inst/doc/wis_calc.html | 4 ++-- 5 files changed, 25 insertions(+), 18 deletions(-)
Title: Identifying Modulators of Cellular Responses Leveraging
Intercellular Heterogeneity
Description: Cellular responses to perturbations are highly heterogeneous
and depend largely on the initial state of cells. Connecting
post-perturbation cells via cellular trajectories to untreated cells
(e.g. by leveraging metabolic labeling information) enables
exploitation of intercellular heterogeneity as a combined knock-down
and overexpression screen to identify pathway modulators, termed
Heterogeneity-seq (see 'Berg et al' <doi:10.1101/2024.10.28.620481>).
This package contains functions to generate cellular trajectories based
on scSLAM-seq (single-cell, thiol-(SH)-linked alkylation of RNA for
metabolic labelling sequencing) time courses, functions to identify
pathway modulators and to visualize the results.
Author: Kevin Berg [aut, cre],
Florian Erhard [aut] ,
Lygeri Sakellaridi [aut]
Maintainer: Kevin Berg <Kevin.Berg@informatik.uni-regensburg.de>
Diff between HetSeq versions 0.1.0 dated 2025-02-03 and 0.1.1 dated 2026-06-01
DESCRIPTION | 8 ++++---- MD5 | 26 +++++++++++++------------- NEWS.md | 2 +- R/hetseq.R | 6 +++--- R/plot.R | 4 ++-- R/trajectories.R | 6 +++--- man/Hetseq.Rd | 2 +- man/HetseqClassify.Rd | 2 +- man/HetseqDoubleML.Rd | 2 +- man/PlotClassify.Rd | 2 +- man/PlotDoubleML.Rd | 2 +- man/distmat.Rd | 2 +- man/mincostflow.Rd | 2 +- man/prune.Rd | 2 +- 14 files changed, 34 insertions(+), 34 deletions(-)
Title: Hierarchical Bayesian Area-Level Small Area Estimation Models
Description: Fits area-level Hierarchical Bayesian Small Area Estimation
models. The methodological foundation follows the standard area-level
Small Area Estimation literature, primarily Rao and Molina (2015,
ISBN: 9781118735787) <doi:10.1002/9781118735855>, while computational
implementation is adapted to the parameterisation and
prior-specification conventions of the 'brms' package
<doi:10.18637/jss.v080.i01>, which targets the
Stan back-end. Supports a principled Bayesian workflow
<doi:10.48550/arXiv.2011.01808>, with prior
predictive checks, convergence diagnostics, model comparison,
spatial random effects, custom distributions, missing-data
handling, and a bilingual 'shiny' application for non-programmer
analysts.
Author: Achmad Syahrul Choir [aut, cre] ,
Saniyyah Sri Nurhayati [aut],
Sofi Zamzanah [aut],
Arsyka Laila Oktalia Siregar [aut]
Maintainer: Achmad Syahrul Choir <madsyair@stis.ac.id>
Diff between hbsaems versions 1.0.0 dated 2026-05-24 and 1.1.0 dated 2026-06-01
DESCRIPTION | 9 MD5 | 60 +- NAMESPACE | 2 NEWS.md | 87 ++++ R/check-shiny-deps.R | 21 - R/convergence-check.R | 62 ++ R/deprecated.R | 2 R/hbm-flex.R | 76 +++ R/hbm.R | 66 +++ R/hbm_helpers_ext.R | 55 ++ R/hbmfit-methods.R | 20 R/model-compare.R | 138 ++++++ R/models-registry.R | 156 +++++++ R/prior-check.R | 119 ++++- R/sae-predict.R | 164 +++++++ build/vignette.rds |binary inst/WORDLIST | 367 +++++++++-------- inst/doc/complete-workflow.Rmd | 11 inst/doc/complete-workflow.html | 689 ++++++++++++++++++--------------- inst/shiny/sae_app/app.R | 32 + man/deprecated.Rd | 2 man/hbm.Rd | 11 man/hbm_flex.Rd | 25 + man/model_average.Rd | 5 man/prior_check.Rd | 38 + man/sae_predict.Rd | 43 +- tests/testthat/helper-fits.R |only tests/testthat/test-additions.R | 84 +--- tests/testthat/test-check-shiny-deps.R | 16 tests/testthat/test-prior-check.R |only tests/testthat/test-shiny-server.R |only tests/testthat/test-workflow-1-1-0.R |only vignettes/complete-workflow.Rmd | 11 33 files changed, 1725 insertions(+), 646 deletions(-)
Title: Sub-National Geospatial Data Archive: Geoprocessing Toolkit
Description: Integrates spatially-misaligned GIS datasets across incompatible
geographic units. Part of the Sub-National Geospatial Data Archive System.
For the underlying methods, see Zhukov, Byers, Davidson, and Kollman (2024)
"Integrating Data Across Misaligned Spatial Units," Political Analysis,
Volume 32, Number 1, pp. 17-33
<doi:10.1017/pan.2023.5>.
Author: Yuri M. Zhukov [aut, cre],
Jason Byers [aut],
Marty Davidson [aut]
Maintainer: Yuri M. Zhukov <ymz2@georgetown.edu>
This is a re-admission after prior archival of version 1.3.0 dated 2024-05-14
Diff between SUNGEO versions 1.3.0 dated 2024-05-14 and 1.4.0 dated 2026-06-01
SUNGEO-1.3.0/SUNGEO/R/point2poly_krige.R |only SUNGEO-1.3.0/SUNGEO/man/point2poly_krige.Rd |only SUNGEO-1.4.0/SUNGEO/DESCRIPTION | 38 ++- SUNGEO-1.4.0/SUNGEO/MD5 | 122 ++++----- SUNGEO-1.4.0/SUNGEO/NAMESPACE | 17 - SUNGEO-1.4.0/SUNGEO/R/SUNGEO.R | 2 SUNGEO-1.4.0/SUNGEO/R/data.R | 4 SUNGEO-1.4.0/SUNGEO/R/df2sf.R | 8 SUNGEO-1.4.0/SUNGEO/R/fix_geom.R | 5 SUNGEO-1.4.0/SUNGEO/R/geocode_osm.R | 319 +++++++++++++++++++------- SUNGEO-1.4.0/SUNGEO/R/geocode_osm_batch.R | 219 +++++++++++++---- SUNGEO-1.4.0/SUNGEO/R/get_data.R | 14 - SUNGEO-1.4.0/SUNGEO/R/get_info.R | 9 SUNGEO-1.4.0/SUNGEO/R/hot_spot.R | 53 ++-- SUNGEO-1.4.0/SUNGEO/R/line2poly.R | 4 SUNGEO-1.4.0/SUNGEO/R/make_ticker.R | 11 SUNGEO-1.4.0/SUNGEO/R/merge_list.R | 6 SUNGEO-1.4.0/SUNGEO/R/nesting.R | 4 SUNGEO-1.4.0/SUNGEO/R/point2poly_simp.R | 14 - SUNGEO-1.4.0/SUNGEO/R/point2poly_tess.R | 7 SUNGEO-1.4.0/SUNGEO/R/poly2poly_ap.R | 32 +- SUNGEO-1.4.0/SUNGEO/R/sf2raster.R | 10 SUNGEO-1.4.0/SUNGEO/R/smart_round.R | 10 SUNGEO-1.4.0/SUNGEO/R/update_bbox.R | 9 SUNGEO-1.4.0/SUNGEO/R/utils.R | 2 SUNGEO-1.4.0/SUNGEO/R/utm_select.R | 11 SUNGEO-1.4.0/SUNGEO/README.md | 63 ----- SUNGEO-1.4.0/SUNGEO/build |only SUNGEO-1.4.0/SUNGEO/data/available_data.rda |binary SUNGEO-1.4.0/SUNGEO/data/cc_dict.rda |binary SUNGEO-1.4.0/SUNGEO/data/clea_deu2009.rda |binary SUNGEO-1.4.0/SUNGEO/data/clea_deu2009_df.rda |binary SUNGEO-1.4.0/SUNGEO/data/clea_deu2009_pt.rda |binary SUNGEO-1.4.0/SUNGEO/data/gpw4_deu2010.rda |binary SUNGEO-1.4.0/SUNGEO/data/hex_05_deu.rda |binary SUNGEO-1.4.0/SUNGEO/data/highways_deu1992.rda |binary SUNGEO-1.4.0/SUNGEO/inst |only SUNGEO-1.4.0/SUNGEO/man/SUNGEO-package.Rd | 13 - SUNGEO-1.4.0/SUNGEO/man/available_data.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/cc_dict.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/clea_deu2009.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/clea_deu2009_df.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/clea_deu2009_pt.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/df2sf.Rd | 8 SUNGEO-1.4.0/SUNGEO/man/fix_geom.Rd | 5 SUNGEO-1.4.0/SUNGEO/man/geocode_osm.Rd | 108 ++++++-- SUNGEO-1.4.0/SUNGEO/man/geocode_osm_batch.Rd | 123 +++++++--- SUNGEO-1.4.0/SUNGEO/man/get_data.Rd | 6 SUNGEO-1.4.0/SUNGEO/man/get_info.Rd | 9 SUNGEO-1.4.0/SUNGEO/man/gpw4_deu2010.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/hex_05_deu.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/highways_deu1992.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/hot_spot.Rd | 25 -- SUNGEO-1.4.0/SUNGEO/man/line2poly.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/make_ticker.Rd | 9 SUNGEO-1.4.0/SUNGEO/man/merge_list.Rd | 2 SUNGEO-1.4.0/SUNGEO/man/nesting.Rd | 4 SUNGEO-1.4.0/SUNGEO/man/point2poly_simp.Rd | 8 SUNGEO-1.4.0/SUNGEO/man/point2poly_tess.Rd | 7 SUNGEO-1.4.0/SUNGEO/man/poly2poly_ap.Rd | 13 - SUNGEO-1.4.0/SUNGEO/man/sf2raster.Rd | 9 SUNGEO-1.4.0/SUNGEO/man/smart_round.Rd | 8 SUNGEO-1.4.0/SUNGEO/man/update_bbox.Rd | 3 SUNGEO-1.4.0/SUNGEO/man/utm_select.Rd | 11 64 files changed, 835 insertions(+), 553 deletions(-)
Title: Methods Based on the e-Closure Principle
Description: Implements several methods for False Discovery Rate control based on the e-Closure Principle,
in particular the Closed e-Benjamini-Hochberg and Closed Benjamini-Yekutieli procedures.
Author: Jelle Goeman [aut, cre]
Maintainer: Jelle Goeman <j.j.goeman@lumc.nl>
Diff between eClosure versions 0.9.4 dated 2026-04-15 and 0.9.5 dated 2026-06-01
ChangeLog | 5 ++++- DESCRIPTION | 8 ++++---- MD5 | 18 +++++++++++------- NAMESPACE | 2 ++ R/RcppExports.R | 8 ++++++++ R/cBH_wrapper.R |only R/eClosure-package.R | 9 ++++++--- man/closedBH.Rd |only man/eClosure.Rd | 2 ++ src/RcppExports.cpp | 26 ++++++++++++++++++++++++++ src/cBH.cpp |only tests/testthat/test_BH.R |only 12 files changed, 63 insertions(+), 15 deletions(-)
Title: Metrics of R Packages
Description: Static code analyses for R packages using the external code-tagging
libraries 'ctags' and 'gtags'. Static analyses enable packages to be
analysed very quickly, generally a couple of seconds at most. The package
also provides access to a database generating by applying the main function
to the full 'CRAN' archive, enabling the statistical properties of any package
to be compared with all other 'CRAN' packages.
Author: Mark Padgham [aut, cre] ,
Michael Sumner [ctb] ,
Jeffrey Hollister [ctb] ,
Egor Kotov [ctb]
Maintainer: Mark Padgham <mark.padgham@email.com>
Diff between pkgstats versions 0.2.2 dated 2026-02-11 and 0.2.3 dated 2026-06-01
DESCRIPTION | 17 +-- MD5 | 81 ++++++++--------- NEWS.md | 10 ++ R/cran-data-fn-names.R | 40 ++++++++ R/external-calls.R | 152 +++++++++++++++++++-------------- R/loc.R | 34 +++---- R/pkgstats-data-download.R | 17 +++ R/pkgstats-function.R | 16 +-- R/pkgstats-summary.R | 4 R/tag-data-ctags.R | 18 +-- R/tag-data-gtags.R | 2 R/tag-data.R | 110 +++++++++++++++-------- R/utils.R | 88 ++++++++++++++----- R/zzz.R | 33 ++++--- README.md | 4 build/vignette.rds |binary inst/doc/installation.R | 4 inst/doc/installation.Rmd | 9 + inst/doc/installation.html | 10 +- inst/doc/pkgstats.html | 10 +- man/ctags_install.Rd | 6 - man/ctags_test.Rd | 6 - man/desc_stats.Rd | 10 +- man/dl_pkgstats_data.Rd | 12 +- man/extract_tarball.Rd | 4 man/loc_stats.Rd | 10 +- man/pkgstats-package.Rd | 5 + man/pkgstats.Rd | 10 +- man/pkgstats_cran_current_from_full.Rd | 12 +- man/pkgstats_fn_names.Rd | 4 man/pkgstats_fns_from_archive.Rd | 12 +- man/pkgstats_fns_update.Rd | 12 +- man/pkgstats_from_archive.Rd | 12 +- man/pkgstats_summary.Rd | 10 +- man/pkgstats_update.Rd | 12 +- man/rd_stats.Rd | 10 +- man/tags_data.Rd | 6 - tests/testthat/test-pkgstats.R | 48 +++++++++- tests/testthat/test-utils.R |only vignettes/installation.Rmd | 9 + vignettes/installation.md | 8 + vignettes/pkgstats.md | 4 42 files changed, 570 insertions(+), 311 deletions(-)
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],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.database versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-06-01
paws.database-0.10.0/paws.database/DESCRIPTION | 18 paws.database-0.10.0/paws.database/MD5 | 1614 - paws.database-0.10.0/paws.database/NAMESPACE | 2 paws.database-0.10.0/paws.database/R/dax_interfaces.R | 22 paws.database-0.10.0/paws.database/R/dax_operations.R | 168 paws.database-0.10.0/paws.database/R/dax_service.R | 10 paws.database-0.10.0/paws.database/R/docdb_interfaces.R | 58 paws.database-0.10.0/paws.database/R/docdb_operations.R | 1218 - paws.database-0.10.0/paws.database/R/docdb_service.R | 6 paws.database-0.10.0/paws.database/R/docdbelastic_operations.R | 192 paws.database-0.10.0/paws.database/R/docdbelastic_service.R | 18 paws.database-0.10.0/paws.database/R/dynamodb_interfaces.R | 30 paws.database-0.10.0/paws.database/R/dynamodb_operations.R | 2092 -- paws.database-0.10.0/paws.database/R/dynamodb_service.R | 25 paws.database-0.10.0/paws.database/R/dynamodbstreams_interfaces.R | 2 paws.database-0.10.0/paws.database/R/dynamodbstreams_operations.R | 48 paws.database-0.10.0/paws.database/R/dynamodbstreams_service.R | 8 paws.database-0.10.0/paws.database/R/elasticache_interfaces.R | 22 paws.database-0.10.0/paws.database/R/elasticache_operations.R | 2075 -- paws.database-0.10.0/paws.database/R/elasticache_service.R | 15 paws.database-0.10.0/paws.database/R/keyspaces_interfaces.R | 6 paws.database-0.10.0/paws.database/R/keyspaces_operations.R | 325 paws.database-0.10.0/paws.database/R/keyspaces_service.R | 33 paws.database-0.10.0/paws.database/R/lakeformation_interfaces.R | 42 paws.database-0.10.0/paws.database/R/lakeformation_operations.R | 480 paws.database-0.10.0/paws.database/R/lakeformation_service.R | 5 paws.database-0.10.0/paws.database/R/memorydb_interfaces.R | 48 paws.database-0.10.0/paws.database/R/memorydb_operations.R | 422 paws.database-0.10.0/paws.database/R/memorydb_service.R | 14 paws.database-0.10.0/paws.database/R/neptune_interfaces.R | 42 paws.database-0.10.0/paws.database/R/neptune_operations.R | 1533 - paws.database-0.10.0/paws.database/R/neptune_service.R | 27 paws.database-0.10.0/paws.database/R/neptunedata_interfaces.R | 2 paws.database-0.10.0/paws.database/R/neptunedata_operations.R | 666 paws.database-0.10.0/paws.database/R/neptunedata_service.R | 11 paws.database-0.10.0/paws.database/R/rds_interfaces.R | 362 paws.database-0.10.0/paws.database/R/rds_operations.R | 8272 +++------- paws.database-0.10.0/paws.database/R/rds_service.R | 51 paws.database-0.10.0/paws.database/R/rdsdataservice_operations.R | 75 paws.database-0.10.0/paws.database/R/rdsdataservice_service.R | 10 paws.database-0.10.0/paws.database/R/redshift_interfaces.R | 74 paws.database-0.10.0/paws.database/R/redshift_operations.R | 2331 -- paws.database-0.10.0/paws.database/R/redshift_service.R | 31 paws.database-0.10.0/paws.database/R/redshiftdataapiservice_interfaces.R | 32 paws.database-0.10.0/paws.database/R/redshiftdataapiservice_operations.R | 336 paws.database-0.10.0/paws.database/R/redshiftdataapiservice_service.R | 11 paws.database-0.10.0/paws.database/R/redshiftserverless_interfaces.R | 136 paws.database-0.10.0/paws.database/R/redshiftserverless_operations.R | 761 paws.database-0.10.0/paws.database/R/redshiftserverless_service.R | 27 paws.database-0.10.0/paws.database/R/simpledb_operations.R | 41 paws.database-0.10.0/paws.database/R/simpledb_service.R | 22 paws.database-0.10.0/paws.database/R/timestreamquery_operations.R | 211 paws.database-0.10.0/paws.database/R/timestreamquery_service.R | 2 paws.database-0.10.0/paws.database/R/timestreamwrite_operations.R | 74 paws.database-0.10.0/paws.database/R/timestreamwrite_service.R | 19 paws.database-0.10.0/paws.database/man/dax.Rd | 8 paws.database-0.10.0/paws.database/man/dax_create_cluster.Rd | 63 paws.database-0.10.0/paws.database/man/dax_create_parameter_group.Rd | 3 paws.database-0.10.0/paws.database/man/dax_describe_clusters.Rd | 9 paws.database-0.10.0/paws.database/man/dax_describe_default_parameters.Rd | 9 paws.database-0.10.0/paws.database/man/dax_describe_events.Rd | 21 paws.database-0.10.0/paws.database/man/dax_describe_parameter_groups.Rd | 9 paws.database-0.10.0/paws.database/man/dax_describe_parameters.Rd | 12 paws.database-0.10.0/paws.database/man/dax_describe_subnet_groups.Rd | 9 paws.database-0.10.0/paws.database/man/dax_increase_replication_factor.Rd | 5 paws.database-0.10.0/paws.database/man/dax_list_tags.Rd | 4 paws.database-0.10.0/paws.database/man/dax_untag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/dax_update_cluster.Rd | 13 paws.database-0.10.0/paws.database/man/dax_update_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/docdb.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_add_source_identifier_to_subscription.Rd | 15 paws.database-0.10.0/paws.database/man/docdb_add_tags_to_resource.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_apply_pending_maintenance_action.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_copy_db_cluster_parameter_group.Rd | 13 paws.database-0.10.0/paws.database/man/docdb_copy_db_cluster_snapshot.Rd | 88 paws.database-0.10.0/paws.database/man/docdb_create_db_cluster.Rd | 120 paws.database-0.10.0/paws.database/man/docdb_create_db_cluster_snapshot.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_create_db_instance.Rd | 48 paws.database-0.10.0/paws.database/man/docdb_create_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_create_event_subscription.Rd | 44 paws.database-0.10.0/paws.database/man/docdb_create_global_cluster.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_delete_db_cluster.Rd | 17 paws.database-0.10.0/paws.database/man/docdb_delete_db_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_delete_db_instance.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_delete_event_subscription.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_describe_certificates.Rd | 15 paws.database-0.10.0/paws.database/man/docdb_describe_db_cluster_parameter_groups.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_describe_db_cluster_parameters.Rd | 18 paws.database-0.10.0/paws.database/man/docdb_describe_db_cluster_snapshots.Rd | 65 paws.database-0.10.0/paws.database/man/docdb_describe_db_clusters.Rd | 17 paws.database-0.10.0/paws.database/man/docdb_describe_db_engine_versions.Rd | 28 paws.database-0.10.0/paws.database/man/docdb_describe_db_instances.Rd | 22 paws.database-0.10.0/paws.database/man/docdb_describe_db_subnet_groups.Rd | 9 paws.database-0.10.0/paws.database/man/docdb_describe_engine_default_cluster_parameters.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_describe_event_subscriptions.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_describe_events.Rd | 39 paws.database-0.10.0/paws.database/man/docdb_describe_global_clusters.Rd | 18 paws.database-0.10.0/paws.database/man/docdb_describe_orderable_db_instance_options.Rd | 21 paws.database-0.10.0/paws.database/man/docdb_describe_pending_maintenance_actions.Rd | 22 paws.database-0.10.0/paws.database/man/docdb_failover_db_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_failover_global_cluster.Rd | 16 paws.database-0.10.0/paws.database/man/docdb_list_tags_for_resource.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_modify_db_cluster.Rd | 156 paws.database-0.10.0/paws.database/man/docdb_modify_db_cluster_snapshot_attribute.Rd | 28 paws.database-0.10.0/paws.database/man/docdb_modify_db_instance.Rd | 79 paws.database-0.10.0/paws.database/man/docdb_modify_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_modify_event_subscription.Rd | 12 paws.database-0.10.0/paws.database/man/docdb_modify_global_cluster.Rd | 9 paws.database-0.10.0/paws.database/man/docdb_reboot_db_instance.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_remove_from_global_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_remove_source_identifier_from_subscription.Rd | 6 paws.database-0.10.0/paws.database/man/docdb_remove_tags_from_resource.Rd | 3 paws.database-0.10.0/paws.database/man/docdb_reset_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/docdb_restore_db_cluster_from_snapshot.Rd | 70 paws.database-0.10.0/paws.database/man/docdb_restore_db_cluster_to_point_in_time.Rd | 87 paws.database-0.10.0/paws.database/man/docdb_start_db_cluster.Rd | 5 paws.database-0.10.0/paws.database/man/docdb_stop_db_cluster.Rd | 5 paws.database-0.10.0/paws.database/man/docdb_switchover_global_cluster.Rd | 13 paws.database-0.10.0/paws.database/man/docdbelastic.Rd | 16 paws.database-0.10.0/paws.database/man/docdbelastic_apply_pending_maintenance_action.Rd | 9 paws.database-0.10.0/paws.database/man/docdbelastic_copy_cluster_snapshot.Rd | 36 paws.database-0.10.0/paws.database/man/docdbelastic_create_cluster.Rd | 48 paws.database-0.10.0/paws.database/man/docdbelastic_create_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/docdbelastic_delete_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/docdbelastic_get_pending_maintenance_action.Rd | 3 paws.database-0.10.0/paws.database/man/docdbelastic_list_cluster_snapshots.Rd | 19 paws.database-0.10.0/paws.database/man/docdbelastic_list_clusters.Rd | 10 paws.database-0.10.0/paws.database/man/docdbelastic_list_pending_maintenance_actions.Rd | 9 paws.database-0.10.0/paws.database/man/docdbelastic_restore_cluster_from_snapshot.Rd | 23 paws.database-0.10.0/paws.database/man/docdbelastic_update_cluster.Rd | 27 paws.database-0.10.0/paws.database/man/dynamodb.Rd | 27 paws.database-0.10.0/paws.database/man/dynamodb_batch_execute_statement.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodb_batch_get_item.Rd | 79 paws.database-0.10.0/paws.database/man/dynamodb_batch_write_item.Rd | 45 paws.database-0.10.0/paws.database/man/dynamodb_create_backup.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_create_table.Rd | 217 paws.database-0.10.0/paws.database/man/dynamodb_delete_item.Rd | 121 paws.database-0.10.0/paws.database/man/dynamodb_delete_resource_policy.Rd | 12 paws.database-0.10.0/paws.database/man/dynamodb_delete_table.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_continuous_backups.Rd | 6 paws.database-0.10.0/paws.database/man/dynamodb_describe_contributor_insights.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_import.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_table.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_table_replica_auto_scaling.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_describe_time_to_live.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_disable_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_enable_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_execute_statement.Rd | 44 paws.database-0.10.0/paws.database/man/dynamodb_execute_transaction.Rd | 8 paws.database-0.10.0/paws.database/man/dynamodb_export_table_to_point_in_time.Rd | 50 paws.database-0.10.0/paws.database/man/dynamodb_get_item.Rd | 70 paws.database-0.10.0/paws.database/man/dynamodb_get_resource_policy.Rd | 4 paws.database-0.10.0/paws.database/man/dynamodb_import_table.Rd | 24 paws.database-0.10.0/paws.database/man/dynamodb_list_backups.Rd | 19 paws.database-0.10.0/paws.database/man/dynamodb_list_contributor_insights.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_list_exports.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodb_list_global_tables.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodb_list_imports.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_list_tables.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_list_tags_of_resource.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_put_item.Rd | 139 paws.database-0.10.0/paws.database/man/dynamodb_put_resource_policy.Rd | 42 paws.database-0.10.0/paws.database/man/dynamodb_query.Rd | 312 paws.database-0.10.0/paws.database/man/dynamodb_restore_table_from_backup.Rd | 12 paws.database-0.10.0/paws.database/man/dynamodb_restore_table_to_point_in_time.Rd | 19 paws.database-0.10.0/paws.database/man/dynamodb_scan.Rd | 265 paws.database-0.10.0/paws.database/man/dynamodb_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_transact_get_items.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodb_transact_write_items.Rd | 57 paws.database-0.10.0/paws.database/man/dynamodb_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/dynamodb_update_continuous_backups.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_update_contributor_insights.Rd | 8 paws.database-0.10.0/paws.database/man/dynamodb_update_global_table_settings.Rd | 23 paws.database-0.10.0/paws.database/man/dynamodb_update_item.Rd | 219 paws.database-0.10.0/paws.database/man/dynamodb_update_kinesis_streaming_destination.Rd | 3 paws.database-0.10.0/paws.database/man/dynamodb_update_table.Rd | 101 paws.database-0.10.0/paws.database/man/dynamodb_update_table_replica_auto_scaling.Rd | 11 paws.database-0.10.0/paws.database/man/dynamodb_update_time_to_live.Rd | 6 paws.database-0.10.0/paws.database/man/dynamodbstreams.Rd | 5 paws.database-0.10.0/paws.database/man/dynamodbstreams_describe_stream.Rd | 9 paws.database-0.10.0/paws.database/man/dynamodbstreams_get_records.Rd | 7 paws.database-0.10.0/paws.database/man/dynamodbstreams_get_shard_iterator.Rd | 25 paws.database-0.10.0/paws.database/man/dynamodbstreams_list_streams.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_add_tags_to_resource.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_authorize_cache_security_group_ingress.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_complete_migration.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_copy_serverless_cache_snapshot.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_copy_snapshot.Rd | 22 paws.database-0.10.0/paws.database/man/elasticache_create_cache_cluster.Rd | 248 paws.database-0.10.0/paws.database/man/elasticache_create_cache_parameter_group.Rd | 12 paws.database-0.10.0/paws.database/man/elasticache_create_cache_security_group.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_create_cache_subnet_group.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_create_global_replication_group.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_create_replication_group.Rd | 374 paws.database-0.10.0/paws.database/man/elasticache_create_serverless_cache.Rd | 53 paws.database-0.10.0/paws.database/man/elasticache_create_serverless_cache_snapshot.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_create_snapshot.Rd | 11 paws.database-0.10.0/paws.database/man/elasticache_create_user.Rd | 12 paws.database-0.10.0/paws.database/man/elasticache_create_user_group.Rd | 10 paws.database-0.10.0/paws.database/man/elasticache_decrease_node_groups_in_global_replication_group.Rd | 18 paws.database-0.10.0/paws.database/man/elasticache_decrease_replica_count.Rd | 24 paws.database-0.10.0/paws.database/man/elasticache_delete_cache_cluster.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_delete_cache_parameter_group.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_delete_cache_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_delete_global_replication_group.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_delete_replication_group.Rd | 12 paws.database-0.10.0/paws.database/man/elasticache_delete_serverless_cache.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_delete_serverless_cache_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_clusters.Rd | 27 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_engine_versions.Rd | 19 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_parameter_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_parameters.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_security_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_cache_subnet_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_engine_default_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_describe_events.Rd | 21 paws.database-0.10.0/paws.database/man/elasticache_describe_global_replication_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_replication_groups.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_describe_reserved_cache_nodes.Rd | 130 paws.database-0.10.0/paws.database/man/elasticache_describe_reserved_cache_nodes_offerings.Rd | 128 paws.database-0.10.0/paws.database/man/elasticache_describe_serverless_cache_snapshots.Rd | 23 paws.database-0.10.0/paws.database/man/elasticache_describe_serverless_caches.Rd | 13 paws.database-0.10.0/paws.database/man/elasticache_describe_service_updates.Rd | 5 paws.database-0.10.0/paws.database/man/elasticache_describe_snapshots.Rd | 37 paws.database-0.10.0/paws.database/man/elasticache_describe_update_actions.Rd | 11 paws.database-0.10.0/paws.database/man/elasticache_describe_user_groups.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_describe_users.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_disassociate_global_replication_group.Rd | 6 paws.database-0.10.0/paws.database/man/elasticache_export_serverless_cache_snapshot.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_increase_node_groups_in_global_replication_group.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_increase_replica_count.Rd | 15 paws.database-0.10.0/paws.database/man/elasticache_list_allowed_node_type_modifications.Rd | 16 paws.database-0.10.0/paws.database/man/elasticache_list_tags_for_resource.Rd | 5 paws.database-0.10.0/paws.database/man/elasticache_modify_cache_cluster.Rd | 216 paws.database-0.10.0/paws.database/man/elasticache_modify_cache_parameter_group.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_modify_cache_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/elasticache_modify_global_replication_group.Rd | 18 paws.database-0.10.0/paws.database/man/elasticache_modify_replication_group.Rd | 173 paws.database-0.10.0/paws.database/man/elasticache_modify_replication_group_shard_configuration.Rd | 42 paws.database-0.10.0/paws.database/man/elasticache_modify_serverless_cache.Rd | 40 paws.database-0.10.0/paws.database/man/elasticache_modify_user.Rd | 2 paws.database-0.10.0/paws.database/man/elasticache_modify_user_group.Rd | 2 paws.database-0.10.0/paws.database/man/elasticache_purchase_reserved_cache_nodes_offering.Rd | 7 paws.database-0.10.0/paws.database/man/elasticache_reboot_cache_cluster.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_remove_tags_from_resource.Rd | 8 paws.database-0.10.0/paws.database/man/elasticache_reset_cache_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/elasticache_revoke_cache_security_group_ingress.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_start_migration.Rd | 4 paws.database-0.10.0/paws.database/man/elasticache_test_failover.Rd | 8 paws.database-0.10.0/paws.database/man/elasticache_test_migration.Rd | 3 paws.database-0.10.0/paws.database/man/keyspaces.Rd | 27 paws.database-0.10.0/paws.database/man/keyspaces_create_keyspace.Rd | 12 paws.database-0.10.0/paws.database/man/keyspaces_create_table.Rd | 102 paws.database-0.10.0/paws.database/man/keyspaces_create_type.Rd | 16 paws.database-0.10.0/paws.database/man/keyspaces_get_type.Rd | 5 paws.database-0.10.0/paws.database/man/keyspaces_list_keyspaces.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_list_tables.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_list_tags_for_resource.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_list_types.Rd | 8 paws.database-0.10.0/paws.database/man/keyspaces_restore_table.Rd | 39 paws.database-0.10.0/paws.database/man/keyspaces_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/keyspaces_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/keyspaces_update_keyspace.Rd | 10 paws.database-0.10.0/paws.database/man/keyspaces_update_table.Rd | 70 paws.database-0.10.0/paws.database/man/lakeformation.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_add_lf_tags_to_resource.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_assume_decorated_role_with_saml.Rd | 15 paws.database-0.10.0/paws.database/man/lakeformation_batch_grant_permissions.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_batch_revoke_permissions.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_create_data_cells_filter.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_create_lake_format_identi_center_config.Rd | 34 paws.database-0.10.0/paws.database/man/lakeformation_create_lake_formation_opt_in.Rd | 12 paws.database-0.10.0/paws.database/man/lakeformation_create_lf_tag.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_create_lf_tag_expression.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_delete_lake_format_identi_center_config.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_delete_lake_formation_opt_in.Rd | 12 paws.database-0.10.0/paws.database/man/lakeformation_delete_lf_tag.Rd | 9 paws.database-0.10.0/paws.database/man/lakeformation_delete_lf_tag_expression.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_delete_objects_on_cancel.Rd | 6 paws.database-0.10.0/paws.database/man/lakeformation_deregister_resource.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_descri_lake_format_identi_center_config.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_get_data_lake_settings.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_get_effective_permissions_for_path.Rd | 11 paws.database-0.10.0/paws.database/man/lakeformation_get_lf_tag.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_get_resource_lf_tags.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_get_table_objects.Rd | 24 paws.database-0.10.0/paws.database/man/lakeformation_get_temporary_data_location_credentials.Rd |only paws.database-0.10.0/paws.database/man/lakeformation_get_temporary_glue_partition_credentials.Rd | 12 paws.database-0.10.0/paws.database/man/lakeformation_get_temporary_glue_table_credentials.Rd | 19 paws.database-0.10.0/paws.database/man/lakeformation_get_work_unit_results.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_get_work_units.Rd | 6 paws.database-0.10.0/paws.database/man/lakeformation_grant_permissions.Rd | 39 paws.database-0.10.0/paws.database/man/lakeformation_list_lake_formation_opt_ins.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_list_lf_tag_expressions.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_list_lf_tags.Rd | 14 paws.database-0.10.0/paws.database/man/lakeformation_list_permissions.Rd | 16 paws.database-0.10.0/paws.database/man/lakeformation_list_resources.Rd | 6 paws.database-0.10.0/paws.database/man/lakeformation_list_table_storage_optimizers.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_list_transactions.Rd | 9 paws.database-0.10.0/paws.database/man/lakeformation_put_data_lake_settings.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_register_resource.Rd | 19 paws.database-0.10.0/paws.database/man/lakeformation_remove_lf_tags_from_resource.Rd | 8 paws.database-0.10.0/paws.database/man/lakeformation_revoke_permissions.Rd | 14 paws.database-0.10.0/paws.database/man/lakeformation_search_databases_by_lf_tags.Rd | 11 paws.database-0.10.0/paws.database/man/lakeformation_search_tables_by_lf_tags.Rd | 11 paws.database-0.10.0/paws.database/man/lakeformation_start_transaction.Rd | 4 paws.database-0.10.0/paws.database/man/lakeformation_update_data_cells_filter.Rd | 3 paws.database-0.10.0/paws.database/man/lakeformation_update_lake_format_identi_center_config.Rd | 29 paws.database-0.10.0/paws.database/man/lakeformation_update_lf_tag.Rd | 5 paws.database-0.10.0/paws.database/man/lakeformation_update_resource.Rd | 9 paws.database-0.10.0/paws.database/man/lakeformation_update_table_objects.Rd | 6 paws.database-0.10.0/paws.database/man/memorydb.Rd | 12 paws.database-0.10.0/paws.database/man/memorydb_copy_snapshot.Rd | 12 paws.database-0.10.0/paws.database/man/memorydb_create_acl.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_create_cluster.Rd | 60 paws.database-0.10.0/paws.database/man/memorydb_create_multi_region_cluster.Rd | 5 paws.database-0.10.0/paws.database/man/memorydb_create_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/memorydb_create_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_create_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_create_user.Rd | 9 paws.database-0.10.0/paws.database/man/memorydb_delete_cluster.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_describe_ac_ls.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_clusters.Rd | 13 paws.database-0.10.0/paws.database/man/memorydb_describe_engine_versions.Rd | 13 paws.database-0.10.0/paws.database/man/memorydb_describe_events.Rd | 24 paws.database-0.10.0/paws.database/man/memorydb_describe_multi_region_parameter_groups.Rd |only paws.database-0.10.0/paws.database/man/memorydb_describe_multi_region_parameters.Rd |only paws.database-0.10.0/paws.database/man/memorydb_describe_parameter_groups.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_parameters.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_reserved_nodes.Rd | 34 paws.database-0.10.0/paws.database/man/memorydb_describe_reserved_nodes_offerings.Rd | 23 paws.database-0.10.0/paws.database/man/memorydb_describe_service_updates.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_snapshots.Rd | 24 paws.database-0.10.0/paws.database/man/memorydb_describe_subnet_groups.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_describe_users.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_list_allowed_node_type_updates.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_list_tags.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_purchase_reserved_nodes_offering.Rd | 3 paws.database-0.10.0/paws.database/man/memorydb_reset_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/memorydb_tag_resource.Rd | 10 paws.database-0.10.0/paws.database/man/memorydb_untag_resource.Rd | 5 paws.database-0.10.0/paws.database/man/memorydb_update_cluster.Rd | 27 paws.database-0.10.0/paws.database/man/memorydb_update_multi_region_cluster.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_update_parameter_group.Rd | 4 paws.database-0.10.0/paws.database/man/memorydb_update_user.Rd | 3 paws.database-0.10.0/paws.database/man/neptune.Rd | 27 paws.database-0.10.0/paws.database/man/neptune_add_role_to_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_add_source_identifier_to_subscription.Rd | 15 paws.database-0.10.0/paws.database/man/neptune_add_tags_to_resource.Rd | 4 paws.database-0.10.0/paws.database/man/neptune_apply_pending_maintenance_action.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_copy_db_cluster_parameter_group.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_copy_db_cluster_snapshot.Rd | 38 paws.database-0.10.0/paws.database/man/neptune_copy_db_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster.Rd | 114 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster_endpoint.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster_parameter_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_db_cluster_snapshot.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_db_instance.Rd | 133 paws.database-0.10.0/paws.database/man/neptune_create_db_parameter_group.Rd | 5 paws.database-0.10.0/paws.database/man/neptune_create_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_create_event_subscription.Rd | 45 paws.database-0.10.0/paws.database/man/neptune_create_global_cluster.Rd | 12 paws.database-0.10.0/paws.database/man/neptune_delete_db_cluster.Rd | 17 paws.database-0.10.0/paws.database/man/neptune_delete_db_cluster_endpoint.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_delete_db_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_delete_db_instance.Rd | 23 paws.database-0.10.0/paws.database/man/neptune_delete_db_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_endpoints.Rd | 30 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_parameters.Rd | 19 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_snapshot_attributes.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_describe_db_cluster_snapshots.Rd | 79 paws.database-0.10.0/paws.database/man/neptune_describe_db_clusters.Rd | 27 paws.database-0.10.0/paws.database/man/neptune_describe_db_engine_versions.Rd | 28 paws.database-0.10.0/paws.database/man/neptune_describe_db_instances.Rd | 28 paws.database-0.10.0/paws.database/man/neptune_describe_db_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_describe_db_parameters.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_db_subnet_groups.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_engine_default_cluster_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/neptune_describe_engine_default_parameters.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_event_categories.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_describe_event_subscriptions.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_describe_events.Rd | 36 paws.database-0.10.0/paws.database/man/neptune_describe_global_clusters.Rd | 14 paws.database-0.10.0/paws.database/man/neptune_describe_orderable_db_instance_options.Rd | 22 paws.database-0.10.0/paws.database/man/neptune_describe_pending_maintenance_actions.Rd | 25 paws.database-0.10.0/paws.database/man/neptune_failover_db_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_failover_global_cluster.Rd | 25 paws.database-0.10.0/paws.database/man/neptune_list_tags_for_resource.Rd | 4 paws.database-0.10.0/paws.database/man/neptune_modify_db_cluster.Rd | 100 paws.database-0.10.0/paws.database/man/neptune_modify_db_cluster_endpoint.Rd | 10 paws.database-0.10.0/paws.database/man/neptune_modify_db_cluster_snapshot_attribute.Rd | 28 paws.database-0.10.0/paws.database/man/neptune_modify_db_instance.Rd | 173 paws.database-0.10.0/paws.database/man/neptune_modify_db_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/neptune_modify_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_modify_event_subscription.Rd | 16 paws.database-0.10.0/paws.database/man/neptune_modify_global_cluster.Rd | 33 paws.database-0.10.0/paws.database/man/neptune_reboot_db_instance.Rd | 6 paws.database-0.10.0/paws.database/man/neptune_remove_from_global_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_remove_role_from_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_remove_source_identifier_from_subscription.Rd | 7 paws.database-0.10.0/paws.database/man/neptune_remove_tags_from_resource.Rd | 4 paws.database-0.10.0/paws.database/man/neptune_reset_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/neptune_reset_db_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/neptune_restore_db_cluster_from_snapshot.Rd | 57 paws.database-0.10.0/paws.database/man/neptune_restore_db_cluster_to_point_in_time.Rd | 75 paws.database-0.10.0/paws.database/man/neptune_start_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_stop_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/neptune_switchover_global_cluster.Rd |only paws.database-0.10.0/paws.database/man/neptunedata.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_ml_data_processing_job.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_ml_model_training_job.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_ml_model_transform_job.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_cancel_open_cypher_query.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_create_ml_endpoint.Rd | 50 paws.database-0.10.0/paws.database/man/neptunedata_delete_ml_endpoint.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_execute_fast_reset.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_execute_gremlin_profile_query.Rd | 15 paws.database-0.10.0/paws.database/man/neptunedata_execute_gremlin_query.Rd | 11 paws.database-0.10.0/paws.database/man/neptunedata_execute_open_cypher_explain_query.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_execute_open_cypher_query.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_get_loader_job_status.Rd | 15 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_data_processing_job.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_endpoint.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_model_training_job.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_ml_model_transform_job.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_get_open_cypher_query_status.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_get_propertygraph_stream.Rd | 30 paws.database-0.10.0/paws.database/man/neptunedata_get_sparql_stream.Rd | 30 paws.database-0.10.0/paws.database/man/neptunedata_list_gremlin_queries.Rd | 3 paws.database-0.10.0/paws.database/man/neptunedata_list_loader_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_data_processing_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_endpoints.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_model_training_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_ml_model_transform_jobs.Rd | 7 paws.database-0.10.0/paws.database/man/neptunedata_list_open_cypher_queries.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_manage_propertygraph_statistics.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_manage_sparql_statistics.Rd | 4 paws.database-0.10.0/paws.database/man/neptunedata_start_loader_job.Rd | 218 paws.database-0.10.0/paws.database/man/neptunedata_start_ml_data_processing_job.Rd | 62 paws.database-0.10.0/paws.database/man/neptunedata_start_ml_model_training_job.Rd | 60 paws.database-0.10.0/paws.database/man/neptunedata_start_ml_model_transform_job.Rd | 54 paws.database-0.10.0/paws.database/man/rds.Rd | 34 paws.database-0.10.0/paws.database/man/rds_add_role_to_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/rds_add_role_to_db_instance.Rd | 7 paws.database-0.10.0/paws.database/man/rds_add_source_identifier_to_subscription.Rd | 24 paws.database-0.10.0/paws.database/man/rds_add_tags_to_resource.Rd | 4 paws.database-0.10.0/paws.database/man/rds_apply_pending_maintenance_action.Rd | 16 paws.database-0.10.0/paws.database/man/rds_authorize_db_security_group_ingress.Rd | 17 paws.database-0.10.0/paws.database/man/rds_backtrack_db_cluster.Rd | 22 paws.database-0.10.0/paws.database/man/rds_copy_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/rds_copy_db_cluster_snapshot.Rd | 115 paws.database-0.10.0/paws.database/man/rds_copy_db_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/rds_copy_db_snapshot.Rd | 165 paws.database-0.10.0/paws.database/man/rds_copy_option_group.Rd | 4 paws.database-0.10.0/paws.database/man/rds_create_blue_green_deployment.Rd | 49 paws.database-0.10.0/paws.database/man/rds_create_custom_db_engine_version.Rd | 102 paws.database-0.10.0/paws.database/man/rds_create_db_cluster.Rd | 578 paws.database-0.10.0/paws.database/man/rds_create_db_cluster_endpoint.Rd | 14 paws.database-0.10.0/paws.database/man/rds_create_db_cluster_parameter_group.Rd | 12 paws.database-0.10.0/paws.database/man/rds_create_db_cluster_snapshot.Rd | 6 paws.database-0.10.0/paws.database/man/rds_create_db_instance.Rd | 753 paws.database-0.10.0/paws.database/man/rds_create_db_instance_read_replica.Rd | 534 paws.database-0.10.0/paws.database/man/rds_create_db_parameter_group.Rd | 11 paws.database-0.10.0/paws.database/man/rds_create_db_proxy.Rd | 85 paws.database-0.10.0/paws.database/man/rds_create_db_proxy_endpoint.Rd | 42 paws.database-0.10.0/paws.database/man/rds_create_db_security_group.Rd | 3 paws.database-0.10.0/paws.database/man/rds_create_db_shard_group.Rd | 54 paws.database-0.10.0/paws.database/man/rds_create_db_snapshot.Rd | 7 paws.database-0.10.0/paws.database/man/rds_create_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/rds_create_event_subscription.Rd | 69 paws.database-0.10.0/paws.database/man/rds_create_global_cluster.Rd | 56 paws.database-0.10.0/paws.database/man/rds_create_integration.Rd | 35 paws.database-0.10.0/paws.database/man/rds_create_option_group.Rd | 3 paws.database-0.10.0/paws.database/man/rds_create_tenant_database.Rd | 50 paws.database-0.10.0/paws.database/man/rds_delete_blue_green_deployment.Rd | 8 paws.database-0.10.0/paws.database/man/rds_delete_custom_db_engine_version.Rd | 22 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster.Rd | 32 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster_automated_backup.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster_endpoint.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_cluster_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_instance.Rd | 34 paws.database-0.10.0/paws.database/man/rds_delete_db_instance_automated_backup.Rd | 7 paws.database-0.10.0/paws.database/man/rds_delete_db_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_db_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/rds_delete_tenant_database.Rd | 21 paws.database-0.10.0/paws.database/man/rds_deregister_db_proxy_targets.Rd | 3 paws.database-0.10.0/paws.database/man/rds_describe_blue_green_deployments.Rd | 33 paws.database-0.10.0/paws.database/man/rds_describe_certificates.Rd | 14 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_automated_backups.Rd | 33 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_backtracks.Rd | 32 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_endpoints.Rd | 30 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_parameters.Rd | 19 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_snapshot_attributes.Rd | 3 paws.database-0.10.0/paws.database/man/rds_describe_db_cluster_snapshots.Rd | 85 paws.database-0.10.0/paws.database/man/rds_describe_db_clusters.Rd | 37 paws.database-0.10.0/paws.database/man/rds_describe_db_engine_versions.Rd | 55 paws.database-0.10.0/paws.database/man/rds_describe_db_instance_automated_backups.Rd | 42 paws.database-0.10.0/paws.database/man/rds_describe_db_instances.Rd | 35 paws.database-0.10.0/paws.database/man/rds_describe_db_log_files.Rd | 23 paws.database-0.10.0/paws.database/man/rds_describe_db_major_engine_versions.Rd |only paws.database-0.10.0/paws.database/man/rds_describe_db_parameter_groups.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_proxies.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_db_proxy_endpoints.Rd | 21 paws.database-0.10.0/paws.database/man/rds_describe_db_proxy_target_groups.Rd | 9 paws.database-0.10.0/paws.database/man/rds_describe_db_proxy_targets.Rd | 9 paws.database-0.10.0/paws.database/man/rds_describe_db_recommendations.Rd | 52 paws.database-0.10.0/paws.database/man/rds_describe_db_security_groups.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_db_shard_groups.Rd | 16 paws.database-0.10.0/paws.database/man/rds_describe_db_snapshot_tenant_databases.Rd | 55 paws.database-0.10.0/paws.database/man/rds_describe_db_snapshots.Rd | 73 paws.database-0.10.0/paws.database/man/rds_describe_db_subnet_groups.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_engine_default_cluster_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_engine_default_parameters.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_event_categories.Rd | 6 paws.database-0.10.0/paws.database/man/rds_describe_event_subscriptions.Rd | 13 paws.database-0.10.0/paws.database/man/rds_describe_events.Rd | 48 paws.database-0.10.0/paws.database/man/rds_describe_export_tasks.Rd | 29 paws.database-0.10.0/paws.database/man/rds_describe_global_clusters.Rd | 23 paws.database-0.10.0/paws.database/man/rds_describe_integrations.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_option_group_options.Rd | 12 paws.database-0.10.0/paws.database/man/rds_describe_option_groups.Rd | 21 paws.database-0.10.0/paws.database/man/rds_describe_orderable_db_instance_options.Rd | 32 paws.database-0.10.0/paws.database/man/rds_describe_pending_maintenance_actions.Rd | 24 paws.database-0.10.0/paws.database/man/rds_describe_reserved_db_instances.Rd | 32 paws.database-0.10.0/paws.database/man/rds_describe_reserved_db_instances_offerings.Rd | 24 paws.database-0.10.0/paws.database/man/rds_describe_serverless_v2_platform_versions.Rd |only paws.database-0.10.0/paws.database/man/rds_describe_source_regions.Rd | 10 paws.database-0.10.0/paws.database/man/rds_describe_tenant_databases.Rd | 29 paws.database-0.10.0/paws.database/man/rds_download_db_log_file_portion.Rd | 32 paws.database-0.10.0/paws.database/man/rds_failover_db_cluster.Rd | 6 paws.database-0.10.0/paws.database/man/rds_failover_global_cluster.Rd | 16 paws.database-0.10.0/paws.database/man/rds_list_tags_for_resource.Rd | 5 paws.database-0.10.0/paws.database/man/rds_modify_activity_stream.Rd | 8 paws.database-0.10.0/paws.database/man/rds_modify_certificates.Rd | 7 paws.database-0.10.0/paws.database/man/rds_modify_current_db_cluster_capacity.Rd | 25 paws.database-0.10.0/paws.database/man/rds_modify_custom_db_engine_version.Rd | 36 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster.Rd | 411 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster_endpoint.Rd | 10 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/rds_modify_db_cluster_snapshot_attribute.Rd | 37 paws.database-0.10.0/paws.database/man/rds_modify_db_instance.Rd | 728 paws.database-0.10.0/paws.database/man/rds_modify_db_parameter_group.Rd | 24 paws.database-0.10.0/paws.database/man/rds_modify_db_proxy.Rd | 31 paws.database-0.10.0/paws.database/man/rds_modify_db_proxy_endpoint.Rd | 11 paws.database-0.10.0/paws.database/man/rds_modify_db_proxy_target_group.Rd | 7 paws.database-0.10.0/paws.database/man/rds_modify_db_recommendation.Rd | 3 paws.database-0.10.0/paws.database/man/rds_modify_db_shard_group.Rd | 18 paws.database-0.10.0/paws.database/man/rds_modify_db_snapshot.Rd | 28 paws.database-0.10.0/paws.database/man/rds_modify_db_snapshot_attribute.Rd | 36 paws.database-0.10.0/paws.database/man/rds_modify_db_subnet_group.Rd | 6 paws.database-0.10.0/paws.database/man/rds_modify_event_subscription.Rd | 19 paws.database-0.10.0/paws.database/man/rds_modify_global_cluster.Rd | 30 paws.database-0.10.0/paws.database/man/rds_modify_integration.Rd | 3 paws.database-0.10.0/paws.database/man/rds_modify_option_group.Rd | 11 paws.database-0.10.0/paws.database/man/rds_modify_tenant_database.Rd | 73 paws.database-0.10.0/paws.database/man/rds_promote_read_replica.Rd | 25 paws.database-0.10.0/paws.database/man/rds_promote_read_replica_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_purchase_reserved_db_instances_offering.Rd | 4 paws.database-0.10.0/paws.database/man/rds_reboot_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_reboot_db_instance.Rd | 6 paws.database-0.10.0/paws.database/man/rds_register_db_proxy_targets.Rd | 3 paws.database-0.10.0/paws.database/man/rds_remove_from_global_cluster.Rd | 11 paws.database-0.10.0/paws.database/man/rds_remove_role_from_db_cluster.Rd | 8 paws.database-0.10.0/paws.database/man/rds_remove_role_from_db_instance.Rd | 7 paws.database-0.10.0/paws.database/man/rds_remove_source_identifier_from_subscription.Rd | 7 paws.database-0.10.0/paws.database/man/rds_remove_tags_from_resource.Rd | 5 paws.database-0.10.0/paws.database/man/rds_reset_db_cluster_parameter_group.Rd | 8 paws.database-0.10.0/paws.database/man/rds_reset_db_parameter_group.Rd | 19 paws.database-0.10.0/paws.database/man/rds_restore_db_cluster_from_s3.Rd | 249 paws.database-0.10.0/paws.database/man/rds_restore_db_cluster_from_snapshot.Rd | 316 paws.database-0.10.0/paws.database/man/rds_restore_db_cluster_to_point_in_time.Rd | 349 paws.database-0.10.0/paws.database/man/rds_restore_db_instance_from_db_snapshot.Rd | 351 paws.database-0.10.0/paws.database/man/rds_restore_db_instance_from_s3.Rd | 337 paws.database-0.10.0/paws.database/man/rds_restore_db_instance_to_point_in_time.Rd | 322 paws.database-0.10.0/paws.database/man/rds_revoke_db_security_group_ingress.Rd | 21 paws.database-0.10.0/paws.database/man/rds_start_activity_stream.Rd | 18 paws.database-0.10.0/paws.database/man/rds_start_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_start_db_instance_automated_backups_replication.Rd | 45 paws.database-0.10.0/paws.database/man/rds_start_export_task.Rd | 51 paws.database-0.10.0/paws.database/man/rds_stop_activity_stream.Rd | 7 paws.database-0.10.0/paws.database/man/rds_stop_db_cluster.Rd | 3 paws.database-0.10.0/paws.database/man/rds_stop_db_instance.Rd | 3 paws.database-0.10.0/paws.database/man/rds_stop_db_instance_automated_backups_replication.Rd | 4 paws.database-0.10.0/paws.database/man/rds_switchover_blue_green_deployment.Rd | 3 paws.database-0.10.0/paws.database/man/rds_switchover_global_cluster.Rd | 11 paws.database-0.10.0/paws.database/man/rds_switchover_read_replica.Rd | 6 paws.database-0.10.0/paws.database/man/rdsdataservice.Rd | 7 paws.database-0.10.0/paws.database/man/rdsdataservice_batch_execute_statement.Rd | 23 paws.database-0.10.0/paws.database/man/rdsdataservice_execute_sql.Rd | 8 paws.database-0.10.0/paws.database/man/rdsdataservice_execute_statement.Rd | 31 paws.database-0.10.0/paws.database/man/redshift.Rd | 31 paws.database-0.10.0/paws.database/man/redshift_accept_reserved_node_exchange.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_add_partner.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_associate_data_share_consumer.Rd | 13 paws.database-0.10.0/paws.database/man/redshift_authorize_cluster_security_group_ingress.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_authorize_data_share.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_authorize_snapshot_access.Rd | 15 paws.database-0.10.0/paws.database/man/redshift_batch_modify_cluster_snapshots.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_cancel_resize.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_copy_cluster_snapshot.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_create_authentication_profile.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_create_cluster.Rd | 214 paws.database-0.10.0/paws.database/man/redshift_create_cluster_parameter_group.Rd | 12 paws.database-0.10.0/paws.database/man/redshift_create_cluster_security_group.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_create_cluster_snapshot.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_create_cluster_subnet_group.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_create_custom_domain_association.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_create_endpoint_access.Rd | 13 paws.database-0.10.0/paws.database/man/redshift_create_event_subscription.Rd | 34 paws.database-0.10.0/paws.database/man/redshift_create_hsm_client_certificate.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_create_hsm_configuration.Rd | 12 paws.database-0.10.0/paws.database/man/redshift_create_integration.Rd | 18 paws.database-0.10.0/paws.database/man/redshift_create_redshift_idc_application.Rd | 35 paws.database-0.10.0/paws.database/man/redshift_create_scheduled_action.Rd | 29 paws.database-0.10.0/paws.database/man/redshift_create_snapshot_copy_grant.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_create_snapshot_schedule.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_create_tags.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_create_usage_limit.Rd | 23 paws.database-0.10.0/paws.database/man/redshift_deauthorize_data_share.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_delete_cluster.Rd | 15 paws.database-0.10.0/paws.database/man/redshift_delete_cluster_snapshot.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_delete_event_subscription.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_delete_partner.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_delete_resource_policy.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_delete_tags.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_deregister_namespace.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_describe_authentication_profiles.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_db_revisions.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_parameter_groups.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_parameters.Rd | 18 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_security_groups.Rd | 42 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_snapshots.Rd | 79 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_subnet_groups.Rd | 33 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_tracks.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_describe_cluster_versions.Rd | 17 paws.database-0.10.0/paws.database/man/redshift_describe_clusters.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_custom_domain_associations.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_describe_data_shares.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_data_shares_for_consumer.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_describe_data_shares_for_producer.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_describe_default_cluster_parameters.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_endpoint_access.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_describe_endpoint_authorization.Rd | 20 paws.database-0.10.0/paws.database/man/redshift_describe_event_categories.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_describe_event_subscriptions.Rd | 36 paws.database-0.10.0/paws.database/man/redshift_describe_events.Rd | 50 paws.database-0.10.0/paws.database/man/redshift_describe_hsm_client_certificates.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_hsm_configurations.Rd | 40 paws.database-0.10.0/paws.database/man/redshift_describe_inbound_integrations.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_integrations.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_describe_node_configuration_options.Rd | 44 paws.database-0.10.0/paws.database/man/redshift_describe_orderable_cluster_options.Rd | 23 paws.database-0.10.0/paws.database/man/redshift_describe_partners.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_describe_redshift_idc_applications.Rd | 16 paws.database-0.10.0/paws.database/man/redshift_describe_reserved_node_exchange_status.Rd | 17 paws.database-0.10.0/paws.database/man/redshift_describe_reserved_node_offerings.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_reserved_nodes.Rd | 14 paws.database-0.10.0/paws.database/man/redshift_describe_resize.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_describe_scheduled_actions.Rd | 25 paws.database-0.10.0/paws.database/man/redshift_describe_snapshot_copy_grants.Rd | 36 paws.database-0.10.0/paws.database/man/redshift_describe_snapshot_schedules.Rd | 16 paws.database-0.10.0/paws.database/man/redshift_describe_table_restore_status.Rd | 16 paws.database-0.10.0/paws.database/man/redshift_describe_tags.Rd | 49 paws.database-0.10.0/paws.database/man/redshift_describe_usage_limits.Rd | 36 paws.database-0.10.0/paws.database/man/redshift_disable_snapshot_copy.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_disassociate_data_share_consumer.Rd | 13 paws.database-0.10.0/paws.database/man/redshift_enable_logging.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_enable_snapshot_copy.Rd | 21 paws.database-0.10.0/paws.database/man/redshift_failover_primary_compute.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_get_cluster_credentials.Rd | 50 paws.database-0.10.0/paws.database/man/redshift_get_cluster_credentials_with_iam.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_get_identity_center_auth_token.Rd |only paws.database-0.10.0/paws.database/man/redshift_get_reserved_node_exchange_configuration_options.Rd | 23 paws.database-0.10.0/paws.database/man/redshift_get_reserved_node_exchange_offerings.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_get_resource_policy.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_list_recommendations.Rd | 24 paws.database-0.10.0/paws.database/man/redshift_modify_aqua_configuration.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_authentication_profile.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_modify_cluster.Rd | 181 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_db_revision.Rd | 8 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_iam_roles.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_maintenance.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_parameter_group.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_snapshot.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_snapshot_schedule.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_modify_cluster_subnet_group.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_custom_domain_association.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_endpoint_access.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_modify_event_subscription.Rd | 34 paws.database-0.10.0/paws.database/man/redshift_modify_lakehouse_configuration.Rd |only paws.database-0.10.0/paws.database/man/redshift_modify_redshift_idc_application.Rd | 17 paws.database-0.10.0/paws.database/man/redshift_modify_scheduled_action.Rd | 18 paws.database-0.10.0/paws.database/man/redshift_modify_snapshot_copy_retention_period.Rd | 35 paws.database-0.10.0/paws.database/man/redshift_modify_snapshot_schedule.Rd | 4 paws.database-0.10.0/paws.database/man/redshift_modify_usage_limit.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_purchase_reserved_node_offering.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_put_resource_policy.Rd | 3 paws.database-0.10.0/paws.database/man/redshift_register_namespace.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_reset_cluster_parameter_group.Rd | 9 paws.database-0.10.0/paws.database/man/redshift_resize_cluster.Rd | 10 paws.database-0.10.0/paws.database/man/redshift_restore_from_cluster_snapshot.Rd | 173 paws.database-0.10.0/paws.database/man/redshift_restore_table_from_cluster_snapshot.Rd | 12 paws.database-0.10.0/paws.database/man/redshift_revoke_cluster_security_group_ingress.Rd | 15 paws.database-0.10.0/paws.database/man/redshift_revoke_endpoint_access.Rd | 7 paws.database-0.10.0/paws.database/man/redshift_revoke_snapshot_access.Rd | 11 paws.database-0.10.0/paws.database/man/redshift_rotate_encryption_key.Rd | 6 paws.database-0.10.0/paws.database/man/redshift_update_partner_status.Rd | 6 paws.database-0.10.0/paws.database/man/redshiftdataapiservice.Rd | 8 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_batch_execute_statement.Rd | 58 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_cancel_statement.Rd | 6 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_describe_statement.Rd | 9 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_describe_table.Rd | 68 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_execute_statement.Rd | 60 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_get_statement_result.Rd | 15 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_get_statement_result_v2.Rd | 15 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_databases.Rd | 45 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_schemas.Rd | 64 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_statements.Rd | 52 paws.database-0.10.0/paws.database/man/redshiftdataapiservice_list_tables.Rd | 75 paws.database-0.10.0/paws.database/man/redshiftserverless.Rd | 23 paws.database-0.10.0/paws.database/man/redshiftserverless_convert_recovery_point_to_snapshot.Rd | 5 paws.database-0.10.0/paws.database/man/redshiftserverless_create_endpoint_access.Rd | 15 paws.database-0.10.0/paws.database/man/redshiftserverless_create_namespace.Rd | 28 paws.database-0.10.0/paws.database/man/redshiftserverless_create_reservation.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_create_scheduled_action.Rd | 38 paws.database-0.10.0/paws.database/man/redshiftserverless_create_snapshot.Rd | 5 paws.database-0.10.0/paws.database/man/redshiftserverless_create_snapshot_copy_configuration.Rd | 9 paws.database-0.10.0/paws.database/man/redshiftserverless_create_usage_limit.Rd | 17 paws.database-0.10.0/paws.database/man/redshiftserverless_create_workgroup.Rd | 39 paws.database-0.10.0/paws.database/man/redshiftserverless_get_credentials.Rd | 13 paws.database-0.10.0/paws.database/man/redshiftserverless_get_identity_center_auth_token.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_get_reservation.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_get_reservation_offering.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_get_snapshot.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_get_table_restore_status.Rd | 4 paws.database-0.10.0/paws.database/man/redshiftserverless_get_track.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_custom_domain_associations.Rd | 7 paws.database-0.10.0/paws.database/man/redshiftserverless_list_endpoint_access.Rd | 16 paws.database-0.10.0/paws.database/man/redshiftserverless_list_managed_workgroups.Rd | 10 paws.database-0.10.0/paws.database/man/redshiftserverless_list_namespaces.Rd | 9 paws.database-0.10.0/paws.database/man/redshiftserverless_list_recovery_points.Rd | 13 paws.database-0.10.0/paws.database/man/redshiftserverless_list_reservation_offerings.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_reservations.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_scheduled_actions.Rd | 7 paws.database-0.10.0/paws.database/man/redshiftserverless_list_snapshot_copy_configurations.Rd | 7 paws.database-0.10.0/paws.database/man/redshiftserverless_list_snapshots.Rd | 10 paws.database-0.10.0/paws.database/man/redshiftserverless_list_table_restore_status.Rd | 18 paws.database-0.10.0/paws.database/man/redshiftserverless_list_tracks.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_list_usage_limits.Rd | 13 paws.database-0.10.0/paws.database/man/redshiftserverless_list_workgroups.Rd | 10 paws.database-0.10.0/paws.database/man/redshiftserverless_put_resource_policy.Rd | 6 paws.database-0.10.0/paws.database/man/redshiftserverless_restore_from_snapshot.Rd | 18 paws.database-0.10.0/paws.database/man/redshiftserverless_restore_table_from_recovery_point.Rd | 4 paws.database-0.10.0/paws.database/man/redshiftserverless_restore_table_from_snapshot.Rd | 4 paws.database-0.10.0/paws.database/man/redshiftserverless_update_custom_domain_association.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_update_endpoint_access.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_update_lakehouse_configuration.Rd |only paws.database-0.10.0/paws.database/man/redshiftserverless_update_namespace.Rd | 42 paws.database-0.10.0/paws.database/man/redshiftserverless_update_scheduled_action.Rd | 27 paws.database-0.10.0/paws.database/man/redshiftserverless_update_snapshot_copy_configuration.Rd | 3 paws.database-0.10.0/paws.database/man/redshiftserverless_update_usage_limit.Rd | 8 paws.database-0.10.0/paws.database/man/redshiftserverless_update_workgroup.Rd | 46 paws.database-0.10.0/paws.database/man/reexports.Rd | 2 paws.database-0.10.0/paws.database/man/simpledb.Rd | 20 paws.database-0.10.0/paws.database/man/simpledb_create_domain.Rd | 4 paws.database-0.10.0/paws.database/man/simpledb_delete_attributes.Rd | 11 paws.database-0.10.0/paws.database/man/simpledb_get_attributes.Rd | 6 paws.database-0.10.0/paws.database/man/simpledb_list_domains.Rd | 6 paws.database-0.10.0/paws.database/man/simpledb_put_attributes.Rd | 5 paws.database-0.10.0/paws.database/man/simpledb_select.Rd | 9 paws.database-0.10.0/paws.database/man/timestreamquery_cancel_query.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamquery_create_scheduled_query.Rd | 44 paws.database-0.10.0/paws.database/man/timestreamquery_execute_scheduled_query.Rd | 7 paws.database-0.10.0/paws.database/man/timestreamquery_list_scheduled_queries.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamquery_list_tags_for_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamquery_prepare_query.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamquery_query.Rd | 79 paws.database-0.10.0/paws.database/man/timestreamquery_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamquery_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamquery_update_account_settings.Rd | 25 paws.database-0.10.0/paws.database/man/timestreamwrite.Rd | 17 paws.database-0.10.0/paws.database/man/timestreamwrite_create_batch_load_task.Rd | 11 paws.database-0.10.0/paws.database/man/timestreamwrite_create_database.Rd | 4 paws.database-0.10.0/paws.database/man/timestreamwrite_create_table.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamwrite_list_batch_load_tasks.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_list_databases.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_list_tables.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_list_tags_for_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamwrite_tag_resource.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamwrite_untag_resource.Rd | 6 paws.database-0.10.0/paws.database/man/timestreamwrite_update_database.Rd | 8 paws.database-0.10.0/paws.database/man/timestreamwrite_update_table.Rd | 3 paws.database-0.10.0/paws.database/man/timestreamwrite_write_records.Rd | 11 paws.database-0.10.0/paws.database/tests/testthat/test_memorydb.R | 8 paws.database-0.10.0/paws.database/tests/testthat/test_rds.R | 8 paws.database-0.10.0/paws.database/tests/testthat/test_redshiftserverless.R | 12 paws.database-0.9.0/paws.database/R/qldb_interfaces.R |only paws.database-0.9.0/paws.database/R/qldb_operations.R |only paws.database-0.9.0/paws.database/R/qldb_service.R |only paws.database-0.9.0/paws.database/R/qldbsession_interfaces.R |only paws.database-0.9.0/paws.database/R/qldbsession_operations.R |only paws.database-0.9.0/paws.database/R/qldbsession_service.R |only paws.database-0.9.0/paws.database/man/qldb.Rd |only paws.database-0.9.0/paws.database/man/qldb_cancel_journal_kinesis_stream.Rd |only paws.database-0.9.0/paws.database/man/qldb_create_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_delete_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_describe_journal_kinesis_stream.Rd |only paws.database-0.9.0/paws.database/man/qldb_describe_journal_s3_export.Rd |only paws.database-0.9.0/paws.database/man/qldb_describe_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_export_journal_to_s3.Rd |only paws.database-0.9.0/paws.database/man/qldb_get_block.Rd |only paws.database-0.9.0/paws.database/man/qldb_get_digest.Rd |only paws.database-0.9.0/paws.database/man/qldb_get_revision.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_journal_kinesis_streams_for_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_journal_s3_exports.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_journal_s3_exports_for_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_ledgers.Rd |only paws.database-0.9.0/paws.database/man/qldb_list_tags_for_resource.Rd |only paws.database-0.9.0/paws.database/man/qldb_stream_journal_to_kinesis.Rd |only paws.database-0.9.0/paws.database/man/qldb_tag_resource.Rd |only paws.database-0.9.0/paws.database/man/qldb_untag_resource.Rd |only paws.database-0.9.0/paws.database/man/qldb_update_ledger.Rd |only paws.database-0.9.0/paws.database/man/qldb_update_ledger_permissions_mode.Rd |only paws.database-0.9.0/paws.database/man/qldbsession.Rd |only paws.database-0.9.0/paws.database/man/qldbsession_send_command.Rd |only paws.database-0.9.0/paws.database/tests/testthat/test_qldb.R |only paws.database-0.9.0/paws.database/tests/testthat/test_qldbsession.R |only 832 files changed, 14939 insertions(+), 29997 deletions(-)
Title: Latent Interaction (and Moderation) Analysis in Structural
Equation Models (SEM)
Description: Estimation of interaction (i.e., moderation) effects between latent variables
in structural equation models (SEM).
The supported methods are:
The constrained approach (Algina & Moulder, 2001).
The unconstrained approach (Marsh et al., 2004).
The residual centering approach (Little et al., 2006).
The double centering approach (Lin et al., 2010).
The latent moderated structural equations (LMS) approach (Klein & Moosbrugger, 2000).
The quasi-maximum likelihood (QML) approach (Klein & Muthén, 2007)
The constrained- unconstrained, residual- and double centering- approaches
are estimated via 'lavaan' (Rosseel, 2012), whilst the LMS- and QML- approaches
are estimated via 'modsem' it self. Alternatively model can be
estimated via 'Mplus' (Muthén & Muthén, 1998-2017).
References:
Algina, J., & Moulder, B. C. (2001).
<doi:10.1207/S15328007SEM0801_3>.
"A note on estimating the Jöreskog-Yang model for latent variable interaction using 'LISREL' 8.3."
Klein, A., & Moosb [...truncated...]
Author: Kjell Solem Slupphaug [aut, cre] ,
Mehmet Mehmetoglu [ctb] ,
Matthias Mittner [ctb]
Maintainer: Kjell Solem Slupphaug <slupphaugkjell@gmail.com>
Diff between modsem versions 1.0.19 dated 2026-04-30 and 1.0.20 dated 2026-06-01
modsem-1.0.19/modsem/R/scale_correction_ordered.R |only modsem-1.0.19/modsem/tests/testthat/test_modelsplit.R |only modsem-1.0.20/modsem/DESCRIPTION | 12 modsem-1.0.20/modsem/MD5 | 191 - modsem-1.0.20/modsem/NAMESPACE | 1 modsem-1.0.20/modsem/R/RcppExports.R | 76 modsem-1.0.20/modsem/R/bootstrap.R | 22 modsem-1.0.20/modsem/R/calc_se_da.R | 64 modsem-1.0.20/modsem/R/check_model_da.R | 155 - modsem-1.0.20/modsem/R/compare_fit.R | 4 modsem-1.0.20/modsem/R/constraints_pi_ca.R | 8 modsem-1.0.20/modsem/R/construct_matrices_da.R | 143 modsem-1.0.20/modsem/R/equations_lms.R | 248 - modsem-1.0.20/modsem/R/equations_qml.R | 288 + modsem-1.0.20/modsem/R/est_h0.R | 27 modsem-1.0.20/modsem/R/est_lms.R | 21 modsem-1.0.20/modsem/R/est_qml.R | 4 modsem-1.0.20/modsem/R/fit_modsem_da.R | 56 modsem-1.0.20/modsem/R/formatted_objects.R | 8 modsem-1.0.20/modsem/R/generics.R | 46 modsem-1.0.20/modsem/R/generics_lavaan.R | 4 modsem-1.0.20/modsem/R/generics_modsem_da.R | 215 - modsem-1.0.20/modsem/R/generics_modsem_pi.R | 17 modsem-1.0.20/modsem/R/inspect_da.R | 184 - modsem-1.0.20/modsem/R/lav_syntax_functions.R | 10 modsem-1.0.20/modsem/R/lavaan_labels.R | 38 modsem-1.0.20/modsem/R/lexer.R | 10 modsem-1.0.20/modsem/R/method_settings_da.R | 8 modsem-1.0.20/modsem/R/method_settings_pi.R | 2 modsem-1.0.20/modsem/R/mod_msg.R |only modsem-1.0.20/modsem/R/model_da.R | 211 + modsem-1.0.20/modsem/R/model_parameters_da.R | 316 +- modsem-1.0.20/modsem/R/model_pi.R | 46 modsem-1.0.20/modsem/R/modsem-package.R | 1 modsem-1.0.20/modsem/R/modsem.R | 10 modsem-1.0.20/modsem/R/modsem_da.R | 302 + modsem-1.0.20/modsem/R/modsem_data_da.R |only modsem-1.0.20/modsem/R/modsem_mplus.R | 19 modsem-1.0.20/modsem/R/modsem_pi.R | 184 - modsem-1.0.20/modsem/R/multiple_imputation_da.R | 16 modsem-1.0.20/modsem/R/optimize_da.R | 266 + modsem-1.0.20/modsem/R/ordered_mc_correction.R |only modsem-1.0.20/modsem/R/parser.R | 38 modsem-1.0.20/modsem/R/plot_interaction.R | 21 modsem-1.0.20/modsem/R/plot_jn.R | 34 modsem-1.0.20/modsem/R/predict_da.R |only modsem-1.0.20/modsem/R/print_partable.R | 29 modsem-1.0.20/modsem/R/quadrature.R | 40 modsem-1.0.20/modsem/R/reliablity_single_item.R | 49 modsem-1.0.20/modsem/R/residual_cov_pi.R | 9 modsem-1.0.20/modsem/R/run_multiple_models.R | 4 modsem-1.0.20/modsem/R/set_threads.R | 12 modsem-1.0.20/modsem/R/simple_slopes.R | 24 modsem-1.0.20/modsem/R/simulate_partable.R | 6 modsem-1.0.20/modsem/R/standardized_solution.R | 177 - modsem-1.0.20/modsem/R/standardized_solution_da.R | 2 modsem-1.0.20/modsem/R/standardized_solution_pi.R | 14 modsem-1.0.20/modsem/R/summarize_partable.R | 12 modsem-1.0.20/modsem/R/tokenizer.R | 30 modsem-1.0.20/modsem/R/twostep.R | 4 modsem-1.0.20/modsem/R/utils.R | 98 modsem-1.0.20/modsem/R/utils_da.R | 543 +-- modsem-1.0.20/modsem/R/utils_pi.R | 46 modsem-1.0.20/modsem/R/zzz.R | 8 modsem-1.0.20/modsem/build/vignette.rds |binary modsem-1.0.20/modsem/inst/doc/composites.R |only modsem-1.0.20/modsem/inst/doc/composites.Rmd |only modsem-1.0.20/modsem/inst/doc/composites.html |only modsem-1.0.20/modsem/inst/doc/customize_plot_interactions.html | 28 modsem-1.0.20/modsem/inst/doc/mc-lms-ord.R |only modsem-1.0.20/modsem/inst/doc/mc-lms-ord.Rmd |only modsem-1.0.20/modsem/inst/doc/mc-lms-ord.html |only modsem-1.0.20/modsem/inst/doc/observed_lms_qml.html | 41 modsem-1.0.20/modsem/inst/doc/plot_interactions.html | 18 modsem-1.0.20/modsem/man/modsem-package.Rd | 6 modsem-1.0.20/modsem/man/modsem_da.Rd | 96 modsem-1.0.20/modsem/man/modsem_inspect.Rd | 29 modsem-1.0.20/modsem/man/modsem_pi.Rd | 7 modsem-1.0.20/modsem/man/modsem_predict.Rd | 88 modsem-1.0.20/modsem/man/summarize_partable.Rd | 5 modsem-1.0.20/modsem/man/summary.Rd | 3 modsem-1.0.20/modsem/src/RcppExports.cpp | 292 + modsem-1.0.20/modsem/src/equations_lms.cpp | 1161 +++++-- modsem-1.0.20/modsem/src/equations_qml.cpp | 1517 +++++++++- modsem-1.0.20/modsem/src/predict_da.cpp |only modsem-1.0.20/modsem/tests/testthat/mplusResults.inp | 49 modsem-1.0.20/modsem/tests/testthat/mplusResults.out | 974 ++++++ modsem-1.0.20/modsem/tests/testthat/mplusResults_0cdf413a1525cdd43e084da9823487b8.dat |only modsem-1.0.20/modsem/tests/testthat/mplusResults_2f55eb38256759e6ebc9b0699ecf1d13.dat |only modsem-1.0.20/modsem/tests/testthat/mplusResults_a38cc9c25f40845079c9955f90f260f0.dat |only modsem-1.0.20/modsem/tests/testthat/mplusResults_f3bccb91f6126be98dccff864043cccd.dat |only modsem-1.0.20/modsem/tests/testthat/test_bootstrap.R | 2 modsem-1.0.20/modsem/tests/testthat/test_composites_da.R |only modsem-1.0.20/modsem/tests/testthat/test_composites_pi.R |only modsem-1.0.20/modsem/tests/testthat/test_linear_da.R | 2 modsem-1.0.20/modsem/tests/testthat/test_lms.R | 9 modsem-1.0.20/modsem/tests/testthat/test_missing.R | 2 modsem-1.0.20/modsem/tests/testthat/test_ordered_da.R | 74 modsem-1.0.20/modsem/tests/testthat/test_ov_int.R | 2 modsem-1.0.20/modsem/tests/testthat/test_ovchecks_da.R | 8 modsem-1.0.20/modsem/tests/testthat/test_predict.R |only modsem-1.0.20/modsem/tests/testthat/test_qml.R | 466 +++ modsem-1.0.20/modsem/tests/testthat/test_rescov_eta_xi_lms.R |only modsem-1.0.20/modsem/tests/testthat/test_simple_slopes.R | 2 modsem-1.0.20/modsem/tests/testthat/test_three_way.R | 8 modsem-1.0.20/modsem/tests/testthat/test_zero_variance_indicator_lms.R | 2 modsem-1.0.20/modsem/vignettes/composites.Rmd |only modsem-1.0.20/modsem/vignettes/mc-lms-ord.Rmd |only 108 files changed, 7120 insertions(+), 2204 deletions(-)
Title: 'DataSHIELD' RO-Crate Governance Functions
Description: Tools for wrapping 'DataSHIELD' analyses into RO-Crate
(Research Object Crate) objects. Provides functions to create structured
metadata for federated data analysis projects, enabling governance
tracking of data access, project membership, analysis execution and
output validation across distributed data sources.
Author: Roberto Villegas-Diaz [aut, cre] ,
Becca Wilson [aut] ,
Olly Butters [aut] ,
Stuart Wheater [aut] ,
University of Liverpool [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@outlook.com>
Diff between dsROCrate versions 0.0.2 dated 2026-04-27 and 0.1.0 dated 2026-06-01
dsROCrate-0.0.2/dsROCrate/man/append_entity_ref.Rd |only dsROCrate-0.0.2/dsROCrate/man/audit_engine.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_data.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_output.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_people.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_project.Rd |only dsROCrate-0.0.2/dsROCrate/man/extract_safe_setting.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_data.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_output.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_people.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_project.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_safe_setting.Rd |only dsROCrate-0.0.2/dsROCrate/man/flatten_user_perm_entity.Rd |only dsROCrate-0.0.2/dsROCrate/man/get_project_details.Rd |only dsROCrate-0.0.2/dsROCrate/man/get_project_tables.Rd |only dsROCrate-0.0.2/dsROCrate/man/get_table_permissions.Rd |only dsROCrate-0.0.2/dsROCrate/man/is_opal_admin_con.Rd |only dsROCrate-0.0.2/dsROCrate/man/is_valid_posixct.Rd |only dsROCrate-0.0.2/dsROCrate/man/load_content.Rd |only dsROCrate-0.0.2/dsROCrate/man/load_cr8tor_bundle.Rd |only dsROCrate-0.0.2/dsROCrate/man/parse_user_profiles.Rd |only dsROCrate-0.0.2/dsROCrate/man/project_exists.Rd |only dsROCrate-0.0.2/dsROCrate/man/refill_vec.Rd |only dsROCrate-0.0.2/dsROCrate/man/unfill_vec.Rd |only dsROCrate-0.0.2/dsROCrate/man/update_project_datasets.Rd |only dsROCrate-0.0.2/dsROCrate/man/user_perm_entity.Rd |only dsROCrate-0.0.2/dsROCrate/man/validate_opal_con.Rd |only dsROCrate-0.1.0/dsROCrate/DESCRIPTION | 14 dsROCrate-0.1.0/dsROCrate/MD5 | 101 dsROCrate-0.1.0/dsROCrate/NAMESPACE | 9 dsROCrate-0.1.0/dsROCrate/NEWS.md | 33 dsROCrate-0.1.0/dsROCrate/R/audit.R | 12 dsROCrate-0.1.0/dsROCrate/R/audit_engine.R | 29 dsROCrate-0.1.0/dsROCrate/R/check_permissions.R |only dsROCrate-0.1.0/dsROCrate/R/dsROCrate.R | 4 dsROCrate-0.1.0/dsROCrate/R/safe_data.R | 4 dsROCrate-0.1.0/dsROCrate/R/safe_output.R | 11 dsROCrate-0.1.0/dsROCrate/R/safe_people.R | 4 dsROCrate-0.1.0/dsROCrate/R/safe_project.R | 7 dsROCrate-0.1.0/dsROCrate/R/safe_setting.R | 7 dsROCrate-0.1.0/dsROCrate/R/utils-connection.R | 111 dsROCrate-0.1.0/dsROCrate/R/utils-cr8tor.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-date.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-opal.R | 311 dsROCrate-0.1.0/dsROCrate/R/utils-rocrate.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-rocrateR.R | 1 dsROCrate-0.1.0/dsROCrate/R/utils-safe_data.R | 20 dsROCrate-0.1.0/dsROCrate/R/utils-safe_output.R | 19 dsROCrate-0.1.0/dsROCrate/R/utils-safe_people.R | 16 dsROCrate-0.1.0/dsROCrate/R/utils-safe_project.R | 24 dsROCrate-0.1.0/dsROCrate/R/utils-safe_setting.R | 15 dsROCrate-0.1.0/dsROCrate/R/utils-tibble.R | 2 dsROCrate-0.1.0/dsROCrate/build/vignette.rds |binary dsROCrate-0.1.0/dsROCrate/inst/CITATION | 3 dsROCrate-0.1.0/dsROCrate/inst/doc/audit-permissions.R |only dsROCrate-0.1.0/dsROCrate/inst/doc/audit-permissions.Rmd |only dsROCrate-0.1.0/dsROCrate/inst/doc/audit-permissions.html |only dsROCrate-0.1.0/dsROCrate/inst/doc/deploy-local-datashield-server-with-opal.Rmd | 60 dsROCrate-0.1.0/dsROCrate/inst/doc/deploy-local-datashield-server-with-opal.html | 55 dsROCrate-0.1.0/dsROCrate/inst/doc/getting-started.R | 73 dsROCrate-0.1.0/dsROCrate/inst/doc/getting-started.Rmd | 84 dsROCrate-0.1.0/dsROCrate/inst/doc/getting-started.html | 7551 +--------- dsROCrate-0.1.0/dsROCrate/man/check_permissions.Rd |only dsROCrate-0.1.0/dsROCrate/man/dsROCrate-package.Rd | 1 dsROCrate-0.1.0/dsROCrate/tests/testthat/test-utils-opal.R | 134 dsROCrate-0.1.0/dsROCrate/vignettes/audit-permissions.Rmd |only dsROCrate-0.1.0/dsROCrate/vignettes/deploy-local-datashield-server-with-opal.Rmd | 60 dsROCrate-0.1.0/dsROCrate/vignettes/getting-started.Rmd | 84 68 files changed, 1712 insertions(+), 7150 deletions(-)
Title: Convert, Validate, Format and Print Geographic Coordinates and
Waypoints
Description: Convert, validate, format and elegantly print geographic coordinates and waypoints
(paired latitude and longitude values) in decimal degrees, degrees and minutes, and degrees,
minutes and seconds using high performance C++ code to enable rapid conversion and formatting
of large coordinate and waypoint datasets.
Author: Mark Eisler [aut, cre, cph]
Maintainer: Mark Eisler <mark.eisler@bristol.ac.uk>
Diff between Waypoint versions 1.2.1 dated 2025-05-31 and 1.3.0 dated 2026-06-01
DESCRIPTION | 10 - LICENSE | 2 MD5 | 26 ++-- NEWS.md | 37 +++++++ R/CoordBase.R | 55 ++++++---- README.md | 4 build/partial.rdb |binary man/Extract.Rd | 27 +++-- man/coords.Rd | 5 man/format.Rd | 3 man/validate.Rd | 15 +- man/waypoints.Rd | 5 src/CoordBase.cpp | 283 ++++++++++++++++++++++++++++++++---------------------- src/CoordBase.h | 263 +++++++++----------------------------------------- 14 files changed, 345 insertions(+), 390 deletions(-)
Title: Minimalist Async Evaluation Framework for R
Description: Evaluates R expressions asynchronously and in parallel,
locally or distributed across networks. An official parallel cluster
type for R. Built on 'nanonext' and 'NNG', its non-polling,
event-driven architecture scales from a laptop to thousands of
processes across high-performance computing clusters and cloud
platforms. Features FIFO scheduling with task cancellation and bounded
queues, promises for reactive programming, 'OpenTelemetry' distributed
tracing, and custom serialization for cross-language data types.
Author: Charlie Gao [aut, cre] ,
Joe Cheng [ctb],
Posit Software, PBC [cph, fnd] ,
Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Diff between mirai versions 2.7.0 dated 2026-05-08 and 2.7.1 dated 2026-06-01
DESCRIPTION | 6 +-- MD5 | 37 ++++++++++--------- NEWS.md | 12 +++++- R/daemons.R | 2 - R/launchers.R | 76 ++++++++++++++++++++++++++-------------- R/map.R | 42 +++++++--------------- R/mirai.R | 37 ++++++------------- R/parallel.R | 8 +++- inst/doc/mirai.html | 2 - inst/doc/v01-reference.Rmd | 8 ---- inst/doc/v01-reference.html | 10 +---- inst/doc/v02-promises.html | 2 - inst/doc/v03-serialization.html | 2 - inst/doc/v04-parallel.html | 2 - inst/doc/v06-packages.html | 2 - inst/doc/v07-questions.html | 2 - inst/skills |only man/http_config.Rd | 39 ++++++++++++++------ tests/tests.R | 39 ++++++++++++++------ vignettes/v01-reference.Rmd | 8 ---- 20 files changed, 183 insertions(+), 153 deletions(-)
Title: The MBESS R Package
Description: Implements methods that are useful in designing research studies and analyzing data, with
particular emphasis on methods that are developed for or used within the behavioral,
educational, and social sciences (broadly defined). That being said, many of the methods
implemented within MBESS are applicable to a wide variety of disciplines. MBESS has a
suite of functions for a variety of related topics, such as effect sizes, confidence intervals
for effect sizes (including standardized effect sizes and noncentral effect sizes), sample size
planning (from the accuracy in parameter estimation [AIPE], power analytic, equivalence, and
minimum-risk point estimation perspectives), mediation analysis, various properties of
distributions, and a variety of utility functions. MBESS (pronounced 'em-bes') was originally
an acronym for 'Methods for the Behavioral, Educational, and Social Sciences,' but MBESS became
more general and now contains methods applicable and used in a wide variety of fields and [...truncated...]
Author: Ken Kelley [aut, cre]
Maintainer: Ken Kelley <kkelley@nd.edu>
Diff between MBESS versions 4.9.42 dated 2026-01-08 and 5.0.0 dated 2026-06-01
DESCRIPTION | 14 +- MD5 | 187 +++++++++++++++++----------------- NEWS.md |only R/ci.reliability.R | 26 ++-- R/ci.sc.ancova.R | 4 R/ci.src.R | 2 R/conf.limits.nct.R | 2 R/ss.aipe.rmsea.sensitivity.R | 2 R/upsilon.R | 12 +- README.md | 79 ++++++++++++++ inst |only man/Expected.R2.Rd | 90 ++++++++-------- man/F.and.R2.Noncentral.Conversion.Rd | 2 man/Gardner.LD.Rd | 82 +++++++------- man/MBESS-package.Rd | 16 +- man/Variance.R2.Rd | 76 ++++++------- man/aipe.smd.Rd | 2 man/ci.R.Rd | 4 man/ci.R2.Rd | 4 man/ci.c.Rd | 2 man/ci.cc.Rd | 6 - man/ci.cv.Rd | 2 man/ci.omega2.Rd | 10 - man/ci.pvaf.Rd | 2 man/ci.rc.Rd | 4 man/ci.reg.coef.Rd | 4 man/ci.reliability.Rd | 4 man/ci.rmsea.Rd | 2 man/ci.sc.Rd | 8 - man/ci.sm.Rd | 2 man/ci.smd.Rd | 2 man/ci.smd.c.Rd | 2 man/ci.snr.Rd | 4 man/ci.src.Rd | 8 - man/ci.srsnr.Rd | 8 - man/conf.limits.nc.chisq.Rd | 4 man/conf.limits.ncf.Rd | 2 man/conf.limits.nct.Rd | 4 man/cor2cov.Rd | 2 man/covmat.from.cfm.Rd | 2 man/cv.Rd | 2 man/intr.plot.2d.Rd | 2 man/intr.plot.Rd | 6 - man/mediation.Rd | 8 - man/mediation.effect.bar.plot.Rd | 2 man/mediation.effect.plot.Rd | 2 man/mr.cv.Rd | 8 - man/mr.smd.Rd | 16 +- man/power.density.equivalence.md.Rd | 2 man/power.equivalence.md.Rd | 2 man/power.equivalence.md.plot.Rd | 2 man/s.u.Rd | 86 +++++++-------- man/signal.to.noise.R2.Rd | 2 man/smd.Rd | 2 man/smd.c.Rd | 122 +++++++++++----------- man/ss.aipe.R2.Rd | 10 - man/ss.aipe.R2.sensitivity.Rd | 6 - man/ss.aipe.c.Rd | 6 - man/ss.aipe.c.ancova.Rd | 2 man/ss.aipe.cv.Rd | 2 man/ss.aipe.cv.sensitivity.Rd | 2 man/ss.aipe.pcm.Rd | 2 man/ss.aipe.rc.Rd | 4 man/ss.aipe.rc.sensitivity.Rd | 2 man/ss.aipe.reg.coef.Rd | 4 man/ss.aipe.reg.coef.sensitivity.Rd | 2 man/ss.aipe.reliability.Rd | 6 - man/ss.aipe.rmsea.Rd | 2 man/ss.aipe.rmsea.sensitivity.Rd | 10 - man/ss.aipe.sc.Rd | 6 - man/ss.aipe.sc.ancova.Rd | 4 man/ss.aipe.sc.sensitivity.Rd | 12 +- man/ss.aipe.sem.path.Rd | 6 - man/ss.aipe.sem.path.sensitiv.Rd | 6 - man/ss.aipe.sm.Rd | 2 man/ss.aipe.sm.sensitivity.Rd | 2 man/ss.aipe.smd.Rd | 4 man/ss.aipe.smd.sensitivity.Rd | 2 man/ss.aipe.src.Rd | 4 man/ss.aipe.src.sensitivity.Rd | 2 man/ss.power.R2.Rd | 4 man/ss.power.pcm.Rd | 2 man/ss.power.rc.Rd | 2 man/ss.power.reg.coef.Rd | 4 man/ssAIPECRD.Rd | 4 man/ssAIPECRDES.Rd | 4 man/t.and.smd.conversion.Rd | 2 man/theta.2.Sigma.theta.Rd | 4 man/transform_Z.r.Rd | 4 man/transform_r.Z.Rd | 2 man/upsilon.Rd | 5 man/var.ete.Rd | 2 man/verify.ss.aipe.R2.Rd | 2 man/vit.Rd | 4 man/vit.fitted.Rd | 4 95 files changed, 595 insertions(+), 516 deletions(-)
Title: Spherical Geometry Operators Using the S2 Geometry Library
Description: Provides R bindings for Google's s2 library for geometric calculations on
the sphere. High-performance constructors and exporters provide high compatibility
with existing spatial packages, transformers construct new geometries from existing
geometries, predicates provide a means to select geometries based on spatial
relationships, and accessors extract information about geometries.
Author: Dewey Dunnington [aut] ,
Edzer Pebesma [aut, cre] ,
Ege Rubak [aut],
Jeroen Ooms [ctb] ,
Google, Inc. [cph]
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>
Diff between s2 versions 1.1.9 dated 2025-05-23 and 1.1.11 dated 2026-06-01
DESCRIPTION | 10 - MD5 | 86 +++++----- NEWS.md | 10 + R/RcppExports.R | 8 R/s2-accessors.R | 22 +- R/s2-cell.R | 8 R/s2-constructors-formatters.R | 15 - R/s2-geography.R | 9 - R/s2-predicates.R | 20 +- R/s2-serialize.R |only R/s2-transformers.R | 20 +- R/utils.R | 4 R/wk-utils.R | 9 - R/zzz.R | 3 README.md | 4 build/partial.rdb |binary configure | 19 +- man/s2-package.Rd | 3 man/s2_boundary.Rd | 20 +- man/s2_contains.Rd | 20 +- man/s2_geog_point.Rd | 16 - man/s2_is_collection.Rd | 22 +- man/wk_handle.s2_geography.Rd | 7 src/Makevars.in | 11 + src/Makevars.win | 4 src/RcppExports.cpp | 28 +-- src/geography.h | 1 src/init.cpp | 13 + src/s2-altrep.cpp |only src/s2-altrep.h |only src/s2-cell.cpp | 3 src/s2-constructors-formatters.cpp | 39 +++- src/s2-lnglat.cpp | 25 ++ src/s2-new-geography.h |only src/s2/mutable_s2shape_index.cc | 17 + src/s2geography/constructor.h | 10 - src/util.cpp |only src/util.h |only tests/testthat/helper-s2-serialization.R |only tests/testthat/test-s2-accessors.R | 6 tests/testthat/test-s2-geography.R | 15 + tests/testthat/test-s2-lnglat.R | 4 tests/testthat/test-s2-point.R | 11 + tests/testthat/test-s2-serialization.R |only tools/build_absl.sh | 6 tools/docker/Rconf |only tools/docker/cran-incoming.dockerfile |only tools/vendor/abseil-cpp/absl/base/attributes.h | 16 + tools/vendor/abseil-cpp/absl/container/internal/container_memory.h | 1 49 files changed, 360 insertions(+), 185 deletions(-)
Title: Extending 'mlr3' to Functional Data Analysis
Description: Extends the 'mlr3' ecosystem to functional analysis by adding
support for irregular and regular functional data as defined in the
'tf' package. The package provides 'PipeOps' for preprocessing
functional columns and for extracting scalar features, thereby
allowing standard machine learning algorithms to be applied
afterwards. Available operations include simple functional features
such as the mean or maximum, smoothing, interpolation, flattening, and
functional 'PCA'.
Author: Maximilian Muecke [aut, cre] ,
Sebastian Fischer [aut] ,
Fabian Scheipl [ctb] ,
Bernd Bischl [ctb]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>
Diff between mlr3fda versions 0.5.0 dated 2026-05-03 and 0.6.0 dated 2026-06-01
DESCRIPTION | 20 +++++++-------- MD5 | 26 ++++++++++++------- NAMESPACE | 2 + NEWS.md | 8 ++++++ R/PipeOpFDADepth.R |only R/PipeOpFDADerive.R |only R/PipeOpFDAExtract.R | 9 +++--- R/PipeOpFDAFourier.R | 45 ++++++++++++++++------------------ R/PipeOpFDAWavelets.R | 2 - R/zzz.R | 2 + README.md | 13 +++++---- man/mlr_pipeops_fda.depth.Rd |only man/mlr_pipeops_fda.derive.Rd |only man/mlr_pipeops_fda.extract.Rd | 2 - man/mlr_pipeops_fda.wavelets.Rd | 2 - tests/testthat/test_PipeOpFDADepth.R |only tests/testthat/test_PipeOpFDADerive.R |only 17 files changed, 75 insertions(+), 56 deletions(-)
Title: Generalized Pairwise Comparisons
Description: Implementation of the Generalized Pairwise Comparisons (GPC) as defined in Buyse (2010) <doi:10.1002/sim.3923> for complete observations, and extended in Peron (2018) <doi:10.1177/0962280216658320> to deal with right-censoring. GPC compare two groups of observations (intervention vs. control group) regarding several prioritized endpoints to estimate the probability that a random observation drawn from one group performs better/worse/equivalently than a random observation drawn from the other group. Summary statistics such as the net treatment benefit, win ratio, or win odds are then deduced from these probabilities. Confidence intervals and p-values are obtained based on asymptotic results (Ozenne 2021 <doi:10.1177/09622802211037067>), non-parametric bootstrap, or permutations. The software enables the use of thresholds of minimal importance difference, stratification, non-prioritized endpoints (O Brien test), and can handle right-censoring and competing-risks.
Author: Brice Ozenne [aut, cre] ,
Eva Cantagallo [aut],
William Anderson [aut],
Julien Peron [ctb],
Johan Verbeeck [ctb]
Maintainer: Brice Ozenne <brice.mh.ozenne@gmail.com>
Diff between BuyseTest versions 3.3.4 dated 2025-09-24 and 3.3.9 dated 2026-06-01
BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.blg |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.fdb_latexmk |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.fls |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.out |only BuyseTest-3.3.4/BuyseTest/inst/doc-paired/paired.soc |only BuyseTest-3.3.4/BuyseTest/inst/source |only BuyseTest-3.3.9/BuyseTest/DESCRIPTION | 10 BuyseTest-3.3.9/BuyseTest/MD5 | 378 - BuyseTest-3.3.9/BuyseTest/NAMESPACE | 199 BuyseTest-3.3.9/BuyseTest/NEWS | 634 +- BuyseTest-3.3.9/BuyseTest/R/0-onLoad.R | 22 BuyseTest-3.3.9/BuyseTest/R/1-setGeneric.R | 108 BuyseTest-3.3.9/BuyseTest/R/BuyseMultComp.R | 1036 ++-- BuyseTest-3.3.9/BuyseTest/R/BuyseTTEM.R | 1887 ++++--- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-Peron.R | 865 +-- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-check.R | 1194 ++-- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-inference.R | 1065 ++-- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-initialization.R | 2056 ++++---- BuyseTest-3.3.9/BuyseTest/R/BuyseTest-package.R | 142 BuyseTest-3.3.9/BuyseTest/R/BuyseTest-print.R | 376 - BuyseTest-3.3.9/BuyseTest/R/BuyseTest.R | 1597 +++--- BuyseTest-3.3.9/BuyseTest/R/BuyseTest.options.R | 218 BuyseTest-3.3.9/BuyseTest/R/CasinoTest.R | 762 +-- BuyseTest-3.3.9/BuyseTest/R/PairScore.R | 108 BuyseTest-3.3.9/BuyseTest/R/RcppExports.R | 462 - BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-model.tables.R | 338 - BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-nobs.R | 96 BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-print.R | 66 BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-show.R | 64 BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower-summary.R | 346 - BuyseTest-3.3.9/BuyseTest/R/S4-BuysePower.R | 166 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-coef.R | 714 +- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-confint.R | 2150 ++++---- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-get.R | 2000 ++++---- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-model.tables.R | 559 +- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-nobs.R | 298 - BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-plot.R | 178 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-print.R | 70 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-sensitivity.R | 752 +-- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-show.R | 98 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-summary.R | 960 ++- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest-update.R | 122 BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest.R | 623 +- BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest.options.R | 464 - BuyseTest-3.3.9/BuyseTest/R/S4-BuyseTest.vcov.R | 212 BuyseTest-3.3.9/BuyseTest/R/as.data.table.performance.R | 282 - BuyseTest-3.3.9/BuyseTest/R/auc.R | 792 +-- BuyseTest-3.3.9/BuyseTest/R/autoplot.S4BuyseTest.R | 342 - BuyseTest-3.3.9/BuyseTest/R/brier.R | 604 +- BuyseTest-3.3.9/BuyseTest/R/constStrata.R | 178 BuyseTest-3.3.9/BuyseTest/R/discreteRoot.R | 580 +- BuyseTest-3.3.9/BuyseTest/R/doc-data.R | 246 - BuyseTest-3.3.9/BuyseTest/R/efronlim.R | 242 BuyseTest-3.3.9/BuyseTest/R/iid.S3sensitivity.R | 50 BuyseTest-3.3.9/BuyseTest/R/iid.prodlim.R | 404 - BuyseTest-3.3.9/BuyseTest/R/mover.R | 242 BuyseTest-3.3.9/BuyseTest/R/normexp.R | 424 - BuyseTest-3.3.9/BuyseTest/R/performance.R | 2424 +++++----- BuyseTest-3.3.9/BuyseTest/R/performanceResample.R | 572 +- BuyseTest-3.3.9/BuyseTest/R/plot.S3sensitivity.R | 358 - BuyseTest-3.3.9/BuyseTest/R/powerBuyseTest.R | 1629 +++--- BuyseTest-3.3.9/BuyseTest/R/predict.logit.R | 564 +- BuyseTest-3.3.9/BuyseTest/R/rbind.performanceResample.R | 226 BuyseTest-3.3.9/BuyseTest/R/sim.simBuyseTest.R | 66 BuyseTest-3.3.9/BuyseTest/R/simBuyseTest.R | 1470 +++--- BuyseTest-3.3.9/BuyseTest/R/simCompetingRisks.R | 284 - BuyseTest-3.3.9/BuyseTest/R/summary.performance.R | 228 BuyseTest-3.3.9/BuyseTest/R/valid.R | 960 +-- BuyseTest-3.3.9/BuyseTest/build/vignette.rds |binary BuyseTest-3.3.9/BuyseTest/inst/CITATION | 116 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/bibliography.bib | 58 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired-compress.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.R | 184 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.aux | 77 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.bbl | 38 BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.log | 2007 +++----- BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.org | 1664 +++--- BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc-paired/paired.tex | 1769 +++---- BuyseTest-3.3.9/BuyseTest/inst/doc/overview.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc/overview.pdf.asis | 1241 ++--- BuyseTest-3.3.9/BuyseTest/inst/doc/paired.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc/paired.pdf.asis | 302 - BuyseTest-3.3.9/BuyseTest/inst/doc/wilcoxonTest.pdf |binary BuyseTest-3.3.9/BuyseTest/inst/doc/wilcoxonTest.pdf.asis | 211 BuyseTest-3.3.9/BuyseTest/man/BuyseMultComp.Rd | 224 BuyseTest-3.3.9/BuyseTest/man/BuyseTTEM.Rd | 227 BuyseTest-3.3.9/BuyseTest/man/BuyseTest-package.Rd | 166 BuyseTest-3.3.9/BuyseTest/man/BuyseTest.Rd | 649 +- BuyseTest-3.3.9/BuyseTest/man/BuyseTest.options-class.Rd | 32 BuyseTest-3.3.9/BuyseTest/man/BuyseTest.options-methods.Rd | 44 BuyseTest-3.3.9/BuyseTest/man/BuyseTest.options.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/CasinoTest.Rd | 236 BuyseTest-3.3.9/BuyseTest/man/GPC_cpp.Rd | 382 - BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-class.Rd | 34 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-model.tables.Rd | 94 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-nobs.Rd | 50 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-print.Rd | 58 BuyseTest-3.3.9/BuyseTest/man/S4BuysePower-summary.Rd | 114 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-class.Rd | 34 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-coef.Rd | 156 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-confint.Rd | 220 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-model.tables.Rd | 132 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-nobs.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-plot.Rd | 136 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-print.Rd | 52 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-show.Rd | 72 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-summary.Rd | 268 - BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-update.Rd | 50 BuyseTest-3.3.9/BuyseTest/man/S4BuyseTest-vcov.Rd | 96 BuyseTest-3.3.9/BuyseTest/man/as.data.table.performance.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/auc.Rd | 166 BuyseTest-3.3.9/BuyseTest/man/autoplot-S4BuyseTest.Rd | 82 BuyseTest-3.3.9/BuyseTest/man/brier.Rd | 90 BuyseTest-3.3.9/BuyseTest/man/calcIntegralSurv2_cpp.Rd | 94 BuyseTest-3.3.9/BuyseTest/man/coef.BuyseTestAuc.Rd | 38 BuyseTest-3.3.9/BuyseTest/man/coef.BuyseTestBrier.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/confint.BuyseTestAuc.Rd | 38 BuyseTest-3.3.9/BuyseTest/man/confint.BuyseTestBrier.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/constStrata.Rd | 122 BuyseTest-3.3.9/BuyseTest/man/data-CHARM.Rd | 66 BuyseTest-3.3.9/BuyseTest/man/data-EB.Rd | 58 BuyseTest-3.3.9/BuyseTest/man/data-prodige.Rd | 68 BuyseTest-3.3.9/BuyseTest/man/dot-calcIntegralCif_cpp.Rd | 98 BuyseTest-3.3.9/BuyseTest/man/dot-calcIntegralSurv_cpp.Rd | 84 BuyseTest-3.3.9/BuyseTest/man/dot-colCenter_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-colCumSum_cpp.Rd | 36 BuyseTest-3.3.9/BuyseTest/man/dot-colMultiply_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-colScale_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-rowCenter_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-rowCumProd_cpp.Rd | 36 BuyseTest-3.3.9/BuyseTest/man/dot-rowCumSum_cpp.Rd | 36 BuyseTest-3.3.9/BuyseTest/man/dot-rowMultiply_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/dot-rowScale_cpp.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/efronlim.Rd | 104 BuyseTest-3.3.9/BuyseTest/man/getCount.Rd | 52 BuyseTest-3.3.9/BuyseTest/man/getIid.Rd | 136 BuyseTest-3.3.9/BuyseTest/man/getMatrixScore.Rd |only BuyseTest-3.3.9/BuyseTest/man/getPairScore.Rd | 258 - BuyseTest-3.3.9/BuyseTest/man/getPseudovalue.Rd | 136 BuyseTest-3.3.9/BuyseTest/man/getSurvival.Rd | 98 BuyseTest-3.3.9/BuyseTest/man/iid.BuyseTestAuc.Rd | 38 BuyseTest-3.3.9/BuyseTest/man/iid.BuyseTestBrier.Rd | 40 BuyseTest-3.3.9/BuyseTest/man/iid.prodlim.Rd | 110 BuyseTest-3.3.9/BuyseTest/man/mover.Rd | 76 BuyseTest-3.3.9/BuyseTest/man/performance.Rd | 212 BuyseTest-3.3.9/BuyseTest/man/performanceResample.Rd | 114 BuyseTest-3.3.9/BuyseTest/man/plot-sensitivity.Rd | 118 BuyseTest-3.3.9/BuyseTest/man/powerBuyseTest.Rd | 324 - BuyseTest-3.3.9/BuyseTest/man/predict.BuyseTTEM.Rd | 80 BuyseTest-3.3.9/BuyseTest/man/rbind.performance.Rd | 122 BuyseTest-3.3.9/BuyseTest/man/sensitivity.Rd | 176 BuyseTest-3.3.9/BuyseTest/man/simBuyseTest.Rd | 422 - BuyseTest-3.3.9/BuyseTest/man/simCompetingRisks.Rd | 212 BuyseTest-3.3.9/BuyseTest/man/summary.performance.Rd | 46 BuyseTest-3.3.9/BuyseTest/man/validFCTs.Rd | 312 - BuyseTest-3.3.9/BuyseTest/src/FCT_buyseTest.cpp | 25 BuyseTest-3.3.9/BuyseTest/src/FCT_calcAllPairs.h | 16 BuyseTest-3.3.9/BuyseTest/src/FCT_calcOnePair.h | 192 BuyseTest-3.3.9/BuyseTest/src/Makevars | 28 BuyseTest-3.3.9/BuyseTest/src/Makevars.win | 5 BuyseTest-3.3.9/BuyseTest/src/RcppExports.cpp | 18 BuyseTest-3.3.9/BuyseTest/tests/testthat.R | 86 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuysePower.R | 400 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTTEM.R | 568 +- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-CR.R | 468 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-PairScore.R | 240 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-Pairs.R | 1204 ++-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-checkValues.R | 1148 ++-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-correctionTTE.R | 450 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-engine.R | 214 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-iid.R | 1604 +++--- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-multcomp.R | 178 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-neutralAsUnif.R | 206 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-operator.R | 202 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-previousBug.R | 1654 +++--- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-resampling.R | 1198 ++-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-restricted.R | 188 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-sensitivity.R | 196 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-standardization.R | 538 +- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-strata.R | 864 +-- BuyseTest-3.3.9/BuyseTest/tests/testthat/test-BuyseTest-weightObs.R | 130 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-auc.R | 282 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-initSurvival.R | 438 - BuyseTest-3.3.9/BuyseTest/tests/testthat/test-initThreshold.R | 180 BuyseTest-3.3.9/BuyseTest/tests/testthat/test-otherPackages.R | 394 - BuyseTest-3.3.9/BuyseTest/vignettes/overview.pdf.asis | 1241 ++--- BuyseTest-3.3.9/BuyseTest/vignettes/paired.pdf.asis | 302 - BuyseTest-3.3.9/BuyseTest/vignettes/vignette_CR.Rmd | 146 BuyseTest-3.3.9/BuyseTest/vignettes/wilcoxonTest.pdf.asis | 211 190 files changed, 34397 insertions(+), 33388 deletions(-)
Title: Edit an 'Antares' Simulation
Description: Edit an 'Antares' simulation before running it : create new areas, links, thermal
clusters or binding constraints or edit existing ones. Update 'Antares' general & optimization settings.
'Antares' is an open source power system generator, more information available here : <https://antares-simulator.org/>.
Author: Tatiana Vargas [aut, cre],
Frederic Breant [ctb],
Victor Perrier [ctb],
Baptiste Seguinot [ctb],
Benoit Thieurmel [ctb],
Titouan Robert [ctb],
Jalal-Edine Zawam [ctb],
Etienne Sanchez [ctb],
Janus De Bondt [ctb],
Assil Mansouri [ctb],
Abdallah Mahoud [...truncated...]
Maintainer: Tatiana Vargas <tatiana.vargas@rte-france.com>
Diff between antaresEditObject versions 1.0.0 dated 2026-02-03 and 1.0.1 dated 2026-06-01
DESCRIPTION | 8 MD5 | 51 ++-- NAMESPACE | 1 NEWS.md | 28 ++ R/API-utils.R | 2 R/backupStudy.R | 131 ++++++---- R/createClusterST.R | 78 +----- R/createLink.R | 92 +++++-- R/createStudy.R | 12 R/editLink.R | 29 -- R/importStudyAPI.R | 27 +- R/runSimulation.R | 13 - R/thematic_trimming.R | 20 + R/updateOptimizationSettings.R | 289 +++++++++++++++-------- inst/doc/Antares_new_features_v920.html | 4 inst/doc/api-variant-management.html | 2 man/backupStudy.Rd | 14 - man/importZipStudyWeb.Rd | 7 man/setThematicTrimming.Rd | 18 + man/updateOptimizationSettings.Rd | 20 + tests/testthat/test-backupStudy.R |only tests/testthat/test-createClusterST.R | 125 +++++++++ tests/testthat/test-createLink.R | 107 ++++++++ tests/testthat/test-createStudy.R | 6 tests/testthat/test-editClusterST.R | 7 tests/testthat/test-editLink.R | 15 + tests/testthat/test-updateOptimizationSettings.R | 42 +++ 27 files changed, 832 insertions(+), 316 deletions(-)
More information about antaresEditObject at CRAN
Permanent link
Title: Residual Diagnostics for Hierarchical (Multi-Level / Mixed)
Regression Models
Description: "Uses a simulation-based approach to create readily
interpretable scaled (quantile) residuals for fitted generalized linear (mixed)
models. Currently supported are linear and generalized linear (mixed) models from
'lme4' (classes 'lmerMod', 'glmerMod'), 'glmmTMB', 'GLMMadaptive', 'spaMM', and 'brms'
(simple models); phylogenetic linear models from 'phylolm' (classes 'phylolm' and 'phyloglm');
generalized additive models ('gam' from 'mgcv'); 'glm' (including 'negbin' from 'MASS', but excluding
quasi-distributions) and 'lm' model classes. Moreover, externally created simulations,
e.g. posterior predictive simulations from Bayesian software such as 'JAGS', 'STAN',
or 'BUGS' can be processed as well. The resulting residuals are standardized to
values between 0 and 1 and can be interpreted as intuitively as residuals from a
linear regression. The package also provides a number of plot and test functions
for typical model misspecification problems, such as over/underdispersion, zero-inflatio [...truncated...]
Author: Florian Hartig [aut, cre] ,
Lukas Lohse [ctb],
Melina de Souza Leite [ctb] ,
Cosmina Werneke [ctb]
Maintainer: Florian Hartig <florian.hartig@biologie.uni-regensburg.de>
Diff between DHARMa versions 0.4.7 dated 2024-10-18 and 0.5.0 dated 2026-06-01
DHARMa-0.4.7/DHARMa/README.md |only DHARMa-0.4.7/DHARMa/vignettes/dispersion.png |only DHARMa-0.5.0/DHARMa/DESCRIPTION | 50 DHARMa-0.5.0/DHARMa/MD5 | 169 - DHARMa-0.5.0/DHARMa/NAMESPACE | 16 DHARMa-0.5.0/DHARMa/NEWS.md | 40 DHARMa-0.5.0/DHARMa/R/DHARMa.R | 32 DHARMa-0.5.0/DHARMa/R/compatibility.R | 346 +++ DHARMa-0.5.0/DHARMa/R/createData.R | 23 DHARMa-0.5.0/DHARMa/R/data.R | 2 DHARMa-0.5.0/DHARMa/R/helper.R | 122 + DHARMa-0.5.0/DHARMa/R/plots.R | 420 +++- DHARMa-0.5.0/DHARMa/R/random.R | 36 DHARMa-0.5.0/DHARMa/R/runBenchmarks.R | 34 DHARMa-0.5.0/DHARMa/R/simulateLRT.R | 16 DHARMa-0.5.0/DHARMa/R/simulateResiduals.R | 94 DHARMa-0.5.0/DHARMa/R/startup.R | 6 DHARMa-0.5.0/DHARMa/R/tests.R | 280 +- DHARMa-0.5.0/DHARMa/build/vignette.rds |binary DHARMa-0.5.0/DHARMa/inst/doc/DHARMa.R | 236 +- DHARMa-0.5.0/DHARMa/inst/doc/DHARMa.Rmd | 415 ++-- DHARMa-0.5.0/DHARMa/inst/doc/DHARMa.html | 1001 +++++----- DHARMa-0.5.0/DHARMa/inst/doc/DHARMaForBayesians.R | 126 - DHARMa-0.5.0/DHARMa/inst/doc/DHARMaForBayesians.Rmd | 18 DHARMa-0.5.0/DHARMa/inst/doc/DHARMaForBayesians.html | 31 DHARMa-0.5.0/DHARMa/inst/examples/dharma-package.R |only DHARMa-0.5.0/DHARMa/inst/examples/plotResidualsHelp.R |only DHARMa-0.5.0/DHARMa/inst/examples/plotsHelp.R | 39 DHARMa-0.5.0/DHARMa/inst/examples/simulateResidualsHelp.R | 57 DHARMa-0.5.0/DHARMa/inst/examples/testDispersionHelp.R | 16 DHARMa-0.5.0/DHARMa/inst/examples/testQuantilesHelp.R | 7 DHARMa-0.5.0/DHARMa/inst/examples/testSpatialAutocorrelationHelp.R | 24 DHARMa-0.5.0/DHARMa/inst/examples/testTemporalAutocorrelationHelp.R | 110 - DHARMa-0.5.0/DHARMa/inst/examples/testsHelp.R | 4 DHARMa-0.5.0/DHARMa/inst/examples/wrappersHelp.R | 3 DHARMa-0.5.0/DHARMa/man/DHARMa-package.Rd | 25 DHARMa-0.5.0/DHARMa/man/checkModel.Rd | 2 DHARMa-0.5.0/DHARMa/man/createDHARMa.Rd | 6 DHARMa-0.5.0/DHARMa/man/createData.Rd | 14 DHARMa-0.5.0/DHARMa/man/ensureDHARMa.Rd | 9 DHARMa-0.5.0/DHARMa/man/ensurePredictor.Rd | 6 DHARMa-0.5.0/DHARMa/man/getData.Rd |only DHARMa-0.5.0/DHARMa/man/getFitted.Rd | 16 DHARMa-0.5.0/DHARMa/man/getFixedEffects.Rd | 9 DHARMa-0.5.0/DHARMa/man/getFormulaPredictors.Rd |only DHARMa-0.5.0/DHARMa/man/getObservedResponse.Rd | 3 DHARMa-0.5.0/DHARMa/man/getPearsonResiduals.Rd | 11 DHARMa-0.5.0/DHARMa/man/getPredictorNames.Rd |only DHARMa-0.5.0/DHARMa/man/getQuantile.Rd | 16 DHARMa-0.5.0/DHARMa/man/getRandomState.Rd | 4 DHARMa-0.5.0/DHARMa/man/getRefit.Rd | 6 DHARMa-0.5.0/DHARMa/man/getResiduals.Rd | 6 DHARMa-0.5.0/DHARMa/man/getSimulations.Rd | 84 DHARMa-0.5.0/DHARMa/man/hist.DHARMa.Rd | 57 DHARMa-0.5.0/DHARMa/man/hurricanes.Rd | 2 DHARMa-0.5.0/DHARMa/man/outliers.Rd | 4 DHARMa-0.5.0/DHARMa/man/plot.DHARMa.Rd | 53 DHARMa-0.5.0/DHARMa/man/plot.DHARMaBenchmark.Rd | 4 DHARMa-0.5.0/DHARMa/man/plotQQunif.Rd | 51 DHARMa-0.5.0/DHARMa/man/plotResiduals.Rd | 101 - DHARMa-0.5.0/DHARMa/man/plotResidualsAll.Rd |only DHARMa-0.5.0/DHARMa/man/plotSimulatedResiduals.Rd | 2 DHARMa-0.5.0/DHARMa/man/rankTransform.Rd |only DHARMa-0.5.0/DHARMa/man/recalculateResiduals.Rd | 63 DHARMa-0.5.0/DHARMa/man/residuals.DHARMa.Rd | 67 DHARMa-0.5.0/DHARMa/man/runBenchmarks.Rd | 18 DHARMa-0.5.0/DHARMa/man/simulateLRT.Rd | 16 DHARMa-0.5.0/DHARMa/man/simulateResiduals.Rd | 92 DHARMa-0.5.0/DHARMa/man/testCategorical.Rd | 18 DHARMa-0.5.0/DHARMa/man/testDispersion.Rd | 43 DHARMa-0.5.0/DHARMa/man/testGeneric.Rd | 16 DHARMa-0.5.0/DHARMa/man/testOutliers.Rd | 24 DHARMa-0.5.0/DHARMa/man/testOverdispersion.Rd | 4 DHARMa-0.5.0/DHARMa/man/testOverdispersionParametric.Rd | 4 DHARMa-0.5.0/DHARMa/man/testPhylogeneticAutocorrelation.Rd | 6 DHARMa-0.5.0/DHARMa/man/testQuantiles.Rd | 31 DHARMa-0.5.0/DHARMa/man/testResiduals.Rd | 6 DHARMa-0.5.0/DHARMa/man/testSpatialAutocorrelation.Rd | 44 DHARMa-0.5.0/DHARMa/man/testTemporalAutocorrelation.Rd | 128 - DHARMa-0.5.0/DHARMa/man/testUniformity.Rd | 10 DHARMa-0.5.0/DHARMa/man/testZeroInflation.Rd | 10 DHARMa-0.5.0/DHARMa/tests/manualTests/comparingPackges_condUnconditional_GLMM.R |only DHARMa-0.5.0/DHARMa/tests/manualTests/numericReproducibility.R |only DHARMa-0.5.0/DHARMa/tests/manualTests/referenceData.RData |only DHARMa-0.5.0/DHARMa/tests/testthat/_snaps/testTests.md | 8 DHARMa-0.5.0/DHARMa/tests/testthat/testCompatibility.R |only DHARMa-0.5.0/DHARMa/tests/testthat/testModelTypes.R | 135 + DHARMa-0.5.0/DHARMa/tests/testthat/testNumericReproducibility.R |only DHARMa-0.5.0/DHARMa/tests/testthat/testPlots.R | 15 DHARMa-0.5.0/DHARMa/tests/testthat/testSimulateResiduals.R | 74 DHARMa-0.5.0/DHARMa/vignettes/DHARMa.Rmd | 415 ++-- DHARMa-0.5.0/DHARMa/vignettes/DHARMaForBayesians.Rmd | 18 DHARMa-0.5.0/DHARMa/vignettes/testDispersion.jpeg |only 93 files changed, 3449 insertions(+), 2080 deletions(-)
Title: R Wrapper to Access a Wide Range of Germany's Federal
Statistical System Databases Based on the GENESIS Web Service
RESTful API of the German Federal Statistical Office
(Statistisches Bundesamt/Destatis)
Description: A RESTful API wrapper for accessing the main databases of
Germany's Federal Statistical System. Supports data
search functions, credential management, result caching, and handling
remote background jobs for large datasets.
Author: Yannik Buhl [aut, cre],
Zoran Kovacevic [aut] ,
Dorian Le Jeune [aut],
Long Nguyen [aut] ,
Johannes Ritter [aut],
Stefan Linner [ctb]
Maintainer: Yannik Buhl <ybuhl@posteo.de>
Diff between restatis versions 0.4.0 dated 2026-03-15 and 0.4.1 dated 2026-06-01
restatis-0.4.0/restatis/tests/testthat/cube1 |only restatis-0.4.0/restatis/tests/testthat/searchvars2_fake |only restatis-0.4.1/restatis/DESCRIPTION | 8 restatis-0.4.1/restatis/MD5 | 67 restatis-0.4.1/restatis/NEWS.md | 6 restatis-0.4.1/restatis/R/zzz.R | 2 restatis-0.4.1/restatis/README.md | 8 restatis-0.4.1/restatis/build/vignette.rds |binary restatis-0.4.1/restatis/inst/doc/additional_parameter.html | 3 restatis-0.4.1/restatis/inst/doc/restatis.html | 3 restatis-0.4.1/restatis/inst/httptest2/redact.R | 2 restatis-0.4.1/restatis/man/gen_auth_save.Rd | 2 restatis-0.4.1/restatis/man/restatis-package.Rd | 1 restatis-0.4.1/restatis/tests/testthat/catalogue1/api/catalogue/tables-86e7c4-278e28-POST.json | 57 restatis-0.4.1/restatis/tests/testthat/catalogue4/api/catalogue/cubes-86e7c4-b16da7-POST.json | 64 restatis-0.4.1/restatis/tests/testthat/catalogue4/api/catalogue/tables-86e7c4-31aabf-POST.json | 57 restatis-0.4.1/restatis/tests/testthat/catalogue5/api/catalogue/tables-86e7c4-7a7d7b-POST.json | 18 restatis-0.4.1/restatis/tests/testthat/find1/api/find/find-86e7c4-3a9778-POST.json | 674 ---- restatis-0.4.1/restatis/tests/testthat/find2_fake/api/find/find-86e7c4-04539a-POST.json | 171 - restatis-0.4.1/restatis/tests/testthat/logincheck1_fake/api/helloworld/logincheck-86e7c4-1e1f6e-POST.R | 16 restatis-0.4.1/restatis/tests/testthat/meta1/api/metadata/table-86e7c4-b5d932-POST.json | 12 restatis-0.4.1/restatis/tests/testthat/meta2_fake/api/metadata/cube-86e7c4-8e9b02-POST.json | 97 restatis-0.4.1/restatis/tests/testthat/modified1/api/catalogue/modifieddata-86e7c4-70191d-POST.json | 4 restatis-0.4.1/restatis/tests/testthat/modified2 |only restatis-0.4.1/restatis/tests/testthat/searchvars1/api/catalogue/variables-86e7c4-582c7a-POST.json | 42 restatis-0.4.1/restatis/tests/testthat/table1/api/data/tablefile-86e7c4-23a648-POST.R | 28 restatis-0.4.1/restatis/tests/testthat/test_complete_workflows.R | 2 restatis-0.4.1/restatis/tests/testthat/test_credential_list.R | 11 restatis-0.4.1/restatis/tests/testthat/test_gen_api.R | 2 restatis-0.4.1/restatis/tests/testthat/test_gen_logincheck.R | 4 restatis-0.4.1/restatis/tests/testthat/xy_statistic1/api/catalogue/cubes2statistic-86e7c4-6d93aa-POST.json | 36 restatis-0.4.1/restatis/tests/testthat/xy_statistic1/api/catalogue/tables2statistic-86e7c4-6d93aa-POST.json | 33 restatis-0.4.1/restatis/tests/testthat/xy_variable1/api/catalogue/statistics2variable-86e7c4-a6b6cb-POST.json | 8 restatis-0.4.1/restatis/tests/testthat/xy_variable1/api/catalogue/tables2variable-86e7c4-a6b6cb-POST.json | 1526 ++++++---- restatis-0.4.1/restatis/tests/testthat/xy_variable1/api/catalogue/timeseries2variable-86e7c4-a6b6cb-POST.json | 1036 +++--- restatis-0.4.1/restatis/vignettes/authentication_in_restatis.html | 51 36 files changed, 1983 insertions(+), 2068 deletions(-)
Title: Read Australian Agricultural Data from Government Agencies
Description: Downloads and imports agricultural data from the Australian
Bureau of Agricultural and Resource Economics and Sciences (ABARES)
<https://www.agriculture.gov.au/abares> and the Australian Bureau of
Statistics (ABS) <https://www.abs.gov.au>. Supports multiple data
formats including spreadsheets, comma‑separated value (CSV) files, and
geospatial data such as shapefiles and GeoTIFFs. Covers topics such as
broadacre crops, livestock, soils, commodities and related
agricultural information. The package standardises field names and
data formats to improve interoperability and simplify analysis. It
also streamlines the import of geospatial data and corrects common
issues found in these data sources upon loading.
Author: Adam H. Sparks [cre, aut] ,
Curtin University [cph] ,
Jacob Wujciak-Jens [ctb] ,
Nicholas Potter [rev] ,
Maria Paula Caldas [rev]
Maintainer: Adam H. Sparks <adamhsparks@gmail.com>
Diff between read.abares versions 2.0.0 dated 2026-01-22 and 3.0.0 dated 2026-06-01
read.abares-2.0.0/read.abares/inst/doc/read.abares.Rmd |only read.abares-2.0.0/read.abares/inst/doc/read.abares.html |only read.abares-2.0.0/read.abares/vignettes/precompile.R |only read.abares-2.0.0/read.abares/vignettes/read.abares.Rmd |only read.abares-2.0.0/read.abares/vignettes/read.abares.Rmd.orig |only read.abares-3.0.0/read.abares/DESCRIPTION | 47 ++-- read.abares-3.0.0/read.abares/MD5 | 105 +++++----- read.abares-3.0.0/read.abares/NEWS.md | 39 +++ read.abares-3.0.0/read.abares/R/data.R |only read.abares-3.0.0/read.abares/R/globals.R | 4 read.abares-3.0.0/read.abares/R/read_abares_trade.R | 87 +++++++- read.abares-3.0.0/read.abares/R/retry_download.R | 20 + read.abares-3.0.0/read.abares/R/zzz.R | 32 +-- read.abares-3.0.0/read.abares/README.md | 78 +++---- read.abares-3.0.0/read.abares/build/partial.rdb |binary read.abares-3.0.0/read.abares/build/vignette.rds |binary read.abares-3.0.0/read.abares/data |only read.abares-3.0.0/read.abares/inst/WORDLIST | 18 - read.abares-3.0.0/read.abares/inst/doc/options.Rmd | 14 - read.abares-3.0.0/read.abares/inst/doc/options.html | 25 +- read.abares-3.0.0/read.abares/inst/doc/spatial_data_in_read.abares.Rmd |only read.abares-3.0.0/read.abares/inst/doc/spatial_data_in_read.abares.html |only read.abares-3.0.0/read.abares/man/ahecc.Rd |only read.abares-3.0.0/read.abares/man/print_topsoil_thickness_metadata.Rd | 6 read.abares-3.0.0/read.abares/man/read.abares-options.Rd | 4 read.abares-3.0.0/read.abares/man/read.abares-package.Rd | 16 - read.abares-3.0.0/read.abares/man/read.abares_options.Rd | 2 read.abares-3.0.0/read.abares/man/read_abares_trade.Rd | 28 ++ read.abares-3.0.0/read.abares/man/read_abares_trade_regions.Rd | 4 read.abares-3.0.0/read.abares/man/read_abs_broadacre_data.Rd | 6 read.abares-3.0.0/read.abares/man/read_abs_horticulture_data.Rd | 6 read.abares-3.0.0/read.abares/man/read_abs_livestock_data.Rd | 6 read.abares-3.0.0/read.abares/man/read_agfd_dt.Rd | 8 read.abares-3.0.0/read.abares/man/read_agfd_stars.Rd | 8 read.abares-3.0.0/read.abares/man/read_agfd_terra.Rd | 8 read.abares-3.0.0/read.abares/man/read_agfd_tidync.Rd | 8 read.abares-3.0.0/read.abares/man/read_clum_stars.Rd | 4 read.abares-3.0.0/read.abares/man/read_clum_terra.Rd | 4 read.abares-3.0.0/read.abares/man/read_estimates_by_performance_category.Rd | 10 read.abares-3.0.0/read.abares/man/read_estimates_by_size.Rd | 10 read.abares-3.0.0/read.abares/man/read_historical_national_estimates.Rd | 10 read.abares-3.0.0/read.abares/man/read_historical_regional_estimates.Rd | 10 read.abares-3.0.0/read.abares/man/read_historical_state_estimates.Rd | 10 read.abares-3.0.0/read.abares/man/read_nlum_stars.Rd | 8 read.abares-3.0.0/read.abares/man/read_nlum_terra.Rd | 8 read.abares-3.0.0/read.abares/man/read_topsoil_thickness_stars.Rd | 6 read.abares-3.0.0/read.abares/man/read_topsoil_thickness_terra.Rd | 6 read.abares-3.0.0/read.abares/man/reexports.Rd | 2 read.abares-3.0.0/read.abares/man/view_clum_metadata_pdf.Rd | 8 read.abares-3.0.0/read.abares/man/view_nlum_metadata_pdf.Rd | 8 read.abares-3.0.0/read.abares/tests/testthat/test-package-helpers.R | 16 - read.abares-3.0.0/read.abares/tests/testthat/test-read_abares_trade.R | 74 +++++++ read.abares-3.0.0/read.abares/tests/testthat/test-verbosity.R | 12 - read.abares-3.0.0/read.abares/vignettes/!precompile.R |only read.abares-3.0.0/read.abares/vignettes/aagis-regions-1.png |binary read.abares-3.0.0/read.abares/vignettes/aagis-regions-plot-1.png |binary read.abares-3.0.0/read.abares/vignettes/options.Rmd | 14 - read.abares-3.0.0/read.abares/vignettes/plot-topsoil-depth-1.png |binary read.abares-3.0.0/read.abares/vignettes/spatial_data_in_read.abares.Rmd |only read.abares-3.0.0/read.abares/vignettes/spatial_data_in_read.abares.Rmd.orig |only 60 files changed, 492 insertions(+), 307 deletions(-)
Title: Lightweight Toolkit for Messaging, Concurrency and the Web
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ.
A toolkit for messaging, concurrency and the web. High-performance
socket messaging over in-process, IPC, TCP, WebSocket and secure TLS
transports implements 'Scalability Protocols', a standard for common
communications patterns including publish/subscribe, request/reply and
survey. A threaded concurrency framework with intuitive 'aio' objects
that resolve automatically upon completion of asynchronous operations,
and synchronisation primitives that allow R to wait on events
signalled by concurrent threads. A unified HTTP server hosting REST
endpoints, WebSocket connections and streaming on a single port, with
a built-in HTTP client.
Author: Charlie Gao [aut, cre] ,
Posit Software, PBC [cph, fnd] ,
Hibiki AI Limited [cph],
Staysail Systems, Inc. [cph] ,
Capitar IT Group BV [cph] ,
The Mbed TLS Contributors [cph] ,
Pierre L'Ecuyer [cph] ,
sakura authors [cph] ,
R Consortium [fnd]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Diff between nanonext versions 1.9.0 dated 2026-05-04 and 1.9.1 dated 2026-06-01
nanonext-1.9.0/nanonext/man/dot-dispatcher.Rd |only nanonext-1.9.1/nanonext/DESCRIPTION | 6 nanonext-1.9.1/nanonext/MD5 | 43 - nanonext-1.9.1/nanonext/NAMESPACE | 1 nanonext-1.9.1/nanonext/NEWS.md | 8 nanonext-1.9.1/nanonext/R/dispatcher.R | 21 nanonext-1.9.1/nanonext/configure | 26 nanonext-1.9.1/nanonext/inst/doc/nanonext.html | 2 nanonext-1.9.1/nanonext/inst/doc/v01-messaging.html | 2 nanonext-1.9.1/nanonext/inst/doc/v02-protocols.html | 2 nanonext-1.9.1/nanonext/inst/doc/v03-configuration.html | 2 nanonext-1.9.1/nanonext/inst/doc/v04-web.html | 2 nanonext-1.9.1/nanonext/src/dispatcher.c | 257 +------- nanonext-1.9.1/nanonext/src/init.c | 1 nanonext-1.9.1/nanonext/src/nanonext.h | 3 nanonext-1.9.1/nanonext/src/nng/src/core/aio.c | 14 nanonext-1.9.1/nanonext/src/nng/src/core/aio.h | 2 nanonext-1.9.1/nanonext/src/nng/src/platform/posix/CMakeLists.txt | 4 nanonext-1.9.1/nanonext/src/nng/src/platform/posix/posix_ipcconn.c | 26 nanonext-1.9.1/nanonext/src/nng/src/platform/posix/posix_tcpconn.c | 26 nanonext-1.9.1/nanonext/src/nng/src/platform/windows/win_tcpconn.c | 20 nanonext-1.9.1/nanonext/src/server.c | 72 +- nanonext-1.9.1/nanonext/tests/tests.R | 291 ++++------ 23 files changed, 330 insertions(+), 501 deletions(-)
Title: Calculating and Analyzing Measures of Deprivation in the United
States
Description: Provides a unified framework to building Area Deprivation Index (ADI),
Social Vulnerability Index (SVI), and Neighborhood Deprivation Index (NDI)
deprivation measures and accessing related data from the U.S. Census Bureau
such as Gini coefficient data. Tools are also available for calculating percentiles,
quantiles, and for creating clear map breaks for data visualization.
Author: Christopher Prener [aut, cre] ,
Timothy Wiemken [aut]
Maintainer: Christopher Prener <christopher.prener@pfizer.com>
Diff between deprivateR versions 0.1.0 dated 2025-01-29 and 0.2.0 dated 2026-06-01
DESCRIPTION | 41 ++-- MD5 | 69 +++++-- NAMESPACE | 1 NEWS.md | 32 +++ R/dep_build_varlist.R | 235 ++++++++++++++++---------- R/dep_calc_index.R | 91 ++-------- R/dep_get_data.R | 253 +++++++++++++---------------- R/dep_get_index.R | 121 +++---------- R/dep_map_breaks.R | 62 +++---- R/dep_process.R | 87 +-------- R/dep_process_adi.R | 8 R/dep_process_ndi.R | 84 ++++----- R/dep_process_svi.R | 190 ++++++++++----------- R/dep_quantiles.R | 49 ++++- R/dep_rank.R | 14 - R/dep_sample_data.R | 16 + R/dep_set_api_key.R |only R/dep_utils.R | 163 ++++++++++++++++-- README.md | 156 ++++++++++------- build |only inst |only man/dep_calc_index.Rd | 14 + man/dep_get_index.Rd | 32 ++- man/dep_map_breaks.Rd | 13 + man/dep_sample_data.Rd | 2 man/dep_set_api_key.Rd |only tests/testthat/test_dep_build_varlist.R | 36 ++-- tests/testthat/test_dep_calc_index.R | 21 +- tests/testthat/test_dep_get_data.R |only tests/testthat/test_dep_get_index.R |only tests/testthat/test_dep_map_breaks.R |only tests/testthat/test_dep_percentiles.R |only tests/testthat/test_dep_process.R |only tests/testthat/test_dep_process_adi.R |only tests/testthat/test_dep_process_baseline.R |only tests/testthat/test_dep_process_ndi.R |only tests/testthat/test_dep_process_svi.R |only tests/testthat/test_dep_quantiles.R |only tests/testthat/test_dep_sample_data.R | 5 tests/testthat/test_dep_set_api_key.R |only tests/testthat/test_dep_str_word.R |only tests/testthat/test_dep_utils.R |only vignettes |only 43 files changed, 965 insertions(+), 830 deletions(-)
Title: Bayesian Mode Inference
Description: A two-step Bayesian approach for mode inference
(Baştürk et al., 2026) <doi:10.18637/jss.v116.i03>.
First, a mixture distribution is fitted on the data using a sparse finite
mixture (SFM) Markov chain Monte Carlo (MCMC) algorithm. The number of
mixture components does not have to be known; the size of the mixture is
estimated endogenously through the SFM approach. Second, the modes of the
estimated mixture at each MCMC draw are retrieved using algorithms
specifically tailored for mode detection. These estimates are then used to
construct posterior probabilities for the number of modes, their locations
and uncertainties, providing a powerful tool for mode inference.
Author: Nalan Bastuerk [aut],
Jamie Cross [aut],
Peter de Knijff [aut],
Lennart Hoogerheide [aut],
Paul Labonne [aut, cre],
Herman van Dijk [aut]
Maintainer: Paul Labonne <labonnepaul@gmail.com>
Diff between BayesMultiMode versions 0.7.5 dated 2026-02-27 and 1.0.0 dated 2026-06-01
DESCRIPTION | 10 MD5 | 91 +- NAMESPACE | 126 +-- NEWS.md | 95 +- R/bayes_fit.R | 477 +++++------ R/bayes_mixture.R | 362 ++++---- R/bayes_mode.R | 701 ++++++++--------- R/bayes_trace.R | 116 +- R/data.R | 116 +- R/gibbs_sfm_algos.R | 1456 ++++++++++++++++++------------------ R/mix_mode.R | 832 ++++++++++---------- R/mixture.R | 252 +++--- R/mixture_functions.R | 290 +++---- R/plot_methods.R | 782 +++++++++---------- R/print_methods.R | 242 ++--- R/summary_methods.R | 242 ++--- README.md | 635 +++++++-------- THANKS | 14 build/partial.rdb |binary inst/CITATION |only inst/REFERENCES.bib | 336 ++++---- man/bayes_fit.Rd | 369 ++++----- man/bayes_mixture.Rd | 246 +++--- man/bayes_mode.Rd | 329 ++++---- man/bayes_trace.Rd | 86 +- man/ct47.Rd | 46 - man/cyclone.Rd | 52 - man/d4z4.Rd | 46 - man/galaxy.Rd | 44 - man/gibbs_SFM.Rd | 24 man/mix_mode.Rd | 342 ++++---- man/mixture.Rd | 176 ++-- man/plot.bayes_mixture.Rd | 50 - man/plot.bayes_mode.Rd | 40 man/plot.mix_mode.Rd | 44 - man/print.bayes_mixture.Rd | 44 - man/print.bayes_mode.Rd | 44 - man/print.mix_mode.Rd | 44 - man/summary.bayes_mixture.Rd | 40 man/summary.bayes_mode.Rd | 32 man/summary.mix_mode.Rd | 32 tests/testthat.R | 24 tests/testthat/_snaps/bayes_mode.md | 38 tests/testthat/test-bayes_mixture.R | 86 +- tests/testthat/test-bayes_mode.R | 310 +++---- tests/testthat/test-mix_mode.R | 292 +++---- tests/testthat/test-mixture.R | 80 - 47 files changed, 5072 insertions(+), 5063 deletions(-)
More information about BayesMultiMode at CRAN
Permanent link
Title: Supporting Functions for Packages Maintained by 'Yihui Xie'
Description: Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.
Author: Yihui Xie [aut, cre, cph] ,
Wush Wu [ctb],
Daijiang Li [ctb],
Xianying Tan [ctb],
Salim Brueggemann [ctb] ,
Christophe Dervieux [ctb]
Maintainer: Yihui Xie <xie@yihui.name>
Diff between xfun versions 0.57 dated 2026-03-20 and 0.58 dated 2026-06-01
DESCRIPTION | 8 MD5 | 96 ++++---- NAMESPACE | 3 R/app.R | 420 +++++++++++++++++++++++++++++++++++---- R/cache.R | 6 R/cran.R | 9 R/httpd.R |only R/io.R | 10 R/json.R | 8 R/markdown.R | 18 + R/string.R | 7 R/utils.R | 4 R/yaml.R | 37 ++- R/zzz.R | 11 + build/vignette.rds |binary inst/doc/xfun.Rmd | 4 inst/doc/xfun.html | 28 +- man/cache_exec.Rd | 4 man/download_cache.Rd | 2 man/file_ext.Rd | 4 man/find_globals.Rd | 2 man/html_tag.Rd | 4 man/md_table.Rd | 18 + man/new_app.Rd | 55 +++-- man/pkg_bib.Rd | 2 man/proj_root.Rd | 5 man/random_port.Rd |only man/rev_check.Rd | 2 man/serve_dir.Rd |only man/shrink_images.Rd | 2 man/taml_load.Rd | 3 man/tinify.Rd | 2 man/url_destination.Rd | 4 src/init.c | 6 tests/test-ci/test-cache.R | 49 ++++ tests/test-ci/test-httpd.R |only tests/test-ci/test-yaml.R |only tests/test-cran/test-algorithm.R |only tests/test-cran/test-base64.R | 24 ++ tests/test-cran/test-cache.R |only tests/test-cran/test-citation.R | 18 + tests/test-cran/test-httpd.R |only tests/test-cran/test-io.R | 177 ++++++++++++++++ tests/test-cran/test-json.R | 37 +++ tests/test-cran/test-knitr.R | 83 +++++++ tests/test-cran/test-markdown.R | 121 +++++++++++ tests/test-cran/test-packages.R | 43 +++ tests/test-cran/test-paths.R | 126 +++++++++++ tests/test-cran/test-record.R | 135 ++++++++++++ tests/test-cran/test-string.R | 89 ++++++++ tests/test-cran/test-utils.R | 178 ++++++++++++++++ tests/test-cran/test-yaml.R | 136 ++++++++++++ vignettes/xfun.Rmd | 4 53 files changed, 1833 insertions(+), 171 deletions(-)
Title: VPC Percentiles and Prediction Intervals
Description: Perform a Visual Predictive Check (VPC), while accounting for
stratification, censoring, and prediction correction. Using piping from
'magrittr', the intuitive syntax gives users a flexible and powerful method
to generate VPCs using both traditional binning and a new binless approach
Jamsen et al. (2018) <doi:10.1002/psp4.12319> with Additive Quantile
Regression (AQR) and Locally Estimated Scatterplot Smoothing (LOESS)
prediction correction.
Author: Olivier Barriere [aut],
Benjamin Rich [aut],
James Craig [aut, cre] ,
Samer Mouksassi [aut],
Bill Denney [ctb] ,
Michael Tomashevskiy [ctb],
Kris Jamsen [ctb],
Certara USA, Inc. [cph, fnd]
Maintainer: James Craig <james.craig@certara.com>
Diff between tidyvpc versions 1.5.2 dated 2024-11-21 and 1.6.0 dated 2026-06-01
DESCRIPTION | 17 MD5 | 64 NAMESPACE | 120 NEWS.md | 7 R/binless.R | 8 R/plot.R | 1338 ++-- R/qpc.R |only R/vpcstats.R | 2815 ++++---- R/vpcstats_fun.R | 32 README.md | 2 build/vignette.rds |binary inst/doc/tidyvpc_RsNLME.pdf |only inst/doc/tidyvpc_RsNLME.pdf.asis |only inst/doc/tidyvpc_cat.pdf |binary inst/doc/tidyvpc_cont.pdf |binary inst/doc/tidyvpc_qpc.pdf |only inst/doc/tidyvpc_qpc.pdf.asis |only inst/extdata/Binless/cat_stats_l.csv |only inst/extdata/Binless/cat_strat_stats_l.csv |only inst/extdata/Binless/predcor_stats_l.csv | 3302 +++++----- man/binning.Rd | 2 man/plot.tidyvpcobj.Rd | 9 man/qpcstats.Rd |only man/simulated.Rd | 6 man/stratify.Rd | 4 tests/testthat/_snaps/plot/censored-plot-with-aql.svg | 76 tests/testthat/_snaps/plot/censored-plot-with-bql-aql.svg | 108 tests/testthat/_snaps/plot/censored-plot-with-bql.svg | 76 tests/testthat/_snaps/plot/one-sided-strat-formula-with-facet-wrap.svg | 66 tests/testthat/_snaps/plot/single-value-group.svg | 6 tests/testthat/_snaps/plot/two-sided-strat-formula-with-facet-grid.svg | 6 tests/testthat/test-binless.R | 462 - tests/testthat/test-non_replicate.R |only tests/testthat/test-qpc.R |only tests/testthat/test-vpcstats.R | 8 vignettes/tidyvpc_RsNLME.Rmd |only vignettes/tidyvpc_RsNLME.pdf.asis |only vignettes/tidyvpc_cont.Rmd | 57 vignettes/tidyvpc_qpc.Rmd |only vignettes/tidyvpc_qpc.pdf.asis |only 40 files changed, 4547 insertions(+), 4044 deletions(-)
Title: Producing and Reproducing Results
Description: A system for embedded scientific computing and reproducible research with R
as described in <doi:10.48550/arXiv.1406.4806>.
The OpenCPU server exposes a simple but powerful HTTP api for RPC and data interchange
with R. This provides a reliable and scalable foundation for statistical services or
building R web applications. The OpenCPU server runs either as a single-user development
server within the interactive R session, or as a multi-user Linux stack based on Apache2.
The entire system is fully open source and permissively licensed. The OpenCPU website
has detailed documentation and example apps.
Author: Jeroen Ooms [aut, cre]
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Diff between opencpu versions 2.2.14 dated 2024-10-04 and 2.2.15 dated 2026-06-01
opencpu-2.2.14/opencpu/build |only opencpu-2.2.14/opencpu/inst/doc |only opencpu-2.2.14/opencpu/vignettes |only opencpu-2.2.15/opencpu/DESCRIPTION | 14 +++++++------- opencpu-2.2.15/opencpu/MD5 | 8 ++------ opencpu-2.2.15/opencpu/R/httpget_webhook.R | 12 ++++++------ 6 files changed, 15 insertions(+), 19 deletions(-)
Title: Access the 'Anthropic Economic Index' Dataset
Description: Provides clean, tidy access to the 'Anthropic Economic Index'
(AEI) dataset hosted on 'Hugging Face'
<https://huggingface.co/datasets/Anthropic/EconomicIndex>. The AEI
is a recurring release from 'Anthropic' that maps usage of the
'Claude' family of large language models to occupations and tasks
using the 'O*NET' taxonomy and the 'Standard Occupational
Classification' system, following the methodology of Handa et al.
(2025) <doi:10.48550/arXiv.2503.04761> and the privacy-preserving system 'Clio'
of Tamkin et al. (2024) <doi:10.48550/arXiv.2412.13678>. Functions list available
releases, fetch raw and enriched usage tables, retrieve task
statements, request hierarchies, and country-level breakdowns,
compare two releases, join the index to user-supplied data on a
shared key, and compute usage-concentration metrics
(Herfindahl-Hirschman Index, top-N concentration ratios, Shannon
entropy). Data is cached locally for subsequent calls.
Reproducibility helpers produce 'BibTeX [...truncated...]
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>
Diff between aieconindex versions 0.1.0 dated 2026-05-13 and 0.1.1 dated 2026-06-01
DESCRIPTION | 6 +- MD5 | 18 ++++---- NEWS.md | 18 ++++++++ R/aieconindex-package.R | 2 R/cache.R | 19 +++++++- R/link.R | 2 README.md | 96 ++++++++++++--------------------------------- man/aei_cache_dir.Rd | 5 ++ man/aei_link.Rd | 2 man/aieconindex-package.Rd | 2 10 files changed, 84 insertions(+), 86 deletions(-)
Title: Progress Reporting of Common Functions via One Magic Function
Description: The progressify() function rewrites (transpiles) calls to sequential and parallel map-reduce functions such as base::lapply(), purrr::map(), foreach::foreach(), and plyr::llply() to signal progress updates. By combining this function with R's native pipe operator, you have a straightforward way to report progress on iterative computations with minimal refactoring, e.g. 'lapply(x, fcn) |> progressify()' and 'purrr::map(x, fcn) |> progressify()'. It is compatible with the parallel-processing map-reduce packages 'future.apply', 'furrr', 'crossmap', 'foreach', 'doFuture', and 'futurize'. It also supports domain-specific packages including 'boot', 'fwb', 'lme4', 'partykit', 'sandwich', and 'SimDesign', e.g. 'boot::boot(data, stat, R) |> progressify()'.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between progressify versions 0.1.0 dated 2026-04-07 and 0.2.0 dated 2026-05-31
progressify-0.1.0/progressify/.aspell |only progressify-0.2.0/progressify/DESCRIPTION | 26 ++- progressify-0.2.0/progressify/MD5 | 78 +++++++--- progressify-0.2.0/progressify/NEWS.md | 33 ++++ progressify-0.2.0/progressify/R/builtin-SimDesign.R |only progressify-0.2.0/progressify/R/builtin-boot.R |only progressify-0.2.0/progressify/R/builtin-crossmap.R | 42 ++++- progressify-0.2.0/progressify/R/builtin-furrr.R | 6 progressify-0.2.0/progressify/R/builtin-fwb.R |only progressify-0.2.0/progressify/R/builtin-lme4.R |only progressify-0.2.0/progressify/R/builtin-purrr.R | 1 progressify-0.2.0/progressify/R/builtin-sandwich.R |only progressify-0.2.0/progressify/R/register_all_transpilers.R | 5 progressify-0.2.0/progressify/README.md | 32 +++- progressify-0.2.0/progressify/build/vignette.rds |binary progressify-0.2.0/progressify/inst/doc/progressify-21-purrr.html | 2 progressify-0.2.0/progressify/inst/doc/progressify-21-purrr.md | 2 progressify-0.2.0/progressify/inst/doc/progressify-22-furrr.html | 8 - progressify-0.2.0/progressify/inst/doc/progressify-22-furrr.md | 8 - progressify-0.2.0/progressify/inst/doc/progressify-23-crossmap.html | 7 progressify-0.2.0/progressify/inst/doc/progressify-23-crossmap.md | 7 progressify-0.2.0/progressify/inst/doc/progressify-81-SimDesign.html |only progressify-0.2.0/progressify/inst/doc/progressify-81-SimDesign.md |only progressify-0.2.0/progressify/inst/doc/progressify-81-boot.html |only progressify-0.2.0/progressify/inst/doc/progressify-81-boot.md |only progressify-0.2.0/progressify/inst/doc/progressify-81-fwb.html |only progressify-0.2.0/progressify/inst/doc/progressify-81-fwb.md |only progressify-0.2.0/progressify/inst/doc/progressify-81-lme4.html |only progressify-0.2.0/progressify/inst/doc/progressify-81-lme4.md |only progressify-0.2.0/progressify/inst/doc/progressify-81-sandwich.html |only progressify-0.2.0/progressify/inst/doc/progressify-81-sandwich.md |only progressify-0.2.0/progressify/inst/testme/test-progressify-SimDesign.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-api.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-boot.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-crossmap-future.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-crossmap.R | 2 progressify-0.2.0/progressify/inst/testme/test-progressify-furrr.R | 8 - progressify-0.2.0/progressify/inst/testme/test-progressify-futurize-crossmap.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-fwb.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-internals.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-lme4.R |only progressify-0.2.0/progressify/inst/testme/test-progressify-sandwich.R |only progressify-0.2.0/progressify/man/progressify.Rd | 2 progressify-0.2.0/progressify/tests/test-progressify-SimDesign.R |only progressify-0.2.0/progressify/tests/test-progressify-api.R |only progressify-0.2.0/progressify/tests/test-progressify-boot.R |only progressify-0.2.0/progressify/tests/test-progressify-crossmap-future.R |only progressify-0.2.0/progressify/tests/test-progressify-futurize-crossmap.R |only progressify-0.2.0/progressify/tests/test-progressify-fwb.R |only progressify-0.2.0/progressify/tests/test-progressify-internals.R |only progressify-0.2.0/progressify/tests/test-progressify-lme4.R |only progressify-0.2.0/progressify/tests/test-progressify-sandwich.R |only progressify-0.2.0/progressify/vignettes/progressify-21-purrr.md | 2 progressify-0.2.0/progressify/vignettes/progressify-22-furrr.md | 8 - progressify-0.2.0/progressify/vignettes/progressify-23-crossmap.md | 7 progressify-0.2.0/progressify/vignettes/progressify-81-SimDesign.md |only progressify-0.2.0/progressify/vignettes/progressify-81-boot.md |only progressify-0.2.0/progressify/vignettes/progressify-81-fwb.md |only progressify-0.2.0/progressify/vignettes/progressify-81-lme4.md |only progressify-0.2.0/progressify/vignettes/progressify-81-sandwich.md |only 60 files changed, 230 insertions(+), 56 deletions(-)
Title: Tidy Finance Helper Functions
Description: Helper functions for empirical research in financial
economics, addressing a variety of topics covered in Scheuch, Voigt,
and Weiss (2023) <doi:10.1201/b23237>. The package is designed to
provide shortcuts for issues extensively discussed in the book,
facilitating easier application of its concepts. For more information
and resources related to the book, visit
<https://www.tidy-finance.org/r/index.html>.
Author: Christoph Scheuch [aut, cre, cph] ,
Stefan Voigt [aut, cph] ,
Patrick Weiss [aut, cph] ,
Maximilian Muecke [ctb]
Maintainer: Christoph Scheuch <christoph@tidy-intelligence.com>
Diff between tidyfinance versions 0.5.0 dated 2026-05-12 and 0.6.0 dated 2026-05-31
tidyfinance-0.5.0/tidyfinance/R/check_supported_type.R |only tidyfinance-0.5.0/tidyfinance/R/create_wrds_dummy_database.R |only tidyfinance-0.5.0/tidyfinance/R/list_supported_types.R |only tidyfinance-0.5.0/tidyfinance/build/vignette.rds |only tidyfinance-0.5.0/tidyfinance/inst/doc |only tidyfinance-0.5.0/tidyfinance/man/check_supported_type.Rd |only tidyfinance-0.5.0/tidyfinance/man/create_wrds_dummy_database.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types_ff.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types_ff_legacy.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types_macro_predictors.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types_other.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types_q.Rd |only tidyfinance-0.5.0/tidyfinance/man/list_supported_types_wrds.Rd |only tidyfinance-0.5.0/tidyfinance/tests/testthat/test-create_wrds_dummy_database.R |only tidyfinance-0.5.0/tidyfinance/vignettes |only tidyfinance-0.6.0/tidyfinance/DESCRIPTION | 19 tidyfinance-0.6.0/tidyfinance/MD5 | 207 + tidyfinance-0.6.0/tidyfinance/NAMESPACE | 13 tidyfinance-0.6.0/tidyfinance/NEWS.md | 55 tidyfinance-0.6.0/tidyfinance/R/breakpoint_options.R | 39 tidyfinance-0.6.0/tidyfinance/R/compute_long_short_returns.R | 18 tidyfinance-0.6.0/tidyfinance/R/compute_portfolio_returns.R | 4 tidyfinance-0.6.0/tidyfinance/R/data_options.R | 124 - tidyfinance-0.6.0/tidyfinance/R/download_data.R | 84 tidyfinance-0.6.0/tidyfinance/R/download_data_constituents.R | 4 tidyfinance-0.6.0/tidyfinance/R/download_data_factors.R | 233 +- tidyfinance-0.6.0/tidyfinance/R/download_data_huggingface.R | 253 +- tidyfinance-0.6.0/tidyfinance/R/download_data_pseudo_ccm_links.R |only tidyfinance-0.6.0/tidyfinance/R/download_data_pseudo_compustat.R |only tidyfinance-0.6.0/tidyfinance/R/download_data_pseudo_crsp.R |only tidyfinance-0.6.0/tidyfinance/R/download_data_risk_free.R | 2 tidyfinance-0.6.0/tidyfinance/R/download_data_stock_prices.R | 8 tidyfinance-0.6.0/tidyfinance/R/download_data_wrds_compustat.R | 21 tidyfinance-0.6.0/tidyfinance/R/download_data_wrds_crsp.R | 2 tidyfinance-0.6.0/tidyfinance/R/estimate_betas.R | 4 tidyfinance-0.6.0/tidyfinance/R/estimate_model.R | 4 tidyfinance-0.6.0/tidyfinance/R/filter_options.R | 116 - tidyfinance-0.6.0/tidyfinance/R/filter_sorting_data.R | 237 -- tidyfinance-0.6.0/tidyfinance/R/global_variables.R | 12 tidyfinance-0.6.0/tidyfinance/R/list_supported_datasets.R |only tidyfinance-0.6.0/tidyfinance/R/read_parquet_url.R |only tidyfinance-0.6.0/tidyfinance/R/set_wrds_credentials.R | 3 tidyfinance-0.6.0/tidyfinance/R/simulate_pseudo_data.R |only tidyfinance-0.6.0/tidyfinance/R/tidyfinance-package.R | 4 tidyfinance-0.6.0/tidyfinance/R/validate.R | 8 tidyfinance-0.6.0/tidyfinance/R/validate_options.R |only tidyfinance-0.6.0/tidyfinance/README.md | 45 tidyfinance-0.6.0/tidyfinance/man/create_summary_statistics.Rd | 13 tidyfinance-0.6.0/tidyfinance/man/disconnect_connection.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/download_data.Rd | 18 tidyfinance-0.6.0/tidyfinance/man/download_data_constituents.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_factors_ff.Rd | 16 tidyfinance-0.6.0/tidyfinance/man/download_data_factors_q.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_fred.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_huggingface.Rd | 53 tidyfinance-0.6.0/tidyfinance/man/download_data_macro_predictors.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_osap.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_pseudo_ccm_links.Rd |only tidyfinance-0.6.0/tidyfinance/man/download_data_pseudo_compustat.Rd |only tidyfinance-0.6.0/tidyfinance/man/download_data_pseudo_crsp.Rd |only tidyfinance-0.6.0/tidyfinance/man/download_data_risk_free.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_stock_prices.Rd | 4 tidyfinance-0.6.0/tidyfinance/man/download_data_wrds.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/download_data_wrds_ccm_links.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/download_data_wrds_compustat.Rd | 9 tidyfinance-0.6.0/tidyfinance/man/download_data_wrds_crsp.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/download_data_wrds_fisd.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/download_data_wrds_trace_enhanced.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/download_factor_library_grid.Rd |only tidyfinance-0.6.0/tidyfinance/man/download_factor_library_ids.Rd |only tidyfinance-0.6.0/tidyfinance/man/get_available_huggingface_files.Rd | 13 tidyfinance-0.6.0/tidyfinance/man/get_wrds_connection.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_ff.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_ff_legacy.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_macro_predictors.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_other.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_pseudo.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_q.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_datasets_wrds.Rd |only tidyfinance-0.6.0/tidyfinance/man/list_supported_indexes.Rd | 13 tidyfinance-0.6.0/tidyfinance/man/list_tidy_finance_chapters.Rd | 13 tidyfinance-0.6.0/tidyfinance/man/open_tidy_finance_website.Rd | 13 tidyfinance-0.6.0/tidyfinance/man/set_wrds_credentials.Rd | 1 tidyfinance-0.6.0/tidyfinance/man/trim.Rd | 13 tidyfinance-0.6.0/tidyfinance/man/validate_dates.Rd | 21 tidyfinance-0.6.0/tidyfinance/man/winsorize.Rd | 13 tidyfinance-0.6.0/tidyfinance/tests/testthat/_snaps |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-add_lagged_columns.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-assign_portfolio.R | 52 tidyfinance-0.6.0/tidyfinance/tests/testthat/test-breakpoint_options.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-compute_breakpoints.R | 180 + tidyfinance-0.6.0/tidyfinance/tests/testthat/test-compute_long_short_returns.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-compute_portfolio_returns.R | 1116 ++-------- tidyfinance-0.6.0/tidyfinance/tests/testthat/test-create_summary_statistics.R | 50 tidyfinance-0.6.0/tidyfinance/tests/testthat/test-disconnect_connection.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_constituents.R | 274 ++ tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_factors.R | 739 ++++++ tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_fred.R | 136 - tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_huggingface.R | 708 ++++-- tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_macro_predictors.R | 187 + tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_osap.R | 91 tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_risk_free.R | 138 - tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_stock_prices.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_wrds.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_wrds_ccm_links.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_wrds_compustat.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_wrds_crps.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_wrds_fisd.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-download_data_wrds_trace_enhanced.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-estimate_betas.R | 276 +- tidyfinance-0.6.0/tidyfinance/tests/testthat/test-estimate_fama_macbeth.R | 4 tidyfinance-0.6.0/tidyfinance/tests/testthat/test-estimate_model.R | 78 tidyfinance-0.6.0/tidyfinance/tests/testthat/test-filter_sorting_data.R | 607 ++--- tidyfinance-0.6.0/tidyfinance/tests/testthat/test-filter_sorting_helpers.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-get_random_user_agent.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-get_wrds_connection.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-handle_download_error.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-imlement_portfolio_sorts.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-join_lagged_values.R | 391 +-- tidyfinance-0.6.0/tidyfinance/tests/testthat/test-list_supported_datasets.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-list_supported_indexes.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-list_tidy_finance_chapters.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-open_tidy_finance_website.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-read_parquet_url.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-simulate_pseudo_data.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-trim.R | 20 tidyfinance-0.6.0/tidyfinance/tests/testthat/test-validate.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-validate_options.R |only tidyfinance-0.6.0/tidyfinance/tests/testthat/test-winsorize.R | 21 132 files changed, 4047 insertions(+), 2784 deletions(-)
Title: Composite Scoring via Principal Component Analysis of Ridit
Scores
Description: Implements 'PRIDIT' (Principal Component Analysis applied to 'RIDITs'), an
unsupervised, nonparametric method for aggregating ordinal, categorical,
and continuous indicators into a single interpretable composite score.
Originally proposed by Brockett et al. (2002)
<doi:10.1111/1539-6975.00027> for insurance fraud detection and
extended to hospital quality measurement by Lieberthal (2008)
<doi:10.1111/j.1475-6773.2007.00821.x> and Lieberthal and Comer (2013)
<doi:10.1111/rmir.12009>.
The package provides:
(1) low-level functions ridit(), PRIDITweight(), and PRIDITscore();
(2) a unified pridit() entry point returning a classed object with
print, summary, 'autoplot', and 'coef' methods;
(3) pridit_boot() for bootstrap confidence intervals on scores and weights;
(4) a step_pridit() recipe step for out-of-sample scoring within the
'tidymodels' framework; and
(5) pridit_longitudinal() for panel data, computing cross-period
stability of scores and weights.
Author: Robert D. Lieberthal [aut, cre]
Maintainer: Robert D. Lieberthal <rlieberthal@gmail.com>
Diff between pridit versions 1.1.0 dated 2025-07-20 and 1.1.1 dated 2026-05-31
pridit-1.1.0/pridit/build/partial.rdb |only pridit-1.1.1/pridit/DESCRIPTION | 48 ++- pridit-1.1.1/pridit/MD5 | 43 +- pridit-1.1.1/pridit/NAMESPACE | 20 + pridit-1.1.1/pridit/R/PRIDITscore.R | 125 +++----- pridit-1.1.1/pridit/R/PRIDITweight.R | 94 ++---- pridit-1.1.1/pridit/R/pridit.R |only pridit-1.1.1/pridit/R/pridit_boot.R |only pridit-1.1.1/pridit/R/pridit_longitudinal.R |only pridit-1.1.1/pridit/R/ridit.R | 122 ++++---- pridit-1.1.1/pridit/R/step_pridit.R |only pridit-1.1.1/pridit/build/vignette.rds |binary pridit-1.1.1/pridit/inst/doc/pridit-introduction.R | 59 ++-- pridit-1.1.1/pridit/inst/doc/pridit-introduction.Rmd | 59 ++-- pridit-1.1.1/pridit/inst/doc/pridit-introduction.html | 129 ++++---- pridit-1.1.1/pridit/man/PRIDITscore.Rd | 53 +-- pridit-1.1.1/pridit/man/PRIDITweight.Rd | 44 +-- pridit-1.1.1/pridit/man/autoplot.pridit.Rd |only pridit-1.1.1/pridit/man/autoplot.pridit_boot.Rd |only pridit-1.1.1/pridit/man/autoplot.pridit_longitudinal.Rd |only pridit-1.1.1/pridit/man/coef.pridit.Rd |only pridit-1.1.1/pridit/man/pridit.Rd | 77 +++++ pridit-1.1.1/pridit/man/pridit_boot.Rd |only pridit-1.1.1/pridit/man/pridit_longitudinal.Rd |only pridit-1.1.1/pridit/man/ridit.Rd | 58 ++-- pridit-1.1.1/pridit/man/step_pridit.Rd |only pridit-1.1.1/pridit/tests/testthat/test-pridit.R | 230 +++++++++++----- pridit-1.1.1/pridit/tests/testthat/test-ridit.R |only pridit-1.1.1/pridit/vignettes/pridit-introduction.Rmd | 59 ++-- 29 files changed, 683 insertions(+), 537 deletions(-)
Title: Nonlinear Dependence and Lead-Lag Analysis via Chatterjee's Xi
Description: Computes Chatterjee's non-parametric correlation coefficient for time series data. It extends the original metric to time series analysis by providing the univariate Xi-Autocorrelation Function (Xi-ACF), directional Xi-Cross-Correlation Function (Xi-CCF), and multivariate network evaluation matrices. The package allows users to test for non-linear dependence using Iterative Amplitude Adjusted Fourier Transform (IAAFT) and Multivariate IAAFT (MIAAFT) surrogate data with strict Family-Wise Error Rate ('FWER') control via Max-statistic approaches. Methodologies are based on Chatterjee (2021) <doi:10.1080/01621459.2020.1758115>, surrogate data testing methods by Schreiber and Schmitz (1996) <doi:10.1103/PhysRevLett.77.635>, and local structural identification by Watanabe (2026) <doi:10.2139/ssrn.6829431>.
Author: Yasunori Watanabe [aut, cre]
Maintainer: Yasunori Watanabe <watanabe.yasunori@outlook.com>
Diff between xiacf versions 0.6.0 dated 2026-05-29 and 0.6.1 dated 2026-05-31
DESCRIPTION | 8 - MD5 | 50 +++++----- NAMESPACE | 3 NEWS.md | 12 ++ R/RcppExports.R | 9 + R/xi_acf.R | 35 ++----- R/xi_ccf.R | 38 ++++++-- R/xi_matrix.R | 122 +++++++++++++++----------- R/xi_rolling_acf.R | 67 +++++++------- R/xi_rolling_ccf.R | 82 ++++++++++------- README.md | 63 +++++++++---- man/compute_xi_acf_maxstat_cpp.Rd |only man/compute_xi_ccf_maxstat_cpp.Rd |only man/compute_xi_matrix_maxstat_cpp.Rd |only man/figures/README-xi-acf-1.png |binary man/figures/README-xi-ccf-1.png |binary man/figures/README-xi-matrix-1.png |binary man/figures/README-xi-matrix-2.png |binary man/run_rolling_xi_acf.Rd | 11 +- man/run_rolling_xi_ccf.Rd | 6 - src/testing_engine.cpp | 161 +++++++++++++++++------------------ src/xi_math.cpp | 7 - tests/testthat/test-compatibility.R | 19 ++-- tests/testthat/test-core_logic.R | 9 + tests/testthat/test-rolling.R |only tests/testthat/test-xi_acf.R | 20 ---- tests/testthat/test-xi_ccf.R | 38 ++++---- tests/testthat/test-xi_matrix.R | 30 ++++++ 28 files changed, 449 insertions(+), 341 deletions(-)
Title: Advanced Methods for Principal Component Analysis and Principal
Component Regression
Description: Provides a unified framework for principal component analysis (PCA) and principal component regression (PCR), including standard PCA, sparse PCA, robust PCA, and supervised PCA. The package supports automatic selection of the number of components using cumulative variance and elbow methods and integrates PCA with regression modelling through PCR models. It includes tools for PCA suitability assessment using Bartlett's test of sphericity and the Kaiser-Meyer-Olkin (KMO) measure. Visualisation utilities such as scree plots and biplots are provided for interpretation. The methods are designed to handle multicollinearity, outliers, and high-dimensional data, making them suitable for applied statistical modelling and data analysis. The methodology is based on established approaches described in Jolliffe (2002) <doi:10.1007/b98835>, Zou et al. (2006) <doi:10.1111/j.1467-9868.2005.00503.x>, and Hubert et al. (2005) <doi:10.1198/004017004000000563>.
Author: Dr. Pramit Pandit [aut, cre],
Dr. Halagundegowda G R [aut],
Dr. Kamidi Rahul [aut],
Dr. S. Gandhi Doss [aut]
Maintainer: Dr. Pramit Pandit <pramitpandit@gmail.com>
Diff between pcreg versions 0.1.0 dated 2026-05-29 and 0.1.1 dated 2026-05-31
DESCRIPTION | 6 MD5 | 6 R/robust_pcreg.R | 653 +++++++++++++++++++++++++++------------------------- man/robust_pcreg.Rd | 11 4 files changed, 362 insertions(+), 314 deletions(-)
Title: Programming with Big Data -- Scalable Linear Algebra Packages
Description: Utilizing scalable linear algebra packages mainly
including 'BLACS', 'PBLAS', and 'ScaLAPACK' in double precision via
'pbdMPI' based on 'ScaLAPACK' version 2.0.2.
Author: Wei-Chen Chen [aut, cre],
Drew Schmidt [aut],
George Ostrouchov [aut],
Pragneshkumar Patel [aut],
Brian Ripley [ctb]
Maintainer: Wei-Chen Chen <wccsnow@gmail.com>
Diff between pbdSLAP versions 0.3-7 dated 2024-11-13 and 0.3-8 dated 2026-05-31
ChangeLog | 6 +++++ DESCRIPTION | 8 +++--- MD5 | 26 +++++++++++----------- inst/doc/pbdSLAP-guide.pdf |binary src/Makevars.in | 2 - src/PBLAS/PBBLAS/pbdtran.f | 30 +++++++++++++++++--------- src/PBLAS/PTZBLAS/pxerbla.f | 3 +- src/ScaLAPACK/pilaenvx.f | 6 +++-- src/ScaLAPACK/pjlaenv.f | 4 ++- src/TOOLS/pdlaprnt.f | 3 +- src/TOOLS/pilaprnt.f | 3 +- vignettes/pbdSLAP-include/01-introduction.tex | 12 +++++----- vignettes/pbdSLAP-include/02-extra.tex | 6 ++--- vignettes/pbdSLAP-include/pbdSLAP.bib | 24 ++++++++++---------- 14 files changed, 78 insertions(+), 55 deletions(-)
Title: Collection of Correlation, Agreement, and Reliability Estimators
Description: Compute correlation, association, agreement, and reliability
measures for small to high-dimensional datasets through a consistent
matrix-oriented interface. Supports classical correlations (Pearson,
Spearman, Kendall, Chatterjee's rank correlation), distance correlation, partial correlation with
regularised estimators, shrinkage correlation for p >= n settings, robust
correlations including biweight mid-correlation, percentage-bend,
Winsorized, and skipped correlation, latent-variable methods for binary
and ordinal data, pairwise and overall intraclass correlation for wide
data, repeated-measures correlation, and agreement/reliability analyses
based on Cohen's kappa, weighted kappa, multi-rater kappa, Gwet's AC1/AC2,
Krippendorff's alpha, Bland-Altman methods, Lin's concordance correlation
coefficient, Poisson GLMM concordance for count data, and
repeated-measures intraclass/concordance correlation.
Implemented with optimized C++ backends using BLAS/OpenMP and memory-aware
symmetric [...truncated...]
Author: Thiago de Paula Oliveira [aut, cre]
Maintainer: Thiago de Paula Oliveira <thiago.paula.oliveira@gmail.com>
This is a re-admission after prior archival of version 0.11.1 dated 2026-04-18
Diff between matrixCorr versions 0.11.1 dated 2026-04-18 and 0.12.2 dated 2026-05-31
matrixCorr-0.11.1/matrixCorr/LICENSE |only matrixCorr-0.11.1/matrixCorr/man/plot.corr_packed_upper.Rd |only matrixCorr-0.11.1/matrixCorr/man/print.corr_packed_upper.Rd |only matrixCorr-0.11.1/matrixCorr/man/summary.corr_packed_upper.Rd |only matrixCorr-0.11.1/matrixCorr/tests/testthat/Rplots.pdf |only matrixCorr-0.11.1/matrixCorr/tests/testthat/test_s3_dispatch_bruteforce_method_args.R |only matrixCorr-0.12.2/matrixCorr/DESCRIPTION | 47 matrixCorr-0.12.2/matrixCorr/MD5 | 352 + matrixCorr-0.12.2/matrixCorr/NAMESPACE | 139 matrixCorr-0.12.2/matrixCorr/R/RcppExports.R | 148 matrixCorr-0.12.2/matrixCorr/R/accessors.R |only matrixCorr-0.12.2/matrixCorr/R/ba.R | 567 +++ matrixCorr-0.12.2/matrixCorr/R/ba_rm.R | 216 - matrixCorr-0.12.2/matrixCorr/R/bicor.R | 265 - matrixCorr-0.12.2/matrixCorr/R/ccc_glmm.R |only matrixCorr-0.12.2/matrixCorr/R/ccc_repeated.R | 1844 ++++++---- matrixCorr-0.12.2/matrixCorr/R/chatterjee_xi.R |only matrixCorr-0.12.2/matrixCorr/R/cia.R |only matrixCorr-0.12.2/matrixCorr/R/cia_repeated.R |only matrixCorr-0.12.2/matrixCorr/R/cohen_kappa.R |only matrixCorr-0.12.2/matrixCorr/R/concordance_corr.R | 342 + matrixCorr-0.12.2/matrixCorr/R/corr_result_s3.R | 776 ++-- matrixCorr-0.12.2/matrixCorr/R/corr_shared.R |only matrixCorr-0.12.2/matrixCorr/R/dcor.R | 253 - matrixCorr-0.12.2/matrixCorr/R/deprecated.R | 18 matrixCorr-0.12.2/matrixCorr/R/display_utils.R | 1843 +++++---- matrixCorr-0.12.2/matrixCorr/R/gwet_ac.R |only matrixCorr-0.12.2/matrixCorr/R/hsic.R |only matrixCorr-0.12.2/matrixCorr/R/icc.R | 145 matrixCorr-0.12.2/matrixCorr/R/kendall_corr.R | 237 - matrixCorr-0.12.2/matrixCorr/R/krippendorff_alpha.R |only matrixCorr-0.12.2/matrixCorr/R/latent_corr.R | 178 matrixCorr-0.12.2/matrixCorr/R/matrixCorr-package.R | 7 matrixCorr-0.12.2/matrixCorr/R/multirater_kappa.R |only matrixCorr-0.12.2/matrixCorr/R/pbcor.R | 279 - matrixCorr-0.12.2/matrixCorr/R/pcorr.R | 205 - matrixCorr-0.12.2/matrixCorr/R/pearson_corr.R | 406 -- matrixCorr-0.12.2/matrixCorr/R/prob_agree.R |only matrixCorr-0.12.2/matrixCorr/R/rmcorr.R | 588 ++- matrixCorr-0.12.2/matrixCorr/R/robust_corr_inference_helpers.R | 108 matrixCorr-0.12.2/matrixCorr/R/robust_dcor.R |only matrixCorr-0.12.2/matrixCorr/R/schafer_corr.R | 31 matrixCorr-0.12.2/matrixCorr/R/skipcor.R | 171 matrixCorr-0.12.2/matrixCorr/R/spearman_rho.R | 265 - matrixCorr-0.12.2/matrixCorr/R/utils.R | 706 ++- matrixCorr-0.12.2/matrixCorr/R/validate_corr_input.R | 3 matrixCorr-0.12.2/matrixCorr/R/view_corr_shiny.R | 10 matrixCorr-0.12.2/matrixCorr/R/view_rmcorr_shiny.R | 1280 +++--- matrixCorr-0.12.2/matrixCorr/R/weighted_kappa.R |only matrixCorr-0.12.2/matrixCorr/R/wincor.R | 302 - matrixCorr-0.12.2/matrixCorr/README.md | 157 matrixCorr-0.12.2/matrixCorr/inst/app-www/logo.svg | 1710 ++++----- matrixCorr-0.12.2/matrixCorr/inst/doc/v01-matrixCorr-introduction.R | 11 matrixCorr-0.12.2/matrixCorr/inst/doc/v01-matrixCorr-introduction.Rmd | 25 matrixCorr-0.12.2/matrixCorr/inst/doc/v01-matrixCorr-introduction.html | 544 +- matrixCorr-0.12.2/matrixCorr/inst/doc/v02-wide-correlation-workflows.R | 4 matrixCorr-0.12.2/matrixCorr/inst/doc/v02-wide-correlation-workflows.Rmd | 128 matrixCorr-0.12.2/matrixCorr/inst/doc/v02-wide-correlation-workflows.html | 230 - matrixCorr-0.12.2/matrixCorr/inst/doc/v03-robust-and-highdim-correlation.R | 9 matrixCorr-0.12.2/matrixCorr/inst/doc/v03-robust-and-highdim-correlation.Rmd | 479 +- matrixCorr-0.12.2/matrixCorr/inst/doc/v03-robust-and-highdim-correlation.html | 659 +-- matrixCorr-0.12.2/matrixCorr/inst/doc/v04-latent-and-mixed-scale-correlation.R | 4 matrixCorr-0.12.2/matrixCorr/inst/doc/v04-latent-and-mixed-scale-correlation.Rmd | 286 - matrixCorr-0.12.2/matrixCorr/inst/doc/v04-latent-and-mixed-scale-correlation.html | 212 - matrixCorr-0.12.2/matrixCorr/inst/doc/v05-agreement-and-icc-wide.R | 79 matrixCorr-0.12.2/matrixCorr/inst/doc/v05-agreement-and-icc-wide.Rmd | 558 ++- matrixCorr-0.12.2/matrixCorr/inst/doc/v05-agreement-and-icc-wide.html | 534 ++ matrixCorr-0.12.2/matrixCorr/inst/doc/v06-repeated-measures-workflows.R | 4 matrixCorr-0.12.2/matrixCorr/inst/doc/v06-repeated-measures-workflows.Rmd | 406 +- matrixCorr-0.12.2/matrixCorr/inst/doc/v06-repeated-measures-workflows.html | 95 matrixCorr-0.12.2/matrixCorr/inst/repro |only matrixCorr-0.12.2/matrixCorr/man/as.data.frame.corr_edge_list.Rd | 46 matrixCorr-0.12.2/matrixCorr/man/ba.Rd | 121 matrixCorr-0.12.2/matrixCorr/man/ba_rm.Rd | 4 matrixCorr-0.12.2/matrixCorr/man/bicor.Rd | 16 matrixCorr-0.12.2/matrixCorr/man/biserial.Rd | 460 +- matrixCorr-0.12.2/matrixCorr/man/cash-.summary.corr_result.Rd | 38 matrixCorr-0.12.2/matrixCorr/man/ccc.Rd | 50 matrixCorr-0.12.2/matrixCorr/man/ccc_glmm.Rd |only matrixCorr-0.12.2/matrixCorr/man/ccc_rm_reml.Rd | 23 matrixCorr-0.12.2/matrixCorr/man/ccc_rm_ustat.Rd | 47 matrixCorr-0.12.2/matrixCorr/man/cia.Rd |only matrixCorr-0.12.2/matrixCorr/man/cia_rm.Rd |only matrixCorr-0.12.2/matrixCorr/man/cohen_kappa.Rd |only matrixCorr-0.12.2/matrixCorr/man/dcor.Rd | 16 matrixCorr-0.12.2/matrixCorr/man/deprecated-matrixCorr.Rd | 512 +- matrixCorr-0.12.2/matrixCorr/man/dot-mc_abort_condition.Rd |only matrixCorr-0.12.2/matrixCorr/man/estimate.Rd |only matrixCorr-0.12.2/matrixCorr/man/figures/README-unnamed-chunk-3-1.png |binary matrixCorr-0.12.2/matrixCorr/man/figures/logo.svg | 1710 ++++----- matrixCorr-0.12.2/matrixCorr/man/gwet_ac.Rd |only matrixCorr-0.12.2/matrixCorr/man/hsic.Rd |only matrixCorr-0.12.2/matrixCorr/man/icc.Rd | 598 +-- matrixCorr-0.12.2/matrixCorr/man/icc_rm_reml.Rd | 937 ++--- matrixCorr-0.12.2/matrixCorr/man/inform_if_verbose.Rd | 6 matrixCorr-0.12.2/matrixCorr/man/kendall_tau.Rd | 621 +-- matrixCorr-0.12.2/matrixCorr/man/krippendorff_alpha.Rd |only matrixCorr-0.12.2/matrixCorr/man/matrixCorr-internal.Rd | 3 matrixCorr-0.12.2/matrixCorr/man/matrixCorr-package.Rd | 101 matrixCorr-0.12.2/matrixCorr/man/multirater_kappa.Rd |only matrixCorr-0.12.2/matrixCorr/man/pbcor.Rd | 561 +-- matrixCorr-0.12.2/matrixCorr/man/pcorr.Rd | 58 matrixCorr-0.12.2/matrixCorr/man/pearson_corr.Rd | 20 matrixCorr-0.12.2/matrixCorr/man/plot.corr_edge_list.Rd | 80 matrixCorr-0.12.2/matrixCorr/man/plot.corr_matrix.Rd | 86 matrixCorr-0.12.2/matrixCorr/man/plot.corr_sparse.Rd | 80 matrixCorr-0.12.2/matrixCorr/man/plot.prob_agree.Rd |only matrixCorr-0.12.2/matrixCorr/man/polychoric.Rd | 585 +-- matrixCorr-0.12.2/matrixCorr/man/polyserial.Rd | 463 +- matrixCorr-0.12.2/matrixCorr/man/print.corr_edge_list.Rd | 74 matrixCorr-0.12.2/matrixCorr/man/print.summary.corr_result.Rd | 80 matrixCorr-0.12.2/matrixCorr/man/print.summary.latent_corr.Rd | 46 matrixCorr-0.12.2/matrixCorr/man/print.summary.matrixCorr.Rd | 84 matrixCorr-0.12.2/matrixCorr/man/prob_agree.Rd |only matrixCorr-0.12.2/matrixCorr/man/rmcorr.Rd | 418 +- matrixCorr-0.12.2/matrixCorr/man/rmcorr_matrix_methods.Rd | 178 matrixCorr-0.12.2/matrixCorr/man/rmcorr_methods.Rd | 182 matrixCorr-0.12.2/matrixCorr/man/robust_dcor.Rd |only matrixCorr-0.12.2/matrixCorr/man/run_cpp.Rd | 4 matrixCorr-0.12.2/matrixCorr/man/shrinkage_corr.Rd | 500 +- matrixCorr-0.12.2/matrixCorr/man/skipped_corr.Rd | 717 +-- matrixCorr-0.12.2/matrixCorr/man/spearman_rho.Rd | 609 +-- matrixCorr-0.12.2/matrixCorr/man/sub-sub-.summary.corr_result.Rd | 42 matrixCorr-0.12.2/matrixCorr/man/summary.corr_edge_list.Rd | 48 matrixCorr-0.12.2/matrixCorr/man/summary.corr_matrix.Rd | 48 matrixCorr-0.12.2/matrixCorr/man/summary.corr_sparse.Rd | 48 matrixCorr-0.12.2/matrixCorr/man/tetrachoric.Rd | 571 +-- matrixCorr-0.12.2/matrixCorr/man/view_rmcorr_shiny.Rd | 126 matrixCorr-0.12.2/matrixCorr/man/weighted_kappa.Rd |only matrixCorr-0.12.2/matrixCorr/man/wincor.Rd | 571 +-- matrixCorr-0.12.2/matrixCorr/man/xi_corr.Rd |only matrixCorr-0.12.2/matrixCorr/src/RcppExports.cpp | 640 +++ matrixCorr-0.12.2/matrixCorr/src/bland_altman.cpp | 61 matrixCorr-0.12.2/matrixCorr/src/ccc_glmm_poisson.cpp |only matrixCorr-0.12.2/matrixCorr/src/ccc_repeated.cpp | 176 matrixCorr-0.12.2/matrixCorr/src/ccc_repeated_helper.cpp | 41 matrixCorr-0.12.2/matrixCorr/src/ccc_repeated_mixed_model.cpp | 838 ++-- matrixCorr-0.12.2/matrixCorr/src/chatterjee_xi.cpp |only matrixCorr-0.12.2/matrixCorr/src/cia.cpp |only matrixCorr-0.12.2/matrixCorr/src/cia_repeated.cpp |only matrixCorr-0.12.2/matrixCorr/src/cohen_kappa.cpp |only matrixCorr-0.12.2/matrixCorr/src/concordance_corr.cpp | 33 matrixCorr-0.12.2/matrixCorr/src/correlation_math.h |only matrixCorr-0.12.2/matrixCorr/src/distance_correlation.cpp | 503 ++ matrixCorr-0.12.2/matrixCorr/src/gwet_ac.cpp |only matrixCorr-0.12.2/matrixCorr/src/hsic.cpp |only matrixCorr-0.12.2/matrixCorr/src/icc.cpp | 198 - matrixCorr-0.12.2/matrixCorr/src/kendall_corr.cpp | 83 matrixCorr-0.12.2/matrixCorr/src/krippendorff_alpha.cpp |only matrixCorr-0.12.2/matrixCorr/src/matrixCorr_detail.h | 162 matrixCorr-0.12.2/matrixCorr/src/matrixCorr_r_api_compat.h | 18 matrixCorr-0.12.2/matrixCorr/src/multirater_kappa.cpp |only matrixCorr-0.12.2/matrixCorr/src/partial_correlation.cpp | 93 matrixCorr-0.12.2/matrixCorr/src/pearson.cpp | 143 matrixCorr-0.12.2/matrixCorr/src/prob_agree.cpp |only matrixCorr-0.12.2/matrixCorr/src/rmcorr.cpp | 334 + matrixCorr-0.12.2/matrixCorr/src/robust_correlations.cpp | 86 matrixCorr-0.12.2/matrixCorr/src/schafer_strimmer_shrinkage_correlation.cpp | 107 matrixCorr-0.12.2/matrixCorr/src/spearman.cpp | 122 matrixCorr-0.12.2/matrixCorr/src/threshold_triplets.h | 15 matrixCorr-0.12.2/matrixCorr/src/validate_corr_input.cpp | 116 matrixCorr-0.12.2/matrixCorr/src/weighted_kappa.cpp |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-ccc-glmm-performance-refactor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-performance-refactor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-reference-scaling.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-rm-performance-refactor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-rm.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-krippendorff-alpha.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-na-method-complete.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-prob_agree.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-rmcorr-weighted.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-robust-dcor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_accessors.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_bicor.R | 416 -- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_bland_altman.R | 83 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_ccc_glmm.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_ccc_repeated.R | 567 ++- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_chatterjee_xi.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_cohen_kappa.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_concordance.R | 55 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_corr_result_s3_dispatch.R | 300 - matrixCorr-0.12.2/matrixCorr/tests/testthat/test_dcor.R | 321 - matrixCorr-0.12.2/matrixCorr/tests/testthat/test_deprecated_api.R | 326 - matrixCorr-0.12.2/matrixCorr/tests/testthat/test_display_methods.R | 347 + matrixCorr-0.12.2/matrixCorr/tests/testthat/test_gwet_ac.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_hsic.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_hsic_math_reference.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_icc.R | 1242 +++--- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_kendall.R | 1212 +++--- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_latent_corr.R | 1618 ++++---- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_multirater_kappa.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_output_modes_corr_methods.R | 684 ++- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_pcorr.R | 1006 ++--- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_pearson_corr.R | 7 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_refactor_pairwise_summary.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_rmcorr.R | 510 +- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_robust_extra.R | 1754 ++++----- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_s3_dispatch_all_corr_combinations.R | 574 +-- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_schafer_corr.R | 426 +- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_spearman_rho.R | 2 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_summary_methods.R | 145 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_validate_corr_input.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_view_corr_shiny.R | 12 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_view_rmcorr_shiny.R | 124 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_weighted_kappa.R |only matrixCorr-0.12.2/matrixCorr/vignettes/v01-matrixCorr-introduction.Rmd | 25 matrixCorr-0.12.2/matrixCorr/vignettes/v02-wide-correlation-workflows.Rmd | 128 matrixCorr-0.12.2/matrixCorr/vignettes/v03-robust-and-highdim-correlation.Rmd | 479 +- matrixCorr-0.12.2/matrixCorr/vignettes/v04-latent-and-mixed-scale-correlation.Rmd | 286 - matrixCorr-0.12.2/matrixCorr/vignettes/v05-agreement-and-icc-wide.Rmd | 558 ++- matrixCorr-0.12.2/matrixCorr/vignettes/v06-repeated-measures-workflows.Rmd | 406 +- 212 files changed, 26548 insertions(+), 20287 deletions(-)
Title: Chromatographic File Converter
Description: Reads chromatograms from binary formats into R objects. Currently supports
conversion of 'Agilent ChemStation', 'Agilent MassHunter', 'Agilent OpenLab',
'Shimadzu LabSolutions', 'ThermoRaw', 'Varian Workstation', and 'Waters
Empower' files as well as various other formats. In addition to its
internal parsers, chromConverter contains bindings to parsers in
external libraries, such as 'Aston' <https://github.com/bovee/aston>,
'Entab' <https://github.com/bovee/entab>, 'rainbow' <https://rainbow-api.readthedocs.io/>,
and 'ThermoRawFileParser' <https://github.com/compomics/ThermoRawFileParser>.
Author: Ethan Bass [aut, cre] ,
James Dillon [ctb, cph] ,
Evan Shi [ctb, cph]
Maintainer: Ethan Bass <ethanbass@gmail.com>
Diff between chromConverter versions 0.7.5 dated 2025-03-31 and 0.9.0 dated 2026-05-31
chromConverter-0.7.5/chromConverter/tests/testthat/test-extra.R |only chromConverter-0.7.5/chromConverter/tests/testthat/test_utils.R |only chromConverter-0.9.0/chromConverter/DESCRIPTION | 17 chromConverter-0.9.0/chromConverter/MD5 | 180 ++--- chromConverter-0.9.0/chromConverter/NAMESPACE | 4 chromConverter-0.9.0/chromConverter/NEWS.md | 80 ++ chromConverter-0.9.0/chromConverter/R/agilent_utility_functions.R |only chromConverter-0.9.0/chromConverter/R/attach_metadata.R | 142 ++- chromConverter-0.9.0/chromConverter/R/call_aston.R | 70 - chromConverter-0.9.0/chromConverter/R/call_entab.R | 19 chromConverter-0.9.0/chromConverter/R/call_openchrom.R | 55 - chromConverter-0.9.0/chromConverter/R/call_rainbow.R | 75 +- chromConverter-0.9.0/chromConverter/R/chrom_list-methods.R |only chromConverter-0.9.0/chromConverter/R/olefile_utilities.R | 70 + chromConverter-0.9.0/chromConverter/R/read_acaml.R |only chromConverter-0.9.0/chromConverter/R/read_agilent_amx.R |only chromConverter-0.9.0/chromConverter/R/read_agilent_d.R | 69 + chromConverter-0.9.0/chromConverter/R/read_agilent_dx.R |only chromConverter-0.9.0/chromConverter/R/read_asm.R | 21 chromConverter-0.9.0/chromConverter/R/read_cdf.R | 134 +-- chromConverter-0.9.0/chromConverter/R/read_chemstation_ch.R | 356 ++-------- chromConverter-0.9.0/chromConverter/R/read_chemstation_csv.R | 74 +- chromConverter-0.9.0/chromConverter/R/read_chemstation_ms.R | 74 -- chromConverter-0.9.0/chromConverter/R/read_chemstation_report.R | 25 chromConverter-0.9.0/chromConverter/R/read_chemstation_uv.R | 58 - chromConverter-0.9.0/chromConverter/R/read_chromatotec.R |only chromConverter-0.9.0/chromConverter/R/read_chromeleon.R | 17 chromConverter-0.9.0/chromConverter/R/read_chroms.R | 177 ++-- chromConverter-0.9.0/chromConverter/R/read_mdf.R | 19 chromConverter-0.9.0/chromConverter/R/read_mzml.R | 58 + chromConverter-0.9.0/chromConverter/R/read_peaklist.R | 50 - chromConverter-0.9.0/chromConverter/R/read_shimadzu_ascii.R | 98 +- chromConverter-0.9.0/chromConverter/R/read_shimadzu_gcd.R | 33 chromConverter-0.9.0/chromConverter/R/read_shimadzu_lcd.R | 185 ++--- chromConverter-0.9.0/chromConverter/R/read_shimadzu_peaktable.R | 6 chromConverter-0.9.0/chromConverter/R/read_shimadzu_qgd.R | 102 +- chromConverter-0.9.0/chromConverter/R/read_thermoraw.R | 23 chromConverter-0.9.0/chromConverter/R/read_varian_peaklist.R | 2 chromConverter-0.9.0/chromConverter/R/read_varian_sms.R | 63 - chromConverter-0.9.0/chromConverter/R/read_waters_arw.R | 25 chromConverter-0.9.0/chromConverter/R/read_waters_raw.R | 29 chromConverter-0.9.0/chromConverter/R/reshape_chroms.R | 28 chromConverter-0.9.0/chromConverter/R/utils.R | 161 +++- chromConverter-0.9.0/chromConverter/R/write_andi_ms.R | 68 + chromConverter-0.9.0/chromConverter/R/write_chroms.R | 214 ++++-- chromConverter-0.9.0/chromConverter/R/write_mzml.R | 276 ++++--- chromConverter-0.9.0/chromConverter/R/zzz-roxygen.R |only chromConverter-0.9.0/chromConverter/R/zzz.R | 1 chromConverter-0.9.0/chromConverter/README.md | 28 chromConverter-0.9.0/chromConverter/build/partial.rdb |binary chromConverter-0.9.0/chromConverter/inst/CITATION | 6 chromConverter-0.9.0/chromConverter/man/call_entab.Rd | 24 chromConverter-0.9.0/chromConverter/man/call_openchrom.Rd | 50 - chromConverter-0.9.0/chromConverter/man/call_rainbow.Rd | 50 - chromConverter-0.9.0/chromConverter/man/configure_openchrom.Rd | 2 chromConverter-0.9.0/chromConverter/man/configure_python_environment.Rd | 37 - chromConverter-0.9.0/chromConverter/man/extract_metadata.Rd | 12 chromConverter-0.9.0/chromConverter/man/generic_return_2D.Rd |only chromConverter-0.9.0/chromConverter/man/generic_return_3D.Rd |only chromConverter-0.9.0/chromConverter/man/print.chrom_list.Rd |only chromConverter-0.9.0/chromConverter/man/read_acaml.Rd |only chromConverter-0.9.0/chromConverter/man/read_agilent_amx.Rd |only chromConverter-0.9.0/chromConverter/man/read_agilent_d.Rd | 50 - chromConverter-0.9.0/chromConverter/man/read_agilent_dx.Rd | 57 + chromConverter-0.9.0/chromConverter/man/read_asm.Rd | 19 chromConverter-0.9.0/chromConverter/man/read_cdf.Rd | 15 chromConverter-0.9.0/chromConverter/man/read_chemstation_ch.Rd | 45 - chromConverter-0.9.0/chromConverter/man/read_chemstation_csv.Rd | 33 chromConverter-0.9.0/chromConverter/man/read_chemstation_ms.Rd | 46 - chromConverter-0.9.0/chromConverter/man/read_chemstation_reports.Rd | 16 chromConverter-0.9.0/chromConverter/man/read_chemstation_uv.Rd | 29 chromConverter-0.9.0/chromConverter/man/read_chromatotec.Rd |only chromConverter-0.9.0/chromConverter/man/read_chromeleon.Rd | 16 chromConverter-0.9.0/chromConverter/man/read_chroms.Rd | 97 +- chromConverter-0.9.0/chromConverter/man/read_mdf.Rd | 10 chromConverter-0.9.0/chromConverter/man/read_mzml.Rd | 18 chromConverter-0.9.0/chromConverter/man/read_peaklist.Rd | 37 - chromConverter-0.9.0/chromConverter/man/read_shimadzu.Rd | 39 - chromConverter-0.9.0/chromConverter/man/read_shimadzu_gcd.Rd | 34 chromConverter-0.9.0/chromConverter/man/read_shimadzu_lcd.Rd | 36 - chromConverter-0.9.0/chromConverter/man/read_shimadzu_qgd.Rd | 54 - chromConverter-0.9.0/chromConverter/man/read_sz_lcd_2d.Rd | 22 chromConverter-0.9.0/chromConverter/man/read_sz_lcd_3d.Rd | 25 chromConverter-0.9.0/chromConverter/man/read_thermoraw.Rd | 35 chromConverter-0.9.0/chromConverter/man/read_varian_peaklist.Rd | 6 chromConverter-0.9.0/chromConverter/man/read_varian_sms.Rd | 40 - chromConverter-0.9.0/chromConverter/man/read_waters_arw.Rd | 16 chromConverter-0.9.0/chromConverter/man/read_waters_raw.Rd | 16 chromConverter-0.9.0/chromConverter/man/shared_params.Rd |only chromConverter-0.9.0/chromConverter/man/sp_converter.Rd | 26 chromConverter-0.9.0/chromConverter/man/uv_converter.Rd | 24 chromConverter-0.9.0/chromConverter/man/write_andi_chrom.Rd | 10 chromConverter-0.9.0/chromConverter/man/write_chroms.Rd | 21 chromConverter-0.9.0/chromConverter/man/write_mzml.Rd | 26 chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-agilent.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-asm.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-chromeleon.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-export.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-misc.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-shimadzu.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-waters.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-read_chroms.R | 89 +- chromConverter-0.9.0/chromConverter/tests/testthat/test-utils.R |only 103 files changed, 2394 insertions(+), 1980 deletions(-)
More information about chromConverter at CRAN
Permanent link
Title: Simple Power Simulations for ANOVAs
Description: A-priori power simulations and power-calculations for within, between and mixed ANOVAs based on target (partial) eta-squared values. Supports complex designs with more than two factors and their interactions with a single function call.
Author: Shaheed Azaad [aut, cre]
Maintainer: Shaheed Azaad <sazaad@uni-muenster.de>
Diff between anovapowersim versions 1.0.0 dated 2026-05-28 and 1.1.0 dated 2026-05-31
DESCRIPTION | 6 MD5 | 22 - NEWS.md | 4 R/power_curve.R | 161 +++++++++++- README.md | 26 +- inst/doc/anovapowersim.R | 6 inst/doc/anovapowersim.Rmd | 8 inst/doc/anovapowersim.html | 52 ++-- inst/extdata/anovapowersim-vignette-results.rds |binary man/power_n.Rd | 20 + tests/testthat/test-power_curve.R | 303 ++++++++++++++++++++++++ vignettes/anovapowersim.Rmd | 8 12 files changed, 526 insertions(+), 90 deletions(-)
Title: A Simplified Interface for 'Amazon Cognito'
Description: Simplifies integration with 'Amazon Cognito' (<https://aws.amazon.com/cognito/>) for R developers, enabling easy management of user authentication, registration, and password flows.
Author: Sanjaya J Shetty [aut, cre]
Maintainer: Sanjaya J Shetty <shettysanjaya01@gmail.com>
Diff between RCognito versions 0.1.0 dated 2024-11-13 and 0.2.0 dated 2026-05-31
DESCRIPTION | 12 LICENSE | 4 MD5 | 56 +-- NAMESPACE | 18 - R/change_password.R | 56 +-- R/confirm_forgot_password.R | 68 ++-- R/confirm_sign_up.R | 90 +++--- R/forgot_password.R | 46 +-- R/sign_in.R | 67 ++-- R/sign_up.R | 74 ++-- R/utils.R | 94 +++--- README.md | 389 +++++++++++++------------- man/change_password.Rd | 42 +- man/confirm_forgot_password.Rd | 46 +-- man/confirm_sign_up_user.Rd | 46 +-- man/forgot_password.Rd | 38 +- man/get_user_list_from_cognito.Rd | 38 +- man/is_valid_email.Rd | 34 +- man/is_valid_token.Rd | 34 +- man/sign_in.Rd | 46 +-- man/sign_up_user.Rd | 50 +-- tests/testthat.R | 24 - tests/testthat/test-change_password.R | 40 ++ tests/testthat/test-confirm_forgot_password.R | 49 +++ tests/testthat/test-confirm_sign_up.R | 90 +++--- tests/testthat/test-forgot_password.R | 44 ++ tests/testthat/test-sign_in.R | 124 ++++---- tests/testthat/test-sign_up.R | 84 +++-- tests/testthat/test-utils.R | 79 +++++ 29 files changed, 1069 insertions(+), 813 deletions(-)
Title: Analysis and Visualization of Complex Networks
Description: Provides tools for the analysis, visualization, and manipulation
of dynamical, social (Saqr et al. (2024) <doi:10.1007/978-3-031-54464-4_10>) and
complex networks (Saqr et al. (2025) <doi:10.1145/3706468.3706513>). The package
supports multiple network formats and offers flexible tools for heterogeneous,
multi-layer, and hierarchical network analysis with simple syntax and
extensive toolset.
Author: Mohammed Saqr [aut, cph],
Sonsoles Lopez-Pernas [aut, cre, cph]
Maintainer: Sonsoles Lopez-Pernas <sonsoles.lopez@uef.fi>
Diff between cograph versions 2.1.1 dated 2026-04-15 and 2.3.6 dated 2026-05-31
cograph-2.1.1/cograph/man/figures/README-alluvial-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-donuts-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-edge-styling-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-layouts-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-node-shapes-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-pies-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-simple-network-1.jpeg |only cograph-2.1.1/cograph/vignettes/articles |only cograph-2.3.6/cograph/DESCRIPTION | 14 cograph-2.3.6/cograph/MD5 | 537 +++++----- cograph-2.3.6/cograph/NAMESPACE | 8 cograph-2.3.6/cograph/NEWS.md | 192 +++ cograph-2.3.6/cograph/R/aes-edges.R | 61 - cograph-2.3.6/cograph/R/aes-nodes.R | 34 cograph-2.3.6/cograph/R/bipartite.R | 4 cograph-2.3.6/cograph/R/blob-helpers.R | 119 ++ cograph-2.3.6/cograph/R/centrality-extended.R | 490 +++++++-- cograph-2.3.6/cograph/R/centrality.R | 484 +++++++-- cograph-2.3.6/cograph/R/class-layout.R | 2 cograph-2.3.6/cograph/R/class-network.R | 98 - cograph-2.3.6/cograph/R/cluster-metrics.R | 319 ++--- cograph-2.3.6/cograph/R/cograph-package.R | 32 cograph-2.3.6/cograph/R/cograph.R | 127 +- cograph-2.3.6/cograph/R/communities.R | 30 cograph-2.3.6/cograph/R/core-periphery.R | 19 cograph-2.3.6/cograph/R/data-hai.R | 4 cograph-2.3.6/cograph/R/disparity.R | 49 cograph-2.3.6/cograph/R/fit-distribution.R | 12 cograph-2.3.6/cograph/R/from-qgraph.R | 54 - cograph-2.3.6/cograph/R/input-edgelist.R | 18 cograph-2.3.6/cograph/R/input-parse.R | 13 cograph-2.3.6/cograph/R/input-tna.R | 10 cograph-2.3.6/cograph/R/layout-circle.R | 2 cograph-2.3.6/cograph/R/layout-gephi-fr.R | 11 cograph-2.3.6/cograph/R/layout-groups.R | 2 cograph-2.3.6/cograph/R/layout-oval.R | 2 cograph-2.3.6/cograph/R/layout-spring.R | 2 cograph-2.3.6/cograph/R/methods-plot.R | 2 cograph-2.3.6/cograph/R/mlna.R | 47 cograph-2.3.6/cograph/R/motifs-api.R | 396 ++++++- cograph-2.3.6/cograph/R/motifs-data.R | 21 cograph-2.3.6/cograph/R/motifs-extract.R | 47 cograph-2.3.6/cograph/R/motifs-plot.R | 133 +- cograph-2.3.6/cograph/R/motifs.R | 59 - cograph-2.3.6/cograph/R/network-summary.R | 53 cograph-2.3.6/cograph/R/network-utils.R | 169 --- cograph-2.3.6/cograph/R/output-save.R | 4 cograph-2.3.6/cograph/R/palettes.R | 13 cograph-2.3.6/cograph/R/panel-layout.R |only cograph-2.3.6/cograph/R/plot-bootstrap.R | 81 - cograph-2.3.6/cograph/R/plot-centrality.R |only cograph-2.3.6/cograph/R/plot-chord.R | 8 cograph-2.3.6/cograph/R/plot-communities.R | 41 cograph-2.3.6/cograph/R/plot-compare.R | 58 - cograph-2.3.6/cograph/R/plot-distributions.R | 39 cograph-2.3.6/cograph/R/plot-forest.R | 26 cograph-2.3.6/cograph/R/plot-heatmap.R | 37 cograph-2.3.6/cograph/R/plot-htna-multi.R | 110 +- cograph-2.3.6/cograph/R/plot-htna.R | 145 +- cograph-2.3.6/cograph/R/plot-mcml.R | 253 ++-- cograph-2.3.6/cograph/R/plot-mixed-network.R | 6 cograph-2.3.6/cograph/R/plot-ml-heatmap.R | 24 cograph-2.3.6/cograph/R/plot-mlvar.R | 12 cograph-2.3.6/cograph/R/plot-nestimate.R | 73 - cograph-2.3.6/cograph/R/plot-permutation.R | 99 + cograph-2.3.6/cograph/R/plot-simplicial.R | 174 ++- cograph-2.3.6/cograph/R/plot-temporal.R | 19 cograph-2.3.6/cograph/R/plot-transitions.R | 136 +- cograph-2.3.6/cograph/R/render-edges.R | 8 cograph-2.3.6/cograph/R/render-ggplot.R | 6 cograph-2.3.6/cograph/R/render-grid.R | 52 cograph-2.3.6/cograph/R/render-legend-shared.R |only cograph-2.3.6/cograph/R/render-nodes.R | 26 cograph-2.3.6/cograph/R/rich-club.R | 16 cograph-2.3.6/cograph/R/robustness.R | 20 cograph-2.3.6/cograph/R/scale-constants.R | 108 +- cograph-2.3.6/cograph/R/shapes-special.R | 14 cograph-2.3.6/cograph/R/shapes-svg.R | 27 cograph-2.3.6/cograph/R/simplify.R | 27 cograph-2.3.6/cograph/R/sonplot-qgraph-geometry.R | 5 cograph-2.3.6/cograph/R/splot-edges.R | 54 - cograph-2.3.6/cograph/R/splot-geometry.R | 49 cograph-2.3.6/cograph/R/splot-labels.R | 6 cograph-2.3.6/cograph/R/splot-nodes.R | 4 cograph-2.3.6/cograph/R/splot-params.R | 131 +- cograph-2.3.6/cograph/R/splot.R | 395 +++++-- cograph-2.3.6/cograph/R/tplot.R | 21 cograph-2.3.6/cograph/R/utils-validation.R | 16 cograph-2.3.6/cograph/R/visual-scale.R |only cograph-2.3.6/cograph/R/vulnerability.R | 78 + cograph-2.3.6/cograph/README.md | 150 -- cograph-2.3.6/cograph/inst/doc/introduction.Rmd | 6 cograph-2.3.6/cograph/inst/doc/introduction.html | 35 cograph-2.3.6/cograph/man/COGRAPH_SCALE.Rd | 6 cograph-2.3.6/cograph/man/CographLayout.Rd | 2 cograph-2.3.6/cograph/man/CographNetwork.Rd | 3 cograph-2.3.6/cograph/man/QGRAPH_SCALE.Rd | 3 cograph-2.3.6/cograph/man/abbrev_label.Rd | 2 cograph-2.3.6/cograph/man/aggregate_duplicate_edges.Rd | 2 cograph-2.3.6/cograph/man/as_cograph.Rd | 34 cograph-2.3.6/cograph/man/as_mcml.Rd | 8 cograph-2.3.6/cograph/man/as_tna.Rd | 76 - cograph-2.3.6/cograph/man/build_edge_labels_from_template.Rd | 3 cograph-2.3.6/cograph/man/build_mcml.Rd | 12 cograph-2.3.6/cograph/man/centrality.Rd | 112 +- cograph-2.3.6/cograph/man/centrality_diffusion.Rd | 21 cograph-2.3.6/cograph/man/centrality_expected_influence_1.Rd |only cograph-2.3.6/cograph/man/centrality_expected_influence_2.Rd |only cograph-2.3.6/cograph/man/centrality_leaderrank.Rd | 2 cograph-2.3.6/cograph/man/centrality_salsa.Rd | 2 cograph-2.3.6/cograph/man/centrality_transitivity.Rd | 7 cograph-2.3.6/cograph/man/cluster_significance.Rd | 51 cograph-2.3.6/cograph/man/cluster_summary.Rd | 65 - cograph-2.3.6/cograph/man/cograph-package.Rd | 34 cograph-2.3.6/cograph/man/cograph.Rd | 35 cograph-2.3.6/cograph/man/color_communities.Rd | 4 cograph-2.3.6/cograph/man/communities.Rd | 16 cograph-2.3.6/cograph/man/community_consensus.Rd | 8 cograph-2.3.6/cograph/man/community_infomap.Rd | 3 cograph-2.3.6/cograph/man/community_sizes.Rd | 2 cograph-2.3.6/cograph/man/compute_plot_limits.Rd | 6 cograph-2.3.6/cograph/man/core_periphery.Rd | 13 cograph-2.3.6/cograph/man/degree_distribution.Rd | 41 cograph-2.3.6/cograph/man/detect_duplicate_edges.Rd | 3 cograph-2.3.6/cograph/man/disparity_filter.Rd | 2 cograph-2.3.6/cograph/man/dot-create_cograph_network.Rd | 4 cograph-2.3.6/cograph/man/dot-plot_compare_all_pairs.Rd | 1 cograph-2.3.6/cograph/man/draw_curved_edge_base.Rd | 4 cograph-2.3.6/cograph/man/draw_donut.Rd | 2 cograph-2.3.6/cograph/man/draw_donut_node_base.Rd | 2 cograph-2.3.6/cograph/man/draw_polygon_donut.Rd | 2 cograph-2.3.6/cograph/man/draw_polygon_donut_node_base.Rd | 2 cograph-2.3.6/cograph/man/draw_self_loop_base.Rd | 6 cograph-2.3.6/cograph/man/extract_motifs.Rd | 21 cograph-2.3.6/cograph/man/extract_triads.Rd | 26 cograph-2.3.6/cograph/man/figures/README-chord-1.jpeg |binary cograph-2.3.6/cograph/man/figures/README-donut-pie-1.jpeg |binary cograph-2.3.6/cograph/man/figures/README-heatmap-1.jpeg |binary cograph-2.3.6/cograph/man/figures/README-tna-plot-1.jpeg |binary cograph-2.3.6/cograph/man/filter_edges.Rd | 38 cograph-2.3.6/cograph/man/filter_nodes.Rd | 40 cograph-2.3.6/cograph/man/format_edge_label_template.Rd | 3 cograph-2.3.6/cograph/man/from_qgraph.Rd | 7 cograph-2.3.6/cograph/man/from_tna.Rd | 15 cograph-2.3.6/cograph/man/get_edge_label_position.Rd | 2 cograph-2.3.6/cograph/man/get_nodes.Rd | 3 cograph-2.3.6/cograph/man/hai_datasets.Rd | 4 cograph-2.3.6/cograph/man/is_bipartite.Rd | 2 cograph-2.3.6/cograph/man/is_tna_network.Rd | 2 cograph-2.3.6/cograph/man/layout_circle.Rd | 2 cograph-2.3.6/cograph/man/layout_gephi_fr.Rd | 11 cograph-2.3.6/cograph/man/layout_groups.Rd | 2 cograph-2.3.6/cograph/man/layout_oval.Rd | 2 cograph-2.3.6/cograph/man/layout_spring.Rd | 2 cograph-2.3.6/cograph/man/mcml.Rd | 6 cograph-2.3.6/cograph/man/motif_census.Rd | 16 cograph-2.3.6/cograph/man/motifs.Rd | 156 ++ cograph-2.3.6/cograph/man/network_global_efficiency.Rd | 3 cograph-2.3.6/cograph/man/network_local_efficiency.Rd | 4 cograph-2.3.6/cograph/man/network_rich_club.Rd | 2 cograph-2.3.6/cograph/man/network_summary.Rd | 3 cograph-2.3.6/cograph/man/nodes.Rd | 3 cograph-2.3.6/cograph/man/overlay_communities.Rd | 27 cograph-2.3.6/cograph/man/palettes.Rd | 3 cograph-2.3.6/cograph/man/panel_layout.Rd |only cograph-2.3.6/cograph/man/parse_input.Rd | 10 cograph-2.3.6/cograph/man/plot-nestimate.Rd | 6 cograph-2.3.6/cograph/man/plot.cograph_cluster_significance.Rd | 14 cograph-2.3.6/cograph/man/plot.cograph_core_periphery.Rd | 7 cograph-2.3.6/cograph/man/plot.cograph_degree_fit.Rd | 12 cograph-2.3.6/cograph/man/plot.cograph_motif_analysis.Rd | 26 cograph-2.3.6/cograph/man/plot.cograph_motifs.Rd | 7 cograph-2.3.6/cograph/man/plot.cograph_network.Rd | 2 cograph-2.3.6/cograph/man/plot.cograph_rich_club.Rd | 7 cograph-2.3.6/cograph/man/plot.cograph_vulnerability.Rd | 6 cograph-2.3.6/cograph/man/plot.tna_disparity.Rd | 22 cograph-2.3.6/cograph/man/plot_alluvial.Rd | 49 cograph-2.3.6/cograph/man/plot_bootstrap_forest.Rd | 22 cograph-2.3.6/cograph/man/plot_centrality.Rd |only cograph-2.3.6/cograph/man/plot_centrality_compare.Rd |only cograph-2.3.6/cograph/man/plot_centrality_distribution.Rd | 5 cograph-2.3.6/cograph/man/plot_centrality_heatmap.Rd |only cograph-2.3.6/cograph/man/plot_chord.Rd | 8 cograph-2.3.6/cograph/man/plot_compare.Rd | 27 cograph-2.3.6/cograph/man/plot_comparison_heatmap.Rd | 10 cograph-2.3.6/cograph/man/plot_degree_correlation.Rd | 10 cograph-2.3.6/cograph/man/plot_edge_diff_forest.Rd | 7 cograph-2.3.6/cograph/man/plot_group_permutation.Rd | 20 cograph-2.3.6/cograph/man/plot_heatmap.Rd | 34 cograph-2.3.6/cograph/man/plot_htna.Rd | 57 - cograph-2.3.6/cograph/man/plot_mcml.Rd | 114 -- cograph-2.3.6/cograph/man/plot_mixed_network.Rd | 6 cograph-2.3.6/cograph/man/plot_ml_heatmap.Rd | 22 cograph-2.3.6/cograph/man/plot_mlna.Rd | 41 cograph-2.3.6/cograph/man/plot_motifs.Rd |only cograph-2.3.6/cograph/man/plot_mtna.Rd | 55 - cograph-2.3.6/cograph/man/plot_net_bootstrap_group.Rd | 24 cograph-2.3.6/cograph/man/plot_net_stability.Rd | 11 cograph-2.3.6/cograph/man/plot_netobject_group.Rd | 6 cograph-2.3.6/cograph/man/plot_netobject_ml.Rd | 5 cograph-2.3.6/cograph/man/plot_network_evolution.Rd | 19 cograph-2.3.6/cograph/man/plot_permutation.Rd | 31 cograph-2.3.6/cograph/man/plot_simplicial.Rd | 79 + cograph-2.3.6/cograph/man/plot_temporal.Rd | 19 cograph-2.3.6/cograph/man/plot_tna.Rd | 6 cograph-2.3.6/cograph/man/plot_trajectories.Rd | 71 - cograph-2.3.6/cograph/man/plot_transitions.Rd | 90 - cograph-2.3.6/cograph/man/project_bipartite.Rd | 2 cograph-2.3.6/cograph/man/qgraph_default_esize.Rd | 3 cograph-2.3.6/cograph/man/qgraph_scale_edge_widths.Rd | 2 cograph-2.3.6/cograph/man/register_svg_shape.Rd | 12 cograph-2.3.6/cograph/man/render-ggplot.Rd | 2 cograph-2.3.6/cograph/man/render-grid.Rd | 2 cograph-2.3.6/cograph/man/render-legend-shared.Rd |only cograph-2.3.6/cograph/man/render_legend_splot.Rd | 3 cograph-2.3.6/cograph/man/rescale_layout.Rd | 5 cograph-2.3.6/cograph/man/resolve_centrality_sizes.Rd | 6 cograph-2.3.6/cograph/man/resolve_edge_widths.Rd | 13 cograph-2.3.6/cograph/man/resolve_label_sizes.Rd | 25 cograph-2.3.6/cograph/man/rich_club.Rd | 12 cograph-2.3.6/cograph/man/robustness_summary.Rd | 10 cograph-2.3.6/cograph/man/scale_edge_widths.Rd | 31 cograph-2.3.6/cograph/man/select_edges.Rd | 37 cograph-2.3.6/cograph/man/select_nodes.Rd | 31 cograph-2.3.6/cograph/man/set_groups.Rd | 36 cograph-2.3.6/cograph/man/simplify.Rd | 25 cograph-2.3.6/cograph/man/sn_edges.Rd | 61 - cograph-2.3.6/cograph/man/sn_layout.Rd | 14 cograph-2.3.6/cograph/man/sn_nodes.Rd | 34 cograph-2.3.6/cograph/man/sn_palette.Rd | 17 cograph-2.3.6/cograph/man/sn_save.Rd | 2 cograph-2.3.6/cograph/man/sn_save_ggplot.Rd | 2 cograph-2.3.6/cograph/man/sn_theme.Rd | 13 cograph-2.3.6/cograph/man/soplot.Rd | 8 cograph-2.3.6/cograph/man/splot.Rd | 100 + cograph-2.3.6/cograph/man/splot.tna_bootstrap.Rd | 26 cograph-2.3.6/cograph/man/splot.tna_disparity.Rd | 20 cograph-2.3.6/cograph/man/subgraphs.Rd | 18 cograph-2.3.6/cograph/man/summarize_network.Rd | 10 cograph-2.3.6/cograph/man/supra_adjacency.Rd | 16 cograph-2.3.6/cograph/man/to_matrix.Rd | 3 cograph-2.3.6/cograph/man/triad_census.Rd | 4 cograph-2.3.6/cograph/man/validate_network.Rd | 3 cograph-2.3.6/cograph/man/visual-scale.Rd |only cograph-2.3.6/cograph/man/vulnerability.Rd | 33 cograph-2.3.6/cograph/tests/testthat/helper-test-utils.R | 12 cograph-2.3.6/cograph/tests/testthat/test-audit-fixes.R | 166 +++ cograph-2.3.6/cograph/tests/testthat/test-bootstrap-permutation-label-controls.R |only cograph-2.3.6/cograph/tests/testthat/test-centrality-extended.R | 175 +++ cograph-2.3.6/cograph/tests/testthat/test-centrality.R | 165 +++ cograph-2.3.6/cograph/tests/testthat/test-cluster-metrics.R | 41 cograph-2.3.6/cograph/tests/testthat/test-combined.R |only cograph-2.3.6/cograph/tests/testthat/test-coverage-class-network-41.R | 23 cograph-2.3.6/cograph/tests/testthat/test-coverage-cluster-metrics-41.R | 6 cograph-2.3.6/cograph/tests/testthat/test-coverage-from-qgraph-40.R | 2 cograph-2.3.6/cograph/tests/testthat/test-coverage-motifs-41.R | 2 cograph-2.3.6/cograph/tests/testthat/test-coverage-motifs-43.R | 2 cograph-2.3.6/cograph/tests/testthat/test-coverage-plot-hon-40.R | 44 cograph-2.3.6/cograph/tests/testthat/test-coverage-plot-htna-40.R | 74 + cograph-2.3.6/cograph/tests/testthat/test-coverage-plot-mcml-42.R | 35 cograph-2.3.6/cograph/tests/testthat/test-coverage-render-grid-41.R | 3 cograph-2.3.6/cograph/tests/testthat/test-coverage-splot-41.R | 9 cograph-2.3.6/cograph/tests/testthat/test-coverage-splot-42.R | 12 cograph-2.3.6/cograph/tests/testthat/test-coverage-utils-validation-41.R | 21 cograph-2.3.6/cograph/tests/testthat/test-edge-label-coupling.R |only cograph-2.3.6/cograph/tests/testthat/test-motifs-api.R | 141 ++ cograph-2.3.6/cograph/tests/testthat/test-motifs-equivalence.R | 8 cograph-2.3.6/cograph/tests/testthat/test-overlay-communities.R | 6 cograph-2.3.6/cograph/tests/testthat/test-panel-layout.R |only cograph-2.3.6/cograph/tests/testthat/test-plot-forest.R | 4 cograph-2.3.6/cograph/tests/testthat/test-plot-simplicial.R | 124 ++ cograph-2.3.6/cograph/tests/testthat/test-plot-tna-arg-merge.R |only cograph-2.3.6/cograph/tests/testthat/test-splot-device-scaling.R |only cograph-2.3.6/cograph/tests/testthat/test-splot.R | 5 cograph-2.3.6/cograph/tests/testthat/test-tna-temporal.R | 6 cograph-2.3.6/cograph/tests/testthat/test-validate-nestimate-bootstrap-permutation.R | 70 + cograph-2.3.6/cograph/tests/testthat/test-visual-scale.R |only cograph-2.3.6/cograph/tests/testthat/test-visual-sweep.R |only cograph-2.3.6/cograph/tools |only cograph-2.3.6/cograph/vignettes/introduction.Rmd | 6 280 files changed, 6333 insertions(+), 3731 deletions(-)
Title: Miscellaneous Functions for Processing and Sample Selection of
Spectroscopic Data
Description: Functions to preprocess spectroscopic data
and conduct (representative) sample selection/calibration sampling.
Author: Antoine Stevens [aut] ,
Leonardo Ramirez-Lopez [aut, cre]
Maintainer: Leonardo Ramirez-Lopez <ramirez.lopez.leo@gmail.com>
Diff between prospectr versions 0.2.8 dated 2025-03-05 and 0.2.9 dated 2026-05-31
prospectr-0.2.8/prospectr/inst/doc/prospectr.R |only prospectr-0.2.8/prospectr/inst/doc/prospectr.Rmd |only prospectr-0.2.8/prospectr/inst/doc/prospectr.html |only prospectr-0.2.8/prospectr/vignettes/prospectr.Rmd |only prospectr-0.2.9/prospectr/DESCRIPTION | 29 - prospectr-0.2.9/prospectr/LICENSE | 2 prospectr-0.2.9/prospectr/MD5 | 135 +++--- prospectr-0.2.9/prospectr/NEWS.md | 64 ++ prospectr-0.2.9/prospectr/R/cochranTest.R | 8 prospectr-0.2.9/prospectr/R/continuumRemoval.R | 176 +++++-- prospectr-0.2.9/prospectr/R/detrend.R | 52 +- prospectr-0.2.9/prospectr/R/duplex.R | 6 prospectr-0.2.9/prospectr/R/honigs.R | 2 prospectr-0.2.9/prospectr/R/kenstone.R | 3 prospectr-0.2.9/prospectr/R/msc.R | 2 prospectr-0.2.9/prospectr/R/naes.R | 2 prospectr-0.2.9/prospectr/R/prospectr.R | 4 prospectr-0.2.9/prospectr/R/puchwein.R | 2 prospectr-0.2.9/prospectr/R/readASD.R | 10 prospectr-0.2.9/prospectr/R/read_nircal.R | 18 prospectr-0.2.9/prospectr/R/savitzkyGolay.R | 2 prospectr-0.2.9/prospectr/R/shenkWest.R | 4 prospectr-0.2.9/prospectr/R/standardNormalVariate.R | 38 + prospectr-0.2.9/prospectr/README.md | 223 ++++------ prospectr-0.2.9/prospectr/build/stage23.rdb |binary prospectr-0.2.9/prospectr/build/vignette.rds |binary prospectr-0.2.9/prospectr/inst/doc/aa-intro.R |only prospectr-0.2.9/prospectr/inst/doc/aa-intro.html |only prospectr-0.2.9/prospectr/inst/doc/aa-intro.qmd |only prospectr-0.2.9/prospectr/inst/doc/bb-pre-processing-spectral-data.R |only prospectr-0.2.9/prospectr/inst/doc/bb-pre-processing-spectral-data.html |only prospectr-0.2.9/prospectr/inst/doc/bb-pre-processing-spectral-data.qmd |only prospectr-0.2.9/prospectr/inst/doc/cc-selecting-representative-calibration-samples.R |only prospectr-0.2.9/prospectr/inst/doc/cc-selecting-representative-calibration-samples.html |only prospectr-0.2.9/prospectr/inst/doc/cc-selecting-representative-calibration-samples.qmd |only prospectr-0.2.9/prospectr/man/cochranTest.Rd | 4 prospectr-0.2.9/prospectr/man/continuumRemoval.Rd | 95 ++-- prospectr-0.2.9/prospectr/man/detrend.Rd | 20 prospectr-0.2.9/prospectr/man/duplex.Rd | 2 prospectr-0.2.9/prospectr/man/honigs.Rd | 2 prospectr-0.2.9/prospectr/man/kenStone.Rd | 3 prospectr-0.2.9/prospectr/man/msc.Rd | 2 prospectr-0.2.9/prospectr/man/naes.Rd | 2 prospectr-0.2.9/prospectr/man/prospectr-package.Rd | 4 prospectr-0.2.9/prospectr/man/puchwein.Rd | 2 prospectr-0.2.9/prospectr/man/savitzkyGolay.Rd | 2 prospectr-0.2.9/prospectr/man/shenkWest.Rd | 2 prospectr-0.2.9/prospectr/man/standardNormalVariate.Rd | 5 prospectr-0.2.9/prospectr/src/Makevars | 1 prospectr-0.2.9/prospectr/src/Makevars.win | 1 prospectr-0.2.9/prospectr/tests/testthat/test-baseline.R | 56 ++ prospectr-0.2.9/prospectr/tests/testthat/test-binning.R | 47 ++ prospectr-0.2.9/prospectr/tests/testthat/test-blockNorm.R | 45 +- prospectr-0.2.9/prospectr/tests/testthat/test-blockScale.R | 43 + prospectr-0.2.9/prospectr/tests/testthat/test-cochranTest.R |only prospectr-0.2.9/prospectr/tests/testthat/test-continuumRemoval.R | 81 +++ prospectr-0.2.9/prospectr/tests/testthat/test-cpp-internals.R |only prospectr-0.2.9/prospectr/tests/testthat/test-detrend.R | 74 +++ prospectr-0.2.9/prospectr/tests/testthat/test-duplex.R | 70 +++ prospectr-0.2.9/prospectr/tests/testthat/test-gapDer.R | 70 +++ prospectr-0.2.9/prospectr/tests/testthat/test-honigs.R | 53 ++ prospectr-0.2.9/prospectr/tests/testthat/test-kenStone.R | 60 ++ prospectr-0.2.9/prospectr/tests/testthat/test-movav.R | 48 ++ prospectr-0.2.9/prospectr/tests/testthat/test-msc.R | 58 ++ prospectr-0.2.9/prospectr/tests/testthat/test-naes.R | 110 ++++ prospectr-0.2.9/prospectr/tests/testthat/test-puchwein.R |only prospectr-0.2.9/prospectr/tests/testthat/test-readASD.R |only prospectr-0.2.9/prospectr/tests/testthat/test-read_nircal.R |only prospectr-0.2.9/prospectr/tests/testthat/test-resample.R | 78 +++ prospectr-0.2.9/prospectr/tests/testthat/test-resample2.R | 79 +++ prospectr-0.2.9/prospectr/tests/testthat/test-savitzkyGolay.R | 72 +++ prospectr-0.2.9/prospectr/tests/testthat/test-shenkWest.R | 68 ++- prospectr-0.2.9/prospectr/tests/testthat/test-spliceCorrection.R |only prospectr-0.2.9/prospectr/tests/testthat/test-standardNormalVariate.R | 64 ++ prospectr-0.2.9/prospectr/tests/testthat/testdata |only prospectr-0.2.9/prospectr/vignettes/aa-intro.qmd |only prospectr-0.2.9/prospectr/vignettes/bb-pre-processing-spectral-data.qmd |only prospectr-0.2.9/prospectr/vignettes/cc-selecting-representative-calibration-samples.qmd |only prospectr-0.2.9/prospectr/vignettes/elsevier-harvard.csl |only prospectr-0.2.9/prospectr/vignettes/prospectr.bib | 32 + 80 files changed, 1705 insertions(+), 432 deletions(-)
Title: Network Estimation, Bootstrap, and Higher-Order Analysis
Description: Estimate, compare, and analyze dynamic and psychological networks
using a unified interface. Provides transition network analysis
estimation (transition, frequency, co-occurrence, attention-weighted)
Saqr et al. (2025) <doi:10.1145/3706468.3706513>, psychological
network methods (correlation, partial correlation, 'graphical lasso',
'Ising') Saqr, Beck, and Lopez-Pernas (2024)
<doi:10.1007/978-3-031-54464-4_19>,
and higher-order network methods including higher-order networks,
higher-order network embedding, hyper-path anomaly, and multi-order
generative model. Supports bootstrap inference, permutation testing,
split-half reliability, centrality stability analysis, mixed Markov
models, multi-cluster multi-layer networks and clustering.
Author: Mohammed Saqr [aut, cre, cph],
Sonsoles Lopez-Pernas [aut],
Kamila Misiejuk [aut]
Maintainer: Mohammed Saqr <saqr@saqr.me>
Diff between Nestimate versions 0.4.3 dated 2026-04-20 and 0.6.0 dated 2026-05-31
Nestimate-0.4.3/Nestimate/man/plot.mcml.Rd |only Nestimate-0.4.3/Nestimate/man/plot.net_link_prediction.Rd |only Nestimate-0.6.0/Nestimate/DESCRIPTION | 24 Nestimate-0.6.0/Nestimate/MD5 | 423 ++- Nestimate-0.6.0/Nestimate/NAMESPACE | 123 Nestimate-0.6.0/Nestimate/NEWS.md | 186 + Nestimate-0.6.0/Nestimate/R/association_rules.R | 11 Nestimate-0.6.0/Nestimate/R/bipartite_groups.R |only Nestimate-0.6.0/Nestimate/R/boot_glasso.R | 50 Nestimate-0.6.0/Nestimate/R/bootstrap_network.R | 179 + Nestimate-0.6.0/Nestimate/R/build_network.R | 664 ++++- Nestimate-0.6.0/Nestimate/R/casedrop_reliability.R |only Nestimate-0.6.0/Nestimate/R/centrality_measures.R | 23 Nestimate-0.6.0/Nestimate/R/centrality_stability.R | 89 Nestimate-0.6.0/Nestimate/R/chain_structure.R |only Nestimate-0.6.0/Nestimate/R/clique_expansion.R |only Nestimate-0.6.0/Nestimate/R/cluster_choice.R |only Nestimate-0.6.0/Nestimate/R/cluster_data.R | 1027 ++++++-- Nestimate-0.6.0/Nestimate/R/cluster_diagnostics.R |only Nestimate-0.6.0/Nestimate/R/compare_network.R |only Nestimate-0.6.0/Nestimate/R/data_conversion.R | 277 +- Nestimate-0.6.0/Nestimate/R/distribution_plot.R | 49 Nestimate-0.6.0/Nestimate/R/estimate_network.R | 39 Nestimate-0.6.0/Nestimate/R/estimator_registry.R | 2 Nestimate-0.6.0/Nestimate/R/estimators.R | 532 +++- Nestimate-0.6.0/Nestimate/R/extraction.R | 57 Nestimate-0.6.0/Nestimate/R/frequencies.R | 41 Nestimate-0.6.0/Nestimate/R/gimme.R | 123 Nestimate-0.6.0/Nestimate/R/hon.R | 16 Nestimate-0.6.0/Nestimate/R/honem.R | 14 Nestimate-0.6.0/Nestimate/R/hypa.R | 406 ++- Nestimate-0.6.0/Nestimate/R/hypergraph.R |only Nestimate-0.6.0/Nestimate/R/hypergraph_centrality.R |only Nestimate-0.6.0/Nestimate/R/hypergraph_measures.R |only Nestimate-0.6.0/Nestimate/R/link_prediction.R | 64 Nestimate-0.6.0/Nestimate/R/magnitude_difference.R |only Nestimate-0.6.0/Nestimate/R/markov.R | 147 - Nestimate-0.6.0/Nestimate/R/markov_order.R |only Nestimate-0.6.0/Nestimate/R/mcml.R | 1253 ++++++++-- Nestimate-0.6.0/Nestimate/R/mgm.R | 32 Nestimate-0.6.0/Nestimate/R/mlvar.R | 15 Nestimate-0.6.0/Nestimate/R/mmm.R | 735 ++++- Nestimate-0.6.0/Nestimate/R/mogen.R | 88 Nestimate-0.6.0/Nestimate/R/nct.R | 57 Nestimate-0.6.0/Nestimate/R/path_dependence.R |only Nestimate-0.6.0/Nestimate/R/permutation_test.R | 70 Nestimate-0.6.0/Nestimate/R/ph_distances.R |only Nestimate-0.6.0/Nestimate/R/plot-utils.R | 136 + Nestimate-0.6.0/Nestimate/R/plot_state_frequencies.R |only Nestimate-0.6.0/Nestimate/R/reliability.R | 132 - Nestimate-0.6.0/Nestimate/R/rename_models.R |only Nestimate-0.6.0/Nestimate/R/sequence_compare.R | 35 Nestimate-0.6.0/Nestimate/R/sequence_plot.R | 170 + Nestimate-0.6.0/Nestimate/R/sequence_terminal.R |only Nestimate-0.6.0/Nestimate/R/simplicial.R | 759 ++++-- Nestimate-0.6.0/Nestimate/R/summary_network.R |only Nestimate-0.6.0/Nestimate/R/transition_entropy.R |only Nestimate-0.6.0/Nestimate/R/utils.R | 188 + Nestimate-0.6.0/Nestimate/R/wtna.R | 60 Nestimate-0.6.0/Nestimate/README.md | 18 Nestimate-0.6.0/Nestimate/inst/WORDLIST | 266 +- Nestimate-0.6.0/Nestimate/inst/doc/clustering.R | 125 Nestimate-0.6.0/Nestimate/inst/doc/clustering.Rmd | 219 + Nestimate-0.6.0/Nestimate/inst/doc/clustering.html | 492 ++- Nestimate-0.6.0/Nestimate/inst/doc/markov-stability.R | 41 Nestimate-0.6.0/Nestimate/inst/doc/markov-stability.Rmd | 51 Nestimate-0.6.0/Nestimate/inst/doc/markov-stability.html | 56 Nestimate-0.6.0/Nestimate/inst/doc/sequence-comparison.R | 20 Nestimate-0.6.0/Nestimate/inst/doc/sequence-comparison.Rmd | 30 Nestimate-0.6.0/Nestimate/inst/doc/sequence-comparison.html | 113 Nestimate-0.6.0/Nestimate/inst/doc/sequence-plots.R | 44 Nestimate-0.6.0/Nestimate/inst/doc/sequence-plots.Rmd | 16 Nestimate-0.6.0/Nestimate/inst/doc/sequence-plots.html | 55 Nestimate-0.6.0/Nestimate/inst/doc/transition-networks.R | 41 Nestimate-0.6.0/Nestimate/inst/doc/transition-networks.Rmd | 51 Nestimate-0.6.0/Nestimate/inst/doc/transition-networks.html | 353 +- Nestimate-0.6.0/Nestimate/inst/extdata |only Nestimate-0.6.0/Nestimate/man/Nestimate-package.Rd | 2 Nestimate-0.6.0/Nestimate/man/actor_endpoints.Rd |only Nestimate-0.6.0/Nestimate/man/as_tna.Rd | 34 Nestimate-0.6.0/Nestimate/man/bipartite_groups.Rd |only Nestimate-0.6.0/Nestimate/man/boot_glasso.Rd | 22 Nestimate-0.6.0/Nestimate/man/bootstrap_network.Rd | 12 Nestimate-0.6.0/Nestimate/man/bottleneck_distance.Rd |only Nestimate-0.6.0/Nestimate/man/build_clusters.Rd | 65 Nestimate-0.6.0/Nestimate/man/build_gimme.Rd | 33 Nestimate-0.6.0/Nestimate/man/build_hon.Rd | 5 Nestimate-0.6.0/Nestimate/man/build_hypa.Rd | 83 Nestimate-0.6.0/Nestimate/man/build_hypergraph.Rd |only Nestimate-0.6.0/Nestimate/man/build_ising.Rd | 6 Nestimate-0.6.0/Nestimate/man/build_mcml.Rd | 60 Nestimate-0.6.0/Nestimate/man/build_mlvar.Rd | 13 Nestimate-0.6.0/Nestimate/man/build_mmm.Rd | 63 Nestimate-0.6.0/Nestimate/man/build_mogen.Rd | 4 Nestimate-0.6.0/Nestimate/man/build_network.Rd | 57 Nestimate-0.6.0/Nestimate/man/build_simplicial.Rd | 51 Nestimate-0.6.0/Nestimate/man/casedrop_reliability.Rd |only Nestimate-0.6.0/Nestimate/man/centrality_stability.Rd | 19 Nestimate-0.6.0/Nestimate/man/chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/clique_expansion.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_data.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_diagnostics.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_mmm.Rd | 89 Nestimate-0.6.0/Nestimate/man/cluster_network.Rd | 22 Nestimate-0.6.0/Nestimate/man/cluster_summary.Rd | 82 Nestimate-0.6.0/Nestimate/man/compare_mmm.Rd | 20 Nestimate-0.6.0/Nestimate/man/compare_model.Rd |only Nestimate-0.6.0/Nestimate/man/compare_model.netobject_group.Rd |only Nestimate-0.6.0/Nestimate/man/convert_sequence_format.Rd | 10 Nestimate-0.6.0/Nestimate/man/distribution_plot.Rd | 17 Nestimate-0.6.0/Nestimate/man/estimate_network.Rd | 9 Nestimate-0.6.0/Nestimate/man/hypergraph_centrality.Rd |only Nestimate-0.6.0/Nestimate/man/hypergraph_measures.Rd |only Nestimate-0.6.0/Nestimate/man/magnitude_difference.Rd |only Nestimate-0.6.0/Nestimate/man/mark_first_state.Rd |only Nestimate-0.6.0/Nestimate/man/mark_terminal_state.Rd |only Nestimate-0.6.0/Nestimate/man/markov_order_test.Rd |only Nestimate-0.6.0/Nestimate/man/markov_stability.Rd | 6 Nestimate-0.6.0/Nestimate/man/mogen_transitions.Rd | 5 Nestimate-0.6.0/Nestimate/man/mosaic_plot.Rd |only Nestimate-0.6.0/Nestimate/man/net_aggregate_weights.Rd | 24 Nestimate-0.6.0/Nestimate/man/net_centrality.Rd | 6 Nestimate-0.6.0/Nestimate/man/path_counts.Rd | 4 Nestimate-0.6.0/Nestimate/man/path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/permutation.Rd | 4 Nestimate-0.6.0/Nestimate/man/persistence_landscape.Rd |only Nestimate-0.6.0/Nestimate/man/persistent_homology.Rd | 57 Nestimate-0.6.0/Nestimate/man/plot.chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/plot.cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/plot.mmm_compare.Rd | 2 Nestimate-0.6.0/Nestimate/man/plot.net_cluster_diagnostics.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_clustering.Rd | 14 Nestimate-0.6.0/Nestimate/man/plot.net_comparison.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_gimme.Rd | 3 Nestimate-0.6.0/Nestimate/man/plot.net_markov_order.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_mmm.Rd | 9 Nestimate-0.6.0/Nestimate/man/plot.net_mmm_clustering.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_reliability.Rd | 11 Nestimate-0.6.0/Nestimate/man/plot.net_sequence_comparison.Rd | 3 Nestimate-0.6.0/Nestimate/man/plot.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/plot.persistence_landscape.Rd |only Nestimate-0.6.0/Nestimate/man/plot.persistent_homology.Rd | 13 Nestimate-0.6.0/Nestimate/man/plot.q_analysis.Rd | 9 Nestimate-0.6.0/Nestimate/man/plot.simplicial_complex.Rd | 11 Nestimate-0.6.0/Nestimate/man/plot_mosaic.Rd |only Nestimate-0.6.0/Nestimate/man/plot_state_frequencies.Rd |only Nestimate-0.6.0/Nestimate/man/predictability.Rd | 7 Nestimate-0.6.0/Nestimate/man/prepare_onehot.Rd | 12 Nestimate-0.6.0/Nestimate/man/print.chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/print.chain_structure_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/print.mcml.Rd | 2 Nestimate-0.6.0/Nestimate/man/print.mcml_layer.Rd |only Nestimate-0.6.0/Nestimate/man/print.mmm_compare.Rd | 2 Nestimate-0.6.0/Nestimate/man/print.net_cluster_diagnostics.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_clustering.Rd | 14 Nestimate-0.6.0/Nestimate/man/print.net_gimme.Rd | 3 Nestimate-0.6.0/Nestimate/man/print.net_markov_order.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_markov_order_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_markov_stability_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_mmm.Rd | 14 Nestimate-0.6.0/Nestimate/man/print.net_mmm_clustering.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_mpt_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_stability_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_transition_entropy_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.netobject_group.Rd | 14 Nestimate-0.6.0/Nestimate/man/print.persistence_landscape.Rd |only Nestimate-0.6.0/Nestimate/man/print.summary.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/print.summary.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/print.summary_chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/print.tidy_covariates.Rd |only Nestimate-0.6.0/Nestimate/man/print.wtna_perm_mixed.Rd |only Nestimate-0.6.0/Nestimate/man/rename_models.Rd |only Nestimate-0.6.0/Nestimate/man/sequence_plot.Rd | 29 Nestimate-0.6.0/Nestimate/man/state_distribution.Rd |only Nestimate-0.6.0/Nestimate/man/state_freq.Rd |only Nestimate-0.6.0/Nestimate/man/summary.chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/summary.chain_structure_group.Rd |only Nestimate-0.6.0/Nestimate/man/summary.cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/summary.mcml.Rd | 10 Nestimate-0.6.0/Nestimate/man/summary.mmm_compare.Rd |only Nestimate-0.6.0/Nestimate/man/summary.nest_initial_probs.Rd |only Nestimate-0.6.0/Nestimate/man/summary.nest_transition_counts.Rd |only Nestimate-0.6.0/Nestimate/man/summary.nest_transition_matrix.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_clustering.Rd | 2 Nestimate-0.6.0/Nestimate/man/summary.net_gimme.Rd | 3 Nestimate-0.6.0/Nestimate/man/summary.net_hon.Rd | 5 Nestimate-0.6.0/Nestimate/man/summary.net_honem.Rd | 5 Nestimate-0.6.0/Nestimate/man/summary.net_hypa.Rd | 16 Nestimate-0.6.0/Nestimate/man/summary.net_markov_order.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_mmm.Rd | 16 Nestimate-0.6.0/Nestimate/man/summary.net_mogen.Rd | 6 Nestimate-0.6.0/Nestimate/man/summary.net_nct.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_reliability.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_sequence_comparison.Rd | 4 Nestimate-0.6.0/Nestimate/man/summary.net_stability_group.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/summary.netobject.Rd |only Nestimate-0.6.0/Nestimate/man/summary.netobject_group.Rd |only Nestimate-0.6.0/Nestimate/man/summary.wtna_perm_mixed.Rd |only Nestimate-0.6.0/Nestimate/man/transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/wtna.Rd | 14 Nestimate-0.6.0/Nestimate/tests/testthat/helper-simulate.R | 159 - Nestimate-0.6.0/Nestimate/tests/testthat/test-association_rules.R | 15 Nestimate-0.6.0/Nestimate/tests/testthat/test-association_rules_arules.R | 464 --- Nestimate-0.6.0/Nestimate/tests/testthat/test-bipartite_groups.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-boot_glasso.R | 210 - Nestimate-0.6.0/Nestimate/tests/testthat/test-bootstrap_network.R | 205 + Nestimate-0.6.0/Nestimate/tests/testthat/test-build_clusters.R | 402 ++- Nestimate-0.6.0/Nestimate/tests/testthat/test-build_network.R | 642 ++++- Nestimate-0.6.0/Nestimate/tests/testthat/test-casedrop_reliability.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-centrality_stability.R | 362 -- Nestimate-0.6.0/Nestimate/tests/testthat/test-chain_structure.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-clique_expansion.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-cluster-choice.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-cluster-diagnostics.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-cograph_network.R | 130 - Nestimate-0.6.0/Nestimate/tests/testthat/test-covariate-estimators.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-data_conversion.R | 13 Nestimate-0.6.0/Nestimate/tests/testthat/test-estimate_network.R | 39 Nestimate-0.6.0/Nestimate/tests/testthat/test-estimator_attention.R | 41 Nestimate-0.6.0/Nestimate/tests/testthat/test-estimator_ising.R | 59 Nestimate-0.6.0/Nestimate/tests/testthat/test-extraction.R | 17 Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX1.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX2.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX3.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX4.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX5.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX6.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX7.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX8.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-codex-mgm-group.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-codex.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-mgm-typewarn.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-frequencies.R | 66 Nestimate-0.6.0/Nestimate/tests/testthat/test-hon.R | 643 ----- Nestimate-0.6.0/Nestimate/tests/testthat/test-honem.R | 6 Nestimate-0.6.0/Nestimate/tests/testthat/test-hypa.R | 83 Nestimate-0.6.0/Nestimate/tests/testthat/test-hypergraph.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-hypergraph_centrality.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-hypergraph_measures.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-import_onehot.R | 110 Nestimate-0.6.0/Nestimate/tests/testthat/test-magnitude-difference.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-markov.R | 120 Nestimate-0.6.0/Nestimate/tests/testthat/test-markov_order.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-mcml.R | 1155 ++++++++- Nestimate-0.6.0/Nestimate/tests/testthat/test-mgm-moderated.R | 44 Nestimate-0.6.0/Nestimate/tests/testthat/test-mlvar.R | 78 Nestimate-0.6.0/Nestimate/tests/testthat/test-mmm.R | 259 +- Nestimate-0.6.0/Nestimate/tests/testthat/test-mogen.R | 347 -- Nestimate-0.6.0/Nestimate/tests/testthat/test-mosaic_plot.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-network_reliability.R | 300 -- Nestimate-0.6.0/Nestimate/tests/testthat/test-path_dependence.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-pathways.R | 17 Nestimate-0.6.0/Nestimate/tests/testthat/test-permutation.R | 231 + Nestimate-0.6.0/Nestimate/tests/testthat/test-persistent_homology.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-plot-family-class.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-plot_state_frequencies.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-print-cluster.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-sequence_plot.R | 56 Nestimate-0.6.0/Nestimate/tests/testthat/test-sequence_terminal.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-simplicial.R | 225 + Nestimate-0.6.0/Nestimate/tests/testthat/test-transition_entropy.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-utils.R | 8 Nestimate-0.6.0/Nestimate/tests/testthat/test-wtna.R | 150 + Nestimate-0.6.0/Nestimate/vignettes/clustering.Rmd | 219 + Nestimate-0.6.0/Nestimate/vignettes/markov-stability.Rmd | 51 Nestimate-0.6.0/Nestimate/vignettes/sequence-comparison.Rmd | 30 Nestimate-0.6.0/Nestimate/vignettes/sequence-plots.Rmd | 16 Nestimate-0.6.0/Nestimate/vignettes/transition-networks.Rmd | 51 275 files changed, 12119 insertions(+), 6328 deletions(-)
Title: Linear Networks Functionality of the 'spatstat' Family
Description: Defines types of spatial data on a linear network
and provides functionality for geometrical operations,
data analysis and modelling of data on a linear network,
in the 'spatstat' family of packages.
Contains definitions and support for linear networks, including creation of networks, geometrical measurements, topological connectivity, geometrical operations such as inserting and deleting vertices, intersecting a network with another object, and interactive editing of networks.
Data types defined on a network include point patterns, pixel images, functions, and tessellations.
Exploratory methods include kernel estimation of intensity on a network, K-functions and pair correlation functions on a network, simulation envelopes, nearest neighbour distance and empty space distance, relative risk estimation with cross-validated bandwidth selection. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Mont [...truncated...]
Author: Adrian Baddeley [aut, cre, cph] ,
Rolf Turner [aut, cph] ,
Ege Rubak [aut, cph] ,
Greg McSwiggan [aut, cph],
Tilman Davies [ctb, cph],
Mehdi Moradi [ctb, cph],
Suman Rakshit [ctb, cph],
Ottmar Cronie [ctb]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.linnet versions 3.5-0 dated 2026-03-31 and 3.5-1 dated 2026-05-31
DESCRIPTION | 18 +++++++++--------- MD5 | 23 ++++++++++++----------- NAMESPACE | 2 ++ NEWS | 11 +++++++++++ R/lppm.R | 11 +++++++++-- build/partial.rdb |binary inst/doc/packagesizes.txt | 1 + inst/info/packagesizes.txt | 1 + man/intensity.lppm.Rd |only man/macros/defns.Rd | 1 + man/relrisk.lpp.Rd | 15 +++++++++------ man/spatstat.linnet-internal.Rd | 6 +++--- tests/testsMtoZ.R | 6 +++--- 13 files changed, 61 insertions(+), 34 deletions(-)
More information about spatstat.linnet at CRAN
Permanent link
Title: Read Markdown Tables into Tibbles
Description: Efficient reading of raw markdown tables into tibbles. Designed to
accept content from strings, files, and URLs with the ability to extract
and read multiple tables from markdown for analysis.
Author: Jordan Bradford [aut, cre, cph]
Maintainer: Jordan Bradford <jrdnbradford@gmail.com>
Diff between readMDTable versions 0.3.2 dated 2025-05-05 and 0.3.3 dated 2026-05-31
DESCRIPTION | 11 ++++++----- MD5 | 16 ++++++++-------- NEWS.md | 5 +++++ R/read_md_table_content.R | 2 +- build/vignette.rds |binary inst/doc/rvest-benchmarks.html | 8 ++++---- man/extract_md_tables.Rd | 3 ++- man/readMDTable-package.Rd | 5 +++++ man/read_md_table.Rd | 3 ++- 9 files changed, 33 insertions(+), 20 deletions(-)
Title: Signal and Image Processing Toolbox for Analyzing Intracranial
Electroencephalography Data
Description: Implemented fast and memory-efficient Notch-filter,
Welch-periodogram, discrete wavelet spectrogram for minutes of
high-resolution signals, fast 3D convolution, image registration,
3D mesh manipulation; providing fundamental toolbox for intracranial
Electroencephalography (iEEG) pipelines.
Documentation and examples about 'RAVE' project are provided at
<https://rave.wiki>, and the paper by John F. Magnotti,
Zhengjia Wang, Michael S. Beauchamp (2020)
<doi:10.1016/j.neuroimage.2020.117341>; see 'citation("ravetools")' for
details.
Author: Zhengjia Wang [aut, cre],
John Magnotti [aut],
Michael Beauchamp [aut],
Trustees of the University of Pennsylvania [cph] ,
Karim Rahim [cph, ctb] ,
Thomas Possidente [cph, ctb] ,
Michael Prerau [cph, ctb] ,
Marcus Geelnard [ctb, cph] ,
Stefan Schlage [...truncated...]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Diff between ravetools versions 0.2.5 dated 2026-05-23 and 0.2.6 dated 2026-05-31
DESCRIPTION | 6 +-- MD5 | 53 +++++++++++++++------------- NAMESPACE | 3 + NEWS.md | 9 ++++ R/aaa.R | 2 - R/carla.R | 4 +- R/crp.R | 4 +- R/curve-catmull.R | 8 ++-- R/filter-diagnosis.R | 22 +++++++---- R/filter-fir-design.R | 4 +- R/geometry-plane.R | 5 ++ R/imaging-fill-surface.R | 87 ++++++++++++++++++++++++++++++++++++++++++++-- R/plot-mesh-dotcloud.R |only R/plot-mesh-polygon.R |only R/vcg.R | 20 ++++++++++ R/wavelet-double.R | 2 - man/crp.Rd | 4 +- man/ensure_mesh3d.Rd |only man/fill_surface.Rd | 40 ++++++++++++++++++++- man/plot_mesh_dotcloud.Rd |only man/plot_mesh_polygon.Rd |only man/project_plane.Rd | 33 ++++++++++++++++- man/vcg_kdtree_nearest.Rd | 30 +++++++++++++++ man/vcg_mesh_volume.Rd | 30 +++++++++++++++ man/vcg_raycaster.Rd | 30 +++++++++++++++ man/vcg_smooth.Rd | 30 +++++++++++++++ man/vcg_subdivision.Rd | 30 +++++++++++++++ man/vcg_subset_vertex.Rd | 30 +++++++++++++++ man/vcg_uniform_remesh.Rd | 30 +++++++++++++++ man/vcg_update_normals.Rd | 30 +++++++++++++++ 30 files changed, 492 insertions(+), 54 deletions(-)
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],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.security.identity versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-31
DESCRIPTION | 11 MD5 | 3184 +++---- R/accessanalyzer_interfaces.R | 40 R/accessanalyzer_operations.R | 284 R/accessanalyzer_service.R | 40 R/account_interfaces.R | 48 R/account_operations.R | 539 - R/account_service.R | 7 R/acm_interfaces.R | 38 R/acm_operations.R | 298 R/acm_service.R | 11 R/acmpca_operations.R | 429 - R/acmpca_service.R | 28 R/cleanroomsml_interfaces.R | 70 R/cleanroomsml_operations.R | 681 - R/cleanroomsml_service.R | 21 R/clouddirectory_operations.R | 328 R/clouddirectory_service.R | 12 R/cloudhsm_operations.R | 101 R/cloudhsm_service.R | 14 R/cloudhsmv2_operations.R | 178 R/cloudhsmv2_service.R | 6 R/cognitoidentity_operations.R | 161 R/cognitoidentity_service.R | 26 R/cognitoidentityprovider_interfaces.R | 138 R/cognitoidentityprovider_operations.R | 4173 +++------- R/cognitoidentityprovider_service.R | 204 R/cognitosync_operations.R | 99 R/cognitosync_service.R | 24 R/detective_operations.R | 126 R/detective_service.R | 69 R/directoryservice_interfaces.R | 150 R/directoryservice_operations.R | 832 + R/directoryservice_service.R | 32 R/fms_operations.R | 311 R/fms_service.R | 12 R/guardduty_interfaces.R | 314 R/guardduty_operations.R | 3827 +++++++-- R/guardduty_service.R | 46 R/iam_interfaces.R | 136 R/iam_operations.R | 3872 +++------ R/iam_service.R | 45 R/iamrolesanywhere_interfaces.R | 74 R/iamrolesanywhere_operations.R | 124 R/iamrolesanywhere_service.R | 25 R/identitystore_interfaces.R | 26 R/identitystore_operations.R | 186 R/identitystore_service.R | 17 R/inspector2_interfaces.R | 314 R/inspector2_operations.R | 889 +- R/inspector2_service.R | 24 R/inspector_operations.R | 243 R/inspector_service.R | 7 R/kms_interfaces.R | 64 R/kms_operations.R | 2972 ++----- R/kms_service.R | 101 R/macie2_interfaces.R | 6 R/macie2_operations.R | 735 - R/macie2_service.R | 2 R/pcaconnectorad_interfaces.R | 6 R/pcaconnectorad_operations.R | 172 R/pcaconnectorad_service.R | 9 R/ram_interfaces.R | 20 R/ram_operations.R | 1193 -- R/ram_service.R | 19 R/secretsmanager_interfaces.R | 12 R/secretsmanager_operations.R | 662 - R/secretsmanager_service.R | 39 R/securityhub_interfaces.R | 396 R/securityhub_operations.R | 1932 +++- R/securityhub_service.R | 228 R/securitylake_operations.R | 140 R/securitylake_service.R | 43 R/shield_operations.R | 312 R/shield_service.R | 9 R/sso_operations.R | 26 R/sso_service.R | 25 R/ssoadmin_interfaces.R | 204 R/ssoadmin_operations.R | 986 +- R/ssoadmin_service.R | 49 R/ssooidc_interfaces.R | 2 R/ssooidc_operations.R | 147 R/ssooidc_service.R | 60 R/sts_interfaces.R | 24 R/sts_operations.R | 819 - R/sts_service.R | 12 R/verifiedpermissions_interfaces.R | 122 R/verifiedpermissions_operations.R | 939 +- R/verifiedpermissions_service.R | 94 R/waf_operations.R | 723 - R/waf_service.R | 24 R/wafregional_operations.R | 764 - R/wafregional_service.R | 28 R/wafv2_interfaces.R | 38 R/wafv2_operations.R | 1350 +-- R/wafv2_service.R | 69 man/accessanalyzer.Rd | 45 man/accessanalyzer_cancel_policy_generation.Rd | 8 man/accessanalyzer_check_access_not_granted.Rd | 17 man/accessanalyzer_check_no_new_access.Rd | 10 man/accessanalyzer_check_no_public_access.Rd | 7 man/accessanalyzer_create_access_preview.Rd | 9 man/accessanalyzer_create_analyzer.Rd | 27 man/accessanalyzer_create_service_linked_analyzer.Rd |only man/accessanalyzer_delete_archive_rule.Rd | 3 man/accessanalyzer_delete_service_linked_analyzer.Rd |only man/accessanalyzer_generate_finding_recommendation.Rd | 3 man/accessanalyzer_get_access_preview.Rd | 3 man/accessanalyzer_get_analyzed_resource.Rd | 3 man/accessanalyzer_get_finding.Rd | 3 man/accessanalyzer_get_finding_recommendation.Rd | 3 man/accessanalyzer_get_finding_v2.Rd | 3 man/accessanalyzer_get_findings_statistics.Rd | 3 man/accessanalyzer_get_generated_policy.Rd | 22 man/accessanalyzer_list_access_preview_findings.Rd | 3 man/accessanalyzer_list_access_previews.Rd | 3 man/accessanalyzer_list_analyzed_resources.Rd | 3 man/accessanalyzer_list_findings.Rd | 3 man/accessanalyzer_list_findings_v2.Rd | 5 man/accessanalyzer_list_policy_generations.Rd | 4 man/accessanalyzer_start_policy_generation.Rd | 16 man/accessanalyzer_start_resource_scan.Rd | 7 man/accessanalyzer_update_analyzer.Rd | 2 man/accessanalyzer_update_archive_rule.Rd | 3 man/accessanalyzer_update_findings.Rd | 7 man/accessanalyzer_validate_policy.Rd | 34 man/account.Rd | 3 man/account_accept_primary_email_update.Rd | 23 man/account_delete_alternate_contact.Rd | 28 man/account_disable_region.Rd | 27 man/account_enable_region.Rd | 28 man/account_get_account_information.Rd |only man/account_get_alternate_contact.Rd | 28 man/account_get_contact_information.Rd | 20 man/account_get_gov_cloud_account_information.Rd |only man/account_get_primary_email.Rd | 12 man/account_get_region_opt_status.Rd | 24 man/account_list_regions.Rd | 40 man/account_put_account_name.Rd |only man/account_put_alternate_contact.Rd | 44 man/account_put_contact_information.Rd | 25 man/account_start_primary_email_update.Rd | 15 man/acm.Rd | 8 man/acm_add_tags_to_certificate.Rd | 3 man/acm_delete_certificate.Rd | 5 man/acm_describe_certificate.Rd | 3 man/acm_export_certificate.Rd | 15 man/acm_import_certificate.Rd | 4 man/acm_list_certificates.Rd | 23 man/acm_list_tags_for_certificate.Rd | 3 man/acm_put_account_configuration.Rd | 8 man/acm_remove_tags_from_certificate.Rd | 3 man/acm_renew_certificate.Rd | 5 man/acm_request_certificate.Rd | 108 man/acm_resend_validation_email.Rd | 18 man/acm_revoke_certificate.Rd |only man/acm_search_certificates.Rd |only man/acm_update_certificate_options.Rd | 9 man/acmpca.Rd | 25 man/acmpca_create_certificate_authority.Rd | 67 man/acmpca_create_certificate_authority_audit_report.Rd | 6 man/acmpca_create_permission.Rd | 14 man/acmpca_delete_certificate_authority.Rd | 7 man/acmpca_delete_permission.Rd | 9 man/acmpca_delete_policy.Rd | 6 man/acmpca_describe_certificate_authority.Rd | 4 man/acmpca_describe_certificate_authority_audit_report.Rd | 7 man/acmpca_get_certificate.Rd | 9 man/acmpca_get_certificate_authority_csr.Rd | 4 man/acmpca_get_policy.Rd | 7 man/acmpca_import_certificate_authority_certificate.Rd | 17 man/acmpca_issue_certificate.Rd | 126 man/acmpca_list_certificate_authorities.Rd | 16 man/acmpca_list_permissions.Rd | 19 man/acmpca_list_tags.Rd | 14 man/acmpca_put_policy.Rd | 12 man/acmpca_restore_certificate_authority.Rd | 4 man/acmpca_revoke_certificate.Rd | 15 man/acmpca_tag_certificate_authority.Rd | 4 man/acmpca_untag_certificate_authority.Rd | 4 man/acmpca_update_certificate_authority.Rd | 42 man/cleanroomsml.Rd | 17 man/cleanroomsml_cancel_trained_model.Rd | 13 man/cleanroomsml_cancel_trained_model_inference_job.Rd | 6 man/cleanroomsml_create_audience_model.Rd | 30 man/cleanroomsml_create_configured_audience_model.Rd | 63 man/cleanroomsml_create_configured_model_algorithm.Rd | 34 man/cleanroomsml_create_configured_model_algorithm_association.Rd | 33 man/cleanroomsml_create_ml_input_channel.Rd | 32 man/cleanroomsml_create_trained_model.Rd | 55 man/cleanroomsml_create_training_dataset.Rd | 36 man/cleanroomsml_delete_audience_generation_job.Rd | 3 man/cleanroomsml_delete_audience_model.Rd | 3 man/cleanroomsml_delete_configured_audience_model.Rd | 3 man/cleanroomsml_delete_configured_audience_model_policy.Rd | 3 man/cleanroomsml_delete_configured_model_algorithm.Rd | 3 man/cleanroomsml_delete_configured_model_algorithm_association.Rd | 6 man/cleanroomsml_delete_ml_configuration.Rd | 3 man/cleanroomsml_delete_ml_input_channel_data.Rd | 6 man/cleanroomsml_delete_trained_model_output.Rd | 18 man/cleanroomsml_delete_training_dataset.Rd | 3 man/cleanroomsml_get_audience_generation_job.Rd | 3 man/cleanroomsml_get_audience_model.Rd | 3 man/cleanroomsml_get_collab_config_model_algori_associ.Rd | 6 man/cleanroomsml_get_collaboration_ml_input_channel.Rd | 6 man/cleanroomsml_get_collaboration_trained_model.Rd | 11 man/cleanroomsml_get_configured_audience_model.Rd | 3 man/cleanroomsml_get_configured_audience_model_policy.Rd | 3 man/cleanroomsml_get_configured_model_algorithm.Rd | 3 man/cleanroomsml_get_configured_model_algorithm_association.Rd | 6 man/cleanroomsml_get_ml_configuration.Rd | 3 man/cleanroomsml_get_ml_input_channel.Rd | 6 man/cleanroomsml_get_trained_model.Rd | 14 man/cleanroomsml_get_trained_model_inference_job.Rd | 6 man/cleanroomsml_get_training_dataset.Rd | 3 man/cleanroomsml_list_audience_export_jobs.Rd | 6 man/cleanroomsml_list_audience_generation_jobs.Rd | 9 man/cleanroomsml_list_audience_models.Rd | 3 man/cleanroomsml_list_collab_config_model_algori_associ.Rd | 6 man/cleanroomsml_list_collaboration_ml_input_channels.Rd | 6 man/cleanroomsml_list_collaboration_trained_model_export_jobs.Rd | 14 man/cleanroomsml_list_collaboration_trained_model_inference_jobs.Rd | 14 man/cleanroomsml_list_collaboration_trained_models.Rd | 6 man/cleanroomsml_list_configured_audience_models.Rd | 3 man/cleanroomsml_list_configured_model_algorithm_associations.Rd | 6 man/cleanroomsml_list_configured_model_algorithms.Rd | 3 man/cleanroomsml_list_ml_input_channels.Rd | 6 man/cleanroomsml_list_tags_for_resource.Rd | 3 man/cleanroomsml_list_trained_model_inference_jobs.Rd | 11 man/cleanroomsml_list_trained_model_versions.Rd |only man/cleanroomsml_list_trained_models.Rd | 6 man/cleanroomsml_list_training_datasets.Rd | 3 man/cleanroomsml_put_configured_audience_model_policy.Rd | 6 man/cleanroomsml_put_ml_configuration.Rd | 3 man/cleanroomsml_start_audience_export_job.Rd | 5 man/cleanroomsml_start_audience_generation_job.Rd | 27 man/cleanroomsml_start_trained_model_export_job.Rd | 9 man/cleanroomsml_start_trained_model_inference_job.Rd | 50 man/cleanroomsml_tag_resource.Rd | 24 man/cleanroomsml_untag_resource.Rd | 3 man/cleanroomsml_update_configured_audience_model.Rd | 9 man/clouddirectory.Rd | 7 man/clouddirectory_add_facet_to_object.Rd | 6 man/clouddirectory_apply_schema.Rd | 6 man/clouddirectory_attach_object.Rd | 3 man/clouddirectory_attach_policy.Rd | 6 man/clouddirectory_attach_to_index.Rd | 3 man/clouddirectory_attach_typed_link.Rd | 3 man/clouddirectory_batch_read.Rd | 7 man/clouddirectory_batch_write.Rd | 3 man/clouddirectory_create_directory.Rd | 3 man/clouddirectory_create_facet.Rd | 15 man/clouddirectory_create_index.Rd | 6 man/clouddirectory_create_object.Rd | 12 man/clouddirectory_create_schema.Rd | 3 man/clouddirectory_create_typed_link_facet.Rd | 3 man/clouddirectory_delete_facet.Rd | 3 man/clouddirectory_delete_object.Rd | 3 man/clouddirectory_delete_schema.Rd | 3 man/clouddirectory_delete_typed_link_facet.Rd | 3 man/clouddirectory_detach_from_index.Rd | 3 man/clouddirectory_detach_object.Rd | 6 man/clouddirectory_detach_policy.Rd | 6 man/clouddirectory_detach_typed_link.Rd | 3 man/clouddirectory_get_facet.Rd | 3 man/clouddirectory_get_link_attributes.Rd | 6 man/clouddirectory_get_object_attributes.Rd | 6 man/clouddirectory_get_typed_link_facet_information.Rd | 3 man/clouddirectory_list_applied_schema_arns.Rd | 5 man/clouddirectory_list_directories.Rd | 3 man/clouddirectory_list_incoming_typed_links.Rd | 11 man/clouddirectory_list_index.Rd | 3 man/clouddirectory_list_managed_schema_arns.Rd | 3 man/clouddirectory_list_object_attributes.Rd | 16 man/clouddirectory_list_object_children.Rd | 13 man/clouddirectory_list_object_parent_paths.Rd | 3 man/clouddirectory_list_object_parents.Rd | 16 man/clouddirectory_list_object_policies.Rd | 10 man/clouddirectory_list_outgoing_typed_links.Rd | 11 man/clouddirectory_list_policy_attachments.Rd | 10 man/clouddirectory_list_published_schema_arns.Rd | 5 man/clouddirectory_list_tags_for_resource.Rd | 9 man/clouddirectory_list_typed_link_facet_attributes.Rd | 3 man/clouddirectory_list_typed_link_facet_names.Rd | 3 man/clouddirectory_lookup_policy.Rd | 6 man/clouddirectory_publish_schema.Rd | 13 man/clouddirectory_tag_resource.Rd | 3 man/clouddirectory_untag_resource.Rd | 3 man/clouddirectory_update_facet.Rd | 10 man/clouddirectory_update_link_attributes.Rd | 4 man/clouddirectory_update_object_attributes.Rd | 3 man/clouddirectory_update_schema.Rd | 3 man/clouddirectory_update_typed_link_facet.Rd | 13 man/clouddirectory_upgrade_applied_schema.Rd | 5 man/clouddirectory_upgrade_published_schema.Rd | 9 man/cloudhsm.Rd | 7 man/cloudhsm_add_tags_to_resource.Rd | 2 man/cloudhsm_create_hapg.Rd | 2 man/cloudhsm_create_hsm.Rd | 20 man/cloudhsm_create_luna_client.Rd | 5 man/cloudhsm_delete_hapg.Rd | 2 man/cloudhsm_delete_hsm.Rd | 2 man/cloudhsm_delete_luna_client.Rd | 2 man/cloudhsm_describe_hapg.Rd | 2 man/cloudhsm_describe_hsm.Rd | 8 man/cloudhsm_describe_luna_client.Rd | 2 man/cloudhsm_get_config.Rd | 5 man/cloudhsm_list_available_zones.Rd | 2 man/cloudhsm_list_hapgs.Rd | 6 man/cloudhsm_list_hsms.Rd | 5 man/cloudhsm_list_luna_clients.Rd | 6 man/cloudhsm_list_tags_for_resource.Rd | 2 man/cloudhsm_modify_hapg.Rd | 5 man/cloudhsm_modify_hsm.Rd | 15 man/cloudhsm_modify_luna_client.Rd | 2 man/cloudhsm_remove_tags_from_resource.Rd | 6 man/cloudhsmv2.Rd | 3 man/cloudhsmv2_copy_backup_to_region.Rd | 5 man/cloudhsmv2_create_cluster.Rd | 21 man/cloudhsmv2_create_hsm.Rd | 12 man/cloudhsmv2_delete_backup.Rd | 3 man/cloudhsmv2_delete_cluster.Rd | 3 man/cloudhsmv2_delete_hsm.Rd | 9 man/cloudhsmv2_delete_resource_policy.Rd | 3 man/cloudhsmv2_describe_backups.Rd | 44 man/cloudhsmv2_describe_clusters.Rd | 17 man/cloudhsmv2_get_resource_policy.Rd | 3 man/cloudhsmv2_initialize_cluster.Rd | 13 man/cloudhsmv2_list_tags.Rd | 11 man/cloudhsmv2_modify_backup_attributes.Rd | 8 man/cloudhsmv2_modify_cluster.Rd | 3 man/cloudhsmv2_put_resource_policy.Rd | 6 man/cloudhsmv2_restore_backup.Rd | 3 man/cloudhsmv2_tag_resource.Rd | 4 man/cloudhsmv2_untag_resource.Rd | 7 man/cognitoidentity.Rd | 22 man/cognitoidentity_create_identity_pool.Rd | 22 man/cognitoidentity_get_credentials_for_identity.Rd | 19 man/cognitoidentity_get_id.Rd | 13 man/cognitoidentity_get_open_id_token.Rd | 6 man/cognitoidentity_get_open_id_token_for_developer_identity.Rd | 24 man/cognitoidentity_get_principal_tag_attribute_map.Rd | 3 man/cognitoidentity_list_identities.Rd | 4 man/cognitoidentity_list_tags_for_resource.Rd | 3 man/cognitoidentity_lookup_developer_identity.Rd | 13 man/cognitoidentity_merge_developer_identities.Rd | 13 man/cognitoidentity_set_identity_pool_roles.Rd | 9 man/cognitoidentity_set_principal_tag_attribute_map.Rd | 3 man/cognitoidentity_unlink_developer_identity.Rd | 3 man/cognitoidentity_unlink_identity.Rd | 3 man/cognitoidentity_update_identity_pool.Rd | 16 man/cognitoidentityprovider.Rd | 183 man/cognitoidentityprovider_add_custom_attributes.Rd | 26 man/cognitoidentityprovider_add_user_pool_client_secret.Rd |only man/cognitoidentityprovider_admin_add_user_to_group.Rd | 9 man/cognitoidentityprovider_admin_confirm_sign_up.Rd | 42 man/cognitoidentityprovider_admin_create_user.Rd | 176 man/cognitoidentityprovider_admin_delete_user.Rd | 6 man/cognitoidentityprovider_admin_delete_user_attributes.Rd | 14 man/cognitoidentityprovider_admin_disable_provider_for_user.Rd | 5 man/cognitoidentityprovider_admin_disable_user.Rd | 6 man/cognitoidentityprovider_admin_enable_user.Rd | 10 man/cognitoidentityprovider_admin_forget_device.Rd | 11 man/cognitoidentityprovider_admin_get_device.Rd | 15 man/cognitoidentityprovider_admin_get_user.Rd | 13 man/cognitoidentityprovider_admin_initiate_auth.Rd | 155 man/cognitoidentityprovider_admin_link_provider_for_user.Rd | 63 man/cognitoidentityprovider_admin_list_devices.Rd | 16 man/cognitoidentityprovider_admin_list_groups_for_user.Rd | 16 man/cognitoidentityprovider_admin_list_user_auth_events.Rd | 20 man/cognitoidentityprovider_admin_remove_user_from_group.Rd | 16 man/cognitoidentityprovider_admin_reset_user_password.Rd | 42 man/cognitoidentityprovider_admin_respond_to_auth_challenge.Rd | 168 man/cognitoidentityprovider_admin_set_user_mfa_preference.Rd | 22 man/cognitoidentityprovider_admin_set_user_password.Rd | 15 man/cognitoidentityprovider_admin_set_user_settings.Rd | 14 man/cognitoidentityprovider_admin_update_auth_event_feedback.Rd | 26 man/cognitoidentityprovider_admin_update_device_status.Rd | 12 man/cognitoidentityprovider_admin_update_user_attributes.Rd | 61 man/cognitoidentityprovider_admin_user_global_sign_out.Rd | 6 man/cognitoidentityprovider_associate_software_token.Rd | 12 man/cognitoidentityprovider_change_password.Rd | 11 man/cognitoidentityprovider_complete_web_authn_registration.Rd | 12 man/cognitoidentityprovider_confirm_device.Rd | 6 man/cognitoidentityprovider_confirm_forgot_password.Rd | 64 man/cognitoidentityprovider_confirm_sign_up.Rd | 82 man/cognitoidentityprovider_create_group.Rd | 32 man/cognitoidentityprovider_create_identity_provider.Rd | 76 man/cognitoidentityprovider_create_managed_login_branding.Rd | 40 man/cognitoidentityprovider_create_resource_server.Rd | 14 man/cognitoidentityprovider_create_terms.Rd |only man/cognitoidentityprovider_create_user_import_job.Rd | 6 man/cognitoidentityprovider_create_user_pool.Rd | 197 man/cognitoidentityprovider_create_user_pool_client.Rd | 316 man/cognitoidentityprovider_create_user_pool_domain.Rd | 32 man/cognitoidentityprovider_delete_managed_login_branding.Rd | 3 man/cognitoidentityprovider_delete_terms.Rd |only man/cognitoidentityprovider_delete_user.Rd | 7 man/cognitoidentityprovider_delete_user_attributes.Rd | 13 man/cognitoidentityprovider_delete_user_pool_client_secret.Rd |only man/cognitoidentityprovider_delete_user_pool_domain.Rd | 4 man/cognitoidentityprovider_delete_web_authn_credential.Rd | 11 man/cognitoidentityprovider_desc_mana_logi_bran_by_clie.Rd | 10 man/cognitoidentityprovider_describe_managed_login_branding.Rd | 10 man/cognitoidentityprovider_describe_resource_server.Rd | 9 man/cognitoidentityprovider_describe_risk_configuration.Rd | 12 man/cognitoidentityprovider_describe_terms.Rd |only man/cognitoidentityprovider_describe_user_pool_client.Rd | 3 man/cognitoidentityprovider_describe_user_pool_domain.Rd | 4 man/cognitoidentityprovider_forget_device.Rd | 10 man/cognitoidentityprovider_forgot_password.Rd | 62 man/cognitoidentityprovider_get_csv_header.Rd | 8 man/cognitoidentityprovider_get_device.Rd | 10 man/cognitoidentityprovider_get_group.Rd | 9 man/cognitoidentityprovider_get_identity_provider_by_identifier.Rd | 10 man/cognitoidentityprovider_get_log_delivery_configuration.Rd | 7 man/cognitoidentityprovider_get_signing_certificate.Rd | 6 man/cognitoidentityprovider_get_tokens_from_refresh_token.Rd |only man/cognitoidentityprovider_get_ui_customization.Rd | 10 man/cognitoidentityprovider_get_user.Rd | 8 man/cognitoidentityprovider_get_user_attribute_verification_code.Rd | 40 man/cognitoidentityprovider_get_user_auth_factors.Rd | 3 man/cognitoidentityprovider_get_user_pool_mfa_config.Rd | 7 man/cognitoidentityprovider_global_sign_out.Rd | 3 man/cognitoidentityprovider_initiate_auth.Rd | 164 man/cognitoidentityprovider_list_devices.Rd | 18 man/cognitoidentityprovider_list_groups.Rd | 12 man/cognitoidentityprovider_list_identity_providers.Rd | 11 man/cognitoidentityprovider_list_resource_servers.Rd | 10 man/cognitoidentityprovider_list_tags_for_resource.Rd | 5 man/cognitoidentityprovider_list_terms.Rd |only man/cognitoidentityprovider_list_user_import_jobs.Rd | 15 man/cognitoidentityprovider_list_user_pool_client_secrets.Rd |only man/cognitoidentityprovider_list_user_pool_clients.Rd | 11 man/cognitoidentityprovider_list_user_pools.Rd | 12 man/cognitoidentityprovider_list_users.Rd | 79 man/cognitoidentityprovider_list_users_in_group.Rd | 15 man/cognitoidentityprovider_list_web_authn_credentials.Rd | 16 man/cognitoidentityprovider_resend_confirmation_code.Rd | 63 man/cognitoidentityprovider_respond_to_auth_challenge.Rd | 157 man/cognitoidentityprovider_revoke_token.Rd | 5 man/cognitoidentityprovider_set_log_delivery_configuration.Rd | 2 man/cognitoidentityprovider_set_risk_configuration.Rd | 20 man/cognitoidentityprovider_set_ui_customization.Rd | 14 man/cognitoidentityprovider_set_user_mfa_preference.Rd | 19 man/cognitoidentityprovider_set_user_pool_mfa_config.Rd | 36 man/cognitoidentityprovider_set_user_settings.Rd | 8 man/cognitoidentityprovider_sign_up.Rd | 86 man/cognitoidentityprovider_start_user_import_job.Rd | 9 man/cognitoidentityprovider_start_web_authn_registration.Rd | 9 man/cognitoidentityprovider_stop_user_import_job.Rd | 9 man/cognitoidentityprovider_tag_resource.Rd | 2 man/cognitoidentityprovider_untag_resource.Rd | 9 man/cognitoidentityprovider_update_auth_event_feedback.Rd | 25 man/cognitoidentityprovider_update_device_status.Rd | 13 man/cognitoidentityprovider_update_group.Rd | 22 man/cognitoidentityprovider_update_identity_provider.Rd | 64 man/cognitoidentityprovider_update_managed_login_branding.Rd | 35 man/cognitoidentityprovider_update_resource_server.Rd | 19 man/cognitoidentityprovider_update_terms.Rd |only man/cognitoidentityprovider_update_user_attributes.Rd | 51 man/cognitoidentityprovider_update_user_pool.Rd | 148 man/cognitoidentityprovider_update_user_pool_client.Rd | 313 man/cognitoidentityprovider_update_user_pool_domain.Rd | 28 man/cognitoidentityprovider_verify_software_token.Rd | 19 man/cognitoidentityprovider_verify_user_attribute.Rd | 12 man/cognitosync.Rd | 19 man/cognitosync_bulk_publish.Rd | 4 man/cognitosync_delete_dataset.Rd | 11 man/cognitosync_describe_dataset.Rd | 11 man/cognitosync_describe_identity_pool_usage.Rd | 4 man/cognitosync_describe_identity_usage.Rd | 8 man/cognitosync_get_bulk_publish_details.Rd | 4 man/cognitosync_get_identity_pool_configuration.Rd | 4 man/cognitosync_list_datasets.Rd | 8 man/cognitosync_list_records.Rd | 11 man/cognitosync_register_device.Rd | 4 man/cognitosync_set_identity_pool_configuration.Rd | 4 man/cognitosync_subscribe_to_dataset.Rd | 4 man/cognitosync_unsubscribe_from_dataset.Rd | 4 man/cognitosync_update_records.Rd | 20 man/detective.Rd | 61 man/detective_accept_invitation.Rd | 3 man/detective_batch_get_graph_member_datasources.Rd | 3 man/detective_create_graph.Rd | 5 man/detective_create_members.Rd | 16 man/detective_delete_members.Rd | 4 man/detective_disassociate_membership.Rd | 3 man/detective_enable_organization_admin_account.Rd | 3 man/detective_get_members.Rd | 8 man/detective_list_datasource_packages.Rd | 4 man/detective_list_graphs.Rd | 8 man/detective_list_indicators.Rd | 11 man/detective_list_investigations.Rd | 8 man/detective_list_invitations.Rd | 8 man/detective_list_members.Rd | 11 man/detective_list_organization_admin_accounts.Rd | 4 man/detective_reject_invitation.Rd | 3 man/detective_start_investigation.Rd | 6 man/detective_start_monitoring_member.Rd | 3 man/detective_tag_resource.Rd | 5 man/detective_untag_resource.Rd | 3 man/detective_update_investigation_state.Rd | 3 man/detective_update_organization_configuration.Rd | 3 man/directoryservice.Rd | 28 man/directoryservice_accept_shared_directory.Rd | 3 man/directoryservice_add_ip_routes.Rd | 63 man/directoryservice_add_region.Rd | 8 man/directoryservice_connect_directory.Rd | 11 man/directoryservice_create_alias.Rd | 4 man/directoryservice_create_computer.Rd | 9 man/directoryservice_create_conditional_forwarder.Rd | 14 man/directoryservice_create_directory.Rd | 40 man/directoryservice_create_hybrid_ad.Rd |only man/directoryservice_create_log_subscription.Rd | 6 man/directoryservice_create_microsoft_ad.Rd | 34 man/directoryservice_create_trust.Rd | 15 man/directoryservice_delete_ad_assessment.Rd |only man/directoryservice_delete_conditional_forwarder.Rd | 3 man/directoryservice_deregister_event_topic.Rd | 6 man/directoryservice_describe_ad_assessment.Rd |only man/directoryservice_describe_ca_enrollment_policy.Rd |only man/directoryservice_describe_client_authentication_settings.Rd | 13 man/directoryservice_describe_conditional_forwarders.Rd | 7 man/directoryservice_describe_directories.Rd | 12 man/directoryservice_describe_domain_controllers.Rd | 10 man/directoryservice_describe_event_topics.Rd | 8 man/directoryservice_describe_hybrid_ad_update.Rd |only man/directoryservice_describe_ldaps_settings.Rd | 3 man/directoryservice_describe_regions.Rd | 4 man/directoryservice_describe_settings.Rd | 4 man/directoryservice_describe_shared_directories.Rd | 5 man/directoryservice_describe_snapshots.Rd | 11 man/directoryservice_describe_trusts.Rd | 11 man/directoryservice_describe_update_directory.Rd | 5 man/directoryservice_disable_ca_enrollment_policy.Rd |only man/directoryservice_disable_client_authentication.Rd | 3 man/directoryservice_disable_directory_data_access.Rd | 2 man/directoryservice_disable_ldaps.Rd | 3 man/directoryservice_disable_sso.Rd | 14 man/directoryservice_enable_ca_enrollment_policy.Rd |only man/directoryservice_enable_client_authentication.Rd | 5 man/directoryservice_enable_directory_data_access.Rd | 2 man/directoryservice_enable_ldaps.Rd | 3 man/directoryservice_enable_radius.Rd | 3 man/directoryservice_enable_sso.Rd | 14 man/directoryservice_list_ad_assessments.Rd |only man/directoryservice_list_certificates.Rd | 5 man/directoryservice_list_ip_routes.Rd | 10 man/directoryservice_list_log_subscriptions.Rd | 6 man/directoryservice_list_schema_extensions.Rd | 7 man/directoryservice_register_certificate.Rd | 7 man/directoryservice_register_event_topic.Rd | 7 man/directoryservice_reject_shared_directory.Rd | 3 man/directoryservice_remove_ip_routes.Rd | 13 man/directoryservice_remove_region.Rd | 3 man/directoryservice_reset_user_password.Rd | 3 man/directoryservice_share_directory.Rd | 16 man/directoryservice_start_ad_assessment.Rd |only man/directoryservice_start_schema_extension.Rd | 11 man/directoryservice_unshare_directory.Rd | 6 man/directoryservice_update_conditional_forwarder.Rd | 14 man/directoryservice_update_directory_setup.Rd | 21 man/directoryservice_update_hybrid_ad.Rd |only man/directoryservice_update_number_of_domain_controllers.Rd | 3 man/directoryservice_update_radius.Rd | 6 man/fms.Rd | 8 man/fms_associate_admin_account.Rd | 6 man/fms_batch_associate_resource.Rd | 7 man/fms_batch_disassociate_resource.Rd | 7 man/fms_delete_apps_list.Rd | 5 man/fms_delete_policy.Rd | 24 man/fms_delete_protocols_list.Rd | 5 man/fms_delete_resource_set.Rd | 3 man/fms_get_apps_list.Rd | 6 man/fms_get_compliance_detail.Rd | 7 man/fms_get_protection_status.Rd | 26 man/fms_get_protocols_list.Rd | 6 man/fms_get_resource_set.Rd | 3 man/fms_get_violation_details.Rd | 9 man/fms_list_admin_accounts_for_organization.Rd | 11 man/fms_list_admins_managing_account.Rd | 11 man/fms_list_apps_lists.Rd | 17 man/fms_list_compliance_status.Rd | 15 man/fms_list_discovered_resources.Rd | 15 man/fms_list_member_accounts.Rd | 13 man/fms_list_policies.Rd | 15 man/fms_list_protocols_lists.Rd | 17 man/fms_list_resource_set_resources.Rd | 14 man/fms_list_resource_sets.Rd | 11 man/fms_list_tags_for_resource.Rd | 4 man/fms_list_third_party_firewall_firewall_policies.Rd | 16 man/fms_put_admin_account.Rd | 12 man/fms_put_notification_channel.Rd | 6 man/fms_put_resource_set.Rd | 7 man/fms_tag_resource.Rd | 4 man/fms_untag_resource.Rd | 4 man/guardduty.Rd | 46 man/guardduty_accept_administrator_invitation.Rd | 6 man/guardduty_accept_invitation.Rd | 10 man/guardduty_archive_findings.Rd | 7 man/guardduty_create_detector.Rd | 4 man/guardduty_create_filter.Rd | 732 + man/guardduty_create_ip_set.Rd | 18 man/guardduty_create_malware_protection_plan.Rd | 10 man/guardduty_create_members.Rd | 10 man/guardduty_create_publishing_destination.Rd | 18 man/guardduty_create_sample_findings.Rd | 4 man/guardduty_create_threat_entity_set.Rd |only man/guardduty_create_threat_intel_set.Rd | 21 man/guardduty_create_trusted_entity_set.Rd |only man/guardduty_decline_invitations.Rd | 4 man/guardduty_delete_detector.Rd | 4 man/guardduty_delete_filter.Rd | 4 man/guardduty_delete_invitations.Rd | 4 man/guardduty_delete_ip_set.Rd | 4 man/guardduty_delete_members.Rd | 10 man/guardduty_delete_publishing_destination.Rd | 7 man/guardduty_delete_threat_entity_set.Rd |only man/guardduty_delete_threat_intel_set.Rd | 7 man/guardduty_delete_trusted_entity_set.Rd |only man/guardduty_describe_malware_scans.Rd | 20 man/guardduty_describe_organization_configuration.Rd | 16 man/guardduty_describe_publishing_destination.Rd | 7 man/guardduty_disable_organization_admin_account.Rd | 3 man/guardduty_disassociate_members.Rd | 6 man/guardduty_enable_organization_admin_account.Rd | 3 man/guardduty_get_coverage_statistics.Rd | 4 man/guardduty_get_detector.Rd | 4 man/guardduty_get_filter.Rd | 4 man/guardduty_get_findings.Rd | 7 man/guardduty_get_findings_statistics.Rd | 13 man/guardduty_get_ip_set.Rd | 4 man/guardduty_get_malware_scan.Rd |only man/guardduty_get_malware_scan_settings.Rd | 4 man/guardduty_get_master_account.Rd | 4 man/guardduty_get_member_detectors.Rd | 4 man/guardduty_get_members.Rd | 10 man/guardduty_get_remaining_free_trial_days.Rd | 8 man/guardduty_get_threat_entity_set.Rd |only man/guardduty_get_threat_intel_set.Rd | 7 man/guardduty_get_trusted_entity_set.Rd |only man/guardduty_get_usage_statistics.Rd | 15 man/guardduty_invite_members.Rd | 17 man/guardduty_list_coverage.Rd | 12 man/guardduty_list_detectors.Rd | 9 man/guardduty_list_filters.Rd | 13 man/guardduty_list_findings.Rd | 23 man/guardduty_list_invitations.Rd | 9 man/guardduty_list_ip_sets.Rd | 12 man/guardduty_list_malware_protection_plans.Rd | 6 man/guardduty_list_malware_scans.Rd |only man/guardduty_list_members.Rd | 19 man/guardduty_list_organization_admin_accounts.Rd | 5 man/guardduty_list_publishing_destinations.Rd | 12 man/guardduty_list_threat_entity_sets.Rd |only man/guardduty_list_threat_intel_sets.Rd | 17 man/guardduty_list_trusted_entity_sets.Rd |only man/guardduty_send_object_malware_scan.Rd |only man/guardduty_start_malware_scan.Rd | 15 man/guardduty_start_monitoring_members.Rd | 10 man/guardduty_stop_monitoring_members.Rd | 7 man/guardduty_tag_resource.Rd | 3 man/guardduty_unarchive_findings.Rd | 4 man/guardduty_update_detector.Rd | 11 man/guardduty_update_filter.Rd | 719 + man/guardduty_update_findings_feedback.Rd | 7 man/guardduty_update_ip_set.Rd | 15 man/guardduty_update_malware_protection_plan.Rd | 10 man/guardduty_update_malware_scan_settings.Rd | 10 man/guardduty_update_member_detectors.Rd | 7 man/guardduty_update_organization_configuration.Rd | 51 man/guardduty_update_publishing_destination.Rd | 10 man/guardduty_update_threat_entity_set.Rd |only man/guardduty_update_threat_intel_set.Rd | 15 man/guardduty_update_trusted_entity_set.Rd |only man/iam.Rd | 40 man/iam_accept_delegation_request.Rd |only man/iam_add_client_id_to_open_id_connect_provider.Rd | 9 man/iam_add_role_to_instance_profile.Rd | 8 man/iam_add_user_to_group.Rd | 8 man/iam_associate_delegation_request.Rd |only man/iam_attach_group_policy.Rd | 7 man/iam_attach_role_policy.Rd | 7 man/iam_attach_user_policy.Rd | 10 man/iam_change_password.Rd | 13 man/iam_create_access_key.Rd | 4 man/iam_create_account_alias.Rd | 4 man/iam_create_delegation_request.Rd |only man/iam_create_group.Rd | 17 man/iam_create_instance_profile.Rd | 37 man/iam_create_login_profile.Rd | 34 man/iam_create_open_id_connect_provider.Rd | 83 man/iam_create_policy.Rd | 68 man/iam_create_policy_version.Rd | 42 man/iam_create_role.Rd | 103 man/iam_create_saml_provider.Rd | 31 man/iam_create_service_linked_role.Rd | 20 man/iam_create_service_specific_credential.Rd | 21 man/iam_create_user.Rd | 49 man/iam_create_virtual_mfa_device.Rd | 42 man/iam_deactivate_mfa_device.Rd | 17 man/iam_delete_access_key.Rd | 10 man/iam_delete_account_alias.Rd | 4 man/iam_delete_group.Rd | 4 man/iam_delete_group_policy.Rd | 11 man/iam_delete_instance_profile.Rd | 4 man/iam_delete_login_profile.Rd | 16 man/iam_delete_open_id_connect_provider.Rd | 6 man/iam_delete_policy.Rd | 3 man/iam_delete_policy_version.Rd | 14 man/iam_delete_role.Rd | 4 man/iam_delete_role_permissions_boundary.Rd | 3 man/iam_delete_role_policy.Rd | 11 man/iam_delete_server_certificate.Rd | 4 man/iam_delete_service_specific_credential.Rd | 15 man/iam_delete_signing_certificate.Rd | 8 man/iam_delete_ssh_public_key.Rd | 7 man/iam_delete_user.Rd | 4 man/iam_delete_user_permissions_boundary.Rd | 3 man/iam_delete_user_policy.Rd | 11 man/iam_delete_virtual_mfa_device.Rd | 7 man/iam_detach_group_policy.Rd | 10 man/iam_detach_role_policy.Rd | 10 man/iam_detach_user_policy.Rd | 10 man/iam_disable_outbound_web_identity_federation.Rd |only man/iam_enable_mfa_device.Rd | 29 man/iam_enable_outbound_web_identity_federation.Rd |only man/iam_generate_organizations_access_report.Rd | 15 man/iam_generate_service_last_accessed_details.Rd | 11 man/iam_get_access_key_last_used.Rd | 3 man/iam_get_account_authorization_details.Rd | 23 man/iam_get_context_keys_for_custom_policy.Rd | 17 man/iam_get_context_keys_for_principal_policy.Rd | 28 man/iam_get_delegation_request.Rd |only man/iam_get_group.Rd | 19 man/iam_get_group_policy.Rd | 8 man/iam_get_human_readable_summary.Rd |only man/iam_get_instance_profile.Rd | 4 man/iam_get_login_profile.Rd | 10 man/iam_get_mfa_device.Rd | 4 man/iam_get_open_id_connect_provider.Rd | 9 man/iam_get_organizations_access_report.Rd | 23 man/iam_get_outbound_web_identity_federation_info.Rd |only man/iam_get_policy.Rd | 6 man/iam_get_policy_version.Rd | 11 man/iam_get_role.Rd | 4 man/iam_get_role_policy.Rd | 8 man/iam_get_saml_provider.Rd | 6 man/iam_get_server_certificate.Rd | 7 man/iam_get_service_last_accessed_details.Rd | 21 man/iam_get_service_last_accessed_details_with_entities.Rd | 30 man/iam_get_service_linked_role_deletion_status.Rd | 5 man/iam_get_ssh_public_key.Rd | 11 man/iam_get_user.Rd | 5 man/iam_get_user_policy.Rd | 8 man/iam_list_access_keys.Rd | 19 man/iam_list_account_aliases.Rd | 15 man/iam_list_attached_group_policies.Rd | 42 man/iam_list_attached_role_policies.Rd | 42 man/iam_list_attached_user_policies.Rd | 42 man/iam_list_delegation_requests.Rd |only man/iam_list_entities_for_policy.Rd | 57 man/iam_list_group_policies.Rd | 19 man/iam_list_groups.Rd | 27 man/iam_list_groups_for_user.Rd | 19 man/iam_list_instance_profile_tags.Rd | 19 man/iam_list_instance_profiles.Rd | 28 man/iam_list_instance_profiles_for_role.Rd | 19 man/iam_list_mfa_device_tags.Rd | 23 man/iam_list_mfa_devices.Rd | 19 man/iam_list_open_id_connect_provider_tags.Rd | 22 man/iam_list_policies.Rd | 54 man/iam_list_policies_granting_service_access.Rd | 18 man/iam_list_policy_tags.Rd | 19 man/iam_list_policy_versions.Rd | 21 man/iam_list_role_policies.Rd | 19 man/iam_list_role_tags.Rd | 19 man/iam_list_roles.Rd | 27 man/iam_list_saml_provider_tags.Rd | 22 man/iam_list_server_certificate_tags.Rd | 19 man/iam_list_server_certificates.Rd | 28 man/iam_list_service_specific_credentials.Rd | 26 man/iam_list_signing_certificates.Rd | 19 man/iam_list_ssh_public_keys.Rd | 23 man/iam_list_user_policies.Rd | 19 man/iam_list_user_tags.Rd | 19 man/iam_list_users.Rd | 28 man/iam_list_virtual_mfa_devices.Rd | 19 man/iam_put_group_policy.Rd | 28 man/iam_put_role_permissions_boundary.Rd | 16 man/iam_put_role_policy.Rd | 28 man/iam_put_user_permissions_boundary.Rd | 16 man/iam_put_user_policy.Rd | 28 man/iam_reject_delegation_request.Rd |only man/iam_remove_client_id_from_open_id_connect_provider.Rd | 13 man/iam_remove_role_from_instance_profile.Rd | 8 man/iam_remove_user_from_group.Rd | 8 man/iam_reset_service_specific_credential.Rd | 11 man/iam_resync_mfa_device.Rd | 8 man/iam_send_delegation_token.Rd |only man/iam_set_default_policy_version.Rd | 9 man/iam_set_security_token_service_preferences.Rd | 10 man/iam_simulate_custom_policy.Rd | 197 man/iam_simulate_principal_policy.Rd | 207 man/iam_tag_instance_profile.Rd | 7 man/iam_tag_mfa_device.Rd | 11 man/iam_tag_open_id_connect_provider.Rd | 10 man/iam_tag_policy.Rd | 10 man/iam_tag_role.Rd | 7 man/iam_tag_saml_provider.Rd | 10 man/iam_tag_server_certificate.Rd | 7 man/iam_tag_user.Rd | 7 man/iam_untag_instance_profile.Rd | 7 man/iam_untag_mfa_device.Rd | 11 man/iam_untag_open_id_connect_provider.Rd | 7 man/iam_untag_policy.Rd | 10 man/iam_untag_role.Rd | 7 man/iam_untag_saml_provider.Rd | 10 man/iam_untag_server_certificate.Rd | 10 man/iam_untag_user.Rd | 7 man/iam_update_access_key.Rd | 11 man/iam_update_account_password_policy.Rd | 97 man/iam_update_assume_role_policy.Rd | 22 man/iam_update_delegation_request.Rd |only man/iam_update_group.Rd | 24 man/iam_update_login_profile.Rd | 25 man/iam_update_open_id_connect_provider_thumbprint.Rd | 13 man/iam_update_role.Rd | 19 man/iam_update_saml_provider.Rd | 14 man/iam_update_server_certificate.Rd | 22 man/iam_update_service_specific_credential.Rd | 11 man/iam_update_signing_certificate.Rd | 11 man/iam_update_ssh_public_key.Rd | 11 man/iam_update_user.Rd | 24 man/iam_upload_server_certificate.Rd | 85 man/iam_upload_signing_certificate.Rd | 17 man/iam_upload_ssh_public_key.Rd | 22 man/iamrolesanywhere.Rd | 20 man/iamrolesanywhere_create_profile.Rd | 38 man/iamrolesanywhere_create_trust_anchor.Rd | 14 man/iamrolesanywhere_delete_attribute_mapping.Rd | 9 man/iamrolesanywhere_import_crl.Rd | 9 man/iamrolesanywhere_list_crls.Rd | 4 man/iamrolesanywhere_list_profiles.Rd | 4 man/iamrolesanywhere_list_subjects.Rd | 4 man/iamrolesanywhere_list_trust_anchors.Rd | 4 man/iamrolesanywhere_put_attribute_mapping.Rd | 8 man/iamrolesanywhere_put_notification_settings.Rd | 6 man/iamrolesanywhere_reset_notification_settings.Rd | 9 man/iamrolesanywhere_update_crl.Rd | 6 man/iamrolesanywhere_update_profile.Rd | 31 man/iamrolesanywhere_update_trust_anchor.Rd | 6 man/identitystore.Rd | 16 man/identitystore_create_group.Rd | 5 man/identitystore_create_group_membership.Rd | 4 man/identitystore_create_user.Rd | 52 man/identitystore_describe_group.Rd | 6 man/identitystore_describe_user.Rd | 10 man/identitystore_get_group_id.Rd | 6 man/identitystore_get_group_membership_id.Rd | 4 man/identitystore_get_user_id.Rd | 6 man/identitystore_list_group_memberships.Rd | 15 man/identitystore_list_group_memberships_for_member.Rd | 20 man/identitystore_list_groups.Rd | 23 man/identitystore_list_users.Rd | 26 man/identitystore_update_group.Rd | 9 man/identitystore_update_user.Rd | 9 man/inspector.Rd | 4 man/inspector2.Rd | 20 man/inspector2_associate_member.Rd | 5 man/inspector2_batch_associate_code_security_scan_configuration.Rd |only man/inspector2_batch_disass_code_securi_scan_config.Rd |only man/inspector2_batch_get_account_status.Rd | 3 man/inspector2_batch_get_code_snippet.Rd | 3 man/inspector2_batch_get_member_ec_2_deep_inspection_status.Rd | 6 man/inspector2_batch_update_member_ec_2_deep_inspection_status.Rd | 3 man/inspector2_create_cis_scan_configuration.Rd | 13 man/inspector2_create_code_security_integration.Rd |only man/inspector2_create_code_security_scan_configuration.Rd |only man/inspector2_create_filter.Rd | 15 man/inspector2_create_sbom_export.Rd | 10 man/inspector2_delete_code_security_integration.Rd |only man/inspector2_delete_code_security_scan_configuration.Rd |only man/inspector2_disable_delegated_admin_account.Rd | 3 man/inspector2_disassociate_member.Rd | 3 man/inspector2_enable.Rd | 6 man/inspector2_enable_delegated_admin_account.Rd | 9 man/inspector2_get_cis_scan_report.Rd | 9 man/inspector2_get_cis_scan_result_details.Rd | 24 man/inspector2_get_clusters_for_image.Rd |only man/inspector2_get_code_security_integration.Rd |only man/inspector2_get_code_security_scan.Rd |only man/inspector2_get_code_security_scan_configuration.Rd |only man/inspector2_get_encryption_key.Rd | 6 man/inspector2_get_member.Rd | 3 man/inspector2_list_account_permissions.Rd | 20 man/inspector2_list_cis_scan_configurations.Rd | 16 man/inspector2_list_cis_scan_resul_aggre_by_targe_resou.Rd | 22 man/inspector2_list_cis_scan_results_aggregated_by_checks.Rd | 22 man/inspector2_list_cis_scans.Rd | 19 man/inspector2_list_code_securi_scan_config_associ.Rd |only man/inspector2_list_code_security_integrations.Rd |only man/inspector2_list_code_security_scan_configurations.Rd |only man/inspector2_list_coverage.Rd | 19 man/inspector2_list_coverage_statistics.Rd | 8 man/inspector2_list_delegated_admin_accounts.Rd | 12 man/inspector2_list_filters.Rd | 22 man/inspector2_list_finding_aggregations.Rd | 26 man/inspector2_list_findings.Rd | 16 man/inspector2_list_members.Rd | 19 man/inspector2_list_usage_totals.Rd | 18 man/inspector2_reset_encryption_key.Rd | 6 man/inspector2_search_vulnerabilities.Rd | 5 man/inspector2_send_cis_session_telemetry.Rd | 6 man/inspector2_start_cis_session.Rd | 6 man/inspector2_start_code_security_scan.Rd |only man/inspector2_stop_cis_session.Rd | 6 man/inspector2_update_cis_scan_configuration.Rd | 7 man/inspector2_update_code_security_integration.Rd |only man/inspector2_update_code_security_scan_configuration.Rd |only man/inspector2_update_configuration.Rd | 10 man/inspector2_update_ec_2_deep_inspection_configuration.Rd | 9 man/inspector2_update_encryption_key.Rd | 6 man/inspector2_update_filter.Rd | 9 man/inspector2_update_org_ec_2_deep_inspection_configuration.Rd | 3 man/inspector2_update_organization_configuration.Rd | 3 man/inspector_add_attributes_to_findings.Rd | 3 man/inspector_create_assessment_target.Rd | 8 man/inspector_create_assessment_template.Rd | 16 man/inspector_create_exclusions_preview.Rd | 3 man/inspector_create_resource_group.Rd | 3 man/inspector_describe_assessment_targets.Rd | 3 man/inspector_describe_exclusions.Rd | 3 man/inspector_describe_findings.Rd | 3 man/inspector_get_assessment_report.Rd | 10 man/inspector_get_exclusions_preview.Rd | 16 man/inspector_get_telemetry_metadata.Rd | 3 man/inspector_list_assessment_run_agents.Rd | 17 man/inspector_list_assessment_runs.Rd | 20 man/inspector_list_assessment_targets.Rd | 16 man/inspector_list_assessment_templates.Rd | 19 man/inspector_list_event_subscriptions.Rd | 12 man/inspector_list_exclusions.Rd | 13 man/inspector_list_findings.Rd | 19 man/inspector_list_rules_packages.Rd | 9 man/inspector_list_tags_for_resource.Rd | 3 man/inspector_preview_agents.Rd | 9 man/inspector_register_cross_account_access_role.Rd | 3 man/inspector_remove_attributes_from_findings.Rd | 6 man/inspector_set_tags_for_resource.Rd | 3 man/inspector_start_assessment_run.Rd | 7 man/inspector_stop_assessment_run.Rd | 6 man/inspector_subscribe_to_event.Rd | 3 man/inspector_unsubscribe_from_event.Rd | 3 man/inspector_update_assessment_target.Rd | 3 man/kms.Rd | 84 man/kms_cancel_key_deletion.Rd | 6 man/kms_connect_custom_key_store.Rd | 7 man/kms_create_alias.Rd | 26 man/kms_create_custom_key_store.Rd | 202 man/kms_create_grant.Rd | 147 man/kms_create_key.Rd | 308 man/kms_decrypt.Rd | 112 man/kms_delete_alias.Rd | 3 man/kms_delete_custom_key_store.Rd | 7 man/kms_delete_imported_key_material.Rd | 17 man/kms_derive_shared_secret.Rd | 92 man/kms_describe_custom_key_stores.Rd | 34 man/kms_describe_key.Rd | 27 man/kms_disable_key.Rd | 8 man/kms_disable_key_rotation.Rd | 14 man/kms_disconnect_custom_key_store.Rd | 7 man/kms_enable_key.Rd | 8 man/kms_enable_key_rotation.Rd | 30 man/kms_encrypt.Rd | 65 man/kms_generate_data_key.Rd | 108 man/kms_generate_data_key_pair.Rd | 90 man/kms_generate_data_key_pair_without_plaintext.Rd | 56 man/kms_generate_data_key_without_plaintext.Rd | 66 man/kms_generate_mac.Rd | 25 man/kms_generate_random.Rd | 41 man/kms_get_key_last_usage.Rd |only man/kms_get_key_policy.Rd | 11 man/kms_get_key_rotation_status.Rd | 11 man/kms_get_parameters_for_import.Rd | 63 man/kms_get_public_key.Rd | 19 man/kms_import_key_material.Rd | 101 man/kms_list_aliases.Rd | 28 man/kms_list_grants.Rd | 42 man/kms_list_key_policies.Rd | 17 man/kms_list_key_rotations.Rd | 34 man/kms_list_keys.Rd | 11 man/kms_list_resource_tags.Rd | 20 man/kms_list_retirable_grants.Rd | 46 man/kms_put_key_policy.Rd | 66 man/kms_re_encrypt.Rd | 147 man/kms_replicate_key.Rd | 161 man/kms_retire_grant.Rd | 30 man/kms_revoke_grant.Rd | 22 man/kms_rotate_key_on_demand.Rd | 14 man/kms_schedule_key_deletion.Rd | 20 man/kms_sign.Rd | 100 man/kms_tag_resource.Rd | 18 man/kms_untag_resource.Rd | 8 man/kms_update_alias.Rd | 32 man/kms_update_custom_key_store.Rd | 144 man/kms_update_key_description.Rd | 9 man/kms_update_primary_region.Rd | 16 man/kms_verify.Rd | 100 man/kms_verify_mac.Rd | 34 man/macie2_accept_invitation.Rd | 8 man/macie2_batch_get_custom_data_identifiers.Rd | 3 man/macie2_batch_update_automated_discovery_accounts.Rd | 5 man/macie2_create_allow_list.Rd | 21 man/macie2_create_classification_job.Rd | 114 man/macie2_create_custom_data_identifier.Rd | 84 man/macie2_create_findings_filter.Rd | 48 man/macie2_create_invitations.Rd | 12 man/macie2_create_member.Rd | 7 man/macie2_create_sample_findings.Rd | 4 man/macie2_decline_invitations.Rd | 3 man/macie2_delete_allow_list.Rd | 13 man/macie2_delete_custom_data_identifier.Rd | 3 man/macie2_delete_findings_filter.Rd | 3 man/macie2_delete_invitations.Rd | 3 man/macie2_delete_member.Rd | 3 man/macie2_describe_buckets.Rd | 6 man/macie2_disable_organization_admin_account.Rd | 3 man/macie2_disassociate_member.Rd | 3 man/macie2_enable_macie.Rd | 10 man/macie2_enable_organization_admin_account.Rd | 6 man/macie2_get_allow_list.Rd | 3 man/macie2_get_classification_scope.Rd | 3 man/macie2_get_custom_data_identifier.Rd | 3 man/macie2_get_finding_statistics.Rd | 15 man/macie2_get_findings.Rd | 4 man/macie2_get_findings_filter.Rd | 3 man/macie2_get_member.Rd | 3 man/macie2_get_resource_profile.Rd | 3 man/macie2_get_sensitivity_inspection_template.Rd | 3 man/macie2_get_usage_statistics.Rd | 12 man/macie2_get_usage_totals.Rd | 6 man/macie2_list_allow_lists.Rd | 6 man/macie2_list_automated_discovery_accounts.Rd | 12 man/macie2_list_classification_jobs.Rd | 3 man/macie2_list_classification_scopes.Rd | 6 man/macie2_list_custom_data_identifiers.Rd | 3 man/macie2_list_findings.Rd | 3 man/macie2_list_findings_filters.Rd | 6 man/macie2_list_invitations.Rd | 6 man/macie2_list_managed_data_identifiers.Rd | 3 man/macie2_list_members.Rd | 11 man/macie2_list_organization_admin_accounts.Rd | 6 man/macie2_list_resource_profile_artifacts.Rd | 6 man/macie2_list_resource_profile_detections.Rd | 9 man/macie2_list_sensitivity_inspection_templates.Rd | 6 man/macie2_put_classification_export_configuration.Rd | 3 man/macie2_put_findings_publication_configuration.Rd | 6 man/macie2_search_resources.Rd | 9 man/macie2_tag_resource.Rd | 7 man/macie2_test_custom_data_identifier.Rd | 25 man/macie2_untag_resource.Rd | 4 man/macie2_update_allow_list.Rd | 18 man/macie2_update_automated_discovery_configuration.Rd | 21 man/macie2_update_classification_job.Rd | 29 man/macie2_update_classification_scope.Rd | 6 man/macie2_update_findings_filter.Rd | 40 man/macie2_update_macie_session.Rd | 8 man/macie2_update_member_session.Rd | 7 man/macie2_update_organization_configuration.Rd | 3 man/macie2_update_resource_profile.Rd | 8 man/macie2_update_resource_profile_detections.Rd | 8 man/macie2_update_reveal_configuration.Rd | 6 man/macie2_update_sensitivity_inspection_template.Rd | 19 man/pcaconnectorad.Rd | 5 man/pcaconnectorad_create_connector.Rd | 2 man/pcaconnectorad_create_directory_registration.Rd | 3 man/pcaconnectorad_create_service_principal_name.Rd | 6 man/pcaconnectorad_create_template.Rd | 8 man/pcaconnectorad_create_template_group_access_control_entry.Rd | 12 man/pcaconnectorad_delete_connector.Rd | 3 man/pcaconnectorad_delete_directory_registration.Rd | 3 man/pcaconnectorad_delete_service_principal_name.Rd | 6 man/pcaconnectorad_delete_template.Rd | 3 man/pcaconnectorad_delete_template_group_access_control_entry.Rd | 6 man/pcaconnectorad_get_connector.Rd | 3 man/pcaconnectorad_get_directory_registration.Rd | 3 man/pcaconnectorad_get_service_principal_name.Rd | 6 man/pcaconnectorad_get_template.Rd | 3 man/pcaconnectorad_get_template_group_access_control_entry.Rd | 6 man/pcaconnectorad_list_connectors.Rd | 10 man/pcaconnectorad_list_directory_registrations.Rd | 10 man/pcaconnectorad_list_service_principal_names.Rd | 13 man/pcaconnectorad_list_tags_for_resource.Rd | 3 man/pcaconnectorad_list_template_group_access_control_entries.Rd | 13 man/pcaconnectorad_list_templates.Rd | 13 man/pcaconnectorad_tag_resource.Rd | 6 man/pcaconnectorad_untag_resource.Rd | 6 man/pcaconnectorad_update_template.Rd | 13 man/pcaconnectorad_update_template_group_access_control_entry.Rd | 12 man/ram.Rd | 14 man/ram_accept_resource_share_invitation.Rd | 17 man/ram_associate_resource_share.Rd | 62 man/ram_associate_resource_share_permission.Rd | 59 man/ram_create_permission.Rd | 56 man/ram_create_permission_version.Rd | 39 man/ram_create_resource_share.Rd | 75 man/ram_delete_permission.Rd | 17 man/ram_delete_permission_version.Rd | 37 man/ram_delete_resource_share.Rd | 17 man/ram_disassociate_resource_share.Rd | 58 man/ram_disassociate_resource_share_permission.Rd | 22 man/ram_get_permission.Rd | 14 man/ram_get_resource_policies.Rd | 20 man/ram_get_resource_share_associations.Rd | 42 man/ram_get_resource_share_invitations.Rd | 23 man/ram_get_resource_shares.Rd | 46 man/ram_list_pending_invitation_resources.Rd | 34 man/ram_list_permission_associations.Rd | 56 man/ram_list_permission_versions.Rd | 23 man/ram_list_permissions.Rd | 28 man/ram_list_principals.Rd | 64 man/ram_list_replace_permission_associations_work.Rd | 25 man/ram_list_resource_share_permissions.Rd | 21 man/ram_list_resource_types.Rd | 29 man/ram_list_resources.Rd | 56 man/ram_list_source_associations.Rd |only man/ram_promote_permission_created_from_policy.Rd | 21 man/ram_promote_resource_share_created_from_policy.Rd | 3 man/ram_reject_resource_share_invitation.Rd | 17 man/ram_replace_permission_associations.Rd | 38 man/ram_set_default_permission_version.Rd | 22 man/ram_tag_resource.Rd | 12 man/ram_untag_resource.Rd | 10 man/ram_update_resource_share.Rd | 23 man/reexports.Rd | 2 man/secretsmanager.Rd | 29 man/secretsmanager_batch_get_secret_value.Rd | 17 man/secretsmanager_cancel_rotate_secret.Rd | 3 man/secretsmanager_create_secret.Rd | 132 man/secretsmanager_delete_resource_policy.Rd | 6 man/secretsmanager_delete_secret.Rd | 36 man/secretsmanager_describe_secret.Rd | 3 man/secretsmanager_get_random_password.Rd | 32 man/secretsmanager_get_resource_policy.Rd | 6 man/secretsmanager_get_secret_value.Rd | 22 man/secretsmanager_list_secret_version_ids.Rd | 18 man/secretsmanager_list_secrets.Rd | 19 man/secretsmanager_put_resource_policy.Rd | 22 man/secretsmanager_put_secret_value.Rd | 95 man/secretsmanager_replicate_secret_to_regions.Rd | 3 man/secretsmanager_restore_secret.Rd | 3 man/secretsmanager_rotate_secret.Rd | 80 man/secretsmanager_stop_replication_to_replica.Rd | 2 man/secretsmanager_tag_resource.Rd | 14 man/secretsmanager_untag_resource.Rd | 11 man/secretsmanager_update_secret.Rd | 85 man/secretsmanager_update_secret_version_stage.Rd | 19 man/secretsmanager_validate_resource_policy.Rd | 8 man/securityhub.Rd | 211 man/securityhub_accept_administrator_invitation.Rd | 12 man/securityhub_accept_invitation.Rd | 6 man/securityhub_batch_delete_automation_rules.Rd | 3 man/securityhub_batch_get_configuration_policy_associations.Rd | 9 man/securityhub_batch_get_security_controls.Rd | 4 man/securityhub_batch_get_standards_control_associations.Rd | 6 man/securityhub_batch_import_findings.Rd | 8 man/securityhub_batch_update_automation_rules.Rd | 3 man/securityhub_batch_update_findings.Rd | 43 man/securityhub_batch_update_findings_v2.Rd |only man/securityhub_batch_update_standards_control_associations.Rd | 5 man/securityhub_create_action_target.Rd | 7 man/securityhub_create_aggregator_v2.Rd |only man/securityhub_create_automation_rule.Rd | 30 man/securityhub_create_automation_rule_v2.Rd |only man/securityhub_create_configuration_policy.Rd | 19 man/securityhub_create_connector_v2.Rd |only man/securityhub_create_finding_aggregator.Rd | 37 man/securityhub_create_insight.Rd | 13 man/securityhub_create_members.Rd | 8 man/securityhub_create_ticket_v2.Rd |only man/securityhub_decline_invitations.Rd | 9 man/securityhub_delete_action_target.Rd | 4 man/securityhub_delete_aggregator_v2.Rd |only man/securityhub_delete_automation_rule_v2.Rd |only man/securityhub_delete_configuration_policy.Rd | 5 man/securityhub_delete_connector_v2.Rd |only man/securityhub_delete_finding_aggregator.Rd | 3 man/securityhub_delete_invitations.Rd | 9 man/securityhub_delete_members.Rd | 4 man/securityhub_describe_action_targets.Rd | 15 man/securityhub_describe_hub.Rd | 4 man/securityhub_describe_organization_configuration.Rd | 4 man/securityhub_describe_products.Rd | 12 man/securityhub_describe_products_v2.Rd |only man/securityhub_describe_security_hub_v2.Rd |only man/securityhub_describe_standards.Rd | 12 man/securityhub_describe_standards_controls.Rd | 13 man/securityhub_disable_import_findings_for_product.Rd | 4 man/securityhub_disable_organization_admin_account.Rd | 11 man/securityhub_disable_security_hub.Rd | 6 man/securityhub_disable_security_hub_v2.Rd |only man/securityhub_disassociate_from_administrator_account.Rd | 4 man/securityhub_disassociate_members.Rd | 3 man/securityhub_enable_import_findings_for_product.Rd | 4 man/securityhub_enable_organization_admin_account.Rd | 12 man/securityhub_enable_security_hub.Rd | 27 man/securityhub_enable_security_hub_v2.Rd |only man/securityhub_generate_recommended_policy_v2.Rd |only man/securityhub_get_administrator_account.Rd | 6 man/securityhub_get_aggregator_v2.Rd |only man/securityhub_get_automation_rule_v2.Rd |only man/securityhub_get_configuration_policy.Rd | 5 man/securityhub_get_configuration_policy_association.Rd | 5 man/securityhub_get_connector_v2.Rd |only man/securityhub_get_enabled_standards.Rd | 11 man/securityhub_get_finding_aggregator.Rd | 4 man/securityhub_get_finding_history.Rd | 65 man/securityhub_get_finding_statistics_v2.Rd |only man/securityhub_get_findings.Rd | 20 man/securityhub_get_findings_trends_v2.Rd |only man/securityhub_get_findings_v2.Rd |only man/securityhub_get_insight_results.Rd | 6 man/securityhub_get_insights.Rd | 12 man/securityhub_get_invitations_count.Rd | 6 man/securityhub_get_members.Rd | 7 man/securityhub_get_recommended_policy_v2.Rd |only man/securityhub_get_resources_statistics_v2.Rd |only man/securityhub_get_resources_trends_v2.Rd |only man/securityhub_get_resources_v2.Rd |only man/securityhub_get_security_control_definition.Rd | 3 man/securityhub_invite_members.Rd | 9 man/securityhub_list_aggregators_v2.Rd |only man/securityhub_list_automation_rules.Rd | 8 man/securityhub_list_automation_rules_v2.Rd |only man/securityhub_list_configuration_policies.Rd | 24 man/securityhub_list_configuration_policy_associations.Rd | 26 man/securityhub_list_connectors_v2.Rd |only man/securityhub_list_enabled_products_for_import.Rd | 12 man/securityhub_list_finding_aggregators.Rd | 6 man/securityhub_list_invitations.Rd | 14 man/securityhub_list_members.Rd | 27 man/securityhub_list_organization_admin_accounts.Rd | 15 man/securityhub_list_security_control_definitions.Rd | 10 man/securityhub_list_standards_control_associations.Rd | 13 man/securityhub_register_connector_v2.Rd |only man/securityhub_start_configuration_policy_association.Rd | 9 man/securityhub_start_configuration_policy_disassociation.Rd | 9 man/securityhub_tag_resource.Rd | 4 man/securityhub_untag_resource.Rd | 3 man/securityhub_update_action_target.Rd | 4 man/securityhub_update_aggregator_v2.Rd |only man/securityhub_update_automation_rule_v2.Rd |only man/securityhub_update_configuration_policy.Rd | 25 man/securityhub_update_connector_v2.Rd |only man/securityhub_update_finding_aggregator.Rd | 42 man/securityhub_update_findings.Rd | 3 man/securityhub_update_insight.Rd | 5 man/securityhub_update_organization_configuration.Rd | 36 man/securityhub_update_security_control.Rd | 4 man/securityhub_update_security_hub_configuration.Rd | 38 man/securityhub_update_standards_control.Rd | 3 man/securitylake.Rd | 40 man/securitylake_create_aws_log_source.Rd | 3 man/securitylake_create_custom_log_source.Rd | 15 man/securitylake_create_data_lake.Rd | 11 man/securitylake_create_data_lake_exception_subscription.Rd | 6 man/securitylake_create_data_lake_organization_configuration.Rd | 3 man/securitylake_create_subscriber.Rd | 8 man/securitylake_create_subscriber_notification.Rd | 3 man/securitylake_delete_aws_log_source.Rd | 3 man/securitylake_delete_custom_log_source.Rd | 3 man/securitylake_delete_data_lake_organization_configuration.Rd | 3 man/securitylake_delete_subscriber.Rd | 3 man/securitylake_get_data_lake_sources.Rd | 16 man/securitylake_get_subscriber.Rd | 3 man/securitylake_list_data_lake_exceptions.Rd | 8 man/securitylake_list_log_sources.Rd | 6 man/securitylake_list_subscribers.Rd | 3 man/securitylake_list_tags_for_resource.Rd | 3 man/securitylake_register_data_lake_delegated_administrator.Rd | 3 man/securitylake_tag_resource.Rd | 8 man/securitylake_untag_resource.Rd | 6 man/securitylake_update_data_lake.Rd | 7 man/securitylake_update_data_lake_exception_subscription.Rd | 3 man/securitylake_update_subscriber.Rd | 7 man/securitylake_update_subscriber_notification.Rd | 3 man/shield.Rd | 6 man/shield_associate_drt_role.Rd | 8 man/shield_associate_health_check.Rd | 6 man/shield_associate_proactive_engagement_details.Rd | 13 man/shield_create_protection.Rd | 18 man/shield_create_protection_group.Rd | 35 man/shield_delete_protection_group.Rd | 4 man/shield_describe_protection.Rd | 8 man/shield_describe_protection_group.Rd | 4 man/shield_disassociate_health_check.Rd | 6 man/shield_enable_application_layer_automatic_response.Rd | 8 man/shield_list_attacks.Rd | 42 man/shield_list_protection_groups.Rd | 29 man/shield_list_protections.Rd | 29 man/shield_list_resources_in_protection_group.Rd | 28 man/shield_tag_resource.Rd | 3 man/shield_untag_resource.Rd | 3 man/shield_update_application_layer_automatic_response.Rd | 8 man/shield_update_emergency_contact_settings.Rd | 8 man/shield_update_protection_group.Rd | 34 man/shield_update_subscription.Rd | 8 man/sso.Rd | 21 man/sso_get_role_credentials.Rd | 5 man/sso_list_account_roles.Rd | 8 man/sso_list_accounts.Rd | 8 man/sso_logout.Rd | 5 man/ssoadmin.Rd | 44 man/ssoadmin_add_region.Rd |only man/ssoadmin_attac_custo_manag_polic_refer_to_permi_set.Rd | 13 man/ssoadmin_attach_managed_policy_to_permission_set.Rd | 15 man/ssoadmin_create_account_assignment.Rd | 27 man/ssoadmin_create_application.Rd | 45 man/ssoadmin_create_application_assignment.Rd | 8 man/ssoadmin_create_instanc_access_control_attribu_configu.Rd | 15 man/ssoadmin_create_instance.Rd | 18 man/ssoadmin_create_permission_set.Rd | 19 man/ssoadmin_create_trusted_token_issuer.Rd | 38 man/ssoadmin_delete_account_assignment.Rd | 26 man/ssoadmin_delete_application.Rd | 4 man/ssoadmin_delete_application_assignment.Rd | 6 man/ssoadmin_delete_application_authentication_method.Rd | 3 man/ssoadmin_delete_inline_policy_from_permission_set.Rd | 5 man/ssoadmin_delete_instanc_access_control_attribu_configu.Rd | 3 man/ssoadmin_delete_instance.Rd | 3 man/ssoadmin_delete_permission_set.Rd | 5 man/ssoadmin_delete_permissions_boundary_from_permission_set.Rd | 3 man/ssoadmin_describ_instanc_access_control_attribu_configu.Rd | 3 man/ssoadmin_describe_account_assignment_creation_status.Rd | 11 man/ssoadmin_describe_account_assignment_deletion_status.Rd | 11 man/ssoadmin_describe_application.Rd | 4 man/ssoadmin_describe_application_assignment.Rd | 10 man/ssoadmin_describe_application_provider.Rd | 3 man/ssoadmin_describe_instance.Rd | 3 man/ssoadmin_describe_permission_set.Rd | 5 man/ssoadmin_describe_permission_set_provisioning_status.Rd | 9 man/ssoadmin_describe_region.Rd |only man/ssoadmin_describe_trusted_token_issuer.Rd | 3 man/ssoadmin_detac_custo_manag_polic_refer_from_permi_set.Rd | 13 man/ssoadmin_detach_managed_policy_from_permission_set.Rd | 14 man/ssoadmin_get_application_access_scope.Rd | 6 man/ssoadmin_get_application_assignment_configuration.Rd | 4 man/ssoadmin_get_application_session_configuration.Rd |only man/ssoadmin_get_inline_policy_for_permission_set.Rd | 5 man/ssoadmin_get_permissions_boundary_for_permission_set.Rd | 3 man/ssoadmin_list_account_assignment_creation_status.Rd | 16 man/ssoadmin_list_account_assignment_deletion_status.Rd | 16 man/ssoadmin_list_account_assignments.Rd | 21 man/ssoadmin_list_account_assignments_for_principal.Rd | 38 man/ssoadmin_list_accounts_for_provisioned_permission_set.Rd | 22 man/ssoadmin_list_application_access_scopes.Rd | 15 man/ssoadmin_list_application_assignments.Rd | 15 man/ssoadmin_list_application_assignments_for_principal.Rd | 39 man/ssoadmin_list_application_authentication_methods.Rd | 9 man/ssoadmin_list_application_grants.Rd | 6 man/ssoadmin_list_application_providers.Rd | 15 man/ssoadmin_list_applications.Rd | 28 man/ssoadmin_list_custo_manag_polic_refer_in_permi_set.Rd | 14 man/ssoadmin_list_instances.Rd | 3 man/ssoadmin_list_managed_policies_in_permission_set.Rd | 16 man/ssoadmin_list_permission_set_provisioning_status.Rd | 16 man/ssoadmin_list_permission_sets.Rd | 12 man/ssoadmin_list_permission_sets_provisioned_to_account.Rd | 21 man/ssoadmin_list_regions.Rd |only man/ssoadmin_list_tags_for_resource.Rd | 14 man/ssoadmin_list_trusted_token_issuers.Rd | 18 man/ssoadmin_provision_permission_set.Rd | 8 man/ssoadmin_put_application_access_scope.Rd | 13 man/ssoadmin_put_application_assignment_configuration.Rd | 9 man/ssoadmin_put_application_authentication_method.Rd | 14 man/ssoadmin_put_application_grant.Rd | 10 man/ssoadmin_put_application_session_configuration.Rd |only man/ssoadmin_put_inline_policy_to_permission_set.Rd | 13 man/ssoadmin_put_permissions_boundary_to_permission_set.Rd | 3 man/ssoadmin_remove_region.Rd |only man/ssoadmin_tag_resource.Rd | 5 man/ssoadmin_untag_resource.Rd | 5 man/ssoadmin_update_application.Rd | 17 man/ssoadmin_update_instanc_access_control_attribu_configu.Rd | 9 man/ssoadmin_update_instance.Rd | 15 man/ssoadmin_update_permission_set.Rd | 21 man/ssoadmin_update_trusted_token_issuer.Rd | 12 man/ssooidc.Rd | 44 man/ssooidc_create_token.Rd | 58 man/ssooidc_create_token_with_iam.Rd | 75 man/ssooidc_register_client.Rd | 29 man/ssooidc_start_device_authorization.Rd | 12 man/sts.Rd | 9 man/sts_assume_role.Rd | 278 man/sts_assume_role_with_saml.Rd | 93 man/sts_assume_role_with_web_identity.Rd | 143 man/sts_assume_root.Rd | 11 man/sts_get_access_key_info.Rd | 3 man/sts_get_delegated_access_token.Rd |only man/sts_get_federation_token.Rd | 162 man/sts_get_session_token.Rd | 32 man/sts_get_web_identity_token.Rd |only man/verifiedpermissions.Rd | 73 man/verifiedpermissions_batch_is_authorized.Rd | 21 man/verifiedpermissions_batch_is_authorized_with_token.Rd | 56 man/verifiedpermissions_create_identity_source.Rd | 44 man/verifiedpermissions_create_policy.Rd | 50 man/verifiedpermissions_create_policy_store.Rd | 50 man/verifiedpermissions_create_policy_store_alias.Rd |only man/verifiedpermissions_create_policy_template.Rd | 43 man/verifiedpermissions_delete_identity_source.Rd | 11 man/verifiedpermissions_delete_policy.Rd | 19 man/verifiedpermissions_delete_policy_store.Rd | 4 man/verifiedpermissions_delete_policy_store_alias.Rd |only man/verifiedpermissions_delete_policy_template.Rd | 19 man/verifiedpermissions_get_identity_source.Rd | 11 man/verifiedpermissions_get_policy.Rd | 19 man/verifiedpermissions_get_policy_store.Rd | 16 man/verifiedpermissions_get_policy_store_alias.Rd |only man/verifiedpermissions_get_policy_template.Rd | 19 man/verifiedpermissions_get_schema.Rd | 10 man/verifiedpermissions_is_authorized.Rd | 30 man/verifiedpermissions_is_authorized_with_token.Rd | 52 man/verifiedpermissions_list_identity_sources.Rd | 37 man/verifiedpermissions_list_policies.Rd | 39 man/verifiedpermissions_list_policy_store_aliases.Rd |only man/verifiedpermissions_list_policy_stores.Rd | 19 man/verifiedpermissions_list_policy_templates.Rd | 30 man/verifiedpermissions_list_tags_for_resource.Rd |only man/verifiedpermissions_put_schema.Rd | 13 man/verifiedpermissions_tag_resource.Rd |only man/verifiedpermissions_untag_resource.Rd |only man/verifiedpermissions_update_identity_source.Rd | 17 man/verifiedpermissions_update_policy.Rd | 38 man/verifiedpermissions_update_policy_store.Rd | 21 man/verifiedpermissions_update_policy_template.Rd | 31 man/waf.Rd | 19 man/waf_create_byte_match_set.Rd | 6 man/waf_create_geo_match_set.Rd | 6 man/waf_create_ip_set.Rd | 6 man/waf_create_rate_based_rule.Rd | 30 man/waf_create_regex_match_set.Rd | 6 man/waf_create_regex_pattern_set.Rd | 6 man/waf_create_rule.Rd | 14 man/waf_create_rule_group.Rd | 15 man/waf_create_size_constraint_set.Rd | 6 man/waf_create_sql_injection_match_set.Rd | 7 man/waf_create_web_acl.Rd | 19 man/waf_create_web_acl_migration_stack.Rd | 19 man/waf_create_xss_match_set.Rd | 6 man/waf_delete_byte_match_set.Rd | 8 man/waf_delete_geo_match_set.Rd | 8 man/waf_delete_ip_set.Rd | 7 man/waf_delete_logging_configuration.Rd | 3 man/waf_delete_permission_policy.Rd | 3 man/waf_delete_rate_based_rule.Rd | 7 man/waf_delete_regex_match_set.Rd | 8 man/waf_delete_regex_pattern_set.Rd | 8 man/waf_delete_rule.Rd | 7 man/waf_delete_rule_group.Rd | 8 man/waf_delete_size_constraint_set.Rd | 8 man/waf_delete_sql_injection_match_set.Rd | 9 man/waf_delete_web_acl.Rd | 7 man/waf_delete_xss_match_set.Rd | 8 man/waf_get_byte_match_set.Rd | 5 man/waf_get_change_token_status.Rd | 4 man/waf_get_geo_match_set.Rd | 5 man/waf_get_ip_set.Rd | 4 man/waf_get_logging_configuration.Rd | 3 man/waf_get_permission_policy.Rd | 3 man/waf_get_rate_based_rule.Rd | 4 man/waf_get_rate_based_rule_managed_keys.Rd | 8 man/waf_get_regex_match_set.Rd | 5 man/waf_get_regex_pattern_set.Rd | 5 man/waf_get_rule.Rd | 3 man/waf_get_rule_group.Rd | 4 man/waf_get_sampled_requests.Rd | 27 man/waf_get_size_constraint_set.Rd | 5 man/waf_get_sql_injection_match_set.Rd | 6 man/waf_get_web_acl.Rd | 4 man/waf_get_xss_match_set.Rd | 5 man/waf_list_activated_rules_in_rule_group.Rd | 16 man/waf_list_byte_match_sets.Rd | 13 man/waf_list_geo_match_sets.Rd | 13 man/waf_list_ip_sets.Rd | 11 man/waf_list_logging_configurations.Rd | 15 man/waf_list_rate_based_rules.Rd | 12 man/waf_list_regex_match_sets.Rd | 13 man/waf_list_regex_pattern_sets.Rd | 14 man/waf_list_rule_groups.Rd | 12 man/waf_list_rules.Rd | 12 man/waf_list_size_constraint_sets.Rd | 14 man/waf_list_sql_injection_match_sets.Rd | 13 man/waf_list_subscribed_rule_groups.Rd | 13 man/waf_list_tags_for_resource.Rd | 4 man/waf_list_web_ac_ls.Rd | 13 man/waf_list_xss_match_sets.Rd | 13 man/waf_put_logging_configuration.Rd | 7 man/waf_put_permission_policy.Rd | 3 man/waf_update_byte_match_set.Rd | 15 man/waf_update_geo_match_set.Rd | 16 man/waf_update_ip_set.Rd | 10 man/waf_update_rate_based_rule.Rd | 16 man/waf_update_regex_match_set.Rd | 12 man/waf_update_regex_pattern_set.Rd | 11 man/waf_update_rule.Rd | 10 man/waf_update_rule_group.Rd | 17 man/waf_update_size_constraint_set.Rd | 15 man/waf_update_sql_injection_match_set.Rd | 19 man/waf_update_web_acl.Rd | 22 man/waf_update_xss_match_set.Rd | 12 man/wafregional.Rd | 22 man/wafregional_associate_web_acl.Rd | 9 man/wafregional_create_byte_match_set.Rd | 6 man/wafregional_create_geo_match_set.Rd | 6 man/wafregional_create_ip_set.Rd | 6 man/wafregional_create_rate_based_rule.Rd | 30 man/wafregional_create_regex_match_set.Rd | 6 man/wafregional_create_regex_pattern_set.Rd | 6 man/wafregional_create_rule.Rd | 14 man/wafregional_create_rule_group.Rd | 15 man/wafregional_create_size_constraint_set.Rd | 6 man/wafregional_create_sql_injection_match_set.Rd | 7 man/wafregional_create_web_acl.Rd | 19 man/wafregional_create_web_acl_migration_stack.Rd | 19 man/wafregional_create_xss_match_set.Rd | 6 man/wafregional_delete_byte_match_set.Rd | 8 man/wafregional_delete_geo_match_set.Rd | 8 man/wafregional_delete_ip_set.Rd | 7 man/wafregional_delete_logging_configuration.Rd | 3 man/wafregional_delete_permission_policy.Rd | 3 man/wafregional_delete_rate_based_rule.Rd | 8 man/wafregional_delete_regex_match_set.Rd | 8 man/wafregional_delete_regex_pattern_set.Rd | 8 man/wafregional_delete_rule.Rd | 7 man/wafregional_delete_rule_group.Rd | 8 man/wafregional_delete_size_constraint_set.Rd | 9 man/wafregional_delete_sql_injection_match_set.Rd | 9 man/wafregional_delete_web_acl.Rd | 7 man/wafregional_delete_xss_match_set.Rd | 8 man/wafregional_disassociate_web_acl.Rd | 10 man/wafregional_get_byte_match_set.Rd | 5 man/wafregional_get_change_token_status.Rd | 4 man/wafregional_get_geo_match_set.Rd | 5 man/wafregional_get_ip_set.Rd | 4 man/wafregional_get_logging_configuration.Rd | 3 man/wafregional_get_permission_policy.Rd | 3 man/wafregional_get_rate_based_rule.Rd | 5 man/wafregional_get_rate_based_rule_managed_keys.Rd | 8 man/wafregional_get_regex_match_set.Rd | 5 man/wafregional_get_regex_pattern_set.Rd | 5 man/wafregional_get_rule.Rd | 4 man/wafregional_get_rule_group.Rd | 4 man/wafregional_get_sampled_requests.Rd | 27 man/wafregional_get_size_constraint_set.Rd | 6 man/wafregional_get_sql_injection_match_set.Rd | 6 man/wafregional_get_web_acl.Rd | 4 man/wafregional_get_web_acl_for_resource.Rd | 9 man/wafregional_get_xss_match_set.Rd | 5 man/wafregional_list_activated_rules_in_rule_group.Rd | 16 man/wafregional_list_byte_match_sets.Rd | 13 man/wafregional_list_geo_match_sets.Rd | 13 man/wafregional_list_ip_sets.Rd | 11 man/wafregional_list_logging_configurations.Rd | 15 man/wafregional_list_rate_based_rules.Rd | 12 man/wafregional_list_regex_match_sets.Rd | 13 man/wafregional_list_regex_pattern_sets.Rd | 14 man/wafregional_list_resources_for_web_acl.Rd | 6 man/wafregional_list_rule_groups.Rd | 12 man/wafregional_list_rules.Rd | 12 man/wafregional_list_size_constraint_sets.Rd | 14 man/wafregional_list_sql_injection_match_sets.Rd | 13 man/wafregional_list_subscribed_rule_groups.Rd | 13 man/wafregional_list_tags_for_resource.Rd | 4 man/wafregional_list_web_ac_ls.Rd | 13 man/wafregional_list_xss_match_sets.Rd | 13 man/wafregional_put_logging_configuration.Rd | 7 man/wafregional_put_permission_policy.Rd | 3 man/wafregional_update_byte_match_set.Rd | 15 man/wafregional_update_geo_match_set.Rd | 16 man/wafregional_update_ip_set.Rd | 10 man/wafregional_update_rate_based_rule.Rd | 17 man/wafregional_update_regex_match_set.Rd | 12 man/wafregional_update_regex_pattern_set.Rd | 11 man/wafregional_update_rule.Rd | 10 man/wafregional_update_rule_group.Rd | 17 man/wafregional_update_size_constraint_set.Rd | 16 man/wafregional_update_sql_injection_match_set.Rd | 19 man/wafregional_update_web_acl.Rd | 22 man/wafregional_update_xss_match_set.Rd | 12 man/wafv2.Rd | 52 man/wafv2_associate_web_acl.Rd | 25 man/wafv2_check_capacity.Rd | 12 man/wafv2_create_api_key.Rd | 12 man/wafv2_create_ip_set.Rd | 39 man/wafv2_create_regex_pattern_set.Rd | 12 man/wafv2_create_rule_group.Rd | 53 man/wafv2_create_web_acl.Rd | 118 man/wafv2_delete_api_key.Rd | 9 man/wafv2_delete_firewall_manager_rule_groups.Rd | 9 man/wafv2_delete_ip_set.Rd | 25 man/wafv2_delete_logging_configuration.Rd | 17 man/wafv2_delete_permission_policy.Rd | 3 man/wafv2_delete_regex_pattern_set.Rd | 25 man/wafv2_delete_rule_group.Rd | 25 man/wafv2_delete_web_acl.Rd | 25 man/wafv2_describe_all_managed_products.Rd | 9 man/wafv2_describe_managed_products_by_vendor.Rd | 12 man/wafv2_describe_managed_rule_group.Rd | 19 man/wafv2_disassociate_web_acl.Rd | 22 man/wafv2_get_decrypted_api_key.Rd | 9 man/wafv2_get_ip_set.Rd | 16 man/wafv2_get_logging_configuration.Rd | 17 man/wafv2_get_managed_rule_set.Rd | 19 man/wafv2_get_permission_policy.Rd | 3 man/wafv2_get_rate_based_statement_managed_keys.Rd | 25 man/wafv2_get_regex_pattern_set.Rd | 16 man/wafv2_get_rule_group.Rd | 16 man/wafv2_get_sampled_requests.Rd | 29 man/wafv2_get_top_path_statistics_by_traffic.Rd |only man/wafv2_get_web_acl.Rd | 20 man/wafv2_get_web_acl_for_resource.Rd | 22 man/wafv2_list_api_keys.Rd | 19 man/wafv2_list_available_managed_rule_group_versions.Rd | 25 man/wafv2_list_available_managed_rule_groups.Rd | 19 man/wafv2_list_ip_sets.Rd | 19 man/wafv2_list_logging_configurations.Rd | 36 man/wafv2_list_managed_rule_sets.Rd | 19 man/wafv2_list_mobile_sdk_releases.Rd | 10 man/wafv2_list_regex_pattern_sets.Rd | 19 man/wafv2_list_resources_for_web_acl.Rd | 8 man/wafv2_list_rule_groups.Rd | 19 man/wafv2_list_tags_for_resource.Rd | 10 man/wafv2_list_web_ac_ls.Rd | 19 man/wafv2_put_managed_rule_set_versions.Rd | 36 man/wafv2_put_permission_policy.Rd | 11 man/wafv2_update_ip_set.Rd | 52 man/wafv2_update_managed_rule_set_version_expiry_date.Rd | 36 man/wafv2_update_regex_pattern_set.Rd | 25 man/wafv2_update_rule_group.Rd | 56 man/wafv2_update_web_acl.Rd | 141 tests/testthat/test_directoryservice.R | 4 tests/testthat/test_guardduty.R | 8 tests/testthat/test_iam.R | 4 tests/testthat/test_inspector2.R | 8 tests/testthat/test_kms.R | 4 tests/testthat/test_ram.R | 4 tests/testthat/test_securityhub.R | 36 tests/testthat/test_verifiedpermissions.R | 4 1651 files changed, 26764 insertions(+), 38599 deletions(-)
More information about paws.security.identity at CRAN
Permanent link
Title: 'Amazon Web Services' Compute Services
Description: Interface to 'Amazon Web Services' compute services,
including 'Elastic Compute Cloud' ('EC2'), 'Lambda'
functions-as-a-service, containers, batch processing, and more
<https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.compute versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-31
DESCRIPTION | 11 MD5 | 2838 - R/apprunner_operations.R | 452 R/apprunner_service.R | 34 R/batch_interfaces.R | 270 R/batch_operations.R | 1552 R/batch_service.R | 43 R/braket_interfaces.R | 80 R/braket_operations.R | 277 R/braket_service.R | 52 R/computeoptimizer_interfaces.R | 2 R/computeoptimizer_operations.R | 863 R/computeoptimizer_service.R | 26 R/ec2_interfaces.R | 1690 - R/ec2_operations.R |16280 ++++------ R/ec2_service.R | 145 R/ec2instanceconnect_operations.R | 12 R/ec2instanceconnect_service.R | 15 R/ecr_interfaces.R | 156 R/ecr_operations.R | 915 R/ecr_service.R | 24 R/ecrpublic_operations.R | 244 R/ecrpublic_service.R | 13 R/ecs_interfaces.R | 296 R/ecs_operations.R | 3300 -- R/ecs_service.R | 41 R/eks_interfaces.R | 146 R/eks_operations.R | 1419 R/eks_service.R | 23 R/elasticbeanstalk_operations.R | 558 R/elasticbeanstalk_service.R | 20 R/emrcontainers_interfaces.R | 8 R/emrcontainers_operations.R | 31 R/emrcontainers_service.R | 27 R/emrserverless_interfaces.R | 86 R/emrserverless_operations.R | 343 R/emrserverless_service.R | 29 R/imagebuilder_interfaces.R | 80 R/imagebuilder_operations.R | 933 R/imagebuilder_service.R | 10 R/lambda_interfaces.R | 322 R/lambda_operations.R | 1848 - R/lambda_service.R | 104 R/lightsail_interfaces.R | 26 R/lightsail_operations.R | 2118 - R/lightsail_service.R | 25 R/proton_operations.R | 754 R/proton_service.R | 116 R/serverlessapplicationrepository_operations.R | 154 R/serverlessapplicationrepository_service.R | 50 man/apprunner.Rd | 28 man/apprunner_associate_custom_domain.Rd | 11 man/apprunner_create_auto_scaling_configuration.Rd | 50 man/apprunner_create_connection.Rd | 7 man/apprunner_create_observability_configuration.Rd | 20 man/apprunner_create_service.Rd | 38 man/apprunner_create_vpc_connector.Rd | 15 man/apprunner_create_vpc_ingress_connection.Rd | 14 man/apprunner_delete_auto_scaling_configuration.Rd | 13 man/apprunner_delete_connection.Rd | 3 man/apprunner_delete_observability_configuration.Rd | 7 man/apprunner_delete_service.Rd | 3 man/apprunner_delete_vpc_connector.Rd | 3 man/apprunner_delete_vpc_ingress_connection.Rd | 3 man/apprunner_describe_auto_scaling_configuration.Rd | 7 man/apprunner_describe_custom_domains.Rd | 16 man/apprunner_describe_observability_configuration.Rd | 7 man/apprunner_describe_service.Rd | 3 man/apprunner_describe_vpc_connector.Rd | 3 man/apprunner_describe_vpc_ingress_connection.Rd | 3 man/apprunner_disassociate_custom_domain.Rd | 6 man/apprunner_list_auto_scaling_configurations.Rd | 24 man/apprunner_list_connections.Rd | 16 man/apprunner_list_observability_configurations.Rd | 24 man/apprunner_list_operations.Rd | 16 man/apprunner_list_services.Rd | 13 man/apprunner_list_services_for_auto_scaling_configuration.Rd | 20 man/apprunner_list_tags_for_resource.Rd | 3 man/apprunner_list_vpc_connectors.Rd | 13 man/apprunner_list_vpc_ingress_connections.Rd | 16 man/apprunner_pause_service.Rd | 3 man/apprunner_resume_service.Rd | 3 man/apprunner_start_deployment.Rd | 3 man/apprunner_tag_resource.Rd | 7 man/apprunner_untag_resource.Rd | 3 man/apprunner_update_default_auto_scaling_configuration.Rd | 7 man/apprunner_update_service.Rd | 29 man/apprunner_update_vpc_ingress_connection.Rd | 7 man/batch.Rd | 43 man/batch_cancel_job.Rd | 5 man/batch_create_compute_environment.Rd | 120 man/batch_create_consumable_resource.Rd |only man/batch_create_job_queue.Rd | 86 man/batch_create_quota_share.Rd |only man/batch_create_scheduling_policy.Rd | 24 man/batch_create_service_environment.Rd |only man/batch_delete_compute_environment.Rd | 3 man/batch_delete_consumable_resource.Rd |only man/batch_delete_job_queue.Rd | 5 man/batch_delete_quota_share.Rd |only man/batch_delete_service_environment.Rd |only man/batch_deregister_job_definition.Rd | 3 man/batch_describe_compute_environments.Rd | 26 man/batch_describe_consumable_resource.Rd |only man/batch_describe_job_definitions.Rd | 29 man/batch_describe_job_queues.Rd | 25 man/batch_describe_quota_share.Rd |only man/batch_describe_scheduling_policies.Rd | 3 man/batch_describe_service_environments.Rd |only man/batch_describe_service_job.Rd |only man/batch_get_job_queue_snapshot.Rd | 6 man/batch_list_consumable_resources.Rd |only man/batch_list_jobs.Rd | 89 man/batch_list_jobs_by_consumable_resource.Rd |only man/batch_list_quota_shares.Rd |only man/batch_list_scheduling_policies.Rd | 23 man/batch_list_service_jobs.Rd |only man/batch_list_tags_for_resource.Rd | 6 man/batch_register_job_definition.Rd | 122 man/batch_submit_job.Rd | 147 man/batch_submit_service_job.Rd |only man/batch_tag_resource.Rd | 10 man/batch_terminate_job.Rd | 5 man/batch_terminate_service_job.Rd |only man/batch_untag_resource.Rd | 5 man/batch_update_compute_environment.Rd | 91 man/batch_update_consumable_resource.Rd |only man/batch_update_job_queue.Rd | 52 man/batch_update_quota_share.Rd |only man/batch_update_scheduling_policy.Rd | 10 man/batch_update_service_environment.Rd |only man/batch_update_service_job.Rd |only man/braket.Rd | 41 man/braket_cancel_job.Rd | 6 man/braket_cancel_quantum_task.Rd | 6 man/braket_create_job.Rd | 61 man/braket_create_quantum_task.Rd | 35 man/braket_create_spending_limit.Rd |only man/braket_delete_spending_limit.Rd |only man/braket_get_job.Rd | 10 man/braket_get_quantum_task.Rd | 6 man/braket_search_devices.Rd | 8 man/braket_search_jobs.Rd | 13 man/braket_search_quantum_tasks.Rd | 8 man/braket_search_spending_limits.Rd |only man/braket_tag_resource.Rd | 2 man/braket_untag_resource.Rd | 3 man/braket_update_spending_limit.Rd |only man/computeoptimizer.Rd | 21 man/computeoptimizer_delete_recommendation_preferences.Rd | 12 man/computeoptimizer_describe_recommendation_export_jobs.Rd | 15 man/computeoptimizer_export_auto_scaling_group_recommendations.Rd | 62 man/computeoptimizer_export_ebs_volume_recommendations.Rd | 44 man/computeoptimizer_export_ec2_instance_recommendations.Rd | 57 man/computeoptimizer_export_ecs_service_recommendations.Rd | 42 man/computeoptimizer_export_idle_recommendations.Rd | 43 man/computeoptimizer_export_lambda_function_recommendations.Rd | 44 man/computeoptimizer_export_license_recommendations.Rd | 41 man/computeoptimizer_export_rds_database_recommendations.Rd | 50 man/computeoptimizer_get_auto_scaling_group_recommendations.Rd | 25 man/computeoptimizer_get_ebs_volume_recommendations.Rd | 19 man/computeoptimizer_get_ec2_instance_recommendations.Rd | 22 man/computeoptimizer_get_ec2_recommendation_projected_metrics.Rd | 6 man/computeoptimizer_get_ecs_service_recommendations.Rd | 19 man/computeoptimizer_get_effective_recommendation_preferences.Rd | 4 man/computeoptimizer_get_enrollment_statuses_for_organization.Rd | 10 man/computeoptimizer_get_idle_recommendations.Rd | 16 man/computeoptimizer_get_lambda_function_recommendations.Rd | 31 man/computeoptimizer_get_license_recommendations.Rd | 16 man/computeoptimizer_get_rds_datab_recom_proje_metri.Rd | 8 man/computeoptimizer_get_rds_database_recommendations.Rd | 26 man/computeoptimizer_get_recommendation_preferences.Rd | 25 man/computeoptimizer_get_recommendation_summaries.Rd | 13 man/computeoptimizer_put_recommendation_preferences.Rd | 124 man/computeoptimizer_update_enrollment_status.Rd | 17 man/ec2.Rd | 137 man/ec2_accept_address_transfer.Rd | 11 man/ec2_accept_capacity_reservation_billing_ownership.Rd | 5 man/ec2_accept_reserved_instances_exchange_quote.Rd | 11 man/ec2_accept_transit_gateway_client_vpn_attachment.Rd |only man/ec2_accept_transit_gateway_multicast_domain_associations.Rd | 8 man/ec2_accept_transit_gateway_peering_attachment.Rd | 5 man/ec2_accept_transit_gateway_vpc_attachment.Rd | 5 man/ec2_accept_vpc_endpoint_connections.Rd | 5 man/ec2_accept_vpc_peering_connection.Rd | 8 man/ec2_advertise_byoip_cidr.Rd | 21 man/ec2_allocate_address.Rd | 31 man/ec2_allocate_hosts.Rd | 83 man/ec2_allocate_ipam_pool_cidr.Rd | 45 man/ec2_apply_security_groups_to_client_vpn_target_network.Rd | 9 man/ec2_assign_ipv_6_addresses.Rd | 17 man/ec2_assign_private_ip_addresses.Rd | 28 man/ec2_assign_private_nat_gateway_address.Rd | 11 man/ec2_associate_address.Rd | 31 man/ec2_associate_capacity_reservation_billing_owner.Rd | 5 man/ec2_associate_client_vpn_target_network.Rd | 20 man/ec2_associate_dhcp_options.Rd | 8 man/ec2_associate_enclave_certificate_iam_role.Rd | 8 man/ec2_associate_instance_event_window.Rd | 5 man/ec2_associate_ipam_byoasn.Rd | 5 man/ec2_associate_ipam_resource_discovery.Rd | 5 man/ec2_associate_nat_gateway_address.Rd | 20 man/ec2_associate_route_server.Rd |only man/ec2_associate_route_table.Rd | 8 man/ec2_associate_security_group_vpc.Rd | 5 man/ec2_associate_transit_gateway_multicast_domain.Rd | 11 man/ec2_associate_transit_gateway_policy_table.Rd | 11 man/ec2_associate_transit_gateway_route_table.Rd | 5 man/ec2_associate_trunk_interface.Rd | 8 man/ec2_associate_vpc_cidr_block.Rd | 40 man/ec2_attach_classic_link_vpc.Rd | 8 man/ec2_attach_internet_gateway.Rd | 5 man/ec2_attach_network_interface.Rd | 15 man/ec2_attach_verified_access_trust_provider.Rd | 8 man/ec2_attach_volume.Rd | 24 man/ec2_attach_vpn_gateway.Rd | 5 man/ec2_authorize_client_vpn_ingress.Rd | 21 man/ec2_authorize_security_group_egress.Rd | 5 man/ec2_authorize_security_group_ingress.Rd | 64 man/ec2_bundle_instance.Rd | 10 man/ec2_cancel_bundle_task.Rd | 5 man/ec2_cancel_capacity_reservation.Rd | 5 man/ec2_cancel_capacity_reservation_fleets.Rd | 5 man/ec2_cancel_conversion_task.Rd | 5 man/ec2_cancel_declarative_policies_report.Rd | 5 man/ec2_cancel_export_task.Rd | 4 man/ec2_cancel_image_launch_permission.Rd | 5 man/ec2_cancel_import_task.Rd | 5 man/ec2_cancel_spot_fleet_requests.Rd | 11 man/ec2_cancel_spot_instance_requests.Rd | 5 man/ec2_confirm_product_instance.Rd | 5 man/ec2_copy_fpga_image.Rd | 8 man/ec2_copy_image.Rd | 95 man/ec2_copy_snapshot.Rd | 99 man/ec2_copy_volumes.Rd |only man/ec2_creat_local_gatew_route_table_virtu_inter_group_assoc.Rd | 11 man/ec2_create_capacity_manager_data_export.Rd |only man/ec2_create_capacity_reservation.Rd | 119 man/ec2_create_capacity_reservation_by_splitting.Rd | 11 man/ec2_create_capacity_reservation_fleet.Rd | 66 man/ec2_create_carrier_gateway.Rd | 8 man/ec2_create_client_vpn_endpoint.Rd | 81 man/ec2_create_client_vpn_route.Rd | 28 man/ec2_create_coip_cidr.Rd | 5 man/ec2_create_coip_pool.Rd | 5 man/ec2_create_customer_gateway.Rd | 29 man/ec2_create_default_subnet.Rd | 24 man/ec2_create_default_vpc.Rd | 5 man/ec2_create_delegate_mac_volume_ownership_task.Rd |only man/ec2_create_dhcp_options.Rd | 5 man/ec2_create_egress_only_internet_gateway.Rd | 8 man/ec2_create_fleet.Rd | 73 man/ec2_create_flow_logs.Rd | 69 man/ec2_create_fpga_image.Rd | 11 man/ec2_create_image.Rd | 58 man/ec2_create_image_usage_report.Rd |only man/ec2_create_instance_connect_endpoint.Rd | 38 man/ec2_create_instance_event_window.Rd | 24 man/ec2_create_instance_export_task.Rd | 3 man/ec2_create_internet_gateway.Rd | 5 man/ec2_create_interruptible_capacity_reservation_allocation.Rd |only man/ec2_create_ipam.Rd | 48 man/ec2_create_ipam_external_resource_verification_token.Rd | 10 man/ec2_create_ipam_policy.Rd |only man/ec2_create_ipam_pool.Rd | 96 man/ec2_create_ipam_prefix_list_resolver.Rd |only man/ec2_create_ipam_prefix_list_resolver_target.Rd |only man/ec2_create_ipam_resource_discovery.Rd | 10 man/ec2_create_ipam_scope.Rd | 21 man/ec2_create_key_pair.Rd | 8 man/ec2_create_launch_template.Rd | 18 man/ec2_create_launch_template_version.Rd | 35 man/ec2_create_local_gateway_route.Rd | 12 man/ec2_create_local_gateway_route_table.Rd | 5 man/ec2_create_local_gateway_route_table_vpc_association.Rd | 5 man/ec2_create_local_gateway_virtual_interface.Rd |only man/ec2_create_local_gateway_virtual_interface_group.Rd |only man/ec2_create_mac_system_integrity_protection_modification_task.Rd |only man/ec2_create_managed_prefix_list.Rd | 11 man/ec2_create_nat_gateway.Rd | 59 man/ec2_create_network_acl.Rd | 8 man/ec2_create_network_acl_entry.Rd | 37 man/ec2_create_network_insights_access_scope.Rd | 8 man/ec2_create_network_insights_path.Rd | 28 man/ec2_create_network_interface.Rd | 106 man/ec2_create_network_interface_permission.Rd | 5 man/ec2_create_placement_group.Rd | 17 man/ec2_create_public_ipv_4_pool.Rd | 17 man/ec2_create_replace_root_volume_task.Rd | 58 man/ec2_create_reserved_instances_listing.Rd | 12 man/ec2_create_restore_image_task.Rd | 16 man/ec2_create_route.Rd | 28 man/ec2_create_route_server.Rd |only man/ec2_create_route_server_endpoint.Rd |only man/ec2_create_route_server_peer.Rd |only man/ec2_create_route_table.Rd | 8 man/ec2_create_secondary_network.Rd |only man/ec2_create_secondary_subnet.Rd |only man/ec2_create_security_group.Rd | 15 man/ec2_create_snapshot.Rd | 27 man/ec2_create_snapshots.Rd | 30 man/ec2_create_spot_datafeed_subscription.Rd | 9 man/ec2_create_store_image_task.Rd | 13 man/ec2_create_subnet.Rd | 29 man/ec2_create_subnet_cidr_reservation.Rd | 14 man/ec2_create_tags.Rd | 12 man/ec2_create_traffic_mirror_filter.Rd | 8 man/ec2_create_traffic_mirror_filter_rule.Rd | 15 man/ec2_create_traffic_mirror_session.Rd | 38 man/ec2_create_traffic_mirror_target.Rd | 11 man/ec2_create_transit_gateway.Rd | 5 man/ec2_create_transit_gateway_connect.Rd | 8 man/ec2_create_transit_gateway_connect_peer.Rd | 19 man/ec2_create_transit_gateway_metering_policy.Rd |only man/ec2_create_transit_gateway_metering_policy_entry.Rd |only man/ec2_create_transit_gateway_multicast_domain.Rd | 5 man/ec2_create_transit_gateway_peering_attachment.Rd | 11 man/ec2_create_transit_gateway_policy_table.Rd | 8 man/ec2_create_transit_gateway_prefix_list_reference.Rd | 5 man/ec2_create_transit_gateway_route.Rd | 8 man/ec2_create_transit_gateway_route_table.Rd | 5 man/ec2_create_transit_gateway_route_table_announcement.Rd | 8 man/ec2_create_transit_gateway_vpc_attachment.Rd | 10 man/ec2_create_verified_access_endpoint.Rd | 31 man/ec2_create_verified_access_group.Rd | 8 man/ec2_create_verified_access_instance.Rd | 11 man/ec2_create_verified_access_trust_provider.Rd | 20 man/ec2_create_volume.Rd | 138 man/ec2_create_vpc.Rd | 73 man/ec2_create_vpc_block_public_access_exclusion.Rd | 19 man/ec2_create_vpc_encryption_control.Rd |only man/ec2_create_vpc_endpoint.Rd | 48 man/ec2_create_vpc_endpoint_connection_notification.Rd | 11 man/ec2_create_vpc_endpoint_service_configuration.Rd | 17 man/ec2_create_vpc_peering_connection.Rd | 14 man/ec2_create_vpn_concentrator.Rd |only man/ec2_create_vpn_connection.Rd | 17 man/ec2_create_vpn_gateway.Rd | 10 man/ec2_delet_local_gatew_route_table_virtu_inter_group_assoc.Rd | 8 man/ec2_delete_capacity_manager_data_export.Rd |only man/ec2_delete_carrier_gateway.Rd | 5 man/ec2_delete_client_vpn_endpoint.Rd | 5 man/ec2_delete_client_vpn_route.Rd | 5 man/ec2_delete_coip_cidr.Rd | 5 man/ec2_delete_coip_pool.Rd | 5 man/ec2_delete_customer_gateway.Rd | 5 man/ec2_delete_dhcp_options.Rd | 5 man/ec2_delete_egress_only_internet_gateway.Rd | 5 man/ec2_delete_fleets.Rd | 22 man/ec2_delete_flow_logs.Rd | 5 man/ec2_delete_fpga_image.Rd | 5 man/ec2_delete_image_usage_report.Rd |only man/ec2_delete_instance_connect_endpoint.Rd | 5 man/ec2_delete_instance_event_window.Rd | 8 man/ec2_delete_internet_gateway.Rd | 5 man/ec2_delete_ipam.Rd | 20 man/ec2_delete_ipam_external_resource_verification_token.Rd | 7 man/ec2_delete_ipam_policy.Rd |only man/ec2_delete_ipam_pool.Rd | 12 man/ec2_delete_ipam_prefix_list_resolver.Rd |only man/ec2_delete_ipam_prefix_list_resolver_target.Rd |only man/ec2_delete_ipam_resource_discovery.Rd | 5 man/ec2_delete_ipam_scope.Rd | 5 man/ec2_delete_key_pair.Rd | 5 man/ec2_delete_launch_template.Rd | 11 man/ec2_delete_launch_template_versions.Rd | 14 man/ec2_delete_local_gateway_route.Rd | 12 man/ec2_delete_local_gateway_route_table.Rd | 5 man/ec2_delete_local_gateway_route_table_vpc_association.Rd | 5 man/ec2_delete_local_gateway_virtual_interface.Rd |only man/ec2_delete_local_gateway_virtual_interface_group.Rd |only man/ec2_delete_managed_prefix_list.Rd | 5 man/ec2_delete_nat_gateway.Rd | 5 man/ec2_delete_network_acl.Rd | 5 man/ec2_delete_network_acl_entry.Rd | 5 man/ec2_delete_network_insights_access_scope.Rd | 5 man/ec2_delete_network_insights_access_scope_analysis.Rd | 5 man/ec2_delete_network_insights_analysis.Rd | 5 man/ec2_delete_network_insights_path.Rd | 5 man/ec2_delete_network_interface.Rd | 5 man/ec2_delete_network_interface_permission.Rd | 8 man/ec2_delete_placement_group.Rd | 5 man/ec2_delete_public_ipv_4_pool.Rd | 11 man/ec2_delete_queued_reserved_instances.Rd | 5 man/ec2_delete_route.Rd | 11 man/ec2_delete_route_server.Rd |only man/ec2_delete_route_server_endpoint.Rd |only man/ec2_delete_route_server_peer.Rd |only man/ec2_delete_route_table.Rd | 5 man/ec2_delete_secondary_network.Rd |only man/ec2_delete_secondary_subnet.Rd |only man/ec2_delete_security_group.Rd | 9 man/ec2_delete_snapshot.Rd | 5 man/ec2_delete_spot_datafeed_subscription.Rd | 5 man/ec2_delete_subnet.Rd | 5 man/ec2_delete_subnet_cidr_reservation.Rd | 5 man/ec2_delete_tags.Rd | 18 man/ec2_delete_traffic_mirror_filter.Rd | 5 man/ec2_delete_traffic_mirror_filter_rule.Rd | 5 man/ec2_delete_traffic_mirror_session.Rd | 5 man/ec2_delete_traffic_mirror_target.Rd | 5 man/ec2_delete_transit_gateway.Rd | 5 man/ec2_delete_transit_gateway_client_vpn_attachment.Rd |only man/ec2_delete_transit_gateway_connect.Rd | 5 man/ec2_delete_transit_gateway_connect_peer.Rd | 5 man/ec2_delete_transit_gateway_metering_policy.Rd |only man/ec2_delete_transit_gateway_metering_policy_entry.Rd |only man/ec2_delete_transit_gateway_multicast_domain.Rd | 5 man/ec2_delete_transit_gateway_peering_attachment.Rd | 5 man/ec2_delete_transit_gateway_policy_table.Rd | 5 man/ec2_delete_transit_gateway_prefix_list_reference.Rd | 5 man/ec2_delete_transit_gateway_route.Rd | 8 man/ec2_delete_transit_gateway_route_table.Rd | 5 man/ec2_delete_transit_gateway_route_table_announcement.Rd | 5 man/ec2_delete_transit_gateway_vpc_attachment.Rd | 5 man/ec2_delete_verified_access_endpoint.Rd | 8 man/ec2_delete_verified_access_group.Rd | 8 man/ec2_delete_verified_access_instance.Rd | 8 man/ec2_delete_verified_access_trust_provider.Rd | 8 man/ec2_delete_volume.Rd | 5 man/ec2_delete_vpc.Rd | 5 man/ec2_delete_vpc_block_public_access_exclusion.Rd | 5 man/ec2_delete_vpc_encryption_control.Rd |only man/ec2_delete_vpc_endpoint_connection_notifications.Rd | 5 man/ec2_delete_vpc_endpoint_service_configurations.Rd | 5 man/ec2_delete_vpc_endpoints.Rd | 5 man/ec2_delete_vpc_peering_connection.Rd | 5 man/ec2_delete_vpn_concentrator.Rd |only man/ec2_delete_vpn_connection.Rd | 5 man/ec2_delete_vpn_gateway.Rd | 5 man/ec2_deprovision_byoip_cidr.Rd | 8 man/ec2_deprovision_ipam_byoasn.Rd | 5 man/ec2_deprovision_ipam_pool_cidr.Rd | 5 man/ec2_deprovision_public_ipv_4_pool_cidr.Rd | 11 man/ec2_deregister_image.Rd | 15 man/ec2_deregister_instance_event_notification_attributes.Rd | 5 man/ec2_deregister_transit_gateway_multicast_group_members.Rd | 5 man/ec2_deregister_transit_gateway_multicast_group_sources.Rd | 5 man/ec2_descr_local_gatew_route_table_virtu_inter_group_assoc.Rd | 24 man/ec2_describe_account_attributes.Rd | 5 man/ec2_describe_address_transfers.Rd | 11 man/ec2_describe_addresses.Rd | 31 man/ec2_describe_addresses_attribute.Rd | 9 man/ec2_describe_aggregate_id_format.Rd | 5 man/ec2_describe_availability_zones.Rd | 47 man/ec2_describe_aws_network_performance_metric_subscriptions.Rd | 9 man/ec2_describe_bundle_tasks.Rd | 14 man/ec2_describe_byoip_cidrs.Rd | 16 man/ec2_describe_capacity_block_extension_history.Rd | 19 man/ec2_describe_capacity_block_extension_offerings.Rd | 10 man/ec2_describe_capacity_block_offerings.Rd | 30 man/ec2_describe_capacity_block_status.Rd |only man/ec2_describe_capacity_blocks.Rd |only man/ec2_describe_capacity_manager_data_exports.Rd |only man/ec2_describe_capacity_reservation_billing_requests.Rd | 30 man/ec2_describe_capacity_reservation_fleets.Rd | 20 man/ec2_describe_capacity_reservation_topology.Rd |only man/ec2_describe_capacity_reservations.Rd | 93 man/ec2_describe_carrier_gateways.Rd | 25 man/ec2_describe_classic_link_instances.Rd | 29 man/ec2_describe_client_vpn_authorization_rules.Rd | 15 man/ec2_describe_client_vpn_connections.Rd | 12 man/ec2_describe_client_vpn_endpoints.Rd | 9 man/ec2_describe_client_vpn_routes.Rd | 15 man/ec2_describe_client_vpn_target_networks.Rd | 12 man/ec2_describe_coip_pools.Rd | 12 man/ec2_describe_conversion_tasks.Rd | 5 man/ec2_describe_customer_gateways.Rd | 27 man/ec2_describe_declarative_policies_reports.Rd | 13 man/ec2_describe_dhcp_options.Rd | 26 man/ec2_describe_egress_only_internet_gateways.Rd | 23 man/ec2_describe_elastic_gpus.Rd | 24 man/ec2_describe_export_image_tasks.Rd | 8 man/ec2_describe_fast_launch_images.Rd | 13 man/ec2_describe_fast_snapshot_restores.Rd | 22 man/ec2_describe_fleet_history.Rd | 16 man/ec2_describe_fleet_instances.Rd | 13 man/ec2_describe_fleets.Rd | 30 man/ec2_describe_flow_logs.Rd | 29 man/ec2_describe_fpga_image_attribute.Rd | 5 man/ec2_describe_fpga_images.Rd | 25 man/ec2_describe_host_reservation_offerings.Rd | 23 man/ec2_describe_host_reservations.Rd | 21 man/ec2_describe_hosts.Rd | 31 man/ec2_describe_iam_instance_profile_associations.Rd | 11 man/ec2_describe_id_format.Rd | 11 man/ec2_describe_identity_id_format.Rd | 14 man/ec2_describe_image_attribute.Rd | 10 man/ec2_describe_image_references.Rd |only man/ec2_describe_image_usage_report_entries.Rd |only man/ec2_describe_image_usage_reports.Rd |only man/ec2_describe_images.Rd | 121 man/ec2_describe_import_image_tasks.Rd | 8 man/ec2_describe_import_snapshot_tasks.Rd | 9 man/ec2_describe_instance_attribute.Rd | 7 man/ec2_describe_instance_connect_endpoints.Rd | 40 man/ec2_describe_instance_credit_specifications.Rd | 16 man/ec2_describe_instance_event_notification_attributes.Rd | 5 man/ec2_describe_instance_event_windows.Rd | 42 man/ec2_describe_instance_image_metadata.Rd | 56 man/ec2_describe_instance_sql_ha_history_states.Rd |only man/ec2_describe_instance_sql_ha_states.Rd |only man/ec2_describe_instance_status.Rd | 81 man/ec2_describe_instance_topology.Rd | 33 man/ec2_describe_instance_type_offerings.Rd | 33 man/ec2_describe_instance_types.Rd | 179 man/ec2_describe_instances.Rd | 419 man/ec2_describe_internet_gateways.Rd | 30 man/ec2_describe_ipam_byoasn.Rd | 9 man/ec2_describe_ipam_external_resource_verification_tokens.Rd | 10 man/ec2_describe_ipam_policies.Rd |only man/ec2_describe_ipam_pool_allocations.Rd |only man/ec2_describe_ipam_pools.Rd | 10 man/ec2_describe_ipam_prefix_list_resolver_targets.Rd |only man/ec2_describe_ipam_prefix_list_resolvers.Rd |only man/ec2_describe_ipam_resource_discoveries.Rd | 11 man/ec2_describe_ipam_resource_discovery_associations.Rd | 11 man/ec2_describe_ipam_scopes.Rd | 10 man/ec2_describe_ipams.Rd | 10 man/ec2_describe_ipv_6_pools.Rd | 19 man/ec2_describe_key_pairs.Rd | 15 man/ec2_describe_launch_template_versions.Rd | 76 man/ec2_describe_launch_templates.Rd | 24 man/ec2_describe_local_gateway_route_table_vpc_associations.Rd | 21 man/ec2_describe_local_gateway_route_tables.Rd | 18 man/ec2_describe_local_gateway_virtual_interface_groups.Rd | 18 man/ec2_describe_local_gateway_virtual_interfaces.Rd | 18 man/ec2_describe_local_gateways.Rd | 12 man/ec2_describe_locked_snapshots.Rd | 16 man/ec2_describe_mac_hosts.Rd | 11 man/ec2_describe_mac_modification_tasks.Rd |only man/ec2_describe_managed_prefix_lists.Rd | 9 man/ec2_describe_moving_addresses.Rd | 14 man/ec2_describe_nat_gateways.Rd | 26 man/ec2_describe_network_acls.Rd | 56 man/ec2_describe_network_insights_access_scope_analyses.Rd | 17 man/ec2_describe_network_insights_access_scopes.Rd | 9 man/ec2_describe_network_insights_analyses.Rd | 17 man/ec2_describe_network_insights_paths.Rd | 33 man/ec2_describe_network_interface_attribute.Rd | 5 man/ec2_describe_network_interface_permissions.Rd | 24 man/ec2_describe_network_interfaces.Rd | 127 man/ec2_describe_outpost_lags.Rd |only man/ec2_describe_placement_groups.Rd | 31 man/ec2_describe_prefix_lists.Rd | 9 man/ec2_describe_principal_id_format.Rd | 20 man/ec2_describe_public_ipv_4_pools.Rd | 14 man/ec2_describe_regions.Rd | 17 man/ec2_describe_replace_root_volume_tasks.Rd | 16 man/ec2_describe_reserved_instances.Rd | 58 man/ec2_describe_reserved_instances_listings.Rd | 6 man/ec2_describe_reserved_instances_modifications.Rd | 24 man/ec2_describe_reserved_instances_offerings.Rd | 81 man/ec2_describe_route_server_endpoints.Rd |only man/ec2_describe_route_server_peers.Rd |only man/ec2_describe_route_servers.Rd |only man/ec2_describe_route_tables.Rd | 77 man/ec2_describe_scheduled_instance_availability.Rd | 25 man/ec2_describe_scheduled_instances.Rd | 13 man/ec2_describe_secondary_interfaces.Rd |only man/ec2_describe_secondary_networks.Rd |only man/ec2_describe_secondary_subnets.Rd |only man/ec2_describe_security_group_references.Rd | 5 man/ec2_describe_security_group_rules.Rd | 20 man/ec2_describe_security_group_vpc_associations.Rd | 24 man/ec2_describe_security_groups.Rd | 100 man/ec2_describe_service_link_virtual_interfaces.Rd |only man/ec2_describe_snapshot_attribute.Rd | 5 man/ec2_describe_snapshot_tier_status.Rd | 20 man/ec2_describe_snapshots.Rd | 60 man/ec2_describe_spot_datafeed_subscription.Rd | 5 man/ec2_describe_spot_fleet_instances.Rd | 13 man/ec2_describe_spot_fleet_request_history.Rd | 16 man/ec2_describe_spot_fleet_requests.Rd | 13 man/ec2_describe_spot_instance_requests.Rd | 105 man/ec2_describe_spot_price_history.Rd | 52 man/ec2_describe_stale_security_groups.Rd | 13 man/ec2_describe_store_image_tasks.Rd | 33 man/ec2_describe_subnets.Rd | 91 man/ec2_describe_tags.Rd | 21 man/ec2_describe_traffic_mirror_filter_rules.Rd | 27 man/ec2_describe_traffic_mirror_filters.Rd | 9 man/ec2_describe_traffic_mirror_sessions.Rd | 18 man/ec2_describe_traffic_mirror_targets.Rd | 18 man/ec2_describe_transit_gateway_attachments.Rd | 29 man/ec2_describe_transit_gateway_connect_peers.Rd | 12 man/ec2_describe_transit_gateway_connects.Rd | 17 man/ec2_describe_transit_gateway_metering_policies.Rd |only man/ec2_describe_transit_gateway_multicast_domains.Rd | 15 man/ec2_describe_transit_gateway_peering_attachments.Rd | 30 man/ec2_describe_transit_gateway_policy_tables.Rd | 9 man/ec2_describe_transit_gateway_route_table_announcements.Rd | 9 man/ec2_describe_transit_gateway_route_tables.Rd | 23 man/ec2_describe_transit_gateway_vpc_attachments.Rd | 14 man/ec2_describe_transit_gateways.Rd | 48 man/ec2_describe_trunk_interface_associations.Rd | 12 man/ec2_describe_verified_access_endpoints.Rd | 9 man/ec2_describe_verified_access_groups.Rd | 9 man/ec2_describe_verified_access_instance_logging_configurations.Rd | 9 man/ec2_describe_verified_access_instances.Rd | 9 man/ec2_describe_verified_access_trust_providers.Rd | 9 man/ec2_describe_volume_attribute.Rd | 5 man/ec2_describe_volume_status.Rd | 34 man/ec2_describe_volumes.Rd | 70 man/ec2_describe_volumes_modifications.Rd | 27 man/ec2_describe_vpc_attribute.Rd | 5 man/ec2_describe_vpc_block_public_access_exclusions.Rd | 33 man/ec2_describe_vpc_block_public_access_options.Rd | 5 man/ec2_describe_vpc_classic_link.Rd | 18 man/ec2_describe_vpc_classic_link_dns_support.Rd | 8 man/ec2_describe_vpc_encryption_controls.Rd |only man/ec2_describe_vpc_endpoint_associations.Rd | 21 man/ec2_describe_vpc_endpoint_connection_notifications.Rd | 15 man/ec2_describe_vpc_endpoint_connections.Rd | 21 man/ec2_describe_vpc_endpoint_service_configurations.Rd | 27 man/ec2_describe_vpc_endpoint_service_permissions.Rd | 16 man/ec2_describe_vpc_endpoint_services.Rd | 34 man/ec2_describe_vpc_endpoints.Rd | 32 man/ec2_describe_vpc_peering_connections.Rd | 45 man/ec2_describe_vpcs.Rd | 52 man/ec2_describe_vpn_concentrators.Rd |only man/ec2_describe_vpn_connections.Rd | 43 man/ec2_describe_vpn_gateways.Rd | 31 man/ec2_detach_classic_link_vpc.Rd | 5 man/ec2_detach_internet_gateway.Rd | 5 man/ec2_detach_network_interface.Rd | 19 man/ec2_detach_verified_access_trust_provider.Rd | 8 man/ec2_detach_volume.Rd | 16 man/ec2_detach_vpn_gateway.Rd | 5 man/ec2_disable_address_transfer.Rd | 5 man/ec2_disable_allowed_images_settings.Rd | 5 man/ec2_disable_aws_network_performance_metric_subscription.Rd | 11 man/ec2_disable_capacity_manager.Rd |only man/ec2_disable_ebs_encryption_by_default.Rd | 5 man/ec2_disable_fast_launch.Rd | 9 man/ec2_disable_fast_snapshot_restores.Rd | 16 man/ec2_disable_image.Rd | 5 man/ec2_disable_image_block_public_access.Rd | 5 man/ec2_disable_image_deprecation.Rd | 5 man/ec2_disable_image_deregistration_protection.Rd | 5 man/ec2_disable_instance_sql_ha_standby_detections.Rd |only man/ec2_disable_ipam_organization_admin_account.Rd | 8 man/ec2_disable_ipam_policy.Rd |only man/ec2_disable_route_server_propagation.Rd |only man/ec2_disable_serial_console_access.Rd | 5 man/ec2_disable_snapshot_block_public_access.Rd | 5 man/ec2_disable_transit_gateway_route_table_propagation.Rd | 5 man/ec2_disable_vgw_route_propagation.Rd | 5 man/ec2_disable_vpc_classic_link.Rd | 5 man/ec2_disassociate_address.Rd | 5 man/ec2_disassociate_capacity_reservation_billing_owner.Rd | 5 man/ec2_disassociate_client_vpn_target_network.Rd | 8 man/ec2_disassociate_enclave_certificate_iam_role.Rd | 5 man/ec2_disassociate_instance_event_window.Rd | 5 man/ec2_disassociate_ipam_byoasn.Rd | 5 man/ec2_disassociate_ipam_resource_discovery.Rd | 5 man/ec2_disassociate_nat_gateway_address.Rd | 12 man/ec2_disassociate_route_server.Rd |only man/ec2_disassociate_route_table.Rd | 8 man/ec2_disassociate_security_group_vpc.Rd | 5 man/ec2_disassociate_transit_gateway_multicast_domain.Rd | 5 man/ec2_disassociate_transit_gateway_policy_table.Rd | 8 man/ec2_disassociate_transit_gateway_route_table.Rd | 5 man/ec2_disassociate_trunk_interface.Rd | 8 man/ec2_enable_address_transfer.Rd | 8 man/ec2_enable_allowed_images_settings.Rd | 9 man/ec2_enable_aws_network_performance_metric_subscription.Rd | 15 man/ec2_enable_capacity_manager.Rd |only man/ec2_enable_ebs_encryption_by_default.Rd | 5 man/ec2_enable_fast_launch.Rd | 21 man/ec2_enable_fast_snapshot_restores.Rd | 20 man/ec2_enable_image.Rd | 5 man/ec2_enable_image_block_public_access.Rd | 9 man/ec2_enable_image_deprecation.Rd | 13 man/ec2_enable_image_deregistration_protection.Rd | 8 man/ec2_enable_instance_sql_ha_standby_detections.Rd |only man/ec2_enable_ipam_organization_admin_account.Rd | 8 man/ec2_enable_ipam_policy.Rd |only man/ec2_enable_reachability_analyzer_organization_sharing.Rd | 5 man/ec2_enable_route_server_propagation.Rd |only man/ec2_enable_serial_console_access.Rd | 5 man/ec2_enable_snapshot_block_public_access.Rd | 22 man/ec2_enable_transit_gateway_route_table_propagation.Rd | 5 man/ec2_enable_vgw_route_propagation.Rd | 12 man/ec2_enable_volume_io.Rd | 5 man/ec2_enable_vpc_classic_link.Rd | 5 man/ec2_export_client_vpn_client_certificate_revocation_list.Rd | 5 man/ec2_export_client_vpn_client_configuration.Rd | 5 man/ec2_export_image.Rd | 15 man/ec2_export_transit_gateway_routes.Rd | 26 man/ec2_export_verified_access_instance_client_configuration.Rd | 5 man/ec2_get_active_vpn_tunnel_status.Rd |only man/ec2_get_allowed_images_settings.Rd | 5 man/ec2_get_associated_enclave_certificate_iam_roles.Rd | 8 man/ec2_get_associated_ipv_6_pool_cidrs.Rd | 9 man/ec2_get_aws_network_performance_data.Rd | 17 man/ec2_get_capacity_manager_attributes.Rd |only man/ec2_get_capacity_manager_metric_data.Rd |only man/ec2_get_capacity_manager_metric_dimensions.Rd |only man/ec2_get_capacity_manager_monitored_tag_keys.Rd |only man/ec2_get_capacity_reservation_usage.Rd | 10 man/ec2_get_coip_pool_usage.Rd | 18 man/ec2_get_console_output.Rd | 5 man/ec2_get_console_screenshot.Rd | 8 man/ec2_get_declarative_policies_report_summary.Rd | 5 man/ec2_get_default_credit_specification.Rd | 5 man/ec2_get_ebs_default_kms_key_id.Rd | 7 man/ec2_get_ebs_encryption_by_default.Rd | 5 man/ec2_get_enabled_ipam_policy.Rd |only man/ec2_get_flow_logs_integration_template.Rd | 8 man/ec2_get_groups_for_capacity_reservation.Rd | 14 man/ec2_get_image_ancestry.Rd |only man/ec2_get_image_block_public_access_state.Rd | 5 man/ec2_get_instance_metadata_defaults.Rd | 5 man/ec2_get_instance_tpm_ek_pub.Rd | 10 man/ec2_get_instance_types_from_instance_requirements.Rd | 18 man/ec2_get_instance_uefi_data.Rd | 5 man/ec2_get_ipam_address_history.Rd | 21 man/ec2_get_ipam_discovered_accounts.Rd | 14 man/ec2_get_ipam_discovered_public_addresses.Rd | 8 man/ec2_get_ipam_discovered_resource_cidrs.Rd | 11 man/ec2_get_ipam_policy_allocation_rules.Rd |only man/ec2_get_ipam_policy_organization_targets.Rd |only man/ec2_get_ipam_pool_allocations.Rd | 8 man/ec2_get_ipam_pool_cidrs.Rd | 10 man/ec2_get_ipam_prefix_list_resolver_rules.Rd |only man/ec2_get_ipam_prefix_list_resolver_version_entries.Rd |only man/ec2_get_ipam_prefix_list_resolver_versions.Rd |only man/ec2_get_ipam_resource_cidrs.Rd | 10 man/ec2_get_launch_template_data.Rd | 5 man/ec2_get_managed_prefix_list_associations.Rd | 9 man/ec2_get_managed_prefix_list_entries.Rd | 12 man/ec2_get_managed_resource_visibility.Rd |only man/ec2_get_network_insights_access_scope_analysis_findings.Rd | 9 man/ec2_get_network_insights_access_scope_content.Rd | 5 man/ec2_get_password_data.Rd | 5 man/ec2_get_reserved_instances_exchange_quote.Rd | 8 man/ec2_get_route_server_associations.Rd |only man/ec2_get_route_server_propagations.Rd |only man/ec2_get_route_server_routing_database.Rd |only man/ec2_get_security_groups_for_vpc.Rd | 19 man/ec2_get_serial_console_access_status.Rd | 5 man/ec2_get_snapshot_block_public_access_state.Rd | 5 man/ec2_get_spot_placement_scores.Rd | 51 man/ec2_get_subnet_cidr_reservations.Rd | 19 man/ec2_get_transit_gateway_attachment_propagations.Rd | 12 man/ec2_get_transit_gateway_metering_policy_entries.Rd |only man/ec2_get_transit_gateway_multicast_domain_associations.Rd | 15 man/ec2_get_transit_gateway_policy_table_associations.Rd | 9 man/ec2_get_transit_gateway_policy_table_entries.Rd | 9 man/ec2_get_transit_gateway_prefix_list_references.Rd | 25 man/ec2_get_transit_gateway_route_table_associations.Rd | 12 man/ec2_get_transit_gateway_route_table_propagations.Rd | 12 man/ec2_get_verified_access_endpoint_policy.Rd | 5 man/ec2_get_verified_access_endpoint_targets.Rd | 9 man/ec2_get_verified_access_group_policy.Rd | 5 man/ec2_get_vpc_resources_blocking_encryption_enforcement.Rd |only man/ec2_get_vpn_connection_device_sample_configuration.Rd | 19 man/ec2_get_vpn_connection_device_types.Rd | 25 man/ec2_get_vpn_tunnel_replacement_status.Rd | 5 man/ec2_import_client_vpn_client_certificate_revocation_list.Rd | 12 man/ec2_import_image.Rd | 68 man/ec2_import_instance.Rd | 5 man/ec2_import_key_pair.Rd | 5 man/ec2_import_snapshot.Rd | 39 man/ec2_import_volume.Rd | 16 man/ec2_list_images_in_recycle_bin.Rd | 17 man/ec2_list_snapshots_in_recycle_bin.Rd | 16 man/ec2_list_volumes_in_recycle_bin.Rd |only man/ec2_lock_snapshot.Rd | 63 man/ec2_modify_address_attribute.Rd | 5 man/ec2_modify_availability_zone_group.Rd | 12 man/ec2_modify_capacity_reservation.Rd | 51 man/ec2_modify_capacity_reservation_fleet.Rd | 33 man/ec2_modify_client_vpn_endpoint.Rd | 48 man/ec2_modify_default_credit_specification.Rd | 5 man/ec2_modify_ebs_default_kms_key_id.Rd | 19 man/ec2_modify_fleet.Rd | 9 man/ec2_modify_fpga_image_attribute.Rd | 15 man/ec2_modify_hosts.Rd | 36 man/ec2_modify_id_format.Rd | 13 man/ec2_modify_identity_id_format.Rd | 17 man/ec2_modify_image_attribute.Rd | 44 man/ec2_modify_instance_attribute.Rd | 118 man/ec2_modify_instance_capacity_reservation_attributes.Rd | 5 man/ec2_modify_instance_connect_endpoint.Rd |only man/ec2_modify_instance_cpu_options.Rd | 16 man/ec2_modify_instance_credit_specification.Rd | 8 man/ec2_modify_instance_event_start_time.Rd | 5 man/ec2_modify_instance_event_window.Rd | 20 man/ec2_modify_instance_maintenance_options.Rd | 17 man/ec2_modify_instance_metadata_defaults.Rd | 31 man/ec2_modify_instance_metadata_options.Rd | 52 man/ec2_modify_instance_network_performance_options.Rd | 17 man/ec2_modify_instance_placement.Rd | 27 man/ec2_modify_ipam.Rd | 31 man/ec2_modify_ipam_policy_allocation_rules.Rd |only man/ec2_modify_ipam_pool.Rd | 38 man/ec2_modify_ipam_pool_allocation.Rd |only man/ec2_modify_ipam_prefix_list_resolver.Rd |only man/ec2_modify_ipam_prefix_list_resolver_target.Rd |only man/ec2_modify_ipam_resource_cidr.Rd | 9 man/ec2_modify_ipam_resource_discovery.Rd | 42 man/ec2_modify_ipam_scope.Rd | 19 man/ec2_modify_launch_template.Rd | 16 man/ec2_modify_local_gateway_route.Rd | 12 man/ec2_modify_managed_prefix_list.Rd | 21 man/ec2_modify_managed_resource_visibility.Rd |only man/ec2_modify_network_interface_attribute.Rd | 53 man/ec2_modify_private_dns_name_options.Rd | 17 man/ec2_modify_public_ip_dns_name_options.Rd |only man/ec2_modify_reserved_instances.Rd | 3 man/ec2_modify_route_server.Rd |only man/ec2_modify_security_group_rules.Rd | 5 man/ec2_modify_snapshot_attribute.Rd | 8 man/ec2_modify_snapshot_tier.Rd | 5 man/ec2_modify_spot_fleet_request.Rd | 9 man/ec2_modify_subnet_attribute.Rd | 74 man/ec2_modify_traffic_mirror_filter_network_services.Rd | 8 man/ec2_modify_traffic_mirror_filter_rule.Rd | 15 man/ec2_modify_traffic_mirror_session.Rd | 30 man/ec2_modify_transit_gateway.Rd | 5 man/ec2_modify_transit_gateway_metering_policy.Rd |only man/ec2_modify_transit_gateway_prefix_list_reference.Rd | 5 man/ec2_modify_transit_gateway_vpc_attachment.Rd | 8 man/ec2_modify_verified_access_endpoint.Rd | 11 man/ec2_modify_verified_access_endpoint_policy.Rd | 8 man/ec2_modify_verified_access_group.Rd | 8 man/ec2_modify_verified_access_group_policy.Rd | 8 man/ec2_modify_verified_access_instance.Rd | 8 man/ec2_modify_verified_access_instance_logging_configuration.Rd | 8 man/ec2_modify_verified_access_trust_provider.Rd | 14 man/ec2_modify_volume.Rd | 49 man/ec2_modify_volume_attribute.Rd | 5 man/ec2_modify_vpc_attribute.Rd | 21 man/ec2_modify_vpc_block_public_access_exclusion.Rd | 13 man/ec2_modify_vpc_block_public_access_options.Rd | 18 man/ec2_modify_vpc_encryption_control.Rd |only man/ec2_modify_vpc_endpoint.Rd | 34 man/ec2_modify_vpc_endpoint_connection_notification.Rd | 8 man/ec2_modify_vpc_endpoint_service_configuration.Rd | 26 man/ec2_modify_vpc_endpoint_service_payer_responsibility.Rd | 9 man/ec2_modify_vpc_endpoint_service_permissions.Rd | 14 man/ec2_modify_vpc_peering_connection_options.Rd | 5 man/ec2_modify_vpc_tenancy.Rd | 5 man/ec2_modify_vpn_connection.Rd | 8 man/ec2_modify_vpn_connection_options.Rd | 14 man/ec2_modify_vpn_tunnel_certificate.Rd | 5 man/ec2_modify_vpn_tunnel_options.Rd | 13 man/ec2_monitor_instances.Rd | 5 man/ec2_move_address_to_vpc.Rd | 5 man/ec2_move_byoip_cidr_to_ipam.Rd | 5 man/ec2_move_capacity_reservation_instances.Rd | 11 man/ec2_provision_byoip_cidr.Rd | 32 man/ec2_provision_ipam_byoasn.Rd | 5 man/ec2_provision_ipam_pool_cidr.Rd | 37 man/ec2_provision_public_ipv_4_pool_cidr.Rd | 14 man/ec2_purchase_capacity_block.Rd | 5 man/ec2_purchase_capacity_block_extension.Rd | 5 man/ec2_purchase_host_reservation.Rd | 18 man/ec2_purchase_reserved_instances_offering.Rd | 12 man/ec2_purchase_scheduled_instances.Rd | 8 man/ec2_reboot_instances.Rd | 5 man/ec2_register_image.Rd | 104 man/ec2_register_instance_event_notification_attributes.Rd | 5 man/ec2_register_transit_gateway_multicast_group_members.Rd | 8 man/ec2_register_transit_gateway_multicast_group_sources.Rd | 8 man/ec2_reject_capacity_reservation_billing_ownership.Rd | 5 man/ec2_reject_transit_gateway_client_vpn_attachment.Rd |only man/ec2_reject_transit_gateway_multicast_domain_associations.Rd | 8 man/ec2_reject_transit_gateway_peering_attachment.Rd | 5 man/ec2_reject_transit_gateway_vpc_attachment.Rd | 5 man/ec2_reject_vpc_endpoint_connections.Rd | 5 man/ec2_reject_vpc_peering_connection.Rd | 5 man/ec2_release_address.Rd | 11 man/ec2_release_ipam_pool_allocation.Rd | 8 man/ec2_replace_image_criteria_in_allowed_images_settings.Rd | 9 man/ec2_replace_network_acl_association.Rd | 8 man/ec2_replace_network_acl_entry.Rd | 26 man/ec2_replace_route.Rd | 20 man/ec2_replace_route_table_association.Rd | 5 man/ec2_replace_transit_gateway_route.Rd | 8 man/ec2_replace_vpn_tunnel.Rd | 5 man/ec2_report_instance_status.Rd | 24 man/ec2_request_spot_fleet.Rd | 5 man/ec2_request_spot_instances.Rd | 82 man/ec2_reset_address_attribute.Rd | 5 man/ec2_reset_ebs_default_kms_key_id.Rd | 5 man/ec2_reset_fpga_image_attribute.Rd | 5 man/ec2_reset_image_attribute.Rd | 8 man/ec2_reset_instance_attribute.Rd | 8 man/ec2_reset_network_interface_attribute.Rd | 5 man/ec2_reset_snapshot_attribute.Rd | 8 man/ec2_restore_address_to_classic.Rd | 5 man/ec2_restore_image_from_recycle_bin.Rd | 7 man/ec2_restore_managed_prefix_list_version.Rd | 5 man/ec2_restore_snapshot_from_recycle_bin.Rd | 5 man/ec2_restore_snapshot_tier.Rd | 16 man/ec2_restore_volume_from_recycle_bin.Rd |only man/ec2_revoke_client_vpn_ingress.Rd | 17 man/ec2_revoke_security_group_egress.Rd | 17 man/ec2_revoke_security_group_ingress.Rd | 38 man/ec2_run_instances.Rd | 234 man/ec2_run_scheduled_instances.Rd | 11 man/ec2_search_local_gateway_routes.Rd | 24 man/ec2_search_transit_gateway_multicast_groups.Rd | 24 man/ec2_search_transit_gateway_routes.Rd | 38 man/ec2_send_diagnostic_interrupt.Rd | 5 man/ec2_start_declarative_policies_report.Rd | 8 man/ec2_start_instances.Rd | 5 man/ec2_start_network_insights_access_scope_analysis.Rd | 8 man/ec2_start_network_insights_analysis.Rd | 14 man/ec2_start_vpc_endpoint_service_private_dns_verification.Rd | 5 man/ec2_stop_instances.Rd | 35 man/ec2_terminate_client_vpn_connections.Rd | 9 man/ec2_terminate_instances.Rd | 25 man/ec2_unassign_private_ip_addresses.Rd | 4 man/ec2_unassign_private_nat_gateway_address.Rd | 9 man/ec2_unlock_snapshot.Rd | 5 man/ec2_unmonitor_instances.Rd | 5 man/ec2_update_capacity_manager_monitored_tag_keys.Rd |only man/ec2_update_capacity_manager_organizations_access.Rd |only man/ec2_update_interruptible_capacity_reservation_allocation.Rd |only man/ec2_update_security_group_rule_descriptions_egress.Rd | 18 man/ec2_update_security_group_rule_descriptions_ingress.Rd | 19 man/ec2_withdraw_byoip_cidr.Rd | 5 man/ec2instanceconnect.Rd | 9 man/ec2instanceconnect_send_serial_console_ssh_public_key.Rd | 5 man/ec2instanceconnect_send_ssh_public_key.Rd | 6 man/ecr.Rd | 21 man/ecr_batch_check_layer_availability.Rd | 7 man/ecr_batch_delete_image.Rd | 8 man/ecr_batch_get_image.Rd | 12 man/ecr_complete_layer_upload.Rd | 8 man/ecr_create_pull_through_cache_rule.Rd | 40 man/ecr_create_repository.Rd | 45 man/ecr_create_repository_creation_template.Rd | 56 man/ecr_delete_lifecycle_policy.Rd | 4 man/ecr_delete_pull_through_cache_rule.Rd | 7 man/ecr_delete_repository.Rd | 8 man/ecr_delete_repository_creation_template.Rd | 3 man/ecr_delete_repository_policy.Rd | 7 man/ecr_delete_signing_configuration.Rd |only man/ecr_deregister_pull_time_update_exclusion.Rd |only man/ecr_describe_image_replication_status.Rd | 5 man/ecr_describe_image_scan_findings.Rd | 26 man/ecr_describe_image_signing_status.Rd |only man/ecr_describe_images.Rd | 27 man/ecr_describe_pull_through_cache_rules.Rd | 25 man/ecr_describe_repositories.Rd | 32 man/ecr_describe_repository_creation_templates.Rd | 26 man/ecr_get_account_setting.Rd | 3 man/ecr_get_authorization_token.Rd | 4 man/ecr_get_download_url_for_layer.Rd | 7 man/ecr_get_lifecycle_policy.Rd | 4 man/ecr_get_lifecycle_policy_preview.Rd | 26 man/ecr_get_repository_policy.Rd | 4 man/ecr_get_signing_configuration.Rd |only man/ecr_initiate_layer_upload.Rd | 4 man/ecr_list_image_referrers.Rd |only man/ecr_list_images.Rd | 27 man/ecr_list_pull_time_update_exclusions.Rd |only man/ecr_list_tags_for_resource.Rd | 4 man/ecr_put_account_setting.Rd | 7 man/ecr_put_image.Rd | 12 man/ecr_put_image_scanning_configuration.Rd | 12 man/ecr_put_image_tag_mutability.Rd | 18 man/ecr_put_lifecycle_policy.Rd | 4 man/ecr_put_registry_policy.Rd | 4 man/ecr_put_registry_scanning_configuration.Rd | 15 man/ecr_put_signing_configuration.Rd |only man/ecr_register_pull_time_update_exclusion.Rd |only man/ecr_set_repository_policy.Rd | 13 man/ecr_start_image_scan.Rd | 6 man/ecr_start_lifecycle_policy_preview.Rd | 7 man/ecr_tag_resource.Rd | 7 man/ecr_untag_resource.Rd | 4 man/ecr_update_image_storage_class.Rd |only man/ecr_update_pull_through_cache_rule.Rd | 16 man/ecr_update_repository_creation_template.Rd | 53 man/ecr_upload_layer_part.Rd | 14 man/ecr_validate_pull_through_cache_rule.Rd | 3 man/ecrpublic.Rd | 9 man/ecrpublic_batch_check_layer_availability.Rd | 7 man/ecrpublic_batch_delete_image.Rd | 8 man/ecrpublic_complete_layer_upload.Rd | 11 man/ecrpublic_create_repository.Rd | 14 man/ecrpublic_delete_repository.Rd | 8 man/ecrpublic_delete_repository_policy.Rd | 7 man/ecrpublic_describe_image_tags.Rd | 28 man/ecrpublic_describe_images.Rd | 25 man/ecrpublic_describe_registries.Rd | 23 man/ecrpublic_describe_repositories.Rd | 33 man/ecrpublic_get_repository_catalog_data.Rd | 4 man/ecrpublic_get_repository_policy.Rd | 4 man/ecrpublic_initiate_layer_upload.Rd | 4 man/ecrpublic_list_tags_for_resource.Rd | 4 man/ecrpublic_put_image.Rd | 13 man/ecrpublic_put_registry_catalog_data.Rd | 6 man/ecrpublic_put_repository_catalog_data.Rd | 7 man/ecrpublic_set_repository_policy.Rd | 13 man/ecrpublic_tag_resource.Rd | 7 man/ecrpublic_untag_resource.Rd | 3 man/ecrpublic_upload_layer_part.Rd | 14 man/ecs.Rd | 43 man/ecs_continue_service_deployment.Rd |only man/ecs_create_capacity_provider.Rd | 46 man/ecs_create_cluster.Rd | 98 man/ecs_create_daemon.Rd |only man/ecs_create_express_gateway_service.Rd |only man/ecs_create_service.Rd | 343 man/ecs_create_task_set.Rd | 108 man/ecs_delete_account_setting.Rd | 17 man/ecs_delete_attributes.Rd | 10 man/ecs_delete_capacity_provider.Rd | 7 man/ecs_delete_cluster.Rd | 3 man/ecs_delete_daemon.Rd |only man/ecs_delete_daemon_task_definition.Rd |only man/ecs_delete_express_gateway_service.Rd |only man/ecs_delete_service.Rd | 8 man/ecs_delete_task_definitions.Rd | 4 man/ecs_delete_task_set.Rd | 12 man/ecs_deregister_container_instance.Rd | 22 man/ecs_deregister_task_definition.Rd | 4 man/ecs_describe_capacity_providers.Rd | 35 man/ecs_describe_clusters.Rd | 25 man/ecs_describe_container_instances.Rd | 15 man/ecs_describe_daemon.Rd |only man/ecs_describe_daemon_deployments.Rd |only man/ecs_describe_daemon_revisions.Rd |only man/ecs_describe_daemon_task_definition.Rd |only man/ecs_describe_express_gateway_service.Rd |only man/ecs_describe_service_revisions.Rd | 3 man/ecs_describe_services.Rd | 13 man/ecs_describe_task_definition.Rd | 8 man/ecs_describe_task_sets.Rd | 10 man/ecs_describe_tasks.Rd | 9 man/ecs_discover_poll_endpoint.Rd | 7 man/ecs_execute_command.Rd | 10 man/ecs_get_task_protection.Rd | 3 man/ecs_list_account_settings.Rd | 50 man/ecs_list_attributes.Rd | 32 man/ecs_list_clusters.Rd | 21 man/ecs_list_container_instances.Rd | 40 man/ecs_list_daemon_deployments.Rd |only man/ecs_list_daemon_task_definitions.Rd |only man/ecs_list_daemons.Rd |only man/ecs_list_service_deployments.Rd | 33 man/ecs_list_services.Rd | 42 man/ecs_list_services_by_namespace.Rd | 30 man/ecs_list_tags_for_resource.Rd | 4 man/ecs_list_task_definition_families.Rd | 38 man/ecs_list_task_definitions.Rd | 42 man/ecs_list_tasks.Rd | 84 man/ecs_put_account_setting.Rd | 132 man/ecs_put_account_setting_default.Rd | 118 man/ecs_put_attributes.Rd | 8 man/ecs_put_cluster_capacity_providers.Rd | 53 man/ecs_register_container_instance.Rd | 43 man/ecs_register_daemon_task_definition.Rd |only man/ecs_register_task_definition.Rd | 285 man/ecs_run_task.Rd | 234 man/ecs_start_task.Rd | 108 man/ecs_stop_service_deployment.Rd |only man/ecs_stop_task.Rd | 10 man/ecs_submit_attachment_state_changes.Rd | 3 man/ecs_submit_container_state_change.Rd | 3 man/ecs_submit_task_state_change.Rd | 3 man/ecs_tag_resource.Rd | 31 man/ecs_untag_resource.Rd | 4 man/ecs_update_capacity_provider.Rd | 14 man/ecs_update_cluster.Rd | 17 man/ecs_update_cluster_settings.Rd | 13 man/ecs_update_container_agent.Rd | 7 man/ecs_update_container_instances_state.Rd | 11 man/ecs_update_daemon.Rd |only man/ecs_update_express_gateway_service.Rd |only man/ecs_update_service.Rd | 314 man/ecs_update_service_primary_task_set.Rd | 9 man/ecs_update_task_protection.Rd | 16 man/ecs_update_task_set.Rd | 12 man/eks.Rd | 21 man/eks_associate_access_policy.Rd | 9 man/eks_associate_encryption_config.Rd | 3 man/eks_associate_identity_provider_config.Rd | 10 man/eks_create_access_entry.Rd | 91 man/eks_create_addon.Rd | 78 man/eks_create_capability.Rd |only man/eks_create_cluster.Rd | 117 man/eks_create_eks_anywhere_subscription.Rd | 43 man/eks_create_fargate_profile.Rd | 31 man/eks_create_nodegroup.Rd | 134 man/eks_create_pod_identity_association.Rd | 69 man/eks_delete_addon.Rd | 8 man/eks_delete_capability.Rd |only man/eks_describe_addon.Rd | 4 man/eks_describe_addon_configuration.Rd | 8 man/eks_describe_addon_versions.Rd | 36 man/eks_describe_capability.Rd |only man/eks_describe_cluster_versions.Rd | 3 man/eks_describe_insights_refresh.Rd |only man/eks_describe_update.Rd | 17 man/eks_disassociate_access_policy.Rd | 4 man/eks_disassociate_identity_provider_config.Rd | 3 man/eks_list_access_entries.Rd | 22 man/eks_list_access_policies.Rd | 17 man/eks_list_addons.Rd | 17 man/eks_list_associated_access_policies.Rd | 17 man/eks_list_capabilities.Rd |only man/eks_list_clusters.Rd | 23 man/eks_list_eks_anywhere_subscriptions.Rd | 16 man/eks_list_fargate_profiles.Rd | 17 man/eks_list_identity_provider_configs.Rd | 17 man/eks_list_insights.Rd | 22 man/eks_list_nodegroups.Rd | 17 man/eks_list_pod_identity_associations.Rd | 26 man/eks_list_tags_for_resource.Rd | 3 man/eks_list_updates.Rd | 24 man/eks_register_cluster.Rd | 10 man/eks_start_insights_refresh.Rd |only man/eks_tag_resource.Rd | 4 man/eks_update_access_entry.Rd | 37 man/eks_update_addon.Rd | 61 man/eks_update_capability.Rd |only man/eks_update_cluster_config.Rd | 67 man/eks_update_cluster_version.Rd | 12 man/eks_update_eks_anywhere_subscription.Rd | 6 man/eks_update_nodegroup_config.Rd | 15 man/eks_update_nodegroup_version.Rd | 46 man/eks_update_pod_identity_association.Rd | 30 man/elasticbeanstalk.Rd | 15 man/elasticbeanstalk_abort_environment_update.Rd | 6 man/elasticbeanstalk_associate_environment_operations_role.Rd | 3 man/elasticbeanstalk_compose_environments.Rd | 14 man/elasticbeanstalk_create_application.Rd | 6 man/elasticbeanstalk_create_application_version.Rd | 42 man/elasticbeanstalk_create_configuration_template.Rd | 61 man/elasticbeanstalk_create_environment.Rd | 74 man/elasticbeanstalk_create_platform_version.Rd | 4 man/elasticbeanstalk_delete_application.Rd | 3 man/elasticbeanstalk_delete_application_version.Rd | 4 man/elasticbeanstalk_describe_application_versions.Rd | 13 man/elasticbeanstalk_describe_applications.Rd | 3 man/elasticbeanstalk_describe_configuration_options.Rd | 14 man/elasticbeanstalk_describe_configuration_settings.Rd | 11 man/elasticbeanstalk_describe_environment_health.Rd | 4 man/elasticbeanstalk_describe_environment_resources.Rd | 8 man/elasticbeanstalk_describe_environments.Rd | 28 man/elasticbeanstalk_describe_events.Rd | 37 man/elasticbeanstalk_describe_instances_health.Rd | 4 man/elasticbeanstalk_disassociate_environment_operations_role.Rd | 3 man/elasticbeanstalk_list_platform_branches.Rd | 23 man/elasticbeanstalk_list_platform_versions.Rd | 8 man/elasticbeanstalk_list_tags_for_resource.Rd | 3 man/elasticbeanstalk_rebuild_environment.Rd | 8 man/elasticbeanstalk_request_environment_info.Rd | 20 man/elasticbeanstalk_restart_app_server.Rd | 8 man/elasticbeanstalk_retrieve_environment_info.Rd | 14 man/elasticbeanstalk_swap_environment_cnam_es.Rd | 18 man/elasticbeanstalk_terminate_environment.Rd | 21 man/elasticbeanstalk_update_application.Rd | 7 man/elasticbeanstalk_update_application_version.Rd | 8 man/elasticbeanstalk_update_configuration_template.Rd | 14 man/elasticbeanstalk_update_environment.Rd | 53 man/elasticbeanstalk_update_tags_for_resource.Rd | 6 man/elasticbeanstalk_validate_configuration_settings.Rd | 6 man/emrcontainers.Rd | 21 man/emrcontainers_create_managed_endpoint.Rd | 6 man/emrcontainers_create_security_configuration.Rd | 6 man/emrcontainers_get_managed_endpoint_session_credentials.Rd | 9 man/emrcontainers_list_virtual_clusters.Rd | 8 man/emrserverless.Rd | 26 man/emrserverless_cancel_job_run.Rd | 8 man/emrserverless_create_application.Rd | 53 man/emrserverless_get_dashboard_for_job_run.Rd | 6 man/emrserverless_get_job_run.Rd | 3 man/emrserverless_get_resource_dashboard.Rd |only man/emrserverless_get_session.Rd |only man/emrserverless_get_session_endpoint.Rd |only man/emrserverless_list_applications.Rd | 4 man/emrserverless_list_job_runs.Rd | 3 man/emrserverless_list_sessions.Rd |only man/emrserverless_list_tags_for_resource.Rd | 4 man/emrserverless_start_job_run.Rd | 9 man/emrserverless_start_session.Rd |only man/emrserverless_tag_resource.Rd | 4 man/emrserverless_terminate_session.Rd |only man/emrserverless_untag_resource.Rd | 4 man/emrserverless_update_application.Rd | 62 man/imagebuilder.Rd | 8 man/imagebuilder_cancel_image_creation.Rd | 7 man/imagebuilder_cancel_lifecycle_execution.Rd | 7 man/imagebuilder_create_component.Rd | 56 man/imagebuilder_create_container_recipe.Rd | 44 man/imagebuilder_create_distribution_configuration.Rd | 4 man/imagebuilder_create_image.Rd | 29 man/imagebuilder_create_image_pipeline.Rd | 33 man/imagebuilder_create_image_recipe.Rd | 53 man/imagebuilder_create_infrastructure_configuration.Rd | 61 man/imagebuilder_create_lifecycle_policy.Rd | 10 man/imagebuilder_create_workflow.Rd | 52 man/imagebuilder_delete_distribution_configuration.Rd | 3 man/imagebuilder_delete_image.Rd | 3 man/imagebuilder_delete_infrastructure_configuration.Rd | 3 man/imagebuilder_delete_lifecycle_policy.Rd | 3 man/imagebuilder_distribute_image.Rd |only man/imagebuilder_get_component.Rd | 3 man/imagebuilder_get_component_policy.Rd | 3 man/imagebuilder_get_container_recipe_policy.Rd | 3 man/imagebuilder_get_distribution_configuration.Rd | 3 man/imagebuilder_get_image_pipeline.Rd | 3 man/imagebuilder_get_image_policy.Rd | 3 man/imagebuilder_get_image_recipe.Rd | 3 man/imagebuilder_get_image_recipe_policy.Rd | 3 man/imagebuilder_get_infrastructure_configuration.Rd | 3 man/imagebuilder_get_lifecycle_execution.Rd | 3 man/imagebuilder_get_lifecycle_policy.Rd | 3 man/imagebuilder_get_marketplace_resource.Rd | 9 man/imagebuilder_get_workflow.Rd | 3 man/imagebuilder_get_workflow_execution.Rd | 3 man/imagebuilder_get_workflow_step_execution.Rd | 3 man/imagebuilder_import_component.Rd | 43 man/imagebuilder_import_disk_image.Rd | 32 man/imagebuilder_import_vm_image.Rd | 36 man/imagebuilder_list_component_build_versions.Rd | 10 man/imagebuilder_list_components.Rd | 11 man/imagebuilder_list_container_recipes.Rd | 9 man/imagebuilder_list_distribution_configurations.Rd | 5 man/imagebuilder_list_image_build_versions.Rd | 10 man/imagebuilder_list_image_packages.Rd | 8 man/imagebuilder_list_image_pipeline_images.Rd | 8 man/imagebuilder_list_image_pipelines.Rd | 5 man/imagebuilder_list_image_recipes.Rd | 11 man/imagebuilder_list_image_scan_finding_aggregations.Rd | 5 man/imagebuilder_list_image_scan_findings.Rd | 11 man/imagebuilder_list_images.Rd | 11 man/imagebuilder_list_infrastructure_configurations.Rd | 5 man/imagebuilder_list_lifecycle_execution_resources.Rd | 17 man/imagebuilder_list_lifecycle_executions.Rd | 8 man/imagebuilder_list_lifecycle_policies.Rd | 8 man/imagebuilder_list_tags_for_resource.Rd | 3 man/imagebuilder_list_waiting_workflow_steps.Rd | 5 man/imagebuilder_list_workflow_build_versions.Rd | 10 man/imagebuilder_list_workflow_executions.Rd | 8 man/imagebuilder_list_workflow_step_executions.Rd | 8 man/imagebuilder_list_workflows.Rd | 8 man/imagebuilder_put_component_policy.Rd | 3 man/imagebuilder_put_container_recipe_policy.Rd | 3 man/imagebuilder_put_image_policy.Rd | 3 man/imagebuilder_put_image_recipe_policy.Rd | 3 man/imagebuilder_retry_image.Rd |only man/imagebuilder_send_workflow_step_action.Rd | 10 man/imagebuilder_start_image_pipeline_execution.Rd | 15 man/imagebuilder_start_resource_state_update.Rd | 16 man/imagebuilder_update_distribution_configuration.Rd | 7 man/imagebuilder_update_image_pipeline.Rd | 33 man/imagebuilder_update_infrastructure_configuration.Rd | 54 man/imagebuilder_update_lifecycle_policy.Rd | 7 man/lambda.Rd | 86 man/lambda_add_layer_version_permission.Rd | 23 man/lambda_add_permission.Rd | 71 man/lambda_checkpoint_durable_execution.Rd |only man/lambda_create_alias.Rd | 9 man/lambda_create_capacity_provider.Rd |only man/lambda_create_code_signing_config.Rd | 3 man/lambda_create_event_source_mapping.Rd | 131 man/lambda_create_function.Rd | 143 man/lambda_create_function_url_config.Rd | 25 man/lambda_delete_alias.Rd | 6 man/lambda_delete_capacity_provider.Rd |only man/lambda_delete_function.Rd | 13 man/lambda_delete_function_code_signing_config.Rd | 6 man/lambda_delete_function_concurrency.Rd | 6 man/lambda_delete_function_event_invoke_config.Rd | 10 man/lambda_delete_function_url_config.Rd | 6 man/lambda_delete_provisioned_concurrency_config.Rd | 6 man/lambda_get_alias.Rd | 6 man/lambda_get_capacity_provider.Rd |only man/lambda_get_durable_execution.Rd |only man/lambda_get_durable_execution_history.Rd |only man/lambda_get_durable_execution_state.Rd |only man/lambda_get_function.Rd | 13 man/lambda_get_function_code_signing_config.Rd | 6 man/lambda_get_function_concurrency.Rd | 6 man/lambda_get_function_configuration.Rd | 13 man/lambda_get_function_event_invoke_config.Rd | 10 man/lambda_get_function_recursion_config.Rd | 2 man/lambda_get_function_scaling_config.Rd |only man/lambda_get_function_url_config.Rd | 6 man/lambda_get_policy.Rd | 10 man/lambda_get_provisioned_concurrency_config.Rd | 6 man/lambda_get_runtime_management_config.Rd | 10 man/lambda_invoke.Rd | 51 man/lambda_invoke_async.Rd | 6 man/lambda_invoke_with_response_stream.Rd | 29 man/lambda_list_aliases.Rd | 12 man/lambda_list_capacity_providers.Rd |only man/lambda_list_code_signing_configs.Rd | 3 man/lambda_list_durable_executions_by_function.Rd |only man/lambda_list_event_source_mappings.Rd | 19 man/lambda_list_function_event_invoke_configs.Rd | 9 man/lambda_list_function_url_configs.Rd | 14 man/lambda_list_function_versions_by_capacity_provider.Rd |only man/lambda_list_functions.Rd | 16 man/lambda_list_functions_by_code_signing_config.Rd | 3 man/lambda_list_layer_versions.Rd | 3 man/lambda_list_layers.Rd | 3 man/lambda_list_provisioned_concurrency_configs.Rd | 9 man/lambda_list_tags.Rd | 3 man/lambda_list_versions_by_function.Rd | 14 man/lambda_publish_layer_version.Rd | 13 man/lambda_publish_version.Rd | 28 man/lambda_put_function_code_signing_config.Rd | 6 man/lambda_put_function_concurrency.Rd | 6 man/lambda_put_function_event_invoke_config.Rd | 19 man/lambda_put_function_recursion_config.Rd | 25 man/lambda_put_function_scaling_config.Rd |only man/lambda_put_provisioned_concurrency_config.Rd | 9 man/lambda_put_runtime_management_config.Rd | 33 man/lambda_remove_layer_version_permission.Rd | 4 man/lambda_remove_permission.Rd | 17 man/lambda_send_durable_execution_callback_failure.Rd |only man/lambda_send_durable_execution_callback_heartbeat.Rd |only man/lambda_send_durable_execution_callback_success.Rd |only man/lambda_stop_durable_execution.Rd |only man/lambda_update_alias.Rd | 13 man/lambda_update_capacity_provider.Rd |only man/lambda_update_event_source_mapping.Rd | 117 man/lambda_update_function_code.Rd | 67 man/lambda_update_function_configuration.Rd | 104 man/lambda_update_function_event_invoke_config.Rd | 19 man/lambda_update_function_url_config.Rd | 25 man/lightsail.Rd | 19 man/lightsail_attach_certificate_to_distribution.Rd | 15 man/lightsail_attach_disk.Rd | 6 man/lightsail_attach_instances_to_load_balancer.Rd | 10 man/lightsail_attach_load_balancer_tls_certificate.Rd | 3 man/lightsail_copy_snapshot.Rd | 34 man/lightsail_create_bucket.Rd | 21 man/lightsail_create_bucket_access_key.Rd | 3 man/lightsail_create_certificate.Rd | 12 man/lightsail_create_cloud_formation_stack.Rd | 5 man/lightsail_create_contact_method.Rd | 37 man/lightsail_create_container_service.Rd | 81 man/lightsail_create_container_service_deployment.Rd | 6 man/lightsail_create_disk.Rd | 13 man/lightsail_create_disk_from_snapshot.Rd | 52 man/lightsail_create_disk_snapshot.Rd | 24 man/lightsail_create_distribution.Rd | 33 man/lightsail_create_domain.Rd | 3 man/lightsail_create_domain_entry.Rd | 6 man/lightsail_create_instance_snapshot.Rd | 3 man/lightsail_create_instances.Rd | 53 man/lightsail_create_instances_from_snapshot.Rd | 68 man/lightsail_create_key_pair.Rd | 3 man/lightsail_create_load_balancer.Rd | 38 man/lightsail_create_load_balancer_tls_certificate.Rd | 15 man/lightsail_create_relational_database.Rd | 84 man/lightsail_create_relational_database_from_snapshot.Rd | 45 man/lightsail_create_relational_database_snapshot.Rd | 3 man/lightsail_delete_auto_snapshot.Rd | 7 man/lightsail_delete_bucket.Rd | 14 man/lightsail_delete_bucket_access_key.Rd | 3 man/lightsail_delete_certificate.Rd | 3 man/lightsail_delete_contact_method.Rd | 8 man/lightsail_delete_container_image.Rd | 13 man/lightsail_delete_distribution.Rd | 3 man/lightsail_delete_domain_entry.Rd | 3 man/lightsail_delete_instance.Rd | 3 man/lightsail_delete_key_pair.Rd | 3 man/lightsail_delete_known_host_keys.Rd | 3 man/lightsail_delete_load_balancer_tls_certificate.Rd | 5 man/lightsail_delete_relational_database.Rd | 14 man/lightsail_detach_certificate_from_distribution.Rd | 3 man/lightsail_detach_disk.Rd | 3 man/lightsail_detach_instances_from_load_balancer.Rd | 3 man/lightsail_enable_add_on.Rd | 3 man/lightsail_get_active_names.Rd | 5 man/lightsail_get_alarms.Rd | 8 man/lightsail_get_auto_snapshots.Rd | 3 man/lightsail_get_blueprints.Rd | 11 man/lightsail_get_bucket_bundles.Rd | 3 man/lightsail_get_bucket_metric_data.Rd | 41 man/lightsail_get_buckets.Rd | 22 man/lightsail_get_bundles.Rd | 8 man/lightsail_get_certificates.Rd | 21 man/lightsail_get_cloud_formation_stack_records.Rd | 5 man/lightsail_get_contact_methods.Rd | 6 man/lightsail_get_container_images.Rd | 3 man/lightsail_get_container_log.Rd | 35 man/lightsail_get_container_service_metric_data.Rd | 39 man/lightsail_get_container_services.Rd | 3 man/lightsail_get_cost_estimate.Rd | 12 man/lightsail_get_disk_snapshots.Rd | 5 man/lightsail_get_disks.Rd | 5 man/lightsail_get_distribution_latest_cache_reset.Rd | 9 man/lightsail_get_distribution_metric_data.Rd | 72 man/lightsail_get_distributions.Rd | 8 man/lightsail_get_domains.Rd | 5 man/lightsail_get_export_snapshot_records.Rd | 6 man/lightsail_get_instance_metric_data.Rd | 108 man/lightsail_get_instance_snapshots.Rd | 5 man/lightsail_get_instances.Rd | 5 man/lightsail_get_key_pairs.Rd | 8 man/lightsail_get_load_balancer_metric_data.Rd | 109 man/lightsail_get_load_balancer_tls_certificates.Rd | 3 man/lightsail_get_load_balancer_tls_policies.Rd | 6 man/lightsail_get_load_balancers.Rd | 5 man/lightsail_get_operations.Rd | 5 man/lightsail_get_operations_for_resource.Rd | 6 man/lightsail_get_regions.Rd | 8 man/lightsail_get_relational_database_blueprints.Rd | 6 man/lightsail_get_relational_database_bundles.Rd | 9 man/lightsail_get_relational_database_events.Rd | 9 man/lightsail_get_relational_database_log_events.Rd | 31 man/lightsail_get_relational_database_master_user_password.Rd | 6 man/lightsail_get_relational_database_metric_data.Rd | 60 man/lightsail_get_relational_database_parameters.Rd | 6 man/lightsail_get_relational_database_snapshots.Rd | 6 man/lightsail_get_relational_databases.Rd | 6 man/lightsail_get_setup_history.Rd | 5 man/lightsail_get_static_ips.Rd | 5 man/lightsail_put_alarm.Rd | 113 man/lightsail_put_instance_public_ports.Rd | 3 man/lightsail_register_container_image.Rd | 28 man/lightsail_reset_distribution_cache.Rd | 3 man/lightsail_set_ip_address_type.Rd | 22 man/lightsail_set_resource_access_for_bucket.Rd | 9 man/lightsail_setup_instance_https.Rd | 6 man/lightsail_stop_instance.Rd | 7 man/lightsail_stop_relational_database.Rd | 3 man/lightsail_tag_resource.Rd | 3 man/lightsail_test_alarm.Rd | 4 man/lightsail_untag_resource.Rd | 3 man/lightsail_update_bucket.Rd | 22 man/lightsail_update_bucket_bundle.Rd | 3 man/lightsail_update_container_service.Rd | 53 man/lightsail_update_distribution.Rd | 38 man/lightsail_update_distribution_bundle.Rd | 6 man/lightsail_update_domain_entry.Rd | 3 man/lightsail_update_instance_metadata_options.Rd | 41 man/lightsail_update_load_balancer_attribute.Rd | 33 man/lightsail_update_relational_database.Rd | 55 man/proton.Rd | 108 man/proton_create_component.Rd | 42 man/proton_create_environment.Rd | 72 man/proton_create_environment_account_connection.Rd | 54 man/proton_create_environment_template.Rd | 9 man/proton_create_environment_template_version.Rd | 19 man/proton_create_repository.Rd | 14 man/proton_create_service.Rd | 36 man/proton_create_service_instance.Rd | 12 man/proton_create_service_template.Rd | 15 man/proton_create_service_template_version.Rd | 32 man/proton_create_template_sync_config.Rd | 4 man/proton_delete_service_sync_config.Rd | 3 man/proton_get_deployment.Rd | 3 man/proton_get_environment_account_connection.Rd | 3 man/proton_get_environment_template.Rd | 3 man/proton_get_environment_template_version.Rd | 9 man/proton_get_service_instance.Rd | 3 man/proton_get_service_instance_sync_status.Rd | 3 man/proton_get_service_sync_blocker_summary.Rd | 7 man/proton_get_service_sync_config.Rd | 3 man/proton_get_service_template_version.Rd | 9 man/proton_list_component_outputs.Rd | 3 man/proton_list_component_provisioned_resources.Rd | 4 man/proton_list_components.Rd | 14 man/proton_list_deployments.Rd | 16 man/proton_list_environment_account_connections.Rd | 11 man/proton_list_environment_outputs.Rd | 4 man/proton_list_environment_provisioned_resources.Rd | 4 man/proton_list_environment_template_versions.Rd | 13 man/proton_list_environment_templates.Rd | 4 man/proton_list_environments.Rd | 4 man/proton_list_repositories.Rd | 3 man/proton_list_repository_sync_definitions.Rd | 4 man/proton_list_service_instance_outputs.Rd | 3 man/proton_list_service_instance_provisioned_resources.Rd | 4 man/proton_list_service_instances.Rd | 11 man/proton_list_service_pipeline_outputs.Rd | 3 man/proton_list_service_pipeline_provisioned_resources.Rd | 4 man/proton_list_service_template_versions.Rd | 13 man/proton_list_service_templates.Rd | 4 man/proton_list_services.Rd | 3 man/proton_list_tags_for_resource.Rd | 4 man/proton_notify_resource_deployment_status_change.Rd | 3 man/proton_tag_resource.Rd | 3 man/proton_untag_resource.Rd | 6 man/proton_update_account_settings.Rd | 23 man/proton_update_component.Rd | 36 man/proton_update_environment.Rd | 50 man/proton_update_environment_account_connection.Rd | 20 man/proton_update_environment_template.Rd | 3 man/proton_update_environment_template_version.Rd | 6 man/proton_update_service.Rd | 6 man/proton_update_service_instance.Rd | 21 man/proton_update_service_pipeline.Rd | 27 man/proton_update_service_sync_config.Rd | 3 man/proton_update_service_template.Rd | 3 man/proton_update_service_template_version.Rd | 20 man/proton_update_template_sync_config.Rd | 3 man/reexports.Rd | 2 man/serverlessapplicationrepository.Rd | 48 man/serverlessapplicationrepository_cre_clo_for_cha_set.Rd | 92 man/serverlessapplicationrepository_create_application.Rd | 50 man/serverlessapplicationrepository_create_application_version.Rd | 6 man/serverlessapplicationrepository_get_cloud_formation_template.Rd | 3 man/serverlessapplicationrepository_update_application.Rd | 9 tests/testthat/test_batch.R | 12 tests/testthat/test_ec2.R | 200 tests/testthat/test_ecr.R | 4 tests/testthat/test_ecs.R | 8 tests/testthat/test_imagebuilder.R | 12 tests/testthat/test_lambda.R | 4 1515 files changed, 26490 insertions(+), 38015 deletions(-)
Title: Derivative-Based Optimization with User-Defined Convergence
Criteria
Description: Provides a derivative-based optimization framework that allows users
to combine eight convergence criteria. Unlike standard optimization functions, this package includes a
built-in mechanism to verify the positive definiteness of the Hessian matrix
at the point of convergence. This additional check helps prevent the solver
from falsely identifying non-optimal solutions, such as saddle points, as
valid minima.
Author: Eunseong Cho [aut, cre]
Maintainer: Eunseong Cho <bene@kw.ac.kr>
Diff between optimflex versions 0.1.6 dated 2026-04-11 and 0.1.7 dated 2026-05-31
DESCRIPTION | 6 MD5 | 8 NEWS.md | 3 R/dogleg.R | 537 ++++++++++++++++++++++--------------------- R/double_dogleg.R | 666 +++++++++++++++++++++++++++--------------------------- 5 files changed, 620 insertions(+), 600 deletions(-)
Title: Nonlinear Mixed Effects Models in Population PK/PD, Estimation
Routines
Description: Fit and compare nonlinear mixed-effects models in
differential equations with flexible dosing information commonly seen
in pharmacokinetics and pharmacodynamics (Almquist, Leander, and
Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation
solving is by compiled C code provided in the 'rxode2' package (Wang,
Hallow, and James 2015 <doi:10.1002/psp4.12052>).
Author: Matthew Fidler [aut, cre] ,
Wenping Wang [aut],
Audrey Lavenu [ctb],
Ben Goodrich [ctb],
David Ardia [cph],
Dirk Eddelbuettel [cph],
Elizabeth Eskow [ctb],
Emmanuelle Comets [ctb],
Hadley Wickham [ctb],
Hajar Besbassi [ctb],
Johannes Pfeifer [ctb],
J [...truncated...]
Maintainer: Matthew Fidler <matthew.fidler@gmail.com>
Diff between nlmixr2est versions 5.0.2 dated 2025-11-28 and 6.0.0 dated 2026-05-31
nlmixr2est-5.0.2/nlmixr2est/tests/testthat/_snaps |only nlmixr2est-5.0.2/nlmixr2est/tests/testthat/test-focei-wang2007.R |only nlmixr2est-5.0.2/nlmixr2est/tests/testthat/test-restart.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthat/test-resume-bobyqa.R |only nlmixr2est-5.0.2/nlmixr2est/tests/testthatdatos_pac.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthatout.focei.prop.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthattest-cwres-3.0.3.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthattest-resume-bobyqa.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthattest-saem-theo_sd.qs2 |only nlmixr2est-6.0.0/nlmixr2est/DESCRIPTION | 97 nlmixr2est-6.0.0/nlmixr2est/MD5 | 308 - nlmixr2est-6.0.0/nlmixr2est/NAMESPACE | 13 nlmixr2est-6.0.0/nlmixr2est/NEWS.md | 61 nlmixr2est-6.0.0/nlmixr2est/R/RcppExports.R | 8 nlmixr2est-6.0.0/nlmixr2est/R/aaaCranNlmixrThreads.R |only nlmixr2est-6.0.0/nlmixr2est/R/agq.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/agqGen.R | 2220 +++++----- nlmixr2est-6.0.0/nlmixr2est/R/augPred.R | 41 nlmixr2est-6.0.0/nlmixr2est/R/benchmarking.R |only nlmixr2est-6.0.0/nlmixr2est/R/bobyqa.R | 14 nlmixr2est-6.0.0/nlmixr2est/R/broom.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/build.R | 6 nlmixr2est-6.0.0/nlmixr2est/R/compat.R | 33 nlmixr2est-6.0.0/nlmixr2est/R/deparse.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/fo.R | 1 nlmixr2est-6.0.0/nlmixr2est/R/foce.R | 5 nlmixr2est-6.0.0/nlmixr2est/R/focei.R | 250 - nlmixr2est-6.0.0/nlmixr2est/R/foceiControl.R | 65 nlmixr2est-6.0.0/nlmixr2est/R/foi.R | 1 nlmixr2est-6.0.0/nlmixr2est/R/hook.R | 333 + nlmixr2est-6.0.0/nlmixr2est/R/iov.R | 309 + nlmixr2est-6.0.0/nlmixr2est/R/laplace.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/lbfgsb3c.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/mix.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/mu2.R | 79 nlmixr2est-6.0.0/nlmixr2est/R/n1qn1.R | 21 nlmixr2est-6.0.0/nlmixr2est/R/newuoa.R | 21 nlmixr2est-6.0.0/nlmixr2est/R/nlm.R | 56 nlmixr2est-6.0.0/nlmixr2est/R/nlmShared.R | 50 nlmixr2est-6.0.0/nlmixr2est/R/nlme.R | 12 nlmixr2est-6.0.0/nlmixr2est/R/nlminb.R | 19 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2.R | 12 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2Est.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2_md5.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2output.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/nls.R | 39 nlmixr2est-6.0.0/nlmixr2est/R/nmObjGet.R | 49 nlmixr2est-6.0.0/nlmixr2est/R/optim.R | 22 nlmixr2est-6.0.0/nlmixr2est/R/posthoc.R | 1 nlmixr2est-6.0.0/nlmixr2est/R/preProcessBoundedTransform.R |only nlmixr2est-6.0.0/nlmixr2est/R/preProcessCovariatesPresent.R | 5 nlmixr2est-6.0.0/nlmixr2est/R/preProcessZeroOmega.R | 4 nlmixr2est-6.0.0/nlmixr2est/R/reexports.R | 4 nlmixr2est-6.0.0/nlmixr2est/R/resid.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/rxEtCompat.R |only nlmixr2est-6.0.0/nlmixr2est/R/rxsolve.R | 112 nlmixr2est-6.0.0/nlmixr2est/R/saem.R | 154 nlmixr2est-6.0.0/nlmixr2est/R/saemControl.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/saem_fit.R | 5 nlmixr2est-6.0.0/nlmixr2est/R/uobyqa.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/zzz.R | 5 nlmixr2est-6.0.0/nlmixr2est/inst/benchmarks |only nlmixr2est-6.0.0/nlmixr2est/inst/reprex_fbio_eta_parallel.R |only nlmixr2est-6.0.0/nlmixr2est/inst/tools/workaround.R | 3 nlmixr2est-6.0.0/nlmixr2est/man/aaaCranNlmixrThreads.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/bobyqaControl.Rd | 7 nlmixr2est-6.0.0/nlmixr2est/man/dot-nlmFamilyAdjustOutput.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/dot-uiApplyMu2.Rd | 11 nlmixr2est-6.0.0/nlmixr2est/man/dot-uiFinalizeMu2.Rd | 2 nlmixr2est-6.0.0/nlmixr2est/man/foceiControl.Rd | 28 nlmixr2est-6.0.0/nlmixr2est/man/lbfgsb3cControl.Rd | 7 nlmixr2est-6.0.0/nlmixr2est/man/n1qn1Control.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/newuoaControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/nlmControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/nlminbControl.Rd | 9 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2.Rd | 2 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2Est.Rd | 8 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2NlmeControl.Rd | 10 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2fix.Rd | 31 nlmixr2est-6.0.0/nlmixr2est/man/nlsControl.Rd | 20 nlmixr2est-6.0.0/nlmixr2est/man/optimControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/postFinalObjectHooks.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/postFinalObjectHooksAdd.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/postFinalObjectHooksRm.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preFinalParTableHooks.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preFinalParTableHooksAdd.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preFinalParTableHooksRm.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preProcessHooks.Rd | 12 nlmixr2est-6.0.0/nlmixr2est/man/preProcessHooksAdd.Rd | 12 nlmixr2est-6.0.0/nlmixr2est/man/preProcessHooksRm.Rd | 12 nlmixr2est-6.0.0/nlmixr2est/man/predict.nlmixr2FitCore.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/reexports.Rd | 7 nlmixr2est-6.0.0/nlmixr2est/man/rmEta.Rd | 4 nlmixr2est-6.0.0/nlmixr2est/man/saemControl.Rd | 26 nlmixr2est-6.0.0/nlmixr2est/man/uobyqaControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/src/RcppExports.cpp | 19 nlmixr2est-6.0.0/nlmixr2est/src/censEst.cpp | 5 nlmixr2est-6.0.0/nlmixr2est/src/censEst.h | 37 nlmixr2est-6.0.0/nlmixr2est/src/init.c | 7 nlmixr2est-6.0.0/nlmixr2est/src/inner.cpp | 1316 ++++- nlmixr2est-6.0.0/nlmixr2est/src/neldermead.cpp | 25 nlmixr2est-6.0.0/nlmixr2est/src/nlm.cpp | 200 nlmixr2est-6.0.0/nlmixr2est/src/npde.cpp | 24 nlmixr2est-6.0.0/nlmixr2est/src/res.cpp | 7 nlmixr2est-6.0.0/nlmixr2est/src/rprintf.c | 2 nlmixr2est-6.0.0/nlmixr2est/src/rxProtect.h |only nlmixr2est-6.0.0/nlmixr2est/src/saem.cpp | 216 nlmixr2est-6.0.0/nlmixr2est/src/shi21.cpp | 4 nlmixr2est-6.0.0/nlmixr2est/src/utilc.c | 74 nlmixr2est-6.0.0/nlmixr2est/tests/testthat.R | 8 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/datos_pac.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/fixtures |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-models.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-quiet.R | 1 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-wang2007.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-zzz-fits.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/out.focei.prop.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-addCwres.R | 8 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-augpred.R | 83 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-benchmarking.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-bounded-transform.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-broom.R | 56 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-coerce.R | 25 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-cov-focei.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-cwres-3.0.3.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-cwres.R | 22 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-fix-cov.R | 12 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-fix-eta.R | 9 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-cens.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-char.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-inner.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-llik.R | 20 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-parallel.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-preprocess.R | 129 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-basic.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-bounded.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-boxcox-half.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-boxcox-lnorm.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-boxcox.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-combined.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-lognormal.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-power.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-yeojohnson.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-indTolRelax-propagation.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-ini-ui.R | 29 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-inpar-saem.R | 3 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-integerish-focei-print.R | 9 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-iov.R | 96 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-keep.R | 7 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-lag.R | 36 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-model.R | 36 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlm-cens.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlm.R | 70 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlme.R | 9 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlmixr2output.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlmixr3-load.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nls.R | 11 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nonmu.R | 37 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-np.R | 64 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-optim.R | 4 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-parFixedDf.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-piping.R | 15 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-posthoc.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-predict.R | 70 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-restart.R | 4 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-restart.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-rxsolve.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-rxuideparse.R | 7 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-saem-no-pop.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-saem-theo_sd.R | 4 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-saem-theo_sd.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-simulation.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-str-est.R | 17 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-tad-in-models.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-tolFactor.R |only 175 files changed, 4942 insertions(+), 2781 deletions(-)
Title: Tools for Analyzing Mixed Effect Regression Models
Description: Provides methods for extracting results from mixed-effect model
objects fit with the 'lme4' package. Allows construction of prediction intervals
efficiently from large scale linear and generalized linear mixed-effects models.
This method draws from the simulation framework used in the Gelman and Hill (2007) textbook:
Data Analysis Using Regression and Multilevel/Hierarchical Models.
Author: Jared E. Knowles [aut, cre],
Carl Frederick [aut],
Alex Whitworth [ctb]
Maintainer: Jared E. Knowles <jared@civilytics.com>
Diff between merTools versions 0.6.4 dated 2026-01-23 and 1.0.0 dated 2026-05-31
merTools-0.6.4/merTools/man/sum.mm.Rd |only merTools-0.6.4/merTools/vignettes/precompile.R |only merTools-1.0.0/merTools/DESCRIPTION | 18 merTools-1.0.0/merTools/MD5 | 199 - merTools-1.0.0/merTools/NAMESPACE | 34 merTools-1.0.0/merTools/NEWS.md | 628 ++- merTools-1.0.0/merTools/R/REmargins.R | 5 merTools-1.0.0/merTools/R/helpers.R | 10 merTools-1.0.0/merTools/R/merData.R | 45 merTools-1.0.0/merTools/R/merExpectedRank.R | 2 merTools-1.0.0/merTools/R/merFastDisplay.R | 6 merTools-1.0.0/merTools/R/merPlots.R | 114 merTools-1.0.0/merTools/R/merPredict.R | 784 +--- merTools-1.0.0/merTools/R/merSubstEff.R | 3 merTools-1.0.0/merTools/R/merTools-package.r | 21 merTools-1.0.0/merTools/R/predictInterval_helpers.R |only merTools-1.0.0/merTools/R/shinyMer.R | 36 merTools-1.0.0/merTools/R/zzz.R | 23 merTools-1.0.0/merTools/README.md | 1038 +++--- merTools-1.0.0/merTools/build/partial.rdb |only merTools-1.0.0/merTools/build/vignette.rds |binary merTools-1.0.0/merTools/inst/CITATION |only merTools-1.0.0/merTools/inst/WORDLIST |only merTools-1.0.0/merTools/inst/doc/Using_predictInterval.Rmd | 1159 +++--- merTools-1.0.0/merTools/inst/doc/Using_predictInterval.html | 518 +-- merTools-1.0.0/merTools/inst/doc/brms_validation.Rmd |only merTools-1.0.0/merTools/inst/doc/brms_validation.html |only merTools-1.0.0/merTools/inst/doc/contextual_effects.Rmd |only merTools-1.0.0/merTools/inst/doc/contextual_effects.html |only merTools-1.0.0/merTools/inst/doc/imputation.Rmd | 1683 +++++----- merTools-1.0.0/merTools/inst/doc/imputation.html | 1253 +++---- merTools-1.0.0/merTools/inst/doc/marginal_effects.Rmd | 167 merTools-1.0.0/merTools/inst/doc/marginal_effects.html | 59 merTools-1.0.0/merTools/inst/doc/merToolsIntro.Rmd | 1079 +++--- merTools-1.0.0/merTools/inst/doc/merToolsIntro.html | 462 +- merTools-1.0.0/merTools/inst/examples |only merTools-1.0.0/merTools/inst/shiny-apps/shinyMer/global.R | 48 merTools-1.0.0/merTools/inst/shiny-apps/shinyMer/server.r | 353 +- merTools-1.0.0/merTools/inst/shiny-apps/shinyMer/ui.R | 182 - merTools-1.0.0/merTools/man/REimpact.Rd | 3 merTools-1.0.0/merTools/man/REmargins.Rd | 5 merTools-1.0.0/merTools/man/averageObs.Rd | 13 merTools-1.0.0/merTools/man/combine_components.Rd |only merTools-1.0.0/merTools/man/combine_postvar_blocks.Rd |only merTools-1.0.0/merTools/man/expectedRank.Rd | 2 merTools-1.0.0/merTools/man/fastdisp.Rd | 4 merTools-1.0.0/merTools/man/figures/README_FEsimPlot-1.png |binary merTools-1.0.0/merTools/man/figures/README_reImpactCompare-1.png |only merTools-1.0.0/merTools/man/figures/README_reImpactplot-1.png |binary merTools-1.0.0/merTools/man/figures/README_reSimplot-1.png |binary merTools-1.0.0/merTools/man/figures/README_substImpactPredict-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-12-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-14-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-7-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-8-1.png |binary merTools-1.0.0/merTools/man/findFormFuns.Rd | 7 merTools-1.0.0/merTools/man/inverse_link.Rd |only merTools-1.0.0/merTools/man/merTools-package.Rd | 25 merTools-1.0.0/merTools/man/plotREimpact.Rd |only merTools-1.0.0/merTools/man/predictInterval.Rd | 88 merTools-1.0.0/merTools/man/simulate_fixed_effects.Rd |only merTools-1.0.0/merTools/man/simulate_glmm_response.Rd |only merTools-1.0.0/merTools/man/simulate_random_effects.Rd |only merTools-1.0.0/merTools/man/simulate_residual_variance.Rd |only merTools-1.0.0/merTools/man/summarise_predictions.Rd |only merTools-1.0.0/merTools/man/tmp.pred.Rd |only merTools-1.0.0/merTools/tests/comparisons/predictInterval-regression.R |only merTools-1.0.0/merTools/tests/testthat/README.md |only merTools-1.0.0/merTools/tests/testthat/_snaps/predict2.md | 29 merTools-1.0.0/merTools/tests/testthat/_snaps/predictInterval-snapshot.md |only merTools-1.0.0/merTools/tests/testthat/helper-seed.R |only merTools-1.0.0/merTools/tests/testthat/test-REmargins.R | 6 merTools-1.0.0/merTools/tests/testthat/test-expectedRank.R | 2 merTools-1.0.0/merTools/tests/testthat/test-fastdisp.R |only merTools-1.0.0/merTools/tests/testthat/test-helpers.R | 17 merTools-1.0.0/merTools/tests/testthat/test-merData.R | 40 merTools-1.0.0/merTools/tests/testthat/test-merExtract.R | 22 merTools-1.0.0/merTools/tests/testthat/test-merModList.R | 4 merTools-1.0.0/merTools/tests/testthat/test-plotREimpact.R |only merTools-1.0.0/merTools/tests/testthat/test-predict-nested-unobserved.R |only merTools-1.0.0/merTools/tests/testthat/test-predict-newlevels.R |only merTools-1.0.0/merTools/tests/testthat/test-predict-uncorrelated-re.R |only merTools-1.0.0/merTools/tests/testthat/test-predict.R | 79 merTools-1.0.0/merTools/tests/testthat/test-predict1.R | 40 merTools-1.0.0/merTools/tests/testthat/test-predict2.R | 51 merTools-1.0.0/merTools/tests/testthat/test-predict3.R | 37 merTools-1.0.0/merTools/tests/testthat/test-predict4.R | 50 merTools-1.0.0/merTools/tests/testthat/test-predictInterval-accuracy.R |only merTools-1.0.0/merTools/tests/testthat/test-predictInterval-helpers.R |only merTools-1.0.0/merTools/tests/testthat/test-predictInterval-invariants.R |only merTools-1.0.0/merTools/tests/testthat/test-predictInterval-snapshot.R |only merTools-1.0.0/merTools/tests/testthat/test-seeds.R | 20 merTools-1.0.0/merTools/tests/testthat/test-subboot.R | 12 merTools-1.0.0/merTools/tests/testthat/test-substEff.R | 37 merTools-1.0.0/merTools/vignettes/Using_predictInterval.Rmd | 1159 +++--- merTools-1.0.0/merTools/vignettes/brms-glmm-1.png |only merTools-1.0.0/merTools/vignettes/brms-intervals-1.png |only merTools-1.0.0/merTools/vignettes/brms-point-1.png |only merTools-1.0.0/merTools/vignettes/brms_validation.Rmd |only merTools-1.0.0/merTools/vignettes/context-feplot-1.png |only merTools-1.0.0/merTools/vignettes/context-reimpact-1.png |only merTools-1.0.0/merTools/vignettes/context-wiggle-1.png |only merTools-1.0.0/merTools/vignettes/contextual_effects.Rmd |only merTools-1.0.0/merTools/vignettes/imputation.Rmd | 1683 +++++----- merTools-1.0.0/merTools/vignettes/marginal_effects.Rmd | 167 merTools-1.0.0/merTools/vignettes/merToolsIntro.Rmd | 1079 +++--- merTools-1.0.0/merTools/vignettes/mertoolsIntro-excluderesidvar-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-fixeffplot-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-predictplotwiggle-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-quickFEplot-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-refplot1-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-speedexample-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-wiggle2-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-wiggleanddraw-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-wigglesubsamples-1.png |binary merTools-1.0.0/merTools/vignettes/mfx-mfxplot1-1.png |binary merTools-1.0.0/merTools/vignettes/usage-Inspect_predInt_2-1.png |binary merTools-1.0.0/merTools/vignettes/usage-arm.Sim-1.png |binary merTools-1.0.0/merTools/vignettes/usage-bootMer.1-1.png |binary merTools-1.0.0/merTools/vignettes/usage-bootMer.2-1.png |binary merTools-1.0.0/merTools/vignettes/usage-bootMer.3-1.png |binary merTools-1.0.0/merTools/vignettes/usage-stancomp-1.png |binary 122 files changed, 7712 insertions(+), 6898 deletions(-)
Title: Static Library and Headers for 'OpenEXR' Image I/O
Description: Provides the 'OpenEXR' static library and 'C++' headers
for high-dynamic-range image I/O (see <https://openexr.com/>)
needed to link R packages against the 'OpenEXR' library, along
with a basic R interface to load 'EXR' images.
Author: Tyler Morgan-Wall [aut, cre] ,
Aaron Demolder [ctb, cph],
Abe Fettig [ctb, cph],
Aloys Baillet [ctb, cph],
Andre Mazzone [ctb, cph],
Andrew Kunz [ctb, cph],
Anton Dukhovnikov [ctb, cph],
Antonio Rojas [ctb, cph],
Aras Pranckevicius [ctb, cph],
Arkady [...truncated...]
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Diff between libopenexr versions 3.4.4-2 dated 2026-03-10 and 3.4.12-4 dated 2026-05-31
DESCRIPTION | 6 MD5 | 70 - inst/include/OpenEXR/OpenEXRConfig.h | 16 inst/include/openjph/ojph_arch.h | 6 inst/include/openjph/ojph_message.h | 103 - inst/include/openjph/ojph_version.h | 2 man/figures |only src/Makevars.in | 17 src/Makevars.win.in | 17 src/OpenEXR/CMakeLists.txt | 4 src/OpenEXR/cmake/CMakeLists.txt | 12 src/OpenEXR/cmake/LibraryDefine.cmake | 4 src/OpenEXR/cmake/OpenEXRConfig.h.in | 4 src/OpenEXR/cmake/OpenEXRSetup.cmake | 15 src/OpenEXR/external/OpenJPH/CMakeLists.txt | 2 src/OpenEXR/external/OpenJPH/src/core/CMakeLists.txt | 3 src/OpenEXR/external/OpenJPH/src/core/codestream/ojph_codestream_local.cpp | 340 +++--- src/OpenEXR/external/OpenJPH/src/core/codestream/ojph_params.cpp | 6 src/OpenEXR/external/OpenJPH/src/core/codestream/ojph_precinct.cpp | 26 src/OpenEXR/external/OpenJPH/src/core/openjph/ojph_arch.h | 6 src/OpenEXR/external/OpenJPH/src/core/openjph/ojph_message.h | 103 - src/OpenEXR/external/OpenJPH/src/core/openjph/ojph_version.h | 2 src/OpenEXR/external/OpenJPH/src/core/others/ojph_arch.cpp | 32 src/OpenEXR/external/OpenJPH/src/core/others/ojph_message.cpp | 20 src/OpenEXR/external/current_deflate_version | 2 src/OpenEXR/external/deflate/NEWS.md | 6 src/OpenEXR/external/deflate/README.md | 1 src/OpenEXR/external/deflate/lib/x86/adler32_impl.h | 4 src/OpenEXR/external/deflate/lib/x86/crc32_impl.h | 4 src/OpenEXR/external/deflate/libdeflate.h | 4 src/OpenEXR/src/lib/OpenEXRCore/internal_b44_table_init.c | 4 src/OpenEXR/src/lib/OpenEXRCore/internal_dwa_table_init.c | 4 src/OpenEXR/src/lib/OpenEXRCore/internal_thread.h | 18 tools/config.R | 34 tools/config/configure.R | 538 +++++----- tools/write-runtime-metadata.R |only 36 files changed, 820 insertions(+), 615 deletions(-)
Title: Implements the Leiden Algorithm via an R Interface
Description: An R interface to the Leiden algorithm, an iterative community detection algorithm on networks. The algorithm is designed to converge to a partition in which all subsets of all communities are locally optimally assigned, yielding communities guaranteed to be connected. The implementation proves to be fast, scales well, and can be run on graphs of millions of nodes (as long as they can fit in memory). The original implementation was constructed as a python interface "leidenalg" found here: <https://github.com/vtraag/leidenalg>. The algorithm was originally described in Traag, V.A., Waltman, L. & van Eck, N.J. "From Louvain to Leiden: guaranteeing well-connected communities". Sci Rep 9, 5233 (2019) <doi:10.1038/s41598-019-41695-z>.
Author: Peter Kharchenko [aut],
Viktor Petukhov [aut],
Yichen Wang [aut],
V.A. Traag [ctb],
Gabor Csardi [ctb],
Tamas Nepusz [ctb],
Minh Van Nguyen [ctb],
Evan Biederstedt [cre, aut]
Maintainer: Evan Biederstedt <evan.biederstedt@gmail.com>
Diff between leidenAlg versions 1.1.7 dated 2026-04-16 and 1.1.8 dated 2026-05-31
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- README.md | 2 +- src/rigraph/vendor/arpack/dmout.f | 2 +- src/rigraph/vendor/arpack/dvout.f | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-)
Title: File IO for Intracranial Electroencephalography
Description: Integrated toolbox supporting common file formats used for intracranial
Electroencephalography (iEEG) and deep-brain stimulation (DBS) study.
Author: Zhengjia Wang [aut, cre]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Diff between ieegio versions 0.0.9 dated 2026-01-27 and 0.1.0 dated 2026-05-31
DESCRIPTION | 10 MD5 | 142 ++++---- NAMESPACE | 1 NEWS.md | 9 R/LazyFST-class.R | 116 +++---- R/aaa-000.R | 103 +++--- R/aaa-cache.R | 6 R/aaa-generics-streamlines.R | 102 +++--- R/aaa-generics-surface.R | 394 +++++++++++++++--------- R/aaa-generics-volume.R | 105 +++--- R/as_ieegio_space.R | 16 R/as_ieegio_surface.R | 62 +-- R/as_ieegio_transform.R | 139 ++++---- R/as_ieegio_volume.R | 35 +- R/bci2000-cache.R | 27 - R/bci2000.R | 27 - R/brainvis-cache.R | 33 +- R/brainvis.R | 90 ++--- R/edf-cache.R | 22 - R/edf.R | 288 +++++++++-------- R/file_system.R | 50 +-- R/freesurfer.R | 57 +-- R/gifti.R | 81 ++-- R/hdf5-class.R | 293 ++++++++--------- R/hdf5.R | 64 ++- R/ini.R | 6 R/json.R | 8 R/mat.R | 26 - R/math-curve.R |only R/math-volume.R | 48 +- R/math.R | 129 ++++--- R/mgz.R | 43 +- R/nifti.R | 88 ++--- R/nsx-cache.R | 22 - R/nsx.R | 23 - R/nwb-class.R | 24 - R/nwb-generics.R | 84 ++--- R/py-setup.R | 41 +- R/r3js.R | 14 R/rgl.R | 9 R/samples.R | 29 - R/stl.R | 12 R/tck.R | 34 +- R/trk.R | 68 ++-- R/tt.R | 12 R/utils-surf2surf.R | 12 R/utils-vol2surf.R | 16 R/vtk.R | 27 - R/xml.R | 32 - R/yaml.R | 14 R/zzz.R | 34 +- build/vignette.rds |binary inst/doc/read-ephys.R | 4 inst/doc/read-ephys.Rmd | 4 inst/doc/read-imaging-data.R | 8 inst/doc/read-imaging-data.Rmd | 8 inst/doc/read-imaging-data.html | 2 man/LazyFST.Rd | 217 ++++++------- man/LazyH5.Rd | 340 ++++++++++---------- man/NWBHDF5IO.Rd | 276 ++++++++-------- man/SignalDataCache.Rd | 155 ++++----- man/burn_curve.Rd |only man/plot.ieegio_surface.Rd | 21 - tests/testthat/teardown.R | 4 tests/testthat/test-apply-transform-to-points.R | 166 +++++----- tests/testthat/test-edf.R | 4 tests/testthat/test-hdf5.R | 42 +- tests/testthat/test-rgbaNifti.R | 4 tests/testthat/test-space.R | 4 tests/testthat/test-transform.R | 10 tests/testthat/test-volume.R | 181 ++++++++++- vignettes/read-ephys.Rmd | 4 vignettes/read-imaging-data.Rmd | 8 73 files changed, 2505 insertions(+), 2084 deletions(-)
Title: 'Amazon Web Services' Management & Governance Services
Description: Interface to 'Amazon Web Services' management and governance
services, including 'CloudWatch' application and infrastructure
monitoring, 'Auto Scaling' for automatically scaling resources, and
more <https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.management versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
paws.management-0.10.0/paws.management/DESCRIPTION | 19 paws.management-0.10.0/paws.management/MD5 | 2708 ++++---- paws.management-0.10.0/paws.management/NAMESPACE | 3 paws.management-0.10.0/paws.management/R/applicationautoscaling_operations.R | 2233 ++----- paws.management-0.10.0/paws.management/R/applicationautoscaling_service.R | 43 paws.management-0.10.0/paws.management/R/applicationcostprofiler_operations.R | 9 paws.management-0.10.0/paws.management/R/applicationcostprofiler_service.R | 13 paws.management-0.10.0/paws.management/R/applicationinsights_operations.R | 191 paws.management-0.10.0/paws.management/R/applicationinsights_service.R | 17 paws.management-0.10.0/paws.management/R/appregistry_operations.R | 88 paws.management-0.10.0/paws.management/R/appregistry_service.R | 8 paws.management-0.10.0/paws.management/R/auditmanager_interfaces.R | 18 paws.management-0.10.0/paws.management/R/auditmanager_operations.R | 170 paws.management-0.10.0/paws.management/R/auditmanager_service.R | 50 paws.management-0.10.0/paws.management/R/autoscaling_interfaces.R | 32 paws.management-0.10.0/paws.management/R/autoscaling_operations.R | 1167 +-- paws.management-0.10.0/paws.management/R/autoscaling_service.R | 16 paws.management-0.10.0/paws.management/R/autoscalingplans_operations.R | 88 paws.management-0.10.0/paws.management/R/autoscalingplans_service.R | 22 paws.management-0.10.0/paws.management/R/cloudformation_interfaces.R | 64 paws.management-0.10.0/paws.management/R/cloudformation_operations.R | 3076 +++------- paws.management-0.10.0/paws.management/R/cloudformation_service.R | 67 paws.management-0.10.0/paws.management/R/cloudtrail_interfaces.R | 46 paws.management-0.10.0/paws.management/R/cloudtrail_operations.R | 959 +-- paws.management-0.10.0/paws.management/R/cloudtrail_service.R | 32 paws.management-0.10.0/paws.management/R/cloudtraildataservice_operations.R | 7 paws.management-0.10.0/paws.management/R/cloudtraildataservice_service.R | 13 paws.management-0.10.0/paws.management/R/cloudwatch_interfaces.R | 108 paws.management-0.10.0/paws.management/R/cloudwatch_operations.R | 1405 +--- paws.management-0.10.0/paws.management/R/cloudwatch_service.R | 38 paws.management-0.10.0/paws.management/R/cloudwatchapplicationsignals_interfaces.R | 122 paws.management-0.10.0/paws.management/R/cloudwatchapplicationsignals_operations.R | 649 +- paws.management-0.10.0/paws.management/R/cloudwatchapplicationsignals_service.R | 31 paws.management-0.10.0/paws.management/R/cloudwatchinternetmonitor_operations.R | 275 paws.management-0.10.0/paws.management/R/cloudwatchinternetmonitor_service.R | 36 paws.management-0.10.0/paws.management/R/cloudwatchlogs_interfaces.R | 336 + paws.management-0.10.0/paws.management/R/cloudwatchlogs_operations.R | 2242 ++++--- paws.management-0.10.0/paws.management/R/cloudwatchlogs_service.R | 72 paws.management-0.10.0/paws.management/R/cloudwatchobservabilityaccessmanager_interfaces.R | 6 paws.management-0.10.0/paws.management/R/cloudwatchobservabilityaccessmanager_operations.R | 125 paws.management-0.10.0/paws.management/R/cloudwatchobservabilityaccessmanager_service.R | 23 paws.management-0.10.0/paws.management/R/cloudwatchrum_interfaces.R | 58 paws.management-0.10.0/paws.management/R/cloudwatchrum_operations.R | 348 - paws.management-0.10.0/paws.management/R/cloudwatchrum_service.R | 21 paws.management-0.10.0/paws.management/R/configservice_interfaces.R | 2 paws.management-0.10.0/paws.management/R/configservice_operations.R | 685 -- paws.management-0.10.0/paws.management/R/configservice_service.R | 30 paws.management-0.10.0/paws.management/R/controltower_interfaces.R | 54 paws.management-0.10.0/paws.management/R/controltower_operations.R | 168 paws.management-0.10.0/paws.management/R/controltower_service.R | 185 paws.management-0.10.0/paws.management/R/finspace_operations.R | 360 - paws.management-0.10.0/paws.management/R/finspace_service.R | 5 paws.management-0.10.0/paws.management/R/health_interfaces.R | 18 paws.management-0.10.0/paws.management/R/health_operations.R | 112 paws.management-0.10.0/paws.management/R/health_service.R | 78 paws.management-0.10.0/paws.management/R/licensemanager_interfaces.R | 176 paws.management-0.10.0/paws.management/R/licensemanager_operations.R | 662 +- paws.management-0.10.0/paws.management/R/licensemanager_service.R | 23 paws.management-0.10.0/paws.management/R/licensemanagerlinuxsubscriptions_operations.R | 63 paws.management-0.10.0/paws.management/R/licensemanagerlinuxsubscriptions_service.R | 5 paws.management-0.10.0/paws.management/R/licensemanagerusersubscriptions_interfaces.R | 52 paws.management-0.10.0/paws.management/R/licensemanagerusersubscriptions_operations.R | 162 paws.management-0.10.0/paws.management/R/licensemanagerusersubscriptions_service.R | 8 paws.management-0.10.0/paws.management/R/managedgrafana_interfaces.R | 54 paws.management-0.10.0/paws.management/R/managedgrafana_operations.R | 333 - paws.management-0.10.0/paws.management/R/managedgrafana_service.R | 17 paws.management-0.10.0/paws.management/R/organizations_interfaces.R | 112 paws.management-0.10.0/paws.management/R/organizations_operations.R | 1463 ++-- paws.management-0.10.0/paws.management/R/organizations_service.R | 85 paws.management-0.10.0/paws.management/R/pi_interfaces.R | 14 paws.management-0.10.0/paws.management/R/pi_operations.R | 379 - paws.management-0.10.0/paws.management/R/pi_service.R | 34 paws.management-0.10.0/paws.management/R/prometheusservice_interfaces.R | 260 paws.management-0.10.0/paws.management/R/prometheusservice_operations.R | 881 ++ paws.management-0.10.0/paws.management/R/prometheusservice_service.R | 53 paws.management-0.10.0/paws.management/R/resiliencehub_operations.R | 781 -- paws.management-0.10.0/paws.management/R/resiliencehub_service.R | 10 paws.management-0.10.0/paws.management/R/resourcegroups_interfaces.R | 8 paws.management-0.10.0/paws.management/R/resourcegroups_operations.R | 293 paws.management-0.10.0/paws.management/R/resourcegroups_service.R | 35 paws.management-0.10.0/paws.management/R/resourcegroupstaggingapi_interfaces.R | 14 paws.management-0.10.0/paws.management/R/resourcegroupstaggingapi_operations.R | 297 paws.management-0.10.0/paws.management/R/resourcegroupstaggingapi_service.R | 3 paws.management-0.10.0/paws.management/R/servicecatalog_operations.R | 665 -- paws.management-0.10.0/paws.management/R/servicecatalog_service.R | 9 paws.management-0.10.0/paws.management/R/servicequotas_interfaces.R | 102 paws.management-0.10.0/paws.management/R/servicequotas_operations.R | 515 - paws.management-0.10.0/paws.management/R/servicequotas_service.R | 31 paws.management-0.10.0/paws.management/R/ssm_interfaces.R | 60 paws.management-0.10.0/paws.management/R/ssm_operations.R | 2908 ++------- paws.management-0.10.0/paws.management/R/ssm_service.R | 39 paws.management-0.10.0/paws.management/R/ssmcontacts_operations.R | 252 paws.management-0.10.0/paws.management/R/ssmcontacts_service.R | 18 paws.management-0.10.0/paws.management/R/ssmincidents_operations.R | 243 paws.management-0.10.0/paws.management/R/ssmincidents_service.R | 14 paws.management-0.10.0/paws.management/R/ssmsap_interfaces.R | 72 paws.management-0.10.0/paws.management/R/ssmsap_operations.R | 257 paws.management-0.10.0/paws.management/R/ssmsap_service.R | 13 paws.management-0.10.0/paws.management/R/support_operations.R | 187 paws.management-0.10.0/paws.management/R/support_service.R | 80 paws.management-0.10.0/paws.management/R/supportapp_operations.R | 85 paws.management-0.10.0/paws.management/R/supportapp_service.R | 55 paws.management-0.10.0/paws.management/R/synthetics_interfaces.R | 32 paws.management-0.10.0/paws.management/R/synthetics_operations.R | 439 - paws.management-0.10.0/paws.management/R/synthetics_service.R | 21 paws.management-0.10.0/paws.management/man/applicationautoscaling.Rd | 33 paws.management-0.10.0/paws.management/man/applicationautoscaling_delete_scaling_policy.Rd | 157 paws.management-0.10.0/paws.management/man/applicationautoscaling_delete_scheduled_action.Rd | 157 paws.management-0.10.0/paws.management/man/applicationautoscaling_deregister_scalable_target.Rd | 157 paws.management-0.10.0/paws.management/man/applicationautoscaling_describe_scalable_targets.Rd | 168 paws.management-0.10.0/paws.management/man/applicationautoscaling_describe_scaling_activities.Rd | 173 paws.management-0.10.0/paws.management/man/applicationautoscaling_describe_scaling_policies.Rd | 167 paws.management-0.10.0/paws.management/man/applicationautoscaling_describe_scheduled_actions.Rd | 167 paws.management-0.10.0/paws.management/man/applicationautoscaling_get_predictive_scaling_forecast.Rd | 11 paws.management-0.10.0/paws.management/man/applicationautoscaling_list_tags_for_resource.Rd | 6 paws.management-0.10.0/paws.management/man/applicationautoscaling_put_scaling_policy.Rd | 184 paws.management-0.10.0/paws.management/man/applicationautoscaling_put_scheduled_action.Rd | 189 paws.management-0.10.0/paws.management/man/applicationautoscaling_register_scalable_target.Rd | 244 paws.management-0.10.0/paws.management/man/applicationautoscaling_tag_resource.Rd | 23 paws.management-0.10.0/paws.management/man/applicationautoscaling_untag_resource.Rd | 9 paws.management-0.10.0/paws.management/man/applicationcostprofiler.Rd | 11 paws.management-0.10.0/paws.management/man/applicationcostprofiler_put_report_definition.Rd | 6 paws.management-0.10.0/paws.management/man/applicationcostprofiler_update_report_definition.Rd | 3 paws.management-0.10.0/paws.management/man/applicationinsights.Rd | 15 paws.management-0.10.0/paws.management/man/applicationinsights_add_workload.Rd | 3 paws.management-0.10.0/paws.management/man/applicationinsights_create_application.Rd | 36 paws.management-0.10.0/paws.management/man/applicationinsights_create_log_pattern.Rd | 15 paws.management-0.10.0/paws.management/man/applicationinsights_descri_compon_config_recomm.Rd | 4 paws.management-0.10.0/paws.management/man/applicationinsights_describe_problem.Rd | 3 paws.management-0.10.0/paws.management/man/applicationinsights_list_applications.Rd | 4 paws.management-0.10.0/paws.management/man/applicationinsights_list_components.Rd | 4 paws.management-0.10.0/paws.management/man/applicationinsights_list_configuration_history.Rd | 23 paws.management-0.10.0/paws.management/man/applicationinsights_list_log_pattern_sets.Rd | 4 paws.management-0.10.0/paws.management/man/applicationinsights_list_log_patterns.Rd | 4 paws.management-0.10.0/paws.management/man/applicationinsights_list_problems.Rd | 18 paws.management-0.10.0/paws.management/man/applicationinsights_list_tags_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/applicationinsights_list_workloads.Rd | 4 paws.management-0.10.0/paws.management/man/applicationinsights_tag_resource.Rd | 8 paws.management-0.10.0/paws.management/man/applicationinsights_untag_resource.Rd | 11 paws.management-0.10.0/paws.management/man/applicationinsights_update_application.Rd | 22 paws.management-0.10.0/paws.management/man/applicationinsights_update_component_configuration.Rd | 11 paws.management-0.10.0/paws.management/man/applicationinsights_update_log_pattern.Rd | 15 paws.management-0.10.0/paws.management/man/applicationinsights_update_problem.Rd | 8 paws.management-0.10.0/paws.management/man/applicationinsights_update_workload.Rd | 3 paws.management-0.10.0/paws.management/man/appregistry.Rd | 6 paws.management-0.10.0/paws.management/man/appregistry_associate_attribute_group.Rd | 3 paws.management-0.10.0/paws.management/man/appregistry_associate_resource.Rd | 3 paws.management-0.10.0/paws.management/man/appregistry_create_application.Rd | 9 paws.management-0.10.0/paws.management/man/appregistry_create_attribute_group.Rd | 9 paws.management-0.10.0/paws.management/man/appregistry_delete_attribute_group.Rd | 3 paws.management-0.10.0/paws.management/man/appregistry_disassociate_attribute_group.Rd | 3 paws.management-0.10.0/paws.management/man/appregistry_get_associated_resource.Rd | 9 paws.management-0.10.0/paws.management/man/appregistry_get_attribute_group.Rd | 3 paws.management-0.10.0/paws.management/man/appregistry_list_applications.Rd | 6 paws.management-0.10.0/paws.management/man/appregistry_list_associated_attribute_groups.Rd | 6 paws.management-0.10.0/paws.management/man/appregistry_list_associated_resources.Rd | 6 paws.management-0.10.0/paws.management/man/appregistry_list_attribute_groups.Rd | 6 paws.management-0.10.0/paws.management/man/appregistry_list_attribute_groups_for_application.Rd | 4 paws.management-0.10.0/paws.management/man/appregistry_sync_resource.Rd | 4 paws.management-0.10.0/paws.management/man/appregistry_update_application.Rd | 4 paws.management-0.10.0/paws.management/man/appregistry_update_attribute_group.Rd | 10 paws.management-0.10.0/paws.management/man/auditmanager.Rd | 35 paws.management-0.10.0/paws.management/man/auditmanager_create_assessment.Rd | 12 paws.management-0.10.0/paws.management/man/auditmanager_create_assessment_framework.Rd | 7 paws.management-0.10.0/paws.management/man/auditmanager_create_assessment_report.Rd | 15 paws.management-0.10.0/paws.management/man/auditmanager_delete_assessment_framework_share.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_get_change_logs.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_get_delegations.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_get_evidence_by_evidence_folder.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_get_evidence_file_upload_url.Rd | 4 paws.management-0.10.0/paws.management/man/auditmanager_get_evidence_folders_by_assessment.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_get_evidence_folders_by_assessment_control.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_get_services_in_scope.Rd | 6 paws.management-0.10.0/paws.management/man/auditmanager_list_asses_contr_insig_by_contr_domai.Rd | 9 paws.management-0.10.0/paws.management/man/auditmanager_list_assessment_framework_share_requests.Rd | 6 paws.management-0.10.0/paws.management/man/auditmanager_list_assessment_frameworks.Rd | 6 paws.management-0.10.0/paws.management/man/auditmanager_list_assessment_reports.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_list_assessments.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_list_control_domain_insights.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_list_control_domain_insights_by_assessment.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_list_control_insights_by_control_domain.Rd | 9 paws.management-0.10.0/paws.management/man/auditmanager_list_controls.Rd | 25 paws.management-0.10.0/paws.management/man/auditmanager_list_keywords_for_data_source.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_list_notifications.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_update_assessment.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_update_assessment_framework.Rd | 7 paws.management-0.10.0/paws.management/man/auditmanager_update_assessment_framework_share.Rd | 3 paws.management-0.10.0/paws.management/man/auditmanager_update_settings.Rd | 21 paws.management-0.10.0/paws.management/man/auditmanager_validate_assessment_report_integrity.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling.Rd | 12 paws.management-0.10.0/paws.management/man/autoscaling_attach_load_balancer_target_groups.Rd | 6 paws.management-0.10.0/paws.management/man/autoscaling_attach_load_balancers.Rd | 8 paws.management-0.10.0/paws.management/man/autoscaling_attach_traffic_sources.Rd | 8 paws.management-0.10.0/paws.management/man/autoscaling_batch_delete_scheduled_action.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_cancel_instance_refresh.Rd | 9 paws.management-0.10.0/paws.management/man/autoscaling_complete_lifecycle_action.Rd | 8 paws.management-0.10.0/paws.management/man/autoscaling_create_auto_scaling_group.Rd | 247 paws.management-0.10.0/paws.management/man/autoscaling_create_launch_configuration.Rd | 134 paws.management-0.10.0/paws.management/man/autoscaling_delete_auto_scaling_group.Rd | 5 paws.management-0.10.0/paws.management/man/autoscaling_delete_warm_pool.Rd | 5 paws.management-0.10.0/paws.management/man/autoscaling_describe_auto_scaling_groups.Rd | 13 paws.management-0.10.0/paws.management/man/autoscaling_describe_auto_scaling_instances.Rd | 10 paws.management-0.10.0/paws.management/man/autoscaling_describe_instance_refreshes.Rd | 6 paws.management-0.10.0/paws.management/man/autoscaling_describe_launch_configurations.Rd | 9 paws.management-0.10.0/paws.management/man/autoscaling_describe_lifecycle_hooks.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_describe_load_balancer_target_groups.Rd | 6 paws.management-0.10.0/paws.management/man/autoscaling_describe_load_balancers.Rd | 6 paws.management-0.10.0/paws.management/man/autoscaling_describe_notification_configurations.Rd | 6 paws.management-0.10.0/paws.management/man/autoscaling_describe_policies.Rd | 14 paws.management-0.10.0/paws.management/man/autoscaling_describe_scaling_activities.Rd | 34 paws.management-0.10.0/paws.management/man/autoscaling_describe_scheduled_actions.Rd | 16 paws.management-0.10.0/paws.management/man/autoscaling_describe_tags.Rd | 9 paws.management-0.10.0/paws.management/man/autoscaling_describe_traffic_sources.Rd | 9 paws.management-0.10.0/paws.management/man/autoscaling_describe_warm_pool.Rd | 6 paws.management-0.10.0/paws.management/man/autoscaling_detach_instances.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_detach_load_balancer_target_groups.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_detach_load_balancers.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_detach_traffic_sources.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_disable_metrics_collection.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_enable_metrics_collection.Rd | 9 paws.management-0.10.0/paws.management/man/autoscaling_enter_standby.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_execute_policy.Rd | 24 paws.management-0.10.0/paws.management/man/autoscaling_get_predictive_scaling_forecast.Rd | 12 paws.management-0.10.0/paws.management/man/autoscaling_launch_instances.Rd |only paws.management-0.10.0/paws.management/man/autoscaling_put_lifecycle_hook.Rd | 53 paws.management-0.10.0/paws.management/man/autoscaling_put_notification_configuration.Rd | 5 paws.management-0.10.0/paws.management/man/autoscaling_put_scaling_policy.Rd | 121 paws.management-0.10.0/paws.management/man/autoscaling_put_scheduled_update_group_action.Rd | 48 paws.management-0.10.0/paws.management/man/autoscaling_put_warm_pool.Rd | 45 paws.management-0.10.0/paws.management/man/autoscaling_record_lifecycle_action_heartbeat.Rd | 5 paws.management-0.10.0/paws.management/man/autoscaling_set_desired_capacity.Rd | 8 paws.management-0.10.0/paws.management/man/autoscaling_set_instance_health.Rd | 13 paws.management-0.10.0/paws.management/man/autoscaling_set_instance_protection.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_start_instance_refresh.Rd | 25 paws.management-0.10.0/paws.management/man/autoscaling_terminate_instance_in_auto_scaling_group.Rd | 3 paws.management-0.10.0/paws.management/man/autoscaling_update_auto_scaling_group.Rd | 167 paws.management-0.10.0/paws.management/man/autoscalingplans.Rd | 19 paws.management-0.10.0/paws.management/man/autoscalingplans_create_scaling_plan.Rd | 14 paws.management-0.10.0/paws.management/man/autoscalingplans_delete_scaling_plan.Rd | 3 paws.management-0.10.0/paws.management/man/autoscalingplans_describe_scaling_plan_resources.Rd | 6 paws.management-0.10.0/paws.management/man/autoscalingplans_describe_scaling_plans.Rd | 15 paws.management-0.10.0/paws.management/man/autoscalingplans_get_scaling_plan_resource_forecast_data.Rd | 35 paws.management-0.10.0/paws.management/man/autoscalingplans_update_scaling_plan.Rd | 11 paws.management-0.10.0/paws.management/man/cloudformation.Rd | 64 paws.management-0.10.0/paws.management/man/cloudformation_activate_type.Rd | 52 paws.management-0.10.0/paws.management/man/cloudformation_batch_describe_type_configurations.Rd | 4 paws.management-0.10.0/paws.management/man/cloudformation_cancel_update_stack.Rd | 15 paws.management-0.10.0/paws.management/man/cloudformation_continue_update_rollback.Rd | 88 paws.management-0.10.0/paws.management/man/cloudformation_create_change_set.Rd | 265 paws.management-0.10.0/paws.management/man/cloudformation_create_generated_template.Rd | 11 paws.management-0.10.0/paws.management/man/cloudformation_create_stack.Rd | 248 paws.management-0.10.0/paws.management/man/cloudformation_create_stack_instances.Rd | 73 paws.management-0.10.0/paws.management/man/cloudformation_create_stack_refactor.Rd | 3 paws.management-0.10.0/paws.management/man/cloudformation_create_stack_set.Rd | 195 paws.management-0.10.0/paws.management/man/cloudformation_deactivate_type.Rd | 13 paws.management-0.10.0/paws.management/man/cloudformation_delete_change_set.Rd | 6 paws.management-0.10.0/paws.management/man/cloudformation_delete_stack.Rd | 56 paws.management-0.10.0/paws.management/man/cloudformation_delete_stack_instances.Rd | 48 paws.management-0.10.0/paws.management/man/cloudformation_delete_stack_set.Rd | 23 paws.management-0.10.0/paws.management/man/cloudformation_deregister_type.Rd | 4 paws.management-0.10.0/paws.management/man/cloudformation_describe_account_limits.Rd | 3 paws.management-0.10.0/paws.management/man/cloudformation_describe_change_set.Rd | 14 paws.management-0.10.0/paws.management/man/cloudformation_describe_change_set_hooks.Rd | 18 paws.management-0.10.0/paws.management/man/cloudformation_describe_events.Rd |only paws.management-0.10.0/paws.management/man/cloudformation_describe_organizations_access.Rd | 12 paws.management-0.10.0/paws.management/man/cloudformation_describe_publisher.Rd | 5 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_drift_detection_status.Rd | 4 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_events.Rd | 15 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_instance.Rd | 21 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_refactor.Rd | 3 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_resource.Rd | 14 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_resource_drifts.Rd | 20 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_resources.Rd | 30 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_set.Rd | 17 paws.management-0.10.0/paws.management/man/cloudformation_describe_stack_set_operation.Rd | 20 paws.management-0.10.0/paws.management/man/cloudformation_describe_stacks.Rd | 29 paws.management-0.10.0/paws.management/man/cloudformation_describe_type.Rd | 19 paws.management-0.10.0/paws.management/man/cloudformation_describe_type_registration.Rd | 4 paws.management-0.10.0/paws.management/man/cloudformation_detect_stack_set_drift.Rd | 30 paws.management-0.10.0/paws.management/man/cloudformation_estimate_template_cost.Rd | 14 paws.management-0.10.0/paws.management/man/cloudformation_execute_change_set.Rd | 40 paws.management-0.10.0/paws.management/man/cloudformation_execute_stack_refactor.Rd | 3 paws.management-0.10.0/paws.management/man/cloudformation_get_generated_template.Rd | 9 paws.management-0.10.0/paws.management/man/cloudformation_get_hook_result.Rd |only paws.management-0.10.0/paws.management/man/cloudformation_get_stack_policy.Rd | 3 paws.management-0.10.0/paws.management/man/cloudformation_get_template.Rd | 23 paws.management-0.10.0/paws.management/man/cloudformation_get_template_summary.Rd | 48 paws.management-0.10.0/paws.management/man/cloudformation_import_stacks_to_stack_set.Rd | 26 paws.management-0.10.0/paws.management/man/cloudformation_list_change_sets.Rd | 7 paws.management-0.10.0/paws.management/man/cloudformation_list_exports.Rd | 6 paws.management-0.10.0/paws.management/man/cloudformation_list_generated_templates.Rd | 9 paws.management-0.10.0/paws.management/man/cloudformation_list_hook_results.Rd | 40 paws.management-0.10.0/paws.management/man/cloudformation_list_imports.Rd | 7 paws.management-0.10.0/paws.management/man/cloudformation_list_resource_scan_related_resources.Rd | 12 paws.management-0.10.0/paws.management/man/cloudformation_list_resource_scan_resources.Rd | 16 paws.management-0.10.0/paws.management/man/cloudformation_list_resource_scans.Rd | 15 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_instance_resource_drifts.Rd | 44 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_instances.Rd | 40 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_refactor_actions.Rd | 14 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_refactors.Rd | 15 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_resources.Rd | 13 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_set_auto_deployment_targets.Rd | 32 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_set_operation_results.Rd | 41 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_set_operations.Rd | 39 paws.management-0.10.0/paws.management/man/cloudformation_list_stack_sets.Rd | 43 paws.management-0.10.0/paws.management/man/cloudformation_list_stacks.Rd | 10 paws.management-0.10.0/paws.management/man/cloudformation_list_type_registrations.Rd | 12 paws.management-0.10.0/paws.management/man/cloudformation_list_type_versions.Rd | 30 paws.management-0.10.0/paws.management/man/cloudformation_list_types.Rd | 70 paws.management-0.10.0/paws.management/man/cloudformation_publish_type.Rd | 10 paws.management-0.10.0/paws.management/man/cloudformation_register_publisher.Rd | 12 paws.management-0.10.0/paws.management/man/cloudformation_register_type.Rd | 48 paws.management-0.10.0/paws.management/man/cloudformation_rollback_stack.Rd | 10 paws.management-0.10.0/paws.management/man/cloudformation_set_stack_policy.Rd | 13 paws.management-0.10.0/paws.management/man/cloudformation_set_type_configuration.Rd | 43 paws.management-0.10.0/paws.management/man/cloudformation_set_type_default_version.Rd | 7 paws.management-0.10.0/paws.management/man/cloudformation_signal_resource.Rd | 15 paws.management-0.10.0/paws.management/man/cloudformation_start_resource_scan.Rd | 12 paws.management-0.10.0/paws.management/man/cloudformation_stop_stack_set_operation.Rd | 22 paws.management-0.10.0/paws.management/man/cloudformation_test_type.Rd | 22 paws.management-0.10.0/paws.management/man/cloudformation_update_generated_template.Rd | 12 paws.management-0.10.0/paws.management/man/cloudformation_update_stack.Rd | 268 paws.management-0.10.0/paws.management/man/cloudformation_update_stack_instances.Rd | 98 paws.management-0.10.0/paws.management/man/cloudformation_update_stack_set.Rd | 289 paws.management-0.10.0/paws.management/man/cloudformation_update_termination_protection.Rd | 3 paws.management-0.10.0/paws.management/man/cloudformation_validate_template.Rd | 14 paws.management-0.10.0/paws.management/man/cloudtrail.Rd | 34 paws.management-0.10.0/paws.management/man/cloudtrail_add_tags.Rd | 15 paws.management-0.10.0/paws.management/man/cloudtrail_cancel_query.Rd | 6 paws.management-0.10.0/paws.management/man/cloudtrail_create_channel.Rd | 14 paws.management-0.10.0/paws.management/man/cloudtrail_create_dashboard.Rd | 20 paws.management-0.10.0/paws.management/man/cloudtrail_create_event_data_store.Rd | 107 paws.management-0.10.0/paws.management/man/cloudtrail_create_trail.Rd | 83 paws.management-0.10.0/paws.management/man/cloudtrail_delete_resource_policy.Rd | 12 paws.management-0.10.0/paws.management/man/cloudtrail_delete_trail.Rd | 4 paws.management-0.10.0/paws.management/man/cloudtrail_deregister_organization_delegated_admin.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_describe_query.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_describe_trails.Rd | 25 paws.management-0.10.0/paws.management/man/cloudtrail_disable_federation.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_enable_federation.Rd | 8 paws.management-0.10.0/paws.management/man/cloudtrail_generate_query.Rd | 7 paws.management-0.10.0/paws.management/man/cloudtrail_get_event_configuration.Rd |only paws.management-0.10.0/paws.management/man/cloudtrail_get_event_data_store.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_get_event_selectors.Rd | 9 paws.management-0.10.0/paws.management/man/cloudtrail_get_insight_selectors.Rd | 14 paws.management-0.10.0/paws.management/man/cloudtrail_get_query_results.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_get_resource_policy.Rd | 12 paws.management-0.10.0/paws.management/man/cloudtrail_get_trail.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_get_trail_status.Rd | 11 paws.management-0.10.0/paws.management/man/cloudtrail_list_channels.Rd | 6 paws.management-0.10.0/paws.management/man/cloudtrail_list_insights_data.Rd |only paws.management-0.10.0/paws.management/man/cloudtrail_list_insights_metric_data.Rd | 52 paws.management-0.10.0/paws.management/man/cloudtrail_list_public_keys.Rd | 8 paws.management-0.10.0/paws.management/man/cloudtrail_list_queries.Rd | 15 paws.management-0.10.0/paws.management/man/cloudtrail_list_tags.Rd | 15 paws.management-0.10.0/paws.management/man/cloudtrail_list_trails.Rd | 6 paws.management-0.10.0/paws.management/man/cloudtrail_lookup_events.Rd | 25 paws.management-0.10.0/paws.management/man/cloudtrail_put_event_configuration.Rd |only paws.management-0.10.0/paws.management/man/cloudtrail_put_event_selectors.Rd | 36 paws.management-0.10.0/paws.management/man/cloudtrail_put_insight_selectors.Rd | 42 paws.management-0.10.0/paws.management/man/cloudtrail_put_resource_policy.Rd | 18 paws.management-0.10.0/paws.management/man/cloudtrail_register_organization_delegated_admin.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_remove_tags.Rd | 15 paws.management-0.10.0/paws.management/man/cloudtrail_restore_event_data_store.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_search_sample_queries.Rd | 9 paws.management-0.10.0/paws.management/man/cloudtrail_start_dashboard_refresh.Rd | 7 paws.management-0.10.0/paws.management/man/cloudtrail_start_event_data_store_ingestion.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_start_import.Rd | 23 paws.management-0.10.0/paws.management/man/cloudtrail_start_logging.Rd | 4 paws.management-0.10.0/paws.management/man/cloudtrail_stop_event_data_store_ingestion.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_stop_logging.Rd | 4 paws.management-0.10.0/paws.management/man/cloudtrail_update_channel.Rd | 3 paws.management-0.10.0/paws.management/man/cloudtrail_update_dashboard.Rd | 15 paws.management-0.10.0/paws.management/man/cloudtrail_update_event_data_store.Rd | 98 paws.management-0.10.0/paws.management/man/cloudtrail_update_trail.Rd | 85 paws.management-0.10.0/paws.management/man/cloudtraildataservice.Rd | 11 paws.management-0.10.0/paws.management/man/cloudtraildataservice_put_audit_events.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatch.Rd | 34 paws.management-0.10.0/paws.management/man/cloudwatch_delete_alarm_mute_rule.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_delete_anomaly_detector.Rd | 21 paws.management-0.10.0/paws.management/man/cloudwatch_delete_dashboards.Rd | 2 paws.management-0.10.0/paws.management/man/cloudwatch_delete_insight_rules.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatch_describe_alarm_contributors.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_describe_alarm_history.Rd | 15 paws.management-0.10.0/paws.management/man/cloudwatch_describe_alarms.Rd | 81 paws.management-0.10.0/paws.management/man/cloudwatch_describe_alarms_for_metric.Rd | 10 paws.management-0.10.0/paws.management/man/cloudwatch_describe_anomaly_detectors.Rd | 29 paws.management-0.10.0/paws.management/man/cloudwatch_describe_insight_rules.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatch_disable_insight_rules.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatch_enable_insight_rules.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatch_get_alarm_mute_rule.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_get_insight_rule_report.Rd | 49 paws.management-0.10.0/paws.management/man/cloudwatch_get_metric_data.Rd | 75 paws.management-0.10.0/paws.management/man/cloudwatch_get_metric_statistics.Rd | 94 paws.management-0.10.0/paws.management/man/cloudwatch_get_metric_widget_image.Rd | 27 paws.management-0.10.0/paws.management/man/cloudwatch_get_o_tel_enrichment.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_list_alarm_mute_rules.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_list_dashboards.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatch_list_managed_insight_rules.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatch_list_metric_streams.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatch_list_metrics.Rd | 29 paws.management-0.10.0/paws.management/man/cloudwatch_list_tags_for_resource.Rd | 15 paws.management-0.10.0/paws.management/man/cloudwatch_put_alarm_mute_rule.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_put_anomaly_detector.Rd | 26 paws.management-0.10.0/paws.management/man/cloudwatch_put_composite_alarm.Rd | 135 paws.management-0.10.0/paws.management/man/cloudwatch_put_dashboard.Rd | 20 paws.management-0.10.0/paws.management/man/cloudwatch_put_insight_rule.Rd | 32 paws.management-0.10.0/paws.management/man/cloudwatch_put_metric_alarm.Rd | 267 paws.management-0.10.0/paws.management/man/cloudwatch_put_metric_data.Rd | 54 paws.management-0.10.0/paws.management/man/cloudwatch_put_metric_stream.Rd | 77 paws.management-0.10.0/paws.management/man/cloudwatch_set_alarm_state.Rd | 10 paws.management-0.10.0/paws.management/man/cloudwatch_start_metric_streams.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatch_start_o_tel_enrichment.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_stop_metric_streams.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatch_stop_o_tel_enrichment.Rd |only paws.management-0.10.0/paws.management/man/cloudwatch_tag_resource.Rd | 15 paws.management-0.10.0/paws.management/man/cloudwatch_untag_resource.Rd | 15 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals.Rd | 29 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_bat_get_ser_lev_obj_bud_rep.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_batch_update_exclusion_windows.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_create_service_level_objective.Rd | 38 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_delete_grouping_configuration.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_get_service.Rd | 27 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_get_service_level_objective.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_lis_ser_lev_obj_exc_win.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_audit_findings.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_entity_events.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_grou_attr_defi.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_service_dependencies.Rd | 33 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_service_dependents.Rd | 33 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_service_level_objectives.Rd | 51 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_service_operations.Rd | 33 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_service_states.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_services.Rd | 22 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_list_tags_for_resource.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_put_grouping_configuration.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_tag_resource.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_untag_resource.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchapplicationsignals_update_service_level_objective.Rd | 27 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor.Rd | 33 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_create_monitor.Rd | 70 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_get_health_event.Rd | 10 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_get_monitor.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_get_query_results.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_get_query_status.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_list_health_events.Rd | 15 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_list_internet_events.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_list_monitors.Rd | 16 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_start_query.Rd | 60 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_stop_query.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_tag_resource.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatchinternetmonitor_update_monitor.Rd | 70 paws.management-0.10.0/paws.management/man/cloudwatchlogs.Rd | 70 paws.management-0.10.0/paws.management/man/cloudwatchlogs_associate_kms_key.Rd | 28 paws.management-0.10.0/paws.management/man/cloudwatchlogs_associate_source_to_s3_table_integration.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_cancel_import_task.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_delivery.Rd | 10 paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_export_task.Rd | 24 paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_import_task.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_log_anomaly_detector.Rd | 38 paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_log_group.Rd | 26 paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_lookup_table.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_create_scheduled_query.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_account_policy.Rd | 2 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_data_protection_policy.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_delivery.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_delivery_destination.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_delivery_destination_policy.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_index_policy.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_integration.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_log_anomaly_detector.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_lookup_table.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_query_definition.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_resource_policy.Rd | 10 paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_scheduled_query.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_delete_transformer.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_account_policies.Rd | 18 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_configuration_templates.Rd | 21 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_deliveries.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_delivery_destinations.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_delivery_sources.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_destinations.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_export_tasks.Rd | 12 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_field_indexes.Rd | 11 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_import_task_batches.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_import_tasks.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_index_policies.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_log_groups.Rd | 56 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_log_streams.Rd | 40 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_lookup_tables.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_metric_filters.Rd | 17 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_queries.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_query_definitions.Rd | 8 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_resource_policies.Rd | 16 paws.management-0.10.0/paws.management/man/cloudwatchlogs_describe_subscription_filters.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchlogs_disassociate_kms_key.Rd | 23 paws.management-0.10.0/paws.management/man/cloudwatchlogs_disassociate_source_from_s3_table_integration.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_filter_log_events.Rd | 60 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_data_protection_policy.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_delivery_destination_policy.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_integration.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_log_anomaly_detector.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_log_events.Rd | 47 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_log_fields.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_log_group_fields.Rd | 17 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_log_object.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_log_record.Rd | 13 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_lookup_table.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_query_results.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_scheduled_query.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_scheduled_query_history.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_get_transformer.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_aggregate_log_group_summaries.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_anomalies.Rd | 11 paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_integrations.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_log_anomaly_detectors.Rd | 8 paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_log_groups.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_log_groups_for_query.Rd | 5 paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_scheduled_queries.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_sources_for_s3_table_integration.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_list_tags_for_resource.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_account_policy.Rd | 130 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_bearer_token_authentication.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_data_protection_policy.Rd | 33 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_delivery_destination.Rd | 23 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_delivery_source.Rd | 56 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_destination.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_destination_policy.Rd | 13 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_index_policy.Rd | 17 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_integration.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_log_events.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_log_group_deletion_protection.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_metric_filter.Rd | 19 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_query_definition.Rd | 49 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_resource_policy.Rd | 39 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_retention_policy.Rd | 4 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_subscription_filter.Rd | 61 paws.management-0.10.0/paws.management/man/cloudwatchlogs_put_transformer.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatchlogs_start_live_tail.Rd | 27 paws.management-0.10.0/paws.management/man/cloudwatchlogs_start_query.Rd | 65 paws.management-0.10.0/paws.management/man/cloudwatchlogs_stop_query.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchlogs_tag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchlogs_test_metric_filter.Rd | 2 paws.management-0.10.0/paws.management/man/cloudwatchlogs_test_transformer.Rd | 8 paws.management-0.10.0/paws.management/man/cloudwatchlogs_untag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchlogs_update_anomaly.Rd | 27 paws.management-0.10.0/paws.management/man/cloudwatchlogs_update_delivery_configuration.Rd | 10 paws.management-0.10.0/paws.management/man/cloudwatchlogs_update_log_anomaly_detector.Rd | 14 paws.management-0.10.0/paws.management/man/cloudwatchlogs_update_lookup_table.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchlogs_update_scheduled_query.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager.Rd | 21 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_create_link.Rd | 37 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_create_sink.Rd | 7 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_get_link.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_get_sink.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_list_attached_links.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_list_links.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_list_sinks.Rd | 3 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_list_tags_for_resource.Rd | 11 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_put_sink_policy.Rd | 9 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_tag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_untag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchobservabilityaccessmanager_update_link.Rd | 12 paws.management-0.10.0/paws.management/man/cloudwatchrum.Rd | 17 paws.management-0.10.0/paws.management/man/cloudwatchrum_batch_create_rum_metric_definitions.Rd | 14 paws.management-0.10.0/paws.management/man/cloudwatchrum_batch_delete_rum_metric_definitions.Rd | 18 paws.management-0.10.0/paws.management/man/cloudwatchrum_batch_get_rum_metric_definitions.Rd | 18 paws.management-0.10.0/paws.management/man/cloudwatchrum_create_app_monitor.Rd | 63 paws.management-0.10.0/paws.management/man/cloudwatchrum_delete_resource_policy.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchrum_delete_rum_metrics_destination.Rd | 11 paws.management-0.10.0/paws.management/man/cloudwatchrum_get_app_monitor_data.Rd | 20 paws.management-0.10.0/paws.management/man/cloudwatchrum_get_resource_policy.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchrum_list_app_monitors.Rd | 6 paws.management-0.10.0/paws.management/man/cloudwatchrum_list_rum_metrics_destinations.Rd | 12 paws.management-0.10.0/paws.management/man/cloudwatchrum_put_resource_policy.Rd |only paws.management-0.10.0/paws.management/man/cloudwatchrum_put_rum_events.Rd | 17 paws.management-0.10.0/paws.management/man/cloudwatchrum_put_rum_metrics_destination.Rd | 23 paws.management-0.10.0/paws.management/man/cloudwatchrum_update_app_monitor.Rd | 35 paws.management-0.10.0/paws.management/man/cloudwatchrum_update_rum_metric_definition.Rd | 16 paws.management-0.10.0/paws.management/man/configservice.Rd | 27 paws.management-0.10.0/paws.management/man/configservice_associate_resource_types.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_batch_get_resource_config.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_delete_configuration_recorder.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_delete_evaluation_results.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_delete_remediation_configuration.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_delete_remediation_exceptions.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_delete_service_linked_configuration_recorder.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_deliver_config_snapshot.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_descri_aggreg_compli_by_confor_packs.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_describ_configu_aggrega_sources_status.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_describ_organiz_conform_pack_statuse.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_describe_aggregate_compliance_by_config_rules.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_describe_aggregation_authorizations.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_describe_compliance_by_config_rule.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_describe_compliance_by_resource.Rd | 16 paws.management-0.10.0/paws.management/man/configservice_describe_config_rule_evaluation_status.Rd | 13 paws.management-0.10.0/paws.management/man/configservice_describe_config_rules.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_describe_configuration_aggregators.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_describe_configuration_recorder_status.Rd | 14 paws.management-0.10.0/paws.management/man/configservice_describe_configuration_recorders.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_describe_conformance_pack_compliance.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_describe_conformance_pack_status.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_describe_conformance_packs.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_describe_organization_config_rule_statuses.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_describe_organization_config_rules.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_describe_organization_conformance_packs.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_describe_pending_aggregation_requests.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_describe_remediation_configurations.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_describe_remediation_exceptions.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_describe_remediation_execution_status.Rd | 9 paws.management-0.10.0/paws.management/man/configservice_describe_retention_configurations.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_disassociate_resource_types.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_get_aggre_compl_detai_by_confi_rule.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_get_aggreg_confor_pack_compli_summar.Rd | 12 paws.management-0.10.0/paws.management/man/configservice_get_aggregate_config_rule_compliance_summary.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_get_aggregate_discovered_resource_counts.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_get_compliance_details_by_config_rule.Rd | 11 paws.management-0.10.0/paws.management/man/configservice_get_compliance_details_by_resource.Rd | 19 paws.management-0.10.0/paws.management/man/configservice_get_compliance_summary_by_resource_type.Rd | 8 paws.management-0.10.0/paws.management/man/configservice_get_conformance_pack_compliance_details.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_get_conformance_pack_compliance_summary.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_get_discovered_resource_counts.Rd | 19 paws.management-0.10.0/paws.management/man/configservice_get_organi_confor_pack_detail_status.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_get_organization_config_rule_detailed_status.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_get_resource_config_history.Rd | 24 paws.management-0.10.0/paws.management/man/configservice_get_resource_evaluation_summary.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_list_aggregate_discovered_resources.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_list_configuration_recorders.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_list_conformance_pack_compliance_scores.Rd | 42 paws.management-0.10.0/paws.management/man/configservice_list_discovered_resources.Rd | 29 paws.management-0.10.0/paws.management/man/configservice_list_resource_evaluations.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_list_stored_queries.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_list_tags_for_resource.Rd | 10 paws.management-0.10.0/paws.management/man/configservice_put_configuration_aggregator.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_put_configuration_recorder.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_put_conformance_pack.Rd | 37 paws.management-0.10.0/paws.management/man/configservice_put_delivery_channel.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_put_evaluations.Rd | 18 paws.management-0.10.0/paws.management/man/configservice_put_organization_config_rule.Rd | 25 paws.management-0.10.0/paws.management/man/configservice_put_organization_conformance_pack.Rd | 23 paws.management-0.10.0/paws.management/man/configservice_put_remediation_exceptions.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_put_resource_config.Rd | 15 paws.management-0.10.0/paws.management/man/configservice_put_service_linked_configuration_recorder.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_put_stored_query.Rd | 7 paws.management-0.10.0/paws.management/man/configservice_select_aggregate_resource_config.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_select_resource_config.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_start_configuration_recorder.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_start_remediation_execution.Rd | 6 paws.management-0.10.0/paws.management/man/configservice_start_resource_evaluation.Rd | 25 paws.management-0.10.0/paws.management/man/configservice_stop_configuration_recorder.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_tag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/configservice_untag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/controltower.Rd | 120 paws.management-0.10.0/paws.management/man/controltower_create_landing_zone.Rd | 14 paws.management-0.10.0/paws.management/man/controltower_disable_baseline.Rd | 3 paws.management-0.10.0/paws.management/man/controltower_disable_control.Rd | 16 paws.management-0.10.0/paws.management/man/controltower_enable_baseline.Rd | 19 paws.management-0.10.0/paws.management/man/controltower_enable_control.Rd | 15 paws.management-0.10.0/paws.management/man/controltower_get_baseline_operation.Rd | 3 paws.management-0.10.0/paws.management/man/controltower_get_control_operation.Rd | 3 paws.management-0.10.0/paws.management/man/controltower_get_enabled_baseline.Rd | 3 paws.management-0.10.0/paws.management/man/controltower_list_baselines.Rd | 6 paws.management-0.10.0/paws.management/man/controltower_list_control_operations.Rd | 12 paws.management-0.10.0/paws.management/man/controltower_list_enabled_baselines.Rd | 13 paws.management-0.10.0/paws.management/man/controltower_list_enabled_controls.Rd | 19 paws.management-0.10.0/paws.management/man/controltower_list_landing_zone_operations.Rd | 13 paws.management-0.10.0/paws.management/man/controltower_list_landing_zones.Rd | 7 paws.management-0.10.0/paws.management/man/controltower_reset_enabled_baseline.Rd | 3 paws.management-0.10.0/paws.management/man/controltower_reset_enabled_control.Rd | 2 paws.management-0.10.0/paws.management/man/controltower_update_enabled_baseline.Rd | 11 paws.management-0.10.0/paws.management/man/controltower_update_enabled_control.Rd | 7 paws.management-0.10.0/paws.management/man/controltower_update_landing_zone.Rd | 19 paws.management-0.10.0/paws.management/man/finspace.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_create_environment.Rd | 16 paws.management-0.10.0/paws.management/man/finspace_create_kx_changeset.Rd | 21 paws.management-0.10.0/paws.management/man/finspace_create_kx_cluster.Rd | 80 paws.management-0.10.0/paws.management/man/finspace_create_kx_database.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_create_kx_dataview.Rd | 45 paws.management-0.10.0/paws.management/man/finspace_create_kx_environment.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_create_kx_scaling_group.Rd | 36 paws.management-0.10.0/paws.management/man/finspace_create_kx_user.Rd | 6 paws.management-0.10.0/paws.management/man/finspace_create_kx_volume.Rd | 20 paws.management-0.10.0/paws.management/man/finspace_delete_kx_dataview.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_delete_kx_scaling_group.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_delete_kx_volume.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_get_kx_changeset.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_get_kx_connection_string.Rd | 4 paws.management-0.10.0/paws.management/man/finspace_get_kx_dataview.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_get_kx_volume.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_list_environments.Rd | 5 paws.management-0.10.0/paws.management/man/finspace_list_kx_clusters.Rd | 33 paws.management-0.10.0/paws.management/man/finspace_list_kx_dataviews.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_list_kx_scaling_groups.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_list_kx_volumes.Rd | 6 paws.management-0.10.0/paws.management/man/finspace_untag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_update_environment.Rd | 8 paws.management-0.10.0/paws.management/man/finspace_update_kx_cluster_code_configuration.Rd | 10 paws.management-0.10.0/paws.management/man/finspace_update_kx_cluster_databases.Rd | 3 paws.management-0.10.0/paws.management/man/finspace_update_kx_dataview.Rd | 9 paws.management-0.10.0/paws.management/man/finspace_update_kx_environment_network.Rd | 6 paws.management-0.10.0/paws.management/man/finspace_update_kx_volume.Rd | 6 paws.management-0.10.0/paws.management/man/health.Rd | 58 paws.management-0.10.0/paws.management/man/health_describe_affected_accounts_for_organization.Rd | 13 paws.management-0.10.0/paws.management/man/health_describe_affected_entities.Rd | 15 paws.management-0.10.0/paws.management/man/health_describe_affected_entities_for_organization.Rd | 15 paws.management-0.10.0/paws.management/man/health_describe_entity_aggregates.Rd | 3 paws.management-0.10.0/paws.management/man/health_describe_entity_aggregates_for_organization.Rd | 6 paws.management-0.10.0/paws.management/man/health_describe_event_aggregates.Rd | 9 paws.management-0.10.0/paws.management/man/health_describe_event_details.Rd | 6 paws.management-0.10.0/paws.management/man/health_describe_event_details_for_organization.Rd | 6 paws.management-0.10.0/paws.management/man/health_describe_event_types.Rd | 15 paws.management-0.10.0/paws.management/man/health_describe_events.Rd | 12 paws.management-0.10.0/paws.management/man/health_describe_events_for_organization.Rd | 12 paws.management-0.10.0/paws.management/man/licensemanager.Rd | 21 paws.management-0.10.0/paws.management/man/licensemanager_checkout_borrow_license.Rd | 9 paws.management-0.10.0/paws.management/man/licensemanager_checkout_license.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanager_create_grant.Rd | 17 paws.management-0.10.0/paws.management/man/licensemanager_create_grant_version.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanager_create_license.Rd | 15 paws.management-0.10.0/paws.management/man/licensemanager_create_license_asset_group.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_create_license_asset_ruleset.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_create_license_configuration.Rd | 30 paws.management-0.10.0/paws.management/man/licensemanager_create_license_conversion_task_for_resource.Rd | 11 paws.management-0.10.0/paws.management/man/licensemanager_create_license_manager_report_generator.Rd | 12 paws.management-0.10.0/paws.management/man/licensemanager_create_license_version.Rd | 10 paws.management-0.10.0/paws.management/man/licensemanager_create_token.Rd | 12 paws.management-0.10.0/paws.management/man/licensemanager_delete_license_asset_group.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_delete_license_asset_ruleset.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_extend_license_consumption.Rd | 4 paws.management-0.10.0/paws.management/man/licensemanager_get_license_asset_group.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_get_license_asset_ruleset.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_list_assets_for_license_asset_group.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_list_license_asset_groups.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_list_license_asset_rulesets.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_list_license_configurations.Rd | 15 paws.management-0.10.0/paws.management/man/licensemanager_list_license_configurations_for_organization.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_list_license_conversion_tasks.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanager_list_license_specifications_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanager_list_resource_inventory.Rd | 24 paws.management-0.10.0/paws.management/man/licensemanager_list_tags_for_resource.Rd | 6 paws.management-0.10.0/paws.management/man/licensemanager_list_usage_for_license_configuration.Rd | 9 paws.management-0.10.0/paws.management/man/licensemanager_tag_resource.Rd | 12 paws.management-0.10.0/paws.management/man/licensemanager_untag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/licensemanager_update_license_asset_group.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_update_license_asset_ruleset.Rd |only paws.management-0.10.0/paws.management/man/licensemanager_update_license_configuration.Rd | 8 paws.management-0.10.0/paws.management/man/licensemanager_update_license_manager_report_generator.Rd | 9 paws.management-0.10.0/paws.management/man/licensemanager_update_service_settings.Rd | 11 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_de_su_pr.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_get_reg_sub_pro.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_lis_lin_sub_ins.Rd | 14 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_lis_reg_sub_pro.Rd | 6 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_list_linux_subscriptions.Rd | 9 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_list_tags_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_re_su_pr.Rd | 8 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_tag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_untag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerlinuxsubscriptions_update_service_settings.Rd | 8 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions.Rd | 4 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_associate_user.Rd | 17 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_cre_lic_ser_end.Rd | 11 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_del_lic_ser_end.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_deregister_identity_provider.Rd | 15 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_disassociate_user.Rd | 19 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_lis_lic_ser_end.Rd | 9 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_list_identity_providers.Rd | 9 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_list_instances.Rd | 13 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_list_product_subscriptions.Rd | 26 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_list_tags_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_list_user_associations.Rd | 19 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_register_identity_provider.Rd | 6 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_start_product_subscription.Rd | 16 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_stop_product_subscription.Rd | 12 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_untag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/licensemanagerusersubscriptions_upd_ide_pro_set.Rd | 15 paws.management-0.10.0/paws.management/man/managedgrafana.Rd | 13 paws.management-0.10.0/paws.management/man/managedgrafana_associate_license.Rd | 10 paws.management-0.10.0/paws.management/man/managedgrafana_create_workspace.Rd | 127 paws.management-0.10.0/paws.management/man/managedgrafana_create_workspace_api_key.Rd | 3 paws.management-0.10.0/paws.management/man/managedgrafana_create_workspace_service_account.Rd | 11 paws.management-0.10.0/paws.management/man/managedgrafana_create_workspace_service_account_token.Rd | 5 paws.management-0.10.0/paws.management/man/managedgrafana_delete_workspace_service_account_token.Rd | 6 paws.management-0.10.0/paws.management/man/managedgrafana_disassociate_license.Rd | 6 paws.management-0.10.0/paws.management/man/managedgrafana_list_permissions.Rd | 19 paws.management-0.10.0/paws.management/man/managedgrafana_list_versions.Rd | 8 paws.management-0.10.0/paws.management/man/managedgrafana_list_workspace_service_account_tokens.Rd | 5 paws.management-0.10.0/paws.management/man/managedgrafana_list_workspace_service_accounts.Rd | 5 paws.management-0.10.0/paws.management/man/managedgrafana_list_workspaces.Rd | 4 paws.management-0.10.0/paws.management/man/managedgrafana_tag_resource.Rd | 4 paws.management-0.10.0/paws.management/man/managedgrafana_update_workspace.Rd | 110 paws.management-0.10.0/paws.management/man/managedgrafana_update_workspace_authentication.Rd | 15 paws.management-0.10.0/paws.management/man/managedgrafana_update_workspace_configuration.Rd | 19 paws.management-0.10.0/paws.management/man/organizations.Rd | 76 paws.management-0.10.0/paws.management/man/organizations_accept_handshake.Rd | 11 paws.management-0.10.0/paws.management/man/organizations_attach_policy.Rd | 25 paws.management-0.10.0/paws.management/man/organizations_cancel_handshake.Rd | 13 paws.management-0.10.0/paws.management/man/organizations_close_account.Rd | 3 paws.management-0.10.0/paws.management/man/organizations_create_account.Rd | 68 paws.management-0.10.0/paws.management/man/organizations_create_gov_cloud_account.Rd | 87 paws.management-0.10.0/paws.management/man/organizations_create_organization.Rd | 17 paws.management-0.10.0/paws.management/man/organizations_create_organizational_unit.Rd | 24 paws.management-0.10.0/paws.management/man/organizations_create_policy.Rd | 37 paws.management-0.10.0/paws.management/man/organizations_decline_handshake.Rd | 13 paws.management-0.10.0/paws.management/man/organizations_delete_organizational_unit.Rd | 11 paws.management-0.10.0/paws.management/man/organizations_delete_policy.Rd | 9 paws.management-0.10.0/paws.management/man/organizations_deregister_delegated_administrator.Rd | 12 paws.management-0.10.0/paws.management/man/organizations_describe_account.Rd | 9 paws.management-0.10.0/paws.management/man/organizations_describe_create_account_status.Rd | 11 paws.management-0.10.0/paws.management/man/organizations_describe_effective_policy.Rd | 15 paws.management-0.10.0/paws.management/man/organizations_describe_handshake.Rd | 16 paws.management-0.10.0/paws.management/man/organizations_describe_organizational_unit.Rd | 11 paws.management-0.10.0/paws.management/man/organizations_describe_policy.Rd | 10 paws.management-0.10.0/paws.management/man/organizations_describe_responsibility_transfer.Rd |only paws.management-0.10.0/paws.management/man/organizations_detach_policy.Rd | 26 paws.management-0.10.0/paws.management/man/organizations_disable_aws_service_access.Rd | 5 paws.management-0.10.0/paws.management/man/organizations_disable_policy_type.Rd | 19 paws.management-0.10.0/paws.management/man/organizations_enable_aws_service_access.Rd | 4 paws.management-0.10.0/paws.management/man/organizations_enable_policy_type.Rd | 19 paws.management-0.10.0/paws.management/man/organizations_invite_account_to_organization.Rd | 38 paws.management-0.10.0/paws.management/man/organizations_invite_organization_to_transfer_responsibility.Rd |only paws.management-0.10.0/paws.management/man/organizations_list_accounts.Rd | 17 paws.management-0.10.0/paws.management/man/organizations_list_accounts_for_parent.Rd | 20 paws.management-0.10.0/paws.management/man/organizations_list_accounts_with_invalid_effective_policy.Rd |only paws.management-0.10.0/paws.management/man/organizations_list_aws_service_access_for_organization.Rd | 17 paws.management-0.10.0/paws.management/man/organizations_list_children.Rd | 31 paws.management-0.10.0/paws.management/man/organizations_list_create_account_status.Rd | 20 paws.management-0.10.0/paws.management/man/organizations_list_delegated_administrators.Rd | 23 paws.management-0.10.0/paws.management/man/organizations_list_delegated_services_for_account.Rd | 20 paws.management-0.10.0/paws.management/man/organizations_list_effective_policy_validation_errors.Rd |only paws.management-0.10.0/paws.management/man/organizations_list_handshakes_for_account.Rd | 30 paws.management-0.10.0/paws.management/man/organizations_list_handshakes_for_organization.Rd | 30 paws.management-0.10.0/paws.management/man/organizations_list_inbound_responsibility_transfers.Rd |only paws.management-0.10.0/paws.management/man/organizations_list_organizational_units_for_parent.Rd | 31 paws.management-0.10.0/paws.management/man/organizations_list_outbound_responsibility_transfers.Rd |only paws.management-0.10.0/paws.management/man/organizations_list_parents.Rd | 28 paws.management-0.10.0/paws.management/man/organizations_list_policies.Rd | 28 paws.management-0.10.0/paws.management/man/organizations_list_policies_for_target.Rd | 42 paws.management-0.10.0/paws.management/man/organizations_list_roots.Rd | 17 paws.management-0.10.0/paws.management/man/organizations_list_tags_for_resource.Rd | 15 paws.management-0.10.0/paws.management/man/organizations_list_targets_for_policy.Rd | 24 paws.management-0.10.0/paws.management/man/organizations_move_account.Rd | 33 paws.management-0.10.0/paws.management/man/organizations_put_resource_policy.Rd | 16 paws.management-0.10.0/paws.management/man/organizations_register_delegated_administrator.Rd | 6 paws.management-0.10.0/paws.management/man/organizations_remove_account_from_organization.Rd | 6 paws.management-0.10.0/paws.management/man/organizations_tag_resource.Rd | 15 paws.management-0.10.0/paws.management/man/organizations_terminate_responsibility_transfer.Rd |only paws.management-0.10.0/paws.management/man/organizations_untag_resource.Rd | 9 paws.management-0.10.0/paws.management/man/organizations_update_organizational_unit.Rd | 15 paws.management-0.10.0/paws.management/man/organizations_update_policy.Rd | 21 paws.management-0.10.0/paws.management/man/organizations_update_responsibility_transfer.Rd |only paws.management-0.10.0/paws.management/man/pi.Rd | 32 paws.management-0.10.0/paws.management/man/pi_create_performance_analysis_report.Rd | 17 paws.management-0.10.0/paws.management/man/pi_delete_performance_analysis_report.Rd | 12 paws.management-0.10.0/paws.management/man/pi_describe_dimension_keys.Rd | 80 paws.management-0.10.0/paws.management/man/pi_get_dimension_key_details.Rd | 45 paws.management-0.10.0/paws.management/man/pi_get_performance_analysis_report.Rd | 21 paws.management-0.10.0/paws.management/man/pi_get_resource_metadata.Rd | 9 paws.management-0.10.0/paws.management/man/pi_get_resource_metrics.Rd | 51 paws.management-0.10.0/paws.management/man/pi_list_available_resource_dimensions.Rd | 38 paws.management-0.10.0/paws.management/man/pi_list_available_resource_metrics.Rd | 26 paws.management-0.10.0/paws.management/man/pi_list_performance_analysis_report_recommendations.Rd |only paws.management-0.10.0/paws.management/man/pi_list_performance_analysis_reports.Rd | 20 paws.management-0.10.0/paws.management/man/pi_list_tags_for_resource.Rd | 7 paws.management-0.10.0/paws.management/man/pi_tag_resource.Rd | 10 paws.management-0.10.0/paws.management/man/pi_untag_resource.Rd | 10 paws.management-0.10.0/paws.management/man/prometheusservice.Rd | 49 paws.management-0.10.0/paws.management/man/prometheusservice_create_alert_manager_definition.Rd | 15 paws.management-0.10.0/paws.management/man/prometheusservice_create_anomaly_detector.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_create_logging_configuration.Rd | 18 paws.management-0.10.0/paws.management/man/prometheusservice_create_query_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_create_rule_groups_namespace.Rd | 23 paws.management-0.10.0/paws.management/man/prometheusservice_create_scraper.Rd | 27 paws.management-0.10.0/paws.management/man/prometheusservice_create_workspace.Rd | 20 paws.management-0.10.0/paws.management/man/prometheusservice_delete_alert_manager_definition.Rd | 9 paws.management-0.10.0/paws.management/man/prometheusservice_delete_anomaly_detector.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_delete_logging_configuration.Rd | 11 paws.management-0.10.0/paws.management/man/prometheusservice_delete_query_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_delete_resource_policy.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_delete_rule_groups_namespace.Rd | 10 paws.management-0.10.0/paws.management/man/prometheusservice_delete_scraper.Rd | 7 paws.management-0.10.0/paws.management/man/prometheusservice_delete_scraper_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_delete_workspace.Rd | 7 paws.management-0.10.0/paws.management/man/prometheusservice_describe_anomaly_detector.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_describe_logging_configuration.Rd | 6 paws.management-0.10.0/paws.management/man/prometheusservice_describe_query_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_describe_resource_policy.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_describe_rule_groups_namespace.Rd | 6 paws.management-0.10.0/paws.management/man/prometheusservice_describe_scraper_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_describe_workspace_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_list_anomaly_detectors.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_list_rule_groups_namespaces.Rd | 21 paws.management-0.10.0/paws.management/man/prometheusservice_list_scrapers.Rd | 33 paws.management-0.10.0/paws.management/man/prometheusservice_list_tags_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/prometheusservice_list_workspaces.Rd | 22 paws.management-0.10.0/paws.management/man/prometheusservice_put_alert_manager_definition.Rd | 15 paws.management-0.10.0/paws.management/man/prometheusservice_put_anomaly_detector.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_put_resource_policy.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_put_rule_groups_namespace.Rd | 20 paws.management-0.10.0/paws.management/man/prometheusservice_update_logging_configuration.Rd | 18 paws.management-0.10.0/paws.management/man/prometheusservice_update_query_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_update_scraper.Rd | 23 paws.management-0.10.0/paws.management/man/prometheusservice_update_scraper_logging_configuration.Rd |only paws.management-0.10.0/paws.management/man/prometheusservice_update_workspace_alias.Rd | 14 paws.management-0.10.0/paws.management/man/prometheusservice_update_workspace_configuration.Rd |only paws.management-0.10.0/paws.management/man/reexports.Rd | 2 paws.management-0.10.0/paws.management/man/resiliencehub.Rd | 8 paws.management-0.10.0/paws.management/man/resiliencehub_accept_resource_grouping_recommendations.Rd | 9 paws.management-0.10.0/paws.management/man/resiliencehub_add_draft_app_version_resource_mappings.Rd | 12 paws.management-0.10.0/paws.management/man/resiliencehub_batch_update_recommendation_status.Rd | 9 paws.management-0.10.0/paws.management/man/resiliencehub_create_app.Rd | 30 paws.management-0.10.0/paws.management/man/resiliencehub_create_app_version_app_component.Rd | 16 paws.management-0.10.0/paws.management/man/resiliencehub_create_app_version_resource.Rd | 16 paws.management-0.10.0/paws.management/man/resiliencehub_create_recommendation_template.Rd | 26 paws.management-0.10.0/paws.management/man/resiliencehub_create_resiliency_policy.Rd | 16 paws.management-0.10.0/paws.management/man/resiliencehub_delete_app.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_delete_app_assessment.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_delete_app_input_source.Rd | 21 paws.management-0.10.0/paws.management/man/resiliencehub_delete_app_version_app_component.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_delete_app_version_resource.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_delete_recommendation_template.Rd | 4 paws.management-0.10.0/paws.management/man/resiliencehub_delete_resiliency_policy.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_descr_draft_app_versi_resou_impor_statu.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_descri_app_versio_resour_resolu_status.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_app.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_app_assessment.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_app_version.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_app_version_app_component.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_app_version_resource.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_app_version_template.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_resiliency_policy.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_describe_resource_grouping_recommendation_task.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_import_resources_to_draft_app_version.Rd | 12 paws.management-0.10.0/paws.management/man/resiliencehub_list_alarm_recommendations.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_assessment_compliance_drifts.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_assessment_resource_drifts.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_assessments.Rd | 16 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_component_compliances.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_component_recommendations.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_input_sources.Rd | 9 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_version_app_components.Rd | 9 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_version_resource_mappings.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_version_resources.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_app_versions.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_apps.Rd | 32 paws.management-0.10.0/paws.management/man/resiliencehub_list_metrics.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_recommendation_templates.Rd | 15 paws.management-0.10.0/paws.management/man/resiliencehub_list_resiliency_policies.Rd | 4 paws.management-0.10.0/paws.management/man/resiliencehub_list_resource_grouping_recommendations.Rd | 9 paws.management-0.10.0/paws.management/man/resiliencehub_list_sop_recommendations.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_suggested_resiliency_policies.Rd | 4 paws.management-0.10.0/paws.management/man/resiliencehub_list_tags_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/resiliencehub_list_test_recommendations.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_list_unsupported_app_version_resources.Rd | 10 paws.management-0.10.0/paws.management/man/resiliencehub_publish_app_version.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_put_draft_app_version_template.Rd | 90 paws.management-0.10.0/paws.management/man/resiliencehub_reject_resource_grouping_recommendations.Rd | 9 paws.management-0.10.0/paws.management/man/resiliencehub_remove_draft_app_version_resource_mappings.Rd | 24 paws.management-0.10.0/paws.management/man/resiliencehub_resolve_app_version_resources.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_start_app_assessment.Rd | 13 paws.management-0.10.0/paws.management/man/resiliencehub_start_metrics_export.Rd | 7 paws.management-0.10.0/paws.management/man/resiliencehub_start_resource_grouping_recommendation_task.Rd | 6 paws.management-0.10.0/paws.management/man/resiliencehub_tag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/resiliencehub_update_app.Rd | 24 paws.management-0.10.0/paws.management/man/resiliencehub_update_app_version.Rd | 13 paws.management-0.10.0/paws.management/man/resiliencehub_update_app_version_app_component.Rd | 12 paws.management-0.10.0/paws.management/man/resiliencehub_update_app_version_resource.Rd | 15 paws.management-0.10.0/paws.management/man/resiliencehub_update_resiliency_policy.Rd | 15 paws.management-0.10.0/paws.management/man/resourcegroups.Rd | 28 paws.management-0.10.0/paws.management/man/resourcegroups_create_group.Rd | 47 paws.management-0.10.0/paws.management/man/resourcegroups_delete_group.Rd | 3 paws.management-0.10.0/paws.management/man/resourcegroups_get_group.Rd | 3 paws.management-0.10.0/paws.management/man/resourcegroups_get_group_configuration.Rd | 5 paws.management-0.10.0/paws.management/man/resourcegroups_get_group_query.Rd | 3 paws.management-0.10.0/paws.management/man/resourcegroups_get_tags.Rd | 3 paws.management-0.10.0/paws.management/man/resourcegroups_group_resources.Rd | 6 paws.management-0.10.0/paws.management/man/resourcegroups_list_group_resources.Rd | 51 paws.management-0.10.0/paws.management/man/resourcegroups_list_grouping_statuses.Rd | 15 paws.management-0.10.0/paws.management/man/resourcegroups_list_groups.Rd | 32 paws.management-0.10.0/paws.management/man/resourcegroups_list_tag_sync_tasks.Rd | 9 paws.management-0.10.0/paws.management/man/resourcegroups_put_group_configuration.Rd | 15 paws.management-0.10.0/paws.management/man/resourcegroups_search_resources.Rd | 21 paws.management-0.10.0/paws.management/man/resourcegroups_start_tag_sync_task.Rd | 44 paws.management-0.10.0/paws.management/man/resourcegroups_tag.Rd | 6 paws.management-0.10.0/paws.management/man/resourcegroups_ungroup_resources.Rd | 6 paws.management-0.10.0/paws.management/man/resourcegroups_untag.Rd | 4 paws.management-0.10.0/paws.management/man/resourcegroups_update_account_settings.Rd | 6 paws.management-0.10.0/paws.management/man/resourcegroups_update_group.Rd | 12 paws.management-0.10.0/paws.management/man/resourcegroups_update_group_query.Rd | 9 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi.Rd | 1 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_get_compliance_summary.Rd | 56 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_get_resources.Rd | 148 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_get_tag_keys.Rd | 4 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_get_tag_values.Rd | 8 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_list_required_tags.Rd |only paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_start_report_creation.Rd | 8 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_tag_resources.Rd | 10 paws.management-0.10.0/paws.management/man/resourcegroupstaggingapi_untag_resources.Rd | 10 paws.management-0.10.0/paws.management/man/servicecatalog.Rd | 6 paws.management-0.10.0/paws.management/man/servicecatalog_accept_portfolio_share.Rd | 12 paws.management-0.10.0/paws.management/man/servicecatalog_associ_servic_action_with_provis_artifa.Rd | 8 paws.management-0.10.0/paws.management/man/servicecatalog_associate_principal_with_portfolio.Rd | 47 paws.management-0.10.0/paws.management/man/servicecatalog_batch_assoc_servi_actio_with_provi_artif.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_batch_disas_servi_actio_from_provi_artif.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_copy_product.Rd | 21 paws.management-0.10.0/paws.management/man/servicecatalog_create_constraint.Rd | 33 paws.management-0.10.0/paws.management/man/servicecatalog_create_portfolio.Rd | 4 paws.management-0.10.0/paws.management/man/servicecatalog_create_portfolio_share.Rd | 31 paws.management-0.10.0/paws.management/man/servicecatalog_create_product.Rd | 9 paws.management-0.10.0/paws.management/man/servicecatalog_create_provisioned_product_plan.Rd | 23 paws.management-0.10.0/paws.management/man/servicecatalog_create_provisioning_artifact.Rd | 4 paws.management-0.10.0/paws.management/man/servicecatalog_create_service_action.Rd | 23 paws.management-0.10.0/paws.management/man/servicecatalog_delete_provisioned_product_plan.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_delete_service_action.Rd | 5 paws.management-0.10.0/paws.management/man/servicecatalog_describe_copy_product_status.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_describe_portfolio_share_status.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_describe_portfolio_shares.Rd | 18 paws.management-0.10.0/paws.management/man/servicecatalog_describe_product_as_admin.Rd | 9 paws.management-0.10.0/paws.management/man/servicecatalog_describe_provisioned_product.Rd | 12 paws.management-0.10.0/paws.management/man/servicecatalog_describe_provisioned_product_plan.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_describe_provisioning_artifact.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_describe_provisioning_parameters.Rd | 15 paws.management-0.10.0/paws.management/man/servicecatalog_describe_record.Rd | 6 paws.management-0.10.0/paws.management/man/servicecatalog_disass_servic_action_from_provis_artifa.Rd | 8 paws.management-0.10.0/paws.management/man/servicecatalog_disassociate_budget_from_resource.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_disassociate_principal_from_portfolio.Rd | 8 paws.management-0.10.0/paws.management/man/servicecatalog_execute_provisioned_product_plan.Rd | 4 paws.management-0.10.0/paws.management/man/servicecatalog_execute_provisioned_product_service_action.Rd | 7 paws.management-0.10.0/paws.management/man/servicecatalog_get_provisioned_product_outputs.Rd | 10 paws.management-0.10.0/paws.management/man/servicecatalog_import_as_provisioned_product.Rd | 11 paws.management-0.10.0/paws.management/man/servicecatalog_list_accepted_portfolio_shares.Rd | 13 paws.management-0.10.0/paws.management/man/servicecatalog_list_budgets_for_resource.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_constraints_for_portfolio.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_launch_paths.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_organization_portfolio_access.Rd | 9 paws.management-0.10.0/paws.management/man/servicecatalog_list_portfolio_access.Rd | 7 paws.management-0.10.0/paws.management/man/servicecatalog_list_portfolios.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_portfolios_for_product.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_principals_for_portfolio.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_provis_artifa_for_servic_action.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_provisioned_product_plans.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_record_history.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_resources_for_tag_option.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_servic_action_for_provis_artifa.Rd | 6 paws.management-0.10.0/paws.management/man/servicecatalog_list_service_actions.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_stack_instances_for_provisioned_product.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_list_tag_options.Rd | 6 paws.management-0.10.0/paws.management/man/servicecatalog_notif_termi_provi_produ_engin_workf_resul.Rd | 4 paws.management-0.10.0/paws.management/man/servicecatalog_notif_updat_provi_produ_engin_workf_resul.Rd | 4 paws.management-0.10.0/paws.management/man/servicecatalog_notify_provis_produc_engine_workfl_result.Rd | 7 paws.management-0.10.0/paws.management/man/servicecatalog_provision_product.Rd | 25 paws.management-0.10.0/paws.management/man/servicecatalog_reject_portfolio_share.Rd | 12 paws.management-0.10.0/paws.management/man/servicecatalog_scan_provisioned_products.Rd | 3 paws.management-0.10.0/paws.management/man/servicecatalog_search_products.Rd | 6 paws.management-0.10.0/paws.management/man/servicecatalog_search_products_as_admin.Rd | 6 paws.management-0.10.0/paws.management/man/servicecatalog_search_provisioned_products.Rd | 15 paws.management-0.10.0/paws.management/man/servicecatalog_terminate_provisioned_product.Rd | 21 paws.management-0.10.0/paws.management/man/servicecatalog_update_constraint.Rd | 29 paws.management-0.10.0/paws.management/man/servicecatalog_update_portfolio_share.Rd | 16 paws.management-0.10.0/paws.management/man/servicecatalog_update_product.Rd | 5 paws.management-0.10.0/paws.management/man/servicecatalog_update_provisioned_product.Rd | 26 paws.management-0.10.0/paws.management/man/servicecatalog_update_provisioned_product_properties.Rd | 43 paws.management-0.10.0/paws.management/man/servicecatalog_update_provisioning_artifact.Rd | 12 paws.management-0.10.0/paws.management/man/servicequotas.Rd | 28 paws.management-0.10.0/paws.management/man/servicequotas_create_support_case.Rd |only paws.management-0.10.0/paws.management/man/servicequotas_delet_servi_quota_incre_reque_from_templ.Rd | 10 paws.management-0.10.0/paws.management/man/servicequotas_get_auto_management_configuration.Rd |only paws.management-0.10.0/paws.management/man/servicequotas_get_aws_default_service_quota.Rd | 10 paws.management-0.10.0/paws.management/man/servicequotas_get_quota_utilization_report.Rd |only paws.management-0.10.0/paws.management/man/servicequotas_get_servi_quota_incre_reque_from_templ.Rd | 10 paws.management-0.10.0/paws.management/man/servicequotas_get_service_quota.Rd | 19 paws.management-0.10.0/paws.management/man/servicequotas_list_aws_default_service_quotas.Rd | 26 paws.management-0.10.0/paws.management/man/servicequotas_list_reque_servi_quota_chang_histo_by_quota.Rd | 46 paws.management-0.10.0/paws.management/man/servicequotas_list_requested_service_quota_change_history.Rd | 40 paws.management-0.10.0/paws.management/man/servicequotas_list_servi_quota_incre_reque_in_templ.Rd | 22 paws.management-0.10.0/paws.management/man/servicequotas_list_service_quotas.Rd | 43 paws.management-0.10.0/paws.management/man/servicequotas_list_services.Rd | 24 paws.management-0.10.0/paws.management/man/servicequotas_list_tags_for_resource.Rd | 8 paws.management-0.10.0/paws.management/man/servicequotas_put_servi_quota_incre_reque_into_templ.Rd | 10 paws.management-0.10.0/paws.management/man/servicequotas_request_service_quota_increase.Rd | 28 paws.management-0.10.0/paws.management/man/servicequotas_start_auto_management.Rd |only paws.management-0.10.0/paws.management/man/servicequotas_start_quota_utilization_report.Rd |only paws.management-0.10.0/paws.management/man/servicequotas_stop_auto_management.Rd |only paws.management-0.10.0/paws.management/man/servicequotas_tag_resource.Rd | 8 paws.management-0.10.0/paws.management/man/servicequotas_untag_resource.Rd | 8 paws.management-0.10.0/paws.management/man/servicequotas_update_auto_management.Rd |only paws.management-0.10.0/paws.management/man/ssm.Rd | 33 paws.management-0.10.0/paws.management/man/ssm_add_tags_to_resource.Rd | 23 paws.management-0.10.0/paws.management/man/ssm_associate_ops_item_related_item.Rd | 13 paws.management-0.10.0/paws.management/man/ssm_cancel_command.Rd | 4 paws.management-0.10.0/paws.management/man/ssm_create_activation.Rd | 56 paws.management-0.10.0/paws.management/man/ssm_create_association.Rd | 187 paws.management-0.10.0/paws.management/man/ssm_create_association_batch.Rd | 8 paws.management-0.10.0/paws.management/man/ssm_create_document.Rd | 59 paws.management-0.10.0/paws.management/man/ssm_create_maintenance_window.Rd | 65 paws.management-0.10.0/paws.management/man/ssm_create_ops_item.Rd | 99 paws.management-0.10.0/paws.management/man/ssm_create_ops_metadata.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_create_patch_baseline.Rd | 77 paws.management-0.10.0/paws.management/man/ssm_create_resource_data_sync.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_delete_association.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_delete_document.Rd | 12 paws.management-0.10.0/paws.management/man/ssm_delete_inventory.Rd | 23 paws.management-0.10.0/paws.management/man/ssm_delete_parameter.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_delete_parameters.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_delete_resource_policy.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_deregister_managed_instance.Rd | 5 paws.management-0.10.0/paws.management/man/ssm_deregister_patch_baseline_for_patch_group.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_deregister_target_from_maintenance_window.Rd | 4 paws.management-0.10.0/paws.management/man/ssm_describe_activations.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_association.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_association_execution_targets.Rd | 13 paws.management-0.10.0/paws.management/man/ssm_describe_association_executions.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_describe_automation_executions.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_automation_step_executions.Rd | 16 paws.management-0.10.0/paws.management/man/ssm_describe_available_patches.Rd | 16 paws.management-0.10.0/paws.management/man/ssm_describe_document.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_describe_document_permission.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_describe_effective_instance_associations.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_effective_patches_for_patch_baseline.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_describe_instance_associations_status.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_instance_information.Rd | 20 paws.management-0.10.0/paws.management/man/ssm_describe_instance_patch_states.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_describe_instance_patch_states_for_patch_group.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_describe_instance_patches.Rd | 16 paws.management-0.10.0/paws.management/man/ssm_describe_instance_properties.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_inventory_deletions.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_window_execution_task_invocations.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_window_execution_tasks.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_window_executions.Rd | 14 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_window_schedule.Rd | 14 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_window_targets.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_window_tasks.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_windows.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_describe_maintenance_windows_for_target.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_describe_ops_items.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_describe_parameters.Rd | 19 paws.management-0.10.0/paws.management/man/ssm_describe_patch_baselines.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_describe_patch_groups.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_describe_patch_properties.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_describe_sessions.Rd | 13 paws.management-0.10.0/paws.management/man/ssm_disassociate_ops_item_related_item.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_get_access_token.Rd |only paws.management-0.10.0/paws.management/man/ssm_get_automation_execution.Rd | 4 paws.management-0.10.0/paws.management/man/ssm_get_calendar_state.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_get_command_invocation.Rd | 18 paws.management-0.10.0/paws.management/man/ssm_get_deployable_patch_snapshot_for_instance.Rd | 11 paws.management-0.10.0/paws.management/man/ssm_get_document.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_get_inventory.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_get_inventory_schema.Rd | 12 paws.management-0.10.0/paws.management/man/ssm_get_maintenance_window.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_get_maintenance_window_execution_task.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_get_maintenance_window_execution_task_invocation.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_get_ops_metadata.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_get_ops_summary.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_get_parameter.Rd | 13 paws.management-0.10.0/paws.management/man/ssm_get_parameter_history.Rd | 14 paws.management-0.10.0/paws.management/man/ssm_get_parameters.Rd | 17 paws.management-0.10.0/paws.management/man/ssm_get_parameters_by_path.Rd | 30 paws.management-0.10.0/paws.management/man/ssm_get_patch_baseline.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_get_patch_baseline_for_patch_group.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_get_resource_policies.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_get_service_setting.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_label_parameter_version.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_list_association_versions.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_list_associations.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_list_command_invocations.Rd | 13 paws.management-0.10.0/paws.management/man/ssm_list_commands.Rd | 14 paws.management-0.10.0/paws.management/man/ssm_list_compliance_items.Rd | 16 paws.management-0.10.0/paws.management/man/ssm_list_compliance_summaries.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_list_document_metadata_history.Rd | 16 paws.management-0.10.0/paws.management/man/ssm_list_document_versions.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_list_documents.Rd | 19 paws.management-0.10.0/paws.management/man/ssm_list_inventory_entries.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_list_nodes.Rd | 18 paws.management-0.10.0/paws.management/man/ssm_list_nodes_summary.Rd | 31 paws.management-0.10.0/paws.management/man/ssm_list_ops_item_events.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_list_ops_item_related_items.Rd | 13 paws.management-0.10.0/paws.management/man/ssm_list_ops_metadata.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_list_resource_compliance_summaries.Rd | 10 paws.management-0.10.0/paws.management/man/ssm_list_resource_data_sync.Rd | 12 paws.management-0.10.0/paws.management/man/ssm_modify_document_permission.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_put_compliance_items.Rd | 40 paws.management-0.10.0/paws.management/man/ssm_put_parameter.Rd | 238 paws.management-0.10.0/paws.management/man/ssm_put_resource_policy.Rd | 7 paws.management-0.10.0/paws.management/man/ssm_register_target_with_maintenance_window.Rd | 24 paws.management-0.10.0/paws.management/man/ssm_register_task_with_maintenance_window.Rd | 102 paws.management-0.10.0/paws.management/man/ssm_remove_tags_from_resource.Rd | 16 paws.management-0.10.0/paws.management/man/ssm_reset_service_setting.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_send_automation_signal.Rd | 15 paws.management-0.10.0/paws.management/man/ssm_send_command.Rd | 118 paws.management-0.10.0/paws.management/man/ssm_start_access_request.Rd |only paws.management-0.10.0/paws.management/man/ssm_start_automation_execution.Rd | 98 paws.management-0.10.0/paws.management/man/ssm_start_change_request_execution.Rd | 72 paws.management-0.10.0/paws.management/man/ssm_start_execution_preview.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_start_session.Rd | 17 paws.management-0.10.0/paws.management/man/ssm_stop_automation_execution.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_unlabel_parameter_version.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_update_association.Rd | 187 paws.management-0.10.0/paws.management/man/ssm_update_document.Rd | 30 paws.management-0.10.0/paws.management/man/ssm_update_document_default_version.Rd | 6 paws.management-0.10.0/paws.management/man/ssm_update_document_metadata.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_update_maintenance_window.Rd | 49 paws.management-0.10.0/paws.management/man/ssm_update_maintenance_window_target.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_update_maintenance_window_task.Rd | 120 paws.management-0.10.0/paws.management/man/ssm_update_managed_instance_role.Rd | 9 paws.management-0.10.0/paws.management/man/ssm_update_ops_item.Rd | 65 paws.management-0.10.0/paws.management/man/ssm_update_patch_baseline.Rd | 63 paws.management-0.10.0/paws.management/man/ssm_update_resource_data_sync.Rd | 3 paws.management-0.10.0/paws.management/man/ssm_update_service_setting.Rd | 35 paws.management-0.10.0/paws.management/man/ssmcontacts.Rd | 16 paws.management-0.10.0/paws.management/man/ssmcontacts_accept_page.Rd | 11 paws.management-0.10.0/paws.management/man/ssmcontacts_create_contact.Rd | 21 paws.management-0.10.0/paws.management/man/ssmcontacts_create_contact_channel.Rd | 14 paws.management-0.10.0/paws.management/man/ssmcontacts_create_rotation.Rd | 31 paws.management-0.10.0/paws.management/man/ssmcontacts_create_rotation_override.Rd | 12 paws.management-0.10.0/paws.management/man/ssmcontacts_deactivate_contact_channel.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_delete_contact.Rd | 2 paws.management-0.10.0/paws.management/man/ssmcontacts_delete_contact_channel.Rd | 6 paws.management-0.10.0/paws.management/man/ssmcontacts_delete_rotation_override.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_describe_engagement.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_get_contact_channel.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_get_rotation.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_get_rotation_override.Rd | 6 paws.management-0.10.0/paws.management/man/ssmcontacts_list_contacts.Rd | 6 paws.management-0.10.0/paws.management/man/ssmcontacts_list_engagements.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_list_page_receipts.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_list_page_resolutions.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_list_pages_by_contact.Rd | 6 paws.management-0.10.0/paws.management/man/ssmcontacts_list_pages_by_engagement.Rd | 3 paws.management-0.10.0/paws.management/man/ssmcontacts_list_preview_rotation_shifts.Rd | 20 paws.management-0.10.0/paws.management/man/ssmcontacts_list_rotation_overrides.Rd | 13 paws.management-0.10.0/paws.management/man/ssmcontacts_list_rotation_shifts.Rd | 13 paws.management-0.10.0/paws.management/man/ssmcontacts_list_rotations.Rd | 11 paws.management-0.10.0/paws.management/man/ssmcontacts_list_tags_for_resource.Rd | 7 paws.management-0.10.0/paws.management/man/ssmcontacts_start_engagement.Rd | 15 paws.management-0.10.0/paws.management/man/ssmcontacts_update_contact.Rd | 7 paws.management-0.10.0/paws.management/man/ssmcontacts_update_contact_channel.Rd | 6 paws.management-0.10.0/paws.management/man/ssmcontacts_update_rotation.Rd | 23 paws.management-0.10.0/paws.management/man/ssmincidents.Rd | 12 paws.management-0.10.0/paws.management/man/ssmincidents_batch_get_incident_findings.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_create_replication_set.Rd | 6 paws.management-0.10.0/paws.management/man/ssmincidents_create_response_plan.Rd | 15 paws.management-0.10.0/paws.management/man/ssmincidents_create_timeline_event.Rd | 21 paws.management-0.10.0/paws.management/man/ssmincidents_delete_resource_policy.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_delete_timeline_event.Rd | 7 paws.management-0.10.0/paws.management/man/ssmincidents_get_replication_set.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_get_resource_policies.Rd | 9 paws.management-0.10.0/paws.management/man/ssmincidents_get_timeline_event.Rd | 6 paws.management-0.10.0/paws.management/man/ssmincidents_list_incident_findings.Rd | 6 paws.management-0.10.0/paws.management/man/ssmincidents_list_incident_records.Rd | 15 paws.management-0.10.0/paws.management/man/ssmincidents_list_related_items.Rd | 6 paws.management-0.10.0/paws.management/man/ssmincidents_list_replication_sets.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_list_response_plans.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_list_timeline_events.Rd | 21 paws.management-0.10.0/paws.management/man/ssmincidents_put_resource_policy.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_start_incident.Rd | 19 paws.management-0.10.0/paws.management/man/ssmincidents_tag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_untag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_update_deletion_protection.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_update_incident_record.Rd | 13 paws.management-0.10.0/paws.management/man/ssmincidents_update_related_items.Rd | 6 paws.management-0.10.0/paws.management/man/ssmincidents_update_replication_set.Rd | 3 paws.management-0.10.0/paws.management/man/ssmincidents_update_response_plan.Rd | 37 paws.management-0.10.0/paws.management/man/ssmincidents_update_timeline_event.Rd | 30 paws.management-0.10.0/paws.management/man/ssmsap.Rd | 11 paws.management-0.10.0/paws.management/man/ssmsap_get_configuration_check_operation.Rd |only paws.management-0.10.0/paws.management/man/ssmsap_get_resource_permission.Rd | 2 paws.management-0.10.0/paws.management/man/ssmsap_list_applications.Rd | 4 paws.management-0.10.0/paws.management/man/ssmsap_list_components.Rd | 7 paws.management-0.10.0/paws.management/man/ssmsap_list_configuration_check_definitions.Rd |only paws.management-0.10.0/paws.management/man/ssmsap_list_configuration_check_operations.Rd |only paws.management-0.10.0/paws.management/man/ssmsap_list_databases.Rd | 5 paws.management-0.10.0/paws.management/man/ssmsap_list_operation_events.Rd | 13 paws.management-0.10.0/paws.management/man/ssmsap_list_operations.Rd | 5 paws.management-0.10.0/paws.management/man/ssmsap_list_sub_check_results.Rd |only paws.management-0.10.0/paws.management/man/ssmsap_list_sub_check_rule_results.Rd |only paws.management-0.10.0/paws.management/man/ssmsap_register_application.Rd | 6 paws.management-0.10.0/paws.management/man/ssmsap_start_configuration_checks.Rd |only paws.management-0.10.0/paws.management/man/ssmsap_stop_application.Rd | 7 paws.management-0.10.0/paws.management/man/ssmsap_untag_resource.Rd | 3 paws.management-0.10.0/paws.management/man/ssmsap_update_application_settings.Rd | 3 paws.management-0.10.0/paws.management/man/support.Rd | 57 paws.management-0.10.0/paws.management/man/support_add_attachments_to_set.Rd | 14 paws.management-0.10.0/paws.management/man/support_add_communication_to_case.Rd | 11 paws.management-0.10.0/paws.management/man/support_create_case.Rd | 64 paws.management-0.10.0/paws.management/man/support_describe_attachment.Rd | 3 paws.management-0.10.0/paws.management/man/support_describe_cases.Rd | 33 paws.management-0.10.0/paws.management/man/support_describe_communications.Rd | 11 paws.management-0.10.0/paws.management/man/support_describe_create_case_options.Rd | 18 paws.management-0.10.0/paws.management/man/support_describe_services.Rd | 9 paws.management-0.10.0/paws.management/man/support_describe_severity_levels.Rd | 6 paws.management-0.10.0/paws.management/man/support_describe_supported_languages.Rd | 12 paws.management-0.10.0/paws.management/man/support_describe_trusted_advisor_check_refresh_statuses.Rd | 3 paws.management-0.10.0/paws.management/man/support_describe_trusted_advisor_check_result.Rd | 6 paws.management-0.10.0/paws.management/man/support_describe_trusted_advisor_checks.Rd | 6 paws.management-0.10.0/paws.management/man/support_refresh_trusted_advisor_check.Rd | 3 paws.management-0.10.0/paws.management/man/support_resolve_case.Rd | 4 paws.management-0.10.0/paws.management/man/supportapp.Rd | 26 paws.management-0.10.0/paws.management/man/supportapp_create_slack_channel_configuration.Rd | 29 paws.management-0.10.0/paws.management/man/supportapp_delete_slack_channel_configuration.Rd | 6 paws.management-0.10.0/paws.management/man/supportapp_delete_slack_workspace_configuration.Rd | 3 paws.management-0.10.0/paws.management/man/supportapp_list_slack_channel_configurations.Rd | 6 paws.management-0.10.0/paws.management/man/supportapp_list_slack_workspace_configurations.Rd | 6 paws.management-0.10.0/paws.management/man/supportapp_register_slack_workspace_for_organization.Rd | 4 paws.management-0.10.0/paws.management/man/supportapp_update_slack_channel_configuration.Rd | 29 paws.management-0.10.0/paws.management/man/synthetics.Rd | 15 paws.management-0.10.0/paws.management/man/synthetics_associate_resource.Rd | 6 paws.management-0.10.0/paws.management/man/synthetics_create_canary.Rd | 113 paws.management-0.10.0/paws.management/man/synthetics_create_group.Rd | 10 paws.management-0.10.0/paws.management/man/synthetics_delete_canary.Rd | 11 paws.management-0.10.0/paws.management/man/synthetics_delete_group.Rd | 3 paws.management-0.10.0/paws.management/man/synthetics_describe_canaries.Rd | 20 paws.management-0.10.0/paws.management/man/synthetics_describe_canaries_last_run.Rd | 26 paws.management-0.10.0/paws.management/man/synthetics_describe_runtime_versions.Rd | 10 paws.management-0.10.0/paws.management/man/synthetics_disassociate_resource.Rd | 3 paws.management-0.10.0/paws.management/man/synthetics_get_canary.Rd | 4 paws.management-0.10.0/paws.management/man/synthetics_get_canary_runs.Rd | 28 paws.management-0.10.0/paws.management/man/synthetics_get_group.Rd | 3 paws.management-0.10.0/paws.management/man/synthetics_list_associated_groups.Rd | 9 paws.management-0.10.0/paws.management/man/synthetics_list_group_resources.Rd | 12 paws.management-0.10.0/paws.management/man/synthetics_list_groups.Rd | 8 paws.management-0.10.0/paws.management/man/synthetics_list_tags_for_resource.Rd | 6 paws.management-0.10.0/paws.management/man/synthetics_start_canary.Rd | 3 paws.management-0.10.0/paws.management/man/synthetics_start_canary_dry_run.Rd |only paws.management-0.10.0/paws.management/man/synthetics_stop_canary.Rd | 4 paws.management-0.10.0/paws.management/man/synthetics_tag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/synthetics_untag_resource.Rd | 6 paws.management-0.10.0/paws.management/man/synthetics_update_canary.Rd | 87 paws.management-0.10.0/paws.management/tests/testthat/test_cloudformation.R | 8 paws.management-0.10.0/paws.management/tests/testthat/test_cloudwatch.R | 4 paws.management-0.10.0/paws.management/tests/testthat/test_cloudwatchapplicationsignals.R | 4 paws.management-0.10.0/paws.management/tests/testthat/test_cloudwatchlogs.R | 16 paws.management-0.10.0/paws.management/tests/testthat/test_resourcegroupstaggingapi.R | 8 paws.management-0.10.0/paws.management/tests/testthat/test_ssmsap.R | 8 paws.management-0.9.0/paws.management/R/cloudwatchevidently_interfaces.R |only paws.management-0.9.0/paws.management/R/cloudwatchevidently_operations.R |only paws.management-0.9.0/paws.management/R/cloudwatchevidently_service.R |only paws.management-0.9.0/paws.management/R/opsworks_interfaces.R |only paws.management-0.9.0/paws.management/R/opsworks_operations.R |only paws.management-0.9.0/paws.management/R/opsworks_service.R |only paws.management-0.9.0/paws.management/R/opsworkscm_interfaces.R |only paws.management-0.9.0/paws.management/R/opsworkscm_operations.R |only paws.management-0.9.0/paws.management/R/opsworkscm_service.R |only paws.management-0.9.0/paws.management/man/cloudwatchevidently.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_batch_evaluate_feature.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_create_experiment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_create_feature.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_create_launch.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_create_project.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_create_segment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_delete_experiment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_delete_feature.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_delete_launch.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_delete_project.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_delete_segment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_evaluate_feature.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_get_experiment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_get_experiment_results.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_get_feature.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_get_launch.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_get_project.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_get_segment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_experiments.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_features.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_launches.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_projects.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_segment_references.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_segments.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_list_tags_for_resource.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_put_project_events.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_start_experiment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_start_launch.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_stop_experiment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_stop_launch.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_tag_resource.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_test_segment_pattern.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_untag_resource.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_update_experiment.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_update_feature.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_update_launch.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_update_project.Rd |only paws.management-0.9.0/paws.management/man/cloudwatchevidently_update_project_data_delivery.Rd |only paws.management-0.9.0/paws.management/man/opsworks.Rd |only paws.management-0.9.0/paws.management/man/opsworks_assign_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_assign_volume.Rd |only paws.management-0.9.0/paws.management/man/opsworks_associate_elastic_ip.Rd |only paws.management-0.9.0/paws.management/man/opsworks_attach_elastic_load_balancer.Rd |only paws.management-0.9.0/paws.management/man/opsworks_clone_stack.Rd |only paws.management-0.9.0/paws.management/man/opsworks_create_app.Rd |only paws.management-0.9.0/paws.management/man/opsworks_create_deployment.Rd |only paws.management-0.9.0/paws.management/man/opsworks_create_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_create_layer.Rd |only paws.management-0.9.0/paws.management/man/opsworks_create_stack.Rd |only paws.management-0.9.0/paws.management/man/opsworks_create_user_profile.Rd |only paws.management-0.9.0/paws.management/man/opsworks_delete_app.Rd |only paws.management-0.9.0/paws.management/man/opsworks_delete_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_delete_layer.Rd |only paws.management-0.9.0/paws.management/man/opsworks_delete_stack.Rd |only paws.management-0.9.0/paws.management/man/opsworks_delete_user_profile.Rd |only paws.management-0.9.0/paws.management/man/opsworks_deregister_ecs_cluster.Rd |only paws.management-0.9.0/paws.management/man/opsworks_deregister_elastic_ip.Rd |only paws.management-0.9.0/paws.management/man/opsworks_deregister_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_deregister_rds_db_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_deregister_volume.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_agent_versions.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_apps.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_commands.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_deployments.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_ecs_clusters.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_elastic_ips.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_elastic_load_balancers.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_instances.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_layers.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_load_based_auto_scaling.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_my_user_profile.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_operating_systems.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_permissions.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_raid_arrays.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_rds_db_instances.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_service_errors.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_stack_provisioning_parameters.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_stack_summary.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_stacks.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_time_based_auto_scaling.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_user_profiles.Rd |only paws.management-0.9.0/paws.management/man/opsworks_describe_volumes.Rd |only paws.management-0.9.0/paws.management/man/opsworks_detach_elastic_load_balancer.Rd |only paws.management-0.9.0/paws.management/man/opsworks_disassociate_elastic_ip.Rd |only paws.management-0.9.0/paws.management/man/opsworks_get_hostname_suggestion.Rd |only paws.management-0.9.0/paws.management/man/opsworks_grant_access.Rd |only paws.management-0.9.0/paws.management/man/opsworks_list_tags.Rd |only paws.management-0.9.0/paws.management/man/opsworks_reboot_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_register_ecs_cluster.Rd |only paws.management-0.9.0/paws.management/man/opsworks_register_elastic_ip.Rd |only paws.management-0.9.0/paws.management/man/opsworks_register_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_register_rds_db_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_register_volume.Rd |only paws.management-0.9.0/paws.management/man/opsworks_set_load_based_auto_scaling.Rd |only paws.management-0.9.0/paws.management/man/opsworks_set_permission.Rd |only paws.management-0.9.0/paws.management/man/opsworks_set_time_based_auto_scaling.Rd |only paws.management-0.9.0/paws.management/man/opsworks_start_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_start_stack.Rd |only paws.management-0.9.0/paws.management/man/opsworks_stop_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_stop_stack.Rd |only paws.management-0.9.0/paws.management/man/opsworks_tag_resource.Rd |only paws.management-0.9.0/paws.management/man/opsworks_unassign_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_unassign_volume.Rd |only paws.management-0.9.0/paws.management/man/opsworks_untag_resource.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_app.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_elastic_ip.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_layer.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_my_user_profile.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_rds_db_instance.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_stack.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_user_profile.Rd |only paws.management-0.9.0/paws.management/man/opsworks_update_volume.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_associate_node.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_create_backup.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_create_server.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_delete_backup.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_delete_server.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_describe_account_attributes.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_describe_backups.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_describe_events.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_describe_node_association_status.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_describe_servers.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_disassociate_node.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_export_server_engine_attribute.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_list_tags_for_resource.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_restore_server.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_start_maintenance.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_tag_resource.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_untag_resource.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_update_server.Rd |only paws.management-0.9.0/paws.management/man/opsworkscm_update_server_engine_attributes.Rd |only paws.management-0.9.0/paws.management/tests/testthat/test_cloudwatchevidently.R |only paws.management-0.9.0/paws.management/tests/testthat/test_opsworks.R |only paws.management-0.9.0/paws.management/tests/testthat/test_opsworkscm.R |only 1480 files changed, 20270 insertions(+), 32926 deletions(-)
More information about paws.management at CRAN
Permanent link
Title: 'Amazon Web Services' Machine Learning Services
Description: Interface to 'Amazon Web Services' machine learning services,
including 'SageMaker' managed machine learning service, natural
language processing, speech recognition, translation, and more
<https://aws.amazon.com/machine-learning/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.machine.learning versions 0.9.0 dated 2025-03-15 and 0.10.0 dated 2026-05-30
paws.machine.learning-0.10.0/paws.machine.learning/DESCRIPTION | 32 paws.machine.learning-0.10.0/paws.machine.learning/MD5 | 2434 ++-- paws.machine.learning-0.10.0/paws.machine.learning/NAMESPACE | 3 paws.machine.learning-0.10.0/paws.machine.learning/R/augmentedairuntime_operations.R | 21 paws.machine.learning-0.10.0/paws.machine.learning/R/augmentedairuntime_service.R | 40 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrock_interfaces.R | 632 + paws.machine.learning-0.10.0/paws.machine.learning/R/bedrock_operations.R | 2175 +++ paws.machine.learning-0.10.0/paws.machine.learning/R/bedrock_service.R | 56 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagent_interfaces.R | 194 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagent_operations.R | 932 - paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagent_service.R | 9 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentcore_interfaces.R |only paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentcore_operations.R |only paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentcore_service.R |only paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentcorecontrol_interfaces.R |only paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentcorecontrol_operations.R |only paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentcorecontrol_service.R |only paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentruntime_interfaces.R | 258 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentruntime_operations.R | 823 + paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockagentruntime_service.R | 29 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockdataautomation_interfaces.R | 214 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockdataautomation_operations.R | 623 + paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockdataautomation_service.R | 20 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockdataautomationruntime_interfaces.R | 52 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockdataautomationruntime_operations.R | 137 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockdataautomationruntime_service.R | 8 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockruntime_interfaces.R | 44 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockruntime_operations.R | 451 paws.machine.learning-0.10.0/paws.machine.learning/R/bedrockruntime_service.R | 7 paws.machine.learning-0.10.0/paws.machine.learning/R/comprehend_operations.R | 816 - paws.machine.learning-0.10.0/paws.machine.learning/R/comprehend_service.R | 7 paws.machine.learning-0.10.0/paws.machine.learning/R/comprehendmedical_operations.R | 139 paws.machine.learning-0.10.0/paws.machine.learning/R/comprehendmedical_service.R | 13 paws.machine.learning-0.10.0/paws.machine.learning/R/forecastqueryservice_operations.R | 40 paws.machine.learning-0.10.0/paws.machine.learning/R/forecastqueryservice_service.R | 2 paws.machine.learning-0.10.0/paws.machine.learning/R/forecastservice_operations.R | 932 - paws.machine.learning-0.10.0/paws.machine.learning/R/forecastservice_service.R | 2 paws.machine.learning-0.10.0/paws.machine.learning/R/frauddetector_operations.R | 155 paws.machine.learning-0.10.0/paws.machine.learning/R/frauddetector_service.R | 23 paws.machine.learning-0.10.0/paws.machine.learning/R/lexmodelbuildingservice_interfaces.R | 150 paws.machine.learning-0.10.0/paws.machine.learning/R/lexmodelbuildingservice_operations.R | 703 - paws.machine.learning-0.10.0/paws.machine.learning/R/lexmodelbuildingservice_service.R | 6 paws.machine.learning-0.10.0/paws.machine.learning/R/lexmodelsv2_interfaces.R | 98 paws.machine.learning-0.10.0/paws.machine.learning/R/lexmodelsv2_operations.R | 1548 -- paws.machine.learning-0.10.0/paws.machine.learning/R/lexmodelsv2_service.R | 10 paws.machine.learning-0.10.0/paws.machine.learning/R/lexruntimeservice_operations.R | 227 paws.machine.learning-0.10.0/paws.machine.learning/R/lexruntimeservice_service.R | 15 paws.machine.learning-0.10.0/paws.machine.learning/R/lexruntimev2_operations.R | 83 paws.machine.learning-0.10.0/paws.machine.learning/R/lexruntimev2_service.R | 5 paws.machine.learning-0.10.0/paws.machine.learning/R/lookoutequipment_operations.R | 362 paws.machine.learning-0.10.0/paws.machine.learning/R/lookoutequipment_service.R | 6 paws.machine.learning-0.10.0/paws.machine.learning/R/machinelearning_operations.R | 495 paws.machine.learning-0.10.0/paws.machine.learning/R/machinelearning_service.R | 2 paws.machine.learning-0.10.0/paws.machine.learning/R/panorama_operations.R | 45 paws.machine.learning-0.10.0/paws.machine.learning/R/panorama_service.R | 7 paws.machine.learning-0.10.0/paws.machine.learning/R/personalize_interfaces.R | 50 paws.machine.learning-0.10.0/paws.machine.learning/R/personalize_operations.R | 494 paws.machine.learning-0.10.0/paws.machine.learning/R/personalize_service.R | 5 paws.machine.learning-0.10.0/paws.machine.learning/R/personalizeevents_operations.R | 26 paws.machine.learning-0.10.0/paws.machine.learning/R/personalizeevents_service.R | 8 paws.machine.learning-0.10.0/paws.machine.learning/R/personalizeruntime_operations.R | 135 paws.machine.learning-0.10.0/paws.machine.learning/R/personalizeruntime_service.R | 2 paws.machine.learning-0.10.0/paws.machine.learning/R/polly_interfaces.R | 12 paws.machine.learning-0.10.0/paws.machine.learning/R/polly_operations.R | 183 paws.machine.learning-0.10.0/paws.machine.learning/R/polly_service.R | 11 paws.machine.learning-0.10.0/paws.machine.learning/R/rekognition_interfaces.R | 4 paws.machine.learning-0.10.0/paws.machine.learning/R/rekognition_operations.R | 1071 - paws.machine.learning-0.10.0/paws.machine.learning/R/rekognition_service.R | 17 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemaker_interfaces.R | 982 + paws.machine.learning-0.10.0/paws.machine.learning/R/sagemaker_operations.R | 5639 ++++------ paws.machine.learning-0.10.0/paws.machine.learning/R/sagemaker_service.R | 50 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakeredgemanager_operations.R | 9 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakeredgemanager_service.R | 5 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakerfeaturestoreruntime_operations.R | 67 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakerfeaturestoreruntime_service.R | 9 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakergeospatialcapabilities_operations.R | 56 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakergeospatialcapabilities_service.R | 2 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakermetrics_operations.R | 3 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakermetrics_service.R | 6 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakerruntime_interfaces.R | 2 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakerruntime_operations.R | 209 paws.machine.learning-0.10.0/paws.machine.learning/R/sagemakerruntime_service.R | 8 paws.machine.learning-0.10.0/paws.machine.learning/R/textract_interfaces.R | 16 paws.machine.learning-0.10.0/paws.machine.learning/R/textract_operations.R | 293 paws.machine.learning-0.10.0/paws.machine.learning/R/textract_service.R | 6 paws.machine.learning-0.10.0/paws.machine.learning/R/transcribeservice_interfaces.R | 6 paws.machine.learning-0.10.0/paws.machine.learning/R/transcribeservice_operations.R | 1422 -- paws.machine.learning-0.10.0/paws.machine.learning/R/transcribeservice_service.R | 18 paws.machine.learning-0.10.0/paws.machine.learning/R/translate_operations.R | 250 paws.machine.learning-0.10.0/paws.machine.learning/R/translate_service.R | 5 paws.machine.learning-0.10.0/paws.machine.learning/R/voiceid_operations.R | 158 paws.machine.learning-0.10.0/paws.machine.learning/R/voiceid_service.R | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/augmentedairuntime.Rd | 32 paws.machine.learning-0.10.0/paws.machine.learning/man/augmentedairuntime_list_human_loops.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/augmentedairuntime_start_human_loop.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock.Rd | 54 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_batch_delete_advanced_prompt_optimization_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_batch_delete_evaluation_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_cancel_automated_reasoning_policy_build_workflow.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_advanced_prompt_optimization_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_automated_reasoning_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_automated_reasoning_policy_test_case.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_automated_reasoning_policy_version.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_custom_model.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_custom_model_deployment.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_evaluation_job.Rd | 34 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_foundation_model_agreement.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_guardrail.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_guardrail_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_inference_profile.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_marketplace_model_endpoint.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_model_copy_job.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_model_customization_job.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_model_import_job.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_model_invocation_job.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_prompt_router.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_create_provisioned_model_throughput.Rd | 39 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_automated_reasoning_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_automated_reasoning_policy_build_workflow.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_automated_reasoning_policy_test_case.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_custom_model_deployment.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_enforced_guardrail_configuration.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_foundation_model_agreement.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_inference_profile.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_prompt_router.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_delete_resource_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_export_automated_reasoning_policy_version.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_advanced_prompt_optimization_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_autom_reaso_polic_build_workf_resul_asset.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_automated_reasoning_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_automated_reasoning_policy_annotations.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_automated_reasoning_policy_build_workflow.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_automated_reasoning_policy_next_scenario.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_automated_reasoning_policy_test_case.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_automated_reasoning_policy_test_result.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_custom_model.Rd | 2 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_custom_model_deployment.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_evaluation_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_foundation_model_availability.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_guardrail.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_marketplace_model_endpoint.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_resource_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_get_use_case_for_model_access.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_advanced_prompt_optimization_jobs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_automated_reasoning_policies.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_automated_reasoning_policy_build_workflows.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_automated_reasoning_policy_test_cases.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_automated_reasoning_policy_test_results.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_custom_model_deployments.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_custom_models.Rd | 32 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_enforced_guardrails_configuration.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_evaluation_jobs.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_foundation_model_agreement_offers.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_foundation_models.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_guardrails.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_imported_models.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_inference_profiles.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_marketplace_model_endpoints.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_model_copy_jobs.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_model_customization_jobs.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_model_import_jobs.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_model_invocation_jobs.Rd | 60 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_prompt_routers.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_list_provisioned_model_throughputs.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_put_enforced_guardrail_configuration.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_put_resource_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_put_use_case_for_model_access.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_register_marketplace_model_endpoint.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_start_automated_reasoning_policy_build_workflow.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_start_automated_reasoning_policy_test_workflow.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_stop_advanced_prompt_optimization_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_automated_reasoning_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_automated_reasoning_policy_annotations.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_automated_reasoning_policy_test_case.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_custom_model_deployment.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_guardrail.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_marketplace_model_endpoint.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrock_update_provisioned_model_throughput.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_associate_agent_collaborator.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_associate_agent_knowledge_base.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_agent.Rd | 91 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_agent_action_group.Rd | 76 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_agent_alias.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_data_source.Rd | 41 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_flow.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_flow_alias.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_flow_version.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_knowledge_base.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_prompt.Rd | 32 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_create_prompt_version.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_agent.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_agent_action_group.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_agent_alias.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_agent_version.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_data_source.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_flow.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_flow_alias.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_flow_version.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_knowledge_base_documents.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_delete_prompt.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_disassociate_agent_knowledge_base.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_agent_action_group.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_agent_alias.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_agent_knowledge_base.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_data_source.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_flow_alias.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_ingestion_job.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_knowledge_base.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_knowledge_base_documents.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_get_prompt.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_ingest_knowledge_base_documents.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_agent_action_groups.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_agent_aliases.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_agent_collaborators.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_agent_knowledge_bases.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_agent_versions.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_agents.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_data_sources.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_flow_aliases.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_flow_versions.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_flows.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_ingestion_jobs.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_knowledge_base_documents.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_knowledge_bases.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_list_prompts.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_prepare_agent.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_start_ingestion_job.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_stop_ingestion_job.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_tag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_agent.Rd | 82 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_agent_action_group.Rd | 65 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_agent_alias.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_agent_collaborator.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_agent_knowledge_base.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_data_source.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_flow.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_flow_alias.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_knowledge_base.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagent_update_prompt.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_batch_create_memory_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_batch_delete_memory_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_batch_update_memory_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_complete_resource_token_auth.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_create_ab_test.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_create_event.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_create_payment_instrument.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_create_payment_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_ab_test.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_batch_evaluation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_event.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_memory_record.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_payment_instrument.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_payment_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_delete_recommendation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_evaluate.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_ab_test.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_agent_card.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_batch_evaluation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_browser_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_code_interpreter_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_event.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_memory_record.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_payment_instrument.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_payment_instrument_balance.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_payment_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_recommendation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_resource_api_key.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_resource_oauth_2_token.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_resource_payment_token.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_workload_access_token.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_workload_access_token_for_jwt.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_get_workload_access_token_for_user_id.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_invoke_agent_runtime.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_invoke_agent_runtime_command.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_invoke_browser.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_invoke_code_interpreter.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_invoke_harness.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_ab_tests.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_actors.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_batch_evaluations.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_browser_sessions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_code_interpreter_sessions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_events.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_memory_extraction_jobs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_memory_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_payment_instruments.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_payment_sessions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_recommendations.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_list_sessions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_process_payment.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_retrieve_memory_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_save_browser_session_profile.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_search_registry_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_start_batch_evaluation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_start_browser_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_start_code_interpreter_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_start_memory_extraction_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_start_recommendation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_stop_batch_evaluation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_stop_browser_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_stop_code_interpreter_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_stop_runtime_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_update_ab_test.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcore_update_browser_stream.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_add_dataset_examples.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_agent_runtime.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_agent_runtime_endpoint.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_api_key_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_browser.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_browser_profile.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_code_interpreter.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_configuration_bundle.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_dataset.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_dataset_version.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_evaluator.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_gateway.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_gateway_rule.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_gateway_target.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_harness.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_memory.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_oauth_2_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_online_evaluation_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_payment_connector.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_payment_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_payment_manager.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_policy_engine.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_registry.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_registry_record.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_create_workload_identity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_agent_runtime.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_agent_runtime_endpoint.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_api_key_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_browser.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_browser_profile.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_code_interpreter.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_configuration_bundle.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_dataset.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_dataset_examples.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_evaluator.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_gateway.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_gateway_rule.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_gateway_target.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_harness.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_memory.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_oauth_2_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_online_evaluation_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_payment_connector.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_payment_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_payment_manager.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_policy_engine.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_registry.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_registry_record.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_resource_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_delete_workload_identity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_agent_runtime.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_agent_runtime_endpoint.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_api_key_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_browser.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_browser_profile.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_code_interpreter.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_configuration_bundle.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_configuration_bundle_version.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_dataset.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_evaluator.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_gateway.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_gateway_rule.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_gateway_target.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_harness.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_memory.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_oauth_2_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_online_evaluation_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_payment_connector.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_payment_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_payment_manager.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_policy_engine.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_policy_engine_summary.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_policy_generation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_policy_generation_summary.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_policy_summary.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_registry.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_registry_record.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_resource_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_token_vault.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_get_workload_identity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_agent_runtime_endpoints.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_agent_runtime_versions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_agent_runtimes.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_api_key_credential_providers.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_browser_profiles.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_browsers.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_code_interpreters.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_configuration_bundle_versions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_configuration_bundles.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_dataset_examples.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_dataset_versions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_datasets.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_evaluators.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_gateway_rules.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_gateway_targets.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_gateways.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_harnesses.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_memories.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_oauth_2_credential_providers.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_online_evaluation_configs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_payment_connectors.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_payment_credential_providers.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_payment_managers.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policies.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policy_engine_summaries.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policy_engines.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policy_generation_assets.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policy_generation_summaries.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policy_generations.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_policy_summaries.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_registries.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_registry_records.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_tags_for_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_list_workload_identities.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_put_resource_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_set_token_vault_cmk.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_start_policy_generation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_submit_registry_record_for_approval.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_synchronize_gateway_targets.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_tag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_untag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_agent_runtime.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_agent_runtime_endpoint.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_api_key_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_configuration_bundle.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_dataset.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_dataset_examples.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_evaluator.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_gateway.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_gateway_rule.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_gateway_target.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_harness.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_memory.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_oauth_2_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_online_evaluation_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_payment_connector.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_payment_credential_provider.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_payment_manager.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_policy.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_policy_engine.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_registry.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_registry_record.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_registry_record_status.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentcorecontrol_update_workload_identity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_create_invocation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_create_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_delete_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_end_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_generate_query.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_get_agent_memory.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_get_execution_flow_snapshot.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_get_flow_execution.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_get_invocation_step.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_get_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_invoke_agent.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_invoke_flow.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_invoke_inline_agent.Rd | 79 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_list_flow_execution_events.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_list_flow_executions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_list_invocation_steps.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_list_invocations.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_list_sessions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_list_tags_for_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_optimize_prompt.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_put_invocation_step.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_rerank.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_retrieve.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_retrieve_and_generate.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_retrieve_and_generate_stream.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_start_flow_execution.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_stop_flow_execution.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_tag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_untag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockagentruntime_update_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_copy_blueprint_stage.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_create_blueprint.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_create_blueprint_version.Rd | 2 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_create_data_automation_library.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_create_data_automation_project.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_delete_data_automation_library.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_get_blueprint_optimization_status.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_get_data_auto_libr_inge_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_get_data_automation_library.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_get_data_automation_library_entity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_invo_data_auto_libr_inge_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_invoke_blueprint_optimization_async.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_list_blueprints.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_list_data_auto_libr_inge_jobs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_list_data_automation_libraries.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_list_data_automation_library_entities.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_list_data_automation_projects.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_list_tags_for_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_tag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_untag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_update_blueprint.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_update_data_automation_library.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomation_update_data_automation_project.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomationruntime.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomationruntime_invoke_data_automation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomationruntime_invoke_data_automation_async.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomationruntime_list_tags_for_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomationruntime_tag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockdataautomationruntime_untag_resource.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_apply_guardrail.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_converse.Rd | 83 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_converse_stream.Rd | 92 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_count_tokens.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_invoke_model.Rd | 62 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_invoke_model_with_bidirectional_stream.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_invoke_model_with_response_stream.Rd | 62 paws.machine.learning-0.10.0/paws.machine.learning/man/bedrockruntime_list_async_invokes.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_batch_detect_dominant_language.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_batch_detect_entities.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_batch_detect_key_phrases.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_batch_detect_sentiment.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_batch_detect_syntax.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_batch_detect_targeted_sentiment.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_classify_document.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_create_dataset.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_create_document_classifier.Rd | 78 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_create_endpoint.Rd | 32 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_create_entity_recognizer.Rd | 78 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_create_flywheel.Rd | 29 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_delete_resource_policy.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_document_classification_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_document_classifier.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_dominant_language_detection_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_entities_detection_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_key_phrases_detection_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_pii_entities_detection_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_resource_policy.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_sentiment_detection_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_describe_targeted_sentiment_detection_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_dominant_language.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_entities.Rd | 51 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_key_phrases.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_pii_entities.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_sentiment.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_syntax.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_targeted_sentiment.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_detect_toxic_content.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_import_model.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_document_classification_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_document_classifier_summaries.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_document_classifiers.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_dominant_language_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_endpoints.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_entities_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_entity_recognizer_summaries.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_entity_recognizers.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_events_detection_jobs.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_flywheels.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_key_phrases_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_pii_entities_detection_jobs.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_sentiment_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_targeted_sentiment_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_list_topics_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_put_resource_policy.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_document_classification_job.Rd | 31 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_dominant_language_detection_job.Rd | 26 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_entities_detection_job.Rd | 46 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_events_detection_job.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_flywheel_iteration.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_key_phrases_detection_job.Rd | 34 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_pii_entities_detection_job.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_sentiment_detection_job.Rd | 34 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_targeted_sentiment_detection_job.Rd | 26 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_start_topics_detection_job.Rd | 33 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_stop_training_document_classifier.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_stop_training_entity_recognizer.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_tag_resource.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_untag_resource.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_update_endpoint.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehend_update_flywheel.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_describe_entities_detection_v2_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_describe_icd10cm_inference_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_describe_phi_detection_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_describe_rx_norm_inference_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_describe_snomedct_inference_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_detect_entities.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_detect_entities_v2.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_detect_phi.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_list_entities_detection_v2_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_list_icd10cm_inference_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_list_phi_detection_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_list_rx_norm_inference_jobs.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_list_snomedct_inference_jobs.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_start_entities_detection_v2_job.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_start_icd10cm_inference_job.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_start_phi_detection_job.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_start_rx_norm_inference_job.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/comprehendmedical_start_snomedct_inference_job.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastqueryservice_query_forecast.Rd | 26 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastqueryservice_query_what_if_forecast.Rd | 26 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_auto_predictor.Rd | 94 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_dataset.Rd | 63 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_dataset_group.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_dataset_import_job.Rd | 88 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_explainability.Rd | 44 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_explainability_export.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_forecast.Rd | 41 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_forecast_export_job.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_monitor.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_predictor.Rd | 117 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_predictor_backtest_export_job.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_what_if_analysis.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_what_if_forecast.Rd | 39 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_create_what_if_forecast_export.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_delete_predictor_backtest_export_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_delete_resource_tree.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_delete_what_if_analysis.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_delete_what_if_forecast.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_delete_what_if_forecast_export.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_describe_predictor.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_describe_what_if_analysis.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_describe_what_if_forecast.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_describe_what_if_forecast_export.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_dataset_groups.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_dataset_import_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_datasets.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_explainabilities.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_explainability_exports.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_forecast_export_jobs.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_forecasts.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_monitor_evaluations.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_monitors.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_predictor_backtest_export_jobs.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_predictors.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_what_if_analyses.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_what_if_forecast_exports.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_list_what_if_forecasts.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_stop_resource.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_tag_resource.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/forecastservice_update_dataset_group.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_cancel_batch_import_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_create_batch_import_job.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_create_batch_prediction_job.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_create_detector_version.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_create_list.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_create_model_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_create_variable.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_delete_event.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_delete_rule.Rd | 2 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_get_event_prediction.Rd | 33 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_get_event_prediction_metadata.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_list_event_predictions.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_put_event_type.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_put_kms_encryption_key.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_send_event.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_update_detector_version.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_update_event_label.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_update_list.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/frauddetector_update_model_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_create_bot_version.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_create_intent_version.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_create_slot_type_version.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_delete_bot_channel_association.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_delete_bot_version.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_delete_intent_version.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_delete_slot_type_version.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_delete_utterances.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_bot_aliases.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_bot_channel_association.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_bot_channel_associations.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_bot_versions.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_bots.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_builtin_intent.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_builtin_intents.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_builtin_slot_types.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_intent_versions.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_intents.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_migration.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_migrations.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_slot_type_versions.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_slot_types.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_get_utterances_view.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_put_bot.Rd | 212 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_put_bot_alias.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_put_intent.Rd | 146 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_put_slot_type.Rd | 65 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_start_import.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_start_migration.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_tag_resource.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelbuildingservice_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_batch_create_custom_vocabulary_item.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_batch_delete_custom_vocabulary_item.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_batch_update_custom_vocabulary_item.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_build_bot_locale.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_bot.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_bot_alias.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_bot_locale.Rd | 48 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_bot_replica.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_bot_version.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_export.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_intent.Rd | 120 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_resource_policy.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_resource_policy_statement.Rd | 45 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_slot.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_create_slot_type.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_bot.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_bot_alias.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_bot_analyzer_recommendation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_bot_locale.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_bot_replica.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_bot_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_custom_vocabulary.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_intent.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_resource_policy.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_resource_policy_statement.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_slot.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_slot_type.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_delete_utterances.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_bot_analyzer_recommendation.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_bot_locale.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_bot_recommendation.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_bot_resource_generation.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_custom_vocabulary_metadata.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_intent.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_resource_policy.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_slot.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_describe_slot_type.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_aggregated_utterances.Rd | 39 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_alias_replicas.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_aliases.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_analyzer_history.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_locales.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_recommendations.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_resource_generations.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bot_versions.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_bots.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_built_in_intents.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_built_in_slot_types.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_custom_vocabulary_items.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_exports.Rd | 33 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_imports.Rd | 33 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_intent_metrics.Rd | 42 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_intent_paths.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_intent_stage_metrics.Rd | 42 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_intents.Rd | 37 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_recommended_intents.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_session_analytics_data.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_session_metrics.Rd | 43 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_slot_types.Rd | 31 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_slots.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_test_execution_result_items.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_test_executions.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_test_set_records.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_test_sets.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_utterance_analytics_data.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_list_utterance_metrics.Rd | 48 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_search_associated_transcripts.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_start_bot_analyzer.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_start_bot_recommendation.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_start_bot_resource_generation.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_start_import.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_start_test_execution.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_start_test_set_generation.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_stop_bot_analyzer.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_stop_bot_recommendation.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_tag_resource.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_bot.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_bot_alias.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_bot_locale.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_bot_recommendation.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_intent.Rd | 48 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_resource_policy.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_slot.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/lexmodelsv2_update_slot_type.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimeservice.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimeservice_get_session.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimeservice_post_content.Rd | 90 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimeservice_post_text.Rd | 48 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimeservice_put_session.Rd | 60 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimev2.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimev2_put_session.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimev2_recognize_text.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimev2_recognize_utterance.Rd | 42 paws.machine.learning-0.10.0/paws.machine.learning/man/lexruntimev2_start_conversation.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_create_dataset.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_create_inference_scheduler.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_create_label.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_create_label_group.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_create_model.Rd | 45 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_create_retraining_scheduler.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_delete_label.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_delete_label_group.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_delete_resource_policy.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_describe_resource_policy.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_import_dataset.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_import_model_version.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_data_ingestion_jobs.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_datasets.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_inference_events.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_inference_executions.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_inference_schedulers.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_label_groups.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_labels.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_model_versions.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_models.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_retraining_schedulers.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_sensor_statistics.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_list_tags_for_resource.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_put_resource_policy.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_start_data_ingestion_job.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_tag_resource.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_update_active_model_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_update_inference_scheduler.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_update_label_group.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_update_model.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/lookoutequipment_update_retraining_scheduler.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_add_tags.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_create_batch_prediction.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_create_data_source_from_rds.Rd | 51 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_create_data_source_from_redshift.Rd | 39 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_create_data_source_from_s3.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_create_evaluation.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_create_ml_model.Rd | 66 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_describe_batch_predictions.Rd | 73 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_describe_data_sources.Rd | 61 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_describe_evaluations.Rd | 70 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_describe_ml_models.Rd | 69 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_get_data_source.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_get_evaluation.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_get_ml_model.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_predict.Rd | 2 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_update_data_source.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_update_evaluation.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/machinelearning_update_ml_model.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_delete_package.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_application_instance_dependencies.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_application_instance_node_instances.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_application_instances.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_devices.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_devices_jobs.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_node_from_template_jobs.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_nodes.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_package_import_jobs.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/panorama_list_packages.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_batch_inference_job.Rd | 29 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_batch_segment_job.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_campaign.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_data_deletion_job.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_dataset.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_dataset_export_job.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_dataset_group.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_dataset_import_job.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_event_tracker.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_filter.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_metric_attribution.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_recommender.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_schema.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_solution.Rd | 89 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_create_solution_version.Rd | 30 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_delete_dataset.Rd | 2 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_describe_feature_transformation.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_get_solution_metrics.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_batch_inference_jobs.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_batch_segment_jobs.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_campaigns.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_data_deletion_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_dataset_export_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_dataset_groups.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_dataset_import_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_datasets.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_event_trackers.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_filters.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_metric_attribution_metrics.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_metric_attributions.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_recipes.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_recommenders.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_schemas.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_solution_versions.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_list_solutions.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_stop_solution_version_creation.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_update_campaign.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/personalize_update_solution.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeevents.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeevents_put_action_interactions.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeevents_put_actions.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeevents_put_events.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeevents_put_items.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeevents_put_users.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeruntime_get_action_recommendations.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeruntime_get_personalized_ranking.Rd | 48 paws.machine.learning-0.10.0/paws.machine.learning/man/personalizeruntime_get_recommendations.Rd | 52 paws.machine.learning-0.10.0/paws.machine.learning/man/polly.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_delete_lexicon.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_describe_voices.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_list_lexicons.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_list_speech_synthesis_tasks.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_put_lexicon.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_start_speech_synthesis_stream.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/polly_start_speech_synthesis_task.Rd | 54 paws.machine.learning-0.10.0/paws.machine.learning/man/polly_synthesize_speech.Rd | 67 paws.machine.learning-0.10.0/paws.machine.learning/man/reexports.Rd | 2 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_associate_faces.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_compare_faces.Rd | 42 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_copy_project_version.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_collection.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_dataset.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_face_liveness_session.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_project.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_project_version.Rd | 47 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_stream_processor.Rd | 73 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_create_user.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_delete_dataset.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_delete_project_policy.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_delete_project_version.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_delete_user.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_describe_project_versions.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_describe_projects.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_detect_custom_labels.Rd | 39 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_detect_faces.Rd | 26 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_detect_labels.Rd | 46 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_detect_moderation_labels.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_detect_protective_equipment.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_detect_text.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_disassociate_faces.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_distribute_dataset_entries.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_celebrity_info.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_celebrity_recognition.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_content_moderation.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_face_detection.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_face_liveness_session_results.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_face_search.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_label_detection.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_media_analysis_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_person_tracking.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_segment_detection.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_get_text_detection.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_index_faces.Rd | 70 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_dataset_entries.Rd | 39 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_dataset_labels.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_faces.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_media_analysis_jobs.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_project_policies.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_stream_processors.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_put_project_policy.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_recognize_celebrities.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_search_faces.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_search_faces_by_image.Rd | 37 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_search_users.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_search_users_by_image.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_celebrity_recognition.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_content_moderation.Rd | 30 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_face_detection.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_face_search.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_label_detection.Rd | 49 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_media_analysis_job.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_person_tracking.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_project_version.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_segment_detection.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_stream_processor.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_start_text_detection.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_stop_project_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_stop_stream_processor.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_tag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/rekognition_update_stream_processor.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker.Rd | 42 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_add_association.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_add_tags.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_attach_cluster_node_volume.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_batch_add_cluster_nodes.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_batch_delete_cluster_nodes.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_batch_reboot_cluster_nodes.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_batch_replace_cluster_nodes.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_action.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_ai_benchmark_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_ai_recommendation_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_ai_workload_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_algorithm.Rd | 41 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_app.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_app_image_config.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_artifact.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_auto_ml_job.Rd | 43 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_auto_ml_job_v2.Rd | 67 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_cluster.Rd | 76 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_code_repository.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_compilation_job.Rd | 49 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_compute_quota.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_context.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_data_quality_job_definition.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_device_fleet.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_domain.Rd | 56 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_edge_deployment_plan.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_edge_packaging_job.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_endpoint.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_endpoint_config.Rd | 87 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_experiment.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_feature_group.Rd | 77 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_flow_definition.Rd | 31 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_hub_content_presigned_urls.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_human_task_ui.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_hyper_parameter_tuning_job.Rd | 89 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_image.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_image_version.Rd | 26 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_inference_component.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_inference_experiment.Rd | 76 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_inference_recommendations_job.Rd | 31 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_labeling_job.Rd | 138 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_mlflow_app.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_mlflow_tracking_server.Rd | 55 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_bias_job_definition.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_card.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_card_export_job.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_explainability_job_definition.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_package.Rd | 113 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_package_group.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_model_quality_job_definition.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_monitoring_schedule.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_notebook_instance.Rd | 101 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_notebook_instance_lifecycle_config.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_optimization_job.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_partner_app.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_partner_app_presigned_url.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_pipeline.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_presigned_domain_url.Rd | 30 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_presigned_mlflow_app_url.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_presigned_mlflow_tracking_server_url.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_processing_job.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_project.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_space.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_studio_lifecycle_config.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_training_job.Rd | 232 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_training_plan.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_transform_job.Rd | 97 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_trial.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_trial_component.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_user_profile.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_workforce.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_create_workteam.Rd | 37 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_ai_benchmark_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_ai_recommendation_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_ai_workload_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_app.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_cluster.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_domain.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_edge_deployment_stage.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_feature_group.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_hub_content_reference.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_human_task_ui.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_mlflow_app.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_model_package.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_pipeline.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_processing_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_studio_lifecycle_config.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_tags.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_delete_training_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_ai_benchmark_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_ai_recommendation_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_ai_workload_config.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_app.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_cluster.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_cluster_event.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_cluster_node.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_edge_deployment_plan.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_feature_group.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_feature_metadata.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_human_task_ui.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_image_version.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_inference_recommendations_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_mlflow_app.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_model_bias_job_definition.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_model_card.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_model_explainability_job_definition.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_model_package.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_model_quality_job_definition.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_partner_app.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_pipeline.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_processing_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_reserved_capacity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_studio_lifecycle_config.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_training_plan_extension_history.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_describe_workforce.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_detach_cluster_node_volume.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_extend_training_plan.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_get_scaling_configuration_recommendation.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_import_hub_content.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_actions.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_ai_benchmark_jobs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_ai_recommendation_jobs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_ai_workload_configs.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_algorithms.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_aliases.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_app_image_configs.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_apps.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_artifacts.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_associations.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_auto_ml_jobs.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_candidates_for_auto_ml_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_cluster_events.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_cluster_nodes.Rd | 46 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_cluster_scheduler_configs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_clusters.Rd | 38 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_code_repositories.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_compilation_jobs.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_compute_quotas.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_contexts.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_data_quality_job_definitions.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_device_fleets.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_devices.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_domains.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_edge_deployment_plans.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_edge_packaging_jobs.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_endpoint_configs.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_endpoints.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_experiments.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_feature_groups.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_flow_definitions.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_hub_content_versions.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_hub_contents.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_hubs.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_human_task_uis.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_hyper_parameter_tuning_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_image_versions.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_images.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_inference_components.Rd | 36 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_inference_experiments.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_inference_recommendations_job_steps.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_inference_recommendations_jobs.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_labeling_jobs.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_labeling_jobs_for_workteam.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_lineage_groups.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_mlflow_apps.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_mlflow_tracking_servers.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_bias_job_definitions.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_card_export_jobs.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_card_versions.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_cards.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_explainability_job_definitions.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_metadata.Rd | 10 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_package_groups.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_packages.Rd | 29 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_model_quality_job_definitions.Rd | 29 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_models.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_monitoring_alert_history.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_monitoring_alerts.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_monitoring_executions.Rd | 18 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_monitoring_schedules.Rd | 33 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_notebook_instance_lifecycle_configs.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_notebook_instances.Rd | 43 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_optimization_jobs.Rd | 32 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_partner_apps.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_pipeline_execution_steps.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_pipeline_executions.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_pipeline_parameters_for_execution.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_pipeline_versions.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_pipelines.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_processing_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_projects.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_resource_catalogs.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_spaces.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_stage_devices.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_studio_lifecycle_configs.Rd | 27 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_subscribed_workteams.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_tags.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_training_jobs.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_training_jobs_for_hyper_parameter_tuning_job.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_training_plans.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_transform_jobs.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_trial_components.Rd | 24 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_trials.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_ultra_servers_by_reserved_capacity.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_user_profiles.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_workforces.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_list_workteams.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_query_lineage.Rd | 31 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_render_ui_template.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_retry_pipeline_execution.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_search.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_search_training_plan_offerings.Rd | 47 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_send_pipeline_execution_step_failure.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_send_pipeline_execution_step_success.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_start_cluster_health_check.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_start_pipeline_execution.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_start_session.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_stop_ai_benchmark_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_stop_ai_recommendation_job.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_stop_inference_experiment.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_stop_pipeline_execution.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_cluster.Rd | 30 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_cluster_software.Rd | 32 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_code_repository.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_compute_quota.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_device_fleet.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_domain.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_endpoint.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_experiment.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_feature_group.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_feature_metadata.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_hub_content.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_hub_content_reference.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_image.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_image_version.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_inference_component.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_inference_component_runtime_config.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_inference_experiment.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_mlflow_app.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_mlflow_tracking_server.Rd | 23 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_model_card.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_model_package.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_monitoring_alert.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_monitoring_schedule.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_notebook_instance.Rd | 102 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_notebook_instance_lifecycle_config.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_partner_app.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_pipeline.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_pipeline_execution.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_pipeline_version.Rd |only paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_project.Rd | 17 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_training_job.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_trial.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_trial_component.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_workforce.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemaker_update_workteam.Rd | 34 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakeredgemanager.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakeredgemanager_get_deployments.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakeredgemanager_get_device_registration.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakeredgemanager_send_heartbeat.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerfeaturestoreruntime.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerfeaturestoreruntime_batch_get_record.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerfeaturestoreruntime_delete_record.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerfeaturestoreruntime_get_record.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerfeaturestoreruntime_put_record.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_delete_earth_observation_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_delete_vector_enrichment_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_export_earth_observation_job.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_export_vector_enrichment_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_get_tile.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_list_earth_observation_jobs.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_list_raster_data_collections.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_list_vector_enrichment_jobs.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_sea_ras_dat_col.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_start_earth_observation_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_start_vector_enrichment_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakergeospatialcapabilities_stop_earth_observation_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakermetrics.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakermetrics_batch_put_metrics.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerruntime.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerruntime_invoke_endpoint.Rd | 89 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerruntime_invoke_endpoint_async.Rd | 52 paws.machine.learning-0.10.0/paws.machine.learning/man/sagemakerruntime_invoke_endpoint_with_response_stream.Rd | 68 paws.machine.learning-0.10.0/paws.machine.learning/man/textract.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_analyze_document.Rd | 22 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_analyze_expense.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_create_adapter.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_create_adapter_version.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_delete_adapter_version.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_detect_document_text.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_get_adapter_version.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_get_document_analysis.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_get_document_text_detection.Rd | 15 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_get_expense_analysis.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_get_lending_analysis.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_get_lending_analysis_summary.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_list_adapter_versions.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_list_adapters.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_start_document_analysis.Rd | 42 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_start_document_text_detection.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_start_expense_analysis.Rd | 25 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_start_lending_analysis.Rd | 40 paws.machine.learning-0.10.0/paws.machine.learning/man/textract_untag_resource.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_create_call_analytics_category.Rd | 31 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_create_language_model.Rd | 56 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_create_medical_vocabulary.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_create_vocabulary.Rd | 69 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_create_vocabulary_filter.Rd | 79 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_call_analytics_category.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_call_analytics_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_language_model.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_medical_scribe_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_medical_transcription_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_medical_vocabulary.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_transcription_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_vocabulary.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_delete_vocabulary_filter.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_describe_language_model.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_call_analytics_category.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_call_analytics_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_medical_scribe_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_medical_transcription_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_medical_vocabulary.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_transcription_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_vocabulary.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_get_vocabulary_filter.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_call_analytics_categories.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_call_analytics_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_language_models.Rd | 19 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_medical_scribe_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_medical_transcription_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_medical_vocabularies.Rd | 21 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_tags_for_resource.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_transcription_jobs.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_vocabularies.Rd | 20 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_list_vocabulary_filters.Rd | 16 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_start_call_analytics_job.Rd | 85 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_start_medical_scribe_job.Rd | 103 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_start_medical_transcription_job.Rd | 148 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_start_transcription_job.Rd | 318 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_tag_resource.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_untag_resource.Rd | 14 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_update_call_analytics_category.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_update_medical_vocabulary.Rd | 11 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_update_vocabulary.Rd | 62 paws.machine.learning-0.10.0/paws.machine.learning/man/transcribeservice_update_vocabulary_filter.Rd | 52 paws.machine.learning-0.10.0/paws.machine.learning/man/translate.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_create_parallel_data.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_describe_text_translation_job.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_get_terminology.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_import_terminology.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_list_languages.Rd | 6 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_list_parallel_data.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_list_terminologies.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_list_text_translation_jobs.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_start_text_translation_job.Rd | 63 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_tag_resource.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_translate_document.Rd | 35 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_translate_text.Rd | 41 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_untag_resource.Rd | 7 paws.machine.learning-0.10.0/paws.machine.learning/man/translate_update_parallel_data.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid.Rd | 4 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_associate_fraudster.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_create_domain.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_create_watchlist.Rd | 5 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_describe_fraudster_registration_job.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_disassociate_fraudster.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_evaluate_session.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_domains.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_fraudster_registration_jobs.Rd | 12 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_fraudsters.Rd | 13 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_speaker_enrollment_jobs.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_speakers.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_tags_for_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_list_watchlists.Rd | 9 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_start_fraudster_registration_job.Rd | 28 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_start_speaker_enrollment_job.Rd | 30 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_untag_resource.Rd | 3 paws.machine.learning-0.10.0/paws.machine.learning/man/voiceid_update_domain.Rd | 8 paws.machine.learning-0.10.0/paws.machine.learning/tests/testthat/test_bedrock.R | 16 paws.machine.learning-0.10.0/paws.machine.learning/tests/testthat/test_bedrockagentcore.R |only paws.machine.learning-0.10.0/paws.machine.learning/tests/testthat/test_bedrockagentcorecontrol.R |only paws.machine.learning-0.10.0/paws.machine.learning/tests/testthat/test_bedrockagentruntime.R | 4 paws.machine.learning-0.10.0/paws.machine.learning/tests/testthat/test_bedrockdataautomation.R | 4 paws.machine.learning-0.10.0/paws.machine.learning/tests/testthat/test_sagemaker.R | 32 paws.machine.learning-0.9.0/paws.machine.learning/R/lookoutmetrics_interfaces.R |only paws.machine.learning-0.9.0/paws.machine.learning/R/lookoutmetrics_operations.R |only paws.machine.learning-0.9.0/paws.machine.learning/R/lookoutmetrics_service.R |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_activate_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_back_test_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_create_alert.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_create_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_create_metric_set.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_deactivate_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_delete_alert.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_delete_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_describe_alert.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_describe_anomaly_detection_executions.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_describe_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_describe_metric_set.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_detect_metric_set_config.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_get_anomaly_group.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_get_data_quality_metrics.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_get_feedback.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_get_sample_data.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_alerts.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_anomaly_detectors.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_anomaly_group_related_metrics.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_anomaly_group_summaries.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_anomaly_group_time_series.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_metric_sets.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_list_tags_for_resource.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_put_feedback.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_tag_resource.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_untag_resource.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_update_alert.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_update_anomaly_detector.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/man/lookoutmetrics_update_metric_set.Rd |only paws.machine.learning-0.9.0/paws.machine.learning/tests/testthat/test_lookoutmetrics.R |only 1415 files changed, 18254 insertions(+), 24535 deletions(-)
More information about paws.machine.learning at CRAN
Permanent link
Title: DeFries-Fulker Analysis and Univariate Bootstrapping
Description: Implements the Univariate Bootstrap and the Traditional
(Naive) Bootstrap for resampling multivariate data while preserving
covariance structure. Also provides functions for DeFries-Fulker
behavioral genetics models, including the Rodgers-Kohler formulation
with robust standard errors.
Author: Patrick O'Keefe [aut, cre]
Maintainer: Patrick O'Keefe <pgok15@gmail.com>
Diff between Omisc versions 0.1.5 dated 2022-08-09 and 0.2.0 dated 2026-05-30
Omisc-0.1.5/Omisc/R/DFSimulatedChisqnew.R |only Omisc-0.1.5/Omisc/R/Grouping_function.R |only Omisc-0.1.5/Omisc/R/NaiveBoot.R |only Omisc-0.1.5/Omisc/R/NaiveBoot_dep.R |only Omisc-0.1.5/Omisc/R/cholcovs.R |only Omisc-0.1.5/Omisc/R/lbind.R |only Omisc-0.1.5/Omisc/R/uniboot_dep.R |only Omisc-0.1.5/Omisc/man/DFSimulatedChisqNew.Rd |only Omisc-0.1.5/Omisc/man/Group_function.Rd |only Omisc-0.1.5/Omisc/man/NaiveBoot_dep.Rd |only Omisc-0.1.5/Omisc/man/cholcovs.Rd |only Omisc-0.1.5/Omisc/man/lbind.Rd |only Omisc-0.1.5/Omisc/man/uniboot_dep.Rd |only Omisc-0.2.0/Omisc/DESCRIPTION | 24 ++-- Omisc-0.2.0/Omisc/MD5 | 92 ++++++++------- Omisc-0.2.0/Omisc/NAMESPACE | 100 +++++++++-------- Omisc-0.2.0/Omisc/R/BCa.R | 38 +++--- Omisc-0.2.0/Omisc/R/BarebonesBetas.R | 21 --- Omisc-0.2.0/Omisc/R/DFSimulated.R | 2 Omisc-0.2.0/Omisc/R/DFSimulatedChisq.R | 2 Omisc-0.2.0/Omisc/R/DFanalysis.R | 29 ----- Omisc-0.2.0/Omisc/R/HeadrickFind.R |only Omisc-0.2.0/Omisc/R/Headrick_formulas.R |only Omisc-0.2.0/Omisc/R/MyLM.R | 11 + Omisc-0.2.0/Omisc/R/Parboot.R |only Omisc-0.2.0/Omisc/R/RK.R | 2 Omisc-0.2.0/Omisc/R/Sfunc.R | 2 Omisc-0.2.0/Omisc/R/bootAnalysis.R | 2 Omisc-0.2.0/Omisc/R/bootsample.R | 3 Omisc-0.2.0/Omisc/R/cholcors.R | 7 - Omisc-0.2.0/Omisc/R/dxY1.R |only Omisc-0.2.0/Omisc/R/dxY2.R |only Omisc-0.2.0/Omisc/R/dxY3.R |only Omisc-0.2.0/Omisc/R/dxY4.R |only Omisc-0.2.0/Omisc/R/dxY5.R |only Omisc-0.2.0/Omisc/R/dxY6.R |only Omisc-0.2.0/Omisc/R/endparallel.R |only Omisc-0.2.0/Omisc/R/findSa.R | 3 Omisc-0.2.0/Omisc/R/justBetas.R | 3 Omisc-0.2.0/Omisc/R/naiveBoot.R |only Omisc-0.2.0/Omisc/R/parUniboot.R |only Omisc-0.2.0/Omisc/R/resample.R | 2 Omisc-0.2.0/Omisc/R/standardBootIntervals.R | 11 - Omisc-0.2.0/Omisc/R/startparallel.R |only Omisc-0.2.0/Omisc/R/uniboot.R | 144 +++++++++++++------------ Omisc-0.2.0/Omisc/R/zScore.R | 14 +- Omisc-0.2.0/Omisc/R/zScoreData.R | 4 Omisc-0.2.0/Omisc/man/BCa.Rd | 10 - Omisc-0.2.0/Omisc/man/BarebonesBetas.Rd | 6 - Omisc-0.2.0/Omisc/man/DFanalysis.Rd | 15 +- Omisc-0.2.0/Omisc/man/MyLM.Rd | 2 Omisc-0.2.0/Omisc/man/NaiveBoot.Rd | 4 Omisc-0.2.0/Omisc/man/Parboot.Rd |only Omisc-0.2.0/Omisc/man/RK.Rd | 2 Omisc-0.2.0/Omisc/man/bootAnalysis.Rd | 2 Omisc-0.2.0/Omisc/man/cholcors.Rd | 4 Omisc-0.2.0/Omisc/man/endparallel.Rd |only Omisc-0.2.0/Omisc/man/parUniboot.Rd |only Omisc-0.2.0/Omisc/man/standardBootIntervals.Rd | 6 - Omisc-0.2.0/Omisc/man/startparallel.Rd |only Omisc-0.2.0/Omisc/man/uniboot.Rd | 14 -- Omisc-0.2.0/Omisc/man/zScore.Rd | 14 +- 62 files changed, 288 insertions(+), 307 deletions(-)
Title: Collaborative Filtering Models for Recommendation Systems
Description: Implements collaborative filtering methods for recommendation systems based on user-item interaction data. Supports both explicit feedback (ratings) and implicit feedback (consumption). The package uses efficient sparse matrix representations and provides incremental updates for users, items, and similarity structures through an R6 class-based architecture. See Aggarwal (2016) <doi:10.1007/978-3-319-29659-3> for an overview.
Author: Jessica Kubrusly [aut, cre] ,
Thiago Lima [ctb],
Lucas Oliveira [ctb],
Caio Salviano [ctb]
Maintainer: Jessica Kubrusly <jessicakubrusly@id.uff.br>
Diff between CFilt versions 1.0.0 dated 2026-04-24 and 1.0.1 dated 2026-05-30
CFilt-1.0.0/CFilt/NEWS.md |only CFilt-1.0.1/CFilt/DESCRIPTION | 8 - CFilt-1.0.1/CFilt/MD5 | 9 - CFilt-1.0.1/CFilt/R/CFbuilder.R | 41 +++++- CFilt-1.0.1/CFilt/R/pearson.R | 97 +++++++++++---- CFilt-1.0.1/CFilt/man/CF.Rd | 247 ++++++++++++++++++++-------------------- 6 files changed, 242 insertions(+), 160 deletions(-)
Title: Provides Batch Functions and Visualisation for Basic Statistical
Procedures
Description: Designed to streamline data analysis and statistical testing, reducing the length of R
scripts while generating well-formatted outputs in 'pdf', 'Microsoft Word', and 'Microsoft Excel'
formats. In essence, the package contains functions which are sophisticated wrappers around
existing R functions that are called by using 'f_' (user f_riendly) prefix followed by the normal
function name. This third version of the 'rfriend' package focuses primarily on data exploration,
including tools for creating summary tables, f_summary(), summary figures, f_scan(),
outlier detection and removal, f_outlier() and f_remove_outliers(), performing data transformations,
f_boxcox() in part based on 'MASS/boxcox' and 'rcompanion', and f_bestNormalize()
which wraps and extends functionality from the 'bestNormalize' package. Furthermore, 'rfriend'
can automatically (or on request) generate visualizations such as boxplots, f_boxplot(),
QQ-plots, f_qqnorm(), histograms f_hist(), and density plots f_density(). [...truncated...]
Author: Sander H. van Delden [aut, cre]
Maintainer: Sander H. van Delden <plantmind@proton.me>
Diff between rfriend versions 3.0.0 dated 2026-04-28 and 3.1.0 dated 2026-05-30
rfriend-3.0.0/rfriend/R/zzz.R |only rfriend-3.1.0/rfriend/DESCRIPTION | 15 rfriend-3.1.0/rfriend/MD5 | 44 rfriend-3.1.0/rfriend/NAMESPACE | 9 rfriend-3.1.0/rfriend/NEWS.md | 39 rfriend-3.1.0/rfriend/R/fboxplot.R | 484 ++++++++-- rfriend-3.1.0/rfriend/R/foutliers.R | 26 rfriend-3.1.0/rfriend/R/fscan.R | 225 ++++ rfriend-3.1.0/rfriend/R/fsummary.R | 111 ++ rfriend-3.1.0/rfriend/R/helper_check_lhs.R | 20 rfriend-3.1.0/rfriend/R/helper_extract_outlier_df.R |only rfriend-3.1.0/rfriend/R/helper_formula_to_dataframe.R | 68 + rfriend-3.1.0/rfriend/R/import.R | 4 rfriend-3.1.0/rfriend/build/partial.rdb |binary rfriend-3.1.0/rfriend/inst/extdata/boxplot_explained_rfriend.png |binary rfriend-3.1.0/rfriend/man/f_boxplot.Rd | 38 rfriend-3.1.0/rfriend/man/f_outliers.Rd | 5 rfriend-3.1.0/rfriend/man/f_scan.Rd | 40 rfriend-3.1.0/rfriend/man/f_summary.Rd | 45 rfriend-3.1.0/rfriend/tests/testthat/test-f_boxplot.R | 437 +++++++++ rfriend-3.1.0/rfriend/tests/testthat/test-f_glm.R | 9 rfriend-3.1.0/rfriend/tests/testthat/test-f_outliers.R | 105 ++ rfriend-3.1.0/rfriend/tests/testthat/test-f_scan.R | 210 ++++ rfriend-3.1.0/rfriend/tests/testthat/test-f_summary.R | 85 + 24 files changed, 1858 insertions(+), 161 deletions(-)
Title: Incrementally Build Complex Plots using Natural Semantics
Description: Builds complex plots, heatmaps in particular, using natural semantics. Bigger plots can be assembled using directives such as 'LeftOf', 'RightOf', 'TopOf', and 'Beneath' and more. Other features include clustering, dendrograms and integration with 'ggplot2' generated grid objects. This package is particularly designed for bioinformaticians to assemble complex plots for publication.
Author: Wanding Zhou [aut, cre]
Maintainer: Wanding Zhou <zhouwanding@gmail.com>
Diff between wheatmap versions 0.2.0 dated 2022-02-27 and 0.2.4 dated 2026-05-30
wheatmap-0.2.0/wheatmap/R/data.R |only wheatmap-0.2.0/wheatmap/man/darkjet.stops.Rd |only wheatmap-0.2.0/wheatmap/man/jet.stops.Rd |only wheatmap-0.2.4/wheatmap/DESCRIPTION | 14 wheatmap-0.2.4/wheatmap/MD5 | 75 +- wheatmap-0.2.4/wheatmap/NAMESPACE | 17 wheatmap-0.2.4/wheatmap/NEWS.md | 38 + wheatmap-0.2.4/wheatmap/R/S3methods.R | 9 wheatmap-0.2.4/wheatmap/R/auto_margin.R |only wheatmap-0.2.4/wheatmap/R/colorbar.R | 99 ++- wheatmap-0.2.4/wheatmap/R/colormap.R | 15 wheatmap-0.2.4/wheatmap/R/customize.R | 29 - wheatmap-0.2.4/wheatmap/R/dendrogram.R | 5 wheatmap-0.2.4/wheatmap/R/dims.R | 79 ++ wheatmap-0.2.4/wheatmap/R/gg.R | 1 wheatmap-0.2.4/wheatmap/R/grob.R | 1 wheatmap-0.2.4/wheatmap/R/label.R | 19 wheatmap-0.2.4/wheatmap/R/rect.R | 5 wheatmap-0.2.4/wheatmap/R/text.R | 4 wheatmap-0.2.4/wheatmap/R/wgroup.R | 86 ++- wheatmap-0.2.4/wheatmap/R/wheatmap.R | 135 +++- wheatmap-0.2.4/wheatmap/README.md | 111 ++-- wheatmap-0.2.4/wheatmap/build/vignette.rds |binary wheatmap-0.2.4/wheatmap/inst/doc/wheatmap.R | 10 wheatmap-0.2.4/wheatmap/inst/doc/wheatmap.Rmd | 11 wheatmap-0.2.4/wheatmap/inst/doc/wheatmap.html | 415 ++++++++------- wheatmap-0.2.4/wheatmap/inst/examples |only wheatmap-0.2.4/wheatmap/man/Beneath.Rd | 5 wheatmap-0.2.4/wheatmap/man/CMPar.Rd | 2 wheatmap-0.2.4/wheatmap/man/CalcTextBounding.Rd | 4 wheatmap-0.2.4/wheatmap/man/CalcTextBounding.WHeatmap.Rd | 4 wheatmap-0.2.4/wheatmap/man/LeftOf.Rd | 5 wheatmap-0.2.4/wheatmap/man/Resolve.Rd | 6 wheatmap-0.2.4/wheatmap/man/RightOf.Rd | 5 wheatmap-0.2.4/wheatmap/man/TopOf.Rd | 10 wheatmap-0.2.4/wheatmap/man/WColorBarH.Rd | 16 wheatmap-0.2.4/wheatmap/man/WColorBarV.Rd | 17 wheatmap-0.2.4/wheatmap/man/WCustomize.Rd | 30 - wheatmap-0.2.4/wheatmap/man/WHeatmap.Rd | 14 wheatmap-0.2.4/wheatmap/tests |only wheatmap-0.2.4/wheatmap/vignettes/wheatmap.Rmd | 11 41 files changed, 897 insertions(+), 410 deletions(-)
Title: Dump 'R' Package Source, Documentation, and Vignettes into One
File
Description: Dump source code, documentation and vignettes of an 'R'
package into a single file. Supports installed packages, tar.gz
archives, and package source directories. If the package is not
installed, only its source is automatically downloaded from CRAN for
processing. The output is a single plain text file or a character
vector, which is useful to ingest complete package documentation and
source into a large language model (LLM) or pass it further to other
tools, such as 'ragnar' <https://github.com/tidyverse/ragnar> to
create a Retrieval-Augmented Generation (RAG) workflow.
Author: Egor Kotov [aut, cre, cph]
Maintainer: Egor Kotov <kotov.egor@gmail.com>
Diff between rdocdump versions 0.2.0 dated 2026-04-29 and 0.3.0 dated 2026-05-30
rdocdump-0.2.0/rdocdump/man/create_remote.Rd |only rdocdump-0.3.0/rdocdump/DESCRIPTION | 8 rdocdump-0.3.0/rdocdump/MD5 | 74 - rdocdump-0.3.0/rdocdump/NEWS.md | 21 rdocdump-0.3.0/rdocdump/R/extract_code.R | 71 - rdocdump-0.3.0/rdocdump/R/get-or-set-repos.R | 11 rdocdump-0.3.0/rdocdump/R/set_cache_path.R | 13 rdocdump-0.3.0/rdocdump/R/to_txt.R | 88 + rdocdump-0.3.0/rdocdump/R/util_cleanup_files.R | 11 rdocdump-0.3.0/rdocdump/R/util_combine_rd.R | 10 rdocdump-0.3.0/rdocdump/R/util_combine_vignettes.R | 16 rdocdump-0.3.0/rdocdump/R/util_pak_download.R |only rdocdump-0.3.0/rdocdump/R/util_resolve_pkg_path.R | 268 ++-- rdocdump-0.3.0/rdocdump/R/util_resolve_remote.R | 573 +++++++--- rdocdump-0.3.0/rdocdump/R/utils.R |only rdocdump-0.3.0/rdocdump/README.md | 4 rdocdump-0.3.0/rdocdump/inst/doc/rdocdump.html | 2 rdocdump-0.3.0/rdocdump/inst/schemaorg.json | 2 rdocdump-0.3.0/rdocdump/man/check_if_binary.Rd |only rdocdump-0.3.0/rdocdump/man/cleanup_files.Rd | 16 rdocdump-0.3.0/rdocdump/man/combine_rd.Rd | 13 rdocdump-0.3.0/rdocdump/man/extract_code_installed.Rd | 13 rdocdump-0.3.0/rdocdump/man/extract_code_source.Rd | 21 rdocdump-0.3.0/rdocdump/man/is_binary_pkg.Rd |only rdocdump-0.3.0/rdocdump/man/parse_remote_ref.Rd | 16 rdocdump-0.3.0/rdocdump/man/rdd_extract_code.Rd | 68 - rdocdump-0.3.0/rdocdump/man/rdd_get_repos.Rd | 6 rdocdump-0.3.0/rdocdump/man/rdd_set_cache_path.Rd | 10 rdocdump-0.3.0/rdocdump/man/rdd_set_repos.Rd | 5 rdocdump-0.3.0/rdocdump/man/rdd_to_txt.Rd | 78 - rdocdump-0.3.0/rdocdump/man/resolve_pkg_path.Rd | 33 rdocdump-0.3.0/rdocdump/man/resolve_remote_pkg.Rd | 36 rdocdump-0.3.0/rdocdump/tests/testthat/test-extract_code.R |only rdocdump-0.3.0/rdocdump/tests/testthat/test-get-or-set-repos.R |only rdocdump-0.3.0/rdocdump/tests/testthat/test-onLoad.R | 61 - rdocdump-0.3.0/rdocdump/tests/testthat/test-remote.R | 466 ++++++-- rdocdump-0.3.0/rdocdump/tests/testthat/test-set_cache_path.R | 10 rdocdump-0.3.0/rdocdump/tests/testthat/test-to_txt.R | 453 ++++--- rdocdump-0.3.0/rdocdump/tests/testthat/test-util_cleanup_files.R |only rdocdump-0.3.0/rdocdump/tests/testthat/test-util_combine_rd.R | 8 rdocdump-0.3.0/rdocdump/tests/testthat/test-util_combine_vignettes.R | 32 rdocdump-0.3.0/rdocdump/tests/testthat/test-util_resolve_pkg_path.R | 267 ++++ 42 files changed, 2009 insertions(+), 775 deletions(-)
Title: Fixed Effects Counterfactual Estimators
Description: Provides tools for estimating causal effects in panel data using counterfactual methods, as well as other modern DID estimators. It is designed for causal panel analysis with binary treatments under the parallel trends assumption. The package supports scenarios where treatments can switch on and off and allows for limited carryover effects. It includes several imputation estimators, such as Gsynth (Xu 2017), linear factor models, and the matrix completion method. Detailed methodology is described in Liu, Wang, and Xu (2024) <doi:10.48550/arXiv.2107.00856> and Chiu et al. (2025) <doi:10.48550/arXiv.2309.15983>. Optionally integrates with the "HonestDiDFEct" package for sensitivity analyses compatible with imputation estimators. "HonestDiDFEct" is not on CRAN but can be obtained from <https://github.com/lzy318/HonestDiDFEct>.
Author: Yiqing Xu [aut, cre],
Licheng Liu [aut],
Ziyi Liu [aut],
Ye Wang [aut],
Tianzhu Qin [aut],
Shiyun Hu [aut],
Rivka Lipkovitz [aut]
Maintainer: Yiqing Xu <yiqingxu@stanford.edu>
Diff between fect versions 2.4.1 dated 2026-04-30 and 2.4.5 dated 2026-05-30
fect-2.4.1/fect/R/polynomial.R |only fect-2.4.1/fect/tests/testthat/test-score-unify.R |only fect-2.4.5/fect/DESCRIPTION | 20 fect-2.4.5/fect/MD5 | 85 fect-2.4.5/fect/R/RcppExports.R | 24 fect-2.4.5/fect/R/boot.R | 376 +-- fect-2.4.5/fect/R/cfe.R | 6 fect-2.4.5/fect/R/cv-helpers.R | 44 fect-2.4.5/fect/R/default.R | 397 +++ fect-2.4.5/fect/R/diagtest.R | 4 fect-2.4.5/fect/R/did_wrapper.R | 11 fect-2.4.5/fect/R/esplot.R | 16 fect-2.4.5/fect/R/fe.R | 8 fect-2.4.5/fect/R/fect_nevertreated.R | 38 fect-2.4.5/fect/R/mc.R | 6 fect-2.4.5/fect/R/plot.R | 4 fect-2.4.5/fect/R/po-estimands.R | 1201 ++++++++-- fect-2.4.5/fect/R/print.R | 25 fect-2.4.5/fect/man/estimand.Rd | 42 fect-2.4.5/fect/man/fect.Rd | 84 fect-2.4.5/fect/src/RcppExports.cpp | 54 fect-2.4.5/fect/src/cfe.cpp | 13 fect-2.4.5/fect/src/cfe_sub.cpp | 34 fect-2.4.5/fect/src/fect.h | 12 fect-2.4.5/fect/src/ife.cpp | 20 fect-2.4.5/fect/src/ife_sub.cpp | 56 fect-2.4.5/fect/src/mc.cpp | 15 fect-2.4.5/fect/tests/testthat.R | 9 fect-2.4.5/fect/tests/testthat/helper-score-unify.R |only fect-2.4.5/fect/tests/testthat/test-book-claims.R | 6 fect-2.4.5/fect/tests/testthat/test-ci-method-fect.R |only fect-2.4.5/fect/tests/testthat/test-cov-ar-parametric-boot.R | 18 fect-2.4.5/fect/tests/testthat/test-cran.R |only fect-2.4.5/fect/tests/testthat/test-cv-parallel.R | 100 fect-2.4.5/fect/tests/testthat/test-estimand-att-cumu.R | 12 fect-2.4.5/fect/tests/testthat/test-estimand-ci-methods.R |only fect-2.4.5/fect/tests/testthat/test-estimand-jackknife.R |only fect-2.4.5/fect/tests/testthat/test-estimand-log-att.R | 20 fect-2.4.5/fect/tests/testthat/test-estimand-parametric-cifix.R |only fect-2.4.5/fect/tests/testthat/test-estimand-parametric.R | 59 fect-2.4.5/fect/tests/testthat/test-estimand-placebo-carryover.R |only fect-2.4.5/fect/tests/testthat/test-factors-from-refactor.R | 226 - fect-2.4.5/fect/tests/testthat/test-group-fe.R |only fect-2.4.5/fect/tests/testthat/test-para-error-full.R |only fect-2.4.5/fect/tests/testthat/test-para-error.R |only fect-2.4.5/fect/tests/testthat/test-paraboot-parity.R | 19 fect-2.4.5/fect/tests/testthat/test-sample-slot.R |only fect-2.4.5/fect/tests/testthat/test-score-bench.R |only fect-2.4.5/fect/tests/testthat/test-score-fect-cv.R |only fect-2.4.5/fect/tests/testthat/test-score-fect-mspe.R |only fect-2.4.5/fect/tests/testthat/test-score-nevertreated.R |only fect-2.4.5/fect/tests/testthat/test-score-parallel-cv.R |only fect-2.4.5/fect/tests/testthat/test-score-residuals.R |only 53 files changed, 2316 insertions(+), 748 deletions(-)
Title: Estimate Size at Sexual Maturity
Description: Estimate morphometric and gonadal size at sexual maturity for organisms, usually fish and invertebrates. It includes methods for classification based on relative growth (using principal components analysis, hierarchical clustering, discriminant analysis), logistic regression (Frequentist or Bayes), parameters estimation and some basic plots. Optional ggplot-style graphics are available for selected plot methods.
Author: Josymar Torrejon-Magallanes [cre, aut],
Luis Angeles-Gonzalez [aut]
Maintainer: Josymar Torrejon-Magallanes <ejosymart@gmail.com>
Diff between sizeMat versions 1.1.2 dated 2020-06-03 and 1.2.0 dated 2026-05-30
DESCRIPTION | 21 MD5 | 71 +- NAMESPACE | 58 - NEWS.md | 9 R/gonadMat-internal.R | 5 R/gonadMat-main.R | 382 +++++++++---- R/morphMat-main.R | 507 +++++++++++++---- build/vignette.rds |binary inst/CITATION |only inst/doc/sizeMat.R | 341 +++++++++-- inst/doc/sizeMat.Rmd | 479 ++++++++++++---- inst/doc/sizeMat.html | 1432 +++++++++++++++++++++++++++---------------------- man/Crab-data.Rd | 78 +- man/Fish-maturity.Rd | 40 - man/classify_mature.Rd | 114 +-- man/figures |only man/gonad_mature.Rd | 172 ++--- man/morph_mature.Rd | 126 ++-- man/nagelkerkeR2.Rd | 56 - man/plot.classify.Rd | 135 ++-- man/plot.gonadMat.Rd | 135 ++-- man/plot.morphMat.Rd | 128 ++-- man/print.classify.Rd | 56 - man/print.gonadMat.Rd | 56 - man/print.morphMat.Rd | 60 +- man/sizeMat-package.Rd | 160 ++--- vignettes/sizeMat.Rmd | 479 ++++++++++++---- 27 files changed, 3271 insertions(+), 1829 deletions(-)
Title: Immune Oncology Biological Research
Description: Provides six modules for tumor microenvironment (TME)
analysis based on multi-omics data. These modules cover data
preprocessing, TME estimation, TME infiltrating patterns, cellular
interactions, genome and TME interaction, and visualization for TME
relevant features, as well as modelling based on key features. It
integrates multiple microenvironmental analysis algorithms and
signature estimation methods, simplifying the analysis and downstream
visualization of the TME. In addition to providing a quick and easy
way to construct gene signatures from single-cell RNA-seq data, it
also provides a way to construct a reference matrix for TME
deconvolution from single-cell RNA-seq data. The analysis pipeline and
feature visualization are user-friendly and provide a comprehensive
description of the complex TME, offering insights into tumour-immune
interactions (Zeng D, et al. (2024)
<doi:10.1016/j.crmeth.2024.100910>. Fang Y, et al. (2025)
<doi:10.1002/mdr2.70001>).
Author: Dongqiang Zeng [aut],
Yiran Fang [aut],
Shixiang Wang [aut, cre] ,
Qingcong Luo [aut],
Hongqian Qian [aut]
Maintainer: Shixiang Wang <w_shixiang@163.com>
This is a re-admission after prior archival of version 2.2.2 dated 2026-05-25
Diff between IOBR versions 2.2.2 dated 2026-05-25 and 2.2.3 dated 2026-05-30
DESCRIPTION | 12 + MD5 | 248 +++++++++++++++++------------------ NEWS.md | 15 ++ R/CIBERSORT.R | 59 ++++++-- R/EPIC_helper.R | 37 ++--- R/IPS_calculation.R | 19 +- R/PrognosticModel.R | 25 ++- R/anno_eset.R | 28 ++- R/batch_cor.R | 24 +-- R/batch_kruskal.R | 29 ++-- R/batch_pcc.R | 22 +-- R/batch_sig_surv_plot.R | 30 +--- R/batch_surv.R | 14 + R/batch_wilcoxon.R | 17 +- R/count2tpm.R | 46 +++++- R/deconvo_tme.R | 222 +++++++++++++++++++------------ R/download_data.R | 84 +++++++---- R/eset_distribution.R | 17 +- R/estimate_helper.R | 53 ++++--- R/feature_manipulation.R | 15 +- R/feature_selection.R | 20 +- R/find_marker_in_bulk.R | 28 ++- R/find_outlier_samples.R | 18 ++ R/find_variable_genes.R | 18 +- R/get_cor.R | 17 +- R/get_sig_sc.R | 14 + R/internal.R | 12 - R/iobr_deconvo_pipeline.R | 78 ++++++++--- R/iobr_deg.R | 28 ++- R/mcpcounter.R | 18 +- R/merge_eset.R | 5 R/mouse2human_eset.R | 20 +- R/output_sig.R | 10 + R/percent_bar.R | 40 ++++- R/quantiseq.R | 32 ++-- R/quantiseq_helper.R | 2 R/random_strata_cells.R | 30 +--- R/remove_batcheffect.R | 27 ++- R/remove_duplicate_genes.R | 31 +--- R/roc_time.R | 19 +- R/scale_matrix.R | 11 + R/select_method.R | 25 +-- R/sigScore.R | 24 +-- R/sig_box.R | 12 + R/sig_box_batch.R | 11 + R/sig_heatmap.R | 16 +- R/sig_pheatmap.R | 17 +- R/sig_roc.R | 16 +- R/sig_surv_plot.R | 14 + R/subgroup_survival.R | 26 +-- R/surv_group.R | 20 +- R/tcga_rna_preps.R | 18 ++ R/timer.R | 45 ++++-- R/xCell.R | 3 README.md | 2 inst/doc/IOBR-user-manual.html | 4 man/CIBERSORT.Rd | 23 +-- man/CoreAlg.Rd | 8 + man/EPIC.Rd | 31 +--- man/IPS_calculation.Rd | 18 +- man/MCPcounter.estimate.Rd | 3 man/PrognosticModel.Rd | 24 +-- man/RemoveBatchEffect.Rd | 4 man/add_iobr_mirror.Rd | 9 - man/anno_eset.Rd | 26 +-- man/batch_cor.Rd | 12 - man/batch_kruskal.Rd | 26 +-- man/batch_pcc.Rd | 19 +- man/batch_sig_surv_plot.Rd | 29 +--- man/batch_surv.Rd | 13 + man/batch_wilcoxon.Rd | 14 + man/count2tpm.Rd | 26 ++- man/deconvo_cibersort.Rd | 16 +- man/deconvo_epic.Rd | 17 +- man/deconvo_estimate.Rd | 15 +- man/deconvo_ips.Rd | 15 +- man/deconvo_mcpcounter.Rd | 17 +- man/deconvo_quantiseq.Rd | 22 +-- man/deconvo_ref.Rd | 24 +-- man/deconvo_timer.Rd | 22 +-- man/deconvo_tme.Rd | 20 +- man/deconvo_xcell.Rd | 16 +- man/deconvolute_quantiseq.default.Rd | 23 +-- man/deconvolute_timer.default.Rd | 28 ++- man/doPerm.Rd | 10 + man/download_iobr_data.Rd | 15 -- man/eset_distribution.Rd | 16 +- man/estimateScore.Rd | 38 +++-- man/exact_pvalue.Rd | 11 - man/feature_manipulation.Rd | 14 + man/feature_select.Rd | 20 +- man/filterCommonGenes.Rd | 12 - man/find_markers_in_bulk.Rd | 27 ++- man/find_outlier_samples.Rd | 17 +- man/find_variable_genes.Rd | 15 +- man/get_cor.Rd | 16 +- man/get_iobr_cache_dir.Rd | 8 - man/get_sig_sc.Rd | 13 + man/iobr_deconvo_pipeline.Rd | 29 ++-- man/iobr_deg.Rd | 26 ++- man/load_data.Rd | 12 - man/merge_eset.Rd | 5 man/mouse2human_eset.Rd | 17 -- man/output_sig.Rd | 10 + man/parallel_doperm.Rd | 13 + man/percent_bar_plot.Rd | 16 +- man/pie_chart.Rd | 16 +- man/random_strata_cells.Rd | 30 +--- man/remove_batcheffect.Rd | 22 +-- man/remove_duplicate_genes.Rd | 30 +--- man/reset_iobr_cache_dir.Rd | 3 man/roc_time.Rd | 19 +- man/scale_matrix.Rd | 10 + man/select_method.Rd | 25 +-- man/set_iobr_cache_dir.Rd | 6 man/sigScore.Rd | 23 +-- man/sig_box.Rd | 9 - man/sig_box_batch.Rd | 11 + man/sig_heatmap.Rd | 15 +- man/sig_pheatmap.Rd | 16 +- man/sig_roc.Rd | 15 +- man/sig_surv_plot.Rd | 13 + man/subgroup_survival.Rd | 25 +-- man/surv_group.Rd | 20 +- man/tcga_rna_preps.Rd | 18 ++ 125 files changed, 1791 insertions(+), 1162 deletions(-)
Title: k-Prototypes Clustering for Mixed Variable-Type Data
Description: Functions to perform k-prototypes partitioning clustering for
mixed variable-type data according to Z.Huang (1998): Extensions to the k-Means
Algorithm for Clustering Large Data Sets with Categorical Variables, Data Mining
and Knowledge Discovery 2, 283-304 and G.Szepannek et al. (2025): Clustering
Large Mixed-Type Data with Ordinal Variables, Adv Data Anal Classif 19, 749–767.
Author: Gero Szepannek [aut, cre],
Rabea Aschenbruck [aut]
Maintainer: Gero Szepannek <gero.szepannek@web.de>
Diff between clustMixType versions 0.4-2 dated 2024-07-01 and 0.5-1 dated 2026-05-30
DESCRIPTION | 28 +++++++++++++++++--------- MD5 | 16 +++++++++------ NAMESPACE | 2 + NEWS | 18 ++++++++-------- R/clustVarImp.R |only R/kproto2silhouette.R |only README.md | 4 +-- build/partial.rdb |binary inst/WORDLIST |only man/kproto2silhouette.Rd |only tests/testthat/test_clustervalidation.R | 34 +++++++++++++++++++++++++++----- 11 files changed, 71 insertions(+), 31 deletions(-)
Title: Impute Missing Glucose Values in CGM Data
Description: Imputes missing glucose values in repeated-measures continuous
glucose monitoring (CGM) data. Workflows create time-series features from
raw timestamps, support model selection, and return the user's original
columns plus an imputed glucose column. Methods include multiple imputation
by chained equations (MICE; Azur et al. (2011) <doi:10.1002/mpr.329>),
Random Forest regression (Breiman (2001) <doi:10.1023/A:1010933404324>),
k-nearest-neighbor regression (Zhang (2016) <doi:10.21037/atm.2016.03.37>),
XGBoost (Chen and Guestrin (2016) <doi:10.1145/2939672.2939785>),
LightGBM (Ke et al. (2017)
<https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>),
and ARIMA forecasting with the forecast framework (Hyndman and Khandakar
(2008) <doi:10.18637/jss.v027.i03>). A Python-compatible backend uses
'reticulate' to call 'pandas', 'scikit-learn', 'statsmodels', Python
'xgboost', and optional Python 'lightgbm'.
Author: Shubh Saraswat [cre, aut, cph] ,
Hasin Shahed Shad [aut],
Xiaohua Douglas Zhang [aut]
Maintainer: Shubh Saraswat <shubh.saraswat00@gmail.com>
Diff between CGMissingDataR versions 0.0.1 dated 2026-02-03 and 0.0.2 dated 2026-05-30
CGMissingDataR-0.0.1/CGMissingDataR/build/partial.rdb |only CGMissingDataR-0.0.1/CGMissingDataR/data/CGMExampleData.rda |only CGMissingDataR-0.0.1/CGMissingDataR/man/CGMExampleData.Rd |only CGMissingDataR-0.0.2/CGMissingDataR/DESCRIPTION | 32 CGMissingDataR-0.0.2/CGMissingDataR/MD5 | 51 CGMissingDataR-0.0.2/CGMissingDataR/NAMESPACE | 14 CGMissingDataR-0.0.2/CGMissingDataR/NEWS.md | 54 CGMissingDataR-0.0.2/CGMissingDataR/R/CGMissingDataR-package.R | 9 CGMissingDataR-0.0.2/CGMissingDataR/R/data.R | 54 CGMissingDataR-0.0.2/CGMissingDataR/R/global.R |only CGMissingDataR-0.0.2/CGMissingDataR/R/imputation.R |only CGMissingDataR-0.0.2/CGMissingDataR/R/run_app.R |only CGMissingDataR-0.0.2/CGMissingDataR/R/run_bench.R | 617 +++++---- CGMissingDataR-0.0.2/CGMissingDataR/README.md | 239 +++ CGMissingDataR-0.0.2/CGMissingDataR/build/vignette.rds |binary CGMissingDataR-0.0.2/CGMissingDataR/data/CGMExmplDat10Pct.rda |only CGMissingDataR-0.0.2/CGMissingDataR/data/CGMExmplDat5Pct.rda |only CGMissingDataR-0.0.2/CGMissingDataR/inst/WORDLIST | 37 CGMissingDataR-0.0.2/CGMissingDataR/inst/doc/How-To-Use-CGMissingDataR.R | 105 + CGMissingDataR-0.0.2/CGMissingDataR/inst/doc/How-To-Use-CGMissingDataR.Rmd | 481 ++++++- CGMissingDataR-0.0.2/CGMissingDataR/inst/doc/How-To-Use-CGMissingDataR.html | 683 +++++++++- CGMissingDataR-0.0.2/CGMissingDataR/inst/doc/Using-the-CGMissingDataR-Shiny-App.R |only CGMissingDataR-0.0.2/CGMissingDataR/inst/doc/Using-the-CGMissingDataR-Shiny-App.Rmd |only CGMissingDataR-0.0.2/CGMissingDataR/inst/doc/Using-the-CGMissingDataR-Shiny-App.html |only CGMissingDataR-0.0.2/CGMissingDataR/inst/shiny |only CGMissingDataR-0.0.2/CGMissingDataR/man/CGMExmplDat10Pct.Rd |only CGMissingDataR-0.0.2/CGMissingDataR/man/CGMExmplDat5Pct.Rd |only CGMissingDataR-0.0.2/CGMissingDataR/man/CGMissingDataR-package.Rd | 13 CGMissingDataR-0.0.2/CGMissingDataR/man/run_app.Rd |only CGMissingDataR-0.0.2/CGMissingDataR/man/run_missing_glucose_imputation.Rd |only CGMissingDataR-0.0.2/CGMissingDataR/man/run_missingness_benchmark.Rd | 89 - CGMissingDataR-0.0.2/CGMissingDataR/tests/testthat.R | 11 CGMissingDataR-0.0.2/CGMissingDataR/tests/testthat/test-runner.R | 437 ++++++ CGMissingDataR-0.0.2/CGMissingDataR/vignettes/How-To-Use-CGMissingDataR.Rmd | 481 ++++++- CGMissingDataR-0.0.2/CGMissingDataR/vignettes/Using-the-CGMissingDataR-Shiny-App.Rmd |only 35 files changed, 2925 insertions(+), 482 deletions(-)
More information about CGMissingDataR at CRAN
Permanent link
Title: Unified Interface for AI Model Providers
Description: A production-grade AI toolkit for R featuring a layered
architecture (Specification, Utilities, Providers, Core), request
interception support, robust error handling with exponential retry
delays, support for multiple AI model providers ('OpenAI',
'Anthropic', etc.), local small language model inference,
distributed 'MCP' ecosystem, multi-agent orchestration, progressive
knowledge loading through skills, and a global skill store for
sharing AI capabilities.
Author: Yonghe Xia [aut, cre]
Maintainer: Yonghe Xia <xiayh17@gmail.com>
Diff between aisdk versions 1.4.10 dated 2026-05-29 and 1.4.11 dated 2026-05-30
aisdk-1.4.10/aisdk/tests/testthat/Rplots.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots1.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots10.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots11.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots12.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots13.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots14.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots15.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots16.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots17.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots18.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots19.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots2.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots20.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots21.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots22.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots3.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots4.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots5.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots6.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots7.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots8.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots9.pdf |only aisdk-1.4.11/aisdk/DESCRIPTION | 6 +- aisdk-1.4.11/aisdk/MD5 | 29 +----------- aisdk-1.4.11/aisdk/NEWS.md | 14 +++++ aisdk-1.4.11/aisdk/tests/testthat/test-r-introspect-tools.R | 16 ++++-- 27 files changed, 30 insertions(+), 35 deletions(-)
Title: DEPRECATED: Threshold Sweep Extensions for Qualitative
Comparative Analysis
Description: DEPRECATED: This package has been superseded by 'ThSQCA'.
Please use install.packages('ThSQCA') instead. Provides threshold sweep methods for Qualitative Comparative
Analysis (QCA). Implements Condition Threshold Sweep-Single (CTS-S),
Condition Threshold Sweep-Multiple (CTS-M), Outcome Threshold Sweep (OTS),
and Dual Threshold Sweep (DTS) for systematic exploration of threshold
calibration effects on crisp-set QCA results. These methods extend
traditional robustness approaches by treating threshold variation as an
exploratory tool for discovering causal structures. Also provides Fiss
(2011) <doi:10.5465/amj.2011.60263120> core/peripheral condition
classification via compute_fiss_core() and generate_fiss_chart(), enabling
four-symbol configuration charts that distinguish core conditions (present
in both parsimonious and intermediate solutions) from peripheral conditions
(intermediate only). Built on top of the 'QCA' package by Dusa (2019)
<doi:10.1007/978-3-319-75668-4>, wit [...truncated...]
Author: Yuki Toyoda [aut, cre],
Japan Society for the Promotion of Science [fnd]
Maintainer: Yuki Toyoda <yuki.toyoda.ds@hosei.ac.jp>
Diff between TSQCA versions 1.3.2 dated 2026-03-14 and 1.3.3 dated 2026-05-30
DESCRIPTION | 16 +++++++++------- MD5 | 14 +++++++------- NEWS.md | 33 +++++++++++++++++++++++++++++++++ R/TSQCA-package.R | 25 +++++++++++++++++++++++-- inst/CITATION | 20 ++++++++++---------- inst/doc/TSQCA_Reproducible_EN.html | 36 +++++++++++++++++++++++++----------- inst/doc/TSQCA_Tutorial_EN.html | 2 +- man/TSQCA-package.Rd | 8 ++++---- 8 files changed, 112 insertions(+), 42 deletions(-)
Title: Interactive Tool for Statistics and Probability
Description: A Shiny application designed to support the learning of basic
concepts in statistics and probability. The tool provides an interactive
interface that allows students to explore and visualize different
statistical concepts intuitively, including descriptive statistics for
continuous and qualitative variables, and probability distributions.
Author: Javier De La Hoz Maestre [cre, aut] ,
Humberto Llinas Solano [aut]
Maintainer: Javier De La Hoz Maestre <jdelahoz@unimagdalena.edu.co>
Diff between StatisticTeach1 versions 0.1.0 dated 2026-05-30 and 0.1.1 dated 2026-05-30
StatisticTeach1-0.1.0/StatisticTeach1/R/header.R |only StatisticTeach1-0.1.0/StatisticTeach1/R/sidebar.R |only StatisticTeach1-0.1.0/StatisticTeach1/build |only StatisticTeach1-0.1.0/StatisticTeach1/inst/StatisticTeach1App |only StatisticTeach1-0.1.0/StatisticTeach1/inst/doc |only StatisticTeach1-0.1.0/StatisticTeach1/vignettes |only StatisticTeach1-0.1.1/StatisticTeach1/DESCRIPTION | 31 +- StatisticTeach1-0.1.1/StatisticTeach1/MD5 | 105 +++---- StatisticTeach1-0.1.1/StatisticTeach1/NAMESPACE | 73 +++-- StatisticTeach1-0.1.1/StatisticTeach1/NEWS.md |only StatisticTeach1-0.1.1/StatisticTeach1/R/ST_freq_factor.R | 88 ++---- StatisticTeach1-0.1.1/StatisticTeach1/R/ST_freq_numeric.R | 133 ++++------ StatisticTeach1-0.1.1/StatisticTeach1/R/runStatisticTeach1.R | 110 ++++---- StatisticTeach1-0.1.1/StatisticTeach1/R/zzz.R | 5 StatisticTeach1-0.1.1/StatisticTeach1/README.md | 24 + StatisticTeach1-0.1.1/StatisticTeach1/inst/SatisticTeach1App |only StatisticTeach1-0.1.1/StatisticTeach1/man/ST_freq_factor.Rd | 20 - StatisticTeach1-0.1.1/StatisticTeach1/man/ST_freq_numeric.Rd | 22 - StatisticTeach1-0.1.1/StatisticTeach1/man/runStatisticTeach1.Rd | 43 +-- StatisticTeach1-0.1.1/StatisticTeach1/tests |only 20 files changed, 322 insertions(+), 332 deletions(-)
More information about StatisticTeach1 at CRAN
Permanent link
Title: Multi-Resolution Kriging Based on Markov Random Fields
Description: Methods for the interpolation of large spatial
datasets. This package uses a basis function approach that
provides a surface fitting method
that can approximate standard spatial data models.
Using a large number of basis functions allows for estimates that
can come close to interpolating the observations (a spatial model
with a small nugget variance.) Moreover, the covariance model for
this method can approximate the Matern covariance family but also
allows for a multi-resolution model and supports efficient
computation of the profile likelihood for estimating covariance
parameters. This is accomplished through compactly supported basis
functions and a Markov random field model for the basis
coefficients. These features lead to sparse matrices for the
computations and this package makes of the R spam package for sparse
linear algebra.
An extension of this version over previous ones ( < 5.4 ) is the
support for different geometries besides a rectangular domain. The
Markov random fie [...truncated...]
Author: Douglas Nychka [aut, cre],
Dorit Hammerling [aut],
Stephan Sain [aut],
Nathan Lenssen [aut],
Colette Smirniotis [aut],
Matthew Iverson [aut],
Antony Sikorski [aut]
Maintainer: Douglas Nychka <nychka@mines.edu>
Diff between LatticeKrig versions 9.3.0 dated 2024-10-09 and 9.4.1 dated 2026-05-30
DESCRIPTION | 10 MD5 | 257 +++++----- NAMESPACE | 4 R/Awght2Omega.R | 22 R/CubicBSpline.R |only R/GridList.R | 20 R/LKDefaultVarNames.R | 20 R/LKDiag.R | 24 R/LKDist.R | 19 R/LKDistComponents.R | 19 R/LKDistGrid.R | 19 R/LKDistGridComponents.R | 19 R/LKFindAlphaVarianceWeights.R | 24 R/LKFindSigma2VarianceWeights.R | 26 + R/LKGridCheck.R | 25 - R/LKGridFindNmax.R | 19 R/LKRectangleFastNormalization.R | 23 R/LKSphere-Internal.R | 31 - R/LKinfoCheck.R | 19 R/LKinfoUpdate.R | 20 R/LKrig.MLE.R | 20 R/LKrig.R | 19 R/LKrig.basis.R | 22 R/LKrig.coef.R | 19 R/LKrig.cov.R | 19 R/LKrig.cov.plot.R | 19 R/LKrig.lnPlike.R | 20 R/LKrig.make.par.grid.R | 20 R/LKrig.misc.R | 22 R/LKrig.precision.R | 31 - R/LKrig.quadraticform.R | 20 R/LKrig.sim.R | 46 + R/LKrig.sim.conditional.R | 20 R/LKrig.spind2spam.R | 19 R/LKrig.traceA.R | 19 R/LKrigCovWeightedObs.R | 19 R/LKrigDefaultFixedFunction.R | 19 R/LKrigDistance.R | 19 R/LKrigFindLambda.R | 19 R/LKrigFindLambdaAwght.R | 23 R/LKrigLatticeCenters.R | 19 R/LKrigLatticeScales.R | 19 R/LKrigMakewU.R | 19 R/LKrigMakewX.R | 19 R/LKrigMarginalVariance.R | 19 R/LKrigNormalizeBasis.R | 27 - R/LKrigNormalizeBasisFFTInterpolate.R | 318 ++++++------- R/LKrigNormalizeBasisSelector.R | 20 R/LKrigSAR.R | 19 R/LKrigSetup.R | 19 R/LKrigSetupAlpha.R | 19 R/LKrigSetupAwght.R | 19 R/LKrigSetupAwghtObject.R | 45 + R/LKrigSetupLattice.R | 19 R/LKrigUnrollGrid.R | 19 R/LatticeKrig.R | 23 R/LatticeKrigEasyDefaults.R | 61 +- R/ModelBox.R | 23 R/ModelCylinder.R | 21 R/ModelInterval.R | 28 - R/ModelRectangle.R | 20 R/ModelRing.R | 27 - R/ModelSphere.R | 48 + R/Radial.basis.R | 19 R/Tensor.basis.R | 34 - R/WendlandFunction.R | 19 R/convertIndexPeriodic.R | 20 R/createLKrigObject.R | 23 R/create_awght_obj.R |only R/directionCosines.R | 20 R/generate_param_field.R |only R/plot_cov_surface.R |only R/predict.LKrig.R | 19 R/predictLKrigFixedFunction.R | 19 R/predictSE.LKrig.R | 19 R/predictSurface.LKrig.R | 19 R/print.LKinfo.R | 21 R/print.LKrig.R | 19 R/print.LatticeKrig.R | 19 R/setDefaultsLKinfo.R | 19 R/summary.LKrig.R | 19 R/surface.LKrig.R | 19 R/triWeight.R | 20 R/zzz.R | 19 man/IcosohedronGrid.Rd | 23 man/KrigingExampleData.Rd | 23 man/LKDiag.Rd | 23 man/LKDist.Rd | 38 - man/LKGeometry.Rd | 38 - man/LKRectangle.Rd | 23 man/LKinfoCheck.Rd | 38 - man/LKrig.MLE.Rd | 41 - man/LKrig.Rd | 40 - man/LKrig.basis.Rd | 40 - man/LKrig.sim.Rd | 52 +- man/LKrigDefaultFixedFunction.Rd | 41 - man/LKrigDistance-methods.Rd | 38 - man/LKrigInternal.Rd | 85 ++- man/LKrigLatticeCenters.Rd | 72 +- man/LKrigMiscellaneous.Rd | 64 +- man/LKrigNormalizeBasis.Rd | 74 ++- man/LKrigSAR.Rd | 41 + man/LKrigSetup.Rd | 83 ++- man/LKrigSetupAlpha.Rd | 46 + man/LKrigSetupAwght.Rd | 47 + man/LKrigSetupLattice.Rd | 81 ++- man/LatticeKrig-internal.Rd |only man/LatticeKrig.Rd | 73 ++ man/PeriodicGeometry.Rd | 183 ++++--- man/Radial.Basis.Rd | 137 ++++- man/VignetteExamples.Rd | 24 man/directionCosines.Rd | 23 man/gridList-class.Rd | 38 - man/nonstationaryModels.Rd | 707 +++++++++++++++++++++-------- man/registerdFORTRAN.Rd | 39 + man/setDefaultsLKinfo.Rd | 61 +- tests/LKrig.FindNorm.test.Rout.save | 8 tests/LKrig.LKCylinder.test.Rout.save | 8 tests/LKrig.basis.test.Rout.save | 8 tests/LKrig.fixedPart.test.Rout.save | 8 tests/LKrig.lnPlike.test.Rout.save | 8 tests/LKrig.nullspace.test.Rout.save | 8 tests/LKrig.precision.test.Rout.save | 8 tests/LKrig.se.test.R | 6 tests/LKrig.se.test.Rout.save | 10 tests/LKrig.test.3D.Rout.save | 8 tests/LKrig.test.R | 3 tests/LKrig.test.Rout.save | 8 tests/LKrig.test.inverse.Rout.save | 8 tests/LKrig.testFindAwght.Rout.save | 8 tests/LKrigMarginalVariance.test.Rout.save | 8 tests/LKrigNormalizeBasis.test.Rout.save | 8 132 files changed, 3014 insertions(+), 1735 deletions(-)
Title: Download Data from the 'Bank of England' Statistical Database
Description: Provides functions to download and tidy statistical data
published by the 'Bank of England' <https://www.bankofengland.co.uk>.
Covers Bank Rate, 'SONIA', gilt yields, exchange rates, mortgage rates,
mortgage approvals, consumer credit, and money supply. Series are
fetched from the 'Bank of England Interactive Statistical Database'
using its CSV endpoint. Data is cached locally between sessions.
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>
Diff between boe versions 0.2.0 dated 2026-04-27 and 0.3.0 dated 2026-05-30
DESCRIPTION | 10 MD5 | 34 ++- NAMESPACE | 1 NEWS.md | 60 +++++ R/boe_curve.R | 328 +++++++++++++++++++++++++------- R/boe_curve_panel.R |only R/boe_mpr_forecasts.R | 221 +++++++++++++++++---- R/yield_archives.R |only README.md | 50 +--- build |only inst/doc |only man/boe_bank_rate.Rd | 1 man/boe_curve.Rd | 89 ++++++-- man/boe_curve_panel.Rd |only man/boe_mpr_forecasts.Rd | 31 ++- man/boe_sonia.Rd | 1 man/boe_yield_curve.Rd | 1 tests/testthat/test-boe_curve.R | 267 +++++++++++++++++++++++++- tests/testthat/test-boe_mpr_forecasts.R | 87 ++++++-- vignettes |only 20 files changed, 977 insertions(+), 204 deletions(-)
Title: A Library for using 'Pathling'
Description: R API for 'Pathling', a tool for querying and transforming electronic health record data that is represented using the 'Fast Healthcare Interoperability Resources' (FHIR) standard - see <https://pathling.csiro.au/docs>.
Author: Australian e-Health Research Centre, CSIRO [cph, cre],
Piotr Szul [aut],
John Grimes [aut]
Maintainer: "Australian e-Health Research Centre, CSIRO" <pathling@csiro.au>
Diff between pathling versions 9.6.0 dated 2026-04-23 and 9.7.0 dated 2026-05-30
DESCRIPTION | 8 +-- MD5 | 98 ++++++++++++++++++------------------- man/Equivalence.Rd | 5 - man/LOINC_URI.Rd | 5 - man/MimeType.Rd | 5 - man/PropertyType.Rd | 5 - man/SNOMED_URI.Rd | 5 - man/SaveMode.Rd | 5 - man/StorageType.Rd | 5 - man/Version.Rd | 5 - man/conditions.Rd | 2 man/ds_write_delta.Rd | 8 +-- man/ds_write_ndjson.Rd | 8 +-- man/ds_write_parquet.Rd | 8 +-- man/ds_write_tables.Rd | 8 +-- man/pathling_connect.Rd | 8 +-- man/pathling_disconnect.Rd | 8 +-- man/pathling_disconnect_all.Rd | 8 +-- man/pathling_encode.Rd | 4 - man/pathling_encode_bundle.Rd | 4 - man/pathling_evaluate_fhirpath.Rd | 10 +-- man/pathling_example_resource.Rd | 4 - man/pathling_examples.Rd | 4 - man/pathling_fhirpath_to_column.Rd | 10 +-- man/pathling_filter.Rd | 10 +-- man/pathling_install_spark.Rd | 8 +-- man/pathling_is_spark_installed.Rd | 8 +-- man/pathling_read_bulk.Rd | 14 ++--- man/pathling_read_bundles.Rd | 14 ++--- man/pathling_read_datasets.Rd | 14 ++--- man/pathling_read_delta.Rd | 14 ++--- man/pathling_read_ndjson.Rd | 14 ++--- man/pathling_read_parquet.Rd | 14 ++--- man/pathling_read_tables.Rd | 14 ++--- man/pathling_search_to_column.Rd | 10 +-- man/pathling_spark.Rd | 8 +-- man/pathling_spark_info.Rd | 8 +-- man/pathling_version.Rd | 8 +-- man/pathling_with_column.Rd | 10 +-- man/reexports.Rd | 2 man/tx_display.Rd | 12 ++-- man/tx_member_of.Rd | 12 ++-- man/tx_property_of.Rd | 12 ++-- man/tx_subsumed_by.Rd | 12 ++-- man/tx_subsumes.Rd | 12 ++-- man/tx_to_coding.Rd | 8 +-- man/tx_to_ecl_value_set.Rd | 8 +-- man/tx_to_loinc_coding.Rd | 8 +-- man/tx_to_snomed_coding.Rd | 8 +-- man/tx_translate.Rd | 12 ++-- 50 files changed, 237 insertions(+), 277 deletions(-)
Title: Preprocessing and Feature Engineering Steps for Modeling
Description: A recipe prepares your data for modeling. We provide an
extensible framework for pipeable sequences of feature engineering
steps provides preprocessing tools to be applied to data. Statistical
parameters for the steps can be estimated from an initial data set and
then applied to other data sets. The resulting processed output can
then be used as inputs for statistical or machine learning models.
Author: Max Kuhn [aut, cre],
Hadley Wickham [aut],
Emil Hvitfeldt [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Max Kuhn <max@posit.co>
Diff between recipes versions 1.3.2 dated 2026-04-02 and 1.3.3 dated 2026-05-30
DESCRIPTION | 17 +-- MD5 | 206 ++++++++++++++++++++--------------------- NAMESPACE | 1 NEWS.md | 4 R/nnmf_sparse.R | 1 R/selections.R | 4 man/bake.Rd | 2 man/check_class.Rd | 10 - man/check_cols.Rd | 10 - man/check_missing.Rd | 10 - man/check_new_values.Rd | 10 - man/check_range.Rd | 10 - man/has_role.Rd | 4 man/juice.Rd | 2 man/recipe.Rd | 2 man/recipes-internal.Rd | 4 man/recipes.Rd | 1 man/recipes_argument_select.Rd | 2 man/recipes_eval_select.Rd | 2 man/reexports.Rd | 8 - man/required_pkgs.recipe.Rd | 6 - man/selections.Rd | 14 +- man/step_BoxCox.Rd | 30 ++--- man/step_YeoJohnson.Rd | 30 ++--- man/step_arrange.Rd | 34 +++--- man/step_bin2factor.Rd | 40 +++---- man/step_bs.Rd | 30 ++--- man/step_center.Rd | 8 - man/step_classdist.Rd | 32 +++--- man/step_classdist_shrunken.Rd | 32 +++--- man/step_corr.Rd | 14 +- man/step_count.Rd | 40 +++---- man/step_cut.Rd | 4 man/step_date.Rd | 40 +++---- man/step_depth.Rd | 32 +++--- man/step_discretize.Rd | 4 man/step_dummy.Rd | 40 +++---- man/step_dummy_extract.Rd | 40 +++---- man/step_dummy_multi_choice.Rd | 40 +++---- man/step_factor2string.Rd | 40 +++---- man/step_filter.Rd | 34 +++--- man/step_filter_missing.Rd | 14 +- man/step_geodist.Rd | 32 +++--- man/step_harmonic.Rd | 30 ++--- man/step_holiday.Rd | 44 ++++---- man/step_hyperbolic.Rd | 30 ++--- man/step_ica.Rd | 32 +++--- man/step_impute_bag.Rd | 20 +-- man/step_impute_knn.Rd | 16 +-- man/step_impute_linear.Rd | 16 +-- man/step_impute_lower.Rd | 16 +-- man/step_impute_mean.Rd | 16 +-- man/step_impute_median.Rd | 16 +-- man/step_impute_mode.Rd | 16 +-- man/step_impute_roll.Rd | 32 +++--- man/step_indicate_na.Rd | 40 +++---- man/step_integer.Rd | 40 +++---- man/step_inverse.Rd | 30 ++--- man/step_invlogit.Rd | 30 ++--- man/step_isomap.Rd | 32 +++--- man/step_kpca.Rd | 32 +++--- man/step_kpca_poly.Rd | 34 +++--- man/step_kpca_rbf.Rd | 34 +++--- man/step_lag.Rd | 18 +-- man/step_lincomb.Rd | 14 +- man/step_log.Rd | 30 ++--- man/step_logit.Rd | 30 ++--- man/step_mutate.Rd | 48 ++++----- man/step_mutate_at.Rd | 56 +++++------ man/step_naomit.Rd | 16 +-- man/step_nnmf.Rd | 32 +++--- man/step_nnmf_sparse.Rd | 32 +++--- man/step_normalize.Rd | 8 - man/step_novel.Rd | 40 +++---- man/step_ns.Rd | 30 ++--- man/step_num2factor.Rd | 42 ++++---- man/step_nzv.Rd | 14 +- man/step_ordinalscore.Rd | 40 +++---- man/step_other.Rd | 40 +++---- man/step_pca.Rd | 34 +++--- man/step_percentile.Rd | 30 ++--- man/step_pls.Rd | 32 +++--- man/step_poly.Rd | 30 ++--- man/step_range.Rd | 8 - man/step_ratio.Rd | 32 +++--- man/step_regex.Rd | 40 +++---- man/step_relevel.Rd | 40 +++---- man/step_relu.Rd | 30 ++--- man/step_rename.Rd | 18 +-- man/step_rename_at.Rd | 22 ++-- man/step_rm.Rd | 14 +- man/step_sample.Rd | 40 +++---- man/step_scale.Rd | 8 - man/step_select.Rd | 32 +++--- man/step_shuffle.Rd | 16 +-- man/step_slice.Rd | 34 +++--- man/step_spatialsign.Rd | 32 +++--- man/step_sqrt.Rd | 30 ++--- man/step_string2factor.Rd | 40 +++---- man/step_time.Rd | 40 +++---- man/step_unknown.Rd | 40 +++---- man/step_unorder.Rd | 40 +++---- man/step_zv.Rd | 14 +- man/tidy.recipe.Rd | 14 +- 104 files changed, 1349 insertions(+), 1347 deletions(-)
Title: Simulating Spreading Activation in a Network
Description: The notion of spreading activation is a prevalent metaphor in the cognitive sciences. This package provides the tools for cognitive scientists and psychologists to conduct computer simulations that implement spreading activation in a network representation. The algorithmic method implemented in 'spreadr' subroutines follows the approach described in Vitevitch, Ercal, and Adagarla (2011, Frontiers), who viewed activation as a fixed cognitive resource that could spread among nodes that were connected to each other via edges or connections (i.e., a network). See Vitevitch, M. S., Ercal, G., & Adagarla, B. (2011). Simulating retrieval from a highly clustered network: Implications for spoken word recognition. Frontiers in Psychology, 2, 369. <doi:10.3389/fpsyg.2011.00369> and Siew, C. S. Q. (2019). spreadr: A R package to simulate spreading activation in a network. Behavior Research Methods, 51, 910-929. <doi: 10.3758/s13428-018-1186-5>.
Author: Cynthia Siew [aut, cre],
Dirk U. Wulff [ctb],
Ning Yuan Lee [ctb]
Maintainer: Cynthia Siew <cynsiewsq@gmail.com>
This is a re-admission after prior archival of version 0.2.0 dated 2021-05-11
Diff between spreadr versions 0.2.0 dated 2021-05-11 and 0.3.0 dated 2026-05-30
DESCRIPTION | 28 +- MD5 | 37 +- NAMESPACE | 3 NEWS.md | 11 R/spreadr.R | 23 + README.md |only build/vignette.rds |binary inst/doc/spreadr_vignette.R | 18 - inst/doc/spreadr_vignette.Rmd | 6 inst/doc/spreadr_vignette.html | 555 ++++++++++++++++++++++++----------------- man/figures |only src/RcppExports.cpp | 5 tests |only vignettes/spreadr_vignette.Rmd | 6 14 files changed, 416 insertions(+), 276 deletions(-)
Title: A Comprehensive Toolkit for Working with Encrypted Parquet Files
Description: Utilities for reading, writing, and managing RCDF files, including encryption and decryption support. It offers a flexible interface for handling data stored in encrypted Parquet format, along with metadata extraction, key management, and secure operations using AES and RSA encryptions.
Author: Bhas Abdulsamad [aut, cre, cph]
Maintainer: Bhas Abdulsamad <aeabdulsamad@gmail.com>
Diff between rcdf versions 0.1.5 dated 2026-03-07 and 0.1.6 dated 2026-05-30
DESCRIPTION | 18 - MD5 | 69 ++-- NAMESPACE | 2 NEWS.md | 29 + R/helpers.R | 32 +- R/merge_rcdf.R | 14 R/metadata.R | 165 +++++++--- R/rcdf-package.R | 1 R/read_parquet.R | 66 ++-- R/read_rcdf.R | 51 ++- R/read_rcdf_helpers.R | 121 +++++-- R/utils.R | 112 ++++++- R/write_parquet.R | 153 +++++++--- R/write_rcdf.R | 22 - R/write_rcdf_as.R | 60 ++- inst/doc/merging-rcdf.R | 39 ++ inst/doc/merging-rcdf.Rmd | 72 ++-- inst/doc/merging-rcdf.html | 85 +++-- inst/doc/rcdf.R | 147 +++------ inst/doc/rcdf.Rmd | 387 ++++++------------------- inst/doc/rcdf.html | 550 +++++++++++++----------------------- man/collect.Rd | 31 +- man/get_attrs.Rd |only man/read_rcdf.Rd | 8 man/write_parquet.Rd | 52 ++- tests/testthat/test-helpers.R |only tests/testthat/test-merge_rcdf.R |only tests/testthat/test-metadata.R | 135 ++++++++ tests/testthat/test-read_dot_env.R | 10 tests/testthat/test-read_parquet.R | 39 ++ tests/testthat/test-read_rcdf.R | 160 ++++++++++ tests/testthat/test-utils.R | 165 ++++++++++ tests/testthat/test-write_parquet.R | 67 ++++ tests/testthat/test-write_rcdf.R | 66 ++++ tests/testthat/test-write_rcdf_as.R | 21 + vignettes/merging-rcdf.Rmd | 72 ++-- vignettes/rcdf.Rmd | 387 ++++++------------------- 37 files changed, 2018 insertions(+), 1390 deletions(-)
Title: Tests for Instrumental Variable Validity
Description: Implements tests for the identifying assumptions of
instrumental variable models, the local exclusion restriction and
monotonicity conditions required for local average treatment effect
identification. Covers Kitagawa (2015) <doi:10.3982/ECTA11974>,
Mourifie and Wan (2017) <doi:10.1162/REST_a_00622>, and Frandsen,
Lefgren, and Leslie (2023) <doi:10.1257/aer.20201860>. Includes a
one-shot wrapper that runs all applicable tests on a fitted
instrumental variable model. Dispatches on 'fixest' and 'ivreg'
model objects.
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>
Diff between ivcheck versions 0.1.1 dated 2026-04-22 and 0.1.2 dated 2026-05-30
DESCRIPTION | 9 - MD5 | 32 ++-- NEWS.md | 28 ++++ R/iv_check.R | 72 ++++++---- R/iv_kitagawa.R | 29 ++++ R/utils.R | 18 +- README.md | 60 +++++---- inst/CITATION | 2 inst/WORDLIST | 2 inst/doc/judge-designs.html | 2 inst/doc/with-fixest.R | 50 +++++-- inst/doc/with-fixest.Rmd | 87 +++++++++---- inst/doc/with-fixest.html | 212 +++++++++++++++++++++----------- man/iv_kitagawa.Rd | 4 man/ivcheck-package.Rd | 1 tests/testthat/test-controls-handling.R |only tests/testthat/test-p0-regressions.R |only vignettes/with-fixest.Rmd | 87 +++++++++---- 18 files changed, 483 insertions(+), 212 deletions(-)
Title: Working with netCDF for Essential Biodiversity Variables
Description: The concept of Essential Biodiversity Variables (EBV, <https://geobon.org/ebvs/what-are-ebvs/>)
comes with a data structure based on the Network Common Data Form (netCDF).
The 'ebvcube' 'R' package provides functionality to easily create, access and
visualise this data. The EBV netCDFs can be downloaded from the EBV Data
Portal: Christian Langer/ iDiv (2020) <https://portal.geobon.org/>.
Author: Emmanuel Oceguera Conchas [aut, cre] ,
Luise Quoss [aut] ,
Nestor Fernandez [aut] ,
Christian Langer [aut] ,
Jose Valdez [aut] ,
Henrique Miguel Pereira [aut]
Maintainer: Emmanuel Oceguera Conchas <e.oceguera@idiv.de>
This is a re-admission after prior archival of version 0.5.2 dated 2025-07-29
Diff between ebvcube versions 0.5.2 dated 2025-07-29 and 0.5.3 dated 2026-05-30
ebvcube-0.5.2/ebvcube/inst/docs/ebvcube_0.5.2.pdf |only ebvcube-0.5.3/ebvcube/DESCRIPTION | 10 ebvcube-0.5.3/ebvcube/MD5 | 44 ebvcube-0.5.3/ebvcube/NEWS.md | 439 +- ebvcube-0.5.3/ebvcube/R/ebv_download.R | 432 +- ebvcube-0.5.3/ebvcube/R/ebv_map.R | 814 ++-- ebvcube-0.5.3/ebvcube/R/ebv_metadata.R | 1094 ++--- ebvcube-0.5.3/ebvcube/R/ebv_read_shp.R | 486 +- ebvcube-0.5.3/ebvcube/R/ebv_utils.R | 2010 +++++----- ebvcube-0.5.3/ebvcube/R/ebv_write.R | 440 +- ebvcube-0.5.3/ebvcube/R/ebvcube-package.R | 32 ebvcube-0.5.3/ebvcube/README.md | 9 ebvcube-0.5.3/ebvcube/inst/docs/ebvcube_0.5.3.pdf |only ebvcube-0.5.3/ebvcube/man/ebv_download.Rd | 8 ebvcube-0.5.3/ebvcube/man/ebv_map.Rd | 2 ebvcube-0.5.3/ebvcube/man/ebv_metadata.Rd | 2 ebvcube-0.5.3/ebvcube/man/ebv_read_shp.Rd | 2 ebvcube-0.5.3/ebvcube/man/ebv_write.Rd | 2 ebvcube-0.5.3/ebvcube/man/ebvcube.Rd | 2 ebvcube-0.5.3/ebvcube/man/figures/README-unnamed-chunk-4-1.png |binary ebvcube-0.5.3/ebvcube/man/figures/README-unnamed-chunk-5-1.png |binary ebvcube-0.5.3/ebvcube/man/figures/README-unnamed-chunk-8-1.png |binary ebvcube-0.5.3/ebvcube/tests/testthat/test-analyse.R | 110 ebvcube-0.5.3/ebvcube/tests/testthat/test-download.R | 101 24 files changed, 3049 insertions(+), 2990 deletions(-)
Title: Reproducible Pipeline Infrastructure for Neuroscience
Description: Defines the underlying pipeline structure for reproducible
neuroscience, adopted by 'RAVE' (reproducible analysis and visualization
of intracranial electroencephalography); provides high-level class
definition to build, compile, set, execute, and share analysis pipelines.
Both R and 'Python' are supported, with 'Markdown' and 'shiny' dashboard
templates for extending and building customized pipelines. See the full
documentations at <https://rave.wiki>; to cite us,
check out our paper by Magnotti, Wang, and Beauchamp (2020,
<doi:10.1016/j.neuroimage.2020.117341>), or run
citation("ravepipeline") for details.
Author: Zhengjia Wang [aut, cre, cph],
John Magnotti [ctb, res],
Xiang Zhang [ctb, res],
Michael Beauchamp [ctb, res],
Trustees of University of Pennsylvania [cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Diff between ravepipeline versions 0.0.3 dated 2025-09-10 and 0.1.0 dated 2026-05-30
DESCRIPTION | 24 MD5 | 166 +- NAMESPACE | 13 NEWS.md | 46 R/aaa.R | 39 R/base64-embed.R |only R/base64.R | 16 R/class-FileMap.R | 210 +-- R/class-PipelineCollections.R | 108 - R/class-PipelineTools.R | 468 ++++++- R/commons.R | 240 +++ R/fastmap2.R | 72 - R/fastqueue2.R | 46 R/filearray.R | 4 R/filesys.R | 50 R/fst.R | 16 R/jobs.R | 359 ++++- R/json.R | 7 R/logger.R | 228 +-- R/mcp-helpers.R |only R/module-create.R | 37 R/module-install.R | 8 R/module-registry.R | 70 - R/options.R | 304 ++-- R/os_info.R | 28 R/parallel-lapply_jobs.R | 68 - R/parallel.R | 14 R/pipeline-docs.R | 9 R/pipeline-import-settings.R |only R/pipeline-install.R | 105 - R/pipeline-knitr.R | 148 +- R/pipeline-report.R | 192 ++- R/pipeline-result.R | 346 ++++- R/pipeline-run.R | 136 +- R/pipeline-serializers-brain.R | 36 R/pipeline-serializers-custom-py.R | 6 R/pipeline-serializers-custom-r.R | 16 R/pipeline-serializers-filearray.R | 32 R/pipeline-serializers.R | 20 R/pipeline-target-helpers.R | 2 R/pipeline-tools.R | 407 ++++-- R/pkginstall.R | 14 R/progress.R | 88 - R/rstudio.R | 10 R/serialize.R | 36 R/simplelocker.R | 12 R/snippet-install.R | 30 R/string.R | 78 - R/yaml.R | 12 R/zzz.R | 36 README.md | 1 inst/WORDLIST | 2 inst/rave-modules/template/R/aa.R | 8 inst/rave-modules/template/R/loader.R | 32 inst/rave-modules/template/R/module_html.R | 17 inst/rave-modules/template/R/module_server.R | 78 - inst/rave-modules/template/agents.yaml |only inst/rave-modules/template/module-ui.html | 10 inst/rave-modules/template/server.R | 2 inst/rave-pipelines/template-py/debug.R | 2 inst/rave-pipelines/template-py/migrate.R | 10 inst/rave-pipelines/template-r/debug.R | 2 inst/rave-pipelines/template-r/migrate.R | 10 inst/rave-pipelines/template-rmd-bare/debug.R | 2 inst/rave-pipelines/template-rmd-bare/migrate.R | 10 inst/rave-pipelines/template-rmd-scheduler/debug.R | 2 inst/rave-pipelines/template-rmd-scheduler/migrate.R | 10 inst/rave-pipelines/template-rmd/debug.R | 2 inst/rave-pipelines/template-rmd/main.Rmd | 22 inst/rave-pipelines/template-rmd/migrate.R | 10 inst/rave.yaml |only man/PipelineCollections.Rd | 219 +-- man/PipelineResult.Rd | 279 ++-- man/PipelineTools.Rd | 1163 ++++++++++--------- man/RAVEFileArray.Rd | 162 +- man/RAVESerializable.Rd | 151 +- man/html-embed.Rd |only man/pipeline_plot_data.Rd |only man/pipeline_translate_settings.Rd |only man/rave-pipeline-jobs.Rd | 17 man/rave-pipeline-preferences.Rd |only man/rave-pipeline.Rd | 31 man/rave-snippet.Rd | 2 man/ravepipeline-constants.Rd | 5 man/reexports.Rd | 6 tests/testthat.R | 2 tests/testthat/test-base64-embed.R |only tests/testthat/test-fastmap2.R | 22 tests/testthat/test-rdsmap.R | 44 89 files changed, 4145 insertions(+), 2602 deletions(-)
Title: 'Amazon Web Services' Storage Services
Description: Interface to 'Amazon Web Services' storage services,
including 'Simple Storage Service' ('S3') and more
<https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.storage versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1309 +- R/backup_interfaces.R | 234 R/backup_operations.R | 1736 +-- R/backup_service.R | 32 R/dlm_interfaces.R | 6 R/dlm_operations.R | 122 R/dlm_service.R | 12 R/ebs_operations.R | 193 R/ebs_service.R | 33 R/efs_interfaces.R | 6 R/efs_operations.R | 424 R/efs_service.R | 14 R/finspacedata_operations.R | 182 R/finspacedata_service.R | 2 R/fsx_interfaces.R | 88 R/fsx_operations.R | 1029 - R/fsx_service.R | 8 R/glacier_operations.R | 344 R/glacier_service.R | 52 R/omics_interfaces.R | 204 R/omics_operations.R | 1209 +- R/omics_service.R | 169 R/recyclebin_operations.R | 101 R/recyclebin_service.R | 22 R/s3_custom.R | 24 R/s3_interfaces.R | 152 R/s3_operations.R | 5602 +++------- R/s3_service.R | 47 R/s3control_interfaces.R | 64 R/s3control_operations.R | 1045 - R/s3control_service.R | 27 R/s3outposts_operations.R | 24 R/s3outposts_service.R | 2 R/s3tables_interfaces.R | 284 R/s3tables_operations.R | 839 + R/s3tables_service.R | 41 R/storagegateway_interfaces.R | 12 R/storagegateway_operations.R | 1523 -- R/storagegateway_service.R | 86 man/backup.Rd | 30 man/backup_associate_backup_vault_mpa_approval_team.Rd |only man/backup_create_backup_plan.Rd | 11 man/backup_create_backup_selection.Rd | 7 man/backup_create_backup_vault.Rd | 16 man/backup_create_framework.Rd | 15 man/backup_create_legal_hold.Rd | 12 man/backup_create_logically_air_gapped_backup_vault.Rd | 15 man/backup_create_report_plan.Rd | 25 man/backup_create_restore_access_backup_vault.Rd |only man/backup_create_restore_testing_plan.Rd | 14 man/backup_create_restore_testing_selection.Rd | 16 man/backup_create_tiering_configuration.Rd |only man/backup_delete_backup_selection.Rd | 3 man/backup_delete_backup_vault.Rd | 4 man/backup_delete_backup_vault_access_policy.Rd | 5 man/backup_delete_backup_vault_notifications.Rd | 4 man/backup_delete_recovery_point.Rd | 8 man/backup_delete_restore_testing_selection.Rd | 6 man/backup_delete_tiering_configuration.Rd |only man/backup_describe_backup_vault.Rd | 4 man/backup_describe_global_settings.Rd | 7 man/backup_describe_protected_resource.Rd | 3 man/backup_describe_recovery_point.Rd | 8 man/backup_describe_report_job.Rd | 4 man/backup_describe_scan_job.Rd |only man/backup_disassociate_backup_vault_mpa_approval_team.Rd |only man/backup_disassociate_recovery_point.Rd | 3 man/backup_disassociate_recovery_point_from_parent.Rd | 9 man/backup_get_backup_plan.Rd | 11 man/backup_get_backup_selection.Rd | 3 man/backup_get_backup_vault_access_policy.Rd | 4 man/backup_get_backup_vault_notifications.Rd | 4 man/backup_get_pitr_malware_scan_results.Rd |only man/backup_get_recovery_point_index_details.Rd | 7 man/backup_get_recovery_point_restore_metadata.Rd | 8 man/backup_get_restore_testing_inferred_metadata.Rd | 9 man/backup_get_tiering_configuration.Rd |only man/backup_list_backup_job_summaries.Rd | 56 man/backup_list_backup_jobs.Rd | 49 man/backup_list_backup_plan_templates.Rd | 5 man/backup_list_backup_plan_versions.Rd | 5 man/backup_list_backup_plans.Rd | 8 man/backup_list_backup_selections.Rd | 5 man/backup_list_backup_vaults.Rd | 5 man/backup_list_copy_job_summaries.Rd | 37 man/backup_list_copy_jobs.Rd | 43 man/backup_list_frameworks.Rd | 7 man/backup_list_indexed_recovery_points.Rd | 22 man/backup_list_legal_holds.Rd | 5 man/backup_list_protected_resources.Rd | 5 man/backup_list_protected_resources_by_backup_vault.Rd | 11 man/backup_list_recovery_points_by_backup_vault.Rd | 28 man/backup_list_recovery_points_by_legal_hold.Rd | 5 man/backup_list_recovery_points_by_resource.Rd | 14 man/backup_list_report_jobs.Rd | 34 man/backup_list_report_plans.Rd | 7 man/backup_list_restore_access_backup_vaults.Rd |only man/backup_list_restore_job_summaries.Rd | 29 man/backup_list_restore_jobs.Rd | 29 man/backup_list_restore_jobs_by_protected_resource.Rd | 14 man/backup_list_restore_testing_plans.Rd | 5 man/backup_list_restore_testing_selections.Rd | 8 man/backup_list_scan_job_summaries.Rd |only man/backup_list_scan_jobs.Rd |only man/backup_list_tags.Rd | 10 man/backup_list_tiering_configurations.Rd |only man/backup_put_backup_vault_access_policy.Rd | 4 man/backup_put_backup_vault_lock_configuration.Rd | 84 man/backup_put_backup_vault_notifications.Rd | 27 man/backup_put_restore_validation_result.Rd | 3 man/backup_revoke_restore_access_backup_vault.Rd |only man/backup_start_backup_job.Rd | 88 man/backup_start_copy_job.Rd | 36 man/backup_start_report_job.Rd | 5 man/backup_start_restore_job.Rd | 34 man/backup_start_scan_job.Rd |only man/backup_tag_resource.Rd | 19 man/backup_untag_resource.Rd | 10 man/backup_update_backup_plan.Rd | 3 man/backup_update_framework.Rd | 15 man/backup_update_global_settings.Rd | 16 man/backup_update_recovery_point_index_settings.Rd | 10 man/backup_update_recovery_point_lifecycle.Rd | 18 man/backup_update_region_settings.Rd | 16 man/backup_update_report_plan.Rd | 24 man/backup_update_restore_testing_selection.Rd | 11 man/backup_update_tiering_configuration.Rd |only man/dlm.Rd | 9 man/dlm_create_lifecycle_policy.Rd | 65 man/dlm_get_lifecycle_policies.Rd | 6 man/dlm_update_lifecycle_policy.Rd | 55 man/ebs.Rd | 27 man/ebs_complete_snapshot.Rd | 14 man/ebs_get_snapshot_block.Rd | 16 man/ebs_list_changed_blocks.Rd | 19 man/ebs_list_snapshot_blocks.Rd | 12 man/ebs_put_snapshot_block.Rd | 33 man/ebs_start_snapshot.Rd | 81 man/efs.Rd | 10 man/efs_create_access_point.Rd | 28 man/efs_create_file_system.Rd | 101 man/efs_create_mount_target.Rd | 22 man/efs_create_replication_configuration.Rd | 7 man/efs_create_tags.Rd | 3 man/efs_delete_file_system_policy.Rd | 3 man/efs_delete_replication_configuration.Rd | 18 man/efs_describe_access_points.Rd | 14 man/efs_describe_account_preferences.Rd | 8 man/efs_describe_backup_policy.Rd | 3 man/efs_describe_file_systems.Rd | 17 man/efs_describe_lifecycle_configuration.Rd | 9 man/efs_describe_mount_targets.Rd | 24 man/efs_describe_replication_configurations.Rd | 11 man/efs_describe_tags.Rd | 9 man/efs_list_tags_for_resource.Rd | 11 man/efs_modify_mount_target_security_groups.Rd | 2 man/efs_put_account_preferences.Rd | 9 man/efs_put_backup_policy.Rd | 3 man/efs_put_file_system_policy.Rd | 18 man/efs_put_lifecycle_configuration.Rd | 35 man/efs_untag_resource.Rd | 3 man/efs_update_file_system.Rd | 13 man/efs_update_file_system_protection.Rd | 16 man/finspacedata_create_changeset.Rd | 32 man/finspacedata_create_data_view.Rd | 4 man/finspacedata_create_permission_group.Rd | 25 man/finspacedata_create_user.Rd | 23 man/finspacedata_get_changeset.Rd | 3 man/finspacedata_get_working_location.Rd | 8 man/finspacedata_list_changesets.Rd | 3 man/finspacedata_reset_user_password.Rd | 3 man/finspacedata_update_changeset.Rd | 22 man/finspacedata_update_permission_group.Rd | 25 man/finspacedata_update_user.Rd | 16 man/fsx.Rd | 6 man/fsx_associate_file_system_aliases.Rd | 19 man/fsx_copy_backup.Rd | 41 man/fsx_copy_snapshot_and_update_volume.Rd | 35 man/fsx_create_and_attach_s3_access_point.Rd |only man/fsx_create_backup.Rd | 11 man/fsx_create_data_repository_association.Rd | 64 man/fsx_create_data_repository_task.Rd | 61 man/fsx_create_file_cache.Rd | 51 man/fsx_create_file_system.Rd | 174 man/fsx_create_file_system_from_backup.Rd | 106 man/fsx_create_snapshot.Rd | 4 man/fsx_create_storage_virtual_machine.Rd | 31 man/fsx_create_volume.Rd | 7 man/fsx_create_volume_from_backup.Rd | 6 man/fsx_delete_backup.Rd | 4 man/fsx_delete_data_repository_association.Rd | 5 man/fsx_delete_file_cache.Rd | 2 man/fsx_delete_file_system.Rd | 12 man/fsx_delete_snapshot.Rd | 2 man/fsx_delete_storage_virtual_machine.Rd | 2 man/fsx_delete_volume.Rd | 9 man/fsx_describe_backups.Rd | 17 man/fsx_describe_data_repository_associations.Rd | 10 man/fsx_describe_data_repository_tasks.Rd | 12 man/fsx_describe_file_caches.Rd | 4 man/fsx_describe_file_system_aliases.Rd | 15 man/fsx_describe_file_systems.Rd | 13 man/fsx_describe_s3_access_point_attachments.Rd |only man/fsx_describe_snapshots.Rd | 16 man/fsx_describe_storage_virtual_machines.Rd | 4 man/fsx_describe_volumes.Rd | 4 man/fsx_detach_and_delete_s3_access_point.Rd |only man/fsx_disassociate_file_system_aliases.Rd | 5 man/fsx_list_tags_for_resource.Rd | 10 man/fsx_release_file_system_nfs_v3_locks.Rd | 4 man/fsx_restore_volume_from_snapshot.Rd | 17 man/fsx_start_misconfigured_state_recovery.Rd | 4 man/fsx_tag_resource.Rd | 6 man/fsx_untag_resource.Rd | 3 man/fsx_update_data_repository_association.Rd | 18 man/fsx_update_file_cache.Rd | 2 man/fsx_update_file_system.Rd | 71 man/fsx_update_shared_vpc_configuration.Rd | 6 man/fsx_update_snapshot.Rd | 5 man/fsx_update_storage_virtual_machine.Rd | 8 man/fsx_update_volume.Rd | 10 man/glacier.Rd | 43 man/glacier_abort_multipart_upload.Rd | 6 man/glacier_abort_vault_lock.Rd | 7 man/glacier_add_tags_to_vault.Rd | 11 man/glacier_complete_multipart_upload.Rd | 23 man/glacier_complete_vault_lock.Rd | 10 man/glacier_create_vault.Rd | 9 man/glacier_delete_archive.Rd | 6 man/glacier_delete_vault.Rd | 8 man/glacier_delete_vault_access_policy.Rd | 8 man/glacier_delete_vault_notifications.Rd | 8 man/glacier_describe_job.Rd | 10 man/glacier_describe_vault.Rd | 8 man/glacier_get_data_retrieval_policy.Rd | 7 man/glacier_get_job_output.Rd | 38 man/glacier_get_vault_access_policy.Rd | 6 man/glacier_get_vault_lock.Rd | 6 man/glacier_get_vault_notifications.Rd | 6 man/glacier_initiate_job.Rd | 6 man/glacier_initiate_multipart_upload.Rd | 16 man/glacier_initiate_vault_lock.Rd | 10 man/glacier_list_jobs.Rd | 19 man/glacier_list_multipart_uploads.Rd | 16 man/glacier_list_parts.Rd | 16 man/glacier_list_provisioned_capacity.Rd | 6 man/glacier_list_tags_for_vault.Rd | 8 man/glacier_list_vaults.Rd | 14 man/glacier_purchase_provisioned_capacity.Rd | 6 man/glacier_remove_tags_from_vault.Rd | 8 man/glacier_set_data_retrieval_policy.Rd | 7 man/glacier_set_vault_access_policy.Rd | 6 man/glacier_set_vault_notifications.Rd | 6 man/glacier_upload_archive.Rd | 8 man/glacier_upload_multipart_part.Rd | 11 man/omics.Rd | 166 man/omics_abort_multipart_read_set_upload.Rd | 5 man/omics_batch_delete_read_set.Rd | 2 man/omics_cancel_annotation_import_job.Rd | 5 man/omics_cancel_run.Rd | 5 man/omics_cancel_run_batch.Rd |only man/omics_cancel_variant_import_job.Rd | 5 man/omics_complete_multipart_read_set_upload.Rd | 6 man/omics_create_annotation_store.Rd | 8 man/omics_create_annotation_store_version.Rd | 6 man/omics_create_configuration.Rd |only man/omics_create_multipart_read_set_upload.Rd | 11 man/omics_create_reference_store.Rd | 7 man/omics_create_run_cache.Rd | 41 man/omics_create_run_group.Rd | 18 man/omics_create_sequence_store.Rd | 19 man/omics_create_share.Rd | 3 man/omics_create_variant_store.Rd | 5 man/omics_create_workflow.Rd | 59 man/omics_create_workflow_version.Rd |only man/omics_delete_annotation_store.Rd | 5 man/omics_delete_annotation_store_versions.Rd | 3 man/omics_delete_batch.Rd |only man/omics_delete_configuration.Rd |only man/omics_delete_reference.Rd | 5 man/omics_delete_reference_store.Rd | 5 man/omics_delete_run.Rd | 5 man/omics_delete_run_batch.Rd |only man/omics_delete_run_cache.Rd | 5 man/omics_delete_run_group.Rd | 5 man/omics_delete_sequence_store.Rd | 5 man/omics_delete_variant_store.Rd | 5 man/omics_delete_workflow.Rd | 4 man/omics_delete_workflow_version.Rd |only man/omics_get_annotation_import_job.Rd | 5 man/omics_get_annotation_store.Rd | 5 man/omics_get_annotation_store_version.Rd | 6 man/omics_get_batch.Rd |only man/omics_get_configuration.Rd |only man/omics_get_read_set.Rd | 5 man/omics_get_read_set_activation_job.Rd | 5 man/omics_get_read_set_export_job.Rd | 5 man/omics_get_read_set_import_job.Rd | 5 man/omics_get_read_set_metadata.Rd | 5 man/omics_get_reference.Rd | 5 man/omics_get_reference_import_job.Rd | 4 man/omics_get_reference_metadata.Rd | 4 man/omics_get_run.Rd | 4 man/omics_get_run_cache.Rd | 5 man/omics_get_run_group.Rd | 4 man/omics_get_run_task.Rd | 4 man/omics_get_sequence_store.Rd | 5 man/omics_get_variant_import_job.Rd | 5 man/omics_get_variant_store.Rd | 5 man/omics_get_workflow.Rd | 4 man/omics_get_workflow_version.Rd |only man/omics_list_annotation_import_jobs.Rd | 8 man/omics_list_annotation_store_versions.Rd | 6 man/omics_list_annotation_stores.Rd | 8 man/omics_list_batch.Rd |only man/omics_list_configurations.Rd |only man/omics_list_multipart_read_set_uploads.Rd | 8 man/omics_list_read_set_activation_jobs.Rd | 11 man/omics_list_read_set_export_jobs.Rd | 7 man/omics_list_read_set_import_jobs.Rd | 8 man/omics_list_read_set_upload_parts.Rd | 13 man/omics_list_read_sets.Rd | 8 man/omics_list_reference_import_jobs.Rd | 8 man/omics_list_reference_stores.Rd | 8 man/omics_list_references.Rd | 8 man/omics_list_run_caches.Rd | 7 man/omics_list_run_groups.Rd | 8 man/omics_list_run_tasks.Rd | 8 man/omics_list_runs.Rd | 10 man/omics_list_runs_in_batch.Rd |only man/omics_list_sequence_stores.Rd | 8 man/omics_list_shares.Rd | 7 man/omics_list_variant_import_jobs.Rd | 8 man/omics_list_variant_stores.Rd | 8 man/omics_list_workflow_versions.Rd |only man/omics_list_workflows.Rd | 7 man/omics_start_annotation_import_job.Rd | 5 man/omics_start_read_set_activation_job.Rd | 8 man/omics_start_read_set_export_job.Rd | 7 man/omics_start_read_set_import_job.Rd | 7 man/omics_start_reference_import_job.Rd | 8 man/omics_start_run.Rd | 75 man/omics_start_run_batch.Rd |only man/omics_start_variant_import_job.Rd | 5 man/omics_update_annotation_store.Rd | 5 man/omics_update_run_cache.Rd | 5 man/omics_update_run_group.Rd | 5 man/omics_update_sequence_store.Rd | 9 man/omics_update_variant_store.Rd | 5 man/omics_update_workflow.Rd | 19 man/omics_update_workflow_version.Rd |only man/omics_upload_read_set_part.Rd | 4 man/recyclebin.Rd | 19 man/recyclebin_create_rule.Rd | 41 man/recyclebin_list_rules.Rd | 25 man/recyclebin_untag_resource.Rd | 3 man/recyclebin_update_rule.Rd | 34 man/reexports.Rd | 2 man/s3.Rd | 45 man/s3_abort_multipart_upload.Rd | 56 man/s3_complete_multipart_upload.Rd | 172 man/s3_copy_object.Rd | 655 - man/s3_create_bucket.Rd | 47 man/s3_create_bucket_metadata_configuration.Rd |only man/s3_create_bucket_metadata_table_configuration.Rd | 11 man/s3_create_multipart_upload.Rd | 360 man/s3_create_session.Rd | 82 man/s3_delete_bucket.Rd | 19 man/s3_delete_bucket_analytics_configuration.Rd | 4 man/s3_delete_bucket_cors.Rd | 4 man/s3_delete_bucket_encryption.Rd | 22 man/s3_delete_bucket_intelligent_tiering_configuration.Rd | 11 man/s3_delete_bucket_inventory_configuration.Rd | 15 man/s3_delete_bucket_lifecycle.Rd | 7 man/s3_delete_bucket_metadata_configuration.Rd |only man/s3_delete_bucket_metadata_table_configuration.Rd | 11 man/s3_delete_bucket_metrics_configuration.Rd | 19 man/s3_delete_bucket_ownership_controls.Rd | 4 man/s3_delete_bucket_policy.Rd | 19 man/s3_delete_bucket_replication.Rd | 4 man/s3_delete_bucket_tagging.Rd | 4 man/s3_delete_bucket_website.Rd | 4 man/s3_delete_object.Rd | 87 man/s3_delete_object_tagging.Rd | 27 man/s3_delete_objects.Rd | 96 man/s3_delete_public_access_block.Rd | 7 man/s3_get_bucket_abac.Rd |only man/s3_get_bucket_accelerate_configuration.Rd | 11 man/s3_get_bucket_acl.Rd | 13 man/s3_get_bucket_analytics_configuration.Rd | 7 man/s3_get_bucket_cors.Rd | 13 man/s3_get_bucket_encryption.Rd | 24 man/s3_get_bucket_intelligent_tiering_configuration.Rd | 11 man/s3_get_bucket_inventory_configuration.Rd | 16 man/s3_get_bucket_lifecycle.Rd | 4 man/s3_get_bucket_lifecycle_configuration.Rd | 7 man/s3_get_bucket_location.Rd | 17 man/s3_get_bucket_logging.Rd | 4 man/s3_get_bucket_metadata_configuration.Rd |only man/s3_get_bucket_metadata_table_configuration.Rd | 11 man/s3_get_bucket_metrics_configuration.Rd | 19 man/s3_get_bucket_notification.Rd | 13 man/s3_get_bucket_notification_configuration.Rd | 13 man/s3_get_bucket_ownership_controls.Rd | 7 man/s3_get_bucket_policy.Rd | 43 man/s3_get_bucket_policy_status.Rd | 7 man/s3_get_bucket_replication.Rd | 4 man/s3_get_bucket_request_payment.Rd | 7 man/s3_get_bucket_tagging.Rd | 4 man/s3_get_bucket_versioning.Rd | 4 man/s3_get_bucket_website.Rd | 4 man/s3_get_object.Rd | 173 man/s3_get_object_acl.Rd | 22 man/s3_get_object_attributes.Rd | 79 man/s3_get_object_legal_hold.Rd | 36 man/s3_get_object_lock_configuration.Rd | 15 man/s3_get_object_retention.Rd | 36 man/s3_get_object_tagging.Rd | 33 man/s3_get_object_torrent.Rd | 11 man/s3_get_public_access_block.Rd | 7 man/s3_head_bucket.Rd | 56 man/s3_head_object.Rd | 113 man/s3_list_bucket_analytics_configurations.Rd | 10 man/s3_list_bucket_intelligent_tiering_configurations.Rd | 11 man/s3_list_bucket_inventory_configurations.Rd | 20 man/s3_list_bucket_metrics_configurations.Rd | 20 man/s3_list_buckets.Rd | 37 man/s3_list_directory_buckets.Rd | 9 man/s3_list_multipart_uploads.Rd | 119 man/s3_list_object_versions.Rd | 40 man/s3_list_objects.Rd | 76 man/s3_list_objects_v2.Rd | 111 man/s3_list_parts.Rd | 67 man/s3_put_bucket_abac.Rd |only man/s3_put_bucket_accelerate_configuration.Rd | 15 man/s3_put_bucket_acl.Rd | 41 man/s3_put_bucket_analytics_configuration.Rd | 4 man/s3_put_bucket_cors.Rd | 37 man/s3_put_bucket_encryption.Rd | 61 man/s3_put_bucket_intelligent_tiering_configuration.Rd | 6 man/s3_put_bucket_inventory_configuration.Rd | 15 man/s3_put_bucket_lifecycle.Rd | 21 man/s3_put_bucket_lifecycle_configuration.Rd | 37 man/s3_put_bucket_logging.Rd | 33 man/s3_put_bucket_metrics_configuration.Rd | 19 man/s3_put_bucket_notification.Rd | 24 man/s3_put_bucket_notification_configuration.Rd | 9 man/s3_put_bucket_ownership_controls.Rd | 23 man/s3_put_bucket_policy.Rd | 57 man/s3_put_bucket_replication.Rd | 29 man/s3_put_bucket_request_payment.Rd | 27 man/s3_put_bucket_tagging.Rd | 27 man/s3_put_bucket_versioning.Rd | 30 man/s3_put_bucket_website.Rd | 27 man/s3_put_object.Rd | 447 man/s3_put_object_acl.Rd | 72 man/s3_put_object_legal_hold.Rd | 46 man/s3_put_object_lock_configuration.Rd | 35 man/s3_put_object_retention.Rd | 52 man/s3_put_object_tagging.Rd | 45 man/s3_put_public_access_block.Rd | 39 man/s3_rename_object.Rd |only man/s3_restore_object.Rd | 47 man/s3_select_object_content.Rd | 42 man/s3_update_bucket_metadata_inventory_table_configuration.Rd |only man/s3_update_bucket_metadata_journal_table_configuration.Rd |only man/s3_update_object_encryption.Rd |only man/s3_upload_part.Rd | 150 man/s3_upload_part_copy.Rd | 189 man/s3_write_get_object_response.Rd | 176 man/s3control.Rd | 25 man/s3control_associate_access_grants_identity_center.Rd | 8 man/s3control_create_access_grant.Rd | 47 man/s3control_create_access_grants_instance.Rd | 15 man/s3control_create_access_grants_location.Rd | 18 man/s3control_create_access_point.Rd | 66 man/s3control_create_access_point_for_object_lambda.Rd | 3 man/s3control_create_bucket.Rd | 9 man/s3control_create_job.Rd | 40 man/s3control_create_multi_region_access_point.Rd | 10 man/s3control_create_storage_lens_group.Rd | 6 man/s3control_delete_access_grant.Rd | 3 man/s3control_delete_access_grants_location.Rd | 6 man/s3control_delete_access_point.Rd | 20 man/s3control_delete_access_point_for_object_lambda.Rd | 3 man/s3control_delete_access_point_policy.Rd | 17 man/s3control_delete_access_point_policy_for_object_lambda.Rd | 6 man/s3control_delete_access_point_scope.Rd |only man/s3control_delete_bucket.Rd | 13 man/s3control_delete_bucket_lifecycle_configuration.Rd | 13 man/s3control_delete_bucket_policy.Rd | 13 man/s3control_delete_bucket_replication.Rd | 19 man/s3control_delete_bucket_tagging.Rd | 16 man/s3control_delete_job_tagging.Rd | 3 man/s3control_delete_multi_region_access_point.Rd | 9 man/s3control_delete_public_access_block.Rd | 3 man/s3control_delete_storage_lens_group.Rd | 3 man/s3control_describe_job.Rd | 3 man/s3control_describe_multi_region_access_point_operation.Rd | 8 man/s3control_get_access_grant.Rd | 3 man/s3control_get_access_grants_location.Rd | 5 man/s3control_get_access_point.Rd | 23 man/s3control_get_access_point_configuration_for_object_lambda.Rd | 6 man/s3control_get_access_point_for_object_lambda.Rd | 3 man/s3control_get_access_point_policy.Rd | 18 man/s3control_get_access_point_policy_for_object_lambda.Rd | 3 man/s3control_get_access_point_policy_status_for_object_lambda.Rd | 3 man/s3control_get_access_point_scope.Rd |only man/s3control_get_bucket.Rd | 13 man/s3control_get_bucket_lifecycle_configuration.Rd | 13 man/s3control_get_bucket_policy.Rd | 13 man/s3control_get_bucket_replication.Rd | 13 man/s3control_get_bucket_tagging.Rd | 13 man/s3control_get_data_access.Rd | 34 man/s3control_get_job_tagging.Rd | 3 man/s3control_get_multi_region_access_point.Rd | 10 man/s3control_get_multi_region_access_point_policy.Rd | 9 man/s3control_get_multi_region_access_point_policy_status.Rd | 9 man/s3control_get_multi_region_access_point_routes.Rd | 3 man/s3control_get_public_access_block.Rd | 3 man/s3control_get_storage_lens_group.Rd | 6 man/s3control_list_access_grants.Rd | 42 man/s3control_list_access_grants_instances.Rd | 9 man/s3control_list_access_grants_locations.Rd | 18 man/s3control_list_access_points.Rd | 39 man/s3control_list_access_points_for_directory_buckets.Rd |only man/s3control_list_access_points_for_object_lambda.Rd | 13 man/s3control_list_caller_access_grants.Rd | 19 man/s3control_list_jobs.Rd | 15 man/s3control_list_multi_region_access_points.Rd | 3 man/s3control_list_regional_buckets.Rd | 4 man/s3control_list_storage_lens_groups.Rd | 3 man/s3control_list_tags_for_resource.Rd | 10 man/s3control_put_access_grants_instance_resource_policy.Rd | 6 man/s3control_put_access_point_configuration_for_object_lambda.Rd | 3 man/s3control_put_access_point_policy.Rd | 27 man/s3control_put_access_point_policy_for_object_lambda.Rd | 3 man/s3control_put_access_point_scope.Rd |only man/s3control_put_bucket_policy.Rd | 16 man/s3control_put_bucket_replication.Rd | 13 man/s3control_put_bucket_tagging.Rd | 13 man/s3control_put_bucket_versioning.Rd | 3 man/s3control_put_job_tagging.Rd | 3 man/s3control_put_multi_region_access_point_policy.Rd | 9 man/s3control_put_public_access_block.Rd | 6 man/s3control_submit_multi_region_access_point_routes.Rd | 7 man/s3control_tag_resource.Rd | 15 man/s3control_untag_resource.Rd | 15 man/s3control_update_access_grants_location.Rd | 18 man/s3control_update_job_priority.Rd | 3 man/s3control_update_job_status.Rd | 6 man/s3outposts_create_endpoint.Rd | 12 man/s3outposts_list_endpoints.Rd | 3 man/s3outposts_list_outposts_with_s3.Rd | 6 man/s3outposts_list_shared_endpoints.Rd | 3 man/s3tables.Rd | 37 man/s3tables_create_namespace.Rd | 3 man/s3tables_create_table.Rd | 24 man/s3tables_create_table_bucket.Rd | 15 man/s3tables_delete_namespace.Rd | 3 man/s3tables_delete_table.Rd | 3 man/s3tables_delete_table_bucket_encryption.Rd |only man/s3tables_delete_table_bucket_metrics_configuration.Rd |only man/s3tables_delete_table_bucket_replication.Rd |only man/s3tables_delete_table_policy.Rd | 3 man/s3tables_delete_table_replication.Rd |only man/s3tables_get_table.Rd | 16 man/s3tables_get_table_bucket_encryption.Rd |only man/s3tables_get_table_bucket_maintenance_configuration.Rd | 3 man/s3tables_get_table_bucket_metrics_configuration.Rd |only man/s3tables_get_table_bucket_replication.Rd |only man/s3tables_get_table_bucket_storage_class.Rd |only man/s3tables_get_table_encryption.Rd |only man/s3tables_get_table_maintenance_job_status.Rd | 7 man/s3tables_get_table_policy.Rd | 3 man/s3tables_get_table_record_expiration_configuration.Rd |only man/s3tables_get_table_record_expiration_job_status.Rd |only man/s3tables_get_table_replication.Rd |only man/s3tables_get_table_replication_status.Rd |only man/s3tables_get_table_storage_class.Rd |only man/s3tables_list_namespaces.Rd | 5 man/s3tables_list_table_buckets.Rd | 10 man/s3tables_list_tables.Rd | 5 man/s3tables_list_tags_for_resource.Rd |only man/s3tables_put_table_bucket_encryption.Rd |only man/s3tables_put_table_bucket_maintenance_configuration.Rd | 6 man/s3tables_put_table_bucket_metrics_configuration.Rd |only man/s3tables_put_table_bucket_policy.Rd | 6 man/s3tables_put_table_bucket_replication.Rd |only man/s3tables_put_table_bucket_storage_class.Rd |only man/s3tables_put_table_maintenance_configuration.Rd | 5 man/s3tables_put_table_policy.Rd | 9 man/s3tables_put_table_record_expiration_configuration.Rd |only man/s3tables_put_table_replication.Rd |only man/s3tables_tag_resource.Rd |only man/s3tables_untag_resource.Rd |only man/storagegateway.Rd | 63 man/storagegateway_activate_gateway.Rd | 60 man/storagegateway_add_cache.Rd | 7 man/storagegateway_add_tags_to_resource.Rd | 8 man/storagegateway_add_upload_buffer.Rd | 7 man/storagegateway_add_working_storage.Rd | 7 man/storagegateway_assign_tape_pool.Rd | 16 man/storagegateway_associate_file_system.Rd | 23 man/storagegateway_attach_volume.Rd | 30 man/storagegateway_cancel_archival.Rd | 5 man/storagegateway_cancel_retrieval.Rd | 5 man/storagegateway_create_cachedi_scsi_volume.Rd | 60 man/storagegateway_create_nfs_file_share.Rd | 151 man/storagegateway_create_smb_file_share.Rd | 197 man/storagegateway_create_snapshot.Rd | 17 man/storagegateway_create_snapshot_from_volume_recovery_point.Rd | 17 man/storagegateway_create_storedi_scsi_volume.Rd | 56 man/storagegateway_create_tape_pool.Rd | 23 man/storagegateway_create_tape_with_barcode.Rd | 41 man/storagegateway_create_tapes.Rd | 48 man/storagegateway_delete_automatic_tape_creation_policy.Rd | 2 man/storagegateway_delete_bandwidth_rate_limit.Rd | 5 man/storagegateway_delete_chap_credentials.Rd | 4 man/storagegateway_delete_file_share.Rd | 6 man/storagegateway_delete_gateway.Rd | 2 man/storagegateway_delete_tape.Rd | 10 man/storagegateway_delete_tape_archive.Rd | 8 man/storagegateway_delete_volume.Rd | 4 man/storagegateway_describe_availability_monitor_test.Rd | 2 man/storagegateway_describe_bandwidth_rate_limit.Rd | 2 man/storagegateway_describe_bandwidth_rate_limit_schedule.Rd | 2 man/storagegateway_describe_cache.Rd | 2 man/storagegateway_describe_cachedi_scsi_volumes.Rd | 6 man/storagegateway_describe_chap_credentials.Rd | 4 man/storagegateway_describe_file_system_associations.Rd | 3 man/storagegateway_describe_gateway_information.Rd | 2 man/storagegateway_describe_maintenance_start_time.Rd | 2 man/storagegateway_describe_nfs_file_shares.Rd | 3 man/storagegateway_describe_smb_file_shares.Rd | 3 man/storagegateway_describe_smb_settings.Rd | 2 man/storagegateway_describe_snapshot_schedule.Rd | 4 man/storagegateway_describe_storedi_scsi_volumes.Rd | 6 man/storagegateway_describe_tape_archives.Rd | 9 man/storagegateway_describe_tape_recovery_points.Rd | 8 man/storagegateway_describe_tapes.Rd | 14 man/storagegateway_describe_upload_buffer.Rd | 2 man/storagegateway_describe_vtl_devices.Rd | 15 man/storagegateway_describe_working_storage.Rd | 2 man/storagegateway_detach_volume.Rd | 5 man/storagegateway_disable_gateway.Rd | 2 man/storagegateway_disassociate_file_system.Rd | 9 man/storagegateway_evict_files_failing_upload.Rd |only man/storagegateway_join_domain.Rd | 35 man/storagegateway_list_automatic_tape_creation_policies.Rd | 2 man/storagegateway_list_cache_reports.Rd | 6 man/storagegateway_list_file_shares.Rd | 11 man/storagegateway_list_file_system_associations.Rd | 13 man/storagegateway_list_gateways.Rd | 6 man/storagegateway_list_local_disks.Rd | 2 man/storagegateway_list_tags_for_resource.Rd | 9 man/storagegateway_list_tape_pools.Rd | 10 man/storagegateway_list_tapes.Rd | 8 man/storagegateway_list_volume_initiators.Rd | 4 man/storagegateway_list_volume_recovery_points.Rd | 2 man/storagegateway_list_volumes.Rd | 9 man/storagegateway_notify_when_uploaded.Rd | 2 man/storagegateway_refresh_cache.Rd | 16 man/storagegateway_remove_tags_from_resource.Rd | 6 man/storagegateway_reset_cache.Rd | 2 man/storagegateway_retrieve_tape_archive.Rd | 11 man/storagegateway_retrieve_tape_recovery_point.Rd | 5 man/storagegateway_set_local_console_password.Rd | 2 man/storagegateway_set_smb_guest_password.Rd | 3 man/storagegateway_shutdown_gateway.Rd | 2 man/storagegateway_start_availability_monitor_test.Rd | 2 man/storagegateway_start_cache_report.Rd | 39 man/storagegateway_start_gateway.Rd | 2 man/storagegateway_update_automatic_tape_creation_policy.Rd | 6 man/storagegateway_update_bandwidth_rate_limit.Rd | 2 man/storagegateway_update_bandwidth_rate_limit_schedule.Rd | 6 man/storagegateway_update_chap_credentials.Rd | 10 man/storagegateway_update_file_system_association.Rd | 9 man/storagegateway_update_gateway_information.Rd | 12 man/storagegateway_update_gateway_software_now.Rd | 2 man/storagegateway_update_maintenance_start_time.Rd | 35 man/storagegateway_update_nfs_file_share.Rd | 100 man/storagegateway_update_smb_file_share.Rd | 131 man/storagegateway_update_smb_file_share_visibility.Rd | 2 man/storagegateway_update_smb_local_groups.Rd | 5 man/storagegateway_update_smb_security_strategy.Rd | 24 man/storagegateway_update_snapshot_schedule.Rd | 19 tests/testthat/test_backup.R | 24 tests/testthat/test_fsx.R | 8 tests/testthat/test_omics.R | 8 691 files changed, 11564 insertions(+), 17842 deletions(-)
Title: 'Amazon Web Services' Networking & Content Delivery Services
Description: Interface to 'Amazon Web Services' networking and content
delivery services, including 'Route 53' Domain Name System service,
'CloudFront' content delivery, load balancing, and more
<https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.networking versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1673 +++---- R/apigateway_interfaces.R | 46 R/apigateway_operations.R | 783 --- R/apigateway_service.R | 8 R/apigatewaymanagementapi_service.R | 10 R/apigatewayv2_interfaces.R | 386 + R/apigatewayv2_operations.R | 1865 +++++--- R/apigatewayv2_service.R | 33 R/appfabric_operations.R | 297 - R/appfabric_service.R | 16 R/appmesh_operations.R | 471 -- R/appmesh_service.R | 22 R/arczonalshift_interfaces.R | 54 R/arczonalshift_operations.R | 388 - R/arczonalshift_service.R | 72 R/backupgateway_interfaces.R | 24 R/backupgateway_operations.R | 107 R/backupgateway_service.R | 17 R/cloudfront_interfaces.R | 580 ++ R/cloudfront_operations.R | 2096 +++++++-- R/cloudfront_service.R | 61 R/cloudfrontkeyvaluestore_operations.R | 16 R/cloudfrontkeyvaluestore_service.R | 5 R/directconnect_interfaces.R | 94 R/directconnect_operations.R | 299 - R/directconnect_service.R | 19 R/elb_operations.R | 85 R/elb_service.R | 31 R/elbv2_interfaces.R | 56 R/elbv2_operations.R | 512 -- R/elbv2_service.R | 33 R/globalaccelerator_operations.R | 641 -- R/globalaccelerator_service.R | 88 R/networkfirewall_interfaces.R | 514 ++ R/networkfirewall_operations.R | 2307 +++++++--- R/networkfirewall_service.R | 165 R/networkmanager_interfaces.R | 106 R/networkmanager_operations.R | 340 + R/networkmanager_service.R | 13 R/route53_interfaces.R | 22 R/route53_operations.R | 1231 +---- R/route53_service.R | 16 R/route53domains_operations.R | 375 - R/route53domains_service.R | 5 R/route53profiles_operations.R | 77 R/route53profiles_service.R | 5 R/route53recoverycluster_operations.R | 33 R/route53recoverycluster_service.R | 73 R/route53recoverycontrolconfig_interfaces.R | 20 R/route53recoverycontrolconfig_operations.R | 62 R/route53recoverycontrolconfig_service.R | 6 R/route53recoveryreadiness_operations.R | 46 R/route53recoveryreadiness_service.R | 2 R/route53resolver_interfaces.R | 30 R/route53resolver_operations.R | 1123 +--- R/route53resolver_service.R | 56 R/servicediscovery_interfaces.R | 24 R/servicediscovery_operations.R | 502 -- R/servicediscovery_service.R | 12 R/telconetworkbuilder_operations.R | 70 R/telconetworkbuilder_service.R | 8 R/vpclattice_interfaces.R | 230 R/vpclattice_operations.R | 618 +- R/vpclattice_service.R | 18 man/apigateway.Rd | 6 man/apigateway_create_api_key.Rd | 14 man/apigateway_create_authorizer.Rd | 79 man/apigateway_create_base_path_mapping.Rd | 12 man/apigateway_create_deployment.Rd | 14 man/apigateway_create_documentation_part.Rd | 7 man/apigateway_create_domain_name.Rd | 80 man/apigateway_create_domain_name_access_association.Rd | 7 man/apigateway_create_model.Rd | 3 man/apigateway_create_request_validator.Rd | 6 man/apigateway_create_rest_api.Rd | 49 man/apigateway_create_stage.Rd | 15 man/apigateway_create_usage_plan.Rd | 4 man/apigateway_create_usage_plan_key.Rd | 3 man/apigateway_create_vpc_link.Rd | 8 man/apigateway_delete_base_path_mapping.Rd | 3 man/apigateway_delete_domain_name.Rd | 3 man/apigateway_delete_usage_plan_key.Rd | 3 man/apigateway_delete_vpc_link.Rd | 3 man/apigateway_generate_client_certificate.Rd | 4 man/apigateway_get_api_key.Rd | 3 man/apigateway_get_api_keys.Rd | 9 man/apigateway_get_authorizers.Rd | 3 man/apigateway_get_base_path_mapping.Rd | 8 man/apigateway_get_base_path_mappings.Rd | 6 man/apigateway_get_client_certificates.Rd | 3 man/apigateway_get_deployment.Rd | 11 man/apigateway_get_deployments.Rd | 3 man/apigateway_get_documentation_parts.Rd | 7 man/apigateway_get_documentation_versions.Rd | 3 man/apigateway_get_domain_name.Rd | 3 man/apigateway_get_domain_name_access_associations.Rd | 8 man/apigateway_get_domain_names.Rd | 3 man/apigateway_get_export.Rd | 17 man/apigateway_get_gateway_responses.Rd | 8 man/apigateway_get_model.Rd | 4 man/apigateway_get_models.Rd | 3 man/apigateway_get_request_validators.Rd | 3 man/apigateway_get_resource.Rd | 8 man/apigateway_get_resources.Rd | 11 man/apigateway_get_rest_apis.Rd | 3 man/apigateway_get_sdk.Rd | 11 man/apigateway_get_sdk_types.Rd | 3 man/apigateway_get_tags.Rd | 6 man/apigateway_get_usage.Rd | 3 man/apigateway_get_usage_plan_key.Rd | 6 man/apigateway_get_usage_plan_keys.Rd | 9 man/apigateway_get_usage_plans.Rd | 3 man/apigateway_get_vpc_link.Rd | 3 man/apigateway_get_vpc_links.Rd | 3 man/apigateway_import_api_keys.Rd | 9 man/apigateway_import_documentation_parts.Rd | 11 man/apigateway_import_rest_api.Rd | 24 man/apigateway_put_gateway_response.Rd | 6 man/apigateway_put_integration.Rd | 97 man/apigateway_put_integration_response.Rd | 25 man/apigateway_put_method.Rd | 42 man/apigateway_put_method_response.Rd | 18 man/apigateway_put_rest_api.Rd | 16 man/apigateway_tag_resource.Rd | 4 man/apigateway_test_invoke_authorizer.Rd | 19 man/apigateway_test_invoke_method.Rd | 14 man/apigateway_update_base_path_mapping.Rd | 3 man/apigateway_update_deployment.Rd | 3 man/apigateway_update_domain_name.Rd | 3 man/apigateway_update_usage.Rd | 3 man/apigateway_update_vpc_link.Rd | 3 man/apigatewaymanagementapi.Rd | 8 man/apigatewayv2.Rd | 31 man/apigatewayv2_create_api.Rd | 55 man/apigatewayv2_create_authorizer.Rd | 74 man/apigatewayv2_create_domain_name.Rd | 3 man/apigatewayv2_create_integration.Rd | 179 man/apigatewayv2_create_integration_response.Rd | 42 man/apigatewayv2_create_model.Rd | 3 man/apigatewayv2_create_portal.Rd |only man/apigatewayv2_create_portal_product.Rd |only man/apigatewayv2_create_product_page.Rd |only man/apigatewayv2_create_product_rest_endpoint_page.Rd |only man/apigatewayv2_create_route.Rd | 21 man/apigatewayv2_create_route_response.Rd | 3 man/apigatewayv2_create_routing_rule.Rd |only man/apigatewayv2_create_stage.Rd | 13 man/apigatewayv2_delete_access_log_settings.Rd | 3 man/apigatewayv2_delete_portal.Rd |only man/apigatewayv2_delete_portal_product.Rd |only man/apigatewayv2_delete_portal_product_sharing_policy.Rd |only man/apigatewayv2_delete_product_page.Rd |only man/apigatewayv2_delete_product_rest_endpoint_page.Rd |only man/apigatewayv2_delete_route_settings.Rd | 3 man/apigatewayv2_delete_routing_rule.Rd |only man/apigatewayv2_delete_stage.Rd | 3 man/apigatewayv2_disable_portal.Rd |only man/apigatewayv2_export_api.Rd | 16 man/apigatewayv2_get_api_mappings.Rd | 3 man/apigatewayv2_get_apis.Rd | 3 man/apigatewayv2_get_authorizers.Rd | 3 man/apigatewayv2_get_deployments.Rd | 3 man/apigatewayv2_get_domain_names.Rd | 3 man/apigatewayv2_get_integration_responses.Rd | 3 man/apigatewayv2_get_integrations.Rd | 3 man/apigatewayv2_get_models.Rd | 3 man/apigatewayv2_get_portal.Rd |only man/apigatewayv2_get_portal_product.Rd |only man/apigatewayv2_get_portal_product_sharing_policy.Rd |only man/apigatewayv2_get_product_page.Rd |only man/apigatewayv2_get_product_rest_endpoint_page.Rd |only man/apigatewayv2_get_route_responses.Rd | 3 man/apigatewayv2_get_routes.Rd | 3 man/apigatewayv2_get_routing_rule.Rd |only man/apigatewayv2_get_stage.Rd | 3 man/apigatewayv2_get_stages.Rd | 3 man/apigatewayv2_get_vpc_links.Rd | 3 man/apigatewayv2_import_api.Rd | 9 man/apigatewayv2_list_portal_products.Rd |only man/apigatewayv2_list_portals.Rd |only man/apigatewayv2_list_product_pages.Rd |only man/apigatewayv2_list_product_rest_endpoint_pages.Rd |only man/apigatewayv2_list_routing_rules.Rd |only man/apigatewayv2_preview_portal.Rd |only man/apigatewayv2_publish_portal.Rd |only man/apigatewayv2_put_portal_product_sharing_policy.Rd |only man/apigatewayv2_put_routing_rule.Rd |only man/apigatewayv2_reimport_api.Rd | 9 man/apigatewayv2_reset_authorizers_cache.Rd | 4 man/apigatewayv2_tag_resource.Rd | 3 man/apigatewayv2_update_api.Rd | 47 man/apigatewayv2_update_authorizer.Rd | 71 man/apigatewayv2_update_domain_name.Rd | 5 man/apigatewayv2_update_integration.Rd | 179 man/apigatewayv2_update_integration_response.Rd | 49 man/apigatewayv2_update_model.Rd | 3 man/apigatewayv2_update_portal.Rd |only man/apigatewayv2_update_portal_product.Rd |only man/apigatewayv2_update_product_page.Rd |only man/apigatewayv2_update_product_rest_endpoint_page.Rd |only man/apigatewayv2_update_route.Rd | 21 man/apigatewayv2_update_route_response.Rd | 3 man/apigatewayv2_update_stage.Rd | 16 man/appfabric.Rd | 11 man/appfabric_batch_get_user_access_tasks.Rd | 3 man/appfabric_connect_app_authorization.Rd | 10 man/appfabric_create_app_authorization.Rd | 34 man/appfabric_create_app_bundle.Rd | 21 man/appfabric_create_ingestion.Rd | 24 man/appfabric_create_ingestion_destination.Rd | 27 man/appfabric_delete_app_authorization.Rd | 6 man/appfabric_delete_app_bundle.Rd | 3 man/appfabric_delete_ingestion.Rd | 6 man/appfabric_delete_ingestion_destination.Rd | 9 man/appfabric_get_app_authorization.Rd | 6 man/appfabric_get_app_bundle.Rd | 3 man/appfabric_get_ingestion.Rd | 6 man/appfabric_get_ingestion_destination.Rd | 9 man/appfabric_list_app_authorizations.Rd | 16 man/appfabric_list_app_bundles.Rd | 13 man/appfabric_list_ingestion_destinations.Rd | 19 man/appfabric_list_ingestions.Rd | 16 man/appfabric_list_tags_for_resource.Rd | 3 man/appfabric_start_ingestion.Rd | 6 man/appfabric_start_user_access_tasks.Rd | 3 man/appfabric_stop_ingestion.Rd | 6 man/appfabric_tag_resource.Rd | 3 man/appfabric_untag_resource.Rd | 3 man/appfabric_update_app_authorization.Rd | 17 man/appfabric_update_ingestion_destination.Rd | 9 man/appmesh.Rd | 17 man/appmesh_create_gateway_route.Rd | 21 man/appmesh_create_mesh.Rd | 10 man/appmesh_create_route.Rd | 21 man/appmesh_create_virtual_gateway.Rd | 15 man/appmesh_create_virtual_node.Rd | 15 man/appmesh_create_virtual_router.Rd | 15 man/appmesh_create_virtual_service.Rd | 15 man/appmesh_delete_gateway_route.Rd | 5 man/appmesh_delete_route.Rd | 5 man/appmesh_delete_virtual_gateway.Rd | 5 man/appmesh_delete_virtual_node.Rd | 5 man/appmesh_delete_virtual_router.Rd | 5 man/appmesh_delete_virtual_service.Rd | 5 man/appmesh_describe_gateway_route.Rd | 8 man/appmesh_describe_mesh.Rd | 5 man/appmesh_describe_route.Rd | 5 man/appmesh_describe_virtual_gateway.Rd | 5 man/appmesh_describe_virtual_node.Rd | 5 man/appmesh_describe_virtual_router.Rd | 5 man/appmesh_describe_virtual_service.Rd | 5 man/appmesh_list_gateway_routes.Rd | 23 man/appmesh_list_meshes.Rd | 20 man/appmesh_list_routes.Rd | 21 man/appmesh_list_tags_for_resource.Rd | 22 man/appmesh_list_virtual_gateways.Rd | 23 man/appmesh_list_virtual_nodes.Rd | 23 man/appmesh_list_virtual_routers.Rd | 23 man/appmesh_list_virtual_services.Rd | 23 man/appmesh_tag_resource.Rd | 4 man/appmesh_update_gateway_route.Rd | 15 man/appmesh_update_mesh.Rd | 4 man/appmesh_update_route.Rd | 9 man/appmesh_update_virtual_gateway.Rd | 12 man/appmesh_update_virtual_node.Rd | 12 man/appmesh_update_virtual_router.Rd | 12 man/appmesh_update_virtual_service.Rd | 12 man/arczonalshift.Rd | 69 man/arczonalshift_cancel_practice_run.Rd |only man/arczonalshift_cancel_zonal_shift.Rd | 4 man/arczonalshift_create_practice_run_configuration.Rd | 87 man/arczonalshift_delete_practice_run_configuration.Rd | 4 man/arczonalshift_get_autoshift_observer_notification_status.Rd | 4 man/arczonalshift_get_managed_resource.Rd | 18 man/arczonalshift_list_autoshifts.Rd | 18 man/arczonalshift_list_managed_resources.Rd | 14 man/arczonalshift_list_zonal_shifts.Rd | 34 man/arczonalshift_start_practice_run.Rd |only man/arczonalshift_start_zonal_shift.Rd | 51 man/arczonalshift_update_autoshift_observer_notification_status.Rd | 6 man/arczonalshift_update_practice_run_configuration.Rd | 66 man/arczonalshift_update_zonal_autoshift_configuration.Rd | 12 man/arczonalshift_update_zonal_shift.Rd | 38 man/backupgateway.Rd | 15 man/backupgateway_associate_gateway_to_server.Rd | 7 man/backupgateway_create_gateway.Rd | 3 man/backupgateway_get_bandwidth_rate_limit_schedule.Rd | 5 man/backupgateway_get_hypervisor_property_mappings.Rd | 2 man/backupgateway_import_hypervisor_configuration.Rd | 19 man/backupgateway_list_gateways.Rd | 5 man/backupgateway_list_hypervisors.Rd | 5 man/backupgateway_list_virtual_machines.Rd | 8 man/backupgateway_put_bandwidth_rate_limit_schedule.Rd | 13 man/backupgateway_put_hypervisor_property_mappings.Rd | 11 man/backupgateway_put_maintenance_start_time.Rd | 19 man/backupgateway_test_hypervisor_configuration.Rd | 11 man/backupgateway_untag_resource.Rd | 3 man/backupgateway_update_hypervisor.Rd | 20 man/cloudfront.Rd | 58 man/cloudfront_associate_alias.Rd | 9 man/cloudfront_associate_distribution_tenant_web_acl.Rd |only man/cloudfront_associate_distribution_web_acl.Rd |only man/cloudfront_copy_distribution.Rd | 22 man/cloudfront_create_anycast_ip_list.Rd | 22 man/cloudfront_create_connection_function.Rd |only man/cloudfront_create_connection_group.Rd |only man/cloudfront_create_distribution_tenant.Rd |only man/cloudfront_create_function.Rd | 11 man/cloudfront_create_invalidation_for_distribution_tenant.Rd |only man/cloudfront_create_key_value_store.Rd | 15 man/cloudfront_create_monitoring_subscription.Rd | 10 man/cloudfront_create_realtime_log_config.Rd | 10 man/cloudfront_create_response_headers_policy.Rd | 3 man/cloudfront_create_trust_store.Rd |only man/cloudfront_create_vpc_origin.Rd | 2 man/cloudfront_delete_anycast_ip_list.Rd | 3 man/cloudfront_delete_cache_policy.Rd | 10 man/cloudfront_delete_cloud_front_origin_access_identity.Rd | 3 man/cloudfront_delete_connection_function.Rd |only man/cloudfront_delete_connection_group.Rd |only man/cloudfront_delete_continuous_deployment_policy.Rd | 6 man/cloudfront_delete_distribution.Rd | 3 man/cloudfront_delete_distribution_tenant.Rd |only man/cloudfront_delete_field_level_encryption_config.Rd | 3 man/cloudfront_delete_field_level_encryption_profile.Rd | 3 man/cloudfront_delete_function.Rd | 4 man/cloudfront_delete_key_group.Rd | 8 man/cloudfront_delete_origin_access_control.Rd | 6 man/cloudfront_delete_origin_request_policy.Rd | 11 man/cloudfront_delete_public_key.Rd | 3 man/cloudfront_delete_realtime_log_config.Rd | 3 man/cloudfront_delete_resource_policy.Rd |only man/cloudfront_delete_response_headers_policy.Rd | 10 man/cloudfront_delete_streaming_distribution.Rd | 3 man/cloudfront_delete_trust_store.Rd |only man/cloudfront_delete_vpc_origin.Rd | 4 man/cloudfront_describe_connection_function.Rd |only man/cloudfront_disassociate_distribution_tenant_web_acl.Rd |only man/cloudfront_disassociate_distribution_web_acl.Rd |only man/cloudfront_get_cache_policy.Rd | 7 man/cloudfront_get_cache_policy_config.Rd | 7 man/cloudfront_get_connection_function.Rd |only man/cloudfront_get_connection_group.Rd |only man/cloudfront_get_connection_group_by_routing_endpoint.Rd |only man/cloudfront_get_continuous_deployment_policy_config.Rd | 3 man/cloudfront_get_distribution.Rd | 3 man/cloudfront_get_distribution_config.Rd | 3 man/cloudfront_get_distribution_tenant.Rd |only man/cloudfront_get_distribution_tenant_by_domain.Rd |only man/cloudfront_get_field_level_encryption_profile_config.Rd | 3 man/cloudfront_get_invalidation.Rd | 3 man/cloudfront_get_invalidation_for_distribution_tenant.Rd |only man/cloudfront_get_key_group.Rd | 3 man/cloudfront_get_key_group_config.Rd | 3 man/cloudfront_get_managed_certificate_details.Rd |only man/cloudfront_get_origin_request_policy.Rd | 9 man/cloudfront_get_origin_request_policy_config.Rd | 9 man/cloudfront_get_realtime_log_config.Rd | 3 man/cloudfront_get_resource_policy.Rd |only man/cloudfront_get_response_headers_policy.Rd | 8 man/cloudfront_get_response_headers_policy_config.Rd | 8 man/cloudfront_get_trust_store.Rd |only man/cloudfront_list_anycast_ip_lists.Rd | 8 man/cloudfront_list_cache_policies.Rd | 15 man/cloudfront_list_cloud_front_origin_access_identities.Rd | 9 man/cloudfront_list_conflicting_aliases.Rd | 17 man/cloudfront_list_connection_functions.Rd |only man/cloudfront_list_connection_groups.Rd |only man/cloudfront_list_continuous_deployment_policies.Rd | 9 man/cloudfront_list_distribution_tenants.Rd |only man/cloudfront_list_distribution_tenants_by_customization.Rd |only man/cloudfront_list_distributions.Rd | 6 man/cloudfront_list_distributions_by_anycast_ip_list_id.Rd | 8 man/cloudfront_list_distributions_by_cache_policy_id.Rd | 9 man/cloudfront_list_distributions_by_connection_function.Rd |only man/cloudfront_list_distributions_by_connection_mode.Rd |only man/cloudfront_list_distributions_by_key_group.Rd | 9 man/cloudfront_list_distributions_by_origin_request_policy_id.Rd | 9 man/cloudfront_list_distributions_by_owned_resource.Rd |only man/cloudfront_list_distributions_by_realtime_log_config.Rd | 12 man/cloudfront_list_distributions_by_response_headers_policy_id.Rd | 12 man/cloudfront_list_distributions_by_trust_store.Rd |only man/cloudfront_list_distributions_by_web_acl_id.Rd | 20 man/cloudfront_list_domain_conflicts.Rd |only man/cloudfront_list_field_level_encryption_configs.Rd | 9 man/cloudfront_list_field_level_encryption_profiles.Rd | 9 man/cloudfront_list_functions.Rd | 9 man/cloudfront_list_invalidations.Rd | 11 man/cloudfront_list_invalidations_for_distribution_tenant.Rd |only man/cloudfront_list_key_groups.Rd | 6 man/cloudfront_list_origin_access_controls.Rd | 9 man/cloudfront_list_origin_request_policies.Rd | 18 man/cloudfront_list_public_keys.Rd | 6 man/cloudfront_list_realtime_log_configs.Rd | 9 man/cloudfront_list_response_headers_policies.Rd | 18 man/cloudfront_list_trust_stores.Rd |only man/cloudfront_publish_connection_function.Rd |only man/cloudfront_publish_function.Rd | 4 man/cloudfront_put_resource_policy.Rd |only man/cloudfront_test_connection_function.Rd |only man/cloudfront_test_function.Rd | 11 man/cloudfront_update_anycast_ip_list.Rd |only man/cloudfront_update_cache_policy.Rd | 9 man/cloudfront_update_cloud_front_origin_access_identity.Rd | 3 man/cloudfront_update_connection_function.Rd |only man/cloudfront_update_connection_group.Rd |only man/cloudfront_update_continuous_deployment_policy.Rd | 6 man/cloudfront_update_distribution.Rd | 3 man/cloudfront_update_distribution_tenant.Rd |only man/cloudfront_update_distribution_with_staging_config.Rd | 9 man/cloudfront_update_domain_association.Rd |only man/cloudfront_update_field_level_encryption_config.Rd | 3 man/cloudfront_update_field_level_encryption_profile.Rd | 3 man/cloudfront_update_function.Rd | 8 man/cloudfront_update_key_group.Rd | 3 man/cloudfront_update_origin_access_control.Rd | 6 man/cloudfront_update_origin_request_policy.Rd | 10 man/cloudfront_update_public_key.Rd | 3 man/cloudfront_update_realtime_log_config.Rd | 11 man/cloudfront_update_response_headers_policy.Rd | 4 man/cloudfront_update_streaming_distribution.Rd | 3 man/cloudfront_update_trust_store.Rd |only man/cloudfront_verify_dns_configuration.Rd |only man/cloudfrontkeyvaluestore.Rd | 3 man/cloudfrontkeyvaluestore_delete_key.Rd | 3 man/cloudfrontkeyvaluestore_list_keys.Rd | 7 man/cloudfrontkeyvaluestore_put_key.Rd | 3 man/cloudfrontkeyvaluestore_update_keys.Rd | 3 man/directconnect.Rd | 17 man/directconnect_accept_direct_connec_gatewa_associ_propos.Rd | 9 man/directconnect_allocate_connection_on_interconnect.Rd | 9 man/directconnect_allocate_hosted_connection.Rd | 9 man/directconnect_allocate_private_virtual_interface.Rd | 6 man/directconnect_allocate_public_virtual_interface.Rd | 6 man/directconnect_allocate_transit_virtual_interface.Rd | 6 man/directconnect_associate_mac_sec_key.Rd | 34 man/directconnect_create_connection.Rd | 10 man/directconnect_create_direct_connec_gatewa_associ_propos.Rd | 6 man/directconnect_create_direct_connect_gateway.Rd | 8 man/directconnect_create_direct_connect_gateway_association.Rd | 6 man/directconnect_create_interconnect.Rd | 5 man/directconnect_create_lag.Rd | 13 man/directconnect_delete_bgp_peer.Rd | 18 man/directconnect_descri_direct_connec_gatewa_associ_propos.Rd | 7 man/directconnect_describe_connection_loa.Rd | 8 man/directconnect_describe_connections.Rd | 12 man/directconnect_describe_direct_connect_gateway_associations.Rd | 7 man/directconnect_describe_direct_connect_gateway_attachments.Rd | 7 man/directconnect_describe_direct_connect_gateways.Rd | 7 man/directconnect_describe_hosted_connections.Rd | 12 man/directconnect_describe_interconnect_loa.Rd | 7 man/directconnect_describe_interconnects.Rd | 12 man/directconnect_describe_lags.Rd | 8 man/directconnect_describe_loa.Rd | 7 man/directconnect_describe_router_configuration.Rd | 3 man/directconnect_describe_virtual_interfaces.Rd | 10 man/directconnect_disassociate_mac_sec_key.Rd | 14 man/directconnect_list_virtual_interface_test_history.Rd | 10 man/directconnect_update_connection.Rd | 9 man/directconnect_update_direct_connect_gateway_association.Rd | 3 man/directconnect_update_lag.Rd | 6 man/directconnect_update_virtual_interface_attributes.Rd | 3 man/elb.Rd | 28 man/elb_apply_security_groups_to_load_balancer.Rd | 3 man/elb_attach_load_balancer_to_subnets.Rd | 3 man/elb_create_app_cookie_stickiness_policy.Rd | 4 man/elb_create_lb_cookie_stickiness_policy.Rd | 9 man/elb_create_load_balancer.Rd | 32 man/elb_create_load_balancer_policy.Rd | 6 man/elb_describe_account_limits.Rd | 3 man/elb_describe_load_balancer_policy_types.Rd | 3 man/elb_describe_load_balancers.Rd | 6 man/elb_enable_availability_zones_for_load_balancer.Rd | 3 man/elb_remove_tags.Rd | 3 man/elb_set_load_balancer_policies_for_backend_server.Rd | 3 man/elb_set_load_balancer_policies_of_listener.Rd | 4 man/elbv2.Rd | 28 man/elbv2_add_listener_certificates.Rd | 3 man/elbv2_create_listener.Rd | 38 man/elbv2_create_load_balancer.Rd | 115 man/elbv2_create_rule.Rd | 14 man/elbv2_create_target_group.Rd | 125 man/elbv2_create_trust_store.Rd | 3 man/elbv2_deregister_targets.Rd | 4 man/elbv2_describe_account_limits.Rd | 3 man/elbv2_describe_listener_certificates.Rd | 3 man/elbv2_describe_listeners.Rd | 3 man/elbv2_describe_load_balancers.Rd | 6 man/elbv2_describe_rules.Rd | 5 man/elbv2_describe_ssl_policies.Rd | 6 man/elbv2_describe_tags.Rd | 3 man/elbv2_describe_target_groups.Rd | 3 man/elbv2_describe_trust_store_associations.Rd | 3 man/elbv2_describe_trust_store_revocations.Rd | 3 man/elbv2_describe_trust_stores.Rd | 3 man/elbv2_modify_ip_pools.Rd |only man/elbv2_modify_listener.Rd | 35 man/elbv2_modify_rule.Rd | 12 man/elbv2_modify_target_group.Rd | 39 man/elbv2_modify_trust_store.Rd | 3 man/elbv2_remove_listener_certificates.Rd | 3 man/elbv2_set_ip_address_type.Rd | 14 man/elbv2_set_security_groups.Rd | 4 man/elbv2_set_subnets.Rd | 57 man/globalaccelerator.Rd | 75 man/globalaccelerator_add_custom_routing_endpoints.Rd | 3 man/globalaccelerator_advertise_byoip_cidr.Rd | 7 man/globalaccelerator_allow_custom_routing_traffic.Rd | 38 man/globalaccelerator_create_accelerator.Rd | 54 man/globalaccelerator_create_cross_account_attachment.Rd | 15 man/globalaccelerator_create_custom_routing_accelerator.Rd | 54 man/globalaccelerator_create_custom_routing_endpoint_group.Rd | 13 man/globalaccelerator_create_custom_routing_listener.Rd | 12 man/globalaccelerator_create_endpoint_group.Rd | 56 man/globalaccelerator_create_listener.Rd | 30 man/globalaccelerator_delete_cross_account_attachment.Rd | 3 man/globalaccelerator_delete_custom_routing_accelerator.Rd | 3 man/globalaccelerator_deny_custom_routing_traffic.Rd | 33 man/globalaccelerator_deprovision_byoip_cidr.Rd | 6 man/globalaccelerator_descri_custom_routin_accele_attrib.Rd | 3 man/globalaccelerator_describe_accelerator_attributes.Rd | 3 man/globalaccelerator_describe_cross_account_attachment.Rd | 3 man/globalaccelerator_list_accelerators.Rd | 6 man/globalaccelerator_list_byoip_cidrs.Rd | 4 man/globalaccelerator_list_cross_account_attachments.Rd | 6 man/globalaccelerator_list_cross_account_resources.Rd | 9 man/globalaccelerator_list_custo_routi_port_mappi_by_desti.Rd | 9 man/globalaccelerator_list_custom_routing_accelerators.Rd | 6 man/globalaccelerator_list_custom_routing_endpoint_groups.Rd | 9 man/globalaccelerator_list_custom_routing_listeners.Rd | 6 man/globalaccelerator_list_custom_routing_port_mappings.Rd | 12 man/globalaccelerator_list_endpoint_groups.Rd | 6 man/globalaccelerator_list_listeners.Rd | 9 man/globalaccelerator_list_tags_for_resource.Rd | 3 man/globalaccelerator_provision_byoip_cidr.Rd | 11 man/globalaccelerator_remove_custom_routing_endpoints.Rd | 6 man/globalaccelerator_tag_resource.Rd | 6 man/globalaccelerator_untag_resource.Rd | 3 man/globalaccelerator_update_accelerator.Rd | 13 man/globalaccelerator_update_accelerator_attributes.Rd | 25 man/globalaccelerator_update_cross_account_attachment.Rd | 38 man/globalaccelerator_update_custom_routin_accele_attrib.Rd | 31 man/globalaccelerator_update_custom_routing_accelerator.Rd | 13 man/globalaccelerator_update_custom_routing_listener.Rd | 7 man/globalaccelerator_update_endpoint_group.Rd | 51 man/globalaccelerator_update_listener.Rd | 30 man/globalaccelerator_withdraw_byoip_cidr.Rd | 3 man/networkfirewall.Rd | 141 man/networkfirewall_accep_netwo_firew_trans_gatew_attac.Rd |only man/networkfirewall_associate_availability_zones.Rd |only man/networkfirewall_associate_firewall_policy.Rd | 25 man/networkfirewall_associate_subnets.Rd | 25 man/networkfirewall_attach_rule_groups_to_proxy_configuration.Rd |only man/networkfirewall_create_firewall.Rd | 62 man/networkfirewall_create_firewall_policy.Rd | 20 man/networkfirewall_create_proxy.Rd |only man/networkfirewall_create_proxy_configuration.Rd |only man/networkfirewall_create_proxy_rule_group.Rd |only man/networkfirewall_create_proxy_rules.Rd |only man/networkfirewall_create_rule_group.Rd | 112 man/networkfirewall_create_tls_inspection_configuration.Rd | 28 man/networkfirewall_create_vpc_endpoint_association.Rd |only man/networkfirewall_delet_netwo_firew_trans_gatew_attac.Rd |only man/networkfirewall_delete_firewall.Rd | 3 man/networkfirewall_delete_firewall_policy.Rd | 3 man/networkfirewall_delete_proxy.Rd |only man/networkfirewall_delete_proxy_configuration.Rd |only man/networkfirewall_delete_proxy_rule_group.Rd |only man/networkfirewall_delete_proxy_rules.Rd |only man/networkfirewall_delete_resource_policy.Rd | 3 man/networkfirewall_delete_rule_group.Rd | 10 man/networkfirewall_delete_tls_inspection_configuration.Rd | 3 man/networkfirewall_delete_vpc_endpoint_association.Rd |only man/networkfirewall_describe_firewall.Rd | 3 man/networkfirewall_describe_firewall_metadata.Rd |only man/networkfirewall_describe_firewall_policy.Rd | 3 man/networkfirewall_describe_flow_operation.Rd |only man/networkfirewall_describe_logging_configuration.Rd | 3 man/networkfirewall_describe_proxy.Rd |only man/networkfirewall_describe_proxy_configuration.Rd |only man/networkfirewall_describe_proxy_rule.Rd |only man/networkfirewall_describe_proxy_rule_group.Rd |only man/networkfirewall_describe_resource_policy.Rd | 3 man/networkfirewall_describe_rule_group.Rd | 18 man/networkfirewall_describe_rule_group_metadata.Rd | 13 man/networkfirewall_describe_rule_group_summary.Rd |only man/networkfirewall_describe_tls_inspection_configuration.Rd | 3 man/networkfirewall_describe_vpc_endpoint_association.Rd |only man/networkfirewall_detach_rule_groups_from_proxy_configuration.Rd |only man/networkfirewall_disassociate_availability_zones.Rd |only man/networkfirewall_disassociate_subnets.Rd | 25 man/networkfirewall_get_analysis_report_results.Rd | 19 man/networkfirewall_list_analysis_reports.Rd | 14 man/networkfirewall_list_firewall_policies.Rd | 11 man/networkfirewall_list_firewalls.Rd | 15 man/networkfirewall_list_flow_operation_results.Rd |only man/networkfirewall_list_flow_operations.Rd |only man/networkfirewall_list_proxies.Rd |only man/networkfirewall_list_proxy_configurations.Rd |only man/networkfirewall_list_proxy_rule_groups.Rd |only man/networkfirewall_list_rule_groups.Rd | 25 man/networkfirewall_list_tags_for_resource.Rd | 11 man/networkfirewall_list_tls_inspection_configurations.Rd | 11 man/networkfirewall_list_vpc_endpoint_associations.Rd |only man/networkfirewall_put_resource_policy.Rd | 29 man/networkfirewall_rejec_netwo_firew_trans_gatew_attac.Rd |only man/networkfirewall_start_analysis_report.Rd | 3 man/networkfirewall_start_flow_capture.Rd |only man/networkfirewall_start_flow_flush.Rd |only man/networkfirewall_update_availability_zone_change_protection.Rd |only man/networkfirewall_update_firewall_analysis_settings.Rd | 28 man/networkfirewall_update_firewall_delete_protection.Rd | 31 man/networkfirewall_update_firewall_description.Rd | 28 man/networkfirewall_update_firewall_encryption_configuration.Rd | 23 man/networkfirewall_update_firewall_policy.Rd | 39 man/networkfirewall_update_firewall_policy_change_protection.Rd | 31 man/networkfirewall_update_logging_configuration.Rd | 15 man/networkfirewall_update_proxy.Rd |only man/networkfirewall_update_proxy_configuration.Rd |only man/networkfirewall_update_proxy_rule.Rd |only man/networkfirewall_update_proxy_rule_group_priorities.Rd |only man/networkfirewall_update_proxy_rule_priorities.Rd |only man/networkfirewall_update_rule_group.Rd | 87 man/networkfirewall_update_subnet_change_protection.Rd | 31 man/networkfirewall_update_tls_inspection_configuration.Rd | 45 man/networkmanager.Rd | 11 man/networkmanager_create_connect_attachment.Rd | 3 man/networkmanager_create_connect_peer.Rd | 9 man/networkmanager_create_core_network_prefix_list_association.Rd |only man/networkmanager_create_device.Rd | 3 man/networkmanager_create_direct_connect_gateway_attachment.Rd | 12 man/networkmanager_create_link.Rd | 6 man/networkmanager_create_site.Rd | 4 man/networkmanager_create_site_to_site_vpn_attachment.Rd | 6 man/networkmanager_create_transit_gateway_route_table_attachment.Rd | 7 man/networkmanager_create_vpc_attachment.Rd | 3 man/networkmanager_delete_core_network_prefix_list_association.Rd |only man/networkmanager_get_customer_gateway_associations.Rd | 3 man/networkmanager_get_direct_connect_gateway_attachment.Rd | 3 man/networkmanager_get_network_routes.Rd | 6 man/networkmanager_get_transit_gateway_registrations.Rd | 3 man/networkmanager_list_attachment_routing_policy_associations.Rd |only man/networkmanager_list_core_network_prefix_list_associations.Rd |only man/networkmanager_list_core_network_routing_information.Rd |only man/networkmanager_put_attachment_routing_policy_label.Rd |only man/networkmanager_remove_attachment_routing_policy_label.Rd |only man/networkmanager_start_organization_service_access_update.Rd | 3 man/networkmanager_start_route_analysis.Rd | 3 man/networkmanager_update_device.Rd | 5 man/networkmanager_update_direct_connect_gateway_attachment.Rd | 8 man/reexports.Rd | 2 man/route53.Rd | 4 man/route53_activate_key_signing_key.Rd | 4 man/route53_associate_vpc_with_hosted_zone.Rd | 9 man/route53_change_cidr_collection.Rd | 16 man/route53_change_resource_record_sets.Rd | 6 man/route53_change_tags_for_resource.Rd | 11 man/route53_create_cidr_collection.Rd | 7 man/route53_create_health_check.Rd | 28 man/route53_create_hosted_zone.Rd | 58 man/route53_create_key_signing_key.Rd | 19 man/route53_create_query_logging_config.Rd | 13 man/route53_create_reusable_delegation_set.Rd | 12 man/route53_create_traffic_policy.Rd | 6 man/route53_create_traffic_policy_instance.Rd | 17 man/route53_create_traffic_policy_version.Rd | 10 man/route53_create_vpc_association_authorization.Rd | 6 man/route53_delete_traffic_policy_instance.Rd | 4 man/route53_delete_vpc_association_authorization.Rd | 9 man/route53_disassociate_vpc_from_hosted_zone.Rd | 6 man/route53_get_account_limit.Rd | 18 man/route53_get_change.Rd | 5 man/route53_get_geo_location.Rd | 13 man/route53_get_health_check.Rd | 5 man/route53_get_health_check_last_failure_reason.Rd | 11 man/route53_get_health_check_status.Rd | 10 man/route53_get_hosted_zone_limit.Rd | 6 man/route53_get_query_logging_config.Rd | 3 man/route53_get_reusable_delegation_set.Rd | 3 man/route53_get_reusable_delegation_set_limit.Rd | 4 man/route53_get_traffic_policy.Rd | 3 man/route53_get_traffic_policy_instance.Rd | 3 man/route53_list_cidr_blocks.Rd | 3 man/route53_list_cidr_collections.Rd | 6 man/route53_list_cidr_locations.Rd | 9 man/route53_list_geo_locations.Rd | 31 man/route53_list_health_checks.Rd | 17 man/route53_list_hosted_zones.Rd | 21 man/route53_list_hosted_zones_by_name.Rd | 29 man/route53_list_hosted_zones_by_vpc.Rd | 20 man/route53_list_query_logging_configs.Rd | 38 man/route53_list_resource_record_sets.Rd | 38 man/route53_list_reusable_delegation_sets.Rd | 16 man/route53_list_tags_for_resources.Rd | 3 man/route53_list_traffic_policies.Rd | 19 man/route53_list_traffic_policy_instances.Rd | 57 man/route53_list_traffic_policy_instances_by_hosted_zone.Rd | 35 man/route53_list_traffic_policy_instances_by_policy.Rd | 77 man/route53_list_traffic_policy_versions.Rd | 22 man/route53_list_vpc_association_authorizations.Rd | 14 man/route53_test_dns_answer.Rd | 30 man/route53_update_health_check.Rd | 304 - man/route53_update_hosted_zone_comment.Rd | 4 man/route53_update_hosted_zone_features.Rd |only man/route53_update_traffic_policy_comment.Rd | 6 man/route53_update_traffic_policy_instance.Rd | 10 man/route53domains.Rd | 3 man/route53domains_accep_domai_trans_from_anoth_aws_accou.Rd | 9 man/route53domains_associate_delegation_signer_to_domain.Rd | 3 man/route53domains_cancel_domain_transfer_to_another_aws_account.Rd | 3 man/route53domains_check_domain_availability.Rd | 16 man/route53domains_check_domain_transferability.Rd | 15 man/route53domains_disassociate_delegation_signer_from_domain.Rd | 4 man/route53domains_get_contact_reachability_status.Rd | 3 man/route53domains_get_domain_suggestions.Rd | 24 man/route53domains_get_operation_detail.Rd | 4 man/route53domains_list_domains.Rd | 18 man/route53domains_list_operations.Rd | 12 man/route53domains_list_prices.Rd | 16 man/route53domains_register_domain.Rd | 86 man/route53domains_rejec_domai_trans_from_anoth_aws_accou.Rd | 5 man/route53domains_renew_domain.Rd | 8 man/route53domains_resend_contact_reachability_email.Rd | 3 man/route53domains_transfer_domain.Rd | 60 man/route53domains_transfer_domain_to_another_aws_account.Rd | 6 man/route53domains_update_domain_contact.Rd | 3 man/route53domains_update_domain_contact_privacy.Rd | 48 man/route53domains_update_tags_for_domain.Rd | 4 man/route53domains_view_billing.Rd | 19 man/route53profiles.Rd | 3 man/route53profiles_associate_profile.Rd | 3 man/route53profiles_associate_resource_to_profile.Rd | 4 man/route53profiles_create_profile.Rd | 12 man/route53profiles_get_profile_resource_association.Rd | 3 man/route53profiles_list_profile_associations.Rd | 14 man/route53profiles_list_profile_resource_associations.Rd | 14 man/route53profiles_list_profiles.Rd | 14 man/route53profiles_list_tags_for_resource.Rd | 3 man/route53profiles_tag_resource.Rd | 3 man/route53profiles_untag_resource.Rd | 3 man/route53profiles_update_profile_resource_association.Rd | 4 man/route53recoverycluster.Rd | 48 man/route53recoverycluster_get_routing_control_state.Rd | 3 man/route53recoverycluster_list_routing_controls.Rd | 9 man/route53recoverycluster_update_routing_control_state.Rd | 11 man/route53recoverycluster_update_routing_control_states.Rd | 8 man/route53recoverycontrolconfig.Rd | 4 man/route53recoverycontrolconfig_create_cluster.Rd | 9 man/route53recoverycontrolconfig_create_control_panel.Rd | 4 man/route53recoverycontrolconfig_create_routing_control.Rd | 10 man/route53recoverycontrolconfig_create_safety_rule.Rd | 4 man/route53recoverycontrolconfig_delete_routing_control.Rd | 3 man/route53recoverycontrolconfig_update_cluster.Rd |only man/route53recoveryreadiness_create_cell.Rd | 6 man/route53recoveryreadiness_create_readiness_check.Rd | 2 man/route53recoveryreadiness_create_recovery_group.Rd | 2 man/route53recoveryreadiness_create_resource_set.Rd | 13 man/route53recoveryreadiness_get_readiness_check_resource_status.Rd | 4 man/route53recoveryreadiness_update_cell.Rd | 3 man/route53recoveryreadiness_update_recovery_group.Rd | 3 man/route53recoveryreadiness_update_resource_set.Rd | 13 man/route53resolver.Rd | 51 man/route53resolver_associate_firewall_rule_group.Rd | 29 man/route53resolver_associate_resolver_endpoint_ip_address.Rd | 7 man/route53resolver_associate_resolver_query_log_config.Rd | 6 man/route53resolver_associate_resolver_rule.Rd | 9 man/route53resolver_create_firewall_domain_list.Rd | 8 man/route53resolver_create_firewall_rule.Rd | 103 man/route53resolver_create_firewall_rule_group.Rd | 7 man/route53resolver_create_outpost_resolver.Rd | 18 man/route53resolver_create_resolver_endpoint.Rd | 82 man/route53resolver_create_resolver_query_log_config.Rd | 13 man/route53resolver_create_resolver_rule.Rd | 65 man/route53resolver_delete_firewall_rule.Rd | 16 man/route53resolver_delete_firewall_rule_group.Rd | 3 man/route53resolver_disassociate_resolver_endpoint_ip_address.Rd | 3 man/route53resolver_disassociate_resolver_query_log_config.Rd | 6 man/route53resolver_disassociate_resolver_rule.Rd | 3 man/route53resolver_get_resolver_dnssec_config.Rd | 3 man/route53resolver_get_resolver_query_log_config.Rd | 3 man/route53resolver_get_resolver_query_log_config_association.Rd | 3 man/route53resolver_get_resolver_query_log_config_policy.Rd | 3 man/route53resolver_get_resolver_rule_association.Rd | 3 man/route53resolver_get_resolver_rule_policy.Rd | 3 man/route53resolver_import_firewall_domains.Rd | 14 man/route53resolver_list_firewall_configs.Rd | 14 man/route53resolver_list_firewall_domain_lists.Rd | 14 man/route53resolver_list_firewall_domains.Rd | 14 man/route53resolver_list_firewall_rule_group_associations.Rd | 38 man/route53resolver_list_firewall_rule_groups.Rd | 14 man/route53resolver_list_firewall_rules.Rd | 34 man/route53resolver_list_outpost_resolvers.Rd | 4 man/route53resolver_list_resolver_configs.Rd | 18 man/route53resolver_list_resolver_dnssec_configs.Rd | 17 man/route53resolver_list_resolver_endpoint_ip_addresses.Rd | 16 man/route53resolver_list_resolver_endpoints.Rd | 24 man/route53resolver_list_resolver_query_log_config_associations.Rd | 83 man/route53resolver_list_resolver_query_log_configs.Rd | 88 man/route53resolver_list_resolver_rule_associations.Rd | 19 man/route53resolver_list_resolver_rules.Rd | 23 man/route53resolver_list_tags_for_resource.Rd | 17 man/route53resolver_put_firewall_rule_group_policy.Rd | 6 man/route53resolver_put_resolver_query_log_config_policy.Rd | 13 man/route53resolver_put_resolver_rule_policy.Rd | 13 man/route53resolver_tag_resource.Rd | 4 man/route53resolver_untag_resource.Rd | 4 man/route53resolver_update_firewall_config.Rd | 15 man/route53resolver_update_firewall_domains.Rd | 18 man/route53resolver_update_firewall_rule.Rd | 102 man/route53resolver_update_firewall_rule_group_association.Rd | 15 man/route53resolver_update_resolver_config.Rd | 14 man/route53resolver_update_resolver_dnssec_config.Rd | 7 man/route53resolver_update_resolver_endpoint.Rd | 41 man/servicediscovery.Rd | 10 man/servicediscovery_create_http_namespace.Rd | 10 man/servicediscovery_create_private_dns_namespace.Rd | 14 man/servicediscovery_create_public_dns_namespace.Rd | 13 man/servicediscovery_create_service.Rd | 64 man/servicediscovery_delete_namespace.Rd | 2 man/servicediscovery_delete_service.Rd | 2 man/servicediscovery_delete_service_attributes.Rd | 2 man/servicediscovery_deregister_instance.Rd | 5 man/servicediscovery_discover_instances.Rd | 48 man/servicediscovery_discover_instances_revision.Rd | 14 man/servicediscovery_get_instance.Rd | 2 man/servicediscovery_get_instances_health_status.Rd | 34 man/servicediscovery_get_namespace.Rd | 2 man/servicediscovery_get_operation.Rd | 4 man/servicediscovery_get_service.Rd | 2 man/servicediscovery_get_service_attributes.Rd | 2 man/servicediscovery_list_instances.Rd | 15 man/servicediscovery_list_namespaces.Rd | 34 man/servicediscovery_list_operations.Rd | 26 man/servicediscovery_list_services.Rd | 25 man/servicediscovery_list_tags_for_resource.Rd | 3 man/servicediscovery_register_instance.Rd | 131 man/servicediscovery_tag_resource.Rd | 7 man/servicediscovery_untag_resource.Rd | 3 man/servicediscovery_update_http_namespace.Rd | 8 man/servicediscovery_update_instance_custom_health_status.Rd | 3 man/servicediscovery_update_private_dns_namespace.Rd | 8 man/servicediscovery_update_public_dns_namespace.Rd | 8 man/servicediscovery_update_service.Rd | 5 man/servicediscovery_update_service_attributes.Rd | 2 man/telconetworkbuilder.Rd | 6 man/telconetworkbuilder_create_sol_function_package.Rd | 5 man/telconetworkbuilder_create_sol_network_instance.Rd | 5 man/telconetworkbuilder_create_sol_network_package.Rd | 5 man/telconetworkbuilder_get_sol_function_package_content.Rd | 3 man/telconetworkbuilder_get_sol_function_package_descriptor.Rd | 3 man/telconetworkbuilder_instantiate_sol_network_instance.Rd | 11 man/telconetworkbuilder_list_sol_network_operations.Rd | 3 man/telconetworkbuilder_tag_resource.Rd | 5 man/telconetworkbuilder_terminate_sol_network_instance.Rd | 6 man/telconetworkbuilder_update_sol_network_instance.Rd | 21 man/telconetworkbuilder_update_sol_network_package.Rd | 3 man/vpclattice.Rd | 13 man/vpclattice_batch_update_rule.Rd | 6 man/vpclattice_create_access_log_subscription.Rd | 14 man/vpclattice_create_listener.Rd | 31 man/vpclattice_create_resource_configuration.Rd | 77 man/vpclattice_create_resource_gateway.Rd | 49 man/vpclattice_create_rule.Rd | 30 man/vpclattice_create_service.Rd | 34 man/vpclattice_create_service_network.Rd | 29 man/vpclattice_create_service_network_resource_association.Rd | 17 man/vpclattice_create_service_network_service_association.Rd | 9 man/vpclattice_create_service_network_vpc_association.Rd | 29 man/vpclattice_create_target_group.Rd | 23 man/vpclattice_delete_domain_verification.Rd |only man/vpclattice_delete_listener.Rd | 6 man/vpclattice_delete_rule.Rd | 6 man/vpclattice_get_domain_verification.Rd |only man/vpclattice_get_listener.Rd | 6 man/vpclattice_get_rule.Rd | 6 man/vpclattice_list_access_log_subscriptions.Rd | 8 man/vpclattice_list_domain_verifications.Rd |only man/vpclattice_list_listeners.Rd | 8 man/vpclattice_list_resource_configurations.Rd | 17 man/vpclattice_list_resource_endpoint_associations.Rd | 14 man/vpclattice_list_resource_gateways.Rd | 3 man/vpclattice_list_rules.Rd | 8 man/vpclattice_list_service_network_resource_associations.Rd | 16 man/vpclattice_list_service_network_service_associations.Rd | 14 man/vpclattice_list_service_network_vpc_associations.Rd | 14 man/vpclattice_list_service_network_vpc_endpoint_associations.Rd | 11 man/vpclattice_list_target_groups.Rd | 8 man/vpclattice_list_targets.Rd | 6 man/vpclattice_put_auth_policy.Rd | 8 man/vpclattice_put_resource_policy.Rd | 8 man/vpclattice_start_domain_verification.Rd |only man/vpclattice_update_listener.Rd | 8 man/vpclattice_update_resource_configuration.Rd | 22 man/vpclattice_update_rule.Rd | 17 man/vpclattice_update_service.Rd | 18 man/vpclattice_update_service_network.Rd | 12 man/vpclattice_update_service_network_vpc_association.Rd | 8 man/vpclattice_update_target_group.Rd | 6 tests/testthat/test_apigatewayv2.R | 14 tests/testthat/test_cloudfront.R | 20 tests/testthat/test_networkfirewall.R | 52 tests/testthat/test_vpclattice.R | 4 903 files changed, 13809 insertions(+), 15900 deletions(-)
More information about paws.networking at CRAN
Permanent link
Title: 'Amazon Web Services' End User Computing Services
Description: Interface to 'Amazon Web Services' end user computing
services, including collaborative document editing, mobile intranet,
and more <https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.end.user.computing versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 614 ++-- R/appstream_interfaces.R | 174 + R/appstream_operations.R | 1395 ++++++---- R/appstream_service.R | 54 R/chatbot_operations.R | 302 -- R/chatbot_service.R | 13 R/ivschat_operations.R | 101 R/ivschat_service.R | 116 R/workdocs_operations.R | 255 - R/workdocs_service.R | 46 R/workmail_operations.R | 508 +-- R/workmail_service.R | 22 R/workmailmessageflow_service.R | 5 R/workspaces_interfaces.R | 64 R/workspaces_operations.R | 360 +- R/workspaces_service.R | 32 R/workspacesweb_interfaces.R | 216 + R/workspacesweb_operations.R | 848 +++--- R/workspacesweb_service.R | 20 man/appstream.Rd | 50 man/appstream_associate_software_to_image_builder.Rd |only man/appstream_copy_image.Rd | 6 man/appstream_create_app_block.Rd | 6 man/appstream_create_app_block_builder.Rd | 40 man/appstream_create_app_block_builder_streaming_url.Rd | 3 man/appstream_create_application.Rd | 12 man/appstream_create_directory_config.Rd | 24 man/appstream_create_entitlement.Rd | 2 man/appstream_create_export_image_task.Rd |only man/appstream_create_fleet.Rd | 151 - man/appstream_create_image_builder.Rd | 138 man/appstream_create_image_builder_streaming_url.Rd | 3 man/appstream_create_imported_image.Rd |only man/appstream_create_stack.Rd | 44 man/appstream_create_streaming_url.Rd | 17 man/appstream_create_theme_for_stack.Rd | 19 man/appstream_create_updated_image.Rd | 24 man/appstream_create_user.Rd | 14 man/appstream_delete_directory_config.Rd | 5 man/appstream_delete_image_permissions.Rd | 3 man/appstream_describe_app_block_builder_app_block_associations.Rd | 3 man/appstream_describe_app_block_builders.Rd | 3 man/appstream_describe_app_blocks.Rd | 3 man/appstream_describe_app_license_usage.Rd |only man/appstream_describe_application_fleet_associations.Rd | 3 man/appstream_describe_applications.Rd | 3 man/appstream_describe_directory_configs.Rd | 8 man/appstream_describe_entitlements.Rd | 3 man/appstream_describe_fleets.Rd | 3 man/appstream_describe_image_builders.Rd | 3 man/appstream_describe_image_permissions.Rd | 9 man/appstream_describe_images.Rd | 3 man/appstream_describe_sessions.Rd | 13 man/appstream_describe_software_associations.Rd |only man/appstream_describe_stacks.Rd | 3 man/appstream_describe_usage_report_subscriptions.Rd | 3 man/appstream_describe_user_stack_associations.Rd | 6 man/appstream_describe_users.Rd | 6 man/appstream_disable_user.Rd | 2 man/appstream_disassociate_software_from_image_builder.Rd |only man/appstream_drain_session_instance.Rd |only man/appstream_enable_user.Rd | 7 man/appstream_get_export_image_task.Rd |only man/appstream_list_associated_fleets.Rd | 3 man/appstream_list_associated_stacks.Rd | 3 man/appstream_list_entitled_applications.Rd | 3 man/appstream_list_export_image_tasks.Rd |only man/appstream_list_tags_for_resource.Rd | 5 man/appstream_start_image_builder.Rd | 3 man/appstream_start_software_deployment_to_image_builder.Rd |only man/appstream_tag_resource.Rd | 12 man/appstream_untag_resource.Rd | 5 man/appstream_update_app_block_builder.Rd | 30 man/appstream_update_application.Rd | 6 man/appstream_update_directory_config.Rd | 21 man/appstream_update_fleet.Rd | 127 man/appstream_update_image_permissions.Rd | 3 man/appstream_update_stack.Rd | 34 man/appstream_update_theme_for_stack.Rd | 30 man/chatbot.Rd | 11 man/chatbot_create_chime_webhook_configuration.Rd | 18 man/chatbot_create_custom_action.Rd | 24 man/chatbot_create_microsoft_teams_channel_configuration.Rd | 21 man/chatbot_create_slack_channel_configuration.Rd | 20 man/chatbot_delete_chime_webhook_configuration.Rd | 3 man/chatbot_delete_microsoft_teams_channel_configuration.Rd | 3 man/chatbot_delete_microsoft_teams_configured_team.Rd | 5 man/chatbot_delete_microsoft_teams_user_identity.Rd | 3 man/chatbot_delete_slack_channel_configuration.Rd | 3 man/chatbot_delete_slack_user_identity.Rd | 3 man/chatbot_describe_chime_webhook_configurations.Rd | 12 man/chatbot_describe_slack_channel_configurations.Rd | 12 man/chatbot_describe_slack_user_identities.Rd | 12 man/chatbot_describe_slack_workspaces.Rd | 9 man/chatbot_disassociate_from_configuration.Rd | 3 man/chatbot_get_custom_action.Rd | 3 man/chatbot_get_microsoft_teams_channel_configuration.Rd | 3 man/chatbot_list_associations.Rd | 9 man/chatbot_list_custom_actions.Rd | 9 man/chatbot_list_microsoft_teams_channel_configurations.Rd | 14 man/chatbot_list_microsoft_teams_configured_teams.Rd | 9 man/chatbot_list_microsoft_teams_user_identities.Rd | 12 man/chatbot_untag_resource.Rd | 8 man/chatbot_update_account_preferences.Rd | 10 man/chatbot_update_chime_webhook_configuration.Rd | 15 man/chatbot_update_custom_action.Rd | 9 man/chatbot_update_microsoft_teams_channel_configuration.Rd | 16 man/chatbot_update_slack_channel_configuration.Rd | 20 man/ivschat.Rd | 92 man/ivschat_create_chat_token.Rd | 17 man/ivschat_create_logging_configuration.Rd | 11 man/ivschat_create_room.Rd | 14 man/ivschat_delete_message.Rd | 7 man/ivschat_disconnect_user.Rd | 3 man/ivschat_get_room.Rd | 3 man/ivschat_list_logging_configurations.Rd | 3 man/ivschat_list_rooms.Rd | 3 man/ivschat_send_event.Rd | 6 man/ivschat_tag_resource.Rd | 7 man/ivschat_untag_resource.Rd | 7 man/ivschat_update_logging_configuration.Rd | 4 man/ivschat_update_room.Rd | 11 man/reexports.Rd | 2 man/workdocs.Rd | 37 man/workdocs_abort_document_version_upload.Rd | 3 man/workdocs_activate_user.Rd | 3 man/workdocs_add_resource_permissions.Rd | 3 man/workdocs_create_comment.Rd | 11 man/workdocs_create_custom_metadata.Rd | 6 man/workdocs_create_folder.Rd | 3 man/workdocs_create_labels.Rd | 3 man/workdocs_create_notification_subscription.Rd | 6 man/workdocs_create_user.Rd | 3 man/workdocs_deactivate_user.Rd | 3 man/workdocs_delete_comment.Rd | 3 man/workdocs_delete_custom_metadata.Rd | 9 man/workdocs_delete_document.Rd | 3 man/workdocs_delete_document_version.Rd | 3 man/workdocs_delete_folder.Rd | 3 man/workdocs_delete_folder_contents.Rd | 3 man/workdocs_delete_labels.Rd | 3 man/workdocs_delete_user.Rd | 4 man/workdocs_describe_activities.Rd | 30 man/workdocs_describe_comments.Rd | 6 man/workdocs_describe_document_versions.Rd | 12 man/workdocs_describe_folder_contents.Rd | 9 man/workdocs_describe_groups.Rd | 6 man/workdocs_describe_notification_subscriptions.Rd | 3 man/workdocs_describe_resource_permissions.Rd | 6 man/workdocs_describe_root_folders.Rd | 3 man/workdocs_describe_users.Rd | 26 man/workdocs_get_document.Rd | 3 man/workdocs_get_document_path.Rd | 6 man/workdocs_get_document_version.Rd | 6 man/workdocs_get_folder.Rd | 3 man/workdocs_get_folder_path.Rd | 6 man/workdocs_get_resources.Rd | 9 man/workdocs_initiate_document_version_upload.Rd | 3 man/workdocs_remove_all_resource_permissions.Rd | 3 man/workdocs_remove_resource_permission.Rd | 3 man/workdocs_restore_document_versions.Rd | 3 man/workdocs_search_resources.Rd | 19 man/workdocs_update_document.Rd | 6 man/workdocs_update_document_version.Rd | 3 man/workdocs_update_folder.Rd | 6 man/workdocs_update_user.Rd | 6 man/workmail.Rd | 20 man/workmail_associate_delegate_to_resource.Rd | 9 man/workmail_associate_member_to_group.Rd | 12 man/workmail_assume_impersonation_role.Rd | 3 man/workmail_create_availability_configuration.Rd | 14 man/workmail_create_group.Rd | 3 man/workmail_create_impersonation_role.Rd | 3 man/workmail_create_mobile_device_access_rule.Rd | 15 man/workmail_create_organization.Rd | 4 man/workmail_create_resource.Rd | 9 man/workmail_create_user.Rd | 14 man/workmail_delete_alias.Rd | 7 man/workmail_delete_availability_configuration.Rd | 3 man/workmail_delete_email_monitoring_configuration.Rd | 3 man/workmail_delete_group.Rd | 6 man/workmail_delete_mailbox_permissions.Rd | 17 man/workmail_delete_mobile_device_access_override.Rd | 9 man/workmail_delete_organization.Rd | 9 man/workmail_delete_resource.Rd | 6 man/workmail_delete_user.Rd | 6 man/workmail_deregister_from_work_mail.Rd | 10 man/workmail_describe_email_monitoring_configuration.Rd | 3 man/workmail_describe_group.Rd | 6 man/workmail_describe_resource.Rd | 6 man/workmail_describe_user.Rd | 6 man/workmail_disassociate_delegate_from_resource.Rd | 15 man/workmail_disassociate_member_from_group.Rd | 12 man/workmail_get_access_control_effect.Rd | 3 man/workmail_get_impersonation_role_effect.Rd | 6 man/workmail_get_mailbox_details.Rd | 9 man/workmail_get_mobile_device_access_override.Rd | 9 man/workmail_list_aliases.Rd | 3 man/workmail_list_availability_configurations.Rd | 6 man/workmail_list_group_members.Rd | 12 man/workmail_list_groups.Rd | 6 man/workmail_list_groups_for_entity.Rd | 9 man/workmail_list_impersonation_roles.Rd | 6 man/workmail_list_mail_domains.Rd | 3 man/workmail_list_mailbox_permissions.Rd | 15 man/workmail_list_mobile_device_access_overrides.Rd | 12 man/workmail_list_organizations.Rd | 3 man/workmail_list_resource_delegates.Rd | 9 man/workmail_list_resources.Rd | 6 man/workmail_list_users.Rd | 6 man/workmail_put_access_control_rule.Rd | 8 man/workmail_put_email_monitoring_configuration.Rd | 11 man/workmail_put_mailbox_permissions.Rd | 31 man/workmail_put_mobile_device_access_override.Rd | 9 man/workmail_register_to_work_mail.Rd | 11 man/workmail_reset_password.Rd | 3 man/workmail_start_mailbox_export_job.Rd | 13 man/workmail_test_availability_configuration.Rd | 11 man/workmail_update_availability_configuration.Rd | 13 man/workmail_update_group.Rd | 6 man/workmail_update_impersonation_role.Rd | 3 man/workmail_update_mailbox_quota.Rd | 9 man/workmail_update_mobile_device_access_rule.Rd | 15 man/workmail_update_primary_email_address.Rd | 8 man/workmail_update_resource.Rd | 6 man/workmail_update_user.Rd | 10 man/workmailmessageflow.Rd | 3 man/workspaces.Rd | 28 man/workspaces_accept_account_link_invitation.Rd | 3 man/workspaces_create_account_link_invitation.Rd | 3 man/workspaces_create_connection_alias.Rd | 9 man/workspaces_create_tags.Rd | 4 man/workspaces_create_updated_workspace_image.Rd | 4 man/workspaces_create_workspace_bundle.Rd | 10 man/workspaces_create_workspace_image.Rd | 4 man/workspaces_create_workspaces_pool.Rd | 5 man/workspaces_delete_account_link_invitation.Rd | 3 man/workspaces_delete_client_branding.Rd | 3 man/workspaces_delete_tags.Rd | 4 man/workspaces_deploy_workspace_applications.Rd | 4 man/workspaces_deregister_workspace_directory.Rd | 4 man/workspaces_describe_account_modifications.Rd | 3 man/workspaces_describe_application_associations.Rd | 3 man/workspaces_describe_applications.Rd | 3 man/workspaces_describe_client_branding.Rd | 3 man/workspaces_describe_connect_client_add_ins.Rd | 3 man/workspaces_describe_connection_alias_permissions.Rd | 3 man/workspaces_describe_connection_aliases.Rd | 3 man/workspaces_describe_custom_workspace_image_import.Rd |only man/workspaces_describe_ip_groups.Rd | 3 man/workspaces_describe_tags.Rd | 4 man/workspaces_describe_workspace_bundles.Rd | 13 man/workspaces_describe_workspace_directories.Rd | 6 man/workspaces_describe_workspace_image_permissions.Rd | 3 man/workspaces_describe_workspace_images.Rd | 3 man/workspaces_describe_workspaces.Rd | 29 man/workspaces_describe_workspaces_connection_status.Rd | 3 man/workspaces_describe_workspaces_pool_sessions.Rd | 5 man/workspaces_describe_workspaces_pools.Rd | 3 man/workspaces_import_client_branding.Rd | 3 man/workspaces_import_custom_workspace_image.Rd |only man/workspaces_import_workspace_image.Rd | 30 man/workspaces_list_account_links.Rd | 3 man/workspaces_list_available_management_cidr_ranges.Rd | 7 man/workspaces_modify_account.Rd | 8 man/workspaces_modify_certificate_based_auth_properties.Rd | 3 man/workspaces_modify_endpoint_encryption_mode.Rd |only man/workspaces_modify_saml_properties.Rd | 6 man/workspaces_register_workspace_directory.Rd | 26 man/workspaces_update_connection_alias_permission.Rd | 6 man/workspaces_update_workspace_image_permission.Rd | 9 man/workspaces_update_workspaces_pool.Rd | 5 man/workspacesweb.Rd | 16 man/workspacesweb_associate_browser_settings.Rd | 6 man/workspacesweb_associate_data_protection_settings.Rd | 8 man/workspacesweb_associate_ip_access_settings.Rd | 6 man/workspacesweb_associate_network_settings.Rd | 6 man/workspacesweb_associate_session_logger.Rd |only man/workspacesweb_create_browser_settings.Rd | 28 man/workspacesweb_create_data_protection_settings.Rd | 31 man/workspacesweb_create_identity_provider.Rd | 44 man/workspacesweb_create_ip_access_settings.Rd | 30 man/workspacesweb_create_network_settings.Rd | 27 man/workspacesweb_create_portal.Rd | 45 man/workspacesweb_create_session_logger.Rd |only man/workspacesweb_create_trust_store.Rd | 15 man/workspacesweb_create_user_access_logging_settings.Rd | 18 man/workspacesweb_create_user_settings.Rd | 74 man/workspacesweb_delete_session_logger.Rd |only man/workspacesweb_disassociate_session_logger.Rd |only man/workspacesweb_get_session_logger.Rd |only man/workspacesweb_get_trust_store_certificate.Rd | 6 man/workspacesweb_list_browser_settings.Rd | 7 man/workspacesweb_list_data_protection_settings.Rd | 9 man/workspacesweb_list_identity_providers.Rd | 7 man/workspacesweb_list_ip_access_settings.Rd | 7 man/workspacesweb_list_network_settings.Rd | 7 man/workspacesweb_list_portals.Rd | 7 man/workspacesweb_list_session_loggers.Rd |only man/workspacesweb_list_sessions.Rd | 17 man/workspacesweb_list_trust_store_certificates.Rd | 11 man/workspacesweb_list_trust_stores.Rd | 7 man/workspacesweb_list_user_access_logging_settings.Rd | 9 man/workspacesweb_list_user_settings.Rd | 7 man/workspacesweb_tag_resource.Rd | 15 man/workspacesweb_update_browser_settings.Rd | 21 man/workspacesweb_update_data_protection_settings.Rd | 22 man/workspacesweb_update_identity_provider.Rd | 39 man/workspacesweb_update_ip_access_settings.Rd | 23 man/workspacesweb_update_network_settings.Rd | 26 man/workspacesweb_update_portal.Rd | 28 man/workspacesweb_update_session_logger.Rd |only man/workspacesweb_update_trust_store.Rd | 17 man/workspacesweb_update_user_access_logging_settings.Rd | 17 man/workspacesweb_update_user_settings.Rd | 69 tests/testthat/test_appstream.R | 8 tests/testthat/test_workspacesweb.R | 4 318 files changed, 3764 insertions(+), 4663 deletions(-)
More information about paws.end.user.computing at CRAN
Permanent link
Title: 'Amazon Web Services' Developer Tools Services
Description: Interface to 'Amazon Web Services' developer tools services,
including version control, continuous integration and deployment, and
more <https://aws.amazon.com/products/developer-tools/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.developer.tools versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1134 +++---- R/cloud9_operations.R | 139 R/cloud9_service.R | 51 R/cloudcontrolapi_operations.R | 279 - R/cloudcontrolapi_service.R | 6 R/codeartifact_operations.R | 651 +--- R/codeartifact_service.R | 257 - R/codebuild_interfaces.R | 156 R/codebuild_operations.R | 1582 ++++------ R/codebuild_service.R | 22 R/codecatalyst_operations.R | 207 - R/codecatalyst_service.R | 133 R/codecommit_operations.R | 905 +---- R/codecommit_service.R | 347 -- R/codeconnections_operations.R | 137 R/codeconnections_service.R | 72 R/codedeploy_operations.R | 577 +-- R/codedeploy_service.R | 90 R/codeguruprofiler_operations.R | 311 - R/codeguruprofiler_service.R | 27 R/codegurureviewer_operations.R | 223 - R/codegurureviewer_service.R | 20 R/codegurusecurity_interfaces.R | 28 R/codegurusecurity_operations.R | 141 R/codegurusecurity_service.R | 17 R/codepipeline_interfaces.R | 22 R/codepipeline_operations.R | 298 - R/codepipeline_service.R | 152 R/codestarconnections_operations.R | 131 R/codestarconnections_service.R | 96 R/codestarnotifications_operations.R | 133 R/codestarnotifications_service.R | 63 R/devopsguru_operations.R | 162 - R/devopsguru_service.R | 24 R/drs_interfaces.R | 104 R/drs_operations.R | 286 - R/drs_service.R | 4 R/fis_operations.R | 39 R/fis_service.R | 7 R/wellarchitected_operations.R | 825 +++-- R/wellarchitected_service.R | 9 R/xray_interfaces.R | 16 R/xray_operations.R | 208 - R/xray_service.R | 10 man/cloud9.Rd | 45 man/cloud9_create_environment_ec2.Rd | 72 man/cloud9_create_environment_membership.Rd | 9 man/cloud9_delete_environment_membership.Rd | 3 man/cloud9_describe_environment_memberships.Rd | 17 man/cloud9_list_environments.Rd | 7 man/cloud9_list_tags_for_resource.Rd | 3 man/cloud9_tag_resource.Rd | 3 man/cloud9_untag_resource.Rd | 6 man/cloud9_update_environment.Rd | 9 man/cloud9_update_environment_membership.Rd | 9 man/cloudcontrolapi.Rd | 3 man/cloudcontrolapi_cancel_resource_request.Rd | 3 man/cloudcontrolapi_create_resource.Rd | 51 man/cloudcontrolapi_delete_resource.Rd | 54 man/cloudcontrolapi_get_resource.Rd | 33 man/cloudcontrolapi_get_resource_request_status.Rd | 6 man/cloudcontrolapi_list_resource_requests.Rd | 12 man/cloudcontrolapi_list_resources.Rd | 31 man/cloudcontrolapi_update_resource.Rd | 63 man/codeartifact.Rd | 241 - man/codeartifact_associate_external_connection.Rd | 6 man/codeartifact_copy_package_versions.Rd | 46 man/codeartifact_create_domain.Rd | 20 man/codeartifact_create_package_group.Rd | 6 man/codeartifact_create_repository.Rd | 8 man/codeartifact_delete_domain.Rd | 3 man/codeartifact_delete_domain_permissions_policy.Rd | 10 man/codeartifact_delete_package.Rd | 13 man/codeartifact_delete_package_group.Rd | 3 man/codeartifact_delete_package_versions.Rd | 13 man/codeartifact_delete_repository.Rd | 3 man/codeartifact_delete_repository_permissions_policy.Rd | 14 man/codeartifact_describe_domain.Rd | 3 man/codeartifact_describe_package.Rd | 16 man/codeartifact_describe_package_group.Rd | 3 man/codeartifact_describe_package_version.Rd | 16 man/codeartifact_describe_repository.Rd | 3 man/codeartifact_disassociate_external_connection.Rd | 9 man/codeartifact_dispose_package_versions.Rd | 19 man/codeartifact_get_associated_package_group.Rd | 20 man/codeartifact_get_authorization_token.Rd | 12 man/codeartifact_get_domain_permissions_policy.Rd | 3 man/codeartifact_get_package_version_asset.Rd | 26 man/codeartifact_get_package_version_readme.Rd | 20 man/codeartifact_get_repository_endpoint.Rd | 7 man/codeartifact_get_repository_permissions_policy.Rd | 9 man/codeartifact_list_allowed_repositories_for_group.Rd | 16 man/codeartifact_list_associated_packages.Rd | 15 man/codeartifact_list_domains.Rd | 4 man/codeartifact_list_package_groups.Rd | 11 man/codeartifact_list_package_version_assets.Rd | 30 man/codeartifact_list_package_version_dependencies.Rd | 21 man/codeartifact_list_package_versions.Rd | 24 man/codeartifact_list_packages.Rd | 39 man/codeartifact_list_repositories.Rd | 7 man/codeartifact_list_repositories_in_domain.Rd | 13 man/codeartifact_list_sub_package_groups.Rd | 10 man/codeartifact_publish_package_version.Rd | 32 man/codeartifact_put_domain_permissions_policy.Rd | 10 man/codeartifact_put_package_origin_configuration.Rd | 22 man/codeartifact_put_repository_permissions_policy.Rd | 14 man/codeartifact_tag_resource.Rd | 3 man/codeartifact_untag_resource.Rd | 3 man/codeartifact_update_package_group.Rd | 6 man/codeartifact_update_package_group_origin_configuration.Rd | 18 man/codeartifact_update_package_versions_status.Rd | 34 man/codeartifact_update_repository.Rd | 8 man/codebuild.Rd | 20 man/codebuild_batch_get_command_executions.Rd |only man/codebuild_batch_get_projects.Rd | 4 man/codebuild_batch_get_sandboxes.Rd |only man/codebuild_create_fleet.Rd | 155 man/codebuild_create_project.Rd | 91 man/codebuild_create_report_group.Rd | 6 man/codebuild_create_webhook.Rd | 35 man/codebuild_delete_report_group.Rd | 10 man/codebuild_describe_code_coverages.Rd | 5 man/codebuild_describe_test_cases.Rd | 12 man/codebuild_get_report_group_trend.Rd | 12 man/codebuild_import_source_credentials.Rd | 17 man/codebuild_list_build_batches.Rd | 11 man/codebuild_list_build_batches_for_project.Rd | 11 man/codebuild_list_builds.Rd | 7 man/codebuild_list_builds_for_project.Rd | 20 man/codebuild_list_command_executions_for_sandbox.Rd |only man/codebuild_list_fleets.Rd | 22 man/codebuild_list_projects.Rd | 19 man/codebuild_list_report_groups.Rd | 21 man/codebuild_list_reports.Rd | 21 man/codebuild_list_reports_for_report_group.Rd | 15 man/codebuild_list_sandboxes.Rd |only man/codebuild_list_sandboxes_for_project.Rd |only man/codebuild_list_shared_projects.Rd | 18 man/codebuild_list_shared_report_groups.Rd | 18 man/codebuild_put_resource_policy.Rd | 7 man/codebuild_retry_build.Rd | 7 man/codebuild_retry_build_batch.Rd | 9 man/codebuild_start_build.Rd | 205 - man/codebuild_start_build_batch.Rd | 154 man/codebuild_start_command_execution.Rd |only man/codebuild_start_sandbox.Rd |only man/codebuild_start_sandbox_connection.Rd |only man/codebuild_stop_sandbox.Rd |only man/codebuild_update_fleet.Rd | 155 man/codebuild_update_project.Rd | 91 man/codebuild_update_project_visibility.Rd | 13 man/codebuild_update_report_group.Rd | 6 man/codebuild_update_webhook.Rd | 25 man/codecatalyst.Rd | 145 man/codecatalyst_create_access_token.Rd | 3 man/codecatalyst_create_dev_environment.Rd | 35 man/codecatalyst_create_project.Rd | 4 man/codecatalyst_create_source_repository.Rd | 3 man/codecatalyst_create_source_repository_branch.Rd | 3 man/codecatalyst_delete_access_token.Rd | 4 man/codecatalyst_delete_dev_environment.Rd | 4 man/codecatalyst_delete_project.Rd | 3 man/codecatalyst_delete_space.Rd | 3 man/codecatalyst_get_dev_environment.Rd | 4 man/codecatalyst_get_workflow.Rd | 3 man/codecatalyst_get_workflow_run.Rd | 3 man/codecatalyst_list_access_tokens.Rd | 8 man/codecatalyst_list_dev_environment_sessions.Rd | 8 man/codecatalyst_list_dev_environments.Rd | 11 man/codecatalyst_list_event_logs.Rd | 14 man/codecatalyst_list_projects.Rd | 11 man/codecatalyst_list_source_repositories.Rd | 8 man/codecatalyst_list_source_repository_branches.Rd | 8 man/codecatalyst_list_spaces.Rd | 3 man/codecatalyst_list_workflow_runs.Rd | 11 man/codecatalyst_list_workflows.Rd | 8 man/codecatalyst_start_dev_environment.Rd | 7 man/codecatalyst_start_dev_environment_session.Rd | 2 man/codecatalyst_start_workflow_run.Rd | 8 man/codecatalyst_stop_dev_environment_session.Rd | 7 man/codecatalyst_update_dev_environment.Rd | 25 man/codecommit.Rd | 296 - man/codecommit_batch_associ_approv_rule_templa_with_reposi.Rd | 6 man/codecommit_batch_describe_merge_conflicts.Rd | 28 man/codecommit_batch_disass_approv_rule_templa_from_reposi.Rd | 9 man/codecommit_batch_get_commits.Rd | 3 man/codecommit_batch_get_repositories.Rd | 3 man/codecommit_create_approval_rule_template.Rd | 43 man/codecommit_create_commit.Rd | 19 man/codecommit_create_pull_request.Rd | 18 man/codecommit_create_pull_request_approval_rule.Rd | 37 man/codecommit_create_repository.Rd | 24 man/codecommit_create_unreferenced_merge_commit.Rd | 33 man/codecommit_delete_comment_content.Rd | 5 man/codecommit_delete_file.Rd | 36 man/codecommit_delete_pull_request_approval_rule.Rd | 3 man/codecommit_describe_merge_conflicts.Rd | 25 man/codecommit_describe_pull_request_events.Rd | 17 man/codecommit_disass_approv_rule_templa_from_reposi.Rd | 3 man/codecommit_evaluate_pull_request_approval_rules.Rd | 4 man/codecommit_get_approval_rule_template.Rd | 3 man/codecommit_get_branch.Rd | 3 man/codecommit_get_comment.Rd | 5 man/codecommit_get_comment_reactions.Rd | 9 man/codecommit_get_comments_for_compared_commit.Rd | 12 man/codecommit_get_comments_for_pull_request.Rd | 24 man/codecommit_get_differences.Rd | 31 man/codecommit_get_file.Rd | 9 man/codecommit_get_folder.Rd | 11 man/codecommit_get_merge_commit.Rd | 20 man/codecommit_get_merge_conflicts.Rd | 20 man/codecommit_get_merge_options.Rd | 20 man/codecommit_get_pull_request.Rd | 3 man/codecommit_get_pull_request_override_state.Rd | 7 man/codecommit_list_approval_rule_templates.Rd | 6 man/codecommit_list_associ_approv_rule_templa_for_reposi.Rd | 9 man/codecommit_list_file_commit_history.Rd | 11 man/codecommit_list_pull_requests.Rd | 13 man/codecommit_list_repositories.Rd | 5 man/codecommit_list_repositories_for_approval_rule_template.Rd | 9 man/codecommit_list_tags_for_resource.Rd | 6 man/codecommit_merge_branches_by_fast_forward.Rd | 6 man/codecommit_merge_branches_by_squash.Rd | 33 man/codecommit_merge_branches_by_three_way.Rd | 32 man/codecommit_merge_pull_request_by_fast_forward.Rd | 8 man/codecommit_merge_pull_request_by_squash.Rd | 36 man/codecommit_merge_pull_request_by_three_way.Rd | 36 man/codecommit_override_pull_request_approval_rules.Rd | 12 man/codecommit_post_comment_for_compared_commit.Rd | 16 man/codecommit_post_comment_for_pull_request.Rd | 26 man/codecommit_post_comment_reply.Rd | 12 man/codecommit_put_comment_reaction.Rd | 5 man/codecommit_put_file.Rd | 34 man/codecommit_put_repository_triggers.Rd | 3 man/codecommit_tag_resource.Rd | 3 man/codecommit_untag_resource.Rd | 3 man/codecommit_update_approval_rule_template_content.Rd | 10 man/codecommit_update_comment.Rd | 6 man/codecommit_update_default_branch.Rd | 3 man/codecommit_update_pull_request_approval_rule_content.Rd | 33 man/codecommit_update_pull_request_description.Rd | 6 man/codecommit_update_pull_request_status.Rd | 7 man/codecommit_update_pull_request_title.Rd | 3 man/codecommit_update_repository_description.Rd | 6 man/codecommit_update_repository_encryption_key.Rd | 10 man/codeconnections.Rd | 69 man/codeconnections_create_connection.Rd | 6 man/codeconnections_create_host.Rd | 12 man/codeconnections_create_repository_link.Rd | 9 man/codeconnections_create_sync_configuration.Rd | 28 man/codeconnections_delete_sync_configuration.Rd | 3 man/codeconnections_get_repository_sync_status.Rd | 3 man/codeconnections_get_resource_sync_status.Rd | 3 man/codeconnections_get_sync_blocker_summary.Rd | 3 man/codeconnections_get_sync_configuration.Rd | 6 man/codeconnections_list_connections.Rd | 14 man/codeconnections_list_hosts.Rd | 8 man/codeconnections_list_repository_links.Rd | 6 man/codeconnections_list_repository_sync_definitions.Rd | 6 man/codeconnections_list_sync_configurations.Rd | 9 man/codeconnections_list_tags_for_resource.Rd | 3 man/codeconnections_tag_resource.Rd | 3 man/codeconnections_update_host.Rd | 4 man/codeconnections_update_repository_link.Rd | 8 man/codeconnections_update_sync_configuration.Rd | 9 man/codedeploy.Rd | 69 man/codedeploy_add_tags_to_on_premises_instances.Rd | 3 man/codedeploy_batch_get_application_revisions.Rd | 7 man/codedeploy_batch_get_applications.Rd | 3 man/codedeploy_batch_get_deployment_groups.Rd | 3 man/codedeploy_batch_get_deployment_instances.Rd | 3 man/codedeploy_batch_get_deployment_targets.Rd | 21 man/codedeploy_batch_get_deployments.Rd | 3 man/codedeploy_batch_get_on_premises_instances.Rd | 3 man/codedeploy_continue_deployment.Rd | 8 man/codedeploy_create_application.Rd | 10 man/codedeploy_create_deployment.Rd | 94 man/codedeploy_create_deployment_config.Rd | 26 man/codedeploy_create_deployment_group.Rd | 103 man/codedeploy_delete_application.Rd | 3 man/codedeploy_delete_deployment_config.Rd | 3 man/codedeploy_delete_deployment_group.Rd | 3 man/codedeploy_delete_resources_by_external_id.Rd | 3 man/codedeploy_get_application.Rd | 3 man/codedeploy_get_application_revision.Rd | 3 man/codedeploy_get_deployment.Rd | 3 man/codedeploy_get_deployment_config.Rd | 3 man/codedeploy_get_deployment_group.Rd | 3 man/codedeploy_list_application_revisions.Rd | 31 man/codedeploy_list_applications.Rd | 3 man/codedeploy_list_deployment_configs.Rd | 5 man/codedeploy_list_deployment_groups.Rd | 6 man/codedeploy_list_deployment_instances.Rd | 14 man/codedeploy_list_deployment_targets.Rd | 11 man/codedeploy_list_deployments.Rd | 23 man/codedeploy_list_git_hub_account_token_names.Rd | 4 man/codedeploy_list_on_premises_instances.Rd | 13 man/codedeploy_list_tags_for_resource.Rd | 9 man/codedeploy_put_lifecycle_event_hook_execution_status.Rd | 11 man/codedeploy_register_application_revision.Rd | 6 man/codedeploy_skip_wait_time_for_instance_termination.Rd | 3 man/codedeploy_stop_deployment.Rd | 4 man/codedeploy_tag_resource.Rd | 7 man/codedeploy_untag_resource.Rd | 7 man/codedeploy_update_deployment_group.Rd | 96 man/codeguruprofiler.Rd | 24 man/codeguruprofiler_add_notification_channels.Rd | 3 man/codeguruprofiler_batch_get_frame_metric_data.Rd | 28 man/codeguruprofiler_configure_agent.Rd | 32 man/codeguruprofiler_create_profiling_group.Rd | 13 man/codeguruprofiler_get_findings_report_account_summary.Rd | 25 man/codeguruprofiler_get_notification_configuration.Rd | 3 man/codeguruprofiler_get_profile.Rd | 31 man/codeguruprofiler_get_recommendations.Rd | 13 man/codeguruprofiler_list_findings_reports.Rd | 42 man/codeguruprofiler_list_profile_times.Rd | 27 man/codeguruprofiler_list_profiling_groups.Rd | 26 man/codeguruprofiler_list_tags_for_resource.Rd | 3 man/codeguruprofiler_post_agent_profile.Rd | 11 man/codeguruprofiler_put_permission.Rd | 15 man/codeguruprofiler_remove_notification_channel.Rd | 3 man/codeguruprofiler_remove_permission.Rd | 9 man/codeguruprofiler_submit_feedback.Rd | 7 man/codeguruprofiler_tag_resource.Rd | 3 man/codeguruprofiler_untag_resource.Rd | 6 man/codeguruprofiler_update_profiling_group.Rd | 3 man/codegurureviewer.Rd | 17 man/codegurureviewer_associate_repository.Rd | 22 man/codegurureviewer_create_code_review.Rd | 18 man/codegurureviewer_describe_code_review.Rd | 4 man/codegurureviewer_describe_recommendation_feedback.Rd | 15 man/codegurureviewer_describe_repository_association.Rd | 5 man/codegurureviewer_disassociate_repository.Rd | 5 man/codegurureviewer_list_code_reviews.Rd | 21 man/codegurureviewer_list_recommendation_feedback.Rd | 21 man/codegurureviewer_list_recommendations.Rd | 7 man/codegurureviewer_list_repository_associations.Rd | 54 man/codegurureviewer_list_tags_for_resource.Rd | 5 man/codegurureviewer_put_recommendation_feedback.Rd | 10 man/codegurureviewer_tag_resource.Rd | 16 man/codegurureviewer_untag_resource.Rd | 8 man/codegurusecurity.Rd | 12 man/codegurusecurity_batch_get_findings.Rd | 4 man/codegurusecurity_create_scan.Rd | 39 man/codegurusecurity_create_upload_url.Rd | 6 man/codegurusecurity_get_findings.Rd | 20 man/codegurusecurity_get_metrics_summary.Rd | 3 man/codegurusecurity_get_scan.Rd | 9 man/codegurusecurity_list_findings_metrics.Rd | 23 man/codegurusecurity_list_scans.Rd | 13 man/codegurusecurity_list_tags_for_resource.Rd | 5 man/codegurusecurity_tag_resource.Rd | 15 man/codegurusecurity_untag_resource.Rd | 5 man/codegurusecurity_update_account_configuration.Rd | 5 man/codepipeline.Rd | 134 man/codepipeline_acknowledge_job.Rd | 8 man/codepipeline_acknowledge_third_party_job.Rd | 10 man/codepipeline_create_custom_action_type.Rd | 11 man/codepipeline_create_pipeline.Rd | 3 man/codepipeline_delete_custom_action_type.Rd | 6 man/codepipeline_disable_stage_transition.Rd | 15 man/codepipeline_enable_stage_transition.Rd | 12 man/codepipeline_get_action_type.Rd | 9 man/codepipeline_get_pipeline.Rd | 6 man/codepipeline_get_pipeline_execution.Rd | 3 man/codepipeline_get_third_party_job_details.Rd | 4 man/codepipeline_list_action_executions.Rd | 13 man/codepipeline_list_action_types.Rd | 4 man/codepipeline_list_deploy_action_execution_targets.Rd |only man/codepipeline_list_pipeline_executions.Rd | 13 man/codepipeline_list_pipelines.Rd | 8 man/codepipeline_list_rule_executions.Rd | 12 man/codepipeline_list_tags_for_resource.Rd | 4 man/codepipeline_list_webhooks.Rd | 7 man/codepipeline_override_stage_condition.Rd | 6 man/codepipeline_poll_for_jobs.Rd | 6 man/codepipeline_put_action_revision.Rd | 6 man/codepipeline_put_approval_result.Rd | 12 man/codepipeline_put_job_failure_result.Rd | 3 man/codepipeline_put_job_success_result.Rd | 20 man/codepipeline_put_third_party_job_failure_result.Rd | 7 man/codepipeline_put_third_party_job_success_result.Rd | 18 man/codepipeline_put_webhook.Rd | 6 man/codepipeline_register_webhook_with_third_party.Rd | 3 man/codepipeline_retry_stage_execution.Rd | 4 man/codepipeline_start_pipeline_execution.Rd | 12 man/codepipeline_stop_pipeline_execution.Rd | 10 man/codestarconnections.Rd | 73 man/codestarconnections_create_connection.Rd | 6 man/codestarconnections_create_host.Rd | 12 man/codestarconnections_create_repository_link.Rd | 9 man/codestarconnections_create_sync_configuration.Rd | 25 man/codestarconnections_delete_sync_configuration.Rd | 3 man/codestarconnections_get_repository_sync_status.Rd | 3 man/codestarconnections_get_resource_sync_status.Rd | 3 man/codestarconnections_get_sync_blocker_summary.Rd | 3 man/codestarconnections_get_sync_configuration.Rd | 6 man/codestarconnections_list_connections.Rd | 14 man/codestarconnections_list_hosts.Rd | 8 man/codestarconnections_list_repository_links.Rd | 6 man/codestarconnections_list_repository_sync_definitions.Rd | 6 man/codestarconnections_list_sync_configurations.Rd | 9 man/codestarconnections_list_tags_for_resource.Rd | 3 man/codestarconnections_tag_resource.Rd | 3 man/codestarconnections_update_host.Rd | 4 man/codestarconnections_update_repository_link.Rd | 8 man/codestarconnections_update_sync_configuration.Rd | 6 man/codestarnotifications.Rd | 54 man/codestarnotifications_create_notification_rule.Rd | 52 man/codestarnotifications_delete_notification_rule.Rd | 3 man/codestarnotifications_delete_target.Rd | 8 man/codestarnotifications_list_event_types.Rd | 7 man/codestarnotifications_list_notification_rules.Rd | 13 man/codestarnotifications_list_targets.Rd | 13 man/codestarnotifications_subscribe.Rd | 15 man/codestarnotifications_tag_resource.Rd | 3 man/codestarnotifications_unsubscribe.Rd | 11 man/codestarnotifications_untag_resource.Rd | 3 man/codestarnotifications_update_notification_rule.Rd | 16 man/devopsguru.Rd | 19 man/devopsguru_add_notification_channel.Rd | 4 man/devopsguru_describe_account_overview.Rd | 9 man/devopsguru_describe_organization_overview.Rd | 9 man/devopsguru_describe_organization_resource_collection_health.Rd | 16 man/devopsguru_describe_resource_collection_health.Rd | 12 man/devopsguru_get_cost_estimation.Rd | 3 man/devopsguru_get_resource_collection.Rd | 7 man/devopsguru_list_anomalies_for_insight.Rd | 10 man/devopsguru_list_anomalous_log_groups.Rd | 7 man/devopsguru_list_events.Rd | 7 man/devopsguru_list_insights.Rd | 10 man/devopsguru_list_monitored_resources.Rd | 10 man/devopsguru_list_notification_channels.Rd | 3 man/devopsguru_list_organization_insights.Rd | 9 man/devopsguru_list_recommendations.Rd | 3 man/devopsguru_put_feedback.Rd | 3 man/devopsguru_search_insights.Rd | 13 man/devopsguru_search_organization_insights.Rd | 12 man/devopsguru_start_cost_estimation.Rd | 3 man/devopsguru_update_event_sources_config.Rd | 3 man/devopsguru_update_resource_collection.Rd | 5 man/devopsguru_update_service_integration.Rd | 4 man/drs_associate_source_network_stack.Rd | 6 man/drs_create_extended_source_server.Rd | 3 man/drs_create_launch_configuration_template.Rd | 29 man/drs_create_replication_configuration_template.Rd | 59 man/drs_create_source_network.Rd | 6 man/drs_delete_launch_action.Rd | 6 man/drs_describe_launch_configuration_templates.Rd | 3 man/drs_describe_recovery_snapshots.Rd | 14 man/drs_describe_replication_configuration_templates.Rd | 9 man/drs_export_source_network_cfn_template.Rd | 3 man/drs_get_failback_replication_configuration.Rd | 3 man/drs_get_launch_configuration.Rd | 3 man/drs_list_extensible_source_servers.Rd | 9 man/drs_list_launch_actions.Rd | 8 man/drs_put_launch_action.Rd | 34 man/drs_reverse_replication.Rd | 3 man/drs_start_failback_launch.Rd | 3 man/drs_start_recovery.Rd | 6 man/drs_start_source_network_recovery.Rd | 7 man/drs_update_failback_replication_configuration.Rd | 17 man/drs_update_launch_configuration.Rd | 31 man/drs_update_launch_configuration_template.Rd | 28 man/drs_update_replication_configuration.Rd | 66 man/drs_update_replication_configuration_template.Rd | 54 man/fis.Rd | 4 man/fis_create_experiment_template.Rd | 6 man/fis_create_target_account_configuration.Rd | 3 man/fis_list_actions.Rd | 4 man/fis_list_experiment_resolved_targets.Rd | 4 man/fis_list_experiment_templates.Rd | 4 man/fis_list_experiments.Rd | 4 man/fis_list_target_account_configurations.Rd | 4 man/fis_list_target_resource_types.Rd | 4 man/fis_start_experiment.Rd | 3 man/fis_update_experiment_template.Rd | 3 man/reexports.Rd | 2 man/wellarchitected.Rd | 5 man/wellarchitected_associate_lenses.Rd | 6 man/wellarchitected_associate_profiles.Rd | 2 man/wellarchitected_create_lens_share.Rd | 16 man/wellarchitected_create_lens_version.Rd | 14 man/wellarchitected_create_milestone.Rd | 12 man/wellarchitected_create_profile.Rd | 6 man/wellarchitected_create_profile_share.Rd | 8 man/wellarchitected_create_review_template.Rd | 10 man/wellarchitected_create_template_share.Rd | 8 man/wellarchitected_create_workload.Rd | 72 man/wellarchitected_create_workload_share.Rd | 12 man/wellarchitected_delete_lens.Rd | 14 man/wellarchitected_delete_lens_share.Rd | 16 man/wellarchitected_delete_profile.Rd | 6 man/wellarchitected_delete_profile_share.Rd | 8 man/wellarchitected_delete_review_template.Rd | 6 man/wellarchitected_delete_template_share.Rd | 8 man/wellarchitected_delete_workload.Rd | 8 man/wellarchitected_delete_workload_share.Rd | 10 man/wellarchitected_disassociate_lenses.Rd | 6 man/wellarchitected_disassociate_profiles.Rd | 2 man/wellarchitected_export_lens.Rd | 8 man/wellarchitected_get_answer.Rd | 16 man/wellarchitected_get_consolidated_report.Rd | 5 man/wellarchitected_get_lens.Rd | 8 man/wellarchitected_get_lens_review.Rd | 14 man/wellarchitected_get_lens_review_report.Rd | 14 man/wellarchitected_get_lens_version_difference.Rd | 8 man/wellarchitected_get_milestone.Rd | 6 man/wellarchitected_get_review_template_answer.Rd | 10 man/wellarchitected_get_review_template_lens_review.Rd | 8 man/wellarchitected_get_workload.Rd | 2 man/wellarchitected_import_lens.Rd | 14 man/wellarchitected_list_answers.Rd | 20 man/wellarchitected_list_check_details.Rd | 14 man/wellarchitected_list_check_summaries.Rd | 14 man/wellarchitected_list_lens_review_improvements.Rd | 20 man/wellarchitected_list_lens_reviews.Rd | 10 man/wellarchitected_list_lens_shares.Rd | 15 man/wellarchitected_list_lenses.Rd | 6 man/wellarchitected_list_milestones.Rd | 6 man/wellarchitected_list_notifications.Rd | 4 man/wellarchitected_list_profile_notifications.Rd | 6 man/wellarchitected_list_profile_shares.Rd | 7 man/wellarchitected_list_profiles.Rd | 7 man/wellarchitected_list_review_template_answers.Rd | 14 man/wellarchitected_list_review_templates.Rd | 4 man/wellarchitected_list_share_invitations.Rd | 13 man/wellarchitected_list_tags_for_resource.Rd | 2 man/wellarchitected_list_template_shares.Rd | 7 man/wellarchitected_list_workload_shares.Rd | 9 man/wellarchitected_list_workloads.Rd | 4 man/wellarchitected_tag_resource.Rd | 2 man/wellarchitected_untag_resource.Rd | 5 man/wellarchitected_update_answer.Rd | 25 man/wellarchitected_update_integration.Rd | 8 man/wellarchitected_update_lens_review.Rd | 18 man/wellarchitected_update_review_template.Rd | 7 man/wellarchitected_update_review_template_answer.Rd | 20 man/wellarchitected_update_review_template_lens_review.Rd | 16 man/wellarchitected_update_share_invitation.Rd | 2 man/wellarchitected_update_workload.Rd | 73 man/wellarchitected_update_workload_share.Rd | 6 man/wellarchitected_upgrade_lens_review.Rd | 20 man/wellarchitected_upgrade_profile_version.Rd | 12 man/wellarchitected_upgrade_review_template_lens_review.Rd | 14 man/xray.Rd | 8 man/xray_create_group.Rd | 20 man/xray_create_sampling_rule.Rd | 11 man/xray_delete_resource_policy.Rd | 5 man/xray_delete_sampling_rule.Rd | 6 man/xray_get_indexing_rules.Rd | 3 man/xray_get_insight.Rd | 3 man/xray_get_insight_events.Rd | 6 man/xray_get_insight_impact_graph.Rd | 14 man/xray_get_insight_summaries.Rd | 9 man/xray_get_retrieved_traces_graph.Rd | 3 man/xray_get_sampling_targets.Rd | 7 man/xray_get_service_graph.Rd | 3 man/xray_get_time_series_service_statistics.Rd | 10 man/xray_get_trace_segment_destination.Rd | 4 man/xray_get_trace_summaries.Rd | 12 man/xray_list_retrieved_traces.Rd | 3 man/xray_list_tags_for_resource.Rd | 4 man/xray_put_encryption_config.Rd | 12 man/xray_put_resource_policy.Rd | 32 man/xray_put_telemetry_records.Rd | 6 man/xray_put_trace_segments.Rd | 3 man/xray_start_trace_retrieval.Rd | 12 man/xray_tag_resource.Rd | 11 man/xray_untag_resource.Rd | 3 man/xray_update_group.Rd | 10 tests/testthat/test_codebuild.R | 4 573 files changed, 6556 insertions(+), 11665 deletions(-)
More information about paws.developer.tools at CRAN
Permanent link
Title: 'Amazon Web Services' Customer Engagement Services
Description: Interface to 'Amazon Web Services' customer engagement
services, including 'Simple Email Service', 'Connect' contact center
service, and more <https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.customer.engagement versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1839 +- R/connect_interfaces.R | 1182 + R/connect_operations.R | 8672 +++++----- R/connect_service.R | 435 R/connectcampaignservice_operations.R | 74 R/connectcampaignservice_service.R | 2 R/connectcampaignservicev2_interfaces.R | 62 R/connectcampaignservicev2_operations.R | 258 R/connectcampaignservicev2_service.R | 6 R/connectcases_interfaces.R | 132 R/connectcases_operations.R | 357 R/connectcases_service.R | 22 R/connectcontactlens_operations.R | 4 R/connectcontactlens_service.R | 20 R/connectparticipant_interfaces.R | 6 R/connectparticipant_operations.R | 99 R/connectparticipant_service.R | 21 R/connectwisdomservice_operations.R | 364 R/connectwisdomservice_service.R | 9 R/customerprofiles_interfaces.R | 498 R/customerprofiles_operations.R | 1554 + R/customerprofiles_service.R | 62 R/pinpoint_operations.R | 1260 - R/pinpoint_service.R | 2 R/pinpointemail_operations.R | 292 R/pinpointemail_service.R | 42 R/pinpointsmsvoice_operations.R | 23 R/pinpointsmsvoice_service.R | 2 R/pinpointsmsvoicev2_interfaces.R | 222 R/pinpointsmsvoicev2_operations.R | 1393 - R/pinpointsmsvoicev2_service.R | 75 R/ses_operations.R | 690 R/ses_service.R | 35 R/sesv2_interfaces.R | 186 R/sesv2_operations.R | 1147 - R/sesv2_service.R | 26 man/connect.Rd | 428 man/connect_activate_evaluation_form.Rd | 10 man/connect_associate_analytics_data_set.Rd | 14 man/connect_associate_approved_origin.Rd | 12 man/connect_associate_bot.Rd | 14 man/connect_associate_contact_with_user.Rd |only man/connect_associate_default_vocabulary.Rd | 11 man/connect_associate_email_address_alias.Rd |only man/connect_associate_flow.Rd | 9 man/connect_associate_hours_of_operations.Rd |only man/connect_associate_instance_storage_config.Rd | 26 man/connect_associate_lambda_function.Rd | 15 man/connect_associate_lex_bot.Rd | 12 man/connect_associate_phone_number_contact_flow.Rd | 7 man/connect_associate_queue_email_addresses.Rd |only man/connect_associate_queue_quick_connects.Rd | 8 man/connect_associate_routing_profile_queues.Rd | 12 man/connect_associate_security_key.Rd | 12 man/connect_associate_security_profiles.Rd |only man/connect_associate_traffic_distribution_group_user.Rd | 9 man/connect_associate_user_proficiencies.Rd | 3 man/connect_associate_workspace.Rd |only man/connect_batch_associate_analytics_data_set.Rd | 12 man/connect_batch_create_data_table_value.Rd |only man/connect_batch_delete_data_table_value.Rd |only man/connect_batch_describe_data_table_value.Rd |only man/connect_batch_disassociate_analytics_data_set.Rd | 14 man/connect_batch_get_attached_file_metadata.Rd | 6 man/connect_batch_get_flow_association.Rd | 9 man/connect_batch_put_contact.Rd | 14 man/connect_batch_update_data_table_value.Rd |only man/connect_claim_phone_number.Rd | 29 man/connect_complete_attached_file_upload.Rd | 8 man/connect_create_agent_status.Rd | 11 man/connect_create_contact.Rd | 67 man/connect_create_contact_flow.Rd | 21 man/connect_create_contact_flow_module.Rd | 26 man/connect_create_contact_flow_module_alias.Rd |only man/connect_create_contact_flow_module_version.Rd |only man/connect_create_contact_flow_version.Rd | 2 man/connect_create_data_table.Rd |only man/connect_create_data_table_attribute.Rd |only man/connect_create_email_address.Rd | 18 man/connect_create_evaluation_form.Rd | 36 man/connect_create_hours_of_operation.Rd | 19 man/connect_create_hours_of_operation_override.Rd | 23 man/connect_create_instance.Rd | 9 man/connect_create_integration_association.Rd | 25 man/connect_create_notification.Rd |only man/connect_create_participant.Rd | 19 man/connect_create_persistent_contact_association.Rd | 66 man/connect_create_predefined_attribute.Rd | 21 man/connect_create_prompt.Rd | 13 man/connect_create_push_notification_registration.Rd | 10 man/connect_create_queue.Rd | 16 man/connect_create_quick_connect.Rd | 10 man/connect_create_routing_profile.Rd | 35 man/connect_create_rule.Rd | 12 man/connect_create_security_profile.Rd | 35 man/connect_create_task_template.Rd | 26 man/connect_create_test_case.Rd |only man/connect_create_traffic_distribution_group.Rd | 15 man/connect_create_use_case.Rd | 9 man/connect_create_user.Rd | 52 man/connect_create_user_hierarchy_group.Rd | 12 man/connect_create_view.Rd | 17 man/connect_create_view_version.Rd | 3 man/connect_create_vocabulary.Rd | 28 man/connect_create_workspace.Rd |only man/connect_create_workspace_page.Rd |only man/connect_deactivate_evaluation_form.Rd | 11 man/connect_delete_attached_file.Rd | 4 man/connect_delete_contact_evaluation.Rd | 7 man/connect_delete_contact_flow.Rd | 7 man/connect_delete_contact_flow_module.Rd | 3 man/connect_delete_contact_flow_module_alias.Rd |only man/connect_delete_contact_flow_module_version.Rd |only man/connect_delete_contact_flow_version.Rd | 3 man/connect_delete_data_table.Rd |only man/connect_delete_data_table_attribute.Rd |only man/connect_delete_email_address.Rd | 7 man/connect_delete_evaluation_form.Rd | 7 man/connect_delete_hours_of_operation.Rd | 8 man/connect_delete_hours_of_operation_override.Rd | 6 man/connect_delete_instance.Rd | 12 man/connect_delete_integration_association.Rd | 9 man/connect_delete_notification.Rd |only man/connect_delete_predefined_attribute.Rd | 7 man/connect_delete_prompt.Rd | 3 man/connect_delete_push_notification_registration.Rd | 5 man/connect_delete_queue.Rd | 3 man/connect_delete_quick_connect.Rd | 3 man/connect_delete_routing_profile.Rd | 3 man/connect_delete_rule.Rd | 7 man/connect_delete_security_profile.Rd | 3 man/connect_delete_task_template.Rd | 3 man/connect_delete_test_case.Rd |only man/connect_delete_traffic_distribution_group.Rd | 3 man/connect_delete_use_case.Rd | 3 man/connect_delete_user.Rd | 7 man/connect_delete_user_hierarchy_group.Rd | 3 man/connect_delete_view.Rd | 3 man/connect_delete_view_version.Rd | 3 man/connect_delete_vocabulary.Rd | 3 man/connect_delete_workspace.Rd |only man/connect_delete_workspace_media.Rd |only man/connect_delete_workspace_page.Rd |only man/connect_describe_agent_status.Rd | 8 man/connect_describe_attached_files_configuration.Rd |only man/connect_describe_authentication_profile.Rd | 7 man/connect_describe_contact.Rd | 7 man/connect_describe_contact_evaluation.Rd | 8 man/connect_describe_contact_flow.Rd | 2 man/connect_describe_contact_flow_module.Rd | 3 man/connect_describe_contact_flow_module_alias.Rd |only man/connect_describe_data_table.Rd |only man/connect_describe_data_table_attribute.Rd |only man/connect_describe_email_address.Rd | 7 man/connect_describe_evaluation_form.Rd | 7 man/connect_describe_hours_of_operation.Rd | 8 man/connect_describe_hours_of_operation_override.Rd | 2 man/connect_describe_instance.Rd | 7 man/connect_describe_instance_attribute.Rd | 7 man/connect_describe_instance_storage_config.Rd | 10 man/connect_describe_notification.Rd |only man/connect_describe_phone_number.Rd | 6 man/connect_describe_predefined_attribute.Rd | 7 man/connect_describe_prompt.Rd | 3 man/connect_describe_queue.Rd | 8 man/connect_describe_quick_connect.Rd | 3 man/connect_describe_routing_profile.Rd | 3 man/connect_describe_rule.Rd | 7 man/connect_describe_security_profile.Rd | 3 man/connect_describe_test_case.Rd |only man/connect_describe_traffic_distribution_group.Rd | 5 man/connect_describe_user.Rd | 5 man/connect_describe_user_hierarchy_group.Rd | 3 man/connect_describe_user_hierarchy_structure.Rd | 7 man/connect_describe_view.Rd | 10 man/connect_describe_vocabulary.Rd | 3 man/connect_describe_workspace.Rd |only man/connect_disassociate_analytics_data_set.Rd | 12 man/connect_disassociate_approved_origin.Rd | 12 man/connect_disassociate_bot.Rd | 14 man/connect_disassociate_email_address_alias.Rd |only man/connect_disassociate_flow.Rd | 9 man/connect_disassociate_hours_of_operations.Rd |only man/connect_disassociate_instance_storage_config.Rd | 15 man/connect_disassociate_lambda_function.Rd | 15 man/connect_disassociate_lex_bot.Rd | 15 man/connect_disassociate_phone_number_contact_flow.Rd | 9 man/connect_disassociate_queue_email_addresses.Rd |only man/connect_disassociate_queue_quick_connects.Rd | 8 man/connect_disassociate_routing_profile_queues.Rd | 10 man/connect_disassociate_security_key.Rd | 15 man/connect_disassociate_security_profiles.Rd |only man/connect_disassociate_traffic_distribution_group_user.Rd | 6 man/connect_disassociate_user_proficiencies.Rd | 3 man/connect_disassociate_workspace.Rd |only man/connect_dismiss_user_contact.Rd | 3 man/connect_evaluate_data_table_values.Rd |only man/connect_get_attached_file.Rd | 11 man/connect_get_contact_attributes.Rd | 2 man/connect_get_contact_metrics.Rd |only man/connect_get_current_metric_data.Rd | 138 man/connect_get_current_user_data.Rd | 25 man/connect_get_effective_hours_of_operations.Rd | 6 man/connect_get_federation_token.Rd | 7 man/connect_get_flow_association.Rd | 9 man/connect_get_metric_data.Rd | 144 man/connect_get_metric_data_v2.Rd | 1226 - man/connect_get_prompt_file.Rd | 3 man/connect_get_task_template.Rd | 12 man/connect_get_test_case_execution_summary.Rd |only man/connect_get_traffic_distribution.Rd | 5 man/connect_import_phone_number.Rd | 20 man/connect_import_workspace_media.Rd |only man/connect_list_agent_statuses.Rd | 12 man/connect_list_analytics_data_associations.Rd | 13 man/connect_list_analytics_data_lake_data_sets.Rd | 11 man/connect_list_approved_origins.Rd | 11 man/connect_list_associated_contacts.Rd | 16 man/connect_list_attached_files_configurations.Rd |only man/connect_list_authentication_profiles.Rd | 11 man/connect_list_bots.Rd | 11 man/connect_list_child_hours_of_operations.Rd |only man/connect_list_contact_evaluations.Rd | 16 man/connect_list_contact_flow_module_aliases.Rd |only man/connect_list_contact_flow_module_versions.Rd |only man/connect_list_contact_flow_modules.Rd | 13 man/connect_list_contact_flow_versions.Rd | 13 man/connect_list_contact_flows.Rd | 14 man/connect_list_contact_references.Rd | 14 man/connect_list_data_table_attributes.Rd |only man/connect_list_data_table_primary_values.Rd |only man/connect_list_data_table_values.Rd |only man/connect_list_data_tables.Rd |only man/connect_list_default_vocabularies.Rd | 15 man/connect_list_entity_security_profiles.Rd |only man/connect_list_evaluation_form_versions.Rd | 11 man/connect_list_evaluation_forms.Rd | 11 man/connect_list_flow_associations.Rd | 7 man/connect_list_hours_of_operation_overrides.Rd | 11 man/connect_list_hours_of_operations.Rd | 14 man/connect_list_instance_attributes.Rd | 11 man/connect_list_instance_storage_configs.Rd | 11 man/connect_list_instances.Rd | 8 man/connect_list_integration_associations.Rd | 11 man/connect_list_lambda_functions.Rd | 11 man/connect_list_lex_bots.Rd | 14 man/connect_list_notifications.Rd |only man/connect_list_phone_numbers.Rd | 22 man/connect_list_phone_numbers_v2.Rd | 26 man/connect_list_predefined_attributes.Rd | 11 man/connect_list_prompts.Rd | 15 man/connect_list_queue_email_addresses.Rd |only man/connect_list_queue_quick_connects.Rd | 15 man/connect_list_queues.Rd | 14 man/connect_list_quick_connects.Rd | 20 man/connect_list_realtime_contact_analysis_segments_v2.Rd | 19 man/connect_list_routing_profile_manual_assignment_queues.Rd |only man/connect_list_routing_profile_queues.Rd | 10 man/connect_list_routing_profiles.Rd | 14 man/connect_list_rules.Rd | 11 man/connect_list_security_keys.Rd | 11 man/connect_list_security_profile_applications.Rd | 13 man/connect_list_security_profile_flow_modules.Rd |only man/connect_list_security_profile_permissions.Rd | 7 man/connect_list_security_profiles.Rd | 14 man/connect_list_tags_for_resource.Rd | 4 man/connect_list_task_templates.Rd | 19 man/connect_list_test_case_execution_records.Rd |only man/connect_list_test_case_executions.Rd |only man/connect_list_test_cases.Rd |only man/connect_list_traffic_distribution_group_users.Rd | 9 man/connect_list_traffic_distribution_groups.Rd | 7 man/connect_list_use_cases.Rd | 7 man/connect_list_user_hierarchy_groups.Rd | 14 man/connect_list_user_notifications.Rd |only man/connect_list_user_proficiencies.Rd | 7 man/connect_list_users.Rd | 16 man/connect_list_view_versions.Rd | 14 man/connect_list_views.Rd | 10 man/connect_list_workspace_media.Rd |only man/connect_list_workspace_pages.Rd |only man/connect_list_workspaces.Rd |only man/connect_monitor_contact.Rd | 12 man/connect_pause_contact.Rd | 3 man/connect_put_user_status.Rd | 7 man/connect_release_phone_number.Rd | 11 man/connect_replicate_instance.Rd | 23 man/connect_resume_contact.Rd | 3 man/connect_resume_contact_recording.Rd | 6 man/connect_search_agent_statuses.Rd | 11 man/connect_search_available_phone_numbers.Rd | 24 man/connect_search_contact_evaluations.Rd |only man/connect_search_contact_flow_modules.Rd | 15 man/connect_search_contact_flows.Rd | 15 man/connect_search_contacts.Rd | 11 man/connect_search_data_tables.Rd |only man/connect_search_email_addresses.Rd | 7 man/connect_search_evaluation_forms.Rd |only man/connect_search_hours_of_operation_overrides.Rd | 12 man/connect_search_hours_of_operations.Rd | 11 man/connect_search_notifications.Rd |only man/connect_search_predefined_attributes.Rd | 9 man/connect_search_prompts.Rd | 12 man/connect_search_queues.Rd | 15 man/connect_search_quick_connects.Rd | 11 man/connect_search_resource_tags.Rd | 15 man/connect_search_routing_profiles.Rd | 15 man/connect_search_security_profiles.Rd | 17 man/connect_search_test_cases.Rd |only man/connect_search_user_hierarchy_groups.Rd | 11 man/connect_search_users.Rd | 13 man/connect_search_views.Rd |only man/connect_search_vocabularies.Rd | 14 man/connect_search_workspace_associations.Rd |only man/connect_search_workspaces.Rd |only man/connect_send_chat_integration_event.Rd | 22 man/connect_send_outbound_email.Rd | 14 man/connect_start_attached_file_upload.Rd | 19 man/connect_start_chat_contact.Rd | 91 man/connect_start_contact_evaluation.Rd | 22 man/connect_start_contact_media_processing.Rd |only man/connect_start_contact_recording.Rd | 6 man/connect_start_contact_streaming.Rd | 11 man/connect_start_email_contact.Rd | 59 man/connect_start_outbound_chat_contact.Rd | 55 man/connect_start_outbound_email_contact.Rd | 14 man/connect_start_outbound_voice_contact.Rd | 75 man/connect_start_screen_sharing.Rd | 12 man/connect_start_task_contact.Rd | 107 man/connect_start_test_case_execution.Rd |only man/connect_start_web_rtc_contact.Rd | 51 man/connect_stop_contact.Rd | 6 man/connect_stop_contact_media_processing.Rd |only man/connect_stop_contact_recording.Rd | 6 man/connect_stop_contact_streaming.Rd | 6 man/connect_stop_test_case_execution.Rd |only man/connect_submit_contact_evaluation.Rd | 12 man/connect_suspend_contact_recording.Rd | 11 man/connect_tag_contact.Rd | 10 man/connect_tag_resource.Rd | 3 man/connect_transfer_contact.Rd | 16 man/connect_untag_contact.Rd | 10 man/connect_update_agent_status.Rd | 8 man/connect_update_attached_files_configuration.Rd |only man/connect_update_authentication_profile.Rd | 35 man/connect_update_contact.Rd | 50 man/connect_update_contact_attributes.Rd | 25 man/connect_update_contact_evaluation.Rd | 14 man/connect_update_contact_flow_content.Rd | 5 man/connect_update_contact_flow_metadata.Rd | 3 man/connect_update_contact_flow_module_alias.Rd |only man/connect_update_contact_flow_module_content.Rd | 16 man/connect_update_contact_flow_module_metadata.Rd | 3 man/connect_update_contact_flow_name.Rd | 2 man/connect_update_contact_routing_data.Rd | 18 man/connect_update_contact_schedule.Rd | 7 man/connect_update_data_table_attribute.Rd |only man/connect_update_data_table_metadata.Rd |only man/connect_update_data_table_primary_values.Rd |only man/connect_update_email_address_metadata.Rd | 10 man/connect_update_evaluation_form.Rd | 33 man/connect_update_hours_of_operation.Rd | 8 man/connect_update_hours_of_operation_override.Rd | 17 man/connect_update_instance_attribute.Rd | 17 man/connect_update_instance_storage_config.Rd | 17 man/connect_update_notification_content.Rd |only man/connect_update_participant_authentication.Rd | 16 man/connect_update_participant_role_config.Rd | 7 man/connect_update_phone_number.Rd | 20 man/connect_update_phone_number_metadata.Rd | 5 man/connect_update_predefined_attribute.Rd | 20 man/connect_update_prompt.Rd | 8 man/connect_update_queue_hours_of_operation.Rd | 8 man/connect_update_queue_max_contacts.Rd | 12 man/connect_update_queue_name.Rd | 8 man/connect_update_queue_outbound_caller_config.Rd | 9 man/connect_update_queue_outbound_email_config.Rd | 3 man/connect_update_queue_status.Rd | 8 man/connect_update_quick_connect_config.Rd | 3 man/connect_update_quick_connect_name.Rd | 3 man/connect_update_routing_profile_agent_availability_timer.Rd | 7 man/connect_update_routing_profile_concurrency.Rd | 3 man/connect_update_routing_profile_default_outbound_queue.Rd | 3 man/connect_update_routing_profile_name.Rd | 6 man/connect_update_routing_profile_queues.Rd | 7 man/connect_update_rule.Rd | 12 man/connect_update_security_profile.Rd | 27 man/connect_update_task_template.Rd | 23 man/connect_update_test_case.Rd |only man/connect_update_traffic_distribution.Rd | 9 man/connect_update_user_config.Rd |only man/connect_update_user_hierarchy.Rd | 3 man/connect_update_user_hierarchy_group_name.Rd | 3 man/connect_update_user_hierarchy_structure.Rd | 3 man/connect_update_user_identity_info.Rd | 3 man/connect_update_user_notification_status.Rd |only man/connect_update_user_phone_config.Rd | 3 man/connect_update_user_proficiencies.Rd | 7 man/connect_update_user_routing_profile.Rd | 3 man/connect_update_user_security_profiles.Rd | 3 man/connect_update_view_content.Rd | 14 man/connect_update_view_metadata.Rd | 3 man/connect_update_workspace_metadata.Rd |only man/connect_update_workspace_page.Rd |only man/connect_update_workspace_theme.Rd |only man/connect_update_workspace_visibility.Rd |only man/connectcampaignservice_create_campaign.Rd | 10 man/connectcampaignservice_delete_campaign.Rd | 2 man/connectcampaignservice_delete_connect_instance_config.Rd | 2 man/connectcampaignservice_delete_instance_onboarding_job.Rd | 2 man/connectcampaignservice_describe_campaign.Rd | 2 man/connectcampaignservice_get_campaign_state.Rd | 2 man/connectcampaignservice_get_campaign_state_batch.Rd | 2 man/connectcampaignservice_get_connect_instance_config.Rd | 2 man/connectcampaignservice_get_instance_onboarding_job_status.Rd | 2 man/connectcampaignservice_list_campaigns.Rd | 6 man/connectcampaignservice_list_tags_for_resource.Rd | 2 man/connectcampaignservice_pause_campaign.Rd | 2 man/connectcampaignservice_put_dial_request_batch.Rd | 4 man/connectcampaignservice_resume_campaign.Rd | 2 man/connectcampaignservice_start_campaign.Rd | 2 man/connectcampaignservice_start_instance_onboarding_job.Rd | 4 man/connectcampaignservice_stop_campaign.Rd | 2 man/connectcampaignservice_tag_resource.Rd | 4 man/connectcampaignservice_untag_resource.Rd | 4 man/connectcampaignservice_update_campaign_dialer_config.Rd | 4 man/connectcampaignservice_update_campaign_name.Rd | 4 man/connectcampaignservice_update_campaign_outbound_call_config.Rd | 8 man/connectcampaignservicev2.Rd | 4 man/connectcampaignservicev2_create_campaign.Rd | 26 man/connectcampaignservicev2_dele_camp_chan_subt_conf.Rd | 4 man/connectcampaignservicev2_delet_campa_commu_limit.Rd | 4 man/connectcampaignservicev2_delete_campaign.Rd | 2 man/connectcampaignservicev2_delete_campaign_communication_time.Rd | 4 man/connectcampaignservicev2_delete_campaign_entry_limits.Rd |only man/connectcampaignservicev2_delete_connect_instance_config.Rd | 4 man/connectcampaignservicev2_delete_connect_instance_integration.Rd | 4 man/connectcampaignservicev2_delete_instance_onboarding_job.Rd | 2 man/connectcampaignservicev2_describe_campaign.Rd | 2 man/connectcampaignservicev2_get_campaign_state.Rd | 2 man/connectcampaignservicev2_get_campaign_state_batch.Rd | 2 man/connectcampaignservicev2_get_connect_instance_config.Rd | 2 man/connectcampaignservicev2_get_instance_communication_limits.Rd |only man/connectcampaignservicev2_get_instance_onboarding_job_status.Rd | 2 man/connectcampaignservicev2_list_campaigns.Rd | 6 man/connectcampaignservicev2_list_connect_instance_integrations.Rd | 6 man/connectcampaignservicev2_list_tags_for_resource.Rd | 2 man/connectcampaignservicev2_pause_campaign.Rd | 2 man/connectcampaignservicev2_put_connect_instance_integration.Rd | 4 man/connectcampaignservicev2_put_instance_communication_limits.Rd |only man/connectcampaignservicev2_put_outbound_request_batch.Rd | 4 man/connectcampaignservicev2_put_profile_outbound_request_batch.Rd | 4 man/connectcampaignservicev2_resume_campaign.Rd | 2 man/connectcampaignservicev2_start_campaign.Rd | 2 man/connectcampaignservicev2_start_instance_onboarding_job.Rd | 4 man/connectcampaignservicev2_stop_campaign.Rd | 2 man/connectcampaignservicev2_tag_resource.Rd | 4 man/connectcampaignservicev2_untag_resource.Rd | 4 man/connectcampaignservicev2_upda_camp_chan_subt_conf.Rd | 4 man/connectcampaignservicev2_updat_campa_commu_limit.Rd | 4 man/connectcampaignservicev2_update_campaign_communication_time.Rd | 4 man/connectcampaignservicev2_update_campaign_entry_limits.Rd |only man/connectcampaignservicev2_update_campaign_flow_association.Rd | 4 man/connectcampaignservicev2_update_campaign_name.Rd | 4 man/connectcampaignservicev2_update_campaign_schedule.Rd | 4 man/connectcampaignservicev2_update_campaign_source.Rd | 4 man/connectcases.Rd | 11 man/connectcases_batch_get_case_rule.Rd | 6 man/connectcases_create_case.Rd | 21 man/connectcases_create_case_rule.Rd | 6 man/connectcases_create_domain.Rd | 3 man/connectcases_create_field.Rd | 17 man/connectcases_create_layout.Rd | 7 man/connectcases_create_related_item.Rd | 14 man/connectcases_create_template.Rd | 23 man/connectcases_delete_case.Rd |only man/connectcases_delete_case_rule.Rd | 6 man/connectcases_delete_field.Rd | 2 man/connectcases_delete_related_item.Rd |only man/connectcases_get_case.Rd | 4 man/connectcases_get_case_audit_events.Rd | 8 man/connectcases_list_case_rules.Rd | 4 man/connectcases_list_cases_for_contact.Rd | 10 man/connectcases_list_domains.Rd | 4 man/connectcases_list_field_options.Rd | 7 man/connectcases_list_fields.Rd | 4 man/connectcases_list_layouts.Rd | 4 man/connectcases_list_templates.Rd | 4 man/connectcases_put_case_event_configuration.Rd | 3 man/connectcases_search_all_related_items.Rd |only man/connectcases_search_cases.Rd | 25 man/connectcases_search_related_items.Rd | 17 man/connectcases_tag_resource.Rd | 3 man/connectcases_update_case.Rd | 12 man/connectcases_update_case_rule.Rd | 12 man/connectcases_update_field.Rd | 14 man/connectcases_update_layout.Rd | 7 man/connectcases_update_related_item.Rd |only man/connectcases_update_template.Rd | 25 man/connectcontactlens.Rd | 11 man/connectcontactlens_list_realtime_contact_analysis_segments.Rd | 4 man/connectparticipant.Rd | 13 man/connectparticipant_complete_attachment_upload.Rd | 5 man/connectparticipant_create_participant_connection.Rd | 12 man/connectparticipant_describe_view.Rd | 3 man/connectparticipant_disconnect_participant.Rd | 5 man/connectparticipant_get_attachment.Rd | 4 man/connectparticipant_get_authentication_url.Rd | 3 man/connectparticipant_get_transcript.Rd | 10 man/connectparticipant_send_event.Rd | 17 man/connectparticipant_send_message.Rd | 23 man/connectparticipant_start_attachment_upload.Rd | 9 man/connectwisdomservice.Rd | 7 man/connectwisdomservice_create_assistant.Rd | 18 man/connectwisdomservice_create_assistant_association.Rd | 8 man/connectwisdomservice_create_content.Rd | 35 man/connectwisdomservice_create_knowledge_base.Rd | 22 man/connectwisdomservice_create_quick_response.Rd | 28 man/connectwisdomservice_create_session.Rd | 8 man/connectwisdomservice_delete_assistant.Rd | 3 man/connectwisdomservice_delete_assistant_association.Rd | 6 man/connectwisdomservice_delete_content.Rd | 8 man/connectwisdomservice_delete_import_job.Rd | 4 man/connectwisdomservice_delete_knowledge_base.Rd | 3 man/connectwisdomservice_delete_quick_response.Rd | 4 man/connectwisdomservice_get_assistant.Rd | 3 man/connectwisdomservice_get_assistant_association.Rd | 6 man/connectwisdomservice_get_content.Rd | 8 man/connectwisdomservice_get_content_summary.Rd | 8 man/connectwisdomservice_get_knowledge_base.Rd | 5 man/connectwisdomservice_get_quick_response.Rd | 3 man/connectwisdomservice_get_recommendations.Rd | 12 man/connectwisdomservice_get_session.Rd | 6 man/connectwisdomservice_list_assistant_associations.Rd | 7 man/connectwisdomservice_list_assistants.Rd | 4 man/connectwisdomservice_list_contents.Rd | 9 man/connectwisdomservice_list_import_jobs.Rd | 9 man/connectwisdomservice_list_knowledge_bases.Rd | 4 man/connectwisdomservice_list_quick_responses.Rd | 9 man/connectwisdomservice_notify_recommendations_received.Rd | 6 man/connectwisdomservice_query_assistant.Rd | 7 man/connectwisdomservice_remove_knowledge_base_template_uri.Rd | 5 man/connectwisdomservice_search_content.Rd | 9 man/connectwisdomservice_search_quick_responses.Rd | 11 man/connectwisdomservice_search_sessions.Rd | 7 man/connectwisdomservice_start_content_upload.Rd | 8 man/connectwisdomservice_start_import_job.Rd | 17 man/connectwisdomservice_update_content.Rd | 33 man/connectwisdomservice_update_knowledge_base_template_uri.Rd | 5 man/connectwisdomservice_update_quick_response.Rd | 23 man/customerprofiles.Rd | 54 man/customerprofiles_add_profile_key.Rd | 8 man/customerprofiles_batch_get_calculated_attribute_for_profile.Rd | 3 man/customerprofiles_create_calculated_attribute_definition.Rd | 12 man/customerprofiles_create_domain.Rd | 42 man/customerprofiles_create_domain_layout.Rd |only man/customerprofiles_create_event_stream.Rd | 7 man/customerprofiles_create_event_trigger.Rd | 10 man/customerprofiles_create_integration_workflow.Rd | 4 man/customerprofiles_create_profile.Rd | 19 man/customerprofiles_create_recommender.Rd |only man/customerprofiles_create_recommender_filter.Rd |only man/customerprofiles_create_recommender_schema.Rd |only man/customerprofiles_create_segment_definition.Rd | 11 man/customerprofiles_create_segment_estimate.Rd | 10 man/customerprofiles_create_segment_snapshot.Rd | 11 man/customerprofiles_create_upload_job.Rd |only man/customerprofiles_delete_domain_layout.Rd |only man/customerprofiles_delete_domain_object_type.Rd |only man/customerprofiles_delete_recommender.Rd |only man/customerprofiles_delete_recommender_filter.Rd |only man/customerprofiles_delete_recommender_schema.Rd |only man/customerprofiles_get_auto_merging_preview.Rd | 6 man/customerprofiles_get_domain_layout.Rd |only man/customerprofiles_get_domain_object_type.Rd |only man/customerprofiles_get_matches.Rd | 4 man/customerprofiles_get_object_type_attribute_statistics.Rd |only man/customerprofiles_get_profile_history_record.Rd |only man/customerprofiles_get_profile_recommendations.Rd |only man/customerprofiles_get_recommender.Rd |only man/customerprofiles_get_recommender_filter.Rd |only man/customerprofiles_get_recommender_schema.Rd |only man/customerprofiles_get_segment_estimate.Rd | 4 man/customerprofiles_get_segment_membership.Rd | 3 man/customerprofiles_get_similar_profiles.Rd | 4 man/customerprofiles_get_upload_job.Rd |only man/customerprofiles_get_upload_job_path.Rd |only man/customerprofiles_get_workflow_steps.Rd | 4 man/customerprofiles_list_account_integrations.Rd | 3 man/customerprofiles_list_calculated_attribute_definitions.Rd | 6 man/customerprofiles_list_calculated_attributes_for_profile.Rd | 3 man/customerprofiles_list_domain_layouts.Rd |only man/customerprofiles_list_domain_object_types.Rd |only man/customerprofiles_list_identity_resolution_jobs.Rd | 4 man/customerprofiles_list_integrations.Rd | 3 man/customerprofiles_list_object_type_attribute_values.Rd |only man/customerprofiles_list_profile_history_records.Rd |only man/customerprofiles_list_profile_objects.Rd | 3 man/customerprofiles_list_recommender_filters.Rd |only man/customerprofiles_list_recommender_recipes.Rd |only man/customerprofiles_list_recommender_schemas.Rd |only man/customerprofiles_list_recommenders.Rd |only man/customerprofiles_list_rule_based_matches.Rd | 4 man/customerprofiles_list_upload_jobs.Rd |only man/customerprofiles_list_workflows.Rd | 4 man/customerprofiles_merge_profiles.Rd | 5 man/customerprofiles_put_domain_object_type.Rd |only man/customerprofiles_put_integration.Rd | 24 man/customerprofiles_put_profile_object_type.Rd | 25 man/customerprofiles_search_profiles.Rd | 35 man/customerprofiles_start_recommender.Rd |only man/customerprofiles_start_upload_job.Rd |only man/customerprofiles_stop_recommender.Rd |only man/customerprofiles_stop_upload_job.Rd |only man/customerprofiles_update_calculated_attribute_definition.Rd | 3 man/customerprofiles_update_domain.Rd | 44 man/customerprofiles_update_domain_layout.Rd |only man/customerprofiles_update_event_trigger.Rd | 10 man/customerprofiles_update_profile.Rd | 19 man/customerprofiles_update_recommender.Rd |only man/pinpoint_create_app.Rd | 2 man/pinpoint_create_campaign.Rd | 5 man/pinpoint_create_email_template.Rd | 7 man/pinpoint_create_export_job.Rd | 5 man/pinpoint_create_import_job.Rd | 5 man/pinpoint_create_in_app_template.Rd | 7 man/pinpoint_create_journey.Rd | 5 man/pinpoint_create_push_template.Rd | 7 man/pinpoint_create_recommender_configuration.Rd | 2 man/pinpoint_create_segment.Rd | 5 man/pinpoint_create_sms_template.Rd | 7 man/pinpoint_create_voice_template.Rd | 7 man/pinpoint_delete_adm_channel.Rd | 3 man/pinpoint_delete_apns_channel.Rd | 3 man/pinpoint_delete_apns_sandbox_channel.Rd | 3 man/pinpoint_delete_apns_voip_channel.Rd | 3 man/pinpoint_delete_apns_voip_sandbox_channel.Rd | 3 man/pinpoint_delete_app.Rd | 3 man/pinpoint_delete_baidu_channel.Rd | 3 man/pinpoint_delete_campaign.Rd | 3 man/pinpoint_delete_email_channel.Rd | 3 man/pinpoint_delete_email_template.Rd | 28 man/pinpoint_delete_endpoint.Rd | 6 man/pinpoint_delete_event_stream.Rd | 3 man/pinpoint_delete_gcm_channel.Rd | 3 man/pinpoint_delete_in_app_template.Rd | 28 man/pinpoint_delete_journey.Rd | 3 man/pinpoint_delete_push_template.Rd | 28 man/pinpoint_delete_recommender_configuration.Rd | 4 man/pinpoint_delete_segment.Rd | 3 man/pinpoint_delete_sms_channel.Rd | 3 man/pinpoint_delete_sms_template.Rd | 28 man/pinpoint_delete_user_endpoints.Rd | 3 man/pinpoint_delete_voice_channel.Rd | 3 man/pinpoint_delete_voice_template.Rd | 28 man/pinpoint_get_adm_channel.Rd | 3 man/pinpoint_get_apns_channel.Rd | 3 man/pinpoint_get_apns_sandbox_channel.Rd | 3 man/pinpoint_get_apns_voip_channel.Rd | 3 man/pinpoint_get_apns_voip_sandbox_channel.Rd | 3 man/pinpoint_get_app.Rd | 3 man/pinpoint_get_application_date_range_kpi.Rd | 29 man/pinpoint_get_application_settings.Rd | 3 man/pinpoint_get_apps.Rd | 7 man/pinpoint_get_baidu_channel.Rd | 3 man/pinpoint_get_campaign.Rd | 3 man/pinpoint_get_campaign_activities.Rd | 10 man/pinpoint_get_campaign_date_range_kpi.Rd | 37 man/pinpoint_get_campaign_version.Rd | 3 man/pinpoint_get_campaign_versions.Rd | 10 man/pinpoint_get_campaigns.Rd | 10 man/pinpoint_get_channels.Rd | 3 man/pinpoint_get_email_channel.Rd | 3 man/pinpoint_get_email_template.Rd | 28 man/pinpoint_get_endpoint.Rd | 6 man/pinpoint_get_event_stream.Rd | 3 man/pinpoint_get_export_job.Rd | 3 man/pinpoint_get_export_jobs.Rd | 10 man/pinpoint_get_gcm_channel.Rd | 3 man/pinpoint_get_import_job.Rd | 3 man/pinpoint_get_import_jobs.Rd | 10 man/pinpoint_get_in_app_messages.Rd | 3 man/pinpoint_get_in_app_template.Rd | 28 man/pinpoint_get_journey.Rd | 3 man/pinpoint_get_journey_date_range_kpi.Rd | 35 man/pinpoint_get_journey_execution_activity_metrics.Rd | 11 man/pinpoint_get_journey_execution_metrics.Rd | 11 man/pinpoint_get_journey_run_execution_activity_metrics.Rd | 11 man/pinpoint_get_journey_run_execution_metrics.Rd | 11 man/pinpoint_get_journey_runs.Rd | 10 man/pinpoint_get_push_template.Rd | 28 man/pinpoint_get_recommender_configuration.Rd | 4 man/pinpoint_get_recommender_configurations.Rd | 7 man/pinpoint_get_segment.Rd | 3 man/pinpoint_get_segment_export_jobs.Rd | 10 man/pinpoint_get_segment_import_jobs.Rd | 10 man/pinpoint_get_segment_version.Rd | 3 man/pinpoint_get_segment_versions.Rd | 10 man/pinpoint_get_segments.Rd | 10 man/pinpoint_get_sms_channel.Rd | 3 man/pinpoint_get_sms_template.Rd | 28 man/pinpoint_get_user_endpoints.Rd | 3 man/pinpoint_get_voice_channel.Rd | 3 man/pinpoint_get_voice_template.Rd | 28 man/pinpoint_list_journeys.Rd | 10 man/pinpoint_list_template_versions.Rd | 16 man/pinpoint_list_templates.Rd | 16 man/pinpoint_phone_number_validate.Rd | 2 man/pinpoint_put_event_stream.Rd | 5 man/pinpoint_put_events.Rd | 5 man/pinpoint_remove_attributes.Rd | 17 man/pinpoint_send_messages.Rd | 5 man/pinpoint_send_otp_message.Rd | 2 man/pinpoint_send_users_messages.Rd | 5 man/pinpoint_tag_resource.Rd | 2 man/pinpoint_untag_resource.Rd | 4 man/pinpoint_update_adm_channel.Rd | 5 man/pinpoint_update_apns_channel.Rd | 5 man/pinpoint_update_apns_sandbox_channel.Rd | 5 man/pinpoint_update_apns_voip_channel.Rd | 5 man/pinpoint_update_apns_voip_sandbox_channel.Rd | 5 man/pinpoint_update_application_settings.Rd | 5 man/pinpoint_update_baidu_channel.Rd | 5 man/pinpoint_update_campaign.Rd | 5 man/pinpoint_update_email_channel.Rd | 5 man/pinpoint_update_email_template.Rd | 50 man/pinpoint_update_endpoint.Rd | 8 man/pinpoint_update_endpoints_batch.Rd | 5 man/pinpoint_update_gcm_channel.Rd | 5 man/pinpoint_update_in_app_template.Rd | 50 man/pinpoint_update_journey.Rd | 5 man/pinpoint_update_journey_state.Rd | 5 man/pinpoint_update_push_template.Rd | 50 man/pinpoint_update_recommender_configuration.Rd | 6 man/pinpoint_update_segment.Rd | 5 man/pinpoint_update_sms_channel.Rd | 5 man/pinpoint_update_sms_template.Rd | 50 man/pinpoint_update_template_active_version.Rd | 10 man/pinpoint_update_voice_channel.Rd | 5 man/pinpoint_update_voice_template.Rd | 48 man/pinpoint_verify_otp_message.Rd | 2 man/pinpointemail.Rd | 35 man/pinpointemail_create_configuration_set.Rd | 16 man/pinpointemail_create_configuration_set_event_destination.Rd | 6 man/pinpointemail_create_dedicated_ip_pool.Rd | 3 man/pinpointemail_create_deliverability_test_report.Rd | 12 man/pinpointemail_create_email_identity.Rd | 3 man/pinpointemail_delete_configuration_set_event_destination.Rd | 3 man/pinpointemail_delete_email_identity.Rd | 3 man/pinpointemail_get_blacklist_reports.Rd | 4 man/pinpointemail_get_configuration_set.Rd | 3 man/pinpointemail_get_dedicated_ip.Rd | 4 man/pinpointemail_get_dedicated_ips.Rd | 12 man/pinpointemail_get_domain_deliverability_campaign.Rd | 6 man/pinpointemail_get_domain_statistics_report.Rd | 7 man/pinpointemail_list_configuration_sets.Rd | 10 man/pinpointemail_list_dedicated_ip_pools.Rd | 10 man/pinpointemail_list_deliverability_test_reports.Rd | 14 man/pinpointemail_list_domain_deliverability_campaigns.Rd | 19 man/pinpointemail_list_email_identities.Rd | 13 man/pinpointemail_list_tags_for_resource.Rd | 3 man/pinpointemail_put_account_dedicated_ip_warmup_attributes.Rd | 5 man/pinpointemail_put_account_sending_attributes.Rd | 6 man/pinpointemail_put_configuration_set_delivery_options.Rd | 12 man/pinpointemail_put_configuration_set_reputation_options.Rd | 7 man/pinpointemail_put_configuration_set_sending_options.Rd | 6 man/pinpointemail_put_configuration_set_tracking_options.Rd | 3 man/pinpointemail_put_dedicated_ip_in_pool.Rd | 7 man/pinpointemail_put_dedicated_ip_warmup_attributes.Rd | 6 man/pinpointemail_put_deliverability_dashboard_option.Rd | 6 man/pinpointemail_put_email_identity_dkim_attributes.Rd | 5 man/pinpointemail_put_email_identity_feedback_attributes.Rd | 16 man/pinpointemail_put_email_identity_mail_from_attributes.Rd | 19 man/pinpointemail_send_email.Rd | 20 man/pinpointemail_tag_resource.Rd | 8 man/pinpointemail_untag_resource.Rd | 12 man/pinpointemail_update_configuration_set_event_destination.Rd | 3 man/pinpointsmsvoice_create_configuration_set_event_destination.Rd | 2 man/pinpointsmsvoice_list_configuration_sets.Rd | 6 man/pinpointsmsvoice_send_voice_message.Rd | 13 man/pinpointsmsvoice_update_configuration_set_event_destination.Rd | 2 man/pinpointsmsvoicev2.Rd | 73 man/pinpointsmsvoicev2_associate_origination_identity.Rd | 26 man/pinpointsmsvoicev2_carrier_lookup.Rd |only man/pinpointsmsvoicev2_create_configuration_set.Rd | 7 man/pinpointsmsvoicev2_create_event_destination.Rd | 22 man/pinpointsmsvoicev2_create_notify_configuration.Rd |only man/pinpointsmsvoicev2_create_opt_out_list.Rd | 7 man/pinpointsmsvoicev2_create_pool.Rd | 42 man/pinpointsmsvoicev2_create_protect_configuration.Rd | 10 man/pinpointsmsvoicev2_create_rcs_agent.Rd |only man/pinpointsmsvoicev2_create_registration.Rd | 12 man/pinpointsmsvoicev2_create_registration_association.Rd | 3 man/pinpointsmsvoicev2_create_registration_attachment.Rd | 13 man/pinpointsmsvoicev2_create_verified_destination_number.Rd | 10 man/pinpointsmsvoicev2_delet_notif_messa_spend_limit_overr.Rd |only man/pinpointsmsvoicev2_delete_configuration_set.Rd | 6 man/pinpointsmsvoicev2_delete_default_message_type.Rd | 6 man/pinpointsmsvoicev2_delete_default_sender_id.Rd | 6 man/pinpointsmsvoicev2_delete_event_destination.Rd | 6 man/pinpointsmsvoicev2_delete_keyword.Rd | 10 man/pinpointsmsvoicev2_delete_notify_configuration.Rd |only man/pinpointsmsvoicev2_delete_opt_out_list.Rd | 8 man/pinpointsmsvoicev2_delete_opted_out_number.Rd | 3 man/pinpointsmsvoicev2_delete_pool.Rd | 7 man/pinpointsmsvoicev2_delete_rcs_agent.Rd |only man/pinpointsmsvoicev2_delete_registration_field_value.Rd | 4 man/pinpointsmsvoicev2_delete_resource_policy.Rd | 9 man/pinpointsmsvoicev2_delete_text_message_spend_limit_override.Rd | 2 man/pinpointsmsvoicev2_delete_voice_message_spend_limit_override.Rd | 2 man/pinpointsmsvoicev2_describe_account_attributes.Rd | 3 man/pinpointsmsvoicev2_describe_account_limits.Rd | 9 man/pinpointsmsvoicev2_describe_configuration_sets.Rd | 6 man/pinpointsmsvoicev2_describe_keywords.Rd | 13 man/pinpointsmsvoicev2_describe_notify_configurations.Rd |only man/pinpointsmsvoicev2_describe_notify_templates.Rd |only man/pinpointsmsvoicev2_describe_opt_out_lists.Rd | 13 man/pinpointsmsvoicev2_describe_opted_out_numbers.Rd | 13 man/pinpointsmsvoicev2_describe_phone_numbers.Rd | 14 man/pinpointsmsvoicev2_describe_pools.Rd | 13 man/pinpointsmsvoicev2_describe_protect_configurations.Rd | 3 man/pinpointsmsvoicev2_describe_rcs_agent_country_launch_status.Rd |only man/pinpointsmsvoicev2_describe_rcs_agents.Rd |only man/pinpointsmsvoicev2_describe_registration_attachments.Rd | 6 man/pinpointsmsvoicev2_describe_registration_field_definitions.Rd | 8 man/pinpointsmsvoicev2_describe_registration_field_values.Rd | 3 man/pinpointsmsvoicev2_describe_registration_section_definitions.Rd | 8 man/pinpointsmsvoicev2_describe_registration_type_definitions.Rd | 8 man/pinpointsmsvoicev2_describe_registration_versions.Rd | 3 man/pinpointsmsvoicev2_describe_registrations.Rd | 3 man/pinpointsmsvoicev2_describe_sender_ids.Rd | 10 man/pinpointsmsvoicev2_describe_spend_limits.Rd | 3 man/pinpointsmsvoicev2_describe_verified_destination_numbers.Rd | 6 man/pinpointsmsvoicev2_disassociate_origination_identity.Rd | 25 man/pinpointsmsvoicev2_get_prote_confi_count_rule_set.Rd | 3 man/pinpointsmsvoicev2_get_resource_policy.Rd | 7 man/pinpointsmsvoicev2_list_notify_countries.Rd |only man/pinpointsmsvoicev2_list_pool_origination_identities.Rd | 12 man/pinpointsmsvoicev2_list_prot_conf_rule_set_numb_over.Rd | 6 man/pinpointsmsvoicev2_list_registration_associations.Rd | 6 man/pinpointsmsvoicev2_put_keyword.Rd | 10 man/pinpointsmsvoicev2_put_opted_out_number.Rd | 3 man/pinpointsmsvoicev2_put_prot_conf_rule_set_numb_over.Rd | 16 man/pinpointsmsvoicev2_put_registration_field_value.Rd | 4 man/pinpointsmsvoicev2_put_resource_policy.Rd | 11 man/pinpointsmsvoicev2_release_phone_number.Rd | 8 man/pinpointsmsvoicev2_release_sender_id.Rd | 3 man/pinpointsmsvoicev2_request_phone_number.Rd | 44 man/pinpointsmsvoicev2_request_sender_id.Rd | 14 man/pinpointsmsvoicev2_send_destination_number_verification_code.Rd | 25 man/pinpointsmsvoicev2_send_media_message.Rd | 30 man/pinpointsmsvoicev2_send_notify_text_message.Rd |only man/pinpointsmsvoicev2_send_notify_voice_message.Rd |only man/pinpointsmsvoicev2_send_text_message.Rd | 69 man/pinpointsmsvoicev2_send_voice_message.Rd | 28 man/pinpointsmsvoicev2_set_default_message_feedback_enabled.Rd | 3 man/pinpointsmsvoicev2_set_default_message_type.Rd | 7 man/pinpointsmsvoicev2_set_default_sender_id.Rd | 11 man/pinpointsmsvoicev2_set_notify_message_spend_limit_override.Rd |only man/pinpointsmsvoicev2_submit_registration_version.Rd | 7 man/pinpointsmsvoicev2_tag_resource.Rd | 5 man/pinpointsmsvoicev2_untag_resource.Rd | 2 man/pinpointsmsvoicev2_updat_prote_confi_count_rule_set.Rd | 14 man/pinpointsmsvoicev2_update_event_destination.Rd | 12 man/pinpointsmsvoicev2_update_notify_configuration.Rd |only man/pinpointsmsvoicev2_update_phone_number.Rd | 28 man/pinpointsmsvoicev2_update_pool.Rd | 25 man/pinpointsmsvoicev2_update_protect_configuration.Rd | 3 man/pinpointsmsvoicev2_update_rcs_agent.Rd |only man/pinpointsmsvoicev2_update_sender_id.Rd | 6 man/pinpointsmsvoicev2_verify_destination_number.Rd | 3 man/reexports.Rd | 2 man/ses.Rd | 10 man/ses_clone_receipt_rule_set.Rd | 6 man/ses_create_configuration_set_event_destination.Rd | 6 man/ses_create_configuration_set_tracking_options.Rd | 7 man/ses_create_custom_verification_email_template.Rd | 11 man/ses_create_receipt_filter.Rd | 4 man/ses_create_receipt_rule.Rd | 7 man/ses_create_receipt_rule_set.Rd | 6 man/ses_create_template.Rd | 3 man/ses_delete_configuration_set_event_destination.Rd | 3 man/ses_delete_identity.Rd | 3 man/ses_delete_identity_policy.Rd | 5 man/ses_delete_receipt_rule.Rd | 3 man/ses_get_identity_dkim_attributes.Rd | 3 man/ses_get_identity_notification_attributes.Rd | 5 man/ses_get_identity_policies.Rd | 10 man/ses_list_configuration_sets.Rd | 4 man/ses_list_custom_verification_email_templates.Rd | 8 man/ses_list_identities.Rd | 7 man/ses_list_identity_policies.Rd | 6 man/ses_list_receipt_rule_sets.Rd | 4 man/ses_list_templates.Rd | 9 man/ses_put_configuration_set_delivery_options.Rd | 3 man/ses_put_identity_policy.Rd | 11 man/ses_send_bounce.Rd | 20 man/ses_send_bulk_templated_email.Rd | 92 man/ses_send_custom_verification_email.Rd | 3 man/ses_send_email.Rd | 75 man/ses_send_raw_email.Rd | 130 man/ses_send_templated_email.Rd | 88 man/ses_set_active_receipt_rule_set.Rd | 3 man/ses_set_identity_dkim_enabled.Rd | 3 man/ses_set_identity_feedback_forwarding_enabled.Rd | 11 man/ses_set_identity_headers_in_notifications_enabled.Rd | 15 man/ses_set_identity_mail_from_domain.Rd | 17 man/ses_set_identity_notification_topic.Rd | 12 man/ses_set_receipt_rule_position.Rd | 6 man/ses_test_render_template.Rd | 4 man/ses_update_account_sending_enabled.Rd | 3 man/ses_update_configuration_set_reputation_metrics_enabled.Rd | 4 man/ses_update_configuration_set_sending_enabled.Rd | 3 man/ses_update_configuration_set_tracking_options.Rd | 4 man/ses_update_custom_verification_email_template.Rd | 11 man/ses_update_template.Rd | 2 man/sesv2.Rd | 23 man/sesv2_create_configuration_set.Rd | 27 man/sesv2_create_configuration_set_event_destination.Rd | 3 man/sesv2_create_contact.Rd | 3 man/sesv2_create_contact_list.Rd | 3 man/sesv2_create_custom_verification_email_template.Rd | 14 man/sesv2_create_dedicated_ip_pool.Rd | 3 man/sesv2_create_deliverability_test_report.Rd | 12 man/sesv2_create_email_identity.Rd | 14 man/sesv2_create_email_identity_policy.Rd | 6 man/sesv2_create_email_template.Rd | 7 man/sesv2_create_multi_region_endpoint.Rd | 6 man/sesv2_create_tenant.Rd |only man/sesv2_create_tenant_resource_association.Rd |only man/sesv2_delete_configuration_set_event_destination.Rd | 3 man/sesv2_delete_custom_verification_email_template.Rd | 3 man/sesv2_delete_email_identity_policy.Rd | 3 man/sesv2_delete_suppressed_destination.Rd | 3 man/sesv2_delete_tenant.Rd |only man/sesv2_delete_tenant_resource_association.Rd |only man/sesv2_get_blacklist_reports.Rd | 4 man/sesv2_get_custom_verification_email_template.Rd | 3 man/sesv2_get_dedicated_ip.Rd | 4 man/sesv2_get_dedicated_ips.Rd | 12 man/sesv2_get_domain_deliverability_campaign.Rd | 3 man/sesv2_get_domain_statistics_report.Rd | 7 man/sesv2_get_email_address_insights.Rd |only man/sesv2_get_message_insights.Rd | 3 man/sesv2_get_reputation_entity.Rd |only man/sesv2_get_tenant.Rd |only man/sesv2_list_configuration_sets.Rd | 10 man/sesv2_list_contact_lists.Rd | 10 man/sesv2_list_contacts.Rd | 12 man/sesv2_list_custom_verification_email_templates.Rd | 11 man/sesv2_list_dedicated_ip_pools.Rd | 10 man/sesv2_list_deliverability_test_reports.Rd | 14 man/sesv2_list_domain_deliverability_campaigns.Rd | 16 man/sesv2_list_email_identities.Rd | 13 man/sesv2_list_email_templates.Rd | 10 man/sesv2_list_export_jobs.Rd | 11 man/sesv2_list_import_jobs.Rd | 14 man/sesv2_list_multi_region_endpoints.Rd | 11 man/sesv2_list_recommendations.Rd | 14 man/sesv2_list_reputation_entities.Rd |only man/sesv2_list_resource_tenants.Rd |only man/sesv2_list_suppressed_destinations.Rd | 16 man/sesv2_list_tags_for_resource.Rd | 3 man/sesv2_list_tenant_resources.Rd |only man/sesv2_list_tenants.Rd |only man/sesv2_put_account_dedicated_ip_warmup_attributes.Rd | 5 man/sesv2_put_account_details.Rd | 20 man/sesv2_put_account_sending_attributes.Rd | 6 man/sesv2_put_account_suppression_attributes.Rd | 19 man/sesv2_put_configuration_set_archiving_options.Rd | 6 man/sesv2_put_configuration_set_delivery_options.Rd | 14 man/sesv2_put_configuration_set_reputation_options.Rd | 4 man/sesv2_put_configuration_set_sending_options.Rd | 6 man/sesv2_put_configuration_set_suppression_options.Rd | 20 man/sesv2_put_configuration_set_tracking_options.Rd | 2 man/sesv2_put_dedicated_ip_in_pool.Rd | 7 man/sesv2_put_dedicated_ip_warmup_attributes.Rd | 6 man/sesv2_put_deliverability_dashboard_option.Rd | 6 man/sesv2_put_email_identity_dkim_attributes.Rd | 4 man/sesv2_put_email_identity_dkim_signing_attributes.Rd | 11 man/sesv2_put_email_identity_feedback_attributes.Rd | 10 man/sesv2_put_email_identity_mail_from_attributes.Rd | 16 man/sesv2_put_suppressed_destination.Rd | 6 man/sesv2_send_bulk_email.Rd | 52 man/sesv2_send_custom_verification_email.Rd | 3 man/sesv2_send_email.Rd | 57 man/sesv2_tag_resource.Rd | 8 man/sesv2_test_render_email_template.Rd | 4 man/sesv2_untag_resource.Rd | 12 man/sesv2_update_configuration_set_event_destination.Rd | 3 man/sesv2_update_contact.Rd | 3 man/sesv2_update_contact_list.Rd | 3 man/sesv2_update_custom_verification_email_template.Rd | 14 man/sesv2_update_email_identity_policy.Rd | 6 man/sesv2_update_email_template.Rd | 3 man/sesv2_update_reputation_entity_customer_managed_status.Rd |only man/sesv2_update_reputation_entity_policy.Rd |only tests/testthat/test_customerprofiles.R | 8 tests/testthat/test_pinpointsmsvoicev2.R | 32 tests/testthat/test_sesv2.R | 8 1001 files changed, 16678 insertions(+), 15137 deletions(-)
More information about paws.customer.engagement at CRAN
Permanent link
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],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.cost.management versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 444 +-- R/billing_interfaces.R | 36 R/billing_operations.R | 126 R/billing_service.R | 10 R/billingconductor_interfaces.R | 20 R/billingconductor_operations.R | 212 - R/billingconductor_service.R | 27 R/budgets_interfaces.R | 14 R/budgets_operations.R | 192 - R/budgets_service.R | 39 R/costandusagereportservice_operations.R | 23 R/costandusagereportservice_service.R | 17 R/costexplorer_interfaces.R | 48 R/costexplorer_operations.R | 1447 ++++------ R/costexplorer_service.R | 27 R/marketplacecatalog_interfaces.R | 4 R/marketplacecatalog_operations.R | 90 R/marketplacecatalog_service.R | 11 R/marketplacecommerceanalytics_operations.R | 109 R/marketplacecommerceanalytics_service.R | 2 R/marketplaceentitlementservice_interfaces.R | 2 R/marketplaceentitlementservice_operations.R | 22 R/marketplaceentitlementservice_service.R | 13 R/marketplacemetering_interfaces.R | 8 R/marketplacemetering_operations.R | 78 R/marketplacemetering_service.R | 123 R/paymentcryptographycontrolplane_interfaces.R | 176 + R/paymentcryptographycontrolplane_operations.R | 651 +++- R/paymentcryptographycontrolplane_service.R | 48 R/paymentcryptographydataplane_interfaces.R | 48 R/paymentcryptographydataplane_operations.R | 326 +- R/paymentcryptographydataplane_service.R | 20 R/pricing_operations.R | 56 R/pricing_service.R | 30 R/savingsplans_operations.R | 47 R/savingsplans_service.R | 14 man/billing.Rd | 8 man/billing_associate_source_views.Rd |only man/billing_create_billing_view.Rd | 16 man/billing_delete_billing_view.Rd | 7 man/billing_disassociate_source_views.Rd |only man/billing_get_billing_view.Rd | 3 man/billing_get_resource_policy.Rd | 3 man/billing_list_billing_views.Rd | 17 man/billing_list_source_views_for_billing_view.Rd | 6 man/billing_update_billing_view.Rd | 7 man/billingconductor.Rd | 21 man/billingconductor_associate_accounts.Rd | 3 man/billingconductor_batch_assoc_resou_to_custo_line_item.Rd | 2 man/billingconductor_batch_disas_resou_from_custo_line_item.Rd | 2 man/billingconductor_create_billing_group.Rd | 12 man/billingconductor_create_custom_line_item.Rd | 26 man/billingconductor_create_pricing_plan.Rd | 12 man/billingconductor_create_pricing_rule.Rd | 42 man/billingconductor_delete_billing_group.Rd | 3 man/billingconductor_delete_custom_line_item.Rd | 2 man/billingconductor_delete_pricing_rule.Rd | 3 man/billingconductor_disassociate_accounts.Rd | 3 man/billingconductor_disassociate_pricing_rules.Rd | 6 man/billingconductor_get_billing_group_cost_report.Rd | 17 man/billingconductor_list_account_associations.Rd | 9 man/billingconductor_list_billing_group_cost_reports.Rd | 3 man/billingconductor_list_billing_groups.Rd | 6 man/billingconductor_list_custom_line_item_versions.Rd | 6 man/billingconductor_list_custom_line_items.Rd | 7 man/billingconductor_list_prici_plans_assoc_with_prici_rule.Rd | 3 man/billingconductor_list_prici_rules_assoc_to_prici_plan.Rd | 6 man/billingconductor_list_pricing_plans.Rd | 6 man/billingconductor_list_pricing_rules.Rd | 6 man/billingconductor_list_resou_assoc_to_custo_line_item.Rd | 6 man/billingconductor_list_tags_for_resource.Rd | 3 man/billingconductor_update_billing_group.Rd | 12 man/billingconductor_update_custom_line_item.Rd | 5 man/billingconductor_update_pricing_plan.Rd | 3 man/billingconductor_update_pricing_rule.Rd | 5 man/budgets.Rd | 34 man/budgets_create_budget.Rd | 10 man/budgets_create_budget_action.Rd | 25 man/budgets_create_notification.Rd | 10 man/budgets_create_subscriber.Rd | 6 man/budgets_delete_budget.Rd | 3 man/budgets_delete_budget_action.Rd | 6 man/budgets_delete_notification.Rd | 3 man/budgets_delete_subscriber.Rd | 3 man/budgets_describe_budget.Rd | 7 man/budgets_describe_budget_action.Rd | 6 man/budgets_describe_budget_action_histories.Rd | 12 man/budgets_describe_budget_actions_for_account.Rd | 6 man/budgets_describe_budget_actions_for_budget.Rd | 10 man/budgets_describe_budget_notifications_for_account.Rd | 7 man/budgets_describe_budget_performance_history.Rd | 13 man/budgets_describe_budgets.Rd | 18 man/budgets_describe_notifications_for_budget.Rd | 9 man/budgets_describe_subscribers_for_notification.Rd | 9 man/budgets_execute_budget_action.Rd | 6 man/budgets_update_budget.Rd | 3 man/budgets_update_budget_action.Rd | 17 man/budgets_update_notification.Rd | 3 man/budgets_update_subscriber.Rd | 3 man/costandusagereportservice.Rd | 15 man/costandusagereportservice_delete_report_definition.Rd | 3 man/costandusagereportservice_describe_report_definitions.Rd | 4 man/costandusagereportservice_list_tags_for_resource.Rd | 3 man/costandusagereportservice_modify_report_definition.Rd | 4 man/costandusagereportservice_put_report_definition.Rd | 3 man/costandusagereportservice_tag_resource.Rd | 3 man/costandusagereportservice_untag_resource.Rd | 3 man/costexplorer.Rd | 24 man/costexplorer_create_anomaly_monitor.Rd | 18 man/costexplorer_create_anomaly_subscription.Rd | 18 man/costexplorer_create_cost_category_definition.Rd | 40 man/costexplorer_delete_anomaly_monitor.Rd | 3 man/costexplorer_delete_anomaly_subscription.Rd | 3 man/costexplorer_delete_cost_category_definition.Rd | 6 man/costexplorer_describe_cost_category_definition.Rd | 8 man/costexplorer_get_anomalies.Rd | 15 man/costexplorer_get_anomaly_monitors.Rd | 4 man/costexplorer_get_anomaly_subscriptions.Rd | 4 man/costexplorer_get_approximate_usage_records.Rd | 10 man/costexplorer_get_cost_and_usage.Rd | 92 man/costexplorer_get_cost_and_usage_comparisons.Rd |only man/costexplorer_get_cost_and_usage_with_resources.Rd | 91 man/costexplorer_get_cost_categories.Rd | 94 man/costexplorer_get_cost_comparison_drivers.Rd |only man/costexplorer_get_cost_forecast.Rd | 39 man/costexplorer_get_dimension_values.Rd | 226 - man/costexplorer_get_reservation_coverage.Rd | 42 man/costexplorer_get_reservation_purchase_recommendation.Rd | 61 man/costexplorer_get_reservation_utilization.Rd | 45 man/costexplorer_get_rightsizing_recommendation.Rd | 62 man/costexplorer_get_savings_plans_coverage.Rd | 43 man/costexplorer_get_savings_plans_purchase_recommendation.Rd | 33 man/costexplorer_get_savings_plans_utilization.Rd | 25 man/costexplorer_get_savings_plans_utilization_details.Rd | 21 man/costexplorer_get_tags.Rd | 79 man/costexplorer_get_usage_forecast.Rd | 38 man/costexplorer_list_commitment_purchase_analyses.Rd | 3 man/costexplorer_list_cost_allocation_tag_backfill_history.Rd | 4 man/costexplorer_list_cost_allocation_tags.Rd | 16 man/costexplorer_list_cost_category_definitions.Rd | 15 man/costexplorer_list_cost_category_resource_associations.Rd |only man/costexplorer_list_saving_plans_purcha_recomm_genera.Rd | 3 man/costexplorer_list_tags_for_resource.Rd | 4 man/costexplorer_provide_anomaly_feedback.Rd | 3 man/costexplorer_start_cost_allocation_tag_backfill.Rd | 6 man/costexplorer_tag_resource.Rd | 17 man/costexplorer_untag_resource.Rd | 9 man/costexplorer_update_anomaly_subscription.Rd | 31 man/costexplorer_update_cost_allocation_tags_status.Rd | 3 man/costexplorer_update_cost_category_definition.Rd | 23 man/marketplacecatalog.Rd | 9 man/marketplacecatalog_cancel_change_set.Rd | 7 man/marketplacecatalog_delete_resource_policy.Rd | 3 man/marketplacecatalog_describe_change_set.Rd | 7 man/marketplacecatalog_describe_entity.Rd | 3 man/marketplacecatalog_get_resource_policy.Rd | 3 man/marketplacecatalog_list_change_sets.Rd | 7 man/marketplacecatalog_list_entities.Rd | 34 man/marketplacecatalog_list_tags_for_resource.Rd | 3 man/marketplacecatalog_put_resource_policy.Rd | 3 man/marketplacecatalog_start_change_set.Rd | 11 man/marketplacecatalog_tag_resource.Rd | 6 man/marketplacecatalog_untag_resource.Rd | 6 man/marketplacecommerceanalytics_generate_data_set.Rd | 66 man/marketplacecommerceanalytics_start_support_data_export.Rd | 55 man/marketplaceentitlementservice.Rd | 9 man/marketplaceentitlementservice_get_entitlements.Rd | 28 man/marketplacemetering.Rd | 112 man/marketplacemetering_batch_meter_usage.Rd | 17 man/marketplacemetering_meter_usage.Rd | 38 man/marketplacemetering_register_usage.Rd | 18 man/marketplacemetering_resolve_customer.Rd | 7 man/paymentcryptographycontrolplane.Rd | 48 man/paymentcryptographycontrolplane_add_key_replication_regions.Rd |only man/paymentcryptographycontrolplane_associate_mpa_team.Rd |only man/paymentcryptographycontrolplane_create_alias.Rd | 9 man/paymentcryptographycontrolplane_create_key.Rd | 58 man/paymentcryptographycontrolplane_delete_alias.Rd | 4 man/paymentcryptographycontrolplane_delete_resource_policy.Rd |only man/paymentcryptographycontrolplane_dis_def_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_disassociate_mpa_team.Rd |only man/paymentcryptographycontrolplane_ena_def_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_export_key.Rd | 6 man/paymentcryptographycontrolplane_get_cer_sig_req.Rd |only man/paymentcryptographycontrolplane_get_def_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_get_key.Rd | 8 man/paymentcryptographycontrolplane_get_mpa_team_association.Rd |only man/paymentcryptographycontrolplane_get_parameters_for_export.Rd | 14 man/paymentcryptographycontrolplane_get_parameters_for_import.Rd | 19 man/paymentcryptographycontrolplane_get_resource_policy.Rd |only man/paymentcryptographycontrolplane_import_key.Rd | 51 man/paymentcryptographycontrolplane_list_aliases.Rd | 12 man/paymentcryptographycontrolplane_list_keys.Rd | 12 man/paymentcryptographycontrolplane_list_tags_for_resource.Rd | 12 man/paymentcryptographycontrolplane_put_resource_policy.Rd |only man/paymentcryptographycontrolplane_rem_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_restore_key.Rd | 3 man/paymentcryptographycontrolplane_tag_resource.Rd | 19 man/paymentcryptographycontrolplane_untag_resource.Rd | 7 man/paymentcryptographycontrolplane_update_alias.Rd | 3 man/paymentcryptographydataplane.Rd | 15 man/paymentcryptographydataplane_decrypt_data.Rd | 10 man/paymentcryptographydataplane_encrypt_data.Rd | 16 man/paymentcryptographydataplane_gene_auth_requ_cryp.Rd |only man/paymentcryptographydataplane_generate_as_2805_kek_validation.Rd |only man/paymentcryptographydataplane_generate_card_validation_data.Rd | 10 man/paymentcryptographydataplane_generate_mac.Rd | 6 man/paymentcryptographydataplane_generate_mac_emv_pin_change.Rd | 19 man/paymentcryptographydataplane_generate_pin_data.Rd | 32 man/paymentcryptographydataplane_re_encrypt_data.Rd | 19 man/paymentcryptographydataplane_translate_key_material.Rd |only man/paymentcryptographydataplane_translate_pin_data.Rd | 35 man/paymentcryptographydataplane_verify_auth_request_cryptogram.Rd | 25 man/paymentcryptographydataplane_verify_card_validation_data.Rd | 13 man/paymentcryptographydataplane_verify_mac.Rd | 9 man/paymentcryptographydataplane_verify_pin_data.Rd | 29 man/pricing.Rd | 25 man/pricing_describe_services.Rd | 8 man/pricing_get_attribute_values.Rd | 9 man/pricing_get_price_list_file_url.Rd | 8 man/pricing_get_products.Rd | 6 man/pricing_list_price_lists.Rd | 25 man/reexports.Rd | 2 man/savingsplans.Rd | 10 man/savingsplans_create_savings_plan.Rd | 14 man/savingsplans_describe_savings_plan_rates.Rd | 7 man/savingsplans_describe_savings_plans.Rd | 3 man/savingsplans_describe_savings_plans_offering_rates.Rd | 11 man/savingsplans_describe_savings_plans_offerings.Rd | 6 man/savingsplans_return_savings_plan.Rd | 3 man/savingsplans_tag_resource.Rd | 3 tests/testthat/test_costexplorer.R | 8 233 files changed, 3564 insertions(+), 3985 deletions(-)
More information about paws.cost.management at CRAN
Permanent link
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],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.application.integration versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 605 ++--- R/eventbridge_interfaces.R | 22 R/eventbridge_operations.R | 601 ++--- R/eventbridge_service.R | 24 R/eventbridgepipes_operations.R | 49 R/eventbridgepipes_service.R | 10 R/eventbridgescheduler_operations.R | 171 - R/eventbridgescheduler_service.R | 9 R/locationservice_interfaces.R | 164 + R/locationservice_operations.R | 1271 ++++-------- R/locationservice_service.R | 61 R/mq_interfaces.R | 12 R/mq_operations.R | 236 -- R/mq_service.R | 9 R/mwaa_interfaces.R | 4 R/mwaa_operations.R | 394 --- R/mwaa_service.R | 17 R/resourceexplorer_interfaces.R | 142 + R/resourceexplorer_operations.R | 636 +++--- R/resourceexplorer_service.R | 46 R/schemas_operations.R | 48 R/schemas_service.R | 2 R/sfn_interfaces.R | 4 R/sfn_operations.R | 528 +--- R/sfn_service.R | 30 R/sns_operations.R | 995 +++------ R/sns_service.R | 25 R/sqs_operations.R | 1229 +++-------- R/sqs_service.R | 36 R/swf_operations.R | 690 +----- R/swf_service.R | 17 man/eventbridge.Rd | 21 man/eventbridge_create_api_destination.Rd | 7 man/eventbridge_create_archive.Rd | 16 man/eventbridge_create_connection.Rd | 18 man/eventbridge_create_endpoint.Rd | 11 man/eventbridge_create_event_bus.Rd | 53 man/eventbridge_create_partner_event_source.Rd | 9 man/eventbridge_delete_endpoint.Rd | 3 man/eventbridge_delete_partner_event_source.Rd | 3 man/eventbridge_delete_rule.Rd | 11 man/eventbridge_describe_endpoint.Rd | 6 man/eventbridge_describe_event_bus.Rd | 3 man/eventbridge_describe_rule.Rd | 3 man/eventbridge_disable_rule.Rd | 3 man/eventbridge_enable_rule.Rd | 3 man/eventbridge_list_api_destinations.Rd | 13 man/eventbridge_list_archives.Rd | 13 man/eventbridge_list_connections.Rd | 13 man/eventbridge_list_endpoints.Rd | 17 man/eventbridge_list_event_buses.Rd | 17 man/eventbridge_list_event_sources.Rd | 17 man/eventbridge_list_partner_event_source_accounts.Rd | 17 man/eventbridge_list_partner_event_sources.Rd | 17 man/eventbridge_list_replays.Rd | 13 man/eventbridge_list_rule_names_by_target.Rd | 13 man/eventbridge_list_rules.Rd | 13 man/eventbridge_list_targets_by_rule.Rd | 13 man/eventbridge_put_events.Rd | 8 man/eventbridge_put_permission.Rd | 45 man/eventbridge_put_rule.Rd | 42 man/eventbridge_put_targets.Rd | 3 man/eventbridge_remove_permission.Rd | 6 man/eventbridge_remove_targets.Rd | 11 man/eventbridge_start_replay.Rd | 9 man/eventbridge_test_event_pattern.Rd | 7 man/eventbridge_update_api_destination.Rd | 3 man/eventbridge_update_archive.Rd | 13 man/eventbridge_update_connection.Rd | 15 man/eventbridge_update_endpoint.Rd | 3 man/eventbridge_update_event_bus.Rd | 44 man/eventbridgepipes.Rd | 8 man/eventbridgepipes_create_pipe.Rd | 15 man/eventbridgepipes_list_pipes.Rd | 10 man/eventbridgepipes_update_pipe.Rd | 22 man/eventbridgescheduler.Rd | 7 man/eventbridgescheduler_create_schedule.Rd | 53 man/eventbridgescheduler_create_schedule_group.Rd | 5 man/eventbridgescheduler_delete_schedule.Rd | 8 man/eventbridgescheduler_delete_schedule_group.Rd | 5 man/eventbridgescheduler_get_schedule.Rd | 4 man/eventbridgescheduler_list_schedule_groups.Rd | 10 man/eventbridgescheduler_list_schedules.Rd | 13 man/eventbridgescheduler_list_tags_for_resource.Rd | 3 man/eventbridgescheduler_tag_resource.Rd | 3 man/eventbridgescheduler_untag_resource.Rd | 3 man/eventbridgescheduler_update_schedule.Rd | 62 man/locationservice.Rd | 59 man/locationservice_associate_tracker_consumer.Rd | 10 man/locationservice_batch_delete_device_position_history.Rd | 3 man/locationservice_batch_evaluate_geofences.Rd | 6 man/locationservice_batch_get_device_position.Rd | 3 man/locationservice_calculate_route.Rd | 84 man/locationservice_calculate_route_matrix.Rd | 83 man/locationservice_cancel_job.Rd |only man/locationservice_create_geofence_collection.Rd | 16 man/locationservice_create_key.Rd | 21 man/locationservice_create_map.Rd | 23 man/locationservice_create_place_index.Rd | 45 man/locationservice_create_route_calculator.Rd | 40 man/locationservice_create_tracker.Rd | 62 man/locationservice_delete_key.Rd | 7 man/locationservice_delete_map.Rd | 4 man/locationservice_delete_place_index.Rd | 4 man/locationservice_delete_route_calculator.Rd | 5 man/locationservice_describe_map.Rd | 4 man/locationservice_describe_place_index.Rd | 4 man/locationservice_describe_route_calculator.Rd | 4 man/locationservice_disassociate_tracker_consumer.Rd | 7 man/locationservice_forecast_geofence_events.Rd | 24 man/locationservice_get_device_position_history.Rd | 23 man/locationservice_get_job.Rd |only man/locationservice_get_map_glyphs.Rd | 75 man/locationservice_get_map_sprites.Rd | 13 man/locationservice_get_map_style_descriptor.Rd | 7 man/locationservice_get_map_tile.Rd | 7 man/locationservice_get_place.Rd | 30 man/locationservice_list_device_positions.Rd | 3 man/locationservice_list_geofence_collections.Rd | 3 man/locationservice_list_geofences.Rd | 3 man/locationservice_list_jobs.Rd |only man/locationservice_list_keys.Rd | 3 man/locationservice_list_maps.Rd | 7 man/locationservice_list_place_indexes.Rd | 10 man/locationservice_list_route_calculators.Rd | 7 man/locationservice_list_tags_for_resource.Rd | 6 man/locationservice_list_tracker_consumers.Rd | 6 man/locationservice_list_trackers.Rd | 3 man/locationservice_put_geofence.Rd | 12 man/locationservice_search_place_index_for_position.Rd | 37 man/locationservice_search_place_index_for_suggestions.Rd | 98 man/locationservice_search_place_index_for_text.Rd | 98 man/locationservice_start_job.Rd |only man/locationservice_tag_resource.Rd | 15 man/locationservice_untag_resource.Rd | 6 man/locationservice_update_geofence_collection.Rd | 3 man/locationservice_update_key.Rd | 12 man/locationservice_update_map.Rd | 10 man/locationservice_update_place_index.Rd | 7 man/locationservice_update_route_calculator.Rd | 7 man/locationservice_update_tracker.Rd | 33 man/locationservice_verify_device_position.Rd | 6 man/mq.Rd | 7 man/mq_create_broker.Rd | 84 man/mq_create_configuration.Rd | 16 man/mq_create_user.Rd | 13 man/mq_delete_configuration.Rd |only man/mq_delete_user.Rd | 4 man/mq_describe_broker_engine_types.Rd | 6 man/mq_describe_broker_instance_options.Rd | 6 man/mq_describe_user.Rd | 4 man/mq_list_brokers.Rd | 6 man/mq_list_configuration_revisions.Rd | 6 man/mq_list_configurations.Rd | 6 man/mq_list_users.Rd | 6 man/mq_promote.Rd | 3 man/mq_update_broker.Rd | 30 man/mq_update_configuration.Rd | 3 man/mq_update_user.Rd | 13 man/mwaa.Rd | 12 man/mwaa_create_cli_token.Rd | 3 man/mwaa_create_environment.Rd | 187 - man/mwaa_create_web_login_token.Rd | 3 man/mwaa_delete_environment.Rd | 3 man/mwaa_get_environment.Rd | 3 man/mwaa_invoke_rest_api.Rd | 15 man/mwaa_list_environments.Rd | 3 man/mwaa_list_tags_for_resource.Rd | 4 man/mwaa_publish_metrics.Rd | 3 man/mwaa_tag_resource.Rd | 7 man/mwaa_untag_resource.Rd | 7 man/mwaa_update_environment.Rd | 203 - man/reexports.Rd | 2 man/resourceexplorer.Rd | 40 man/resourceexplorer_associate_default_view.Rd | 5 man/resourceexplorer_batch_get_view.Rd | 3 man/resourceexplorer_create_index.Rd | 9 man/resourceexplorer_create_resource_explorer_setup.Rd |only man/resourceexplorer_create_view.Rd | 55 man/resourceexplorer_delete_index.Rd | 3 man/resourceexplorer_delete_resource_explorer_setup.Rd |only man/resourceexplorer_delete_view.Rd | 3 man/resourceexplorer_get_resource_explorer_setup.Rd |only man/resourceexplorer_get_service_index.Rd |only man/resourceexplorer_get_service_view.Rd |only man/resourceexplorer_get_view.Rd | 3 man/resourceexplorer_list_indexes.Rd | 32 man/resourceexplorer_list_indexes_for_members.Rd | 21 man/resourceexplorer_list_managed_views.Rd | 21 man/resourceexplorer_list_resources.Rd | 44 man/resourceexplorer_list_service_indexes.Rd |only man/resourceexplorer_list_service_views.Rd |only man/resourceexplorer_list_streaming_access_for_services.Rd |only man/resourceexplorer_list_supported_resource_types.Rd | 22 man/resourceexplorer_list_tags_for_resource.Rd | 3 man/resourceexplorer_list_views.Rd | 20 man/resourceexplorer_search.Rd | 59 man/resourceexplorer_tag_resource.Rd | 8 man/resourceexplorer_untag_resource.Rd | 6 man/resourceexplorer_update_index_type.Rd | 7 man/resourceexplorer_update_view.Rd | 31 man/schemas_create_discoverer.Rd | 3 man/schemas_get_discovered_schema.Rd | 4 man/schemas_list_discoverers.Rd | 12 man/schemas_list_registries.Rd | 12 man/schemas_list_schema_versions.Rd | 6 man/schemas_list_schemas.Rd | 9 man/schemas_search_schemas.Rd | 9 man/schemas_update_discoverer.Rd | 3 man/sfn.Rd | 32 man/sfn_create_activity.Rd | 19 man/sfn_create_state_machine.Rd | 35 man/sfn_create_state_machine_alias.Rd | 10 man/sfn_describe_execution.Rd | 6 man/sfn_describe_state_machine.Rd | 19 man/sfn_describe_state_machine_for_execution.Rd | 8 man/sfn_get_activity_task.Rd | 8 man/sfn_get_execution_history.Rd | 17 man/sfn_list_activities.Rd | 14 man/sfn_list_executions.Rd | 69 man/sfn_list_map_runs.Rd | 17 man/sfn_list_state_machine_aliases.Rd | 20 man/sfn_list_state_machine_versions.Rd | 14 man/sfn_list_state_machines.Rd | 14 man/sfn_list_tags_for_resource.Rd | 3 man/sfn_publish_state_machine_version.Rd | 14 man/sfn_redrive_execution.Rd | 8 man/sfn_send_task_failure.Rd | 5 man/sfn_send_task_heartbeat.Rd | 5 man/sfn_send_task_success.Rd | 8 man/sfn_start_execution.Rd | 59 man/sfn_start_sync_execution.Rd | 21 man/sfn_tag_resource.Rd | 6 man/sfn_test_state.Rd | 55 man/sfn_untag_resource.Rd | 3 man/sfn_update_map_run.Rd | 3 man/sfn_update_state_machine.Rd | 7 man/sfn_update_state_machine_alias.Rd | 3 man/sfn_validate_state_machine_definition.Rd | 19 man/sns.Rd | 23 man/sns_add_permission.Rd | 7 man/sns_confirm_subscription.Rd | 9 man/sns_create_platform_application.Rd | 12 man/sns_create_platform_endpoint.Rd | 17 man/sns_create_sms_sandbox_phone_number.Rd | 4 man/sns_create_topic.Rd | 124 - man/sns_get_data_protection_policy.Rd | 3 man/sns_get_endpoint_attributes.Rd | 3 man/sns_get_sms_attributes.Rd | 6 man/sns_list_endpoints_by_platform_application.Rd | 8 man/sns_list_origination_numbers.Rd | 4 man/sns_list_phone_numbers_opted_out.Rd | 5 man/sns_list_platform_applications.Rd | 5 man/sns_list_sms_sandbox_phone_numbers.Rd | 3 man/sns_list_subscriptions.Rd | 3 man/sns_list_subscriptions_by_topic.Rd | 4 man/sns_publish.Rd | 142 - man/sns_publish_batch.Rd | 10 man/sns_put_data_protection_policy.Rd | 6 man/sns_set_endpoint_attributes.Rd | 20 man/sns_set_platform_application_attributes.Rd | 71 man/sns_set_sms_attributes.Rd | 73 man/sns_set_subscription_attributes.Rd | 38 man/sns_set_topic_attributes.Rd | 172 - man/sns_subscribe.Rd | 99 man/sns_tag_resource.Rd | 3 man/sns_verify_sms_sandbox_phone_number.Rd | 3 man/sqs.Rd | 15 man/sqs_add_permission.Rd | 33 man/sqs_change_message_visibility.Rd | 7 man/sqs_change_message_visibility_batch.Rd | 3 man/sqs_create_queue.Rd | 220 -- man/sqs_get_queue_attributes.Rd | 168 - man/sqs_get_queue_url.Rd | 9 man/sqs_list_dead_letter_source_queues.Rd | 4 man/sqs_list_message_move_tasks.Rd | 4 man/sqs_list_queues.Rd | 7 man/sqs_purge_queue.Rd | 3 man/sqs_receive_message.Rd | 224 -- man/sqs_remove_permission.Rd | 3 man/sqs_send_message.Rd | 142 - man/sqs_set_queue_attributes.Rd | 180 - man/sqs_start_message_move_task.Rd | 18 man/swf.Rd | 15 man/swf_count_closed_workflow_executions.Rd | 37 man/swf_count_open_workflow_executions.Rd | 18 man/swf_describe_activity_type.Rd | 4 man/swf_get_workflow_execution_history.Rd | 17 man/swf_list_activity_types.Rd | 17 man/swf_list_closed_workflow_executions.Rd | 61 man/swf_list_domains.Rd | 17 man/swf_list_open_workflow_executions.Rd | 41 man/swf_list_workflow_types.Rd | 17 man/swf_poll_for_activity_task.Rd | 10 man/swf_poll_for_decision_task.Rd | 58 man/swf_record_activity_task_heartbeat.Rd | 5 man/swf_register_activity_type.Rd | 78 man/swf_register_domain.Rd | 28 man/swf_register_workflow_type.Rd | 88 man/swf_respond_activity_task_canceled.Rd | 5 man/swf_respond_activity_task_completed.Rd | 8 man/swf_respond_activity_task_failed.Rd | 5 man/swf_respond_decision_task_completed.Rd | 31 man/swf_signal_workflow_execution.Rd | 6 man/swf_start_workflow_execution.Rd | 136 - man/swf_tag_resource.Rd | 3 man/swf_terminate_workflow_execution.Rd | 18 tests/testthat/test_locationservice.R | 8 tests/testthat/test_resourceexplorer.R | 24 310 files changed, 4844 insertions(+), 9422 deletions(-)
More information about paws.application.integration at CRAN
Permanent link
Title: 'Amazon Web Services' Analytics Services
Description: Interface to 'Amazon Web Services' 'analytics' services,
including 'Elastic MapReduce' 'Hadoop' and 'Spark' big data service,
'Elasticsearch' search engine, and more <https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.analytics versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 2369 ++++--- R/athena_interfaces.R | 44 R/athena_operations.R | 517 - R/athena_service.R | 21 R/cloudsearch_operations.R | 86 R/cloudsearch_service.R | 15 R/cloudsearchdomain_operations.R | 333 - R/cloudsearchdomain_service.R | 17 R/datapipeline_operations.R | 145 R/datapipeline_service.R | 26 R/datazone_interfaces.R | 802 +- R/datazone_operations.R | 2931 +++++---- R/datazone_service.R | 46 R/elasticsearchservice_interfaces.R | 18 R/elasticsearchservice_operations.R | 253 R/elasticsearchservice_service.R | 18 R/emr_interfaces.R | 64 R/emr_operations.R | 720 -- R/emr_service.R | 12 R/entityresolution_interfaces.R | 112 R/entityresolution_operations.R | 361 - R/entityresolution_service.R | 29 R/firehose_operations.R | 139 R/firehose_service.R | 10 R/glue_interfaces.R | 294 R/glue_operations.R | 2425 +++---- R/glue_service.R | 14 R/gluedatabrew_operations.R | 264 R/gluedatabrew_service.R | 8 R/healthlake_interfaces.R | 6 R/healthlake_operations.R | 174 R/healthlake_service.R | 28 R/ivs_interfaces.R | 128 R/ivs_operations.R | 432 - R/ivs_service.R | 128 R/ivsrealtime_interfaces.R | 70 R/ivsrealtime_operations.R | 315 - R/ivsrealtime_service.R | 73 R/kafka_interfaces.R | 114 R/kafka_operations.R | 474 + R/kafka_service.R | 11 R/kafkaconnect_interfaces.R | 10 R/kafkaconnect_operations.R | 76 R/kafkaconnect_service.R | 2 R/kendra_operations.R | 931 --- R/kendra_service.R | 2 R/kendraranking_operations.R | 51 R/kendraranking_service.R | 5 R/kinesis_interfaces.R | 140 R/kinesis_operations.R | 781 +- R/kinesis_service.R | 14 R/kinesisanalytics_operations.R | 207 R/kinesisanalytics_service.R | 10 R/kinesisanalyticsv2_interfaces.R | 18 R/kinesisanalyticsv2_operations.R | 305 - R/kinesisanalyticsv2_service.R | 15 R/mturk_operations.R | 449 - R/mturk_service.R | 2 R/opensearchingestion_interfaces.R | 110 R/opensearchingestion_operations.R | 302 R/opensearchingestion_service.R | 16 R/opensearchservice_interfaces.R | 200 R/opensearchservice_operations.R | 1022 +-- R/opensearchservice_service.R | 34 R/opensearchserviceserverless_interfaces.R | 132 R/opensearchserviceserverless_operations.R | 494 + R/opensearchserviceserverless_service.R | 27 R/quicksight_interfaces.R | 360 + R/quicksight_operations.R | 3044 ++++------ R/quicksight_service.R | 143 man/athena.Rd | 16 man/athena_create_data_catalog.Rd | 72 man/athena_create_named_query.Rd | 13 man/athena_create_notebook.Rd | 15 man/athena_create_work_group.Rd | 11 man/athena_delete_data_catalog.Rd | 5 man/athena_delete_work_group.Rd | 3 man/athena_get_capacity_assignment_configuration.Rd | 3 man/athena_get_data_catalog.Rd | 3 man/athena_get_database.Rd | 3 man/athena_get_named_query.Rd | 3 man/athena_get_query_results.Rd | 14 man/athena_get_query_runtime_statistics.Rd | 2 man/athena_get_resource_dashboard.Rd |only man/athena_get_session_endpoint.Rd |only man/athena_get_table_metadata.Rd | 6 man/athena_import_notebook.Rd | 15 man/athena_list_application_dpu_sizes.Rd | 3 man/athena_list_calculation_executions.Rd | 14 man/athena_list_capacity_reservations.Rd | 3 man/athena_list_data_catalogs.Rd | 8 man/athena_list_databases.Rd | 8 man/athena_list_engine_versions.Rd | 5 man/athena_list_executors.Rd | 11 man/athena_list_named_queries.Rd | 9 man/athena_list_notebook_metadata.Rd | 6 man/athena_list_notebook_sessions.Rd | 5 man/athena_list_prepared_statements.Rd | 5 man/athena_list_query_executions.Rd | 9 man/athena_list_sessions.Rd | 17 man/athena_list_table_metadata.Rd | 14 man/athena_list_tags_for_resource.Rd | 7 man/athena_list_work_groups.Rd | 5 man/athena_put_capacity_assignment_configuration.Rd | 3 man/athena_start_calculation_execution.Rd | 15 man/athena_start_query_execution.Rd | 38 man/athena_start_session.Rd | 38 man/athena_tag_resource.Rd | 3 man/athena_untag_resource.Rd | 3 man/athena_update_data_catalog.Rd | 30 man/athena_update_notebook.Rd | 12 man/athena_update_notebook_metadata.Rd | 9 man/cloudsearch.Rd | 13 man/cloudsearch_build_suggesters.Rd | 2 man/cloudsearch_create_domain.Rd | 5 man/cloudsearch_define_analysis_scheme.Rd | 4 man/cloudsearch_define_expression.Rd | 4 man/cloudsearch_define_index_field.Rd | 2 man/cloudsearch_define_suggester.Rd | 4 man/cloudsearch_delete_analysis_scheme.Rd | 2 man/cloudsearch_delete_expression.Rd | 2 man/cloudsearch_delete_index_field.Rd | 5 man/cloudsearch_delete_suggester.Rd | 2 man/cloudsearch_describe_analysis_schemes.Rd | 3 man/cloudsearch_describe_availability_options.Rd | 3 man/cloudsearch_describe_domain_endpoint_options.Rd | 4 man/cloudsearch_describe_expressions.Rd | 7 man/cloudsearch_describe_index_fields.Rd | 6 man/cloudsearch_describe_scaling_parameters.Rd | 2 man/cloudsearch_describe_service_access_policies.Rd | 3 man/cloudsearch_describe_suggesters.Rd | 3 man/cloudsearch_index_documents.Rd | 2 man/cloudsearch_update_availability_options.Rd | 7 man/cloudsearch_update_domain_endpoint_options.Rd | 5 man/cloudsearch_update_scaling_parameters.Rd | 4 man/cloudsearch_update_service_access_policies.Rd | 5 man/cloudsearchdomain.Rd | 12 man/cloudsearchdomain_search.Rd | 323 - man/cloudsearchdomain_upload_documents.Rd | 3 man/datapipeline.Rd | 24 man/datapipeline_activate_pipeline.Rd | 3 man/datapipeline_create_pipeline.Rd | 24 man/datapipeline_deactivate_pipeline.Rd | 4 man/datapipeline_describe_objects.Rd | 12 man/datapipeline_describe_pipelines.Rd | 4 man/datapipeline_get_pipeline_definition.Rd | 4 man/datapipeline_list_pipelines.Rd | 5 man/datapipeline_poll_for_task.Rd | 16 man/datapipeline_put_pipeline_definition.Rd | 3 man/datapipeline_query_objects.Rd | 17 man/datapipeline_report_task_progress.Rd | 6 man/datapipeline_report_task_runner_heartbeat.Rd | 13 man/datapipeline_set_status.Rd | 7 man/datapipeline_set_task_status.Rd | 21 man/datapipeline_validate_pipeline_definition.Rd | 3 man/datazone.Rd | 42 man/datazone_accept_predictions.Rd | 24 man/datazone_accept_subscription_request.Rd | 20 man/datazone_add_entity_owner.Rd | 15 man/datazone_add_policy_grant.Rd | 21 man/datazone_associate_environment_role.Rd | 3 man/datazone_associate_governed_terms.Rd |only man/datazone_batch_get_attributes_metadata.Rd |only man/datazone_batch_put_attributes_metadata.Rd |only man/datazone_cancel_metadata_generation_run.Rd | 3 man/datazone_cancel_subscription.Rd | 3 man/datazone_create_account_pool.Rd |only man/datazone_create_asset.Rd | 36 man/datazone_create_asset_filter.Rd | 19 man/datazone_create_asset_revision.Rd | 34 man/datazone_create_asset_type.Rd | 16 man/datazone_create_connection.Rd | 18 man/datazone_create_data_product.Rd | 25 man/datazone_create_data_product_revision.Rd | 25 man/datazone_create_data_source.Rd | 53 man/datazone_create_domain.Rd | 33 man/datazone_create_domain_unit.Rd | 15 man/datazone_create_environment.Rd | 42 man/datazone_create_environment_action.Rd | 12 man/datazone_create_environment_blueprint.Rd |only man/datazone_create_environment_profile.Rd | 28 man/datazone_create_form_type.Rd | 15 man/datazone_create_glossary.Rd | 21 man/datazone_create_glossary_term.Rd | 22 man/datazone_create_group_profile.Rd | 15 man/datazone_create_listing_change_set.Rd | 17 man/datazone_create_notebook.Rd |only man/datazone_create_project.Rd | 30 man/datazone_create_project_membership.Rd | 11 man/datazone_create_project_profile.Rd | 27 man/datazone_create_rule.Rd | 27 man/datazone_create_subscription_grant.Rd | 21 man/datazone_create_subscription_request.Rd | 27 man/datazone_create_subscription_target.Rd | 33 man/datazone_create_user_profile.Rd | 15 man/datazone_delete_account_pool.Rd |only man/datazone_delete_asset_filter.Rd | 6 man/datazone_delete_data_export_configuration.Rd |only man/datazone_delete_data_product.Rd | 3 man/datazone_delete_data_source.Rd | 13 man/datazone_delete_domain.Rd | 10 man/datazone_delete_environment.Rd | 3 man/datazone_delete_environment_action.Rd | 3 man/datazone_delete_environment_blueprint.Rd |only man/datazone_delete_environment_blueprint_configuration.Rd | 3 man/datazone_delete_environment_profile.Rd | 3 man/datazone_delete_form_type.Rd | 7 man/datazone_delete_glossary.Rd | 3 man/datazone_delete_glossary_term.Rd | 3 man/datazone_delete_notebook.Rd |only man/datazone_delete_project.Rd | 3 man/datazone_delete_project_membership.Rd | 10 man/datazone_delete_subscription_grant.Rd | 3 man/datazone_delete_subscription_request.Rd | 3 man/datazone_delete_subscription_target.Rd | 6 man/datazone_delete_time_series_data_points.Rd | 12 man/datazone_disassociate_environment_role.Rd | 3 man/datazone_disassociate_governed_terms.Rd |only man/datazone_get_account_pool.Rd |only man/datazone_get_asset.Rd | 4 man/datazone_get_asset_filter.Rd | 6 man/datazone_get_data_export_configuration.Rd |only man/datazone_get_environment_action.Rd | 4 man/datazone_get_environment_credentials.Rd | 3 man/datazone_get_environment_profile.Rd | 3 man/datazone_get_form_type.Rd | 3 man/datazone_get_glossary.Rd | 3 man/datazone_get_glossary_term.Rd | 3 man/datazone_get_group_profile.Rd | 3 man/datazone_get_iam_portal_login_url.Rd | 3 man/datazone_get_lineage_node.Rd | 11 man/datazone_get_metadata_generation_run.Rd | 7 man/datazone_get_notebook.Rd |only man/datazone_get_notebook_export.Rd |only man/datazone_get_notebook_run.Rd |only man/datazone_get_rule.Rd | 3 man/datazone_get_subscription_grant.Rd | 3 man/datazone_get_subscription_request_details.Rd | 3 man/datazone_get_subscription_target.Rd | 3 man/datazone_get_time_series_data_point.Rd | 12 man/datazone_get_user_profile.Rd | 14 man/datazone_list_account_pools.Rd |only man/datazone_list_accounts_in_account_pool.Rd |only man/datazone_list_asset_filters.Rd | 27 man/datazone_list_asset_revisions.Rd | 19 man/datazone_list_connections.Rd | 34 man/datazone_list_data_product_revisions.Rd | 19 man/datazone_list_data_source_run_activities.Rd | 25 man/datazone_list_data_source_runs.Rd | 29 man/datazone_list_data_sources.Rd | 38 man/datazone_list_domain_units_for_parent.Rd | 22 man/datazone_list_domains.Rd | 17 man/datazone_list_entity_owners.Rd | 21 man/datazone_list_environment_actions.Rd | 23 man/datazone_list_environment_blueprint_configurations.Rd | 17 man/datazone_list_environment_blueprints.Rd | 24 man/datazone_list_environment_profiles.Rd | 39 man/datazone_list_environments.Rd | 48 man/datazone_list_job_runs.Rd | 23 man/datazone_list_lineage_events.Rd | 27 man/datazone_list_lineage_node_history.Rd | 39 man/datazone_list_metadata_generation_runs.Rd | 29 man/datazone_list_notebook_runs.Rd |only man/datazone_list_notebooks.Rd |only man/datazone_list_notifications.Rd | 33 man/datazone_list_policy_grants.Rd | 27 man/datazone_list_project_memberships.Rd | 29 man/datazone_list_project_profiles.Rd | 23 man/datazone_list_projects.Rd | 26 man/datazone_list_rules.Rd | 45 man/datazone_list_subscription_grants.Rd | 45 man/datazone_list_subscription_requests.Rd | 50 man/datazone_list_subscription_targets.Rd | 32 man/datazone_list_subscriptions.Rd | 57 man/datazone_list_time_series_data_points.Rd | 30 man/datazone_post_lineage_event.Rd | 10 man/datazone_post_time_series_data_points.Rd | 12 man/datazone_put_data_export_configuration.Rd |only man/datazone_put_environment_blueprint_configuration.Rd | 29 man/datazone_query_graph.Rd |only man/datazone_reject_predictions.Rd | 20 man/datazone_reject_subscription_request.Rd | 11 man/datazone_remove_entity_owner.Rd | 15 man/datazone_remove_policy_grant.Rd | 18 man/datazone_revoke_subscription.Rd | 6 man/datazone_search.Rd | 38 man/datazone_search_group_profiles.Rd | 25 man/datazone_search_listings.Rd | 45 man/datazone_search_types.Rd | 37 man/datazone_search_user_profiles.Rd | 29 man/datazone_start_data_source_run.Rd | 10 man/datazone_start_metadata_generation_run.Rd | 20 man/datazone_start_notebook_export.Rd |only man/datazone_start_notebook_import.Rd |only man/datazone_start_notebook_run.Rd |only man/datazone_stop_notebook_run.Rd |only man/datazone_tag_resource.Rd | 3 man/datazone_untag_resource.Rd | 3 man/datazone_update_account_pool.Rd |only man/datazone_update_asset_filter.Rd | 20 man/datazone_update_connection.Rd | 13 man/datazone_update_data_source.Rd | 43 man/datazone_update_domain.Rd | 27 man/datazone_update_domain_unit.Rd | 6 man/datazone_update_environment.Rd | 28 man/datazone_update_environment_action.Rd | 10 man/datazone_update_environment_blueprint.Rd |only man/datazone_update_environment_profile.Rd | 33 man/datazone_update_glossary.Rd | 23 man/datazone_update_glossary_term.Rd | 27 man/datazone_update_group_profile.Rd | 3 man/datazone_update_notebook.Rd |only man/datazone_update_project.Rd | 35 man/datazone_update_project_profile.Rd | 29 man/datazone_update_root_domain_unit_owner.Rd |only man/datazone_update_rule.Rd | 20 man/datazone_update_subscription_grant_status.Rd | 24 man/datazone_update_subscription_request.Rd | 7 man/datazone_update_subscription_target.Rd | 51 man/datazone_update_user_profile.Rd | 14 man/elasticsearchservice.Rd | 12 man/elasticsearchservice_associate_package.Rd | 4 man/elasticsearchservice_cance_elast_servi_softw_updat.Rd | 3 man/elasticsearchservice_cancel_domain_config_change.Rd | 3 man/elasticsearchservice_creat_outbo_cross_clust_searc_conne.Rd | 6 man/elasticsearchservice_create_elasticsearch_domain.Rd | 59 man/elasticsearchservice_delete_elasticsearch_domain.Rd | 3 man/elasticsearchservice_delete_package.Rd | 4 man/elasticsearchservice_descr_elast_insta_type_limit.Rd | 7 man/elasticsearchservice_descr_inbou_cross_clust_searc_conne.Rd | 9 man/elasticsearchservice_descr_outbo_cross_clust_searc_conne.Rd | 9 man/elasticsearchservice_descr_reser_elast_insta_offer.Rd | 10 man/elasticsearchservice_descri_reserv_elasti_instan.Rd | 10 man/elasticsearchservice_describe_domain_auto_tunes.Rd | 6 man/elasticsearchservice_describe_domain_change_progress.Rd | 4 man/elasticsearchservice_describe_packages.Rd | 7 man/elasticsearchservice_dissociate_package.Rd | 4 man/elasticsearchservice_get_compatible_elasticsearch_versions.Rd | 2 man/elasticsearchservice_get_package_version_history.Rd | 4 man/elasticsearchservice_get_upgrade_history.Rd | 6 man/elasticsearchservice_get_upgrade_status.Rd | 2 man/elasticsearchservice_list_domain_names.Rd | 3 man/elasticsearchservice_list_domains_for_package.Rd | 4 man/elasticsearchservice_list_elasticsearch_instance_types.Rd | 13 man/elasticsearchservice_list_elasticsearch_versions.Rd | 5 man/elasticsearchservice_list_packages_for_domain.Rd | 4 man/elasticsearchservice_list_tags.Rd | 3 man/elasticsearchservice_list_vpc_endpoint_access.Rd | 3 man/elasticsearchservice_remove_tags.Rd | 6 man/elasticsearchservice_start_elast_servi_softw_updat.Rd | 3 man/elasticsearchservice_update_elasticsearch_domain_config.Rd | 49 man/elasticsearchservice_update_package.Rd | 5 man/elasticsearchservice_upgrade_elasticsearch_domain.Rd | 5 man/emr.Rd | 10 man/emr_add_job_flow_steps.Rd | 12 man/emr_add_tags.Rd | 8 man/emr_cancel_steps.Rd | 10 man/emr_create_persistent_app_ui.Rd |only man/emr_create_security_configuration.Rd | 4 man/emr_create_studio.Rd | 82 man/emr_create_studio_session_mapping.Rd | 26 man/emr_delete_studio_session_mapping.Rd | 19 man/emr_describe_persistent_app_ui.Rd |only man/emr_get_auto_termination_policy.Rd | 3 man/emr_get_cluster_session_credentials.Rd | 6 man/emr_get_managed_scaling_policy.Rd | 3 man/emr_get_on_cluster_app_ui_presigned_url.Rd |only man/emr_get_persistent_app_ui_presigned_url.Rd |only man/emr_get_studio_session_mapping.Rd | 15 man/emr_list_clusters.Rd | 4 man/emr_list_instances.Rd | 3 man/emr_list_notebook_executions.Rd | 34 man/emr_list_release_labels.Rd | 16 man/emr_list_steps.Rd | 10 man/emr_list_studio_session_mappings.Rd | 4 man/emr_list_supported_instance_types.Rd | 6 man/emr_modify_cluster.Rd | 14 man/emr_put_auto_scaling_policy.Rd | 6 man/emr_put_auto_termination_policy.Rd | 3 man/emr_put_block_public_access_configuration.Rd | 18 man/emr_put_managed_scaling_policy.Rd | 3 man/emr_remove_auto_scaling_policy.Rd | 6 man/emr_remove_auto_termination_policy.Rd | 3 man/emr_remove_managed_scaling_policy.Rd | 3 man/emr_remove_tags.Rd | 3 man/emr_run_job_flow.Rd | 197 man/emr_set_keep_job_flow_alive_when_no_steps.Rd | 7 man/emr_set_termination_protection.Rd | 8 man/emr_set_unhealthy_node_replacement.Rd | 8 man/emr_set_visible_to_all_users.Rd | 7 man/emr_start_notebook_execution.Rd | 31 man/emr_update_studio.Rd | 12 man/emr_update_studio_session_mapping.Rd | 18 man/entityresolution.Rd | 28 man/entityresolution_add_policy_statement.Rd | 31 man/entityresolution_batch_delete_unique_id.Rd | 8 man/entityresolution_create_id_mapping_workflow.Rd | 29 man/entityresolution_create_id_namespace.Rd | 34 man/entityresolution_create_matching_workflow.Rd | 35 man/entityresolution_create_schema_mapping.Rd | 11 man/entityresolution_delete_policy_statement.Rd | 3 man/entityresolution_generate_match_id.Rd |only man/entityresolution_get_id_mapping_job.Rd | 10 man/entityresolution_get_match_id.Rd | 13 man/entityresolution_get_matching_job.Rd | 10 man/entityresolution_get_policy.Rd | 3 man/entityresolution_get_provider_service.Rd | 3 man/entityresolution_list_id_mapping_jobs.Rd | 8 man/entityresolution_list_id_mapping_workflows.Rd | 6 man/entityresolution_list_id_namespaces.Rd | 6 man/entityresolution_list_matching_jobs.Rd | 8 man/entityresolution_list_matching_workflows.Rd | 6 man/entityresolution_list_provider_services.Rd | 6 man/entityresolution_list_schema_mappings.Rd | 6 man/entityresolution_put_policy.Rd | 15 man/entityresolution_start_id_mapping_job.Rd | 16 man/entityresolution_update_id_mapping_workflow.Rd | 26 man/entityresolution_update_id_namespace.Rd | 18 man/entityresolution_update_matching_workflow.Rd | 30 man/entityresolution_update_schema_mapping.Rd | 13 man/firehose.Rd | 8 man/firehose_create_delivery_stream.Rd | 65 man/firehose_delete_delivery_stream.Rd | 10 man/firehose_describe_delivery_stream.Rd | 6 man/firehose_list_delivery_streams.Rd | 14 man/firehose_list_tags_for_delivery_stream.Rd | 10 man/firehose_start_delivery_stream_encryption.Rd | 6 man/firehose_stop_delivery_stream_encryption.Rd | 3 man/firehose_untag_delivery_stream.Rd | 3 man/firehose_update_destination.Rd | 11 man/glue.Rd | 12 man/glue_batch_create_partition.Rd | 9 man/glue_batch_delete_connection.Rd | 3 man/glue_batch_delete_partition.Rd | 6 man/glue_batch_delete_table.Rd | 6 man/glue_batch_delete_table_version.Rd | 12 man/glue_batch_get_blueprints.Rd | 3 man/glue_batch_get_crawlers.Rd | 3 man/glue_batch_get_dev_endpoints.Rd | 3 man/glue_batch_get_jobs.Rd | 3 man/glue_batch_get_partition.Rd | 11 man/glue_batch_get_table_optimizer.Rd | 3 man/glue_batch_get_triggers.Rd | 3 man/glue_batch_get_workflows.Rd | 6 man/glue_batch_put_data_quality_statistic_annotation.Rd | 4 man/glue_batch_stop_job_run.Rd | 3 man/glue_batch_update_partition.Rd | 9 man/glue_check_schema_version_validity.Rd | 3 man/glue_create_catalog.Rd | 5 man/glue_create_column_statistics_task_settings.Rd | 3 man/glue_create_connection.Rd | 3 man/glue_create_crawler.Rd | 36 man/glue_create_custom_entity_type.Rd | 10 man/glue_create_data_quality_ruleset.Rd | 10 man/glue_create_database.Rd | 3 man/glue_create_dev_endpoint.Rd | 107 man/glue_create_glue_identity_center_configuration.Rd |only man/glue_create_integration.Rd | 12 man/glue_create_integration_resource_property.Rd | 5 man/glue_create_integration_table_properties.Rd | 4 man/glue_create_job.Rd | 228 man/glue_create_ml_transform.Rd | 103 man/glue_create_partition.Rd | 6 man/glue_create_partition_index.Rd | 9 man/glue_create_registry.Rd | 10 man/glue_create_schema.Rd | 63 man/glue_create_session.Rd | 59 man/glue_create_table.Rd | 20 man/glue_create_table_optimizer.Rd | 3 man/glue_create_trigger.Rd | 14 man/glue_create_usage_profile.Rd | 3 man/glue_create_user_defined_function.Rd | 6 man/glue_create_workflow.Rd | 17 man/glue_delete_column_statistics_for_partition.Rd | 3 man/glue_delete_column_statistics_for_table.Rd | 3 man/glue_delete_connection.Rd | 3 man/glue_delete_connection_type.Rd |only man/glue_delete_database.Rd | 6 man/glue_delete_glue_identity_center_configuration.Rd |only man/glue_delete_integration_resource_property.Rd |only man/glue_delete_partition.Rd | 3 man/glue_delete_partition_index.Rd | 6 man/glue_delete_registry.Rd | 3 man/glue_delete_schema.Rd | 3 man/glue_delete_schema_versions.Rd | 3 man/glue_delete_table.Rd | 9 man/glue_delete_table_version.Rd | 12 man/glue_delete_user_defined_function.Rd | 4 man/glue_describe_connection_type.Rd | 2 man/glue_describe_entity.Rd | 9 man/glue_describe_inbound_integrations.Rd | 6 man/glue_describe_integrations.Rd | 7 man/glue_get_catalog.Rd | 3 man/glue_get_catalog_import_status.Rd | 3 man/glue_get_catalogs.Rd | 23 man/glue_get_column_statistics_for_partition.Rd | 3 man/glue_get_column_statistics_for_table.Rd | 3 man/glue_get_connection.Rd | 13 man/glue_get_connections.Rd | 10 man/glue_get_data_catalog_encryption_settings.Rd | 4 man/glue_get_database.Rd | 6 man/glue_get_databases.Rd | 19 man/glue_get_entity_records.Rd | 9 man/glue_get_glue_identity_center_configuration.Rd |only man/glue_get_integration_table_properties.Rd | 2 man/glue_get_materialized_view_refresh_task_run.Rd |only man/glue_get_ml_task_runs.Rd | 6 man/glue_get_ml_transform.Rd | 3 man/glue_get_partition.Rd | 13 man/glue_get_partition_indexes.Rd | 6 man/glue_get_partitions.Rd | 53 man/glue_get_plan.Rd | 4 man/glue_get_registry.Rd | 3 man/glue_get_resource_policy.Rd | 5 man/glue_get_schema.Rd | 10 man/glue_get_schema_by_definition.Rd | 9 man/glue_get_schema_version.Rd | 14 man/glue_get_schema_versions_diff.Rd | 9 man/glue_get_table.Rd | 19 man/glue_get_table_version.Rd | 17 man/glue_get_table_versions.Rd | 14 man/glue_get_tables.Rd | 27 man/glue_get_tags.Rd | 3 man/glue_get_triggers.Rd | 4 man/glue_get_unfiltered_partition_metadata.Rd | 7 man/glue_get_unfiltered_partitions_metadata.Rd | 42 man/glue_get_unfiltered_table_metadata.Rd | 55 man/glue_get_user_defined_function.Rd | 4 man/glue_get_user_defined_functions.Rd | 18 man/glue_get_workflow.Rd | 3 man/glue_import_catalog_to_glue.Rd | 3 man/glue_list_connection_types.Rd | 2 man/glue_list_crawls.Rd | 6 man/glue_list_entities.Rd | 10 man/glue_list_integration_resource_properties.Rd |only man/glue_list_materialized_view_refresh_task_runs.Rd |only man/glue_list_ml_transforms.Rd | 3 man/glue_list_registries.Rd | 3 man/glue_list_schema_versions.Rd | 13 man/glue_list_schemas.Rd | 6 man/glue_list_sessions.Rd | 3 man/glue_list_triggers.Rd | 4 man/glue_modify_integration.Rd | 3 man/glue_put_data_catalog_encryption_settings.Rd | 3 man/glue_put_resource_policy.Rd | 20 man/glue_put_workflow_run_properties.Rd | 8 man/glue_query_schema_version_metadata.Rd | 9 man/glue_register_connection_type.Rd |only man/glue_register_schema_version.Rd | 13 man/glue_remove_schema_version_metadata.Rd | 3 man/glue_resume_workflow_run.Rd | 3 man/glue_search_tables.Rd | 31 man/glue_start_column_statistics_task_run.Rd | 12 man/glue_start_column_statistics_task_run_schedule.Rd | 3 man/glue_start_data_quality_rule_recommendation_run.Rd | 11 man/glue_start_data_quality_ruleset_evaluation_run.Rd | 13 man/glue_start_import_labels_task_run.Rd | 3 man/glue_start_job_run.Rd | 159 man/glue_start_materialized_view_refresh_task_run.Rd |only man/glue_start_ml_labeling_set_generation_task_run.Rd | 3 man/glue_start_workflow_run.Rd | 5 man/glue_stop_column_statistics_task_run_schedule.Rd | 3 man/glue_stop_materialized_view_refresh_task_run.Rd |only man/glue_tag_resource.Rd | 3 man/glue_test_connection.Rd | 3 man/glue_untag_resource.Rd | 3 man/glue_update_catalog.Rd | 3 man/glue_update_column_statistics_for_partition.Rd | 3 man/glue_update_column_statistics_for_table.Rd | 3 man/glue_update_column_statistics_task_settings.Rd | 3 man/glue_update_connection.Rd | 3 man/glue_update_crawler.Rd | 27 man/glue_update_crawler_schedule.Rd | 5 man/glue_update_data_quality_ruleset.Rd | 3 man/glue_update_database.Rd | 9 man/glue_update_dev_endpoint.Rd | 15 man/glue_update_glue_identity_center_configuration.Rd |only man/glue_update_job.Rd | 3 man/glue_update_job_from_source_control.Rd | 13 man/glue_update_ml_transform.Rd | 46 man/glue_update_partition.Rd | 6 man/glue_update_registry.Rd | 6 man/glue_update_schema.Rd | 12 man/glue_update_source_control_from_job.Rd | 13 man/glue_update_table.Rd | 27 man/glue_update_table_optimizer.Rd | 3 man/glue_update_usage_profile.Rd | 3 man/glue_update_user_defined_function.Rd | 10 man/glue_update_workflow.Rd | 14 man/gluedatabrew.Rd | 6 man/gluedatabrew_batch_delete_recipe_version.Rd | 4 man/gluedatabrew_create_dataset.Rd | 13 man/gluedatabrew_create_profile_job.Rd | 32 man/gluedatabrew_create_project.Rd | 8 man/gluedatabrew_create_recipe.Rd | 7 man/gluedatabrew_create_recipe_job.Rd | 29 man/gluedatabrew_create_ruleset.Rd | 9 man/gluedatabrew_create_schedule.Rd | 7 man/gluedatabrew_delete_recipe_version.Rd | 4 man/gluedatabrew_describe_recipe.Rd | 3 man/gluedatabrew_list_datasets.Rd | 3 man/gluedatabrew_list_job_runs.Rd | 3 man/gluedatabrew_list_jobs.Rd | 11 man/gluedatabrew_list_projects.Rd | 3 man/gluedatabrew_list_recipe_versions.Rd | 3 man/gluedatabrew_list_recipes.Rd | 8 man/gluedatabrew_list_rulesets.Rd | 9 man/gluedatabrew_list_schedules.Rd | 3 man/gluedatabrew_list_tags_for_resource.Rd | 3 man/gluedatabrew_publish_recipe.Rd | 3 man/gluedatabrew_send_project_session_action.Rd | 14 man/gluedatabrew_start_project_session.Rd | 3 man/gluedatabrew_tag_resource.Rd | 4 man/gluedatabrew_untag_resource.Rd | 3 man/gluedatabrew_update_dataset.Rd | 10 man/gluedatabrew_update_profile_job.Rd | 27 man/gluedatabrew_update_project.Rd | 5 man/gluedatabrew_update_recipe.Rd | 3 man/gluedatabrew_update_recipe_job.Rd | 21 man/gluedatabrew_update_ruleset.Rd | 3 man/gluedatabrew_update_schedule.Rd | 4 man/healthlake.Rd | 26 man/healthlake_create_fhir_datastore.Rd | 22 man/healthlake_delete_fhir_datastore.Rd | 6 man/healthlake_describe_fhir_datastore.Rd | 9 man/healthlake_describe_fhir_export_job.Rd | 10 man/healthlake_describe_fhir_import_job.Rd | 10 man/healthlake_list_fhir_datastores.Rd | 11 man/healthlake_list_fhir_export_jobs.Rd | 21 man/healthlake_list_fhir_import_jobs.Rd | 25 man/healthlake_list_tags_for_resource.Rd | 3 man/healthlake_start_fhir_export_job.Rd | 16 man/healthlake_start_fhir_import_job.Rd | 23 man/healthlake_tag_resource.Rd | 9 man/healthlake_untag_resource.Rd | 9 man/ivs.Rd | 99 man/ivs_create_ad_configuration.Rd |only man/ivs_create_channel.Rd | 77 man/ivs_create_playback_restriction_policy.Rd | 19 man/ivs_create_recording_configuration.Rd | 30 man/ivs_create_stream_key.Rd | 7 man/ivs_delete_ad_configuration.Rd |only man/ivs_get_ad_configuration.Rd |only man/ivs_get_stream_session.Rd | 4 man/ivs_import_playback_key_pair.Rd | 13 man/ivs_insert_ad_break.Rd |only man/ivs_list_ad_configurations.Rd |only man/ivs_list_channels.Rd | 17 man/ivs_list_playback_key_pairs.Rd | 8 man/ivs_list_playback_restriction_policies.Rd | 7 man/ivs_list_recording_configurations.Rd | 8 man/ivs_list_stream_keys.Rd | 7 man/ivs_list_stream_sessions.Rd | 7 man/ivs_list_streams.Rd | 7 man/ivs_put_metadata.Rd | 3 man/ivs_start_viewer_session_revocation.Rd | 8 man/ivs_tag_resource.Rd | 10 man/ivs_untag_resource.Rd | 10 man/ivs_update_channel.Rd | 58 man/ivs_update_playback_restriction_policy.Rd | 16 man/ivsrealtime.Rd | 59 man/ivsrealtime_create_encoder_configuration.Rd | 10 man/ivsrealtime_create_ingest_configuration.Rd | 39 man/ivsrealtime_create_participant_token.Rd | 17 man/ivsrealtime_create_stage.Rd | 13 man/ivsrealtime_create_storage_configuration.Rd | 10 man/ivsrealtime_delete_ingest_configuration.Rd | 5 man/ivsrealtime_disconnect_participant.Rd | 7 man/ivsrealtime_get_participant.Rd | 4 man/ivsrealtime_import_public_key.Rd | 7 man/ivsrealtime_list_compositions.Rd | 6 man/ivsrealtime_list_encoder_configurations.Rd | 3 man/ivsrealtime_list_ingest_configurations.Rd | 9 man/ivsrealtime_list_participant_events.Rd | 7 man/ivsrealtime_list_participant_replicas.Rd |only man/ivsrealtime_list_participants.Rd | 28 man/ivsrealtime_list_public_keys.Rd | 3 man/ivsrealtime_list_stage_sessions.Rd | 3 man/ivsrealtime_list_stages.Rd | 3 man/ivsrealtime_list_storage_configurations.Rd | 6 man/ivsrealtime_start_composition.Rd | 7 man/ivsrealtime_start_participant_replication.Rd |only man/ivsrealtime_stop_participant_replication.Rd |only man/ivsrealtime_tag_resource.Rd | 7 man/ivsrealtime_untag_resource.Rd | 7 man/ivsrealtime_update_ingest_configuration.Rd | 11 man/ivsrealtime_update_stage.Rd | 3 man/kafka.Rd | 9 man/kafka_create_cluster.Rd | 12 man/kafka_create_configuration.Rd | 9 man/kafka_create_replicator.Rd | 14 man/kafka_create_topic.Rd |only man/kafka_delete_configuration.Rd | 3 man/kafka_delete_topic.Rd |only man/kafka_delete_vpc_connection.Rd | 3 man/kafka_describe_cluster_operation.Rd | 3 man/kafka_describe_configuration.Rd | 3 man/kafka_describe_configuration_revision.Rd | 3 man/kafka_describe_topic.Rd |only man/kafka_describe_topic_partitions.Rd |only man/kafka_describe_vpc_connection.Rd | 3 man/kafka_list_client_vpc_connections.Rd | 8 man/kafka_list_cluster_operations.Rd | 8 man/kafka_list_clusters.Rd | 11 man/kafka_list_clusters_v2.Rd | 11 man/kafka_list_configuration_revisions.Rd | 11 man/kafka_list_configurations.Rd | 8 man/kafka_list_kafka_versions.Rd | 7 man/kafka_list_nodes.Rd | 8 man/kafka_list_replicators.Rd | 7 man/kafka_list_tags_for_resource.Rd | 3 man/kafka_list_topics.Rd |only man/kafka_list_vpc_connections.Rd | 8 man/kafka_reboot_broker.Rd | 3 man/kafka_tag_resource.Rd | 3 man/kafka_untag_resource.Rd | 22 man/kafka_update_broker_count.Rd | 6 man/kafka_update_broker_storage.Rd | 6 man/kafka_update_broker_type.Rd | 6 man/kafka_update_cluster_configuration.Rd | 3 man/kafka_update_cluster_kafka_version.Rd | 3 man/kafka_update_configuration.Rd | 6 man/kafka_update_connectivity.Rd | 15 man/kafka_update_monitoring.Rd | 9 man/kafka_update_rebalancing.Rd |only man/kafka_update_replication_info.Rd | 19 man/kafka_update_security.Rd | 4 man/kafka_update_storage.Rd | 3 man/kafka_update_topic.Rd |only man/kafkaconnect_create_connector.Rd | 30 man/kafkaconnect_delete_custom_plugin.Rd | 3 man/kafkaconnect_delete_worker_configuration.Rd | 3 man/kafkaconnect_describe_connector.Rd | 3 man/kafkaconnect_describe_worker_configuration.Rd | 3 man/kafkaconnect_list_connector_operations.Rd | 7 man/kafkaconnect_list_connectors.Rd | 4 man/kafkaconnect_list_custom_plugins.Rd | 4 man/kafkaconnect_list_tags_for_resource.Rd | 3 man/kafkaconnect_list_worker_configurations.Rd | 7 man/kafkaconnect_tag_resource.Rd | 3 man/kafkaconnect_untag_resource.Rd | 3 man/kafkaconnect_update_connector.Rd | 5 man/kendra_associate_personas_to_entities.Rd | 5 man/kendra_batch_delete_document.Rd | 2 man/kendra_batch_get_document_status.Rd | 9 man/kendra_batch_put_document.Rd | 19 man/kendra_create_access_control_configuration.Rd | 19 man/kendra_create_data_source.Rd | 68 man/kendra_create_experience.Rd | 18 man/kendra_create_faq.Rd | 23 man/kendra_create_featured_results_set.Rd | 37 man/kendra_create_index.Rd | 69 man/kendra_create_query_suggestions_block_list.Rd | 23 man/kendra_create_thesaurus.Rd | 13 man/kendra_delete_principal_mapping.Rd | 28 man/kendra_describe_access_control_configuration.Rd | 3 man/kendra_describe_experience.Rd | 3 man/kendra_describe_featured_results_set.Rd | 3 man/kendra_describe_principal_mapping.Rd | 9 man/kendra_describe_query_suggestions_config.Rd | 3 man/kendra_disassociate_personas_from_entities.Rd | 3 man/kendra_get_query_suggestions.Rd | 27 man/kendra_get_snapshots.Rd | 30 man/kendra_list_access_control_configurations.Rd | 5 man/kendra_list_data_source_sync_jobs.Rd | 14 man/kendra_list_data_sources.Rd | 8 man/kendra_list_entity_personas.Rd | 5 man/kendra_list_experience_entities.Rd | 5 man/kendra_list_experiences.Rd | 5 man/kendra_list_faqs.Rd | 7 man/kendra_list_featured_results_sets.Rd | 4 man/kendra_list_groups_older_than_ordering_id.Rd | 17 man/kendra_list_indices.Rd | 4 man/kendra_list_query_suggestions_block_lists.Rd | 8 man/kendra_list_tags_for_resource.Rd | 7 man/kendra_list_thesauri.Rd | 5 man/kendra_put_principal_mapping.Rd | 43 man/kendra_query.Rd | 108 man/kendra_retrieve.Rd | 64 man/kendra_stop_data_source_sync_job.Rd | 3 man/kendra_submit_feedback.Rd | 10 man/kendra_tag_resource.Rd | 10 man/kendra_untag_resource.Rd | 10 man/kendra_update_access_control_configuration.Rd | 10 man/kendra_update_data_source.Rd | 25 man/kendra_update_experience.Rd | 9 man/kendra_update_featured_results_set.Rd | 15 man/kendra_update_index.Rd | 41 man/kendra_update_query_suggestions_block_list.Rd | 14 man/kendra_update_query_suggestions_config.Rd | 52 man/kendra_update_thesaurus.Rd | 5 man/kendraranking.Rd | 3 man/kendraranking_create_rescore_execution_plan.Rd | 17 man/kendraranking_describe_rescore_execution_plan.Rd | 3 man/kendraranking_list_rescore_execution_plans.Rd | 4 man/kendraranking_list_tags_for_resource.Rd | 3 man/kendraranking_rescore.Rd | 7 man/kendraranking_tag_resource.Rd | 3 man/kendraranking_untag_resource.Rd | 6 man/kendraranking_update_rescore_execution_plan.Rd | 6 man/kinesis.Rd | 12 man/kinesis_add_tags_to_stream.Rd | 11 man/kinesis_create_stream.Rd | 25 man/kinesis_decrease_stream_retention_period.Rd | 8 man/kinesis_delete_resource_policy.Rd | 4 man/kinesis_delete_stream.Rd | 10 man/kinesis_deregister_stream_consumer.Rd | 15 man/kinesis_describe_account_settings.Rd |only man/kinesis_describe_stream.Rd | 19 man/kinesis_describe_stream_consumer.Rd | 11 man/kinesis_describe_stream_summary.Rd | 8 man/kinesis_disable_enhanced_monitoring.Rd | 14 man/kinesis_enable_enhanced_monitoring.Rd | 11 man/kinesis_get_records.Rd | 18 man/kinesis_get_resource_policy.Rd | 4 man/kinesis_get_shard_iterator.Rd | 40 man/kinesis_increase_stream_retention_period.Rd | 8 man/kinesis_list_shards.Rd | 106 man/kinesis_list_stream_consumers.Rd | 56 man/kinesis_list_streams.Rd | 5 man/kinesis_list_tags_for_resource.Rd |only man/kinesis_list_tags_for_stream.Rd | 14 man/kinesis_merge_shards.Rd | 8 man/kinesis_put_record.Rd | 38 man/kinesis_put_records.Rd | 9 man/kinesis_put_resource_policy.Rd | 8 man/kinesis_register_stream_consumer.Rd | 17 man/kinesis_remove_tags_from_stream.Rd | 9 man/kinesis_split_shard.Rd | 14 man/kinesis_start_stream_encryption.Rd | 20 man/kinesis_stop_stream_encryption.Rd | 20 man/kinesis_subscribe_to_shard.Rd | 15 man/kinesis_tag_resource.Rd |only man/kinesis_untag_resource.Rd |only man/kinesis_update_account_settings.Rd |only man/kinesis_update_max_record_size.Rd |only man/kinesis_update_shard_count.Rd | 18 man/kinesis_update_stream_mode.Rd | 19 man/kinesis_update_stream_warm_throughput.Rd |only man/kinesisanalytics.Rd | 8 man/kinesisanalytics_add_applic_input_proces_config.Rd | 20 man/kinesisanalytics_add_application_cloud_watch_logging_option.Rd | 4 man/kinesisanalytics_add_application_input.Rd | 11 man/kinesisanalytics_add_application_output.Rd | 16 man/kinesisanalytics_add_application_reference_data_source.Rd | 15 man/kinesisanalytics_create_application.Rd | 84 man/kinesisanalytics_delet_appli_cloud_watch_loggi_optio.Rd | 5 man/kinesisanalytics_delete_applic_input_proces_config.Rd | 6 man/kinesisanalytics_delete_application.Rd | 4 man/kinesisanalytics_delete_application_output.Rd | 16 man/kinesisanalytics_delete_application_reference_data_source.Rd | 13 man/kinesisanalytics_discover_input_schema.Rd | 14 man/kinesisanalytics_list_applications.Rd | 5 man/kinesisanalytics_start_application.Rd | 5 man/kinesisanalytics_untag_resource.Rd | 3 man/kinesisanalytics_update_application.Rd | 4 man/kinesisanalyticsv2.Rd | 13 man/kinesisanalyticsv2_add_appli_cloud_watch_loggi_optio.Rd | 14 man/kinesisanalyticsv2_add_applic_input_proces_config.Rd | 16 man/kinesisanalyticsv2_add_application_input.Rd | 8 man/kinesisanalyticsv2_add_application_output.Rd | 16 man/kinesisanalyticsv2_add_application_reference_data_source.Rd | 12 man/kinesisanalyticsv2_add_application_vpc_configuration.Rd | 17 man/kinesisanalyticsv2_create_application.Rd | 18 man/kinesisanalyticsv2_create_application_presigned_url.Rd | 3 man/kinesisanalyticsv2_delet_appli_cloud_watch_loggi_optio.Rd | 19 man/kinesisanalyticsv2_delete_applic_input_proces_config.Rd | 12 man/kinesisanalyticsv2_delete_application.Rd | 4 man/kinesisanalyticsv2_delete_application_output.Rd | 16 man/kinesisanalyticsv2_delete_application_reference_data_source.Rd | 13 man/kinesisanalyticsv2_delete_application_snapshot.Rd | 3 man/kinesisanalyticsv2_delete_application_vpc_configuration.Rd | 14 man/kinesisanalyticsv2_describe_application.Rd | 3 man/kinesisanalyticsv2_describe_application_operation.Rd | 9 man/kinesisanalyticsv2_describe_application_snapshot.Rd | 3 man/kinesisanalyticsv2_describe_application_version.Rd | 6 man/kinesisanalyticsv2_discover_input_schema.Rd | 9 man/kinesisanalyticsv2_list_application_operations.Rd | 16 man/kinesisanalyticsv2_list_application_snapshots.Rd | 5 man/kinesisanalyticsv2_list_application_versions.Rd | 7 man/kinesisanalyticsv2_list_applications.Rd | 4 man/kinesisanalyticsv2_rollback_application.Rd | 4 man/kinesisanalyticsv2_start_application.Rd | 3 man/kinesisanalyticsv2_stop_application.Rd | 15 man/kinesisanalyticsv2_untag_resource.Rd | 3 man/kinesisanalyticsv2_update_applic_mainte_config.Rd | 3 man/kinesisanalyticsv2_update_application.Rd | 30 man/mturk_accept_qualification_request.Rd | 7 man/mturk_approve_assignment.Rd | 9 man/mturk_associate_qualification_with_worker.Rd | 8 man/mturk_create_additional_assignments_for_hit.Rd | 8 man/mturk_create_hit.Rd | 122 man/mturk_create_hit_type.Rd | 46 man/mturk_create_hit_with_hit_type.Rd | 74 man/mturk_create_qualification_type.Rd | 64 man/mturk_create_worker_block.Rd | 4 man/mturk_delete_worker_block.Rd | 3 man/mturk_disassociate_qualification_from_worker.Rd | 3 man/mturk_get_file_upload_url.Rd | 6 man/mturk_list_assignments_for_hit.Rd | 2 man/mturk_list_bonus_payments.Rd | 12 man/mturk_list_hi_ts.Rd | 2 man/mturk_list_qualification_requests.Rd | 2 man/mturk_list_qualification_types.Rd | 15 man/mturk_list_review_policy_results_for_hit.Rd | 10 man/mturk_list_reviewable_hi_ts.Rd | 6 man/mturk_list_worker_blocks.Rd | 2 man/mturk_notify_workers.Rd | 9 man/mturk_reject_assignment.Rd | 6 man/mturk_reject_qualification_request.Rd | 7 man/mturk_send_bonus.Rd | 14 man/mturk_send_test_event_notification.Rd | 9 man/mturk_update_hit_review_status.Rd | 6 man/mturk_update_notification_settings.Rd | 8 man/mturk_update_qualification_type.Rd | 45 man/opensearchingestion.Rd | 13 man/opensearchingestion_create_pipeline.Rd | 21 man/opensearchingestion_create_pipeline_endpoint.Rd |only man/opensearchingestion_delete_pipeline_endpoint.Rd |only man/opensearchingestion_delete_resource_policy.Rd |only man/opensearchingestion_get_resource_policy.Rd |only man/opensearchingestion_list_pipeline_endpoint_connections.Rd |only man/opensearchingestion_list_pipeline_endpoints.Rd |only man/opensearchingestion_list_pipelines.Rd | 9 man/opensearchingestion_put_resource_policy.Rd |only man/opensearchingestion_revoke_pipeline_endpoint_connections.Rd |only man/opensearchingestion_update_pipeline.Rd | 13 man/opensearchingestion_validate_pipeline.Rd | 5 man/opensearchservice.Rd | 30 man/opensearchservice_add_direct_query_data_source.Rd | 19 man/opensearchservice_add_tags.Rd | 3 man/opensearchservice_associate_package.Rd | 10 man/opensearchservice_associate_packages.Rd | 5 man/opensearchservice_authorize_vpc_endpoint_access.Rd | 5 man/opensearchservice_cancel_domain_config_change.Rd | 5 man/opensearchservice_cancel_service_software_update.Rd | 3 man/opensearchservice_create_application.Rd | 25 man/opensearchservice_create_domain.Rd | 85 man/opensearchservice_create_index.Rd |only man/opensearchservice_create_package.Rd | 7 man/opensearchservice_delete_application.Rd | 7 man/opensearchservice_delete_direct_query_data_source.Rd | 3 man/opensearchservice_delete_index.Rd |only man/opensearchservice_delete_package.Rd | 4 man/opensearchservice_deregister_capability.Rd |only man/opensearchservice_describe_domain_auto_tunes.Rd | 10 man/opensearchservice_describe_domain_change_progress.Rd | 4 man/opensearchservice_describe_domain_config.Rd | 3 man/opensearchservice_describe_domains.Rd | 3 man/opensearchservice_describe_dry_run_progress.Rd | 4 man/opensearchservice_describe_inbound_connections.Rd | 13 man/opensearchservice_describe_insight_details.Rd |only man/opensearchservice_describe_instance_type_limits.Rd | 9 man/opensearchservice_describe_outbound_connections.Rd | 10 man/opensearchservice_describe_packages.Rd | 11 man/opensearchservice_describe_reserved_instance_offerings.Rd | 14 man/opensearchservice_describe_reserved_instances.Rd | 14 man/opensearchservice_dissociate_package.Rd | 4 man/opensearchservice_dissociate_packages.Rd | 6 man/opensearchservice_get_application.Rd | 7 man/opensearchservice_get_capability.Rd |only man/opensearchservice_get_compatible_versions.Rd | 3 man/opensearchservice_get_default_application_setting.Rd |only man/opensearchservice_get_direct_query_data_source.Rd | 3 man/opensearchservice_get_index.Rd |only man/opensearchservice_get_package_version_history.Rd | 10 man/opensearchservice_get_upgrade_history.Rd | 10 man/opensearchservice_list_applications.Rd | 12 man/opensearchservice_list_direct_query_data_sources.Rd | 2 man/opensearchservice_list_domain_maintenances.Rd | 10 man/opensearchservice_list_domains_for_package.Rd | 13 man/opensearchservice_list_insights.Rd |only man/opensearchservice_list_instance_type_details.Rd | 17 man/opensearchservice_list_packages_for_domain.Rd | 10 man/opensearchservice_list_scheduled_actions.Rd | 10 man/opensearchservice_list_tags.Rd | 3 man/opensearchservice_list_versions.Rd | 9 man/opensearchservice_list_vpc_endpoint_access.Rd | 10 man/opensearchservice_list_vpc_endpoints.Rd | 6 man/opensearchservice_list_vpc_endpoints_for_domain.Rd | 5 man/opensearchservice_put_default_application_setting.Rd |only man/opensearchservice_register_capability.Rd |only man/opensearchservice_remove_tags.Rd | 6 man/opensearchservice_revoke_vpc_endpoint_access.Rd | 5 man/opensearchservice_rollback_service_software_update.Rd |only man/opensearchservice_start_service_software_update.Rd | 22 man/opensearchservice_update_application.Rd | 11 man/opensearchservice_update_direct_query_data_source.Rd | 17 man/opensearchservice_update_domain_config.Rd | 71 man/opensearchservice_update_index.Rd |only man/opensearchservice_update_package.Rd | 3 man/opensearchservice_update_package_scope.Rd | 3 man/opensearchservice_update_scheduled_action.Rd | 26 man/opensearchservice_upgrade_domain.Rd | 12 man/opensearchserviceserverless.Rd | 21 man/opensearchserviceserverless_batch_get_collection.Rd | 13 man/opensearchserviceserverless_batch_get_collection_group.Rd |only man/opensearchserviceserverless_create_access_policy.Rd | 3 man/opensearchserviceserverless_create_collection.Rd | 12 man/opensearchserviceserverless_create_collection_group.Rd |only man/opensearchserviceserverless_create_index.Rd |only man/opensearchserviceserverless_create_lifecycle_policy.Rd | 3 man/opensearchserviceserverless_create_security_config.Rd | 10 man/opensearchserviceserverless_create_security_policy.Rd | 3 man/opensearchserviceserverless_create_vpc_endpoint.Rd | 7 man/opensearchserviceserverless_delete_collection.Rd | 8 man/opensearchserviceserverless_delete_collection_group.Rd |only man/opensearchserviceserverless_delete_index.Rd |only man/opensearchserviceserverless_delete_security_config.Rd | 4 man/opensearchserviceserverless_get_index.Rd |only man/opensearchserviceserverless_list_access_policies.Rd | 14 man/opensearchserviceserverless_list_collection_groups.Rd |only man/opensearchserviceserverless_list_collections.Rd | 10 man/opensearchserviceserverless_list_lifecycle_policies.Rd | 14 man/opensearchserviceserverless_list_security_configs.Rd | 11 man/opensearchserviceserverless_list_security_policies.Rd | 14 man/opensearchserviceserverless_list_tags_for_resource.Rd | 4 man/opensearchserviceserverless_list_vpc_endpoints.Rd | 15 man/opensearchserviceserverless_tag_resource.Rd | 7 man/opensearchserviceserverless_untag_resource.Rd | 7 man/opensearchserviceserverless_update_access_policy.Rd | 3 man/opensearchserviceserverless_update_account_settings.Rd | 2 man/opensearchserviceserverless_update_collection.Rd | 3 man/opensearchserviceserverless_update_collection_group.Rd |only man/opensearchserviceserverless_update_index.Rd |only man/opensearchserviceserverless_update_lifecycle_policy.Rd | 3 man/opensearchserviceserverless_update_security_config.Rd | 14 man/opensearchserviceserverless_update_security_policy.Rd | 3 man/opensearchserviceserverless_update_vpc_endpoint.Rd | 7 man/quicksight.Rd | 141 man/quicksight_batch_create_topic_reviewed_answer.Rd | 7 man/quicksight_batch_delete_topic_reviewed_answer.Rd | 7 man/quicksight_create_account_customization.Rd | 20 man/quicksight_create_account_subscription.Rd | 158 man/quicksight_create_action_connector.Rd |only man/quicksight_create_analysis.Rd | 55 man/quicksight_create_brand.Rd | 6 man/quicksight_create_custom_permissions.Rd | 3 man/quicksight_create_dashboard.Rd | 77 man/quicksight_create_data_set.Rd | 41 man/quicksight_create_data_source.Rd | 25 man/quicksight_create_folder.Rd | 12 man/quicksight_create_group.Rd | 8 man/quicksight_create_group_membership.Rd | 8 man/quicksight_create_iam_policy_assignment.Rd | 23 man/quicksight_create_namespace.Rd | 13 man/quicksight_create_role_membership.Rd | 11 man/quicksight_create_template.Rd | 54 man/quicksight_create_template_alias.Rd | 7 man/quicksight_create_theme.Rd | 22 man/quicksight_create_theme_alias.Rd | 7 man/quicksight_create_topic.Rd | 14 man/quicksight_create_topic_refresh_schedule.Rd | 6 man/quicksight_create_vpc_connection.Rd | 10 man/quicksight_delete_account_custom_permission.Rd |only man/quicksight_delete_account_customization.Rd | 14 man/quicksight_delete_account_subscription.Rd | 9 man/quicksight_delete_action_connector.Rd |only man/quicksight_delete_analysis.Rd | 16 man/quicksight_delete_brand.Rd | 6 man/quicksight_delete_brand_assignment.Rd | 3 man/quicksight_delete_custom_permissions.Rd | 3 man/quicksight_delete_dashboard.Rd | 6 man/quicksight_delete_data_set.Rd | 3 man/quicksight_delete_data_source.Rd | 3 man/quicksight_delete_default_q_business_application.Rd | 12 man/quicksight_delete_group.Rd | 8 man/quicksight_delete_group_membership.Rd | 4 man/quicksight_delete_iam_policy_assignment.Rd | 3 man/quicksight_delete_identity_propagation_config.Rd | 11 man/quicksight_delete_namespace.Rd | 3 man/quicksight_delete_role_custom_permission.Rd | 4 man/quicksight_delete_role_membership.Rd | 5 man/quicksight_delete_template.Rd | 8 man/quicksight_delete_template_alias.Rd | 8 man/quicksight_delete_theme.Rd | 7 man/quicksight_delete_theme_alias.Rd | 3 man/quicksight_delete_topic.Rd | 6 man/quicksight_delete_topic_refresh_schedule.Rd | 3 man/quicksight_delete_user.Rd | 8 man/quicksight_delete_user_by_principal_id.Rd | 4 man/quicksight_delete_user_custom_permission.Rd | 6 man/quicksight_delete_vpc_connection.Rd | 7 man/quicksight_describe_account_custom_permission.Rd |only man/quicksight_describe_account_customization.Rd | 18 man/quicksight_describe_account_settings.Rd | 9 man/quicksight_describe_account_subscription.Rd | 7 man/quicksight_describe_action_connector.Rd |only man/quicksight_describe_action_connector_permissions.Rd |only man/quicksight_describe_analysis.Rd | 7 man/quicksight_describe_analysis_definition.Rd | 7 man/quicksight_describe_analysis_permissions.Rd | 7 man/quicksight_describe_asset_bundle_export_job.Rd | 5 man/quicksight_describe_asset_bundle_import_job.Rd | 7 man/quicksight_describe_automation_job.Rd |only man/quicksight_describe_brand.Rd | 2 man/quicksight_describe_brand_assignment.Rd | 3 man/quicksight_describe_brand_published_version.Rd | 2 man/quicksight_describe_custom_permissions.Rd | 3 man/quicksight_describe_dashboard.Rd | 6 man/quicksight_describe_dashboard_definition.Rd | 6 man/quicksight_describe_dashboard_permissions.Rd | 3 man/quicksight_describe_dashboard_snapshot_job.Rd | 8 man/quicksight_describe_dashboard_snapshot_job_result.Rd | 8 man/quicksight_describe_dashboards_qa_configuration.Rd | 3 man/quicksight_describe_data_set.Rd | 3 man/quicksight_describe_data_set_permissions.Rd | 3 man/quicksight_describe_data_source.Rd | 3 man/quicksight_describe_data_source_permissions.Rd | 3 man/quicksight_describe_default_q_business_application.Rd | 14 man/quicksight_describe_group.Rd | 8 man/quicksight_describe_group_membership.Rd | 4 man/quicksight_describe_iam_policy_assignment.Rd | 3 man/quicksight_describe_key_registration.Rd | 7 man/quicksight_describe_namespace.Rd | 3 man/quicksight_describe_q_personalization_configuration.Rd | 3 man/quicksight_describe_quick_sight_q_search_configuration.Rd | 7 man/quicksight_describe_role_custom_permission.Rd | 5 man/quicksight_describe_self_upgrade_configuration.Rd |only man/quicksight_describe_template.Rd | 13 man/quicksight_describe_template_alias.Rd | 9 man/quicksight_describe_template_definition.Rd | 10 man/quicksight_describe_template_permissions.Rd | 3 man/quicksight_describe_theme.Rd | 13 man/quicksight_describe_theme_alias.Rd | 3 man/quicksight_describe_theme_permissions.Rd | 3 man/quicksight_describe_topic.Rd | 3 man/quicksight_describe_topic_permissions.Rd | 6 man/quicksight_describe_topic_refresh.Rd | 9 man/quicksight_describe_topic_refresh_schedule.Rd | 4 man/quicksight_describe_user.Rd | 4 man/quicksight_describe_vpc_connection.Rd | 7 man/quicksight_gener_embed_url_for_regis_user_with_ident.Rd | 8 man/quicksight_generate_embed_url_for_anonymous_user.Rd | 60 man/quicksight_generate_embed_url_for_registered_user.Rd | 30 man/quicksight_get_dashboard_embed_url.Rd | 55 man/quicksight_get_flow_metadata.Rd |only man/quicksight_get_flow_permissions.Rd |only man/quicksight_get_identity_context.Rd |only man/quicksight_get_session_embed_url.Rd | 31 man/quicksight_list_action_connectors.Rd |only man/quicksight_list_analyses.Rd | 4 man/quicksight_list_asset_bundle_export_jobs.Rd | 6 man/quicksight_list_asset_bundle_import_jobs.Rd | 6 man/quicksight_list_brands.Rd | 10 man/quicksight_list_custom_permissions.Rd | 6 man/quicksight_list_dashboard_versions.Rd | 10 man/quicksight_list_dashboards.Rd | 6 man/quicksight_list_data_sets.Rd | 3 man/quicksight_list_data_sources.Rd | 3 man/quicksight_list_flows.Rd |only man/quicksight_list_folder_members.Rd | 3 man/quicksight_list_folders.Rd | 3 man/quicksight_list_folders_for_resource.Rd | 6 man/quicksight_list_group_memberships.Rd | 4 man/quicksight_list_groups.Rd | 8 man/quicksight_list_iam_policy_assignments.Rd | 10 man/quicksight_list_iam_policy_assignments_for_user.Rd | 3 man/quicksight_list_identity_propagation_configs.Rd | 10 man/quicksight_list_ingestions.Rd | 5 man/quicksight_list_namespaces.Rd | 13 man/quicksight_list_role_memberships.Rd | 5 man/quicksight_list_self_upgrades.Rd |only man/quicksight_list_tags_for_resource.Rd | 3 man/quicksight_list_template_aliases.Rd | 6 man/quicksight_list_template_versions.Rd | 12 man/quicksight_list_templates.Rd | 10 man/quicksight_list_theme_aliases.Rd | 6 man/quicksight_list_theme_versions.Rd | 6 man/quicksight_list_themes.Rd | 15 man/quicksight_list_topic_refresh_schedules.Rd | 6 man/quicksight_list_topic_reviewed_answers.Rd | 7 man/quicksight_list_topics.Rd | 6 man/quicksight_list_user_groups.Rd | 11 man/quicksight_list_users.Rd | 8 man/quicksight_list_vpc_connections.Rd | 6 man/quicksight_predict_qa_results.Rd | 3 man/quicksight_register_user.Rd | 99 man/quicksight_restore_analysis.Rd | 7 man/quicksight_search_action_connectors.Rd |only man/quicksight_search_analyses.Rd | 6 man/quicksight_search_dashboards.Rd | 10 man/quicksight_search_flows.Rd |only man/quicksight_search_folders.Rd | 7 man/quicksight_search_groups.Rd | 13 man/quicksight_search_topics.Rd | 10 man/quicksight_start_asset_bundle_export_job.Rd | 56 man/quicksight_start_asset_bundle_import_job.Rd | 25 man/quicksight_start_automation_job.Rd |only man/quicksight_start_dashboard_snapshot_job.Rd | 18 man/quicksight_start_dashboard_snapshot_job_schedule.Rd | 11 man/quicksight_tag_resource.Rd | 9 man/quicksight_untag_resource.Rd | 3 man/quicksight_update_account_custom_permission.Rd |only man/quicksight_update_account_customization.Rd | 14 man/quicksight_update_account_settings.Rd | 22 man/quicksight_update_action_connector.Rd |only man/quicksight_update_action_connector_permissions.Rd |only man/quicksight_update_analysis.Rd | 35 man/quicksight_update_analysis_permissions.Rd | 13 man/quicksight_update_application_with_token_exchange_grant.Rd | 9 man/quicksight_update_brand.Rd | 2 man/quicksight_update_brand_assignment.Rd | 3 man/quicksight_update_brand_published_version.Rd | 2 man/quicksight_update_custom_permissions.Rd | 3 man/quicksight_update_dashboard.Rd | 54 man/quicksight_update_dashboard_links.Rd | 6 man/quicksight_update_dashboard_permissions.Rd | 3 man/quicksight_update_dashboard_published_version.Rd | 3 man/quicksight_update_dashboards_qa_configuration.Rd | 3 man/quicksight_update_data_set.Rd | 31 man/quicksight_update_data_set_permissions.Rd | 4 man/quicksight_update_data_source.Rd | 16 man/quicksight_update_data_source_permissions.Rd | 9 man/quicksight_update_default_q_business_application.Rd | 14 man/quicksight_update_flow_permissions.Rd |only man/quicksight_update_folder.Rd | 3 man/quicksight_update_folder_permissions.Rd | 9 man/quicksight_update_group.Rd | 4 man/quicksight_update_iam_policy_assignment.Rd | 21 man/quicksight_update_identity_propagation_config.Rd | 13 man/quicksight_update_ip_restriction.Rd | 10 man/quicksight_update_key_registration.Rd | 10 man/quicksight_update_public_sharing_settings.Rd | 12 man/quicksight_update_q_personalization_configuration.Rd | 7 man/quicksight_update_quick_sight_q_search_configuration.Rd | 10 man/quicksight_update_role_custom_permission.Rd | 5 man/quicksight_update_self_upgrade.Rd |only man/quicksight_update_self_upgrade_configuration.Rd |only man/quicksight_update_spice_capacity_configuration.Rd | 14 man/quicksight_update_template.Rd | 37 man/quicksight_update_template_alias.Rd | 9 man/quicksight_update_theme.Rd | 12 man/quicksight_update_theme_alias.Rd | 3 man/quicksight_update_topic.Rd | 15 man/quicksight_update_topic_permissions.Rd | 6 man/quicksight_update_topic_refresh_schedule.Rd | 6 man/quicksight_update_user.Rd | 93 man/quicksight_update_user_custom_permission.Rd | 3 man/quicksight_update_vpc_connection.Rd | 7 man/reexports.Rd | 2 tests/testthat/test_glue.R | 4 tests/testthat/test_ivs.R | 4 tests/testthat/test_kinesis.R | 4 tests/testthat/test_opensearchingestion.R | 16 tests/testthat/test_opensearchserviceserverless.R | 4 1247 files changed, 16721 insertions(+), 20789 deletions(-)
More information about paws.analytics at CRAN
Permanent link
Title: Implements Queue, PriorityQueue and Stack Classes
Description: Provides three classes: Queue, PriorityQueue and Stack. Queue is just a
"plain vanilla" FIFO queue; PriorityQueue orders items according to priority. Stack implements LIFO.
Author: Andrew Collier [aut, cre]
Maintainer: Andrew Collier <andrew.b.collier@gmail.com>
Diff between liqueueR versions 0.0.1 dated 2016-08-22 and 0.0.5 dated 2026-05-30
DESCRIPTION | 14 ++++---- MD5 | 16 ++++----- R/queue.R | 61 +++++++++++++++++++++++------------ README.md | 3 + man/PriorityQueue-class.Rd | 7 ++-- man/Queue-class.Rd | 5 +- man/Stack-class.Rd | 5 +- tests/testthat/test_priority_queue.R | 35 +++++++++++++++++++- tests/testthat/test_queue.R | 4 ++ 9 files changed, 108 insertions(+), 42 deletions(-)
Title: Presentation-Ready Data Summary and Analytic Result Tables
Description: Creates presentation-ready tables summarizing data sets,
regression models, and more. The code to create the tables is concise
and highly customizable. Data frames can be summarized with any
function, e.g. mean(), median(), even user-written functions.
Regression models are summarized and include the reference rows for
categorical variables. Common regression models, such as logistic
regression and Cox proportional hazards regression, are automatically
identified and the tables are pre-filled with appropriate column
headers.
Author: Daniel D. Sjoberg [aut, cre] ,
Joseph Larmarange [aut] ,
Michael Curry [aut] ,
Emily de la Rua [aut] ,
Jessica Lavery [aut] ,
Karissa Whiting [aut] ,
Emily C. Zabor [aut] ,
Xing Bai [ctb],
Malcolm Barrett [ctb] ,
Esther Drill [ctb] ,
Jessica Flynn [c [...truncated...]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Diff between gtsummary versions 2.5.0 dated 2025-12-05 and 2.5.1 dated 2026-05-30
DESCRIPTION | 10 MD5 | 100 +- NEWS.md | 14 R/add_difference.tbl_svysummary.R | 8 R/add_p.tbl_survfit.R | 2 R/as_flex_table.R | 2 R/as_gt.R | 2 R/as_hux_table.R | 2 R/as_kable_extra.R | 2 R/assign_tests.R | 2 R/brdg_hierarchical.R | 2 R/set_gtsummary_theme.R | 4 R/sort_hierarchical.R | 14 R/style_number.R | 70 + R/sysdata.rda |binary R/tbl_ard_hierarchical.R | 7 R/tbl_ard_strata.R | 2 R/tbl_ard_summary.R | 4 R/tbl_ard_wide_summary.R | 4 R/tbl_hierarchical.R | 20 R/tbl_merge.R | 10 R/theme_gtsummary.R | 8 R/utils-add_p_tests.R | 5 R/utils-translations.R | 17 README.md | 16 inst/doc/gtsummary_definition.html | 1100 +++++++++++++------------- man/add_difference.tbl_svysummary.Rd | 8 man/add_nevent.tbl_survfit.Rd | 4 man/add_p.tbl_survfit.Rd | 6 man/gtsummary-package.Rd | 1 man/head.gtsummary.Rd | 4 man/label_style.Rd | 4 man/modify_column_merge.Rd | 6 man/modify_indent.Rd | 6 man/modify_table_styling.Rd | 6 man/reexports.Rd | 2 man/style_sigfig.Rd | 2 man/tbl_custom_summary.Rd | 2 man/tbl_regression_methods.Rd | 2 man/tbl_svysummary.Rd | 8 man/tests.Rd | 1 man/theme_gtsummary.Rd | 6 tests/testthat/_snaps/add_p.tbl_summary.md | 28 tests/testthat/_snaps/add_p.tbl_svysummary.md | 2 tests/testthat/test-add_p.tbl_summary.R | 8 tests/testthat/test-as_gt.R | 8 tests/testthat/test-filter_hierarchical.R | 23 tests/testthat/test-inline_text.R | 2 tests/testthat/test-sort_hierarchical.R | 23 tests/testthat/test-style_number.R | 5 tests/testthat/test-tbl_hierarchical.R | 41 51 files changed, 908 insertions(+), 727 deletions(-)
Title: Casting Values into Shape
Description: Helper functions with a consistent interface to coerce and verify
the types and shapes of values for input checking.
Author: Kevin Kuo [aut] ,
Tomasz Kalinowski [cre]
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Diff between forge versions 0.2.0 dated 2019-02-26 and 0.2.1 dated 2026-05-30
forge-0.2.0/forge/R/vctrs.R |only forge-0.2.1/forge/DESCRIPTION | 20 - forge-0.2.1/forge/MD5 | 15 - forge-0.2.1/forge/NEWS.md | 6 forge-0.2.1/forge/R/cast.R | 13 - forge-0.2.1/forge/R/cast_utils.R | 8 forge-0.2.1/forge/README.md | 22 - forge-0.2.1/forge/man/cast.Rd | 302 +++++++++++++++++++-------- forge-0.2.1/forge/tests/testthat/test-cast.R | 28 ++ 9 files changed, 289 insertions(+), 125 deletions(-)
Title: Learning R with Dr. Hu
Description: Provides interactive workshops for learning R easily and happily.
Each workshop is a self-contained 'Quarto' Live document whose code cells run
in the browser via 'WebAssembly', so learners can read the instructions and
run the exercises side by side without a local R setup. The materials
accompany the "Learning R with Dr. Hu" workshop series.
Author: Yue Hu [aut, cre],
Qian Qiu [ctb, trl],
Xinyi Ye [ctb, trl],
Yufei Sun [ctb]
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>
Diff between drhur versions 1.1.0 dated 2023-05-17 and 2.0.0 dated 2026-05-30
drhur-1.1.0/drhur/inst/tutorials |only drhur-2.0.0/drhur/DESCRIPTION | 26 ++- drhur-2.0.0/drhur/MD5 | 98 ++++++----- drhur-2.0.0/drhur/NAMESPACE | 3 drhur-2.0.0/drhur/NEWS.md | 14 + drhur-2.0.0/drhur/R/drhur.R | 180 ++++++++++++++++++---- drhur-2.0.0/drhur/README.md | 64 +++++-- drhur-2.0.0/drhur/build/vignette.rds |binary drhur-2.0.0/drhur/inst/doc/drhur-vignette.R | 16 + drhur-2.0.0/drhur/inst/doc/drhur-vignette.Rmd | 25 ++- drhur-2.0.0/drhur/inst/doc/drhur-vignette.html | 46 ++++- drhur-2.0.0/drhur/inst/doc/drhur-vignette_cn.R | 16 + drhur-2.0.0/drhur/inst/doc/drhur-vignette_cn.Rmd | 21 ++ drhur-2.0.0/drhur/inst/doc/drhur-vignette_cn.html | 33 +++- drhur-2.0.0/drhur/inst/quarto_live |only drhur-2.0.0/drhur/man/drhur.Rd | 82 ++++++++-- drhur-2.0.0/drhur/vignettes/drhur-vignette.Rmd | 25 ++- drhur-2.0.0/drhur/vignettes/drhur-vignette_cn.Rmd | 21 ++ 18 files changed, 510 insertions(+), 160 deletions(-)
Title: A Distributed Worker Launcher Framework
Description: In computationally demanding analysis projects,
statisticians and data scientists asynchronously
deploy long-running tasks to distributed systems,
ranging from traditional clusters to cloud services.
The 'NNG'-powered 'mirai' R package by Gao (2023)
<doi:10.5281/zenodo.7912722> is a sleek
and sophisticated scheduler that
efficiently processes these intense workloads.
The 'crew' package extends 'mirai' with a unifying
interface for third-party worker launchers.
Inspiration also comes from packages.
'future' by Bengtsson (2021) <doi:10.32614/RJ-2021-048>,
'rrq' by FitzJohn and Ashton (2023) <https://github.com/mrc-ide/rrq>,
'clustermq' by Schubert (2019) <doi:10.1093/bioinformatics/btz284>),
and 'batchtools' by Lang, Bischel, and Surmann (2017)
<doi:10.21105/joss.00135>.
Author: William Michael Landau [aut, cre] ,
Daniel Woodie [ctb],
Eli Lilly and Company [cph, fnd]
Maintainer: William Michael Landau <will.landau.oss@gmail.com>
Diff between crew versions 1.3.0 dated 2025-09-13 and 1.3.1 dated 2026-05-30
crew-1.3.0/crew/R/utils_mirai.R |only crew-1.3.0/crew/inst/doc/promises.Rmd |only crew-1.3.0/crew/inst/doc/promises.html |only crew-1.3.0/crew/tests/testthat/test-utils_mirai.R |only crew-1.3.0/crew/vignettes/promises.Rmd |only crew-1.3.1/crew/DESCRIPTION | 12 crew-1.3.1/crew/MD5 | 85 ++-- crew-1.3.1/crew/NAMESPACE | 5 crew-1.3.1/crew/NEWS.md | 20 + crew-1.3.1/crew/R/crew_clean.R | 21 - crew-1.3.1/crew/R/crew_client.R | 6 crew-1.3.1/crew/R/crew_controller.R | 127 ++++-- crew-1.3.1/crew/R/crew_controller_group.R | 43 +- crew-1.3.1/crew/R/crew_launcher.R | 37 - crew-1.3.1/crew/R/crew_monitor_local.R | 15 crew-1.3.1/crew/R/crew_package.R | 2 crew-1.3.1/crew/build/vignette.rds |binary crew-1.3.1/crew/inst/WORDLIST | 3 crew-1.3.1/crew/inst/doc/groups.html | 3 crew-1.3.1/crew/inst/doc/introduction.Rmd | 96 +---- crew-1.3.1/crew/inst/doc/introduction.html | 224 +++--------- crew-1.3.1/crew/inst/doc/logging.Rmd | 2 crew-1.3.1/crew/inst/doc/logging.html | 41 +- crew-1.3.1/crew/inst/doc/mirai.R |only crew-1.3.1/crew/inst/doc/mirai.Rmd |only crew-1.3.1/crew/inst/doc/mirai.html |only crew-1.3.1/crew/inst/doc/plugins.Rmd | 33 - crew-1.3.1/crew/inst/doc/plugins.html | 223 +++++------ crew-1.3.1/crew/inst/doc/risks.Rmd | 14 crew-1.3.1/crew/inst/doc/risks.html | 53 +- crew-1.3.1/crew/inst/doc/shiny.html | 5 crew-1.3.1/crew/man/crew_class_controller.Rd | 62 ++- crew-1.3.1/crew/man/crew_class_controller_group.Rd | 38 +- crew-1.3.1/crew/man/crew_class_controller_sequential.Rd | 1 crew-1.3.1/crew/man/crew_class_launcher.Rd | 7 crew-1.3.1/crew/man/crew_class_monitor_local.Rd | 12 crew-1.3.1/crew/man/crew_clean.Rd | 23 - crew-1.3.1/crew/tests/testthat/test-crew_client.R | 5 crew-1.3.1/crew/tests/testthat/test-crew_controller.R | 42 +- crew-1.3.1/crew/tests/testthat/test-crew_controller_local.R | 13 crew-1.3.1/crew/tests/testthat/test-crew_launcher.R | 9 crew-1.3.1/crew/tests/testthat/test-crew_monitor_local.R | 11 crew-1.3.1/crew/tests/testthat/test-crew_worker.R | 23 - crew-1.3.1/crew/vignettes/introduction.Rmd | 96 +---- crew-1.3.1/crew/vignettes/logging.Rmd | 2 crew-1.3.1/crew/vignettes/mirai.Rmd |only crew-1.3.1/crew/vignettes/plugins.Rmd | 33 - crew-1.3.1/crew/vignettes/risks.Rmd | 14 48 files changed, 681 insertions(+), 780 deletions(-)
Title: Covariate Balance Tables and Plots
Description: Generate balance tables and plots for covariates of groups preprocessed through
matching, weighting or subclassification, for example, using propensity scores. Includes
integration with 'MatchIt', 'WeightIt', 'MatchThem', 'twang', 'Matching', 'optmatch', 'CBPS', 'ebal',
'cem', 'sbw', and 'designmatch' for assessing balance on the output of their preprocessing
functions. Users can also specify data for balance assessment not generated through
the above packages. Also included are methods for assessing balance in clustered or
multiply imputed data sets or data sets with multi-category, continuous, or longitudinal treatments.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah.greifer@gmail.com>
Diff between cobalt versions 4.6.2 dated 2026-01-29 and 4.6.3 dated 2026-05-30
cobalt-4.6.2/cobalt/R/chk-functions.R |only cobalt-4.6.3/cobalt/DESCRIPTION | 18 cobalt-4.6.3/cobalt/MD5 | 127 +-- cobalt-4.6.3/cobalt/NEWS.md | 6 cobalt-4.6.3/cobalt/R/bal.compute.R | 150 ++-- cobalt-4.6.3/cobalt/R/bal.plot.R | 129 +-- cobalt-4.6.3/cobalt/R/bal.tab.CBPS.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.Match.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.cem.match.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.default.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.formula.R | 4 cobalt-4.6.3/cobalt/R/bal.tab.matchit.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.mimids.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.optmatch.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.ps.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.sbwcau.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.time.list.R | 4 cobalt-4.6.3/cobalt/R/bal.tab.weightit.R | 2 cobalt-4.6.3/cobalt/R/balance-statistics.R | 18 cobalt-4.6.3/cobalt/R/balance-summary.R | 174 ++-- cobalt-4.6.3/cobalt/R/base.bal.tab.R | 2 cobalt-4.6.3/cobalt/R/class-bal.tab.cluster.R | 6 cobalt-4.6.3/cobalt/R/class-bal.tab.imp.R | 6 cobalt-4.6.3/cobalt/R/class-bal.tab.multi.R | 6 cobalt-4.6.3/cobalt/R/class-bal.tab.subclass.R | 4 cobalt-4.6.3/cobalt/R/f.build.R | 8 cobalt-4.6.3/cobalt/R/functions_for_processing.R | 311 ++++---- cobalt-4.6.3/cobalt/R/get.w.R | 14 cobalt-4.6.3/cobalt/R/love.plot.R | 88 +- cobalt-4.6.3/cobalt/R/print.bal.tab.R | 156 ++-- cobalt-4.6.3/cobalt/R/set.cobalt.options.R | 12 cobalt-4.6.3/cobalt/R/splitfactor.R | 130 +-- cobalt-4.6.3/cobalt/R/utils.R | 211 ++--- cobalt-4.6.3/cobalt/R/var.names.R | 14 cobalt-4.6.3/cobalt/R/x2base.R | 306 ++++---- cobalt-4.6.3/cobalt/README.md | 6 cobalt-4.6.3/cobalt/build/stage23.rdb |binary cobalt-4.6.3/cobalt/build/vignette.rds |binary cobalt-4.6.3/cobalt/inst/doc/cobalt.Rmd | 33 cobalt-4.6.3/cobalt/inst/doc/cobalt.html | 408 +++++------ cobalt-4.6.3/cobalt/inst/doc/faq.html | 7 cobalt-4.6.3/cobalt/inst/doc/longitudinal-treat.Rmd | 2 cobalt-4.6.3/cobalt/inst/doc/longitudinal-treat.html | 19 cobalt-4.6.3/cobalt/inst/doc/love.plot.Rmd | 11 cobalt-4.6.3/cobalt/inst/doc/love.plot.html | 25 cobalt-4.6.3/cobalt/inst/doc/optimizing-balance.Rmd | 2 cobalt-4.6.3/cobalt/inst/doc/optimizing-balance.html | 64 - cobalt-4.6.3/cobalt/inst/doc/other-packages.html | 234 +++--- cobalt-4.6.3/cobalt/inst/doc/segmented-data.Rmd | 9 cobalt-4.6.3/cobalt/inst/doc/segmented-data.html | 90 +- cobalt-4.6.3/cobalt/man/bal.plot.Rd | 2 cobalt-4.6.3/cobalt/man/cobalt-package.Rd | 5 cobalt-4.6.3/cobalt/man/figures/README-unnamed-chunk-3-1.png |binary cobalt-4.6.3/cobalt/man/figures/README-unnamed-chunk-3-2.png |binary cobalt-4.6.3/cobalt/man/figures/README-unnamed-chunk-4-1.png |binary cobalt-4.6.3/cobalt/man/var.names.Rd | 2 cobalt-4.6.3/cobalt/tests/testthat/Rplots.pdf |binary cobalt-4.6.3/cobalt/tests/testthat/helpers.R | 4 cobalt-4.6.3/cobalt/tests/testthat/test-splitfactor.R | 7 cobalt-4.6.3/cobalt/vignettes/cobalt.Rmd | 33 cobalt-4.6.3/cobalt/vignettes/longitudinal-treat.Rmd | 2 cobalt-4.6.3/cobalt/vignettes/love.plot.Rmd | 11 cobalt-4.6.3/cobalt/vignettes/optimizing-balance.Rmd | 2 cobalt-4.6.3/cobalt/vignettes/segmented-data.Rmd | 9 65 files changed, 1451 insertions(+), 1462 deletions(-)
Title: Package Admix for Admixture (aka Contamination) Models
Description: Implements techniques to estimate the unknown quantities
related to two-component admixture models, where the two components
can belong to any distribution (note that in the case of multinomial
mixtures, the two components must belong to the same family).
Estimation methods depend on the assumptions made on the unknown
component density; see Bordes and Vandekerkhove (2010)
<doi:10.3103/S1066530710010023>, Patra and Sen (2016)
<doi:10.1111/rssb.12148>, and Milhaud, Pommeret, Salhi, Vandekerkhove
(2024) <doi:10.3150/23-BEJ1593>. In practice, one can estimate both
the mixture weight and the unknown component density in a wide variety
of frameworks. On top of that, hypothesis tests can be performed in
one and two-sample contexts to test the unknown component density (see
Milhaud, Pommeret, Salhi and Vandekerkhove (2022)
<doi:10.1016/j.jspi.2021.05.010>, and Milhaud, Pommeret, Salhi,
Vandekerkhove (2024) <doi:10.3150/23-BEJ1593>). Finally, clustering of
unknown [...truncated...]
Author: Xavier Milhaud [aut, cre],
Pierre Vandekerkhove [ctb],
Denys Pommeret [ctb],
Yahia Salhi [ctb]
Maintainer: Xavier Milhaud <xavier.milhaud.research@gmail.com>
Diff between admix versions 2.5.2 dated 2026-01-08 and 2.6.1 dated 2026-05-30
DESCRIPTION | 14 - MD5 | 120 ++++++++++----- NAMESPACE | 3 R/IBM_k_samples_test.R | 45 +++-- R/admix_cluster.R | 69 ++++++-- R/admix_estim.R | 174 ++++++++++++++++------ R/admix_model.R | 139 +++++++---------- R/admix_test.R | 31 ++- R/decontaminated_dist.R | 93 ++++++++++- R/estim_BVdk.R | 233 ++++++++++++++++-------------- R/estim_IBM.R | 134 ++++++++++------- R/estim_PS.R | 117 +++++++++------ R/gaussianity_test.R | 40 +++-- R/orthobasis_test.R | 35 ++-- R/twoComp_mixt.R | 203 +++++++++++++------------- R/utils.R | 197 ++++++++++++++++++------- build/partial.rdb |binary inst/doc/admixture-weight-estimation.R | 4 inst/doc/admixture-weight-estimation.Rmd | 4 inst/doc/admixture-weight-estimation.html | 84 +++++----- man/IBM_k_samples_test.Rd | 21 ++ man/admix_cluster.Rd | 24 ++- man/admix_estim.Rd | 34 +++- man/admix_model.Rd | 8 - man/admix_test.Rd | 29 ++- man/decontaminated_density.Rd | 24 +-- man/detect_support_type.Rd | 4 man/distribution_type.Rd |only man/estim_BVdk.Rd | 13 + man/estim_IBM.Rd | 10 - man/estim_PS.Rd | 9 - man/gaussianity_test.Rd | 16 +- man/get_distribution_parameters.Rd |only man/orthobasis_test.Rd | 21 +- man/plot.admix_model.Rd | 11 - man/plot.decontaminated_density.Rd | 72 +++++++++ man/plot.twoComp_mixt.Rd | 46 +++++ man/print.admix_model.Rd | 5 man/summary.admix_model.Rd | 3 man/summary.estim_BVdk.Rd | 4 man/summary.estim_IBM.Rd | 4 man/summary.estim_PS.Rd | 4 man/twoComp_mixt.Rd | 34 +--- man/validate_distribution.Rd |only tests |only vignettes/admixture-weight-estimation.Rmd | 4 46 files changed, 1379 insertions(+), 760 deletions(-)
Title: Sample Selection Models
Description: In order to facilitate the adjustment of the sample selection models
existing in the literature, we created the 'ssmodels' package. Our package
allows the adjustment of the classic Heckman model (Heckman (1976),
Heckman (1979) <doi:10.2307/1912352>), and the estimation of the parameters of
this model via the maximum likelihood method and two-step method, in addition
to the adjustment of the Heckman-t models introduced in the literature by
Marchenko and Genton (2012) <doi:10.1080/01621459.2012.656011> and the
Heckman-Skew model introduced in the literature by Ogundimu and Hutton (2016)
<doi:10.1111/sjos.12171>. We also implemented functions to adjust the
generalized version of the Heckman model, introduced by Bastos, Barreto-Souza,
and Genton (2021) <doi:10.5705/ss.202021.0068>, that allows the inclusion of
covariables to the dispersion and correlation parameters, and a function to
adjust the Heckman-BS model introduced by Bastos and Barreto-Souza (2020)
<doi: [...truncated...]
Author: Fernando de Souza Bastos [aut, cre],
Wagner Barreto de Souza [aut]
Maintainer: Fernando de Souza Bastos <fernando.bastos@ufv.br>
Diff between ssmodels versions 2.0.1 dated 2025-06-02 and 2.0.2 dated 2026-05-30
ssmodels-2.0.1/ssmodels/build |only ssmodels-2.0.1/ssmodels/inst/doc |only ssmodels-2.0.1/ssmodels/vignettes |only ssmodels-2.0.2/ssmodels/DESCRIPTION | 19 ssmodels-2.0.2/ssmodels/MD5 | 106 +- ssmodels-2.0.2/ssmodels/NAMESPACE | 7 ssmodels-2.0.2/ssmodels/NEWS.md | 18 ssmodels-2.0.2/ssmodels/R/HCinitial.R | 116 -- ssmodels-2.0.2/ssmodels/R/HeckmanBS.R | 555 +++++++------ ssmodels-2.0.2/ssmodels/R/HeckmanCL.R | 468 +++++------ ssmodels-2.0.2/ssmodels/R/HeckmanGe.R | 503 ++++------- ssmodels-2.0.2/ssmodels/R/HeckmanSK.R | 674 +++++++++------- ssmodels-2.0.2/ssmodels/R/HeckmantS.R | 417 +++------ ssmodels-2.0.2/ssmodels/R/IMR.R | 20 ssmodels-2.0.2/ssmodels/R/data.R | 234 +++-- ssmodels-2.0.2/ssmodels/R/extract_model_components.R | 251 +++-- ssmodels-2.0.2/ssmodels/R/postprocess_theta.R | 121 -- ssmodels-2.0.2/ssmodels/R/step2.R | 125 +- ssmodels-2.0.2/ssmodels/R/summary.HeckmanBS.R | 193 +--- ssmodels-2.0.2/ssmodels/R/summary.HeckmanCL.R | 194 +--- ssmodels-2.0.2/ssmodels/R/summary.HeckmanGe.R | 190 +--- ssmodels-2.0.2/ssmodels/R/summary.HeckmanSK.R | 156 +-- ssmodels-2.0.2/ssmodels/R/summary.HeckmantS.R | 156 +-- ssmodels-2.0.2/ssmodels/R/twostep.R | 108 -- ssmodels-2.0.2/ssmodels/R/utils-internal.R |only ssmodels-2.0.2/ssmodels/inst/CHANGES_CORRECOES.md |only ssmodels-2.0.2/ssmodels/inst/correcoes_diff.patch |only ssmodels-2.0.2/ssmodels/inst/validation |only ssmodels-2.0.2/ssmodels/man/HCinitial.Rd | 45 - ssmodels-2.0.2/ssmodels/man/HeckmanBS.Rd | 113 +- ssmodels-2.0.2/ssmodels/man/HeckmanCL.Rd | 105 +- ssmodels-2.0.2/ssmodels/man/HeckmanGe.Rd | 74 - ssmodels-2.0.2/ssmodels/man/HeckmanSK.Rd | 119 +- ssmodels-2.0.2/ssmodels/man/HeckmantS.Rd | 57 - ssmodels-2.0.2/ssmodels/man/IMR.Rd | 20 ssmodels-2.0.2/ssmodels/man/MEPS2001.Rd | 13 ssmodels-2.0.2/ssmodels/man/Mroz87.Rd | 30 ssmodels-2.0.2/ssmodels/man/PSID2.Rd | 16 ssmodels-2.0.2/ssmodels/man/RandHIE.Rd | 16 ssmodels-2.0.2/ssmodels/man/extract_model_components.Rd | 46 - ssmodels-2.0.2/ssmodels/man/nhanes.Rd | 18 ssmodels-2.0.2/ssmodels/man/postprocess_theta.Rd | 38 ssmodels-2.0.2/ssmodels/man/ssmodels.Rd | 98 +- ssmodels-2.0.2/ssmodels/man/step2.Rd | 49 - ssmodels-2.0.2/ssmodels/man/summary.HeckmanBS.Rd | 38 ssmodels-2.0.2/ssmodels/man/summary.HeckmanCL.Rd | 39 ssmodels-2.0.2/ssmodels/man/summary.HeckmanGe.Rd | 42 ssmodels-2.0.2/ssmodels/man/summary.HeckmanSK.Rd | 39 ssmodels-2.0.2/ssmodels/man/summary.HeckmantS.Rd | 39 ssmodels-2.0.2/ssmodels/man/twostep.Rd | 37 ssmodels-2.0.2/ssmodels/tests |only 51 files changed, 2564 insertions(+), 3158 deletions(-)
Title: Visualizing Pedigrees with 'ggplot2' and 'plotly'
Description: Provides plotting functions for visualizing pedigrees and family trees. The package complements a behavior genetics package 'BGmisc' [Garrison et al. (2024) <doi:10.21105/joss.06203>] by rendering pedigrees using the 'ggplot2' framework. Features include support for duplicated individuals, complex mating structures, integration with simulated pedigrees, and layout customization. Due to the impending deprecation of kinship2, version 1.0 incorporates the layout helper functions from kinship2. The pedigree alignment algorithms are adapted from 'kinship2' [Sinnwell et al. (2014) <doi:10.1159/000363105>]. We gratefully acknowledge the original authors: Jason Sinnwell, Terry Therneau, Daniel Schaid, and Elizabeth Atkinson for their foundational work.
Author: S. Mason Garrison [aut, cre, cph]
Maintainer: S. Mason Garrison <garrissm@wfu.edu>
Diff between ggpedigree versions 1.1.1.1 dated 2026-03-16 and 1.2.0 dated 2026-05-30
DESCRIPTION | 18 MD5 | 87 ++- NAMESPACE | 2 NEWS.md | 14 R/buildPlotConfig.R | 10 R/calcConnections.R | 80 ++- R/defaultPlotConfig.R | 154 ++++++ R/ggPedigreeInteractive.R | 18 R/ggPhenotypeByDegree.R | 20 R/ggRelatednessMatrix.R | 27 - R/ggpedigree.R | 31 + R/ggpedigreeCore.R | 685 +++++++------------------------ R/ggpedigreeCoreHelpers.R | 8 R/ggpedigreeCoreLabels.R |only R/ggpedigreeCoreLayout.R |only R/ggpedigreeCoreScales.R |only R/ggpedigreeCoreSegments.R |only R/ggpedigreeHelpers.R | 33 - R/kinship2_pedigree.R | 2 README.md | 6 build/partial.rdb |binary build/vignette.rds |binary data/redsquirrels.rda |binary data/redsquirrels_full.rda |binary inst/doc/v20_interactiveplots.html | 4 inst/doc/v30_matrix.html | 4 man/buildSpouseSegments.Rd | 4 man/dot-addLabels.Rd | 2 man/dot-addNodes.Rd | 26 + man/dot-addOverlay.Rd | 4 man/dot-addScales.Rd | 28 + man/dot-addSelfSegment.Rd | 2 man/dot-addShapeOverlay.Rd |only man/dot-addTwins.Rd | 2 man/dot-adjustSpacing.Rd | 2 man/dot-applyRadialLayout.Rd |only man/getDefaultPlotConfig.Rd | 103 ++++ man/ggPedigree.Rd | 30 + man/ggPedigree.core.Rd | 25 + man/ggPedigreeInteractive.Rd | 37 + man/ggRelatednessMatrix.Rd | 8 man/ggpedigree-package.Rd | 5 tests/testthat/Rplots.pdf |binary tests/testthat/test-calcConnections.R | 123 +---- tests/testthat/test-clinicalPedigree.R |only tests/testthat/test-defaultPlotConfig.R | 8 tests/testthat/test-ggPedigree.R | 45 ++ tests/testthat/test-kinship2_pedigrees.R | 173 +++---- 48 files changed, 964 insertions(+), 866 deletions(-)
Title: Makes 'R' Easier for Everyone
Description: A meta-package that aims to make 'R' easier for everyone,
especially programmers who have a background in 'SAS®' software.
This set of packages brings many useful concepts to 'R', including
data libraries, data dictionaries, formats
and format catalogs, a data step, and a traceable log. The system
also includes a package that replicates several commonly-used 'SAS®' procedures,
like 'PROC FREQ', 'PROC MEANS', and 'PROC REG'.
Author: David Bosak [aut, cre]
Maintainer: David Bosak <dbosak01@gmail.com>
Diff between sassy versions 1.3.0 dated 2026-01-13 and 1.3.2 dated 2026-05-29
sassy-1.3.0/sassy/inst/doc/sassy-ae.R |only sassy-1.3.0/sassy/inst/doc/sassy-ae.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-ae.html |only sassy-1.3.0/sassy/inst/doc/sassy-ae2.R |only sassy-1.3.0/sassy/inst/doc/sassy-ae2.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-ae2.html |only sassy-1.3.0/sassy/inst/doc/sassy-chgbase.R |only sassy-1.3.0/sassy/inst/doc/sassy-chgbase.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-chgbase.html |only sassy-1.3.0/sassy/inst/doc/sassy-dm.R |only sassy-1.3.0/sassy/inst/doc/sassy-dm.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-dm.html |only sassy-1.3.0/sassy/inst/doc/sassy-ds.R |only sassy-1.3.0/sassy/inst/doc/sassy-ds.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-ds.html |only sassy-1.3.0/sassy/inst/doc/sassy-figure.R |only sassy-1.3.0/sassy/inst/doc/sassy-figure.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-figure.html |only sassy-1.3.0/sassy/inst/doc/sassy-figureby.R |only sassy-1.3.0/sassy/inst/doc/sassy-figureby.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-figureby.html |only sassy-1.3.0/sassy/inst/doc/sassy-forest.R |only sassy-1.3.0/sassy/inst/doc/sassy-forest.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-forest.html |only sassy-1.3.0/sassy/inst/doc/sassy-intext.R |only sassy-1.3.0/sassy/inst/doc/sassy-intext.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-intext.html |only sassy-1.3.0/sassy/inst/doc/sassy-listing.R |only sassy-1.3.0/sassy/inst/doc/sassy-listing.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-listing.html |only sassy-1.3.0/sassy/inst/doc/sassy-pfigure.R |only sassy-1.3.0/sassy/inst/doc/sassy-pfigure.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-pfigure.html |only sassy-1.3.0/sassy/inst/doc/sassy-plisting.R |only sassy-1.3.0/sassy/inst/doc/sassy-plisting.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-plisting.html |only sassy-1.3.0/sassy/inst/doc/sassy-profile.R |only sassy-1.3.0/sassy/inst/doc/sassy-profile.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-profile.html |only sassy-1.3.0/sassy/inst/doc/sassy-shift.R |only sassy-1.3.0/sassy/inst/doc/sassy-shift.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-shift.html |only sassy-1.3.0/sassy/inst/doc/sassy-survival.R |only sassy-1.3.0/sassy/inst/doc/sassy-survival.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-survival.html |only sassy-1.3.0/sassy/inst/doc/sassy-vs.R |only sassy-1.3.0/sassy/inst/doc/sassy-vs.Rmd |only sassy-1.3.0/sassy/inst/doc/sassy-vs.html |only sassy-1.3.0/sassy/vignettes/sassy-ae.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-ae2.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-chgbase.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-dm.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-dm_bak.txt |only sassy-1.3.0/sassy/vignettes/sassy-ds.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-figure.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-figureby.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-forest.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-intext.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-listing.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-pfigure.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-plisting.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-profile.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-shift.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-survival.Rmd |only sassy-1.3.0/sassy/vignettes/sassy-vs.Rmd |only sassy-1.3.2/sassy/DESCRIPTION | 10 sassy-1.3.2/sassy/MD5 | 159 +----- sassy-1.3.2/sassy/NEWS.md | 10 sassy-1.3.2/sassy/build/vignette.rds |binary sassy-1.3.2/sassy/inst/doc/sassy-disclaimers.Rmd | 9 sassy-1.3.2/sassy/inst/doc/sassy-disclaimers.html | 9 sassy-1.3.2/sassy/inst/doc/sassy-faq.Rmd | 2 sassy-1.3.2/sassy/inst/doc/sassy-faq.html | 9 sassy-1.3.2/sassy/inst/doc/sassy-gallery.R |only sassy-1.3.2/sassy/inst/doc/sassy-gallery.Rmd |only sassy-1.3.2/sassy/inst/doc/sassy-gallery.html |only sassy-1.3.2/sassy/inst/doc/sassy-training.Rmd | 8 sassy-1.3.2/sassy/inst/doc/sassy-training.html | 17 sassy-1.3.2/sassy/inst/doc/sassy.R | 128 ++++ sassy-1.3.2/sassy/inst/doc/sassy.Rmd | 524 ++++++++++++++----- sassy-1.3.2/sassy/inst/doc/sassy.html | 577 +++++++++++++++++----- sassy-1.3.2/sassy/man/images/ae1.png |binary sassy-1.3.2/sassy/man/images/ae2.png |binary sassy-1.3.2/sassy/man/images/ae3.png |binary sassy-1.3.2/sassy/man/images/aevert.png |binary sassy-1.3.2/sassy/man/images/chgbase.png |binary sassy-1.3.2/sassy/man/images/disposition.png |binary sassy-1.3.2/sassy/man/images/dm.png |binary sassy-1.3.2/sassy/man/images/dm_fig1.png |binary sassy-1.3.2/sassy/man/images/dm_fig2.png |binary sassy-1.3.2/sassy/man/images/dm_fig3.png |binary sassy-1.3.2/sassy/man/images/example15i1.png |binary sassy-1.3.2/sassy/man/images/example15i2.png |binary sassy-1.3.2/sassy/man/images/example15s1.png |binary sassy-1.3.2/sassy/man/images/example15s2.png |binary sassy-1.3.2/sassy/man/images/forest.png |binary sassy-1.3.2/sassy/man/images/listing.png |binary sassy-1.3.2/sassy/man/images/logo.png |binary sassy-1.3.2/sassy/man/images/logo_blue.png |binary sassy-1.3.2/sassy/man/images/pfigure.png |binary sassy-1.3.2/sassy/man/images/plisting.png |binary sassy-1.3.2/sassy/man/images/profile.png |binary sassy-1.3.2/sassy/man/images/sassy1.png |only sassy-1.3.2/sassy/man/images/sassy2.png |only sassy-1.3.2/sassy/man/images/sassy3.png |only sassy-1.3.2/sassy/man/images/shift.png |binary sassy-1.3.2/sassy/man/images/survival1.png |binary sassy-1.3.2/sassy/man/images/survival2.png |binary sassy-1.3.2/sassy/man/images/vital_signs.png |binary sassy-1.3.2/sassy/man/images/vs_pg1.png |binary sassy-1.3.2/sassy/man/images/vs_pg2.png |binary sassy-1.3.2/sassy/vignettes/sassy-disclaimers.Rmd | 9 sassy-1.3.2/sassy/vignettes/sassy-faq.Rmd | 2 sassy-1.3.2/sassy/vignettes/sassy-gallery.Rmd |only sassy-1.3.2/sassy/vignettes/sassy-macro.txt |only sassy-1.3.2/sassy/vignettes/sassy-training.Rmd | 8 sassy-1.3.2/sassy/vignettes/sassy.Rmd | 524 ++++++++++++++----- 117 files changed, 1474 insertions(+), 531 deletions(-)
Title: Tree-Spatial Scan Statistic for Cluster Detection
Description: Implements the tree-spatial scan statistic for detecting clusters
that combine both spatial and hierarchical structures, as proposed by
Cancado et al. (2025) <doi:10.1007/s10651-025-00670-w>. The method extends
Kulldorff (1997) <doi:10.1080/03610929708831995> circular spatial scan
statistic and the tree-based scan statistic of Kulldorff et al. (2003)
<doi:10.1111/1541-0420.00039> by searching for anomalies in both
geographic regions and branches of hierarchical trees simultaneously. The
package also provides standalone implementations of Kulldorff's circular
spatial scan statistic and the tree-based scan statistic. Statistical
significance is assessed via Monte Carlo simulation under a Poisson or
binomial model, with optional 'OpenMP' parallelization.
Author: Allan Quadros [aut, cre] ,
Andre L. F. Cancado [aut] ,
Geiziane S. Oliveira [aut],
Luiz H. Duczmal [aut]
Maintainer: Allan Quadros <allanvcq@gmail.com>
Diff between treeSS versions 0.1.44 dated 2026-05-15 and 0.1.50 dated 2026-05-29
treeSS-0.1.44/treeSS/R/iterative_scan.R |only treeSS-0.1.44/treeSS/man/iterative_scan.Rd |only treeSS-0.1.44/treeSS/man/print.iterative_scan.Rd |only treeSS-0.1.50/treeSS/DESCRIPTION | 10 treeSS-0.1.50/treeSS/MD5 | 68 - treeSS-0.1.50/treeSS/NAMESPACE | 7 treeSS-0.1.50/treeSS/NEWS.md | 183 ++++ treeSS-0.1.50/treeSS/R/circular_scan.R | 2 treeSS-0.1.50/treeSS/R/filter_clusters.R | 9 treeSS-0.1.50/treeSS/R/get_cluster_regions.R | 80 - treeSS-0.1.50/treeSS/R/print.R | 74 + treeSS-0.1.50/treeSS/R/sequential_scan.R |only treeSS-0.1.50/treeSS/R/treeSS-package.R | 14 treeSS-0.1.50/treeSS/R/treespatial_scan.R | 2 treeSS-0.1.50/treeSS/R/vector_inputs.R | 39 treeSS-0.1.50/treeSS/README.md | 3 treeSS-0.1.50/treeSS/build/vignette.rds |binary treeSS-0.1.50/treeSS/inst/doc/florida.R |only treeSS-0.1.50/treeSS/inst/doc/florida.Rmd |only treeSS-0.1.50/treeSS/inst/doc/florida.html |only treeSS-0.1.50/treeSS/inst/doc/introduction.R | 113 -- treeSS-0.1.50/treeSS/inst/doc/introduction.Rmd | 365 +++----- treeSS-0.1.50/treeSS/inst/doc/introduction.html | 444 +++++----- treeSS-0.1.50/treeSS/inst/examples/example_brazil_rj.R | 79 + treeSS-0.1.50/treeSS/inst/examples/example_chicago.R | 76 - treeSS-0.1.50/treeSS/inst/examples/example_florida.R | 77 + treeSS-0.1.50/treeSS/inst/examples/example_london.R | 89 +- treeSS-0.1.50/treeSS/man/circular_scan.Rd | 2 treeSS-0.1.50/treeSS/man/filter_clusters.Rd | 2 treeSS-0.1.50/treeSS/man/get_cluster_regions.Rd | 31 treeSS-0.1.50/treeSS/man/print.sequential_scan.Rd |only treeSS-0.1.50/treeSS/man/sequential_scan.Rd |only treeSS-0.1.50/treeSS/man/summary.sequential_scan.Rd |only treeSS-0.1.50/treeSS/man/treeSS-package.Rd | 14 treeSS-0.1.50/treeSS/man/treespatial_scan.Rd | 2 treeSS-0.1.50/treeSS/src/treescan_core.cpp | 2 treeSS-0.1.50/treeSS/tests/testthat/test-binomial.R | 6 treeSS-0.1.50/treeSS/tests/testthat/test-get-cluster-regions.R | 39 treeSS-0.1.50/treeSS/tests/testthat/test-sequential-scan.R |only treeSS-0.1.50/treeSS/vignettes/florida.Rmd |only treeSS-0.1.50/treeSS/vignettes/introduction.Rmd | 365 +++----- 41 files changed, 1192 insertions(+), 1005 deletions(-)
Title: Publication-Ready Forest Plots with 'ggplot2'
Description: Transform model coefficients into flexible forest
plots using 'ggplot2'. Provides helpers to standardize
coefficient data from a range of modelling workflows and render
publication-ready forest plots with a consistent interface.
Author: Carson Richardson [aut, cre, cph]
Maintainer: Carson Richardson <carson.richardson@outlook.com>
Diff between ggforestplotR versions 0.2.0 dated 2026-05-19 and 0.2.1 dated 2026-05-29
DESCRIPTION | 8 MD5 | 44 +-- NEWS.md | 25 +- R/add_forest_table.R | 147 +++++++----- R/add_split_table.R | 112 +++++---- R/ggforestplot.R | 280 +++++++++++++---------- R/utils.R | 139 ++++++++--- inst/doc/ggforestplotR-get-started.R | 4 inst/doc/ggforestplotR-get-started.Rmd | 18 - inst/doc/ggforestplotR-get-started.html | 8 inst/doc/ggforestplotR-plot-customization.R | 14 - inst/doc/ggforestplotR-plot-customization.Rmd | 48 ++-- inst/doc/ggforestplotR-plot-customization.html | 16 - man/add_forest_table.Rd | 28 +- man/add_split_table.Rd | 10 man/ggforestplot.Rd | 54 ++-- man/ggforestplotR-package.Rd | 5 tests/testthat/Rplots.pdf |binary tests/testthat/test-ggforestplot.R | 292 ++++++++++++++++++------- tests/testthat/test-table-contracts.R | 6 tests/testthat/test-tidy_forest_model.R | 20 - vignettes/ggforestplotR-get-started.Rmd | 18 - vignettes/ggforestplotR-plot-customization.Rmd | 48 ++-- 23 files changed, 834 insertions(+), 510 deletions(-)
Title: Enrichment Analysis and Intersecting Sankey Diagram
Description: A flexible tool for enrichment analysis based on user-defined sets. It allows users to perform over-representation analysis of the custom sets among any specified ranked feature list, hence making enrichment analysis applicable to various types of data from different scientific fields. 'EnrichIntersect' also enables an interactive means to visualize identified associations based on, for example, the mix-lasso model (Zhao et al., 2022 <doi:10.1016/j.isci.2022.104767>) or similar methods.
Author: Zhi Zhao [aut, cre],
Manuela Zucknick [aut],
Tero Aittokallio [ctb]
Maintainer: Zhi Zhao <zhi.zhao@medisin.uio.no>
Diff between EnrichIntersect versions 0.7 dated 2024-03-14 and 1.0 dated 2026-05-29
EnrichIntersect-0.7/EnrichIntersect/README.md |only EnrichIntersect-0.7/EnrichIntersect/man/figures |only EnrichIntersect-1.0/EnrichIntersect/DESCRIPTION | 16 EnrichIntersect-1.0/EnrichIntersect/MD5 | 30 EnrichIntersect-1.0/EnrichIntersect/NAMESPACE | 4 EnrichIntersect-1.0/EnrichIntersect/NEWS.md | 4 EnrichIntersect-1.0/EnrichIntersect/R/EnrichIntersect-package.R |only EnrichIntersect-1.0/EnrichIntersect/R/RcppExports.R |only EnrichIntersect-1.0/EnrichIntersect/R/enrichment.R | 470 +++++----- EnrichIntersect-1.0/EnrichIntersect/build/partial.rdb |only EnrichIntersect-1.0/EnrichIntersect/build/vignette.rds |binary EnrichIntersect-1.0/EnrichIntersect/cleanup |only EnrichIntersect-1.0/EnrichIntersect/inst/doc/EnrichIntersect.R | 2 EnrichIntersect-1.0/EnrichIntersect/inst/doc/EnrichIntersect.Rmd | 16 EnrichIntersect-1.0/EnrichIntersect/inst/doc/EnrichIntersect.html | 56 - EnrichIntersect-1.0/EnrichIntersect/man/EnrichIntersect-package.Rd |only EnrichIntersect-1.0/EnrichIntersect/man/enrichment.Rd | 59 - EnrichIntersect-1.0/EnrichIntersect/src |only EnrichIntersect-1.0/EnrichIntersect/vignettes/EnrichIntersect.Rmd | 16 19 files changed, 376 insertions(+), 297 deletions(-)
More information about EnrichIntersect at CRAN
Permanent link
Title: Dynamic Relational Event Analysis and Modeling
Description: A set of tools for relational and event analysis, including two- and one-mode network brokerage and structural measures, and helper functions optimized for relational event analysis with large datasets, including creating relational risk sets, computing network statistics, estimating relational event models, and simulating relational event sequences. For more information on relational event models, see Butts (2008) <doi:10.1111/j.1467-9531.2008.00203.x>, Lerner and Lomi (2020) <doi:10.1017/nws.2019.57>, Bianchi et al. (2024) <doi:10.1146/annurev-statistics-040722-060248>, and Butts et al. (2023) <doi:10.1017/nws.2023.9>. In terms of the structural measures in this package, see Leal (2025) <doi:10.1177/00491241251322517>, Burchard and Cornwell (2018) <doi:10.1016/j.socnet.2018.04.001>, and Fujimoto et al. (2018) <doi:10.1017/nws.2018.11>. This package was developed with support from the National Science Foundation’s (NSF) Human Networks and Data [...truncated...]
Author: Kevin A. Carson [aut, cre] ,
Diego F. Leal [aut]
Maintainer: Kevin A. Carson <kacarson@arizona.edu>
Diff between dream versions 1.1.1 dated 2026-03-25 and 2.1.1 dated 2026-05-29
dream-1.1.1/dream/R/WikiEvent2018.R |only dream-1.1.1/dream/R/createdynamicrisksets.R |only dream-1.1.1/dream/R/createriskset.R |only dream-1.1.1/dream/R/degreestatrem.R |only dream-1.1.1/dream/R/nwalksom.R |only dream-1.1.1/dream/R/onemode_Constraint.R |only dream-1.1.1/dream/R/onemode_EffectiveSize.R |only dream-1.1.1/dream/R/onemode_PIB.R |only dream-1.1.1/dream/R/rem_dyadiccutoffhelp.R |only dream-1.1.1/dream/R/rem_fourcyles.R |only dream-1.1.1/dream/R/rem_logit.R |only dream-1.1.1/dream/R/rem_reciprocity.R |only dream-1.1.1/dream/R/rem_repetition.R |only dream-1.1.1/dream/R/rem_simulate.R |only dream-1.1.1/dream/R/rem_stat_persistence.R |only dream-1.1.1/dream/R/rem_stat_preferential_attachment.R |only dream-1.1.1/dream/R/rem_stat_recency.R |only dream-1.1.1/dream/R/remtriadicformations.R |only dream-1.1.1/dream/R/southern_women.R |only dream-1.1.1/dream/R/summaryFunctionsDREAM.R |only dream-1.1.1/dream/R/tm_EgoDisHomophily.R |only dream-1.1.1/dream/R/twomode_Constraint.R |only dream-1.1.1/dream/R/twomode_Degree.R |only dream-1.1.1/dream/R/twomode_Density.R |only dream-1.1.1/dream/R/twomode_EffectiveSize.R |only dream-1.1.1/dream/R/twomode_Redunancy.R |only dream-1.1.1/dream/R/twomode_homophilous4Cycles.R |only dream-1.1.1/dream/man/create_riskset.Rd |only dream-1.1.1/dream/man/create_riskset_constant.Rd |only dream-1.1.1/dream/man/create_riskset_dynamic.Rd |only dream-1.1.1/dream/man/dream.Rd |only dream-1.1.1/dream/man/estimate_rem_logit.Rd |only dream-1.1.1/dream/man/print.dream.Rd |only dream-1.1.1/dream/man/print.summary.dream.Rd |only dream-1.1.1/dream/man/remstats_degree.Rd |only dream-1.1.1/dream/man/remstats_dyadcut.Rd |only dream-1.1.1/dream/man/remstats_fourcycles.Rd |only dream-1.1.1/dream/man/remstats_persistence.Rd |only dream-1.1.1/dream/man/remstats_prefattachment.Rd |only dream-1.1.1/dream/man/remstats_recency.Rd |only dream-1.1.1/dream/man/remstats_reciprocity.Rd |only dream-1.1.1/dream/man/remstats_repetition.Rd |only dream-1.1.1/dream/man/remstats_triads.Rd |only dream-1.1.1/dream/man/summary.dream.Rd |only dream-2.1.1/dream/DESCRIPTION | 10 dream-2.1.1/dream/MD5 | 154 ++--- dream-2.1.1/dream/NAMESPACE | 36 - dream-2.1.1/dream/NEWS.md | 56 + dream-2.1.1/dream/R/RcppExports.R | 68 +- dream-2.1.1/dream/R/dream.R | 18 dream-2.1.1/dream/R/dream_data.R |only dream-2.1.1/dream/R/dream_estimate.R |only dream-2.1.1/dream/R/dream_process.R |only dream-2.1.1/dream/R/dream_remstats.R |only dream-2.1.1/dream/R/dream_simulate.R |only dream-2.1.1/dream/R/dream_tmomstats.R |only dream-2.1.1/dream/README.md | 187 ++---- dream-2.1.1/dream/man/WikiEvent2018.first100k.Rd | 2 dream-2.1.1/dream/man/as.data.frame.dream_sequence.Rd |only dream-2.1.1/dream/man/coef.dream_rem.Rd |only dream-2.1.1/dream/man/create_res.Rd |only dream-2.1.1/dream/man/dream-package.Rd | 1 dream-2.1.1/dream/man/dream_information.Rd |only dream-2.1.1/dream/man/dream_sequence.Rd |only dream-2.1.1/dream/man/dreamstats_actor.Rd |only dream-2.1.1/dream/man/dreamstats_actorfe.Rd |only dream-2.1.1/dream/man/dreamstats_degree.Rd | 105 +-- dream-2.1.1/dream/man/dreamstats_dyadcut.Rd | 2 dream-2.1.1/dream/man/dreamstats_dyadfe.Rd |only dream-2.1.1/dream/man/dreamstats_dyadic.Rd |only dream-2.1.1/dream/man/dreamstats_event.Rd |only dream-2.1.1/dream/man/dreamstats_fourcycles.Rd | 75 +- dream-2.1.1/dream/man/dreamstats_persistence.Rd | 82 +- dream-2.1.1/dream/man/dreamstats_prefattachment.Rd | 80 +- dream-2.1.1/dream/man/dreamstats_recency.Rd | 82 +- dream-2.1.1/dream/man/dreamstats_reciprocity.Rd | 62 +- dream-2.1.1/dream/man/dreamstats_repetition.Rd | 90 +-- dream-2.1.1/dream/man/dreamstats_triads.Rd | 106 +-- dream-2.1.1/dream/man/estimate_rem.Rd |only dream-2.1.1/dream/man/logLik.dream_rem.Rd |only dream-2.1.1/dream/man/netstats_om_constraint.Rd | 2 dream-2.1.1/dream/man/netstats_om_effective.Rd | 2 dream-2.1.1/dream/man/netstats_om_nwalks.Rd | 2 dream-2.1.1/dream/man/netstats_om_pib.Rd | 2 dream-2.1.1/dream/man/netstats_tm_constraint.Rd | 2 dream-2.1.1/dream/man/netstats_tm_degreecent.Rd | 2 dream-2.1.1/dream/man/netstats_tm_density.Rd | 2 dream-2.1.1/dream/man/netstats_tm_effective.Rd | 2 dream-2.1.1/dream/man/netstats_tm_egodistance.Rd | 2 dream-2.1.1/dream/man/netstats_tm_homfourcycles.Rd | 2 dream-2.1.1/dream/man/netstats_tm_redundancy.Rd | 2 dream-2.1.1/dream/man/new_dream_sequence.Rd |only dream-2.1.1/dream/man/predict.dream_rem.Rd |only dream-2.1.1/dream/man/print.dream_rem.Rd |only dream-2.1.1/dream/man/print.dream_sequence.Rd |only dream-2.1.1/dream/man/print.summary.dream_rem.Rd |only dream-2.1.1/dream/man/print.summary.dream_sequence.Rd |only dream-2.1.1/dream/man/simulate_rem_seq.Rd | 2 dream-2.1.1/dream/man/southern.women.Rd | 2 dream-2.1.1/dream/man/summary.dream_rem.Rd |only dream-2.1.1/dream/man/summary.dream_sequence.Rd |only dream-2.1.1/dream/man/validate_dream_sequence.Rd |only dream-2.1.1/dream/man/vcov.dream_rem.Rd |only dream-2.1.1/dream/src/Makevars |only dream-2.1.1/dream/src/Makevars.win |only dream-2.1.1/dream/src/RcppExports.cpp | 296 ++++++++-- dream-2.1.1/dream/src/actorvarying_risksets.cpp |only dream-2.1.1/dream/src/actorvarying_withsamplingnullevents.cpp |only dream-2.1.1/dream/src/computeREMweightsv2.cpp | 3 dream-2.1.1/dream/src/extractEvents.cpp | 4 dream-2.1.1/dream/src/fullriskset.cpp |only dream-2.1.1/dream/src/nodestats_dream.cpp |only dream-2.1.1/dream/src/onemoderiskset_temporal.cpp | 135 +++- dream-2.1.1/dream/src/processonemodeseq.cpp | 140 +++- dream-2.1.1/dream/src/processtmeventseq.cpp | 106 +++ dream-2.1.1/dream/src/remcfunctions.cpp | 255 +++++--- dream-2.1.1/dream/src/twomoderiskset_temporal.cpp | 144 ++++ 117 files changed, 1467 insertions(+), 858 deletions(-)
Title: Robust Systematic Conservation Prioritization
Description: Systematic conservation prioritization with robust optimization techniques.
This is important because
conservation prioritizations typically only consider the most likely outcome
associated with a conservation action (e.g., establishing a protected area
will safeguard a threatened species population) and fail to consider other
outcomes and their consequences for meeting conservation objectives. By
extending the 'prioritizr' package, this package can be used to generate
conservation prioritizations that account of uncertainty in the climate
change scenario projections, species distribution models, ecosystem service
models, and measurement errors. In particular, prioritizations can be
generated to be fully robust to uncertainty by minimizing (or maximizing)
objectives under the worst possible outcome. Since reducing the uncertainty
associated with achieving conservation objectives may sacrifice other
objectives (e.g., minimizing protected area implementation costs),
prioritizations can a [...truncated...]
Author: Frankie Cho [aut, cre, cph] ,
Jeffrey O Hanson [aut]
Maintainer: Frankie Cho <frankie.cho@monash.edu>
Diff between robust.prioritizr versions 1.0.3 dated 2026-03-17 and 1.1.0 dated 2026-05-29
DESCRIPTION | 6 MD5 | 22 NEWS.md | 3 build/vignette.rds |binary inst/doc/climate-sdm.html | 34 inst/doc/robust.prioritizr.html | 22 inst/doc/vic-cons-planning.Rmd | 74 + inst/doc/vic-cons-planning.html | 181 ++ src/rcpp_apply_robust_cvar_constraints.cpp | 11 tests/testthat/_snaps/add_robust_min_set_objective.md | 1139 ++++++++---------- tests/testthat/test_add_robust_min_set_objective.R | 42 vignettes/vic-cons-planning.Rmd | 74 + 12 files changed, 926 insertions(+), 682 deletions(-)
More information about robust.prioritizr at CRAN
Permanent link
Title: Analyze Multiple Exposure Realizations in Association Studies
Description: Analyze association studies with multiple realizations of a noisy or uncertain exposure. These can be obtained from e.g. a two-dimensional Monte Carlo dosimetry system (Simon et al 2015 <doi:10.1667/RR13729.1>) to characterize exposure uncertainty.
The implemented methods are regression calibration (Carroll et al. 2006 <doi:10.1201/9781420010138>), extended
regression calibration (Little et al. 2023 <doi:10.1038/s41598-023-42283-y>), Monte Carlo maximum
likelihood (Stayner et al. 2007 <doi:10.1667/RR0677.1>), frequentist model averaging (Kwon et al. 2023 <doi:10.1371/journal.pone.0290498>),
and Bayesian model averaging (Kwon et al. 2016 <doi:10.1002/sim.6635>). Supported model families are
Gaussian, binomial, multinomial, Poisson, proportional hazards, and conditional logistic.
Author: Sander Roberti [aut, cre] ,
William Wheeler [aut],
Deukwoo Kwon [aut] ,
Ruth Pfeiffer [ctb] ,
NCI [cph, fnd]
Maintainer: Sander Roberti <sander.roberti@nih.gov>
Diff between ameras versions 0.3.0 dated 2026-05-07 and 0.4.0 dated 2026-05-29
DESCRIPTION | 8 MD5 | 94 ++-- NAMESPACE | 20 NEWS.md | 59 ++ R/RcppExports.R | 4 R/ameras.R | 176 ++----- R/amerasfit-class.R | 677 +++++++++++++++++++++++++++++- R/check.R | 2 R/estimation.R | 4 R/formula-parsing.R | 18 R/likelihoods.R | 203 ++++++-- R/methods-fma-bma.R | 61 -- R/methods-rc-mcml.R | 310 ++++++++++--- R/source.R | 75 +-- R/transforms.R | 37 + R/utils.R | 583 ++++++++++++++++++++++++- README.md | 45 + inst/doc/confidenceintervals.html | 223 +++++---- inst/doc/modelfitting.html | 370 ++++++++-------- inst/doc/relativeriskmodels.html | 4 inst/doc/transformations.html | 4 man/Rhat.Rd |only man/ameras-package.Rd | 2 man/ameras.Rd | 22 man/coef.Rd | 2 man/confint.Rd | 33 + man/data.Rd | 2 man/ecdfplot.Rd | 6 man/figures/README-unnamed-chunk-5-1.png |only man/figures/README-unnamed-chunk-5-10.png |only man/figures/README-unnamed-chunk-5-2.png |only man/figures/README-unnamed-chunk-5-3.png |only man/figures/README-unnamed-chunk-5-4.png |only man/figures/README-unnamed-chunk-5-5.png |only man/figures/README-unnamed-chunk-5-6.png |only man/figures/README-unnamed-chunk-5-7.png |only man/figures/README-unnamed-chunk-5-8.png |only man/figures/README-unnamed-chunk-5-9.png |only man/included_realizations.Rd |only man/plot.Rd |only man/print.Rd | 2 man/residuals.Rd |only man/summary.Rd | 18 man/traceplot.Rd | 2 man/transform1.Rd | 2 man/transform1inv.Rd | 2 man/transform1jacobian.Rd | 2 man/vcov.Rd |only src/RcppExports.cpp | 11 src/ameras.cpp | 135 ++--- src/ameras_init.c | 20 tests/testthat/_snaps/clogit.md | 20 tests/testthat/_snaps/prophaz.md | 20 tests/testthat/test-clogit.R | 25 + tests/testthat/test-methods.R |only tests/testthat/test-prophaz.R | 25 + 56 files changed, 2489 insertions(+), 839 deletions(-)
Title: Confusion Matrix
Description: Thematic quality indices are provided to facilitate the evaluation
and quality control of geospatial data products (e.g. thematic maps, remote
sensing classifications, etc.). The indices offered are based on the
so-called confusion matrix. This matrix is constructed by comparing the
assigned classes or attributes of a set of pairs of positions or objects
in the product and the ground truth. In this package it is considered that
the classes of the ground truth correspond to the columns and that the
classes of the product to be valued correspond to the rows. The package
offers two object classes with their methods: 'ConfMatrix' (Confusion
matrix) and 'QCCS' (Quality Control Columns Set). The 'ConfMatrix' class of
objects offers more than 20 methods based on the confusion matrix. The
'QCCS' class of objects offers a different perspective in which the ground
truth is considered to allow the values of the column marginals to be fixed,
see Ariza López et al. (2019) <doi:10.3390/app9204240 [...truncated...]
Author: Francisco Javier Ariza-Lopez [aut],
Paola Barba-Ceballos [aut],
Silverio Vilchez-Lopez [aut, cre],
Jose Rodriguez-Avi [aut],
Maria Virtudes Alba-Fernandez [aut],
Jose Luis Garcia-Balboa [aut]
Maintainer: Silverio Vilchez-Lopez <svilchez@ujaen.es>
Diff between ConfMatrix versions 0.2.0 dated 2026-05-13 and 0.2.1 dated 2026-05-29
DESCRIPTION | 6 MD5 | 16 R/ConfMatrix.R | 736 +++++++++++++---------------------- R/ConfMatrix_package.R |only R/QCCS.R | 197 +++------ build/partial.rdb |binary inst/doc/QCCS-vignette.html | 4 man/ConfMatrix-package.Rd |only man/ConfMatrix.Rd | 923 ++++++++++++++++++-------------------------- man/QCCS.Rd | 107 +---- 10 files changed, 803 insertions(+), 1186 deletions(-)
Title: 'DuckDB' High Throughput Sequencing File Formats Reader
Extension
Description: Bundles the 'duckhts' 'DuckDB' extension for reading High Throughput
Sequencing file formats with 'DuckDB'. The 'DuckDB' C extension API
<https://duckdb.org/docs/stable/clients/c/api> and its 'htslib' dependency are
compiled from vendored sources during package installation. James K Bonfield and co-authors (2021) <doi:10.1093/gigascience/giab007>. VariantKey / RegionKey support follows Nicola Asuni (2018) <doi:10.1101/473744>.
Author: Sounkou Mahamane Toure [aut, cre],
James K Bonfield, John Marshall,Petr Danecek ,Heng Li , Valeriu Ohan,
Andrew Whitwham,Thomas Keane , Robert M Davies [ctb] ,
Brent Pedersen [cph] ,
Giulio Genovese [cph] ,
Nicola Asuni [cph] ,
DuckDB C Extension API [...truncated...]
Maintainer: Sounkou Mahamane Toure <sounkoutoure@gmail.com>
Diff between Rduckhts versions 1.2.1-0.1.0 dated 2026-05-07 and 1.3.0-0.1.0 dated 2026-05-29
DESCRIPTION | 10 MD5 | 130 +++- NAMESPACE | 10 NEWS.md | 18 R/bootstrap.R | 32 + R/duckhts.R | 327 +++++++++++ configure | 2 configure.win | 2 inst/COPYRIGHT | 6 inst/duckhts_extension/bam_bed_coverage.c | 4 inst/duckhts_extension/bam_bin_counts.c | 8 inst/duckhts_extension/bam_pileup.c |only inst/duckhts_extension/bam_reader.c | 53 + inst/duckhts_extension/bcf_reader.c | 46 + inst/duckhts_extension/bcftools_norm_udf.c |only inst/duckhts_extension/duckhts.c | 51 + inst/duckhts_extension/hts_index_builder.c | 15 inst/duckhts_extension/htslib/htslib.map | 1 inst/duckhts_extension/htslib/htslib/sam.h | 16 inst/duckhts_extension/htslib/sam.c | 16 inst/duckhts_extension/include/duckhts_simd.h |only inst/duckhts_extension/include/duckhts_simd_internal.h |only inst/duckhts_extension/include/duckhts_simd_kernels.def |only inst/duckhts_extension/include/hts_io_tuning.h |only inst/duckhts_extension/include/variantkey |only inst/duckhts_extension/include/variantkey_compat.h |only inst/duckhts_extension/interval_udf.c | 130 ++++ inst/duckhts_extension/kmer_udf.c | 35 - inst/duckhts_extension/liftover_udf.c | 161 ++++- inst/duckhts_extension/mosdepth_table.c | 6 inst/duckhts_extension/samtools_idxstats_table.c | 4 inst/duckhts_extension/seq_reader.c | 57 +- inst/duckhts_extension/simd |only inst/duckhts_extension/tabix_reader.c | 9 inst/duckhts_extension/variantkey_udf.c |only inst/extdata/bcf_filter_list_regression.vcf |only inst/extdata/liftover_chr23_alias.chain |only inst/extdata/liftover_chr23_alias_dst.fa |only inst/extdata/liftover_chr23_alias_dst.fa.fai |only inst/extdata/liftover_chr23_alias_src.fa |only inst/extdata/liftover_chr23_alias_src.fa.fai |only inst/extdata/liftover_clip_pad.chain |only inst/extdata/liftover_clip_pad_dst.fa |only inst/extdata/liftover_clip_pad_dst.fa.fai |only inst/extdata/liftover_clip_pad_src.fa |only inst/extdata/liftover_clip_pad_src.fa.fai |only inst/extdata/liftover_repeat.chain |only inst/extdata/liftover_repeat_dst.fa |only inst/extdata/liftover_repeat_dst.fa.fai |only inst/extdata/liftover_repeat_src.fa |only inst/extdata/liftover_repeat_src.fa.fai |only inst/extdata/liftover_star_refadd.chain |only inst/extdata/liftover_star_refadd_dst.fa |only inst/extdata/liftover_star_refadd_dst.fa.fai |only inst/extdata/liftover_star_refadd_src.fa |only inst/extdata/liftover_star_refadd_src.fa.fai |only inst/extdata/liftover_star_swap.chain |only inst/extdata/liftover_star_swap_dst.fa |only inst/extdata/liftover_star_swap_dst.fa.fai |only inst/extdata/liftover_star_swap_src.fa |only inst/extdata/liftover_star_swap_src.fa.fai |only inst/extdata/vcfpp_manifest.tsv | 1 inst/function_catalog/functions.md | 64 +- inst/function_catalog/functions.tsv | 43 + inst/function_catalog/functions.yaml | 444 +++++++++++++++- inst/tinytest/test_basic.R | 19 inst/tinytest/test_bcf.R | 6 inst/tinytest/test_bcf_regression.R |only inst/tinytest/test_bcftools_norm.R |only inst/tinytest/test_indexes_bgzip.R | 68 ++ inst/tinytest/test_liftover.R | 249 ++++++++ inst/tinytest/test_pileup.R |only inst/tinytest/test_seq_ops.R | 141 +++++ inst/tinytest/test_variantkey_regionkey.R |only man/rduckhts_bam.Rd | 6 man/rduckhts_bam_multi.Rd | 6 man/rduckhts_bcf.Rd | 5 man/rduckhts_bcf_multi.Rd | 4 man/rduckhts_bcftools_norm.Rd |only man/rduckhts_fasta.Rd | 4 man/rduckhts_fasta_multi.Rd | 3 man/rduckhts_fasta_nuc.Rd | 4 man/rduckhts_pileup.Rd |only man/rduckhts_simd_backend.Rd |only 84 files changed, 2023 insertions(+), 193 deletions(-)
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
Library
Description: 'Armadillo' is a templated C++ linear algebra library aiming towards
a good balance between speed and ease of use. It provides high-level syntax and
functionality deliberately similar to Matlab. It is useful for algorithm development
directly in C++, or quick conversion of research code into production environments.
It provides efficient classes for vectors, matrices and cubes where dense and sparse
matrices are supported. Integer, floating point and complex numbers are supported.
A sophisticated expression evaluator (based on template meta-programming) automatically
combines several operations to increase speed and efficiency. Dynamic evaluation
automatically chooses optimal code paths based on detected matrix structures.
Matrix decompositions are provided through integration with LAPACK, or one of its
high performance drop-in replacements (such as 'MKL' or 'OpenBLAS'). It can
automatically use 'OpenMP' multi-threading (parallelisation) to speed up
computationally expensive operations [...truncated...]
Author: Dirk Eddelbuettel [aut, cre] ,
Romain Francois [aut] ,
Doug Bates [aut] ,
Binxiang Ni [aut],
Conrad Sanderson [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppArmadillo versions 15.2.6-1 dated 2026-04-21 and 15.2.7-1 dated 2026-05-29
ChangeLog | 18 ++ DESCRIPTION | 8 - MD5 | 40 +++--- build/partial.rdb |binary build/vignette.rds |binary configure | 18 +- configure.ac | 4 inst/NEWS.Rd | 9 + inst/include/armadillo_bits/Base_meat.hpp | 2 inst/include/armadillo_bits/Mat_meat.hpp | 8 - inst/include/armadillo_bits/Proxy.hpp | 6 inst/include/armadillo_bits/arma_version.hpp | 2 inst/include/armadillo_bits/field_meat.hpp | 19 ++ inst/include/armadillo_bits/subview_elem1_bones.hpp | 2 inst/include/armadillo_bits/subview_elem1_meat.hpp | 57 +++++++- inst/include/armadillo_bits/subview_elem2_bones.hpp | 2 inst/include/armadillo_bits/subview_elem2_meat.hpp | 133 ++++++++++++++++++-- inst/include/armadillo_bits/subview_field_meat.hpp | 19 -- inst/include/armadillo_bits/unwrap.hpp | 28 ++++ inst/tinytest/test_sparseConversion.R | 2 man/RcppArmadillo-package.Rd | 2 21 files changed, 301 insertions(+), 78 deletions(-)
Title: Species Distribution Modeling with H3 Grids
Description: Provides tools for species distribution modeling using H3
hexagonal grids (Uber Technologies Inc., 2022, <https://h3geo.org>).
Facilitates retrieval of species occurrence records, generation of H3 grids,
computation of landscape metrics, and preparation of spatial data for modern
species distribution models workflows. Designed for biodiversity and landscape ecology research.
Author: Manuel Spinola [aut, cre]
Maintainer: Manuel Spinola <mspinola10@gmail.com>
Diff between h3sdm versions 0.1.3 dated 2026-05-28 and 0.1.4 dated 2026-05-29
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 6 ++++++ R/h3sdm_pa.R | 1 + inst/doc/h3sdm.html | 32 ++++++++++++++++---------------- 5 files changed, 30 insertions(+), 23 deletions(-)
Title: Area-Proportional Euler and Venn Diagrams with Ellipses
Description: Generate area-proportional Euler diagrams
using numerical optimization. An Euler diagram is a generalization of a Venn
diagram, relaxing the criterion that all interactions need to be
represented. Diagrams may be fit with ellipses and circles via
a wide range of inputs and can be visualized in numerous ways.
Author: Johan Larsson [aut, cre] ,
A. Jonathan R. Godfrey [ctb],
Peter Gustafsson [ctb],
David H. Eberly [ctb] ,
Emanuel Huber [ctb] ,
Florian Prive [ctb]
Maintainer: Johan Larsson <johanlarsson@outlook.com>
Diff between eulerr versions 7.1.0 dated 2026-04-21 and 8.0.0 dated 2026-05-29
eulerr-7.1.0/eulerr/R/RcppExports.R |only eulerr-7.1.0/eulerr/R/layout.R |only eulerr-7.1.0/eulerr/man/bit_indexr.Rd |only eulerr-7.1.0/eulerr/man/center_layout.Rd |only eulerr-7.1.0/eulerr/man/compress_layout.Rd |only eulerr-7.1.0/eulerr/man/diagError.Rd |only eulerr-7.1.0/eulerr/man/ellipse.Rd |only eulerr-7.1.0/eulerr/man/get_constraints.Rd |only eulerr-7.1.0/eulerr/man/normalize_angle.Rd |only eulerr-7.1.0/eulerr/man/normalize_pars.Rd |only eulerr-7.1.0/eulerr/man/poly_clip.Rd |only eulerr-7.1.0/eulerr/man/regionError.Rd |only eulerr-7.1.0/eulerr/man/separate_two_discs.Rd |only eulerr-7.1.0/eulerr/man/skyline_pack.Rd |only eulerr-7.1.0/eulerr/man/stress.Rd |only eulerr-7.1.0/eulerr/src/Makevars |only eulerr-7.1.0/eulerr/src/Makevars.win |only eulerr-7.1.0/eulerr/src/RcppExports.cpp |only eulerr-7.1.0/eulerr/src/compute-areas.cpp |only eulerr-7.1.0/eulerr/src/compute-areas.h |only eulerr-7.1.0/eulerr/src/conic.cpp |only eulerr-7.1.0/eulerr/src/conic.h |only eulerr-7.1.0/eulerr/src/constants.h |only eulerr-7.1.0/eulerr/src/ellipse.cpp |only eulerr-7.1.0/eulerr/src/ellipse.h |only eulerr-7.1.0/eulerr/src/geometry.h |only eulerr-7.1.0/eulerr/src/helpers.cpp |only eulerr-7.1.0/eulerr/src/helpers.h |only eulerr-7.1.0/eulerr/src/intersections.cpp |only eulerr-7.1.0/eulerr/src/intersections.h |only eulerr-7.1.0/eulerr/src/loss.cpp |only eulerr-7.1.0/eulerr/src/loss.h |only eulerr-7.1.0/eulerr/src/optim_final.cpp |only eulerr-7.1.0/eulerr/src/optim_init.cpp |only eulerr-7.1.0/eulerr/src/point.cpp |only eulerr-7.1.0/eulerr/src/point.h |only eulerr-7.1.0/eulerr/src/solve_cubic.cpp |only eulerr-7.1.0/eulerr/src/solve_cubic.h |only eulerr-7.1.0/eulerr/src/transformations.h |only eulerr-7.1.0/eulerr/src/utils.cpp |only eulerr-7.1.0/eulerr/tests/testthat/test-montecarlo.R |only eulerr-8.0.0/eulerr/DESCRIPTION | 14 eulerr-8.0.0/eulerr/MD5 | 222 +- eulerr-8.0.0/eulerr/NAMESPACE | 5 eulerr-8.0.0/eulerr/NEWS.md | 380 +++- eulerr-8.0.0/eulerr/R/compose.R |only eulerr-8.0.0/eulerr/R/euler-methods.R | 68 eulerr-8.0.0/eulerr/R/euler.R | 93 - eulerr-8.0.0/eulerr/R/eulerr.R | 1 eulerr-8.0.0/eulerr/R/eulerr_options.R | 77 - eulerr-8.0.0/eulerr/R/extendr-wrappers.R |only eulerr-8.0.0/eulerr/R/fit_diagram.R | 595 ++++--- eulerr-8.0.0/eulerr/R/geometry.R | 146 - eulerr-8.0.0/eulerr/R/label_placement.R |only eulerr-8.0.0/eulerr/R/legend.R |only eulerr-8.0.0/eulerr/R/parse_input.R | 46 eulerr-8.0.0/eulerr/R/plot.euler.R | 988 ++++++++++-- eulerr-8.0.0/eulerr/R/print.euler.R | 7 eulerr-8.0.0/eulerr/R/setup_geometry.R | 393 ++++- eulerr-8.0.0/eulerr/R/setup_grobs.R | 166 +- eulerr-8.0.0/eulerr/R/tag-grobs.R | 1068 +++++++++++++- eulerr-8.0.0/eulerr/R/utils.R | 237 +-- eulerr-8.0.0/eulerr/R/venn.R | 26 eulerr-8.0.0/eulerr/README.md | 28 eulerr-8.0.0/eulerr/configure |only eulerr-8.0.0/eulerr/configure.win |only eulerr-8.0.0/eulerr/inst/WORDLIST | 37 eulerr-8.0.0/eulerr/inst/doc/gallery.R | 64 eulerr-8.0.0/eulerr/inst/doc/gallery.Rmd | 94 - eulerr-8.0.0/eulerr/inst/doc/gallery.html | 110 - eulerr-8.0.0/eulerr/inst/doc/introduction.R | 21 eulerr-8.0.0/eulerr/inst/doc/introduction.Rmd | 166 +- eulerr-8.0.0/eulerr/inst/doc/introduction.html | 103 - eulerr-8.0.0/eulerr/inst/doc/loss-functions.R | 46 eulerr-8.0.0/eulerr/inst/doc/loss-functions.Rmd | 149 + eulerr-8.0.0/eulerr/inst/doc/loss-functions.html | 158 +- eulerr-8.0.0/eulerr/inst/doc/under-the-hood.R | 202 +- eulerr-8.0.0/eulerr/inst/doc/under-the-hood.Rmd | 338 ++-- eulerr-8.0.0/eulerr/inst/doc/under-the-hood.html | 4 eulerr-8.0.0/eulerr/inst/doc/venn-diagrams.R | 15 eulerr-8.0.0/eulerr/inst/doc/venn-diagrams.Rmd | 80 - eulerr-8.0.0/eulerr/inst/doc/venn-diagrams.html | 21 eulerr-8.0.0/eulerr/inst/doc/visualization.R | 92 + eulerr-8.0.0/eulerr/inst/doc/visualization.Rmd | 242 ++- eulerr-8.0.0/eulerr/inst/doc/visualization.html | 176 ++ eulerr-8.0.0/eulerr/man/EULER_PANEL_PAD_PT.Rd |only eulerr-8.0.0/eulerr/man/all_set_combinations.Rd |only eulerr-8.0.0/eulerr/man/apply_label_placement.Rd |only eulerr-8.0.0/eulerr/man/apply_panel_overrides.Rd |only eulerr-8.0.0/eulerr/man/build_leader_grob.Rd |only eulerr-8.0.0/eulerr/man/build_tag_grobs.Rd |only eulerr-8.0.0/eulerr/man/coef.euler.Rd | 11 eulerr-8.0.0/eulerr/man/default_placement_opts.Rd |only eulerr-8.0.0/eulerr/man/ellipse_bounding_box.Rd |only eulerr-8.0.0/eulerr/man/ellipse_frame_to_shapes.Rd |only eulerr-8.0.0/eulerr/man/euler.Rd | 80 - eulerr-8.0.0/eulerr/man/euler_plot_data.Rd |only eulerr-8.0.0/eulerr/man/eulergram-compose.Rd |only eulerr-8.0.0/eulerr/man/eulerr_options.Rd | 17 eulerr-8.0.0/eulerr/man/expand_limits_with_canvas.Rd |only eulerr-8.0.0/eulerr/man/figures/README-plot_method-1.png |binary eulerr-8.0.0/eulerr/man/figures/README-plot_method-2.png |only eulerr-8.0.0/eulerr/man/find_eulertags.Rd |only eulerr-8.0.0/eulerr/man/fit_euler_diagram.Rd |only eulerr-8.0.0/eulerr/man/fitted.euler.Rd | 13 eulerr-8.0.0/eulerr/man/get_bounding_box.Rd | 24 eulerr-8.0.0/eulerr/man/makeContent.EulerTags.Rd | 14 eulerr-8.0.0/eulerr/man/makeContext.EulerPanel.Rd |only eulerr-8.0.0/eulerr/man/max_sets_default.Rd |only eulerr-8.0.0/eulerr/man/max_sets_hard_cap.Rd |only eulerr-8.0.0/eulerr/man/measure_all_tags.Rd |only eulerr-8.0.0/eulerr/man/measure_tag.Rd |only eulerr-8.0.0/eulerr/man/measure_tag_native.Rd |only eulerr-8.0.0/eulerr/man/measure_tag_sizes.Rd |only eulerr-8.0.0/eulerr/man/new_shape_frame.Rd |only eulerr-8.0.0/eulerr/man/open_measurement_viewport.Rd |only eulerr-8.0.0/eulerr/man/pad_axis_native.Rd |only eulerr-8.0.0/eulerr/man/place_euler_labels.Rd |only eulerr-8.0.0/eulerr/man/plot.euler.Rd | 137 + eulerr-8.0.0/eulerr/man/polygon_clip_rust.Rd |only eulerr-8.0.0/eulerr/man/residuals.euler.Rd |only eulerr-8.0.0/eulerr/man/resolve_gap_native.Rd |only eulerr-8.0.0/eulerr/man/resolve_placement_opts.Rd |only eulerr-8.0.0/eulerr/man/run_placement_pass.Rd |only eulerr-8.0.0/eulerr/man/setup_complement_tag.Rd |only eulerr-8.0.0/eulerr/man/setup_geometry.Rd | 17 eulerr-8.0.0/eulerr/man/setup_grobs.Rd | 15 eulerr-8.0.0/eulerr/man/setup_tag.Rd | 20 eulerr-8.0.0/eulerr/man/shape_bounding_box.Rd |only eulerr-8.0.0/eulerr/man/shapes_to_ellipse_frame.Rd |only eulerr-8.0.0/eulerr/man/split_waypoints.Rd |only eulerr-8.0.0/eulerr/man/venn.Rd | 8 eulerr-8.0.0/eulerr/src/Makevars.in |only eulerr-8.0.0/eulerr/src/Makevars.win.in |only eulerr-8.0.0/eulerr/src/entrypoint.c |only eulerr-8.0.0/eulerr/src/eulerr-win.def |only eulerr-8.0.0/eulerr/src/rust |only eulerr-8.0.0/eulerr/tests/testthat/test-accuracy.R | 2 eulerr-8.0.0/eulerr/tests/testthat/test-assertions.R | 38 eulerr-8.0.0/eulerr/tests/testthat/test-complement.R |only eulerr-8.0.0/eulerr/tests/testthat/test-geometry.R | 48 eulerr-8.0.0/eulerr/tests/testthat/test-inputs.R | 58 eulerr-8.0.0/eulerr/tests/testthat/test-methods.R | 23 eulerr-8.0.0/eulerr/tests/testthat/test-plotting.R | 628 +++++++- eulerr-8.0.0/eulerr/tests/testthat/test-printing.R | 2 eulerr-8.0.0/eulerr/tests/testthat/test-reproducibility.R | 26 eulerr-8.0.0/eulerr/tests/testthat/test-shapes.R |only eulerr-8.0.0/eulerr/tools |only eulerr-8.0.0/eulerr/vignettes/gallery.Rmd | 94 - eulerr-8.0.0/eulerr/vignettes/introduction.Rmd | 166 +- eulerr-8.0.0/eulerr/vignettes/loss-functions.Rmd | 149 + eulerr-8.0.0/eulerr/vignettes/under-the-hood.Rmd | 338 ++-- eulerr-8.0.0/eulerr/vignettes/venn-diagrams.Rmd | 80 - eulerr-8.0.0/eulerr/vignettes/visualization.Rmd | 242 ++- 154 files changed, 6408 insertions(+), 2520 deletions(-)
Title: SPArse Matrix
Description: Set of functions for sparse matrix algebra.
Differences with other sparse matrix packages are:
(1) we only support (essentially) one sparse matrix format,
(2) based on transparent and simple structure(s),
(3) tailored for MCMC calculations within G(M)RF.
(4) and it is fast and scalable (with the extension package spam64).
Documentation about 'spam' is provided by vignettes included in this package, see also Furrer and Sain (2010) <doi:10.18637/jss.v036.i10>; see 'citation("spam")' for details.
Author: Reinhard Furrer [aut, cre] ,
Florian Gerber [aut] ,
Roman Flury [aut] ,
Daniel Gerber [ctb],
Kaspar Moesinger [ctb],
Annina Cincera [ctb],
Youcef Saad [ctb] ,
Esmond G. Ng [ctb] ,
Barry W. Peyton [ctb] ,
Joseph W.H. Liu [ctb] ,
Alan D. George [ctb] , [...truncated...]
Maintainer: Reinhard Furrer <reinhard.furrer@math.uzh.ch>
Diff between spam versions 2.11-3 dated 2026-01-08 and 2.11-4 dated 2026-05-29
DESCRIPTION | 10 ++--- MD5 | 56 ++++++++++++++++++++++--------- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 4 +- inst/doc/spam.pdf |binary inst/gradient-mle-short.pdf |only inst/gradient-mle.html |only inst/gradient-mle.pdf |only inst/gradient-mle_cache |only inst/gradient-mle_files |only inst/spam_IterPara_extensive.pdf |only inst/spam_IterPara_normal.pdf |only tests/Examples/spam-Ex.Rout.save | 30 ++++++++-------- tests/demo_cholesky.Rout.save | 8 ++-- tests/demo_jss10-example1.Rout.save | 8 ++-- tests/demo_jss10-figures-table.Rout.save | 8 ++-- tests/demo_jss15-BYM.Rout.save | 8 ++-- tests/demo_jss15-Leroux.Rout.save | 8 ++-- tests/demo_spam.Rout.save | 8 ++-- tests/demo_timing.Rout.save | 8 ++-- tests/jss_areal_counts.Rout.save | 8 ++-- tests/testthat.Rout.save | 8 ++-- 23 files changed, 99 insertions(+), 73 deletions(-)
Title: Thematic Cartography
Description: Create and integrate thematic maps in your workflow. This package
helps to design various cartographic representations such as proportional
symbols, choropleth or typology maps. It also offers several functions to
display layout elements that improve the graphic presentation of maps
(e.g. scale bar, north arrow, title, labels). 'mapsf' maps 'sf' objects on
'base' graphics.
Author: Timothee Giraud [cre, aut] ,
Hugues Pecout [ctb] ,
Ronan Ysebaert [ctb] ,
Elina Marveaux [ctb] ,
Ian Fellows [cph] ,
Jim Lemon [cph] ,
Danielle Navarro [cph]
Maintainer: Timothee Giraud <timothee.giraud@cnrs.fr>
Diff between mapsf versions 1.2.0 dated 2026-05-05 and 1.2.1 dated 2026-05-29
DESCRIPTION | 8 +-- MD5 | 91 ++++++++++++++++++++--------------------- NEWS.md | 10 ++++ R/mf_annotation.R | 9 ++-- R/mf_arrow.R | 3 - R/mf_credits.R | 6 +- R/mf_distr.R | 1 R/mf_frame.R | 3 - R/mf_get_ratio.R | 6 +- R/mf_graticule.R | 14 ++++-- R/mf_label.R | 16 ++++++- R/mf_legend.R | 9 ++-- R/mf_map.R | 10 ++-- R/mf_pkg_utils.R | 34 ++++++--------- R/mf_png.R | 6 +- R/mf_prop_typo.R | 2 R/mf_raster.R | 6 +- R/mf_scale.R | 8 ++- R/mf_shadow.R | 15 ++++-- R/mf_svg.R | 6 +- R/mf_text.R | 17 ++++--- R/mf_theme.R | 19 ++++---- R/mf_title.R | 16 +++++-- R/mf_worldmap.R | 12 +++-- README.md | 14 ++++-- inst/doc/mapsf.html | 20 ++++----- inst/tinytest/test_label.R | 1 man/figures/mapsf_gui_logo.png |only man/mapsf.Rd | 5 ++ man/mf_annotation.Rd | 9 ++-- man/mf_arrow.Rd | 3 - man/mf_credits.Rd | 6 +- man/mf_frame.Rd | 3 - man/mf_get_ratio.Rd | 6 +- man/mf_graticule.Rd | 14 ++++-- man/mf_label.Rd | 14 ++++++ man/mf_legend.Rd | 8 ++- man/mf_map.Rd | 10 ++-- man/mf_png.Rd | 6 +- man/mf_raster.Rd | 6 +- man/mf_scale.Rd | 8 ++- man/mf_shadow.Rd | 15 ++++-- man/mf_svg.Rd | 6 +- man/mf_text.Rd | 16 ++++--- man/mf_theme.Rd | 18 ++++---- man/mf_title.Rd | 13 +++-- man/mf_worldmap.Rd | 12 +++-- 47 files changed, 339 insertions(+), 201 deletions(-)
Title: 'Imath' Computer Graphics Linear Algebra Static Library
Description: Provides a static library for 'Imath'
(see <https://github.com/AcademySoftwareFoundation/Imath>),
a library for functions and data types common in computer graphics
applications, including a 16-bit floating-point type.
Author: Tyler Morgan-Wall [aut, cre] ,
Andrew Kunz [ctb, cph],
Antonio Rojas [ctb, cph],
Brecht Van Lommel [ctb, cph],
Cary Phillips [ctb, cph],
Christina Tempelaar-Lietz [ctb, cph],
Christopher Kulla [ctb, cph],
Daniel Kaneider [ctb, cph],
Dirk Lemstra [ctb [...truncated...]
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Diff between libimath versions 3.2.2-0 dated 2026-02-22 and 3.2.2-1 dated 2026-05-29
DESCRIPTION | 8 MD5 | 11 src/Makevars.in | 21 - src/Makevars.win.in | 17 tools/config.R | 728 +++++++++++++++++++++-------------------- tools/config/configure.R | 445 +++++++++++++------------ tools/write-runtime-metadata.R |only 7 files changed, 657 insertions(+), 573 deletions(-)
Title: Libreria Del Laboratorio Di Statistica Con R
Description: Insieme di funzioni di supporto al volume "Laboratorio di
Statistica con R", Iacus-Masarotto, MacGraw-Hill Italia, 2006.
This package contains sets of functions defined in "Laboratorio
di Statistica con R", Iacus-Masarotto, MacGraw-Hill Italia,
2006. Function names and docs are in italian as well.
Author: Stefano M. Iacus [aut, cre],
Guido Masarotto [aut]
Maintainer: Stefano M. Iacus <siacus@iq.harvard.edu>
Diff between labstatR versions 1.0.13 dated 2022-08-08 and 1.0.14 dated 2026-05-29
DESCRIPTION | 20 ++++++++++++++------ MD5 | 5 +++-- NAMESPACE | 2 +- README.md |only 4 files changed, 18 insertions(+), 9 deletions(-)
Title: Structured Learning in Time-Dependent Cox Models
Description: Efficient procedures for fitting and cross-validating the structurally-regularized time-dependent Cox models.
Author: Yi Lian [aut, cre],
Guanbo Wang [aut],
Archer Y. Yang [aut],
Mireille E. Schnitzer [aut],
Robert W. Platt [aut],
Rui Wang [aut],
Marc Dorais [aut],
Sylvie Perreault [aut],
Julien Mairal [ctb],
Yuansi Chen [ctb]
Maintainer: Yi Lian <yi.lian@mail.mcgill.ca>
Diff between sox versions 1.2.2 dated 2025-05-07 and 1.2.3 dated 2026-05-29
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- R/RcppExports.R | 30 +++++++++++++++--------------- inst/include/linalg/misc.h | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-)
Title: Simulate DNA Methylation Dynamics on Different Genomic
Structures along Genealogies
Description: DNA methylation is an epigenetic modification involved in genomic stability,
gene regulation, development and disease.
DNA methylation occurs mainly through the addition of a methyl group to cytosines,
for example to cytosines in a CpG dinucleotide context (CpG stands for a cytosine followed by a guanine).
Tissue-specific methylation patterns lead to genomic regions with different characteristic
methylation levels.
E.g. in vertebrates CpG islands (regions with high CpG content) that are associated to promoter regions of
expressed genes tend to be unmethylated.
'MethEvolSIM' is a model-based simulation software for the generation and modification
of cytosine methylation patterns along a given tree, which can be a genealogy of
cells within an organism, a coalescent tree of DNA sequences sampled from a population, or a species tree.
The simulations are based on an extension of the model of
Grosser & Metzler (2020) <doi:10.1186/s12859-020-3438-5> and allows for changes of
the met [...truncated...]
Author: Sara Castillo Vicente [aut, cre],
Dirk Metzler [aut, ths]
Maintainer: Sara Castillo Vicente <castillo@bio.lmu.de>
Diff between MethEvolSIM versions 0.2.1 dated 2025-04-11 and 0.3.0 dated 2026-05-29
DESCRIPTION | 8 MD5 | 20 R/multiRegion_SIM.R | 96 ++ build/vignette.rds |binary inst/doc/intro-vignette.R | 16 inst/doc/intro-vignette.html | 127 +-- man/cftpStepGenerator.Rd | 150 ++-- man/combiStructureGenerator.Rd | 925 +++++++++++++++------------ man/singleStructureGenerator.Rd | 1144 ++++++++++++++++++---------------- man/treeMultiRegionSimulator.Rd | 158 ++-- tests/testthat/test-multiRegion_SIM.R | 226 ++++++ 11 files changed, 1689 insertions(+), 1181 deletions(-)
Title: Broadcasted Array Operations Like 'NumPy'
Description: Implements efficient 'NumPy'-like broadcasted operations for atomic and recursive arrays.
In the context of operations involving 2 (or more) arrays,
“broadcasting” (AKA singleton expansion) refers to efficiently recycling array dimensions,
without making copies.
Besides linking to 'Rcpp',
'broadcast' does not use any external libraries in any way;
'broadcast' was essentially made from scratch and can be installed out-of-the-box.
The implementations available in 'broadcast' include, but are not limited to, the following.
1) Broadcasted element-wise operations on any 2 arrays;
they support a large set of
relational, arithmetic, Boolean, string, and bit-wise operations.
2) A faster, more memory efficient, and broadcasted abind-like function,
for binding arrays along an arbitrary dimension.
3) Broadcasted ifelse-like and apply-like functions.
4) Casting functions,
that cast subset-groups of an array to a new dimension, cast nested lists to dimensional lists, and vice-versa.
5) A few linear [...truncated...]
Author: Tony Wilkes [aut, cre, cph]
Maintainer: Tony Wilkes <tony_a_wilkes@outlook.com>
Diff between broadcast versions 0.1.8 dated 2026-02-20 and 0.1.9 dated 2026-05-29
broadcast-0.1.8/broadcast/src/C_dims_allge.c |only broadcast-0.1.9/broadcast/DESCRIPTION | 6 broadcast-0.1.9/broadcast/MD5 | 144 - broadcast-0.1.9/broadcast/NEWS.md | 24 broadcast-0.1.9/broadcast/R/RcppExports.R | 336 --- broadcast-0.1.9/broadcast/R/bc_b.R | 37 broadcast-0.1.9/broadcast/R/bc_bit.R | 32 broadcast-0.1.9/broadcast/R/bc_cplx.R | 33 broadcast-0.1.9/broadcast/R/bc_d.R | 47 broadcast-0.1.9/broadcast/R/bc_i.R | 47 broadcast-0.1.9/broadcast/R/bc_ifelse.R | 15 broadcast-0.1.9/broadcast/R/bc_list.R | 18 broadcast-0.1.9/broadcast/R/bc_raw.R | 17 broadcast-0.1.9/broadcast/R/bc_rel.R | 48 broadcast-0.1.9/broadcast/R/bc_str.R | 50 broadcast-0.1.9/broadcast/R/bc_strrep.R | 15 broadcast-0.1.9/broadcast/R/bcapply.R | 16 broadcast-0.1.9/broadcast/R/broadcastWrappers.R | 4 broadcast-0.1.9/broadcast/R/broadcaster.R | 30 broadcast-0.1.9/broadcast/R/cast_shallow2atomic.R | 2 broadcast-0.1.9/broadcast/R/internal_acast_names.R | 2 broadcast-0.1.9/broadcast/R/internal_binary.R | 2 broadcast-0.1.9/broadcast/R/internal_functions.R | 32 broadcast-0.1.9/broadcast/R/internal_opfuns.R | 7 broadcast-0.1.9/broadcast/R/ndim.R | 2 broadcast-0.1.9/broadcast/R/overload_relops.R | 51 broadcast-0.1.9/broadcast/inst/examples/bc_str.R | 11 broadcast-0.1.9/broadcast/inst/examples/linear_algebra_stats.R | 16 broadcast-0.1.9/broadcast/inst/examples/recast_dirvector.R |only broadcast-0.1.9/broadcast/inst/tinytest/bc_b/test-bc_b_andor.R | 22 broadcast-0.1.9/broadcast/inst/tinytest/bc_b/test-bc_b_equivalences.R |only broadcast-0.1.9/broadcast/inst/tinytest/bc_bytes/test-bc_bit_int.R | 26 broadcast-0.1.9/broadcast/inst/tinytest/bc_bytes/test-bc_bit_raw.R | 16 broadcast-0.1.9/broadcast/inst/tinytest/bc_general/test-bcapply-attr.R | 2 broadcast-0.1.9/broadcast/inst/tinytest/bc_str/test-bc_str_dist.R | 39 broadcast-0.1.9/broadcast/inst/tinytest/binary_prep/test-binary_prep.R | 41 broadcast-0.1.9/broadcast/inst/tinytest/binary_prep/test-dimmode.R | 31 broadcast-0.1.9/broadcast/inst/tinytest/internal/test-mini.R | 46 broadcast-0.1.9/broadcast/man/bc.b.Rd | 9 broadcast-0.1.9/broadcast/man/bc.bit.Rd | 4 broadcast-0.1.9/broadcast/man/bc.cplx.Rd | 3 broadcast-0.1.9/broadcast/man/bc.d.Rd | 2 broadcast-0.1.9/broadcast/man/bc.i.Rd | 2 broadcast-0.1.9/broadcast/man/bc.list.Rd | 3 broadcast-0.1.9/broadcast/man/bc.raw.Rd | 2 broadcast-0.1.9/broadcast/man/bc.rel.Rd | 2 broadcast-0.1.9/broadcast/man/bc.str.Rd | 16 broadcast-0.1.9/broadcast/man/broadcaster.Rd | 30 broadcast-0.1.9/broadcast/man/cast_shallow2atomic.Rd | 2 broadcast-0.1.9/broadcast/man/linear_algebra_stats.Rd | 16 broadcast-0.1.9/broadcast/src/C_determine_dimmode.c | 33 broadcast-0.1.9/broadcast/src/C_dims_is_vector.c |only broadcast-0.1.9/broadcast/src/RcppExports.cpp | 907 +--------- broadcast-0.1.9/broadcast/src/broadcast.h | 210 +- broadcast-0.1.9/broadcast/src/rcpp_bcD_dec.cpp | 56 broadcast-0.1.9/broadcast/src/rcpp_bcD_int.cpp | 54 broadcast-0.1.9/broadcast/src/rcpp_bcD_str.cpp | 91 - broadcast-0.1.9/broadcast/src/rcpp_bcRel_b.cpp | 78 broadcast-0.1.9/broadcast/src/rcpp_bcRel_bit.cpp | 92 - broadcast-0.1.9/broadcast/src/rcpp_bcRel_cplx.cpp | 62 broadcast-0.1.9/broadcast/src/rcpp_bcRel_dec.cpp | 54 broadcast-0.1.9/broadcast/src/rcpp_bcRel_int.cpp | 56 broadcast-0.1.9/broadcast/src/rcpp_bcRel_raw.cpp | 54 broadcast-0.1.9/broadcast/src/rcpp_bcRel_str.cpp | 62 broadcast-0.1.9/broadcast/src/rcpp_bc_b.cpp | 80 broadcast-0.1.9/broadcast/src/rcpp_bc_bit.cpp | 92 - broadcast-0.1.9/broadcast/src/rcpp_bc_cplx.cpp | 58 broadcast-0.1.9/broadcast/src/rcpp_bc_dec.cpp | 54 broadcast-0.1.9/broadcast/src/rcpp_bc_ifelse.cpp | 72 broadcast-0.1.9/broadcast/src/rcpp_bc_int.cpp | 54 broadcast-0.1.9/broadcast/src/rcpp_bc_list.cpp | 52 broadcast-0.1.9/broadcast/src/rcpp_bc_raw.cpp | 54 broadcast-0.1.9/broadcast/src/rcpp_bc_str.cpp | 56 broadcast-0.1.9/broadcast/src/rcpp_bc_strrep.cpp | 52 broadcast-0.1.9/broadcast/src/rcpp_bcapply.cpp | 36 75 files changed, 1089 insertions(+), 2738 deletions(-)
Title: Topic Inference to Identify Tissue Architecture in Multiplexed
Images
Description: A novel spatial topic model to integrate both cell type and spatial information to identify the complex spatial tissue architecture on multiplexed tissue images without human intervention. The Package implements a collapsed Gibbs sampling algorithm for inference. The method is highly scalable to large-scale image datasets without extracting neighborhood information for every single cell. The package supports spatially resolved cell-level data analysis, topic inference, visualization, and downstream biological interpretation of tissue microenvironments.
Author: Xiyu Peng [aut, cre] ,
Nikki Xiao [aut]
Maintainer: Xiyu Peng <pansypeng124@gmail.com>
Diff between SpaTopic versions 1.2.0 dated 2025-03-03 and 1.3.1 dated 2026-05-29
DESCRIPTION | 30 ++-- MD5 | 35 +++- NAMESPACE | 46 +++--- NEWS.md | 6 R/Gibbs_sampler.R | 84 ++++++++--- R/frex_topic.R |only R/label_topics.R |only R/lift_topic.R |only R/prob_topic.R |only R/score_topic.R |only R/spatial_func.R | 254 ++++++++++++++++++++++++----------- README.md | 53 ++++++- build/partial.rdb |only inst/CITATION |only inst/WORDLIST |only inst/doc/Intro_SpaTopic.html | 2 man/SpaTopic-Package.Rd | 2 man/SpaTopic_inference.Rd | 10 + man/frex_topic.Rd |only man/label_topics.Rd |only man/lift_topic.Rd |only man/prob_topic.Rd |only man/score_topic.Rd |only man/stratified_sampling_3D_via_2D.Rd |only src/Gibbs.cpp | 1 tests |only 26 files changed, 378 insertions(+), 145 deletions(-)
Title: Latent Space Item Response Model
Description: Analysis of dichotomous, ordinal, and continuous response data using latent space item response model ('LSIRM'). Provides 1PL and 2PL 'LSIRM' for binary response data as described in Jeon et al. (2021) <doi:10.1007/s11336-021-09762-5>, graded response models ('GRM') for ordinal data (De Carolis et al., 2025, <doi:10.1080/00273171.2025.2605678>), and extensions for continuous response data. Supports Bayesian model selection with spike-and-slab priors, adaptive MCMC algorithms, and methods for handling missing data under missing at random ('MAR') and missing completely at random ('MCAR') assumptions. Provides various diagnostic plots to inspect the latent space and summaries of estimated parameters.
Author: Dongyoung Go [aut],
Gwanghee Kim [aut, cre],
Jina Park [aut],
Ickhoon Jin [ctb],
Minjeong Jeon [ctb]
Maintainer: Gwanghee Kim <musagh08@yonsei.ac.kr>
Diff between lsirm12pl versions 2.0.1 dated 2026-05-04 and 2.0.2 dated 2026-05-29
DESCRIPTION | 8 MD5 | 184 ++++++------- R/data.R | 2 R/diagnostic.lsirm.R | 66 ++++ R/lsirm1pl_fixed_gamma_mar.R | 8 R/lsirm1pl_fixed_gamma_mcar.R | 8 R/lsirm1pl_mar.R | 8 R/lsirm1pl_mar_ss.R | 6 R/lsirm1pl_mcar.R | 8 R/lsirm1pl_mcar_ss.R | 8 R/lsirm1pl_normal_fixed_gamma.R | 5 R/lsirm1pl_normal_fixed_gamma_mar.R | 11 R/lsirm1pl_normal_fixed_gamma_mcar.R | 11 R/lsirm1pl_normal_mar.R | 359 +++++++++++++------------- R/lsirm1pl_normal_mar_ss.R | 9 R/lsirm1pl_normal_mcar.R | 357 +++++++++++++------------- R/lsirm1pl_normal_mcar_ss.R | 399 ++++++++++++++--------------- R/lsirm1pl_normal_o.R | 323 ++++++++++++------------ R/lsirm1pl_normal_ss.R | 363 +++++++++++++-------------- R/lsirm2pl_fixed_gamma_mar.R | 6 R/lsirm2pl_fixed_gamma_mcar.R | 6 R/lsirm2pl_mar.R | 6 R/lsirm2pl_mar_ss.R | 6 R/lsirm2pl_mcar.R | 6 R/lsirm2pl_mcar_ss.R | 6 R/lsirm2pl_normal_fixed_gamma.R | 303 +++++++++++----------- R/lsirm2pl_normal_fixed_gamma_mar.R | 335 ++++++++++++------------ R/lsirm2pl_normal_fixed_gamma_mcar.R | 335 ++++++++++++------------ R/lsirm2pl_normal_mar.R | 381 ++++++++++++++-------------- R/lsirm2pl_normal_mar_ss.R | 429 ++++++++++++++++---------------- R/lsirm2pl_normal_mcar.R | 381 ++++++++++++++-------------- R/lsirm2pl_normal_mcar_ss.R | 415 +++++++++++++++--------------- R/lsirm2pl_normal_o.R | 337 ++++++++++++------------- R/lsirm2pl_normal_ss.R | 357 +++++++++++++------------- R/lsirmgrm.R | 41 --- R/lsirmgrm2pl.R | 25 - R/lsirmgrm2pl_fixed_gamma.R | 2 R/lsirmgrm2pl_mcar.R | 2 R/lsirmgrm2pl_ss.R | 2 R/lsirmgrm_fixed_gamma.R | 2 R/lsirmgrm_mcar.R | 2 R/lsirmgrm_ss.R | 2 R/plot.lsirm.R | 174 ++++++++---- R/print.summary.lsirm.R | 153 ++++++++++- R/summary.lsirm.R | 145 ++++++++++ R/utilities.R | 10 man/TDRI.Rd | 2 man/diagnostic.Rd | 16 + man/lsirm1pl_fixed_gamma_mar.Rd | 4 man/lsirm1pl_fixed_gamma_mcar.Rd | 4 man/lsirm1pl_mar.Rd | 4 man/lsirm1pl_mar_ss.Rd | 2 man/lsirm1pl_mcar.Rd | 4 man/lsirm1pl_mcar_ss.Rd | 4 man/lsirm1pl_normal_fixed_gamma.Rd | 5 man/lsirm1pl_normal_fixed_gamma_mar.Rd | 7 man/lsirm1pl_normal_fixed_gamma_mcar.Rd | 7 man/lsirm1pl_normal_mar.Rd | 7 man/lsirm1pl_normal_mar_ss.Rd | 5 man/lsirm1pl_normal_mcar.Rd | 7 man/lsirm1pl_normal_mcar_ss.Rd | 7 man/lsirm1pl_normal_o.Rd | 5 man/lsirm1pl_normal_ss.Rd | 5 man/lsirm2pl_fixed_gamma_mar.Rd | 2 man/lsirm2pl_fixed_gamma_mcar.Rd | 2 man/lsirm2pl_mar.Rd | 2 man/lsirm2pl_mar_ss.Rd | 2 man/lsirm2pl_mcar.Rd | 2 man/lsirm2pl_mcar_ss.Rd | 2 man/lsirm2pl_normal_fixed_gamma.Rd | 5 man/lsirm2pl_normal_fixed_gamma_mar.Rd | 5 man/lsirm2pl_normal_fixed_gamma_mcar.Rd | 5 man/lsirm2pl_normal_mar.Rd | 5 man/lsirm2pl_normal_mar_ss.Rd | 5 man/lsirm2pl_normal_mcar.Rd | 5 man/lsirm2pl_normal_mcar_ss.Rd | 5 man/lsirm2pl_normal_o.Rd | 5 man/lsirm2pl_normal_ss.Rd | 5 man/lsirmgrm.Rd | 33 -- man/lsirmgrm2pl.Rd | 17 - man/lsirmgrm2pl_fixed_gamma.Rd | 2 man/lsirmgrm2pl_mcar.Rd | 2 man/lsirmgrm2pl_o.Rd | 2 man/lsirmgrm2pl_ss.Rd | 2 man/lsirmgrm_fixed_gamma.Rd | 2 man/lsirmgrm_mcar.Rd | 2 man/lsirmgrm_o.Rd | 2 man/lsirmgrm_ss.Rd | 2 man/plot.Rd | 23 + man/print.summary.lsirm.Rd | 8 man/summary.lsirm.Rd | 17 + src/lsirm1pl.cpp | 14 - src/lsirm2pl.cpp | 12 93 files changed, 3365 insertions(+), 2939 deletions(-)
Title: Transport Modeling: Network Processing, Route Enumeration, and
Traffic Assignment
Description: High-performance tools for transport modeling - network processing, route
enumeration, and traffic assignment in R. The package implements the Path-Sized Logit
model for traffic assignment - Ben-Akiva and Bierlaire (1999) <doi:10.1007/978-1-4615-5203-1_2> -
an efficient route enumeration algorithm, and provides powerful utility functions for (multimodal)
network generation, consolidation/contraction, and/or simplification. The user is expected to provide
a transport network (either a graph or collection of linestrings) and an origin-destination (OD)
matrix of trade/traffic flows. Maintained by transport consultants at CPCS (cpcs.ca).
Author: Sebastian Krantz [aut, cre],
Kamol Roy [ctb]
Maintainer: Sebastian Krantz <sebastian.krantz@graduateinstitute.ch>
Diff between flownet versions 0.2.2 dated 2026-03-22 and 0.3.0 dated 2026-05-29
DESCRIPTION | 12 MD5 | 36 - NAMESPACE | 1 NEWS.md | 43 + R/critical_link_analysis.R |only R/utils.R | 678 +++++++++++++++++++++++---- README.md | 1 build/partial.rdb |binary build/vignette.rds |binary inst/doc/introduction.html | 103 ++-- man/consolidate_graph.Rd | 8 man/create_undirected_graph.Rd | 7 man/critical_link_analysis.Rd |only man/flownet-package.Rd | 1 man/simplify_network.Rd | 33 + src/Makevars |only src/Makevars.win |only src/critical_link_analysis.c |only src/init.c | 5 src/utils.c | 176 +++++++ tests/testthat/test-consolidation.R | 424 ++++++++++++++++ tests/testthat/test-critical-link-analysis.R |only 22 files changed, 1348 insertions(+), 180 deletions(-)
Title: Missing Value Imputation with Compositional Data
Description: Functions to perform missing value imputation with compositional data using the Jensen-Shannon divergence based k--NN and a--k--NN algorithms. The functions are based on the following paper:
Tsagris M., Alenazi A. and Stewart C. (2026). "A Jensen--Shannon divergence based k--NN algorithm for missing value imputation in compositional data", <doi:10.1080/02664763.2026.2677908>.
Author: Michail Tsagris [aut, cre]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Diff between CompositionalNAimp versions 1.0 dated 2026-03-31 and 1.1 dated 2026-05-29
DESCRIPTION | 11 +++++------ MD5 | 12 ++++++------ man/CompositionalNAimp-package.Rd | 5 +++-- man/alfa.knnimp.Rd | 1 + man/alfaknnimp.tune.Rd | 1 + man/cv.knnimp.Rd | 3 ++- man/knnimp.Rd | 1 + 7 files changed, 19 insertions(+), 15 deletions(-)
More information about CompositionalNAimp at CRAN
Permanent link
Title: Toolkit for Reduced Form and Structural Smooth Transition Vector
Autoregressive Models
Description: Penalized and non-penalized maximum likelihood estimation of smooth
transition vector autoregressive models with various types of transition weight
functions, conditional distributions, and identification methods. Constrained
estimation with various types of constraints is available. Residual based
model diagnostics, forecasting, simulations, counterfactual analysis, and
computation of impulse response functions, generalized impulse response functions,
generalized forecast error variance decompositions, as well as historical
decompositions. See
Heather Anderson, Farshid Vahid (1998) <doi:10.1016/S0304-4076(97)00076-6>,
Helmut Lütkepohl, Aleksei Netšunajev (2017) <doi:10.1016/j.jedc.2017.09.001>,
Markku Lanne, Savi Virolainen (2025) <doi:10.1016/j.jedc.2025.105162>,
Savi Virolainen (in press) <doi:10.1080/07474938.2026.2673986>.
Author: Savi Virolainen [aut, cre]
Maintainer: Savi Virolainen <savi.virolainen@helsinki.fi>
Diff between sstvars versions 1.2.3 dated 2026-01-26 and 1.2.4 dated 2026-05-29
DESCRIPTION | 10 +-- MD5 | 130 +++++++++++++++++++++-------------------- NAMESPACE | 1 NEWS.md | 12 +++ R/GIRFandGFEVD.R | 12 ++- R/LSest.R | 10 +-- R/MAINest.R | 7 +- R/RcppExports.R | 46 ++++++++++++++ R/STVARconstruction.R | 7 -- R/argumentChecks.R | 5 - R/data.R | 6 - R/distributionFuns.R | 5 - R/histDecomp.R | 2 R/jointSpectralRadius.R | 42 ++++++------- R/loglikelihood.R | 5 - R/matcal.R | 2 R/miscellaneous.R | 27 ++++++++ R/moreEst.R | 7 -- R/plotMethods.R | 68 +++++++++++++-------- README.md | 24 +++---- build/vignette.rds |binary inst/doc/sstvars-vignette.R | 2 inst/doc/sstvars-vignette.Rnw | 62 ++++++++++--------- inst/doc/sstvars-vignette.pdf |binary man/GIRF.Rd | 20 ++++-- man/GIRF_int.Rd | 8 +- man/STVAR.Rd | 7 -- man/alt_stvar.Rd | 5 - man/bound_JSR.Rd | 44 ++++--------- man/bound_jsr_G.Rd | 5 - man/bound_jsr_G_Cpp.Rd |only man/cfact_girf.Rd | 2 man/change_regime.Rd | 5 - man/check_params.Rd | 5 - man/diag_Omegas.Rd | 2 man/diagnostic_plot.Rd | 5 - man/estim_LS.Rd | 5 - man/estim_NLS.Rd | 5 - man/fitSSTVAR.Rd | 7 -- man/fitSTVAR.Rd | 8 +- man/fitbsSSTVAR.Rd | 5 - man/get_IC.Rd | 2 man/get_alpha_mt.Rd | 5 - man/get_penalized_IC.Rd |only man/get_residuals.Rd | 5 - man/hist_decomp.Rd | 5 - man/in_paramspace.Rd | 5 - man/iterate_more.Rd | 5 - man/loglikelihood.Rd | 5 - man/n_params.Rd | 5 - man/plot_struct_shocks.Rd | 5 - man/predict.stvar.Rd | 5 - man/profile_logliks.Rd | 5 - man/reform_constrained_pars.Rd | 5 - man/regime_distance.Rd | 5 - man/simulate.stvar.Rd | 5 - man/simulate_from_regime.Rd | 5 - man/simulate_stvar_int.Rd | 5 - man/spectral_radius.Rd |only man/sstvars-package.Rd | 5 + man/stand_t_dens.Rd | 5 - man/standard_errors.Rd | 5 - man/swap_parametrization.Rd | 5 - man/usacpu.Rd | 6 - src/RcppExports.cpp | 15 ++++ src/bound_jsr_G_Cpp.cpp |only vignettes/refs.bib | 9 +- vignettes/sstvars-vignette.Rnw | 62 ++++++++++--------- 68 files changed, 457 insertions(+), 362 deletions(-)
Title: Calculate (Stratified) Percentiles
Description: Calculate (stratified) percentiles on a data.frame
Stratification will split the data.frame into subgroups and calculate percentiles for each independently.
Author: Dr Peter Amin Marquardt [aut, cre]
Maintainer: Dr Peter Amin Marquardt <peter@kmarquardt.de>
Diff between percentiles versions 0.2.3 dated 2026-04-03 and 0.3.0 dated 2026-05-29
DESCRIPTION | 15 +- MD5 | 15 +- R/Stratified_percentile_calculator.R | 6 R/calculate_percentiles.R | 34 +---- man/Stratified_percentile_calculator_generator.Rd | 133 ++++++++++------------ man/calculate_percentiles.Rd | 2 man/calculate_stratified_percentiles.Rd | 2 tests |only 8 files changed, 95 insertions(+), 112 deletions(-)
Title: Multivariate Normal and t Distributions
Description: Computes multivariate normal and t probabilities, quantiles, random deviates,
and densities. Log-likelihoods for multivariate Gaussian models and Gaussian copulae
parameterised by Cholesky factors of covariance or precision matrices are implemented
for interval-censored and exact data, or a mix thereof. Score functions for these
log-likelihoods are available. A class representing multiple lower triangular matrices
and corresponding methods are part of this package.
Author: Alan Genz [aut],
Frank Bretz [aut],
Tetsuhisa Miwa [aut],
Xuefei Mi [aut],
Friedrich Leisch [ctb],
Fabian Scheipl [ctb],
Bjoern Bornkamp [ctb] ,
Martin Maechler [ctb] ,
Torsten Hothorn [aut, cre]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>
Diff between mvtnorm versions 1.3-7 dated 2026-04-15 and 1.4-0 dated 2026-05-29
DESCRIPTION | 12 MD5 | 50 NAMESPACE | 8 R/interface.R | 15 R/lpmvnorm.R | 36 R/ltMatrices.R | 383 +++-- R/mvnorm.R | 2 R/mvt.R | 2 build/partial.rdb |binary build/vignette.rds |binary inst/NEWS.Rd | 49 inst/doc/MVT_Rnews.pdf |binary inst/doc/lmvnorm_src.R | 303 ++-- inst/doc/lmvnorm_src.Rnw | 2727 ++++++++++++++++++++-------------------- inst/doc/lmvnorm_src.pdf |binary inst/include/mvtnorm.h | 6 inst/nuweb |only man/ltMatrices.Rd | 11 src/C_FORTRAN_interface.c | 2 src/ltMatrices.c | 479 ++----- src/mvt.f | 2 src/mvtnorm-init.c | 10 src/mvtnorm.h | 6 tests/regtest-Mult-crossprod.R |only tests/regtest-aperm.R | 1 vignettes/lmvnorm_src.Rnw | 2727 ++++++++++++++++++++-------------------- vignettes/lmvnorm_src.Rout.save | 138 +- 27 files changed, 3640 insertions(+), 3329 deletions(-)
Title: 'GitHub' 'API'
Description: Minimal client to access the 'GitHub' 'API'.
Author: Gabor Csardi [cre, ctb],
Jennifer Bryan [aut],
Hadley Wickham [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
Diff between gh versions 1.5.0 dated 2025-05-26 and 1.6.0 dated 2026-05-29
gh-1.5.0/gh/tests/testthat/helper-offline.R |only gh-1.6.0/gh/DESCRIPTION | 14 gh-1.6.0/gh/MD5 | 95 ++-- gh-1.6.0/gh/NAMESPACE | 3 gh-1.6.0/gh/NEWS.md | 39 + gh-1.6.0/gh/R/fake-github-app.R |only gh-1.6.0/gh/R/gh.R | 275 +++++++++++--- gh-1.6.0/gh/R/gh_gql.R | 2 gh-1.6.0/gh/R/gh_rate_limit.R | 4 gh-1.6.0/gh/R/gh_request.R | 10 gh-1.6.0/gh/R/gh_response.R | 25 + gh-1.6.0/gh/R/gh_token.R | 86 +++- gh-1.6.0/gh/R/import-standalone-obj-type.R |only gh-1.6.0/gh/R/import-standalone-types-check.R |only gh-1.6.0/gh/R/pagination.R | 49 -- gh-1.6.0/gh/R/utils.R | 41 -- gh-1.6.0/gh/README.md | 77 ++- gh-1.6.0/gh/build/vignette.rds |binary gh-1.6.0/gh/inst/WORDLIST | 3 gh-1.6.0/gh/inst/doc/managing-personal-access-tokens.html | 3 gh-1.6.0/gh/man/fake_github_app.Rd |only gh-1.6.0/gh/man/gh.Rd | 34 + gh-1.6.0/gh/man/gh_gql.Rd | 2 gh-1.6.0/gh/man/gh_next.Rd | 2 gh-1.6.0/gh/man/gh_token.Rd | 13 gh-1.6.0/gh/man/gh_tree_remote.Rd | 2 gh-1.6.0/gh/man/gh_whoami.Rd | 4 gh-1.6.0/gh/tests/testthat/_snaps/gh.md | 22 + gh-1.6.0/gh/tests/testthat/_snaps/gh_gql.md |only gh-1.6.0/gh/tests/testthat/_snaps/gh_rate_limit.md | 2 gh-1.6.0/gh/tests/testthat/_snaps/gh_request.md | 8 gh-1.6.0/gh/tests/testthat/_snaps/gh_response.md | 8 gh-1.6.0/gh/tests/testthat/_snaps/gh_token.md | 51 ++ gh-1.6.0/gh/tests/testthat/_snaps/gh_whoami.md | 2 gh-1.6.0/gh/tests/testthat/_snaps/git.md |only gh-1.6.0/gh/tests/testthat/_snaps/pagination.md | 8 gh-1.6.0/gh/tests/testthat/_snaps/print.md | 21 - gh-1.6.0/gh/tests/testthat/_snaps/utils.md | 10 gh-1.6.0/gh/tests/testthat/helper-fake-github.R |only gh-1.6.0/gh/tests/testthat/helper.R | 47 ++ gh-1.6.0/gh/tests/testthat/setup.R | 13 gh-1.6.0/gh/tests/testthat/test-gh.R | 157 +++++++ gh-1.6.0/gh/tests/testthat/test-gh_gql.R |only gh-1.6.0/gh/tests/testthat/test-gh_rate_limit.R | 30 + gh-1.6.0/gh/tests/testthat/test-gh_request.R | 33 + gh-1.6.0/gh/tests/testthat/test-gh_response.R | 56 ++ gh-1.6.0/gh/tests/testthat/test-gh_token.R | 74 +++ gh-1.6.0/gh/tests/testthat/test-gh_whoami.R | 8 gh-1.6.0/gh/tests/testthat/test-git.R | 78 +++ gh-1.6.0/gh/tests/testthat/test-mock-repos.R | 6 gh-1.6.0/gh/tests/testthat/test-pagination.R | 95 ++++ gh-1.6.0/gh/tests/testthat/test-print.R | 2 gh-1.6.0/gh/tests/testthat/test-utils.R | 89 ++++ 53 files changed, 1293 insertions(+), 310 deletions(-)
Title: Ecological Stability Metrics
Description: Standardises and facilitates the use of eleven established stability properties that have been used to assess systems’ responses to press or pulse disturbances at different ecological levels (e.g. population, community). There are two sets of functions. The first set corresponds to functions that measure stability at any level of organisation, from individual to community and can be applied to a time series of a system’s state variables (e.g., body mass, population abundance, or species diversity). The properties included in this set are: invariability, resistance, extent and rate of recovery, persistence, and overall ecological vulnerability. The second set of functions can be applied to Jacobian matrices. The functions in this set measure the stability of a community at short and long time scales. In the short term, the community’s response is measured by maximal amplification, reactivity and initial resilience (i.e. initial rate of return to equilibrium). In the long term, stability [...truncated...]
Author: Ludmilla Figueiredo [aut, cre] ,
Viktoriia Radchuk [aut] ,
Cedric Scherer [ctb]
Maintainer: Ludmilla Figueiredo <ludmilla.figueiredo@protonmail.com>
Diff between estar versions 1.0-1 dated 2025-11-28 and 2.0-0 dated 2026-05-29
DESCRIPTION | 10 MD5 | 65 - NEWS.md |only R/asympt_resil.R | 15 R/common_params.R | 4 R/data.R | 158 +- R/extractB.R | 76 - R/init_resil.R | 76 - R/max_amp.R | 108 - R/oev.R | 244 ++-- R/reactivity.R | 94 - R/recovery_extent.R | 2 R/recovery_rate.R | 25 R/resistance.R | 508 ++++----- R/stoch_var.R | 86 - README.md | 2 inst/doc/functional_stability_properties.R | 20 inst/doc/functional_stability_properties.Rmd | 1406 +++++++++++++------------- inst/doc/functional_stability_properties.html | 165 +-- inst/doc/jacobian_stability_properties.R | 45 inst/doc/jacobian_stability_properties.Rmd | 986 +++++++++--------- inst/doc/jacobian_stability_properties.html | 622 +++++------ man/asympt_resil.Rd | 300 ++--- man/extractB.Rd | 282 ++--- man/figures/hex_sticker.png |binary man/max_amp.Rd | 328 +++--- man/oev.Rd | 290 ++--- man/recovery_rate.Rd | 24 man/resistance.Rd | 432 +++---- vignettes/MARSS_example_vignette.R |only vignettes/figures/B_matrix.png |only vignettes/functional_stability_properties.Rmd | 1406 +++++++++++++------------- vignettes/jacobian_stability_properties.Rmd | 986 +++++++++--------- vignettes/performance_analysis.R | 1006 +++++++++--------- vignettes/references.bib | 256 ++-- 35 files changed, 5058 insertions(+), 4969 deletions(-)
Title: Steve's R Markdown Templates
Description: These are my collection of 'R Markdown' templates, mostly for compilation to PDF.
These are useful for all things academic and professional, if you are using 'R Markdown'
for things like your CV or your articles and manuscripts.
Author: Steven Miller [aut, cre]
Maintainer: Steven Miller <steve@svmiller.com>
Diff between stevetemplates versions 1.1.0 dated 2025-02-07 and 1.3.0 dated 2026-05-29
DESCRIPTION | 11 MD5 | 74 ++--- NEWS.md | 11 R/article.R | 2 R/article2.R | 2 R/article3.R | 2 R/beamer.R | 2 R/cover_letter.R | 5 R/cv.R | 2 R/cv2.R | 2 R/memo.R | 2 R/resume.R | 2 R/syllabus.R | 4 README.md | 145 +++++----- inst/rmarkdown/templates/anonms/resources/template.tex | 43 ++ inst/rmarkdown/templates/article/resources/template.tex | 41 ++ inst/rmarkdown/templates/article2/resources/template.tex | 83 ++++- inst/rmarkdown/templates/article3/resources/template.tex | 88 ++++-- inst/rmarkdown/templates/beamer/resources/template.tex | 43 ++ inst/rmarkdown/templates/cover_letter/resources/template.tex | 61 +++- inst/rmarkdown/templates/cv/resources/template.tex | 44 ++- inst/rmarkdown/templates/cv2/resources/template.tex | 46 ++- inst/rmarkdown/templates/ekohist_thesis/resources/template.tex | 46 ++- inst/rmarkdown/templates/memo/resources/template.tex | 61 +++- inst/rmarkdown/templates/resume/resources/template.tex | 52 ++- inst/rmarkdown/templates/statement/resources/template.tex | 62 +++- inst/rmarkdown/templates/syllabus/resources/template.tex | 41 ++ inst/rmarkdown/templates/syllabus2/resources/template.tex | 47 ++- man/article.Rd | 2 man/article2.Rd | 2 man/article3.Rd | 2 man/beamer.Rd | 2 man/cover_letter.Rd | 5 man/cv.Rd | 2 man/cv2.Rd | 2 man/memo.Rd | 2 man/resume.Rd | 2 man/syllabus.Rd | 4 38 files changed, 752 insertions(+), 297 deletions(-)
More information about stevetemplates at CRAN
Permanent link
Title: Download Administrative Boundary Data from 'geoBoundaries'
Description: Tools for downloading administrative boundary data from
'geoBoundaries' <https://www.geoboundaries.org/> across multiple
administrative levels. Boundary data are returned as 'sf' objects for
mapping and spatial analysis. See Runfola, D. et al. (2020)
"geoBoundaries: A global database of political administrative
boundaries." PLOS ONE 15(4), e0231866.
<doi:10.1371/journal.pone.0231866>.
Author: Diego Hernangomez [aut, cre, cph] ,
William and Mary geoLab [cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>
Diff between geobounds versions 0.1.1 dated 2026-03-24 and 0.1.2 dated 2026-05-29
DESCRIPTION | 21 +- MD5 | 82 +++---- NAMESPACE | 36 +-- NEWS.md | 59 +++-- R/gb-cache.R | 201 +++++++++---------- R/gb-get-adm.R | 52 ++-- R/gb-get-max-lvl.R | 13 - R/gb-get-metadata.R | 164 ++++++--------- R/gb-get-world.R | 46 +--- R/gb-get.R | 154 +++++--------- R/utils.R | 145 ++++++++++--- README.md | 104 +++++---- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 114 +++++----- inst/COPYRIGHTS | 130 ++++++------ inst/REFERENCES.bib | 38 +-- inst/WORDLIST | 63 +++--- inst/doc/geobounds.html | 129 ++++++------ inst/doc/geobounds.qmd | 163 ++++++++------- inst/schemaorg.json | 10 man/figures/README-map-coverage-1.png |binary man/gb_clear_cache.Rd | 118 +++++------ man/gb_detect_cache_dir.Rd | 59 ++--- man/gb_get.Rd | 250 +++++++++++------------ man/gb_get_adm.Rd | 325 +++++++++++++++---------------- man/gb_get_max_adm_lvl.Rd | 115 +++++----- man/gb_get_metadata.Rd | 244 +++++++++++------------ man/gb_get_world.Rd | 175 ++++++++-------- man/gb_set_cache_dir.Rd | 161 +++++++-------- man/geobounds-package.Rd | 67 +++--- tests/testthat/_snaps/gb-get-metadata.md | 6 tests/testthat/_snaps/gb-get-world.md | 2 tests/testthat/_snaps/gb-get.md | 8 tests/testthat/_snaps/utils.md | 12 - tests/testthat/test-gb-get-metadata.R | 34 --- tests/testthat/test-gb-get-world.R | 4 tests/testthat/test-utils.R | 129 +++++------- vignettes/REFERENCES.bib | 38 +-- vignettes/cgaz-1.png |binary vignettes/geobounds.qmd | 163 ++++++++------- vignettes/intersect-1.png |binary 42 files changed, 1802 insertions(+), 1832 deletions(-)
Title: Detection of Multiple Changes in Slope in Univariate Time-Series
Description: Detects multiple changes in slope using the CPOP dynamic programming approach of Fearnhead, Maidstone, and Letchford (2019) <doi:10.1080/10618600.2018.1512868>. This method finds the best continuous piecewise linear fit to data under a criterion that measures fit to data using the residual sum of squares, but penalizes complexity based on an L0 penalty on changes in slope. Further information regarding the use of this package with detailed examples can be found in Fearnhead and Grose (2024) <doi:10.18637/jss.v109.i07>.
Author: Daniel Grose [aut, cre],
Paul Fearnhead [aut]
Maintainer: Daniel Grose <dan.grose@lancaster.ac.uk>
Diff between cpop versions 1.0.8 dated 2025-06-11 and 1.0.9 dated 2026-05-29
cpop-1.0.8/cpop/build/cpop.pdf |only cpop-1.0.9/cpop/DESCRIPTION | 10 +++++----- cpop-1.0.9/cpop/MD5 | 15 +++++++-------- cpop-1.0.9/cpop/NEWS.md | 5 +++++ cpop-1.0.9/cpop/R/cpop.R | 33 ++++++++++++++++----------------- cpop-1.0.9/cpop/R/cpop.crops.R | 11 +++++------ cpop-1.0.9/cpop/build/partial.rdb |binary cpop-1.0.9/cpop/build/stage23.rdb |binary cpop-1.0.9/cpop/man/cpop.Rd | 6 +++--- 9 files changed, 41 insertions(+), 39 deletions(-)
Title: Optimize and Compress Image Files with 'reSmush.it'
Description: Optimize and compress local image files, directories and
online images with the 'reSmush.it' API <https://resmush.it/>.
Supports 'png', 'jpg/jpeg', 'gif', 'bmp' and 'tiff' files.
Author: Diego Hernangomez [aut, cre, cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>
Diff between resmush versions 1.0.0 dated 2026-03-14 and 1.0.1 dated 2026-05-29
DESCRIPTION | 14 MD5 | 78 +- NAMESPACE | 16 NEWS.md | 53 + R/resmush-package.R | 14 R/resmush_clean_dir.R | 152 ++--- R/resmush_dir.R | 211 +++---- R/resmush_file.R | 480 ++++++---------- R/resmush_url.R | 490 ++++++---------- R/show_report.R | 68 -- R/sysdata.rda |binary R/utils.R | 361 ++++++++---- README.md | 110 ++- build/vignette.rds |binary inst/CITATION | 42 - inst/REFERENCES.bib | 8 inst/WORDLIST | 4 inst/doc/resmush.html | 110 ++- inst/doc/resmush.qmd | 115 ++- inst/schemaorg.json | 6 man/resmush-package.Rd | 57 + man/resmush_clean_dir.Rd | 125 ++-- man/resmush_dir.Rd | 208 +++---- man/resmush_file.Rd | 203 +++---- man/resmush_url.Rd | 190 +++--- man/roxygen/meta.R | 12 tests/testthat.R | 24 tests/testthat/_snaps/formats.md | 8 tests/testthat/_snaps/remush_url.md | 20 tests/testthat/_snaps/resmuh_dir.md | 2 tests/testthat/_snaps/show_report.md | 62 +- tests/testthat/test-formats-local.R | 186 +++--- tests/testthat/test-formats.R | 256 ++++---- tests/testthat/test-remush_url.R | 923 +++++++++++++++----------------- tests/testthat/test-resmuh_dir.R | 454 +++++++-------- tests/testthat/test-resmush_clean_dir.R | 131 ++-- tests/testthat/test-resmush_file.R | 799 +++++++++++++-------------- tests/testthat/test-utils.R | 82 +- vignettes/REFERENCES.bib | 8 vignettes/resmush.qmd | 115 ++- 40 files changed, 3037 insertions(+), 3160 deletions(-)
Title: Linear Mixed Models with Sparse Matrix Methods and Smoothing
Description: Provides tools for fitting linear mixed models using sparse matrix
methods and variance component estimation. Applications include spline-based
modeling of spatial and temporal trends using penalized splines (Boer, 2023)
<doi:10.1177/1471082X231178591>.
Author: Martin Boer [aut] ,
Bart-Jan van Rossum [aut, cre]
Maintainer: Bart-Jan van Rossum <bart-jan.vanrossum@wur.nl>
Diff between LMMsolver versions 1.0.12 dated 2025-12-05 and 1.0.13 dated 2026-05-29
DESCRIPTION | 10 - MD5 | 120 +++++++----- NAMESPACE | 5 NEWS.md | 9 R/HarvilleODE.R |only R/LMMsolve-class.R | 55 ++++- R/LMMsolve.R | 25 ++ R/chkInputLMMsolve.R | 14 - R/constructFixed.R | 101 +++++++++- R/constructRandom.R | 154 +++++++++++++--- R/fitLMM.R | 4 R/getHeritability.R |only R/ginverse.R |only R/makeGrid.R |only R/orthoBsplines.R |only R/orthoModel.R |only R/sparseMixedModels.R | 143 +++++++++++++++ R/utils.R | 132 ++++++++++---- README.md | 8 build/partial.rdb |binary build/vignette.rds |binary inst/doc/Solving_Linear_Mixed_Models.R | 33 +-- inst/doc/Solving_Linear_Mixed_Models.Rmd | 41 +--- inst/doc/Solving_Linear_Mixed_Models.html | 277 ++++++++++++++---------------- inst/tinytest/GLMMFull |binary inst/tinytest/LMMsolve0 |binary inst/tinytest/LMMsolve1 |binary inst/tinytest/LMMsolve2 |binary inst/tinytest/LMMsolve3 |binary inst/tinytest/LMMsolve4 |binary inst/tinytest/LMMsolve5 |binary inst/tinytest/binomial1 |binary inst/tinytest/binomial2 |binary inst/tinytest/binomial3 |binary inst/tinytest/cfFull |binary inst/tinytest/effDim0 |binary inst/tinytest/effDims |binary inst/tinytest/gam1DFull |binary inst/tinytest/mLogLik0 |binary inst/tinytest/modCoefs |binary inst/tinytest/modCoefsSe |binary inst/tinytest/modFit |binary inst/tinytest/modResid |binary inst/tinytest/multinomial1 |binary inst/tinytest/ortho_fit1 |only inst/tinytest/ortho_fit2 |only inst/tinytest/pred10 |only inst/tinytest/spl1DFull |binary inst/tinytest/spl2DFull |binary inst/tinytest/spl2DFull2 |binary inst/tinytest/spl2DFull3 |binary inst/tinytest/spl3DFull |binary inst/tinytest/spl3DFull2 |binary inst/tinytest/spl3DFull3 |binary inst/tinytest/test_HarvilleODE.R |only inst/tinytest/test_LMMsolve.R | 30 +-- inst/tinytest/test_gam.R | 2 inst/tinytest/test_getHeritability.R |only inst/tinytest/test_orthoBsplines.R |only inst/tinytest/test_orthoModel.R |only inst/tinytest/test_predict.R | 48 ++++- inst/tinytest/test_spl1D.R | 2 inst/tinytest/test_spl2D.R | 22 +- inst/tinytest/test_spl3D.R | 6 man/LMMsolveObject.Rd | 2 man/as.ginverse.Rd |only man/getHeritability.Rd |only man/makeGrid.Rd |only vignettes/Solving_Linear_Mixed_Models.Rmd | 41 +--- 69 files changed, 858 insertions(+), 426 deletions(-)
Title: Geographically Weighted Panel Regression
Description: A modern, first implementation of Geographically Weighted Panel Regression (GWPR) for spatial panel data. The package provides a unified public API supporting Gaussian and binomial family models, within/pooling/random panel effects, three bandwidth search strategies (grid, Stochastic Gradient Descent, random), five kernel functions, and optional parallel execution via the 'future' framework. Diagnostic tools include spatial Moran's I, local F-test, Hausman test, and Lagrange Multiplier test.
Author: Chao Li [aut, cre] ,
Shunsuke Managi [aut]
Maintainer: Chao Li <chaoli0394@gmail.com>
This is a re-admission after prior archival of version 0.2.1 dated 2022-06-21
Diff between GWPR.light versions 0.2.1 dated 2022-06-21 and 1.0.0 dated 2026-05-29
GWPR.light-0.2.1/GWPR.light/R/AIC_A.R |only GWPR.light-0.2.1/GWPR.light/R/AIC_A_para.R |only GWPR.light-0.2.1/GWPR.light/R/AIC_F.R |only GWPR.light-0.2.1/GWPR.light/R/AIC_F_para.R |only GWPR.light-0.2.1/GWPR.light/R/CV_A.R |only GWPR.light-0.2.1/GWPR.light/R/CV_A_para.R |only GWPR.light-0.2.1/GWPR.light/R/CV_F.R |only GWPR.light-0.2.1/GWPR.light/R/CV_F_para.R |only GWPR.light-0.2.1/GWPR.light/R/GWPR.R |only GWPR.light-0.2.1/GWPR.light/R/GWPR.light-package.R |only GWPR.light-0.2.1/GWPR.light/R/GWPR.moran.test.R |only GWPR.light-0.2.1/GWPR.light/R/GWPR.pFtest.R |only GWPR.light-0.2.1/GWPR.light/R/GWPR.phtest.R |only GWPR.light-0.2.1/GWPR.light/R/GWPR.plmtest.R |only GWPR.light-0.2.1/GWPR.light/R/bw_GWPR.R |only GWPR.light-0.2.1/GWPR.light/R/drop_ID_with_single_observation.R |only GWPR.light-0.2.1/GWPR.light/R/golden_selection_function.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_A.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_A_pFtest.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_A_phtest.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_A_plmtest.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_F.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_F_pFtest.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_F_phtest.R |only GWPR.light-0.2.1/GWPR.light/R/gwpr_F_plmtest.R |only GWPR.light-0.2.1/GWPR.light/R/progress_bar.R |only GWPR.light-0.2.1/GWPR.light/R/protect_model_with_enough_freedom.R |only GWPR.light-0.2.1/GWPR.light/R/protect_model_with_least_individuals.R |only GWPR.light-0.2.1/GWPR.light/man/GWPR.Rd |only GWPR.light-0.2.1/GWPR.light/man/GWPR.light-package.Rd |only GWPR.light-0.2.1/GWPR.light/man/GWPR.moran.test.Rd |only GWPR.light-0.2.1/GWPR.light/man/GWPR.pFtest.Rd |only GWPR.light-0.2.1/GWPR.light/man/GWPR.phtest.Rd |only GWPR.light-0.2.1/GWPR.light/man/GWPR.plmtest.Rd |only GWPR.light-0.2.1/GWPR.light/man/bw.GWPR.Rd |only GWPR.light-1.0.0/GWPR.light/DESCRIPTION | 26 GWPR.light-1.0.0/GWPR.light/MD5 | 179 - GWPR.light-1.0.0/GWPR.light/NAMESPACE | 52 GWPR.light-1.0.0/GWPR.light/NEWS.md |only GWPR.light-1.0.0/GWPR.light/R/California.R | 36 GWPR.light-1.0.0/GWPR.light/R/TransAirPolCalif.R | 84 GWPR.light-1.0.0/GWPR.light/R/api.R |only GWPR.light-1.0.0/GWPR.light/R/bandwidth_grid.R |only GWPR.light-1.0.0/GWPR.light/R/bandwidth_random.R |only GWPR.light-1.0.0/GWPR.light/R/bandwidth_sgd.R |only GWPR.light-1.0.0/GWPR.light/R/context.R |only GWPR.light-1.0.0/GWPR.light/R/data_prepare.R |only GWPR.light-1.0.0/GWPR.light/R/diagnostics.R |only GWPR.light-1.0.0/GWPR.light/R/memory.R |only GWPR.light-1.0.0/GWPR.light/R/metrics.R |only GWPR.light-1.0.0/GWPR.light/R/model_linear.R |only GWPR.light-1.0.0/GWPR.light/R/model_logistic.R |only GWPR.light-1.0.0/GWPR.light/R/parallel.R |only GWPR.light-1.0.0/GWPR.light/R/result.R |only GWPR.light-1.0.0/GWPR.light/R/spatial_sf.R |only GWPR.light-1.0.0/GWPR.light/R/validation.R |only GWPR.light-1.0.0/GWPR.light/R/weights.R |only GWPR.light-1.0.0/GWPR.light/README.md | 343 -- GWPR.light-1.0.0/GWPR.light/build/vignette.rds |binary GWPR.light-1.0.0/GWPR.light/data/California.rda |binary GWPR.light-1.0.0/GWPR.light/inst/doc/gwpr-introduction.R |only GWPR.light-1.0.0/GWPR.light/inst/doc/gwpr-introduction.Rmd |only GWPR.light-1.0.0/GWPR.light/inst/doc/gwpr-introduction.html |only GWPR.light-1.0.0/GWPR.light/inst/doc/introduction_of_GWPR.R | 209 - GWPR.light-1.0.0/GWPR.light/inst/doc/introduction_of_GWPR.Rmd | 544 +-- GWPR.light-1.0.0/GWPR.light/inst/doc/introduction_of_GWPR.html | 1400 +++++----- GWPR.light-1.0.0/GWPR.light/man/California.Rd | 9 GWPR.light-1.0.0/GWPR.light/man/TransAirPolCalif.Rd | 100 GWPR.light-1.0.0/GWPR.light/man/align_spatial_to_panel.Rd |only GWPR.light-1.0.0/GWPR.light/man/api.Rd |only GWPR.light-1.0.0/GWPR.light/man/assert_sf.Rd |only GWPR.light-1.0.0/GWPR.light/man/bandwidth_grid.Rd |only GWPR.light-1.0.0/GWPR.light/man/bandwidth_random.Rd |only GWPR.light-1.0.0/GWPR.light/man/bandwidth_sgd.Rd |only GWPR.light-1.0.0/GWPR.light/man/build_distance_context.Rd |only GWPR.light-1.0.0/GWPR.light/man/build_id_map.Rd |only GWPR.light-1.0.0/GWPR.light/man/build_model_frame.Rd |only GWPR.light-1.0.0/GWPR.light/man/build_model_matrix.Rd |only GWPR.light-1.0.0/GWPR.light/man/build_neighbor_structure.Rd |only GWPR.light-1.0.0/GWPR.light/man/classify_memory_risk.Rd |only GWPR.light-1.0.0/GWPR.light/man/compute_distance.Rd |only GWPR.light-1.0.0/GWPR.light/man/compute_kernel_weights.Rd |only GWPR.light-1.0.0/GWPR.light/man/context.Rd |only GWPR.light-1.0.0/GWPR.light/man/data_prepare.Rd |only GWPR.light-1.0.0/GWPR.light/man/diagnose_gwpr.Rd |only GWPR.light-1.0.0/GWPR.light/man/diagnose_hausman.Rd |only GWPR.light-1.0.0/GWPR.light/man/diagnose_lm.Rd |only GWPR.light-1.0.0/GWPR.light/man/diagnose_local_f.Rd |only GWPR.light-1.0.0/GWPR.light/man/diagnose_moran.Rd |only GWPR.light-1.0.0/GWPR.light/man/diagnostics.Rd |only GWPR.light-1.0.0/GWPR.light/man/dot-make_na_history_row.Rd |only GWPR.light-1.0.0/GWPR.light/man/dot-make_scorer.Rd |only GWPR.light-1.0.0/GWPR.light/man/dot-rows_to_df.Rd |only GWPR.light-1.0.0/GWPR.light/man/effect_to_feglm_fml.Rd |only GWPR.light-1.0.0/GWPR.light/man/effect_to_glmmtmb_fml.Rd |only GWPR.light-1.0.0/GWPR.light/man/effect_to_plm.Rd |only GWPR.light-1.0.0/GWPR.light/man/estimate_memory.Rd |only GWPR.light-1.0.0/GWPR.light/man/extract_coordinates.Rd |only GWPR.light-1.0.0/GWPR.light/man/extract_coords_from_sf.Rd |only GWPR.light-1.0.0/GWPR.light/man/extract_geometry.Rd |only GWPR.light-1.0.0/GWPR.light/man/extract_linear_local_result.Rd |only GWPR.light-1.0.0/GWPR.light/man/extract_logistic_local_result.Rd |only GWPR.light-1.0.0/GWPR.light/man/fit_gwpr.Rd |only GWPR.light-1.0.0/GWPR.light/man/fit_linear_local_model.Rd |only GWPR.light-1.0.0/GWPR.light/man/fit_logistic_fixed.Rd |only GWPR.light-1.0.0/GWPR.light/man/fit_logistic_local_model.Rd |only GWPR.light-1.0.0/GWPR.light/man/fit_logistic_pooling.Rd |only GWPR.light-1.0.0/GWPR.light/man/fit_logistic_random.Rd |only GWPR.light-1.0.0/GWPR.light/man/format_memory_warning.Rd |only GWPR.light-1.0.0/GWPR.light/man/get_local_distances.Rd |only GWPR.light-1.0.0/GWPR.light/man/gwpr.Rd |only GWPR.light-1.0.0/GWPR.light/man/memory.Rd |only GWPR.light-1.0.0/GWPR.light/man/metrics.Rd |only GWPR.light-1.0.0/GWPR.light/man/model_linear.Rd |only GWPR.light-1.0.0/GWPR.light/man/model_logistic.Rd |only GWPR.light-1.0.0/GWPR.light/man/new_gwpr_context.Rd |only GWPR.light-1.0.0/GWPR.light/man/parallel_map.Rd |only GWPR.light-1.0.0/GWPR.light/man/parallel_module.Rd |only GWPR.light-1.0.0/GWPR.light/man/predict_linear_local_model.Rd |only GWPR.light-1.0.0/GWPR.light/man/predict_logistic_local_model.Rd |only GWPR.light-1.0.0/GWPR.light/man/prepare_data.Rd |only GWPR.light-1.0.0/GWPR.light/man/prepare_panel_data.Rd |only GWPR.light-1.0.0/GWPR.light/man/prepare_spatial_data.Rd |only GWPR.light-1.0.0/GWPR.light/man/print.gwpr_bandwidth.Rd |only GWPR.light-1.0.0/GWPR.light/man/print.gwpr_diagnostics.Rd |only GWPR.light-1.0.0/GWPR.light/man/print.gwpr_fit.Rd |only GWPR.light-1.0.0/GWPR.light/man/result.Rd |only GWPR.light-1.0.0/GWPR.light/man/score_bandwidth_candidate.Rd |only GWPR.light-1.0.0/GWPR.light/man/select_bandwidth.Rd |only GWPR.light-1.0.0/GWPR.light/man/spatial_sf.Rd |only GWPR.light-1.0.0/GWPR.light/man/standardize_binary_response.Rd |only GWPR.light-1.0.0/GWPR.light/man/standardize_logistic_response.Rd |only GWPR.light-1.0.0/GWPR.light/man/summary.gwpr_bandwidth.Rd |only GWPR.light-1.0.0/GWPR.light/man/summary.gwpr_diagnostics.Rd |only GWPR.light-1.0.0/GWPR.light/man/summary.gwpr_fit.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_bandwidth.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_bandwidth_control.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_binary_response.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_family_response.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_formula.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_gwpr_context.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_inputs.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_panel_index.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_spatial.Rd |only GWPR.light-1.0.0/GWPR.light/man/validate_workers.Rd |only GWPR.light-1.0.0/GWPR.light/man/validation.Rd |only GWPR.light-1.0.0/GWPR.light/man/weights.Rd |only GWPR.light-1.0.0/GWPR.light/man/with_reproducible_seed.Rd |only GWPR.light-1.0.0/GWPR.light/tests |only GWPR.light-1.0.0/GWPR.light/vignettes/gwpr-introduction.Rmd |only GWPR.light-1.0.0/GWPR.light/vignettes/introduction_of_GWPR.Rmd | 544 +-- 151 files changed, 1756 insertions(+), 1770 deletions(-)
Title: Polynomial Maximization Method for Non-Gaussian Regression
Description: Implements the Polynomial Maximization Method ('PMM') for parameter estimation
in linear and time series models when error distributions deviate from normality.
The 'PMM2' variant achieves lower variance parameter estimates compared to ordinary
least squares ('OLS') when errors exhibit significant skewness. The 'PMM3' variant
(S=3) targets symmetric platykurtic error distributions, reducing variance when
excess kurtosis is negative. Includes automatic method selection ('pmm_dispatch'),
linear regression, 'AR'/'MA'/'ARMA'/'ARIMA' models, and bootstrap inference.
Methodology described in Zabolotnii, Warsza, and Tkachenko (2018) <doi:10.1007/978-3-319-77179-3_75>,
Zabolotnii, Tkachenko, and Warsza (2022) <doi:10.1007/978-3-031-03502-9_37>, and
Zabolotnii, Tkachenko, and Warsza (2023) <doi:10.1007/978-3-031-25844-2_21>, and
Zabolotnii (2025) <doi:10.48550/arXiv.2511.07059>.
Author: Serhii Zabolotnii [aut, cre]
Maintainer: Serhii Zabolotnii <zabolotniua@gmail.com>
Diff between EstemPMM versions 0.3.2 dated 2026-05-15 and 0.4.0 dated 2026-05-29
EstemPMM-0.3.2/EstemPMM/man/AIC-PMM2fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/AIC-PMM3fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/AIC-TS2fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/AIC-TS3fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/BIC-PMM2fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/BIC-PMM3fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/BIC-TS2fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/BIC-TS3fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/logLik-PMM2fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/logLik-PMM3fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/logLik-TS2fit-method.Rd |only EstemPMM-0.3.2/EstemPMM/man/logLik-TS3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/DESCRIPTION | 18 - EstemPMM-0.4.0/EstemPMM/MD5 | 114 ++++--- EstemPMM-0.4.0/EstemPMM/NAMESPACE | 22 + EstemPMM-0.4.0/EstemPMM/NEWS.md | 100 ++++++ EstemPMM-0.4.0/EstemPMM/R/pmm2_classes.R | 57 +-- EstemPMM-0.4.0/EstemPMM/R/pmm2_inference.R | 148 ++++++--- EstemPMM-0.4.0/EstemPMM/R/pmm2_main.R | 65 +--- EstemPMM-0.4.0/EstemPMM/R/pmm2_ts_methods.R | 62 +--- EstemPMM-0.4.0/EstemPMM/R/pmm3_classes.R | 55 ++- EstemPMM-0.4.0/EstemPMM/R/pmm3_dispatch.R | 98 +++++- EstemPMM-0.4.0/EstemPMM/R/pmm3_main.R | 99 ++++-- EstemPMM-0.4.0/EstemPMM/R/pmm3_ts_classes.R | 50 --- EstemPMM-0.4.0/EstemPMM/R/pmm3_ts_methods.R | 128 +++++--- EstemPMM-0.4.0/EstemPMM/R/pmm3_utils.R | 43 ++ EstemPMM-0.4.0/EstemPMM/R/pmm_base_classes.R |only EstemPMM-0.4.0/EstemPMM/R/pmm_show_methods.R |only EstemPMM-0.4.0/EstemPMM/R/pmm_unified_api.R |only EstemPMM-0.4.0/EstemPMM/build/partial.rdb |binary EstemPMM-0.4.0/EstemPMM/build/vignette.rds |binary EstemPMM-0.4.0/EstemPMM/inst/doc/bootstrap_inference.html | 154 +++++----- EstemPMM-0.4.0/EstemPMM/inst/doc/pmm2_introduction.html | 44 +- EstemPMM-0.4.0/EstemPMM/inst/doc/pmm2_time_series.html | 32 +- EstemPMM-0.4.0/EstemPMM/inst/doc/pmm3_symmetric_errors.html | 80 ++--- EstemPMM-0.4.0/EstemPMM/inst/doc/pmm3_time_series.html | 40 +- EstemPMM-0.4.0/EstemPMM/inst/doc/seasonal_models.html | 6 EstemPMM-0.4.0/EstemPMM/inst/notes |only EstemPMM-0.4.0/EstemPMM/man/BasePMM2-class.Rd | 19 - EstemPMM-0.4.0/EstemPMM/man/BasePMM3-class.Rd |only EstemPMM-0.4.0/EstemPMM/man/EstemPMM-package.Rd | 5 EstemPMM-0.4.0/EstemPMM/man/PMM3fit-class.Rd | 35 -- EstemPMM-0.4.0/EstemPMM/man/PMMfit-class.Rd |only EstemPMM-0.4.0/EstemPMM/man/PMMtsfit-class.Rd |only EstemPMM-0.4.0/EstemPMM/man/TS2fit-class.Rd | 39 -- EstemPMM-0.4.0/EstemPMM/man/TS3fit-class.Rd | 47 --- EstemPMM-0.4.0/EstemPMM/man/ar_pmm2.Rd | 10 EstemPMM-0.4.0/EstemPMM/man/arima_pmm2.Rd | 10 EstemPMM-0.4.0/EstemPMM/man/arma_pmm2.Rd | 10 EstemPMM-0.4.0/EstemPMM/man/confint-PMM3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/confint-TS3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/format.PMMdispatch.Rd |only EstemPMM-0.4.0/EstemPMM/man/logLik.PMM2fit.Rd |only EstemPMM-0.4.0/EstemPMM/man/logLik.PMM3fit.Rd |only EstemPMM-0.4.0/EstemPMM/man/logLik.TS2fit.Rd |only EstemPMM-0.4.0/EstemPMM/man/logLik.TS3fit.Rd |only EstemPMM-0.4.0/EstemPMM/man/ma_pmm2.Rd | 10 EstemPMM-0.4.0/EstemPMM/man/pmm2_inference.Rd | 30 + EstemPMM-0.4.0/EstemPMM/man/pmm3_variance_matrices.Rd |only EstemPMM-0.4.0/EstemPMM/man/pmm_ar.Rd |only EstemPMM-0.4.0/EstemPMM/man/pmm_arima.Rd |only EstemPMM-0.4.0/EstemPMM/man/pmm_arma.Rd |only EstemPMM-0.4.0/EstemPMM/man/pmm_dispatch.Rd | 4 EstemPMM-0.4.0/EstemPMM/man/pmm_lm.Rd |only EstemPMM-0.4.0/EstemPMM/man/pmm_ma.Rd |only EstemPMM-0.4.0/EstemPMM/man/pmm_sarima.Rd |only EstemPMM-0.4.0/EstemPMM/man/print.PMMdispatch.Rd |only EstemPMM-0.4.0/EstemPMM/man/show-PMM2fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/show-PMM3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/show-TS2fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/show-TS3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/summary.PMMdispatch.Rd |only EstemPMM-0.4.0/EstemPMM/man/ts_pmm2.Rd | 10 EstemPMM-0.4.0/EstemPMM/man/ts_pmm2_inference.Rd | 23 + EstemPMM-0.4.0/EstemPMM/man/vcov-PMM3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/man/vcov-TS3fit-method.Rd |only EstemPMM-0.4.0/EstemPMM/tests/testthat/Rplots.pdf |binary EstemPMM-0.4.0/EstemPMM/tests/testthat/test-s4-generics.R | 107 ++++++ EstemPMM-0.4.0/EstemPMM/tests/testthat/test-v040-new-features.R |only 79 files changed, 1070 insertions(+), 704 deletions(-)
Title: Differential Pattern Analysis via Linear Modeling
Description: Individual gene expression patterns are encoded into a series of eigenvector patterns ('WGCNA' package). Using the framework of linear model-based differential expression comparisons ('limma' package), time-course expression patterns for genes in different conditions are compared and analyzed for significant pattern changes. For reference, see: Greenham K, Sartor RC, Zorich S, Lou P, Mockler TC and McClung CR. eLife. 2020 Sep 30;9(4). <doi:10.7554/eLife.58993>.
Author: Ryan C. Sartor [aut, cre],
Kathleen Greenham [aut],
William Gustafson [aut]
Maintainer: Ryan C. Sartor <sartorry@gmail.com>
Diff between DiPALM versions 1.2 dated 2022-06-27 and 1.3 dated 2026-05-29
DESCRIPTION | 30 ++++++++++++++++++++++-------- MD5 | 20 ++++++++++++++++---- NAMESPACE | 2 ++ R/Interface.R |only data/datalist | 1 + data/smallTestData.txt.gz |only inst/CITATION | 4 ++-- man/col_format_sub.Rd |only man/dipalm.Rd |only man/joinOutputs.Rd |only man/main.Rd |only man/make_TCs.Rd |only man/msub.Rd |only man/open_log.Rd |only man/re_esc.Rd |only man/sampleReplicates.Rd |only man/smallTestData.Rd |only 17 files changed, 43 insertions(+), 14 deletions(-)
Title: Multivariate Weather-State Approach Conditionally Skew-Normal
Generator
Description: A multivariate weather generator for daily climate variables based
on weather-states (Flecher et al. (2010) <doi:10.1029/2009WR008098>).
It uses a Markov chain for modeling the succession of weather states.
Conditionally to the weather states, the multivariate variables are modeled
using the family of Complete Skew-Normal distributions. Parameters are
estimated on measured series. Must include the variable 'Rain' and can
accept as many other variables as desired.
Author: Denis Allard [aut] ,
Ronan Trepos [aut, cre]
Maintainer: Ronan Trepos <ronan.trepos@inrae.fr>
Diff between WACS versions 1.1.0 dated 2020-06-05 and 1.2.0 dated 2026-05-29
DESCRIPTION | 32 +++++++++++++++++++++----------- MD5 | 28 ++++++++++++++-------------- R/WACScompare.R | 12 ++++++------ R/WACSdata.R | 3 ++- R/WACSestim.R | 9 +++++---- R/WACSplot.R | 24 +++++++++++++----------- R/WACSplotdensity.R | 2 +- R/WACSreadAgroclim.R | 10 ++++------ R/WACSsimul.R | 4 ++-- R/WACSvalid.R | 8 ++++---- R/wacs-package.R | 25 ++++++++++++------------- R/wacs.simul_innercall.R | 2 +- data/ClimateSeries.rda |binary man/WACS.Rd | 37 +++++++++++++++++++++++++++---------- man/WACSreadAgroclim.Rd | 10 ++++------ 15 files changed, 116 insertions(+), 90 deletions(-)
Title: Genotype-by-Environment Interaction in Polygenic Score Models
Description: A novel PRS model is introduced to enhance the prediction accuracy by utilising GxE effects. This package performs Genome Wide Association Studies (GWAS) and Genome Wide Environment Interaction Studies (GWEIS) using a discovery dataset. The package has the ability to obtain polygenic risk scores (PRSs) for a target sample. Finally it predicts the risk values of each individual in the target sample. Users have the choice of using existing models (Li et al., 2015) <doi:10.1093/annonc/mdu565>, (Pandis et al., 2013) <doi:10.1093/ejo/cjt054>, (Peyrot et al., 2018) <doi:10.1016/j.biopsych.2017.09.009> and (Song et al., 2022) <doi:10.1038/s41467-022-32407-9>, as well as newly proposed models for genomic risk prediction (refer to the URL for more details).
Author: Dovini Jayasinghe [aut, cre, cph],
Hong Lee [aut, cph],
Moksedul Momin [aut, cph]
Maintainer: Dovini Jayasinghe <dovini.jayasinghe@mymail.unisa.edu.au>
Diff between GxEprs versions 1.2 dated 2024-05-29 and 1.3 dated 2026-05-29
DESCRIPTION | 10 MD5 | 46 - data/Bcov_discovery.rda |binary data/Bcov_target.rda |binary data/Qcov_discovery.rda |binary data/Qcov_target.rda |binary data/Qphe_discovery.rda |binary data/Qphe_target.rda |binary inst/Bcov_discovery.txt | 1600 ++++++++++++++++++++++++------------------------ inst/Bcov_target.txt | 400 ++++++------ inst/Qcov_discovery.txt | 1600 ++++++++++++++++++++++++------------------------ inst/Qcov_target.txt | 400 ++++++------ inst/Qphe_discovery.txt | 1600 ++++++++++++++++++++++++------------------------ inst/Qphe_target.txt | 400 ++++++------ man/Bcov_discovery.Rd | 36 - man/Bcov_target.Rd | 36 - man/Bphe_discovery.Rd | 6 man/Bphe_target.Rd | 6 man/DummyData.bim.Rd | 12 man/DummyData.fam.Rd | 12 man/Qcov_discovery.Rd | 36 - man/Qcov_target.Rd | 36 - man/Qphe_discovery.Rd | 6 man/Qphe_target.Rd | 6 24 files changed, 3124 insertions(+), 3124 deletions(-)
Title: Earth Observation Data Cubes from Satellite Image Collections
Description: Processing collections of Earth observation images as on-demand multispectral, multitemporal raster data cubes. Users
define cubes by spatiotemporal extent, resolution, and spatial reference system and let 'gdalcubes' automatically apply cropping, reprojection, and
resampling using the 'Geospatial Data Abstraction Library' ('GDAL'). Implemented functions on data cubes include reduction over space and time,
applying arithmetic expressions on pixel band values, moving window aggregates over time, filtering by space, time, bands, and predicates on pixel values,
exporting data cubes as 'netCDF' or 'GeoTIFF' files, plotting, and extraction from spatial and or spatiotemporal features.
All computational parts are implemented in C++, linking to the 'GDAL', 'netCDF', 'CURL', and 'SQLite' libraries.
See Appel and Pebesma (2019) <doi:10.3390/data4030092> for further details.
Author: Marius Appel [aut, cre] ,
Edzer Pebesma [ctb] ,
Roger Bivand [ctb],
Jeroen Ooms [ctb] ,
Lewis Van Winkle [cph],
Ole Christian Eidheim [cph],
Howard Hinnant [cph],
Adrian Colomitchi [cph],
Florian Dang [cph],
Paul Thompson [cph],
Tomasz Kaminski [cph] [...truncated...]
Maintainer: Marius Appel <marius.appel@hs-bochum.de>
Diff between gdalcubes versions 0.7.3 dated 2026-01-18 and 0.7.4 dated 2026-05-29
gdalcubes-0.7.3/gdalcubes/src/gdalcubes/src/gdalcubes.cpp |only gdalcubes-0.7.3/gdalcubes/src/gdalcubes/src/progress.cpp |only gdalcubes-0.7.3/gdalcubes/src/gdalcubes/src/progress.h |only gdalcubes-0.7.4/gdalcubes/DESCRIPTION | 10 ++-- gdalcubes-0.7.4/gdalcubes/MD5 | 22 ++++------ gdalcubes-0.7.4/gdalcubes/NEWS.md | 5 ++ gdalcubes-0.7.4/gdalcubes/build/vignette.rds |binary gdalcubes-0.7.4/gdalcubes/configure.ac | 2 gdalcubes-0.7.4/gdalcubes/inst/doc/gc01_MODIS.html | 7 +-- gdalcubes-0.7.4/gdalcubes/man/gdalcubes.Rd | 5 ++ gdalcubes-0.7.4/gdalcubes/src/gdalcubes/src/config.h | 2 gdalcubes-0.7.4/gdalcubes/src/gdalcubes/src/gdalcubes.h | 2 gdalcubes-0.7.4/gdalcubes/src/gdalcubes/src/image_collection.cpp | 8 +-- gdalcubes-0.7.4/gdalcubes/src/gdalcubes/src/progress_virt.h |only 14 files changed, 36 insertions(+), 27 deletions(-)
Title: Nonlinear Dependence and Lead-Lag Analysis via Chatterjee's Xi
Description: Computes Chatterjee's non-parametric correlation coefficient for time series data. It extends the original metric to time series analysis by providing the univariate Xi-Autocorrelation Function (Xi-ACF), directional Xi-Cross-Correlation Function (Xi-CCF), and multivariate network evaluation matrices. The package allows users to test for non-linear dependence using Iterative Amplitude Adjusted Fourier Transform (IAAFT) and Multivariate IAAFT (MIAAFT) surrogate data with strict Family-Wise Error Rate ('FWER') control via Max-statistic approaches. Methodologies are based on Chatterjee (2021) <doi:10.1080/01621459.2020.1758115>, surrogate data testing methods by Schreiber and Schmitz (1996) <doi:10.1103/PhysRevLett.77.635>, and local structural identification by Watanabe (2026) <doi:10.2139/ssrn.6829431>.
Author: Yasunori Watanabe [aut, cre]
Maintainer: Yasunori Watanabe <watanabe.yasunori@outlook.com>
Diff between xiacf versions 0.5.0 dated 2026-05-17 and 0.6.0 dated 2026-05-29
xiacf-0.5.0/xiacf/man/figures/README-ccf-example-1.png |only xiacf-0.5.0/xiacf/man/figures/README-extract_example-1.png |only xiacf-0.5.0/xiacf/man/figures/README-plot_xi_matrix-1.png |only xiacf-0.5.0/xiacf/man/figures/README-xi-acf-test-1.png |only xiacf-0.5.0/xiacf/man/figures/README-xi-ccf-rolling-1.png |only xiacf-0.5.0/xiacf/man/figures/README-xi-ccf-test-1.png |only xiacf-0.5.0/xiacf/man/figures/README-xi_matrix_example-1.png |only xiacf-0.6.0/xiacf/DESCRIPTION | 12 xiacf-0.6.0/xiacf/MD5 | 52 - xiacf-0.6.0/xiacf/NEWS.md | 10 xiacf-0.6.0/xiacf/R/RcppExports.R | 4 xiacf-0.6.0/xiacf/R/autoplot.R | 281 ++++++---- xiacf-0.6.0/xiacf/R/extract.R | 205 +++---- xiacf-0.6.0/xiacf/R/globals.R | 7 xiacf-0.6.0/xiacf/R/xi_ccf.R | 226 +++++--- xiacf-0.6.0/xiacf/R/xi_matrix.R | 31 - xiacf-0.6.0/xiacf/R/xi_rolling_ccf.R | 27 - xiacf-0.6.0/xiacf/README.md | 289 +++++------ xiacf-0.6.0/xiacf/inst/CITATION | 56 +- xiacf-0.6.0/xiacf/man/extract_xi_acf.Rd | 17 xiacf-0.6.0/xiacf/man/extract_xi_ccf.Rd | 19 xiacf-0.6.0/xiacf/man/figures/README-xi-acf-1.png |only xiacf-0.6.0/xiacf/man/figures/README-xi-ccf-1.png |only xiacf-0.6.0/xiacf/man/figures/README-xi-matrix-1.png |only xiacf-0.6.0/xiacf/man/figures/README-xi-matrix-2.png |only xiacf-0.6.0/xiacf/man/print.xi_ccf.Rd |only xiacf-0.6.0/xiacf/man/reexports.Rd | 2 xiacf-0.6.0/xiacf/man/xi_ccf.Rd | 35 - xiacf-0.6.0/xiacf/src/RcppExports.cpp | 9 xiacf-0.6.0/xiacf/src/testing_engine.cpp | 78 +- xiacf-0.6.0/xiacf/tests/testthat/test-extractors.R | 84 +-- xiacf-0.6.0/xiacf/tests/testthat/test-xi_ccf.R | 58 +- xiacf-0.6.0/xiacf/tests/testthat/test-xi_matrix.R | 55 -- 33 files changed, 872 insertions(+), 685 deletions(-)
Title: Parametric Statistical Modelling and Inference for the
'spatstat' Family
Description: Functionality for parametric statistical modelling and inference for spatial data,
mainly spatial point patterns, in the 'spatstat' family of packages.
(Excludes analysis of spatial data on a linear network,
which is covered by the separate package 'spatstat.linnet'.)
Supports parametric modelling, formal statistical inference, and model validation.
Parametric models include Poisson point processes, Cox point processes, Neyman-Scott cluster processes, Gibbs point processes and determinantal point processes. Models can be fitted to data using maximum likelihood, maximum pseudolikelihood, maximum composite likelihood and the method of minimum contrast. Fitted models can be simulated and predicted. Formal inference includes hypothesis tests (quadrat counting tests, Cressie-Read tests, Clark-Evans test, Berman test, Diggle-Cressie-Loosmore-Ford test, scan test, studentised permutation test, segregation test, ANOVA tests of fitted models, adjusted composite likelihood ratio test, envelope t [...truncated...]
Author: Adrian Baddeley [aut, cre, cph] ,
Rolf Turner [aut, cph] ,
Ege Rubak [aut, cph] ,
Kasper Klitgaard Berthelsen [ctb],
Achmad Choiruddin [ctb, cph],
Jean-Francois Coeurjolly [ctb],
Ottmar Cronie [ctb],
Tilman Davies [ctb],
Julian Gilbey [ctb],
Yongtao [...truncated...]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.model versions 3.7-0 dated 2026-03-29 and 3.7-1 dated 2026-05-29
DESCRIPTION | 16 ++++----- MD5 | 54 ++++++++++++++++---------------- NAMESPACE | 18 ++++++++++ NEWS | 68 +++++++++++++++++++++++++++++++++++++++++ R/Kcom.R | 10 +++--- R/detPPF-class.R | 10 ++++++ R/kppm.R | 44 ++++++++++++++++++++++---- R/makepspace.R | 52 ++++++++++++++++++++++++++++--- R/mppm.R | 19 +++++++++-- R/percy.R | 32 ++++++++++++------- R/ppmclass.R | 13 +++++++ R/predict.ppm.R | 5 ++- R/predictmppm.R | 24 +++++++++++--- R/relrisk.ppm.R | 12 ++++--- R/rppm.R | 5 ++- R/slrm.R | 11 +++++- R/sysdata.rda |binary build/partial.rdb |binary inst/doc/packagesizes.txt | 2 - inst/info/packagesizes.txt | 2 - man/intensity.kppm.Rd |only man/intensity.mppm.Rd |only man/intensity.ppm.Rd | 18 ++++++++-- man/macros/defns.Rd | 1 man/predict.mppm.Rd | 13 +++++++ man/predict.ppm.Rd | 19 +++++++++++ man/relrisk.ppm.Rd | 21 ++++++++++++ man/repul.Rd | 65 +++++++++++++++++++++++++++++++++------ man/spatstat.model-internal.Rd | 20 +++++------- 29 files changed, 449 insertions(+), 105 deletions(-)
More information about spatstat.model at CRAN
Permanent link
Title: Network Analysis and Visualization
Description: Routines for simple graphs and network analysis. It can
handle large graphs very well and provides functions for generating
random and regular graphs, graph visualization, centrality methods and
much more.
Author: Gabor Csardi [aut] ,
Tamas Nepusz [aut] ,
Vincent Traag [aut] ,
Szabolcs Horvat [aut] ,
Fabio Zanini [aut] ,
Daniel Noom [aut],
Kirill Mueller [aut, cre] ,
Michael Antonov [ctb],
Chan Zuckerberg Initiative [fnd] ,
David Schoch [aut] ,
Maelle Salmon [a [...truncated...]
Maintainer: Kirill Mueller <kirill@cynkra.com>
Diff between igraph versions 2.3.1 dated 2026-05-04 and 2.3.2 dated 2026-05-29
DESCRIPTION | 6 ++--- MD5 | 12 +++++----- NEWS.md | 7 ++++++ inst/doc/igraph.html | 52 +++++++++++++++++++++++----------------------- inst/doc/igraph_ES.html | 52 +++++++++++++++++++++++----------------------- src/vendor/arpack/dmout.f | 2 - src/vendor/arpack/dvout.f | 2 - 7 files changed, 70 insertions(+), 63 deletions(-)
Title: Recreates Some 'SAS®' Procedures in 'R'
Description: Contains functions to simulate the most commonly used
'SAS®' procedures. Specifically, the package aims to
simulate the functionality of 'proc freq', 'proc means', 'proc ttest',
'proc reg', 'proc transpose', 'proc sort', and 'proc print'.
The simulation will include recreating
all statistics with the highest fidelity possible.
Author: David Bosak [aut, cre],
Diyu Yang [aut],
Athenkosi Nkonyeni [aut],
Kevin Kramer [ctb],
Brian Varney [ctb],
Duong Tran [ctb],
Yifei Chen [ctb]
Maintainer: David Bosak <dbosak01@gmail.com>
Diff between procs versions 1.0.8 dated 2026-03-20 and 1.0.9 dated 2026-05-29
procs-1.0.8/procs/man/images/archive |only procs-1.0.8/procs/man/images/procedure.png |only procs-1.0.8/procs/man/images/procs1.png |only procs-1.0.9/procs/DESCRIPTION | 6 procs-1.0.9/procs/MD5 | 169 +-- procs-1.0.9/procs/NEWS.md | 6 procs-1.0.9/procs/R/freqplots.R | 2 procs-1.0.9/procs/R/proc_means.R | 208 ++-- procs-1.0.9/procs/R/proc_transpose.R | 1 procs-1.0.9/procs/R/proc_ttest.R | 292 ++++- procs-1.0.9/procs/R/regplots.R | 97 + procs-1.0.9/procs/R/statistics.R | 99 - procs-1.0.9/procs/R/ttestplots.R | 1055 +++++++++++++-------- procs-1.0.9/procs/R/utilities.R | 68 + procs-1.0.9/procs/README.md | 8 procs-1.0.9/procs/inst/doc/procs-example1.html | 2 procs-1.0.9/procs/inst/doc/procs-example2.html | 2 procs-1.0.9/procs/inst/doc/procs-example3.html | 2 procs-1.0.9/procs/inst/doc/procs-freq.html | 24 procs-1.0.9/procs/inst/doc/procs-means.html | 16 procs-1.0.9/procs/inst/doc/procs-reg.html | 20 procs-1.0.9/procs/inst/doc/procs-ttest.html | 14 procs-1.0.9/procs/inst/doc/procs.html | 14 procs-1.0.9/procs/man/images/ae.png |binary procs-1.0.9/procs/man/images/demog.png |binary procs-1.0.9/procs/man/images/disp.png |binary procs-1.0.9/procs/man/images/freq1.png |binary procs-1.0.9/procs/man/images/freqtut1.png |binary procs-1.0.9/procs/man/images/freqtut10.png |binary procs-1.0.9/procs/man/images/freqtut11.png |binary procs-1.0.9/procs/man/images/freqtut12.png |binary procs-1.0.9/procs/man/images/freqtut13.png |binary procs-1.0.9/procs/man/images/freqtut2.png |binary procs-1.0.9/procs/man/images/freqtut3.png |binary procs-1.0.9/procs/man/images/freqtut4.png |binary procs-1.0.9/procs/man/images/freqtut5.png |binary procs-1.0.9/procs/man/images/freqtut6.png |binary procs-1.0.9/procs/man/images/freqtut7.png |binary procs-1.0.9/procs/man/images/freqtut8.png |binary procs-1.0.9/procs/man/images/freqtut9.png |binary procs-1.0.9/procs/man/images/means1.png |binary procs-1.0.9/procs/man/images/meanstut1.png |binary procs-1.0.9/procs/man/images/meanstut2.png |binary procs-1.0.9/procs/man/images/meanstut3.png |binary procs-1.0.9/procs/man/images/meanstut4.png |binary procs-1.0.9/procs/man/images/meanstut5.png |binary procs-1.0.9/procs/man/images/meanstut6.png |binary procs-1.0.9/procs/man/images/meanstut7.png |binary procs-1.0.9/procs/man/images/meanstut8.png |binary procs-1.0.9/procs/man/images/print1.png |binary procs-1.0.9/procs/man/images/procs.png |binary procs-1.0.9/procs/man/images/procs_new.png |binary procs-1.0.9/procs/man/images/reg1.png |binary procs-1.0.9/procs/man/images/reg2.png |binary procs-1.0.9/procs/man/images/reg3.png |binary procs-1.0.9/procs/man/images/reg4.png |binary procs-1.0.9/procs/man/images/reg5.png |binary procs-1.0.9/procs/man/images/reg6.png |binary procs-1.0.9/procs/man/images/reg7a.png |binary procs-1.0.9/procs/man/images/reg7b.png |binary procs-1.0.9/procs/man/images/reg7c.png |binary procs-1.0.9/procs/man/images/reg7d.png |binary procs-1.0.9/procs/man/images/ttest.png |binary procs-1.0.9/procs/man/images/ttest1.png |binary procs-1.0.9/procs/man/images/ttest2.png |binary procs-1.0.9/procs/man/images/ttest3.png |binary procs-1.0.9/procs/man/images/ttest4.png |binary procs-1.0.9/procs/man/images/ttest5a.png |binary procs-1.0.9/procs/man/images/ttest5b.png |binary procs-1.0.9/procs/man/images/ttest5c.png |binary procs-1.0.9/procs/man/images/ttesta.png |binary procs-1.0.9/procs/man/images/ttestb.png |binary procs-1.0.9/procs/man/images/ttestc.png |binary procs-1.0.9/procs/man/images/ttestd.png |binary procs-1.0.9/procs/man/proc_means.Rd | 10 procs-1.0.9/procs/man/proc_ttest.Rd | 952 +++++++++--------- procs-1.0.9/procs/man/ttestplot.Rd | 382 +++---- procs-1.0.9/procs/tests/testthat/data/vs2.rds |only procs-1.0.9/procs/tests/testthat/test-freqplots.R | 84 + procs-1.0.9/procs/tests/testthat/test-means.R | 258 ++++- procs-1.0.9/procs/tests/testthat/test-print.R | 65 - procs-1.0.9/procs/tests/testthat/test-regplots.R | 144 ++ procs-1.0.9/procs/tests/testthat/test-statistics.R | 52 + procs-1.0.9/procs/tests/testthat/test-transpose.R | 27 procs-1.0.9/procs/tests/testthat/test-ttest.R | 183 +++ procs-1.0.9/procs/tests/testthat/test-ttestplots.R | 462 +++++++++ procs-1.0.9/procs/tests/testthat/test-utilities.R | 15 87 files changed, 3336 insertions(+), 1403 deletions(-)
Title: Green Index Quantification, Analysis and Visualization
Description: Quantification, analysis, and visualization of urban greenness within city networks using data from 'OpenStreetMap' <https://www.openstreetmap.org>.
Author: Sachit Mahajan [aut, cre]
Maintainer: Sachit Mahajan <sachitmahajan90@gmail.com>
Diff between greenR versions 0.0.1.6 dated 2025-11-30 and 0.0.1.7 dated 2026-05-29
DESCRIPTION | 29 MD5 | 55 - NAMESPACE | 74 + R/RcppExports.R |only R/accessibility_greenspace.R | 4 R/chm_analysis.R | 1395 ++++++++++++++++++++++++++------- R/get_osm_data.R | 330 +++++-- R/uh_decision.R |only R/uh_svf.R |only R/zzz.R | 14 inst/doc/introduction.R | 36 inst/doc/introduction.Rmd | 66 + inst/doc/introduction.html | 78 + man/assess_urban_priority_equity.Rd |only man/build_street_canyon_priority.Rd |only man/build_urban_block_priority.Rd |only man/build_urban_priority_grid.Rd |only man/chm_analysis.Rd | 138 +-- man/compute_gini_bootstrap.Rd |only man/dot-way_geom_to_matrix.Rd |only man/emulate_canyon_microclimate.Rd |only man/get_osm_data.Rd | 50 - man/plot_canyon_diamond_bivariate.Rd |only man/plot_canyon_priority_map.Rd |only man/plot_hybrid_field_map.Rd |only man/plot_multilayer_leaflet.Rd |only man/plot_priority_3d_explorer.Rd |only man/plot_priority_3d_isometric.Rd |only man/plot_priority_action_classes.Rd |only man/plot_priority_bivariate.Rd |only man/plot_priority_diamond_bivariate.Rd |only man/plot_priority_interactive.Rd |only man/save_3d_deckgl_dashboard.Rd |only man/uh_decision.Rd |only man/uh_svf.Rd |only man/uh_svf_plot_distribution.Rd |only man/uh_svf_plot_skyline.Rd |only src |only tests/testthat/test.R | 56 + vignettes/chm.jpg |binary vignettes/introduction.Rmd | 66 + 41 files changed, 1886 insertions(+), 505 deletions(-)
Title: Extra Analysis Results Data Utilities
Description: Create extra Analysis Results Data (ARD) summary objects.
The package supplements the simple ARD functions from the 'cards'
package, exporting functions to put statistical results in the ARD
format. These objects are used and re-used to construct summary
tables, visualizations, and written reports.
Author: Daniel D. Sjoberg [aut, cre] ,
Abinaya Yogasekaram [aut],
Emily de la Rua [aut],
Malcolm Barrett [ctb] ,
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Diff between cardx versions 0.3.2 dated 2026-02-05 and 0.3.3 dated 2026-05-29
DESCRIPTION | 10 - MD5 | 128 ++++++++--------- NEWS.md | 10 + R/ard_aod_wald_test.R | 5 R/ard_car_anova.R | 2 R/ard_car_vif.R | 12 + R/ard_categorical_ci.R | 4 R/ard_categorical_ci.survey.design.R | 4 R/ard_continuous.survey.design.R | 7 R/ard_continuous_ci.R | 2 R/ard_continuous_ci.survey.design.R | 4 R/ard_effectsize_cohens_d.R | 6 R/ard_effectsize_hedges_g.R | 6 R/ard_emmeans_contrast.R | 2 R/ard_emmeans_emmeans.R | 2 R/ard_incidence_rate.R | 2 R/ard_missing.survey.design.R | 4 R/ard_regression.R | 2 R/ard_smd_smd.R | 4 R/ard_stats_anova.R | 2 R/ard_stats_aov.R | 2 R/ard_stats_chisq_test.R | 4 R/ard_stats_fisher_test.R | 4 R/ard_stats_kruskal_test.R | 4 R/ard_stats_mantelhaen_test.R | 4 R/ard_stats_mcnemar_test.R | 6 R/ard_stats_mood_test.R | 4 R/ard_stats_oneway_test.R | 2 R/ard_stats_poisson_test.R | 4 R/ard_stats_prop_test.R | 7 R/ard_stats_t_test.R | 6 R/ard_stats_t_test_onesample.R | 4 R/ard_stats_wilcox_test.R | 6 R/ard_stats_wilcox_test_onesample.R | 4 R/ard_survey_svychisq.R | 4 R/ard_survey_svyranktest.R | 4 R/ard_survey_svyttest.R | 4 R/ard_survival_survdiff.R | 2 R/ard_survival_survfit.R | 45 ++++- R/ard_survival_survfit_diff.R | 2 R/ard_tabulate.survey.design.R | 5 R/ard_tabulate_abnormal.R | 2 R/ard_tabulate_max.R | 2 R/ard_tabulate_value.survey.design.R | 2 R/deprecated.R | 4 man/ard_car_vif.Rd | 2 man/ard_effectsize_hedges_g.Rd | 2 man/ard_emmeans.Rd | 3 man/cardx-package.Rd | 1 man/deprecated.Rd | 6 man/dot-extract_wald_results.Rd | 4 man/dot-format_proptest_results.Rd | 4 man/reexports.Rd | 4 tests/testthat/_snaps/ard_car_vif.md | 29 +++ tests/testthat/_snaps/ard_stats_mood_test.md | 17 -- tests/testthat/_snaps/ard_survival_survfit.md | 4 tests/testthat/test-ard_car_vif.R | 24 +++ tests/testthat/test-ard_categorical_ci.data.frame.R | 12 + tests/testthat/test-ard_categorical_ci.survey.design.R | 2 tests/testthat/test-ard_continuous_ci.survey.design.R | 2 tests/testthat/test-ard_stats_mood_test.R | 3 tests/testthat/test-ard_stats_t_test_onesample.R | 2 tests/testthat/test-ard_stats_wilcox_test_onesample.R | 2 tests/testthat/test-ard_survival_survfit.R | 22 ++ tests/testthat/test-ard_tabulate_max.R | 3 65 files changed, 321 insertions(+), 182 deletions(-)
Title: Unified Interface for AI Model Providers
Description: A production-grade AI toolkit for R featuring a layered
architecture (Specification, Utilities, Providers, Core), request
interception support, robust error handling with exponential retry
delays, support for multiple AI model providers ('OpenAI',
'Anthropic', etc.), local small language model inference,
distributed 'MCP' ecosystem, multi-agent orchestration, progressive
knowledge loading through skills, and a global skill store for
sharing AI capabilities.
Author: Yonghe Xia [aut, cre]
Maintainer: Yonghe Xia <xiayh17@gmail.com>
Diff between aisdk versions 1.1.0 dated 2026-03-31 and 1.4.10 dated 2026-05-29
aisdk-1.1.0/aisdk/R/artifacts.R |only aisdk-1.1.0/aisdk/R/channel_documents.R |only aisdk-1.1.0/aisdk/R/channel_feishu.R |only aisdk-1.1.0/aisdk/R/channel_runtime.R |only aisdk-1.1.0/aisdk/R/channel_session_store.R |only aisdk-1.1.0/aisdk/R/channel_types.R |only aisdk-1.1.0/aisdk/R/flow.R |only aisdk-1.1.0/aisdk/R/ggplot_schema.R |only aisdk-1.1.0/aisdk/R/knitr_engine.R |only aisdk-1.1.0/aisdk/R/mcp_client.R |only aisdk-1.1.0/aisdk/R/mcp_discovery.R |only aisdk-1.1.0/aisdk/R/mcp_server.R |only aisdk-1.1.0/aisdk/R/mcp_sse.R |only aisdk-1.1.0/aisdk/R/mission.R |only aisdk-1.1.0/aisdk/R/mission_hooks.R |only aisdk-1.1.0/aisdk/R/mission_orchestrator.R |only aisdk-1.1.0/aisdk/R/provider_aihubmix.R |only aisdk-1.1.0/aisdk/R/provider_bailian.R |only aisdk-1.1.0/aisdk/R/provider_deepseek.R |only aisdk-1.1.0/aisdk/R/provider_nvidia.R |only aisdk-1.1.0/aisdk/R/provider_openrouter.R |only aisdk-1.1.0/aisdk/R/provider_stepfun.R |only aisdk-1.1.0/aisdk/R/provider_volcengine.R |only aisdk-1.1.0/aisdk/R/provider_xai.R |only aisdk-1.1.0/aisdk/R/scaffold.R |only aisdk-1.1.0/aisdk/R/shiny_config.R |only aisdk-1.1.0/aisdk/R/shiny_config_server.R |only aisdk-1.1.0/aisdk/R/shiny_config_ui.R |only aisdk-1.1.0/aisdk/R/shiny_server.R |only aisdk-1.1.0/aisdk/R/shiny_ui.R |only aisdk-1.1.0/aisdk/R/skill_forge_tools.R |only aisdk-1.1.0/aisdk/R/skill_store.R |only aisdk-1.1.0/aisdk/R/slm_engine.R |only aisdk-1.1.0/aisdk/R/team.R |only aisdk-1.1.0/aisdk/R/tool_shiny.R |only aisdk-1.1.0/aisdk/R/utils_mcp.R |only aisdk-1.1.0/aisdk/inst/extdata/channel_scripts |only aisdk-1.1.0/aisdk/inst/skills |only aisdk-1.1.0/aisdk/man/AgentTeam.Rd |only aisdk-1.1.0/aisdk/man/AiHubMixLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/AiHubMixProvider.Rd |only aisdk-1.1.0/aisdk/man/BailianLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/BailianProvider.Rd |only aisdk-1.1.0/aisdk/man/ChannelAdapter.Rd |only aisdk-1.1.0/aisdk/man/ChannelRuntime.Rd |only aisdk-1.1.0/aisdk/man/ChannelSessionStore.Rd |only aisdk-1.1.0/aisdk/man/ChatManager.Rd |only aisdk-1.1.0/aisdk/man/DeepSeekLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/DeepSeekProvider.Rd |only aisdk-1.1.0/aisdk/man/FeishuChannelAdapter.Rd |only aisdk-1.1.0/aisdk/man/FileChannelSessionStore.Rd |only aisdk-1.1.0/aisdk/man/KNOWN_AESTHETICS.Rd |only aisdk-1.1.0/aisdk/man/KNOWN_POSITIONS.Rd |only aisdk-1.1.0/aisdk/man/McpClient.Rd |only aisdk-1.1.0/aisdk/man/McpDiscovery.Rd |only aisdk-1.1.0/aisdk/man/McpRouter.Rd |only aisdk-1.1.0/aisdk/man/McpServer.Rd |only aisdk-1.1.0/aisdk/man/McpSseClient.Rd |only aisdk-1.1.0/aisdk/man/MissionHookHandler.Rd |only aisdk-1.1.0/aisdk/man/MissionOrchestrator.Rd |only aisdk-1.1.0/aisdk/man/MissionStep.Rd |only aisdk-1.1.0/aisdk/man/NvidiaLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/NvidiaProvider.Rd |only aisdk-1.1.0/aisdk/man/OpenRouterLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/OpenRouterProvider.Rd |only aisdk-1.1.0/aisdk/man/SkillStore.Rd |only aisdk-1.1.0/aisdk/man/SlmEngine.Rd |only aisdk-1.1.0/aisdk/man/StepfunLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/StepfunProvider.Rd |only aisdk-1.1.0/aisdk/man/THEME_ELEMENT_TYPES.Rd |only aisdk-1.1.0/aisdk/man/THEME_HIERARCHY.Rd |only aisdk-1.1.0/aisdk/man/VolcengineLanguageModel.Rd |only aisdk-1.1.0/aisdk/man/VolcengineProvider.Rd |only aisdk-1.1.0/aisdk/man/XAILanguageModel.Rd |only aisdk-1.1.0/aisdk/man/XAIProvider.Rd |only aisdk-1.1.0/aisdk/man/add_stable_ids.Rd |only aisdk-1.1.0/aisdk/man/aiChatServer.Rd |only aisdk-1.1.0/aisdk/man/aiChatUI.Rd |only aisdk-1.1.0/aisdk/man/analyze_r_package.Rd |only aisdk-1.1.0/aisdk/man/apiConfigServer.Rd |only aisdk-1.1.0/aisdk/man/apiConfigUI.Rd |only aisdk-1.1.0/aisdk/man/auto_detect_vars.Rd |only aisdk-1.1.0/aisdk/man/benchmark_agent.Rd |only aisdk-1.1.0/aisdk/man/build_context.Rd |only aisdk-1.1.0/aisdk/man/channel_documents.Rd |only aisdk-1.1.0/aisdk/man/channel_feishu.Rd |only aisdk-1.1.0/aisdk/man/channel_runtime.Rd |only aisdk-1.1.0/aisdk/man/channel_session_store.Rd |only aisdk-1.1.0/aisdk/man/channel_types.Rd |only aisdk-1.1.0/aisdk/man/clear_ai_session.Rd |only aisdk-1.1.0/aisdk/man/configure_api.Rd |only aisdk-1.1.0/aisdk/man/construct_prompt.Rd |only aisdk-1.1.0/aisdk/man/create_aihubmix.Rd |only aisdk-1.1.0/aisdk/man/create_aihubmix_anthropic.Rd |only aisdk-1.1.0/aisdk/man/create_aihubmix_gemini.Rd |only aisdk-1.1.0/aisdk/man/create_artifact_dir.Rd |only aisdk-1.1.0/aisdk/man/create_bailian.Rd |only aisdk-1.1.0/aisdk/man/create_channel_runtime.Rd |only aisdk-1.1.0/aisdk/man/create_deepseek.Rd |only aisdk-1.1.0/aisdk/man/create_deepseek_anthropic.Rd |only aisdk-1.1.0/aisdk/man/create_feishu_channel_adapter.Rd |only aisdk-1.1.0/aisdk/man/create_feishu_channel_runtime.Rd |only aisdk-1.1.0/aisdk/man/create_feishu_event_processor.Rd |only aisdk-1.1.0/aisdk/man/create_feishu_webhook_handler.Rd |only aisdk-1.1.0/aisdk/man/create_file_channel_session_store.Rd |only aisdk-1.1.0/aisdk/man/create_flow.Rd |only aisdk-1.1.0/aisdk/man/create_mcp_client.Rd |only aisdk-1.1.0/aisdk/man/create_mcp_server.Rd |only aisdk-1.1.0/aisdk/man/create_mcp_sse_client.Rd |only aisdk-1.1.0/aisdk/man/create_mission.Rd |only aisdk-1.1.0/aisdk/man/create_mission_hooks.Rd |only aisdk-1.1.0/aisdk/man/create_mission_orchestrator.Rd |only aisdk-1.1.0/aisdk/man/create_nvidia.Rd |only aisdk-1.1.0/aisdk/man/create_openrouter.Rd |only aisdk-1.1.0/aisdk/man/create_orchestration.Rd |only aisdk-1.1.0/aisdk/man/create_skill.Rd |only aisdk-1.1.0/aisdk/man/create_skill_forge_tools.Rd |only aisdk-1.1.0/aisdk/man/create_step.Rd |only aisdk-1.1.0/aisdk/man/create_stepfun.Rd |only aisdk-1.1.0/aisdk/man/create_team.Rd |only aisdk-1.1.0/aisdk/man/create_volcengine.Rd |only aisdk-1.1.0/aisdk/man/create_xai.Rd |only aisdk-1.1.0/aisdk/man/download_model.Rd |only aisdk-1.1.0/aisdk/man/eng_ai.Rd |only aisdk-1.1.0/aisdk/man/extract_geom_params.Rd |only aisdk-1.1.0/aisdk/man/extract_guides.Rd |only aisdk-1.1.0/aisdk/man/extract_r_code.Rd |only aisdk-1.1.0/aisdk/man/extract_theme_for_frontend.Rd |only aisdk-1.1.0/aisdk/man/extract_theme_values.Rd |only aisdk-1.1.0/aisdk/man/flow.Rd |only aisdk-1.1.0/aisdk/man/get_ai_session.Rd |only aisdk-1.1.0/aisdk/man/get_default_system_prompt.Rd |only aisdk-1.1.0/aisdk/man/get_or_create_session.Rd |only aisdk-1.1.0/aisdk/man/get_skill_store.Rd |only aisdk-1.1.0/aisdk/man/ggplot_to_frontend_json.Rd |only aisdk-1.1.0/aisdk/man/ggplot_to_frontend_object.Rd |only aisdk-1.1.0/aisdk/man/ggplot_to_z_object.Rd |only aisdk-1.1.0/aisdk/man/init_skill.Rd |only aisdk-1.1.0/aisdk/man/install_skill.Rd |only aisdk-1.1.0/aisdk/man/is_ggplot_empty.Rd |only aisdk-1.1.0/aisdk/man/jsonrpc_error.Rd |only aisdk-1.1.0/aisdk/man/jsonrpc_request.Rd |only aisdk-1.1.0/aisdk/man/jsonrpc_response.Rd |only aisdk-1.1.0/aisdk/man/knitr_engine.Rd |only aisdk-1.1.0/aisdk/man/list_local_models.Rd |only aisdk-1.1.0/aisdk/man/list_skills.Rd |only aisdk-1.1.0/aisdk/man/mcp_deserialize.Rd |only aisdk-1.1.0/aisdk/man/mcp_discover.Rd |only aisdk-1.1.0/aisdk/man/mcp_initialize_request.Rd |only aisdk-1.1.0/aisdk/man/mcp_initialized_notification.Rd |only aisdk-1.1.0/aisdk/man/mcp_resources_list_request.Rd |only aisdk-1.1.0/aisdk/man/mcp_resources_read_request.Rd |only aisdk-1.1.0/aisdk/man/mcp_router.Rd |only aisdk-1.1.0/aisdk/man/mcp_serialize.Rd |only aisdk-1.1.0/aisdk/man/mcp_tools_call_request.Rd |only aisdk-1.1.0/aisdk/man/mcp_tools_list_request.Rd |only aisdk-1.1.0/aisdk/man/mission.Rd |only aisdk-1.1.0/aisdk/man/mission_hooks.Rd |only aisdk-1.1.0/aisdk/man/mission_orchestrator.Rd |only aisdk-1.1.0/aisdk/man/package_skill.Rd |only aisdk-1.1.0/aisdk/man/print.benchmark_result.Rd |only aisdk-1.1.0/aisdk/man/private_calculate_tool_accuracy.Rd |only aisdk-1.1.0/aisdk/man/provider_aihubmix.Rd |only aisdk-1.1.0/aisdk/man/provider_bailian.Rd |only aisdk-1.1.0/aisdk/man/provider_deepseek.Rd |only aisdk-1.1.0/aisdk/man/provider_nvidia.Rd |only aisdk-1.1.0/aisdk/man/provider_openrouter.Rd |only aisdk-1.1.0/aisdk/man/provider_stepfun.Rd |only aisdk-1.1.0/aisdk/man/provider_volcengine.Rd |only aisdk-1.1.0/aisdk/man/provider_xai.Rd |only aisdk-1.1.0/aisdk/man/r_data_tasks.Rd |only aisdk-1.1.0/aisdk/man/reactive_tool.Rd |only aisdk-1.1.0/aisdk/man/register_ai_engine.Rd |only aisdk-1.1.0/aisdk/man/remove_r_code_blocks.Rd |only aisdk-1.1.0/aisdk/man/run_feishu_webhook_server.Rd |only aisdk-1.1.0/aisdk/man/sanitize_for_json.Rd |only aisdk-1.1.0/aisdk/man/sanitize_r_code.Rd |only aisdk-1.1.0/aisdk/man/sanitize_theme_element.Rd |only aisdk-1.1.0/aisdk/man/search_skills.Rd |only aisdk-1.1.0/aisdk/man/skill_manifest.Rd |only aisdk-1.1.0/aisdk/man/skill_store.Rd |only aisdk-1.1.0/aisdk/man/slm_engine.Rd |only aisdk-1.1.0/aisdk/man/start_feishu_webhook_server.Rd |only aisdk-1.1.0/aisdk/man/team.Rd |only aisdk-1.1.0/aisdk/man/test_new_skill.Rd |only aisdk-1.1.0/aisdk/man/uninstall_skill.Rd |only aisdk-1.1.0/aisdk/man/utils_mcp.Rd |only aisdk-1.1.0/aisdk/man/wrap_reactive_tools.Rd |only aisdk-1.1.0/aisdk/man/z_aes_mapping.Rd |only aisdk-1.1.0/aisdk/man/z_coord.Rd |only aisdk-1.1.0/aisdk/man/z_empty_aware.Rd |only aisdk-1.1.0/aisdk/man/z_facet.Rd |only aisdk-1.1.0/aisdk/man/z_geom_layer.Rd |only aisdk-1.1.0/aisdk/man/z_ggplot.Rd |only aisdk-1.1.0/aisdk/man/z_guide.Rd |only aisdk-1.1.0/aisdk/man/z_layer.Rd |only aisdk-1.1.0/aisdk/man/z_position.Rd |only aisdk-1.1.0/aisdk/man/z_scale.Rd |only aisdk-1.1.0/aisdk/man/z_theme.Rd |only aisdk-1.1.0/aisdk/man/z_theme_element.Rd |only aisdk-1.1.0/aisdk/tests/testthat/test-channel-runtime.R |only aisdk-1.1.0/aisdk/tests/testthat/test-knitr_engine.R |only aisdk-1.1.0/aisdk/tests/testthat/test-mcp-client.R |only aisdk-1.1.0/aisdk/tests/testthat/test-mcp-server.R |only aisdk-1.1.0/aisdk/tests/testthat/test-mcp-utils.R |only aisdk-1.1.0/aisdk/tests/testthat/test-mission.R |only aisdk-1.1.0/aisdk/tests/testthat/test-orchestration.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-aihubmix.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-bailian.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-deepseek.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-openrouter.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-stepfun.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-volcengine.R |only aisdk-1.1.0/aisdk/tests/testthat/test-provider-xai.R |only aisdk-1.4.10/aisdk/DESCRIPTION | 15 aisdk-1.4.10/aisdk/LICENSE | 4 aisdk-1.4.10/aisdk/MD5 | 644 +- aisdk-1.4.10/aisdk/NAMESPACE | 176 aisdk-1.4.10/aisdk/NEWS.md |only aisdk-1.4.10/aisdk/R/agent.R | 76 aisdk-1.4.10/aisdk/R/agent_evals.R | 273 - aisdk-1.4.10/aisdk/R/agent_library.R | 37 aisdk-1.4.10/aisdk/R/agent_runtime.R |only aisdk-1.4.10/aisdk/R/aisdk-package.R | 20 aisdk-1.4.10/aisdk/R/ask_ai.R |only aisdk-1.4.10/aisdk/R/capability_models.R |only aisdk-1.4.10/aisdk/R/compat.R | 29 aisdk-1.4.10/aisdk/R/computer.R | 197 aisdk-1.4.10/aisdk/R/config_model.R |only aisdk-1.4.10/aisdk/R/console.R | 2544 +++++++++ aisdk-1.4.10/aisdk/R/console_agent.R | 1103 +++- aisdk-1.4.10/aisdk/R/console_app.R | 174 aisdk-1.4.10/aisdk/R/console_persona.R |only aisdk-1.4.10/aisdk/R/console_setup.R | 905 ++- aisdk-1.4.10/aisdk/R/content_blocks.R |only aisdk-1.4.10/aisdk/R/content_translation.R |only aisdk-1.4.10/aisdk/R/context.R | 9 aisdk-1.4.10/aisdk/R/context_budget.R |only aisdk-1.4.10/aisdk/R/context_collectors.R |only aisdk-1.4.10/aisdk/R/context_handles.R |only aisdk-1.4.10/aisdk/R/context_management.R |only aisdk-1.4.10/aisdk/R/context_query_tools.R |only aisdk-1.4.10/aisdk/R/core_api.R | 1242 +++- aisdk-1.4.10/aisdk/R/extension_runtime.R |only aisdk-1.4.10/aisdk/R/hooks.R | 44 aisdk-1.4.10/aisdk/R/image_api.R |only aisdk-1.4.10/aisdk/R/image_model.R |only aisdk-1.4.10/aisdk/R/model_defaults.R | 240 aisdk-1.4.10/aisdk/R/multimodal.R | 99 aisdk-1.4.10/aisdk/R/openai_tools.R |only aisdk-1.4.10/aisdk/R/optional_companion.R |only aisdk-1.4.10/aisdk/R/provider_anthropic.R | 433 + aisdk-1.4.10/aisdk/R/provider_custom.R | 21 aisdk-1.4.10/aisdk/R/provider_gemini.R | 445 + aisdk-1.4.10/aisdk/R/provider_openai.R | 1749 +++++- aisdk-1.4.10/aisdk/R/r_context_tools.R |only aisdk-1.4.10/aisdk/R/r_introspect_tools.R |only aisdk-1.4.10/aisdk/R/renderer.R |only aisdk-1.4.10/aisdk/R/run_state.R |only aisdk-1.4.10/aisdk/R/schema.R | 170 aisdk-1.4.10/aisdk/R/schema_generator.R | 8 aisdk-1.4.10/aisdk/R/semantic_adapter.R |only aisdk-1.4.10/aisdk/R/session.R | 636 ++ aisdk-1.4.10/aisdk/R/session_event_store.R |only aisdk-1.4.10/aisdk/R/shared_session.R | 4 aisdk-1.4.10/aisdk/R/skill.R | 713 ++ aisdk-1.4.10/aisdk/R/skill_registry.R | 379 + aisdk-1.4.10/aisdk/R/spec_model.R | 524 + aisdk-1.4.10/aisdk/R/sse_aggregator.R | 168 aisdk-1.4.10/aisdk/R/stdlib_agents.R | 30 aisdk-1.4.10/aisdk/R/stream_renderer.R | 48 aisdk-1.4.10/aisdk/R/sub_session.R |only aisdk-1.4.10/aisdk/R/telemetry.R | 167 aisdk-1.4.10/aisdk/R/tool.R | 250 aisdk-1.4.10/aisdk/R/tool_ask_user.R |only aisdk-1.4.10/aisdk/R/utils_capture.R | 15 aisdk-1.4.10/aisdk/R/utils_cli.R | 21 aisdk-1.4.10/aisdk/R/utils_console.R |only aisdk-1.4.10/aisdk/R/utils_env.R | 9 aisdk-1.4.10/aisdk/R/utils_http.R | 1517 ++++- aisdk-1.4.10/aisdk/R/utils_ids.R |only aisdk-1.4.10/aisdk/R/utils_models.R | 67 aisdk-1.4.10/aisdk/R/utils_models_update.R | 48 aisdk-1.4.10/aisdk/R/utils_registry.R | 131 aisdk-1.4.10/aisdk/README.md | 91 aisdk-1.4.10/aisdk/inst/extdata/models/anthropic.json |only aisdk-1.4.10/aisdk/inst/extdata/models/bailian.json |only aisdk-1.4.10/aisdk/inst/extdata/models/deepseek.json |only aisdk-1.4.10/aisdk/inst/extdata/models/gemini.json |only aisdk-1.4.10/aisdk/inst/extdata/models/moonshot.json |only aisdk-1.4.10/aisdk/inst/extdata/models/openai.json |only aisdk-1.4.10/aisdk/inst/extdata/models/openrouter.json |only aisdk-1.4.10/aisdk/inst/extdata/models/stepfun.json | 473 + aisdk-1.4.10/aisdk/inst/extdata/models/volcengine.json | 2704 ++++++---- aisdk-1.4.10/aisdk/inst/extdata/models/xai.json |only aisdk-1.4.10/aisdk/inst/rstudio |only aisdk-1.4.10/aisdk/man/AnthropicProvider.Rd | 17 aisdk-1.4.10/aisdk/man/CaptureRenderer.Rd |only aisdk-1.4.10/aisdk/man/ChatSession.Rd | 518 + aisdk-1.4.10/aisdk/man/EmbeddingModelV1.Rd | 2 aisdk-1.4.10/aisdk/man/GeminiImageModel.Rd |only aisdk-1.4.10/aisdk/man/GeminiProvider.Rd | 40 aisdk-1.4.10/aisdk/man/GenerateImageResult.Rd |only aisdk-1.4.10/aisdk/man/GenerateResult.Rd | 16 aisdk-1.4.10/aisdk/man/HookHandler.Rd | 14 aisdk-1.4.10/aisdk/man/ImageModelV1.Rd |only aisdk-1.4.10/aisdk/man/LanguageModelV1.Rd | 34 aisdk-1.4.10/aisdk/man/OpenAIImageModel.Rd |only aisdk-1.4.10/aisdk/man/OpenAILanguageModel.Rd | 23 aisdk-1.4.10/aisdk/man/OpenAIProvider.Rd | 164 aisdk-1.4.10/aisdk/man/OpenAIResponsesLanguageModel.Rd | 8 aisdk-1.4.10/aisdk/man/ProviderRegistry.Rd | 21 aisdk-1.4.10/aisdk/man/Renderer.Rd |only aisdk-1.4.10/aisdk/man/SharedSession.Rd | 26 aisdk-1.4.10/aisdk/man/SkillRegistry.Rd | 117 aisdk-1.4.10/aisdk/man/agent.Rd | 9 aisdk-1.4.10/aisdk/man/analyze_image.Rd |only aisdk-1.4.10/aisdk/man/analyze_tool_failures.Rd |only aisdk-1.4.10/aisdk/man/as_preview_text.Rd |only aisdk-1.4.10/aisdk/man/ask_ai.Rd |only aisdk-1.4.10/aisdk/man/build_console_system_prompt.Rd | 12 aisdk-1.4.10/aisdk/man/call_object_accessor.Rd |only aisdk-1.4.10/aisdk/man/capability_models.Rd |only aisdk-1.4.10/aisdk/man/capture_r_execution.Rd |only aisdk-1.4.10/aisdk/man/clear_capability_model.Rd |only aisdk-1.4.10/aisdk/man/clear_error_context.Rd |only aisdk-1.4.10/aisdk/man/collect_ai_context.Rd |only aisdk-1.4.10/aisdk/man/computer.Rd | 35 aisdk-1.4.10/aisdk/man/config_model.Rd |only aisdk-1.4.10/aisdk/man/console_chat.Rd | 30 aisdk-1.4.10/aisdk/man/console_check_tool_failures.Rd |only aisdk-1.4.10/aisdk/man/console_persona.Rd |only aisdk-1.4.10/aisdk/man/console_utils.Rd |only aisdk-1.4.10/aisdk/man/content_blocks.Rd |only aisdk-1.4.10/aisdk/man/content_image.Rd | 6 aisdk-1.4.10/aisdk/man/content_text.Rd | 2 aisdk-1.4.10/aisdk/man/content_translation.Rd |only aisdk-1.4.10/aisdk/man/context_budget.Rd |only aisdk-1.4.10/aisdk/man/context_collectors.Rd |only aisdk-1.4.10/aisdk/man/context_get.Rd |only aisdk-1.4.10/aisdk/man/context_management.Rd |only aisdk-1.4.10/aisdk/man/context_search.Rd |only aisdk-1.4.10/aisdk/man/create_agent.Rd | 5 aisdk-1.4.10/aisdk/man/create_anthropic.Rd | 30 aisdk-1.4.10/aisdk/man/create_ask_user_tool.Rd |only aisdk-1.4.10/aisdk/man/create_auto_skill_registry.Rd |only aisdk-1.4.10/aisdk/man/create_capture_renderer.Rd |only aisdk-1.4.10/aisdk/man/create_console_agent.Rd | 17 aisdk-1.4.10/aisdk/man/create_console_tools.Rd | 22 aisdk-1.4.10/aisdk/man/create_context_management_config.Rd |only aisdk-1.4.10/aisdk/man/create_context_query_tools.Rd |only aisdk-1.4.10/aisdk/man/create_custom_provider.Rd | 12 aisdk-1.4.10/aisdk/man/create_default_semantic_adapter_registry.Rd |only aisdk-1.4.10/aisdk/man/create_gemini.Rd | 40 aisdk-1.4.10/aisdk/man/create_null_renderer.Rd |only aisdk-1.4.10/aisdk/man/create_openai.Rd | 42 aisdk-1.4.10/aisdk/man/create_r_context_tools.Rd |only aisdk-1.4.10/aisdk/man/create_r_introspect_tools.Rd |only aisdk-1.4.10/aisdk/man/create_semantic_adapter.Rd |only aisdk-1.4.10/aisdk/man/create_semantic_adapter_registry.Rd |only aisdk-1.4.10/aisdk/man/create_stream_renderer.Rd | 16 aisdk-1.4.10/aisdk/man/create_telemetry.Rd | 4 aisdk-1.4.10/aisdk/man/default_skill_roots.Rd |only aisdk-1.4.10/aisdk/man/describe_semantic_object.Rd |only aisdk-1.4.10/aisdk/man/edit_image.Rd |only aisdk-1.4.10/aisdk/man/extension_runtime.Rd |only aisdk-1.4.10/aisdk/man/extract_from_image.Rd |only aisdk-1.4.10/aisdk/man/format_captured_execution.Rd |only aisdk-1.4.10/aisdk/man/generate_image.Rd |only aisdk-1.4.10/aisdk/man/generate_stable_id.Rd | 9 aisdk-1.4.10/aisdk/man/generate_text.Rd | 24 aisdk-1.4.10/aisdk/man/get_capability_model.Rd |only aisdk-1.4.10/aisdk/man/get_context_management_config.Rd |only aisdk-1.4.10/aisdk/man/get_last_error_for_tool.Rd |only aisdk-1.4.10/aisdk/man/get_model.Rd | 4 aisdk-1.4.10/aisdk/man/get_model_options.Rd |only aisdk-1.4.10/aisdk/man/get_or_create_semantic_adapter_registry.Rd |only aisdk-1.4.10/aisdk/man/get_param_docs.Rd |only aisdk-1.4.10/aisdk/man/get_r_documentation.Rd |only aisdk-1.4.10/aisdk/man/get_r_source.Rd |only aisdk-1.4.10/aisdk/man/get_semantic_adapter_registry.Rd |only aisdk-1.4.10/aisdk/man/get_semantic_workflow_hint.Rd |only aisdk-1.4.10/aisdk/man/image_api.Rd |only aisdk-1.4.10/aisdk/man/image_model.Rd |only aisdk-1.4.10/aisdk/man/input_image.Rd |only aisdk-1.4.10/aisdk/man/input_text.Rd |only aisdk-1.4.10/aisdk/man/inspect_r_function.Rd |only aisdk-1.4.10/aisdk/man/inspect_r_object.Rd |only aisdk-1.4.10/aisdk/man/is_semantic_class.Rd |only aisdk-1.4.10/aisdk/man/list_capability_models.Rd |only aisdk-1.4.10/aisdk/man/list_context_handles.Rd |only aisdk-1.4.10/aisdk/man/list_get_exact.Rd |only aisdk-1.4.10/aisdk/man/list_r_objects.Rd |only aisdk-1.4.10/aisdk/man/model.Rd | 7 aisdk-1.4.10/aisdk/man/normalize_content_blocks.Rd |only aisdk-1.4.10/aisdk/man/object_peek.Rd |only aisdk-1.4.10/aisdk/man/openai_code_interpreter_tool.Rd |only aisdk-1.4.10/aisdk/man/openai_computer_use_tool.Rd |only aisdk-1.4.10/aisdk/man/openai_file_search_tool.Rd |only aisdk-1.4.10/aisdk/man/openai_hosted_mcp_tool.Rd |only aisdk-1.4.10/aisdk/man/openai_web_search_tool.Rd |only aisdk-1.4.10/aisdk/man/post_multipart_to_api.Rd |only aisdk-1.4.10/aisdk/man/post_to_api.Rd | 28 aisdk-1.4.10/aisdk/man/r_context_tools.Rd |only aisdk-1.4.10/aisdk/man/r_eval_subprocess.Rd |only aisdk-1.4.10/aisdk/man/r_introspect_tools.Rd |only aisdk-1.4.10/aisdk/man/register_json_coercion.Rd |only aisdk-1.4.10/aisdk/man/register_provider.Rd |only aisdk-1.4.10/aisdk/man/register_semantic_adapter.Rd |only aisdk-1.4.10/aisdk/man/register_semantic_workflow_hint.Rd |only aisdk-1.4.10/aisdk/man/resolve_console_startup_model.Rd |only aisdk-1.4.10/aisdk/man/resolve_model_for_capability.Rd |only aisdk-1.4.10/aisdk/man/resolve_r_binding.Rd |only aisdk-1.4.10/aisdk/man/run_state.Rd |only aisdk-1.4.10/aisdk/man/safe_to_json.Rd | 2 aisdk-1.4.10/aisdk/man/semantic_adapter.Rd |only aisdk-1.4.10/aisdk/man/semantic_render_inspection.Rd |only aisdk-1.4.10/aisdk/man/semantic_render_summary.Rd |only aisdk-1.4.10/aisdk/man/session_event_store.Rd |only aisdk-1.4.10/aisdk/man/set_capability_model.Rd |only aisdk-1.4.10/aisdk/man/set_context_management_config.Rd |only aisdk-1.4.10/aisdk/man/set_model.Rd | 31 aisdk-1.4.10/aisdk/man/skill.Rd | 88 aisdk-1.4.10/aisdk/man/stream_anthropic.Rd | 32 aisdk-1.4.10/aisdk/man/stream_from_api.Rd | 43 aisdk-1.4.10/aisdk/man/stream_image.Rd |only aisdk-1.4.10/aisdk/man/stream_responses_api.Rd | 22 aisdk-1.4.10/aisdk/man/stream_text.Rd | 25 aisdk-1.4.10/aisdk/man/sub_session_query.Rd |only aisdk-1.4.10/aisdk/man/summarize_object.Rd | 2 aisdk-1.4.10/aisdk/man/telemetry.Rd | 36 aisdk-1.4.10/aisdk/man/translate_message_content.Rd |only aisdk-1.4.10/aisdk/man/trim_context_preview.Rd |only aisdk-1.4.10/aisdk/man/utils_ids.Rd |only aisdk-1.4.10/aisdk/man/validate_model_messages.Rd |only aisdk-1.4.10/aisdk/man/validate_semantic_action.Rd |only aisdk-1.4.10/aisdk/man/z_any_object.Rd |only aisdk-1.4.10/aisdk/man/z_string.Rd | 12 aisdk-1.4.10/aisdk/tests/testthat/Rplots.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots1.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots10.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots11.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots12.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots13.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots14.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots15.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots16.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots17.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots18.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots19.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots2.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots20.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots21.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots22.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots3.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots4.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots5.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots6.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots7.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots8.pdf |only aisdk-1.4.10/aisdk/tests/testthat/Rplots9.pdf |only aisdk-1.4.10/aisdk/tests/testthat/fixtures |only aisdk-1.4.10/aisdk/tests/testthat/helper-env.R | 4 aisdk-1.4.10/aisdk/tests/testthat/helper-mock.R | 77 aisdk-1.4.10/aisdk/tests/testthat/test-agent-failure-handling.R |only aisdk-1.4.10/aisdk/tests/testthat/test-agent-skills-integration.R | 204 aisdk-1.4.10/aisdk/tests/testthat/test-agent-system.R | 77 aisdk-1.4.10/aisdk/tests/testthat/test-ask-ai.R |only aisdk-1.4.10/aisdk/tests/testthat/test-capability-models.R |only aisdk-1.4.10/aisdk/tests/testthat/test-computer.R | 54 aisdk-1.4.10/aisdk/tests/testthat/test-console-agent.R | 838 +++ aisdk-1.4.10/aisdk/tests/testthat/test-console-setup.R | 491 + aisdk-1.4.10/aisdk/tests/testthat/test-console-ui.R | 1017 +++ aisdk-1.4.10/aisdk/tests/testthat/test-content-blocks.R |only aisdk-1.4.10/aisdk/tests/testthat/test-context-budget.R |only aisdk-1.4.10/aisdk/tests/testthat/test-context-collectors.R |only aisdk-1.4.10/aisdk/tests/testthat/test-context-handles.R |only aisdk-1.4.10/aisdk/tests/testthat/test-context-management-config.R |only aisdk-1.4.10/aisdk/tests/testthat/test-context-query-tools.R |only aisdk-1.4.10/aisdk/tests/testthat/test-core-api.R | 714 ++ aisdk-1.4.10/aisdk/tests/testthat/test-env-vars.R | 30 aisdk-1.4.10/aisdk/tests/testthat/test-fuzzy-skill-loading.R | 41 aisdk-1.4.10/aisdk/tests/testthat/test-image-api.R |only aisdk-1.4.10/aisdk/tests/testthat/test-model-defaults.R | 229 aisdk-1.4.10/aisdk/tests/testthat/test-model-registry.R |only aisdk-1.4.10/aisdk/tests/testthat/test-multimodal-validation.R |only aisdk-1.4.10/aisdk/tests/testthat/test-openai-builtin-tools.R |only aisdk-1.4.10/aisdk/tests/testthat/test-provider-anthropic.R | 167 aisdk-1.4.10/aisdk/tests/testthat/test-provider-custom.R | 212 aisdk-1.4.10/aisdk/tests/testthat/test-provider-gemini.R | 320 + aisdk-1.4.10/aisdk/tests/testthat/test-provider-openai.R | 1995 ++++++- aisdk-1.4.10/aisdk/tests/testthat/test-r-context-tools.R |only aisdk-1.4.10/aisdk/tests/testthat/test-r-introspect-tools.R |only aisdk-1.4.10/aisdk/tests/testthat/test-render_text.R | 20 aisdk-1.4.10/aisdk/tests/testthat/test-renderer.R |only aisdk-1.4.10/aisdk/tests/testthat/test-semantic-adapter-api.R |only aisdk-1.4.10/aisdk/tests/testthat/test-semantic-runtime-session.R |only aisdk-1.4.10/aisdk/tests/testthat/test-session-agent.R | 52 aisdk-1.4.10/aisdk/tests/testthat/test-session-event-store.R |only aisdk-1.4.10/aisdk/tests/testthat/test-session.R | 94 aisdk-1.4.10/aisdk/tests/testthat/test-skill-registry.R | 216 aisdk-1.4.10/aisdk/tests/testthat/test-skill.R | 80 aisdk-1.4.10/aisdk/tests/testthat/test-sse-aggregator.R | 85 aisdk-1.4.10/aisdk/tests/testthat/test-sub-session.R |only aisdk-1.4.10/aisdk/tests/testthat/test-telemetry.R | 48 aisdk-1.4.10/aisdk/tests/testthat/test-tool.R | 81 aisdk-1.4.10/aisdk/tests/testthat/test-utils-http.R |only aisdk-1.4.10/aisdk/tests/testthat/test-variable-registry.R | 37 508 files changed, 22951 insertions(+), 4531 deletions(-)
Title: Embed 'SWI'-'Prolog'
Description: Interface to 'SWI'-'Prolog', <https://www.swi-prolog.org/>. This package is normally not loaded directly, please refer to package 'rolog' instead. The purpose of this package is to provide the 'Prolog' runtime on systems that do not have a software installation of 'SWI'-'Prolog'.
Author: Matthias Gondan [aut, com, cre] ,
Jan Wielemaker [ctb, cph] ,
European Commission [fnd]
Maintainer: Matthias Gondan <Matthias.Gondan-Rochon@uibk.ac.at>
Diff between rswipl versions 10.1.7 dated 2026-05-12 and 10.1.8 dated 2026-05-29
DESCRIPTION | 8 MD5 | 187 ++- NEWS.md | 6 inst/swipl |only src/install.libs.R | 2 src/swipl-devel/CMakeLists.txt | 10 src/swipl-devel/VERSION | 2 src/swipl-devel/boot/build_home.pl | 11 src/swipl-devel/boot/toplevel.pl | 4 src/swipl-devel/cmake/Install.cmake | 30 src/swipl-devel/cmake/InstallSource.cmake | 10 src/swipl-devel/cmake/Locations.cmake | 61 + src/swipl-devel/cmake/LocationsPostPorts.cmake | 4 src/swipl-devel/cmake/PackageSelection.cmake | 2 src/swipl-devel/cmake/macos_app_fixup |only src/swipl-devel/cmake/port/Darwin.cmake | 61 - src/swipl-devel/desktop/Framework-Info.plist.in |only src/swipl-devel/desktop/distribution.xml.in |only src/swipl-devel/desktop/installer-background.png |only src/swipl-devel/desktop/swipl.entitlements.plist |only src/swipl-devel/doc/MacOSXInstaller.md |only src/swipl-devel/library/dialect/swi/syspred_options.pl | 7 src/swipl-devel/library/writef.pl | 6 src/swipl-devel/packages/clib/bsd-crypt.c | 5 src/swipl-devel/packages/clib/process.c.rej |only src/swipl-devel/packages/cpp/SWI-cpp2.cpp | 15 src/swipl-devel/packages/cpp/SWI-cpp2.h | 93 + src/swipl-devel/packages/cpp/pl2cpp.plx | 164 ++- src/swipl-devel/packages/cpp/test_cpp.cpp | 81 + src/swipl-devel/packages/cpp/test_cpp.cpp.orig |only src/swipl-devel/packages/cpp/test_cpp.pl | 55 - src/swipl-devel/packages/cpp/test_cpp.pl.orig |only src/swipl-devel/packages/http/test_proxy.pl | 34 src/swipl-devel/packages/utf8proc/CMakeLists.txt | 22 src/swipl-devel/packages/utf8proc/data/README.md | 25 src/swipl-devel/packages/utf8proc/etc/gen_uniname.pl |only src/swipl-devel/packages/utf8proc/test_uniname.pl |only src/swipl-devel/packages/utf8proc/uniname.c |only src/swipl-devel/packages/utf8proc/uniname.h |only src/swipl-devel/packages/utf8proc/uniname.pl |only src/swipl-devel/packages/utf8proc/uniname4pl.c |only src/swipl-devel/packages/utf8proc/uniname_data.c |only src/swipl-devel/packages/utf8proc/uniname_data.h |only src/swipl-devel/packages/xpce/bitmaps/logo |only src/swipl-devel/packages/xpce/bitmaps/tool/clear-text.svg |only src/swipl-devel/packages/xpce/bitmaps/tool/user.svg |only src/swipl-devel/packages/xpce/bitmaps/tool/wipe.svg |only src/swipl-devel/packages/xpce/cmake/XPCESources.cmake | 8 src/swipl-devel/packages/xpce/prolog/demo/fontviewer.pl | 2 src/swipl-devel/packages/xpce/prolog/lib/emacs/fundamental_mode.pl | 62 + src/swipl-devel/packages/xpce/prolog/lib/epilog.pl | 11 src/swipl-devel/packages/xpce/prolog/lib/man/v_hierarchy.pl | 4 src/swipl-devel/packages/xpce/prolog/lib/pce_symbol_picker.pl |only src/swipl-devel/packages/xpce/src/gra/graphical.c | 2 src/swipl-devel/packages/xpce/src/gra/proto.h | 2 src/swipl-devel/packages/xpce/src/gra/text.c | 29 src/swipl-devel/packages/xpce/src/h/graphics.h | 5 src/swipl-devel/packages/xpce/src/ker/goodies.c | 48 src/swipl-devel/packages/xpce/src/men/textitem.c | 95 + src/swipl-devel/packages/xpce/src/namedb.txt | 2 src/swipl-devel/packages/xpce/src/sdl/sdl.c | 18 src/swipl-devel/packages/xpce/src/sdl/sdldraw.c | 54 + src/swipl-devel/packages/xpce/src/sdl/sdldraw.h | 2 src/swipl-devel/packages/xpce/src/sdl/sdlevent.c | 128 +- src/swipl-devel/packages/xpce/src/sdl/sdlevent.h | 10 src/swipl-devel/packages/xpce/src/sdl/sdlframe.c | 5 src/swipl-devel/packages/xpce/src/sdl/sdltimer.c | 2 src/swipl-devel/packages/xpce/src/txt/terminal.c | 15 src/swipl-devel/packages/xpce/src/win/displaymgr.c | 24 src/swipl-devel/packages/xpce/src/win/frame.c | 1 src/swipl-devel/packages/xpce/src/win/proto.h | 1 src/swipl-devel/packages/xpce/src/win/window.c | 33 src/swipl-devel/scripts/macos-import-x86_64.sh | 7 src/swipl-devel/scripts/macosx_bundle_fixup.sh | 214 +++- src/swipl-devel/scripts/macosx_installer_resources.sh |only src/swipl-devel/scripts/macosx_make_installer_bg.swift |only src/swipl-devel/scripts/make-distribution | 99 +- src/swipl-devel/src/ATOMS | 2 src/swipl-devel/src/CMakeLists.txt | 124 ++ src/swipl-devel/src/SWI-Prolog.h | 4 src/swipl-devel/src/Unicode/README.md | 1 src/swipl-devel/src/Unicode/prolog_syntax_map.pl | 32 src/swipl-devel/src/os/pl-codelist.c | 15 src/swipl-devel/src/os/pl-ctype.c | 1 src/swipl-devel/src/os/pl-fmt.c | 2 src/swipl-devel/src/os/pl-prologflag.c | 5 src/swipl-devel/src/os/pl-stream.c | 13 src/swipl-devel/src/os/pl-utf8.c | 5 src/swipl-devel/src/parms.h.cmake | 1 src/swipl-devel/src/pl-arith.h.new |only src/swipl-devel/src/pl-codelist.h | 2 src/swipl-devel/src/pl-fli.c | 38 src/swipl-devel/src/pl-index.c | 33 src/swipl-devel/src/pl-index.h | 1 src/swipl-devel/src/pl-init.c | 56 + src/swipl-devel/src/pl-prims.c | 6 src/swipl-devel/src/pl-privitf.c | 8 src/swipl-devel/src/pl-read.c | 51 - src/swipl-devel/src/pl-read.h | 1 src/swipl-devel/src/pl-supervisor.c | 9 src/swipl-devel/src/pl-thread.c | 41 src/swipl-devel/src/pl-trie.c.save |only src/swipl-devel/src/pl-umap.c | 495 +++++----- src/swipl-devel/src/pl-write.c | 83 + src/swipl-devel/tests/core/test_bips.pl | 11 src/swipl-devel/tests/core/test_syntax_unicode.pl | 65 + src/swipl-devel/tests/core/test_text.pl | 75 + src/swipl-devel/tests/engines/test_engines.pl | 6 108 files changed, 2277 insertions(+), 697 deletions(-)
Title: Fractional Weighted Bootstrap
Description: An implementation of the fractional weighted bootstrap to be used as a drop-in for functions in the 'boot' package. The fractional weighted bootstrap (also known as the Bayesian bootstrap) involves drawing weights randomly that are applied to the data rather than resampling units from the data. See Xu et al. (2020) <doi:10.1080/00031305.2020.1731599> for details.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah.greifer@gmail.com>
Diff between fwb versions 0.5.1 dated 2025-09-19 and 0.6.0 dated 2026-05-29
DESCRIPTION | 15 - MD5 | 69 ++++---- NAMESPACE | 4 NEWS.md | 48 ++++- R/compute.ci.R | 19 +- R/fwb.R | 245 +++++++++++++++++++----------- R/fwb.array.R | 31 ++- R/fwb.ci.R | 64 +++---- R/plot.fwb.R | 65 ++++--- R/set_fwb_wtype.R | 32 +-- R/simultaneous.R | 28 +-- R/summary.fwb.R | 59 +++---- R/utils.R | 226 +++++++-------------------- R/vcovFWB.R | 205 +++++++++++++++---------- R/weighted-statistics.R | 39 +++- README.md | 86 ++++++---- build/stage23.rdb |binary build/vignette.rds |binary inst/doc/fwb-rep.Rmd | 22 +- inst/doc/fwb-rep.html | 58 ++++--- man/figures/README-unnamed-chunk-10-1.png |binary man/figures/README-unnamed-chunk-5-1.png |binary man/figures/README-unnamed-chunk-9-1.png |binary man/fwb-package.Rd | 5 man/fwb.Rd | 48 ++++- man/fwb.array.Rd | 9 - man/fwb.ci.Rd | 14 + man/macros/macros.Rd | 2 man/plot.fwb.Rd | 6 man/set_fwb_wtype.Rd | 12 - man/summary.fwb.Rd | 6 man/vcovFWB.Rd | 28 ++- tests/testthat/helpers.R | 4 tests/testthat/test-fwb.R | 66 +++++++- tests/testthat/test-vcovFWB.R |only vignettes/fwb-rep.Rmd | 22 +- 36 files changed, 866 insertions(+), 671 deletions(-)
Title: Partitioning Uncertainty Components of an Incomplete Ensemble of
Climate Projections
Description: These functions apply an analysis of variance to incomplete ensembles of climate projections.
It provides estimates of climate change responses of all simulation chains and of all uncertainty
variables. It has been applied to different ensembles of projections simulated to study the impact of climate change:
for climate indicators in Evin et al. (2019) <doi:10.1175/JCLI-D-18-0606.1>; seasonal precipitation
and temperature in Evin, Somot and Hingray (2021) <doi:10.5194/esd-12-1543-2021>; hydrological variables
in Evin et al. (2026) <doi:10.5194/hess-30-1023-2026>; photovoltaic energy in Bichet et al. (2019)
<doi:10.1088/1748-9326/ab500a>.
Author: Guillaume Evin [aut, cre]
Maintainer: Guillaume Evin <guillaume.evin@inrae.fr>
Diff between QUALYPSO versions 3.0 dated 2026-05-12 and 3.1 dated 2026-05-28
DESCRIPTION | 17 +++-- MD5 | 16 ++--- R/QUALYPSO.r | 112 +++++++++++++++++++++---------------- README.md | 11 ++- man/QUALYPSO.Rd | 49 +++++++++------- man/checkTypeandDimension.Rd | 2 man/fit.climate.response.Rd | 2 man/plotQUALYPSOclimateResponse.Rd | 3 man/plotQUALYPSOinternalvar.Rd | 3 9 files changed, 128 insertions(+), 87 deletions(-)
Title: Species Distribution Modeling with H3 Grids
Description: Provides tools for species distribution modeling using H3
hexagonal grids (Uber Technologies Inc., 2022, <https://h3geo.org>).
Facilitates retrieval of species occurrence records, generation of H3 grids,
computation of landscape metrics, and preparation of spatial data for modern
species distribution models workflows. Designed for biodiversity and landscape ecology research.
Author: Manuel Spinola [aut, cre]
Maintainer: Manuel Spinola <mspinola10@gmail.com>
Diff between h3sdm versions 0.1.2 dated 2026-05-22 and 0.1.3 dated 2026-05-28
DESCRIPTION | 10 +++++----- MD5 | 16 +++++++++------- NAMESPACE | 7 +++++++ NEWS.md | 16 ++++++++++++++++ R/h3sdm_aoa.R |only R/h3sdm_get_grid.R | 9 ++++++++- R/h3sdm_predict.R | 17 +++++++++-------- inst/doc/h3sdm.html | 32 ++++++++++++++++---------------- man/h3sdm_aoa.Rd |only man/h3sdm_predict.Rd | 3 +++ 10 files changed, 73 insertions(+), 37 deletions(-)
Title: Fechnerian Scaling of Discrete Object Sets
Description: Functions and example datasets for Fechnerian scaling of discrete
object sets. User can compute Fechnerian distances among objects representing
subjective dissimilarities, and other related information. See
package?fechner for an overview.
Author: Ali Uenlue [aut, cre],
Thomas Kiefer [aut, trl]
Maintainer: Ali Uenlue <aligalibuenlue@gmail.com>
This is a re-admission after prior archival of version 1.0-3 dated 2016-06-06
Diff between fechner versions 1.0-3 dated 2016-06-06 and 1.0-4 dated 2026-05-28
DESCRIPTION | 20 ++++++++--------- MD5 | 45 ++++++++++++++++++++------------------- NAMESPACE | 2 - NEWS | 7 ++++++ inst/CITATION | 37 +++++++++++++++++--------------- inst/doc/fechner.pdf |binary inst/doc/sourcefiles/fechner.bib | 14 ++++++------ inst/doc/sourcefiles/fechner.tex | 7 ++---- inst/doc/sourcefiles/fig3.pdf |binary inst/doc/sourcefiles/jss.bst |only inst/doc/sourcefiles/jss.cls |only man/check.data.Rd | 6 ++--- man/check.regular.Rd | 16 ++++++------- man/fechner-package.Rd | 8 +++--- man/fechner.Rd | 16 ++++++------- man/morse.Rd | 10 ++++---- man/noRegMin.Rd | 6 ++--- man/plot.fechner.Rd | 4 +-- man/print.fechner.Rd | 4 +-- man/print.summary.fechner.Rd | 4 +-- man/regMin.Rd | 4 +-- man/summary.fechner.Rd | 4 +-- man/wish.Rd | 12 +++++----- src/fechner.c | 2 - src/fechner_init.c |only 25 files changed, 120 insertions(+), 108 deletions(-)
Title: AI Agent Runtime
Description: An agent runtime that gives Large Language Models (LLMs)
from 'Anthropic' <https://www.anthropic.com/>, 'OpenAI'
<https://openai.com/>, 'Moonshot' <https://www.moonshot.ai/>, and
'Ollama' <https://ollama.com/> direct access to a live R session with
managed workspace state. Tools execute as R function calls with
provenance tracking, and a deterministic retrieval system keeps
relevant objects in context across turns. Three entry points: a
shell command-line interface (CLI), a console read-eval-print-loop
via chat(), and a Model Context Protocol (MCP) server via serve()
for external clients.
Author: Troy Hernandez [aut, cre] ,
Grant McDermott [ctb] ,
Jorge Krzyzaniak [ctb],
cornball.ai [cph]
Maintainer: Troy Hernandez <troy@cornball.ai>
Diff between corteza versions 0.6.3 dated 2026-05-04 and 0.6.9 dated 2026-05-28
corteza-0.6.3/corteza/R/tool_error.R |only corteza-0.6.3/corteza/R/transport-signal.R |only corteza-0.6.3/corteza/R/transport.R |only corteza-0.6.3/corteza/inst/bench/bench_tool_dispatch.R |only corteza-0.6.3/corteza/inst/bench/bench_warm_start.R |only corteza-0.6.3/corteza/inst/tinytest/test_transport.R |only corteza-0.6.3/corteza/man/cli_worker_drain_events.Rd |only corteza-0.6.3/corteza/man/cli_worker_spawn.Rd |only corteza-0.6.3/corteza/man/figures/llamaR.png |only corteza-0.6.3/corteza/man/worker_dispatch.Rd |only corteza-0.6.3/corteza/man/worker_tool_list.Rd |only corteza-0.6.9/corteza/DESCRIPTION | 20 corteza-0.6.9/corteza/MD5 | 276 - corteza-0.6.9/corteza/NAMESPACE | 25 corteza-0.6.9/corteza/NEWS.md | 814 ++++ corteza-0.6.9/corteza/R/agent_context.R | 4 corteza-0.6.9/corteza/R/archival-history-shim.R |only corteza-0.6.9/corteza/R/archival.R |only corteza-0.6.9/corteza/R/banner.R |only corteza-0.6.9/corteza/R/chat-slash.R |only corteza-0.6.9/corteza/R/chat.R | 262 - corteza-0.6.9/corteza/R/chunk.R | 19 corteza-0.6.9/corteza/R/cli-colors.R |only corteza-0.6.9/corteza/R/cli-helpers.R |only corteza-0.6.9/corteza/R/cli-ui.R | 570 ++- corteza-0.6.9/corteza/R/compact-turn.R |only corteza-0.6.9/corteza/R/config.R | 180 corteza-0.6.9/corteza/R/context-budget.R |only corteza-0.6.9/corteza/R/context-engine.R | 66 corteza-0.6.9/corteza/R/context-meter.R |only corteza-0.6.9/corteza/R/context.R | 68 corteza-0.6.9/corteza/R/deny.R |only corteza-0.6.9/corteza/R/diff-render.R |only corteza-0.6.9/corteza/R/dispatch.R | 170 corteza-0.6.9/corteza/R/format-elapsed.R |only corteza-0.6.9/corteza/R/handles.R | 123 corteza-0.6.9/corteza/R/heartbeat.R | 20 corteza-0.6.9/corteza/R/interrupt.R |only corteza-0.6.9/corteza/R/log.R | 36 corteza-0.6.9/corteza/R/matrix.R | 324 + corteza-0.6.9/corteza/R/mcp-handler.R | 105 corteza-0.6.9/corteza/R/mcp-transport.R | 10 corteza-0.6.9/corteza/R/package-tools.R | 24 corteza-0.6.9/corteza/R/permissions.R | 10 corteza-0.6.9/corteza/R/plan-mode.R |only corteza-0.6.9/corteza/R/policy.R | 140 corteza-0.6.9/corteza/R/rate-limit.R | 16 corteza-0.6.9/corteza/R/registry.R | 7 corteza-0.6.9/corteza/R/render-md-ansi.R |only corteza-0.6.9/corteza/R/repl.R |only corteza-0.6.9/corteza/R/retrieval.R | 21 corteza-0.6.9/corteza/R/rstudio-addin.R |only corteza-0.6.9/corteza/R/schema.R | 154 corteza-0.6.9/corteza/R/serve.R | 29 corteza-0.6.9/corteza/R/session.R | 192 - corteza-0.6.9/corteza/R/session_setup.R | 14 corteza-0.6.9/corteza/R/skill.R | 121 corteza-0.6.9/corteza/R/spend.R |only corteza-0.6.9/corteza/R/subagent.R | 1059 ++++- corteza-0.6.9/corteza/R/tasks.R |only corteza-0.6.9/corteza/R/tool-buffer.R |only corteza-0.6.9/corteza/R/tool-impl.R | 288 + corteza-0.6.9/corteza/R/tool-output-cap.R |only corteza-0.6.9/corteza/R/tools.R | 40 corteza-0.6.9/corteza/R/turn.R | 223 - corteza-0.6.9/corteza/R/utils.R | 27 corteza-0.6.9/corteza/R/workspace.R | 38 corteza-0.6.9/corteza/build/partial.rdb |only corteza-0.6.9/corteza/build/vignette.rds |binary corteza-0.6.9/corteza/inst/WORDLIST |only corteza-0.6.9/corteza/inst/bench/README.md | 39 corteza-0.6.9/corteza/inst/bin/corteza | 1873 ++-------- corteza-0.6.9/corteza/inst/doc/configuration.html |only corteza-0.6.9/corteza/inst/doc/configuration.md |only corteza-0.6.9/corteza/inst/doc/package-as-skill.html | 1 corteza-0.6.9/corteza/inst/doc/package-as-skill.md | 2 corteza-0.6.9/corteza/inst/doc/retroactive-extraction.html |only corteza-0.6.9/corteza/inst/doc/retroactive-extraction.md |only corteza-0.6.9/corteza/inst/doc/skills.html |only corteza-0.6.9/corteza/inst/doc/skills.md |only corteza-0.6.9/corteza/inst/rstudio |only corteza-0.6.9/corteza/inst/tinytest/test_agents_visibility.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_config.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_e2e.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_history_shim.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_persist.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_render.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_seed_history.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_summarize.R |only corteza-0.6.9/corteza/inst/tinytest/test_archival_triggers.R |only corteza-0.6.9/corteza/inst/tinytest/test_bang_shell.R |only corteza-0.6.9/corteza/inst/tinytest/test_banner.R |only corteza-0.6.9/corteza/inst/tinytest/test_chat_slash_helpers.R |only corteza-0.6.9/corteza/inst/tinytest/test_chunk.R | 7 corteza-0.6.9/corteza/inst/tinytest/test_cli_helpers.R |only corteza-0.6.9/corteza/inst/tinytest/test_cli_ui.R | 385 +- corteza-0.6.9/corteza/inst/tinytest/test_cli_unified_registry.R |only corteza-0.6.9/corteza/inst/tinytest/test_compact_turn.R |only corteza-0.6.9/corteza/inst/tinytest/test_config.R | 9 corteza-0.6.9/corteza/inst/tinytest/test_context.R | 17 corteza-0.6.9/corteza/inst/tinytest/test_context_budget.R |only corteza-0.6.9/corteza/inst/tinytest/test_context_meter.R |only corteza-0.6.9/corteza/inst/tinytest/test_deny.R |only corteza-0.6.9/corteza/inst/tinytest/test_diff_render.R |only corteza-0.6.9/corteza/inst/tinytest/test_format_elapsed.R |only corteza-0.6.9/corteza/inst/tinytest/test_handles.R | 40 corteza-0.6.9/corteza/inst/tinytest/test_interrupt.R |only corteza-0.6.9/corteza/inst/tinytest/test_mcp_handler.R | 119 corteza-0.6.9/corteza/inst/tinytest/test_observability.R | 61 corteza-0.6.9/corteza/inst/tinytest/test_plan_mode.R |only corteza-0.6.9/corteza/inst/tinytest/test_render_md_ansi.R |only corteza-0.6.9/corteza/inst/tinytest/test_repl.R |only corteza-0.6.9/corteza/inst/tinytest/test_rstudio_addin.R |only corteza-0.6.9/corteza/inst/tinytest/test_session.R | 68 corteza-0.6.9/corteza/inst/tinytest/test_skill_git.R |only corteza-0.6.9/corteza/inst/tinytest/test_spend.R |only corteza-0.6.9/corteza/inst/tinytest/test_subagent_async.R |only corteza-0.6.9/corteza/inst/tinytest/test_subagent_callr.R | 59 corteza-0.6.9/corteza/inst/tinytest/test_subagent_final.R |only corteza-0.6.9/corteza/inst/tinytest/test_subagent_id_resolve.R |only corteza-0.6.9/corteza/inst/tinytest/test_subagent_presets.R |only corteza-0.6.9/corteza/inst/tinytest/test_tasks.R |only corteza-0.6.9/corteza/inst/tinytest/test_tool_buffer.R |only corteza-0.6.9/corteza/inst/tinytest/test_tool_impl.R | 61 corteza-0.6.9/corteza/inst/tinytest/test_tool_output_cap.R |only corteza-0.6.9/corteza/inst/tinytest/test_tools.R | 53 corteza-0.6.9/corteza/inst/tinytest/test_turn.R | 403 ++ corteza-0.6.9/corteza/inst/tinytest/test_worker_dispatch.R | 76 corteza-0.6.9/corteza/man/MODEL_CONTEXT_LIMITS.Rd |only corteza-0.6.9/corteza/man/add_observer.Rd | 13 corteza-0.6.9/corteza/man/compact_find_cut.Rd |only corteza-0.6.9/corteza/man/compact_rewrite_history.Rd |only corteza-0.6.9/corteza/man/compact_summarize_slice.Rd |only corteza-0.6.9/corteza/man/context_limit_for_model.Rd |only corteza-0.6.9/corteza/man/context_usage_pct.Rd |only corteza-0.6.9/corteza/man/corteza-package.Rd | 12 corteza-0.6.9/corteza/man/corteza_execute_in_chat.Rd |only corteza-0.6.9/corteza/man/corteza_execute_in_chat_retain.Rd |only corteza-0.6.9/corteza/man/default_provider_model.Rd |only corteza-0.6.9/corteza/man/ensure_skills.Rd | 6 corteza-0.6.9/corteza/man/estimate_history_tokens.Rd |only corteza-0.6.9/corteza/man/estimate_live_context_tokens.Rd |only corteza-0.6.9/corteza/man/estimate_text_tokens.Rd |only corteza-0.6.9/corteza/man/estimate_tool_tokens.Rd |only corteza-0.6.9/corteza/man/figures/corteza.png |only corteza-0.6.9/corteza/man/format_age.Rd |only corteza-0.6.9/corteza/man/format_live_ctx.Rd |only corteza-0.6.9/corteza/man/format_tokens.Rd |only corteza-0.6.9/corteza/man/matrix_archive_all.Rd | 8 corteza-0.6.9/corteza/man/matrix_configure.Rd | 15 corteza-0.6.9/corteza/man/matrix_poll.Rd | 9 corteza-0.6.9/corteza/man/matrix_request_flush.Rd | 11 corteza-0.6.9/corteza/man/matrix_run.Rd | 7 corteza-0.6.9/corteza/man/matrix_send.Rd | 6 corteza-0.6.9/corteza/man/maybe_compact_turn_session.Rd |only corteza-0.6.9/corteza/man/mcp_tool_executor.Rd | 9 corteza-0.6.9/corteza/man/message_text.Rd |only corteza-0.6.9/corteza/man/new_session.Rd | 9 corteza-0.6.9/corteza/man/observer_progress.Rd | 5 corteza-0.6.9/corteza/man/policy.Rd | 27 corteza-0.6.9/corteza/man/schema_from_registry.Rd | 7 corteza-0.6.9/corteza/man/serve.Rd | 13 corteza-0.6.9/corteza/man/session_setup.Rd | 11 corteza-0.6.9/corteza/man/skill_install.Rd | 20 corteza-0.6.9/corteza/man/skill_list_installed.Rd | 8 corteza-0.6.9/corteza/man/skill_remove.Rd | 15 corteza-0.6.9/corteza/man/skill_test.Rd | 8 corteza-0.6.9/corteza/man/subagent_collect.Rd |only corteza-0.6.9/corteza/man/subagent_compact_threshold.Rd |only corteza-0.6.9/corteza/man/subagent_kill.Rd | 7 corteza-0.6.9/corteza/man/subagent_list.Rd | 8 corteza-0.6.9/corteza/man/subagent_query.Rd | 38 corteza-0.6.9/corteza/man/subagent_seed_history.Rd |only corteza-0.6.9/corteza/man/subagent_spawn.Rd | 41 corteza-0.6.9/corteza/man/subagent_turn_init.Rd | 17 corteza-0.6.9/corteza/man/subagent_turn_prompt.Rd | 18 corteza-0.6.9/corteza/man/subagent_turn_set_id.Rd |only corteza-0.6.9/corteza/man/tool_collect_subagent.Rd |only corteza-0.6.9/corteza/man/tool_exit_plan_mode.Rd |only corteza-0.6.9/corteza/man/tool_query_subagent.Rd | 12 corteza-0.6.9/corteza/man/tool_spawn_subagent.Rd | 8 corteza-0.6.9/corteza/man/tool_task_create.Rd |only corteza-0.6.9/corteza/man/tool_task_update.Rd |only corteza-0.6.9/corteza/man/turn.Rd | 25 corteza-0.6.9/corteza/man/user_deny_condition.Rd |only corteza-0.6.9/corteza/man/user_deny_marker.Rd |only corteza-0.6.9/corteza/man/user_interrupt_marker.Rd |only corteza-0.6.9/corteza/man/worker_init.Rd | 20 corteza-0.6.9/corteza/tests/tinytest.R | 9 corteza-0.6.9/corteza/vignettes/configuration.md |only corteza-0.6.9/corteza/vignettes/package-as-skill.md | 2 corteza-0.6.9/corteza/vignettes/retroactive-extraction.md |only corteza-0.6.9/corteza/vignettes/skills.md |only 193 files changed, 6045 insertions(+), 3147 deletions(-)
Title: Tidy Tools for Actuarial Mathematics and Life Contingencies
Description: Provides tidyverse-aligned tools for actuarial mathematics
and life contingencies, including life tables, survival probabilities,
actuarial present values of cash flows, life annuities, life insurance,
premiums, reserves, multiple-life calculations, Monte Carlo simulation,
and deterministic cash-flow diagrams. The package emphasizes clear
actuarial notation, reproducible workflows, and pipe-friendly tools for
actuarial education and applied actuarial analysis.
Author: Julian Fajardo [aut, cre]
Maintainer: Julian Fajardo <julian.fajardo1908@gmail.com>
Diff between tidyactuarial versions 0.1.2 dated 2026-05-17 and 0.1.3 dated 2026-05-28
tidyactuarial-0.1.2/tidyactuarial/R/Da_angle.R |only tidyactuarial-0.1.2/tidyactuarial/R/Ia_angle.R |only tidyactuarial-0.1.2/tidyactuarial/R/Var_annuity_x.R |only tidyactuarial-0.1.2/tidyactuarial/R/Var_insurance_x.R |only tidyactuarial-0.1.2/tidyactuarial/R/arithmetic_annuity_av_tbl.R |only tidyactuarial-0.1.2/tidyactuarial/R/arithmetic_annuity_pv_tbl.R |only tidyactuarial-0.1.2/tidyactuarial/R/forward_rate_tbl.R |only tidyactuarial-0.1.2/tidyactuarial/R/ga_angle_n.R |only tidyactuarial-0.1.2/tidyactuarial/R/gs_angle_n.R |only tidyactuarial-0.1.2/tidyactuarial/R/portfolio_convexity_tbl.R |only tidyactuarial-0.1.2/tidyactuarial/R/portfolio_duration_tbl.R |only tidyactuarial-0.1.2/tidyactuarial/man/Da_angle.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/Da_angle_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/Ia_angle.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/Var_annuity_x.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/Var_insurance_x.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/a_angle_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/arithmetic_annuity_av_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/arithmetic_annuity_pv_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/bond_book_value_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/bond_callable_price_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/discount_factor_spot_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/forward_rate_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/future_value_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/ga_angle.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/ga_angle_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/gs_angle.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/gs_angle_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/portfolio_convexity_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/portfolio_duration_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/present_value_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/s_angle_tbl.Rd |only tidyactuarial-0.1.2/tidyactuarial/man/yield_curve_tbl.Rd |only tidyactuarial-0.1.3/tidyactuarial/DESCRIPTION | 27 tidyactuarial-0.1.3/tidyactuarial/MD5 | 191 +- tidyactuarial-0.1.3/tidyactuarial/NAMESPACE | 41 tidyactuarial-0.1.3/tidyactuarial/NEWS.md | 45 tidyactuarial-0.1.3/tidyactuarial/R/a_angle.R | 414 ++--- tidyactuarial-0.1.3/tidyactuarial/R/annuity_arith.R |only tidyactuarial-0.1.3/tidyactuarial/R/annuity_geom.R |only tidyactuarial-0.1.3/tidyactuarial/R/annuity_x.R | 670 +++++++-- tidyactuarial-0.1.3/tidyactuarial/R/annuity_xy.R | 457 +++--- tidyactuarial-0.1.3/tidyactuarial/R/bond_book_value.R | 296 +--- tidyactuarial-0.1.3/tidyactuarial/R/bond_callable_price.R | 256 +-- tidyactuarial-0.1.3/tidyactuarial/R/data-soa08lt.R |only tidyactuarial-0.1.3/tidyactuarial/R/discount_factor_spot.R | 219 +-- tidyactuarial-0.1.3/tidyactuarial/R/forward_rate.R |only tidyactuarial-0.1.3/tidyactuarial/R/future_value.R | 296 +--- tidyactuarial-0.1.3/tidyactuarial/R/insurance_variable_k.R | 4 tidyactuarial-0.1.3/tidyactuarial/R/insurance_x.R | 537 +++++-- tidyactuarial-0.1.3/tidyactuarial/R/insurance_xy.R | 481 ++++-- tidyactuarial-0.1.3/tidyactuarial/R/life_contract.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc-utils.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc_annuity.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc_insurance.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc_loss.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc_multilife_status.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc_premium.R |only tidyactuarial-0.1.3/tidyactuarial/R/mc_reserve.R |only tidyactuarial-0.1.3/tidyactuarial/R/plot_cash_flow.R | 529 +++++-- tidyactuarial-0.1.3/tidyactuarial/R/portfolio_convexity.R |only tidyactuarial-0.1.3/tidyactuarial/R/portfolio_duration.R |only tidyactuarial-0.1.3/tidyactuarial/R/premium_gross.R | 241 +-- tidyactuarial-0.1.3/tidyactuarial/R/premium_x.R | 582 +++++--- tidyactuarial-0.1.3/tidyactuarial/R/premium_xy.R | 664 +++++---- tidyactuarial-0.1.3/tidyactuarial/R/present_value.R | 300 +--- tidyactuarial-0.1.3/tidyactuarial/R/reserve_x.R | 661 +++++---- tidyactuarial-0.1.3/tidyactuarial/R/reserve_xy.R | 716 ++++++---- tidyactuarial-0.1.3/tidyactuarial/R/s_angle.R | 362 +---- tidyactuarial-0.1.3/tidyactuarial/R/simulate_life_mc.R |only tidyactuarial-0.1.3/tidyactuarial/R/simulate_lifetime.R |only tidyactuarial-0.1.3/tidyactuarial/R/simulate_lifetimes.R |only tidyactuarial-0.1.3/tidyactuarial/R/summary_mc.R |only tidyactuarial-0.1.3/tidyactuarial/R/yield_curve.R | 45 tidyactuarial-0.1.3/tidyactuarial/README.md | 20 tidyactuarial-0.1.3/tidyactuarial/data/soa08lt.rda |only tidyactuarial-0.1.3/tidyactuarial/man/a_angle.Rd | 119 - tidyactuarial-0.1.3/tidyactuarial/man/annuity_arith.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/annuity_geom.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/annuity_x.Rd | 176 +- tidyactuarial-0.1.3/tidyactuarial/man/annuity_xy.Rd | 171 -- tidyactuarial-0.1.3/tidyactuarial/man/bond_book_value.Rd | 84 - tidyactuarial-0.1.3/tidyactuarial/man/bond_callable_price.Rd | 84 - tidyactuarial-0.1.3/tidyactuarial/man/bond_convexity.Rd | 6 tidyactuarial-0.1.3/tidyactuarial/man/bond_duration.Rd | 6 tidyactuarial-0.1.3/tidyactuarial/man/bond_price.Rd | 6 tidyactuarial-0.1.3/tidyactuarial/man/bond_ytm.Rd | 6 tidyactuarial-0.1.3/tidyactuarial/man/discount_factor_spot.Rd | 52 tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_annuity_payment_times_annual.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_annuity_payment_times_fractional.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_assert_character_scalar.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_assert_column.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_assert_numeric_column.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_assert_numeric_scalar.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_assert_positive_integer.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_discount_factor.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_effective_rate.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_multilife_status_rank.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_payment_times.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_quantile_names.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/dot-mc_reserve_benefit_info.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/forward_rate.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/future_value.Rd | 107 - tidyactuarial-0.1.3/tidyactuarial/man/fv_flow.Rd | 2 tidyactuarial-0.1.3/tidyactuarial/man/insurance_variable_k.Rd | 4 tidyactuarial-0.1.3/tidyactuarial/man/insurance_x.Rd | 193 +- tidyactuarial-0.1.3/tidyactuarial/man/insurance_xy.Rd | 168 +- tidyactuarial-0.1.3/tidyactuarial/man/interest_equivalents.Rd | 5 tidyactuarial-0.1.3/tidyactuarial/man/irr_flow.Rd | 2 tidyactuarial-0.1.3/tidyactuarial/man/irr_flow_multi.Rd | 2 tidyactuarial-0.1.3/tidyactuarial/man/life_contract.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/mc_annuity.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/mc_insurance.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/mc_loss.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/mc_multilife_status.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/mc_premium.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/mc_reserve.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/plot_cash_flow.Rd | 125 + tidyactuarial-0.1.3/tidyactuarial/man/portfolio_convexity.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/portfolio_duration.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/premium_gross.Rd | 158 +- tidyactuarial-0.1.3/tidyactuarial/man/premium_x.Rd | 243 +-- tidyactuarial-0.1.3/tidyactuarial/man/premium_xy.Rd | 214 +- tidyactuarial-0.1.3/tidyactuarial/man/present_value.Rd | 108 - tidyactuarial-0.1.3/tidyactuarial/man/pv_flow.Rd | 4 tidyactuarial-0.1.3/tidyactuarial/man/reserve_x.Rd | 189 +- tidyactuarial-0.1.3/tidyactuarial/man/reserve_xy.Rd | 201 +- tidyactuarial-0.1.3/tidyactuarial/man/s_angle.Rd | 115 - tidyactuarial-0.1.3/tidyactuarial/man/simulate_annuity_x.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/simulate_insurance_x.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/simulate_lifetime.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/simulate_lifetimes.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/soa08lt.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/standardize_interest.Rd | 5 tidyactuarial-0.1.3/tidyactuarial/man/summary_mc.Rd |only tidyactuarial-0.1.3/tidyactuarial/man/yield_curve.Rd |only tidyactuarial-0.1.3/tidyactuarial/tests/testthat.R | 16 tidyactuarial-0.1.3/tidyactuarial/tests/testthat/test-smoke.R | 15 tidyactuarial-0.1.3/tidyactuarial/tests/testthat/test-soa08lt.R |only 139 files changed, 6098 insertions(+), 4542 deletions(-)
Title: Simulate Agricultural Production and Evolution of Pesticide
Resistance
Description: Simulates individual-based models of agricultural pest management
and the evolution of pesticide resistance. Management occurs on a spatially
explicit landscape that is divided into an arbitrary number of farms that
can grow one of up to 10 crops and apply one of up to 10 pesticides. Pest
genomes are modelled in a way that allows for any number of pest traits with
an arbitrary covariance structure that is constructed using an evolutionary
algorithm in the mine_gmatrix() function. Simulations are then run using the
run_farm_sim() function. This package thereby allows for highly mechanistic
social-ecological models of the evolution of pesticide resistance under
different types of crop rotation and pesticide application regimes.
Author: A. Bradley Duthie [aut, cre] ,
Rose McKeon [aut, ctr],
Rosie Mangan [ctr],
Luc Bussiére [ctr],
Matthew Tinsley [ctr]
Maintainer: A. Bradley Duthie <brad.duthie@gmail.com>
Diff between resevol versions 0.4.0.2 dated 2025-05-01 and 0.4.0.4 dated 2026-05-28
DESCRIPTION | 6 +-- MD5 | 14 ++++---- R/landscape.R | 4 +- inst/doc/advanced_techniques.html | 6 +-- inst/doc/evolutionary_algorithm.html | 55 ++++++++++++++++++----------------- inst/doc/pesticide_thresholds.html | 4 +- inst/doc/resevol.html | 2 - inst/refs.bib | 12 +++++++ 8 files changed, 59 insertions(+), 44 deletions(-)
Title: Crystallographic Information File (CIF) Data Processing Tools
Description: Provides a suite of functions to parse Crystallographic Information
Files (.cif), extracting essential data such as chemical formulas, unit cell
parameters, atomic coordinates, and symmetry operations. It also includes
tools to calculate interatomic distances, identify bonded pairs using various
algorithms (minimum_distance, brunner_nn_reciprocal, econ_nn, crystal_nn), determine nearest
neighbor counts, and calculate bond angles. The package is designed to
facilitate the preparation of crystallographic data for further analysis,
including machine learning applications in materials science.
Methods are described in:
Brunner (1977) <doi:10.1107/S0567739477000461>;
Hoppe (1979) <doi:10.1524/zkri.1979.150.14.23>;
O'Keeffe (1979) <doi:10.1107/S0567739479001765>;
Shannon (1976) <doi:10.1107/S0567739476001551>;
Pan et al. (2021) <doi:10.1021/acs.inorgchem.0c02996>;
Pauling (1960, ISBN:978-0801403330).
Author: Don Ngo [aut, cre] ,
Anirudh Prabhu [aut] ,
Julia-Maria Hubner [aut]
Maintainer: Don Ngo <dngo@carnegiescience.edu>
Diff between crystract versions 1.0.0 dated 2026-03-20 and 1.0.1 dated 2026-05-28
DESCRIPTION | 6 MD5 | 41 +- NEWS.md | 6 R/calculate_properties.R | 2 R/extract_cif_data.R | 101 +++--- R/predict_bonds.R | 4 R/process_cif_files.R | 11 README.md | 55 ++- build/partial.rdb |binary build/vignette.rds |binary inst/doc/crystract.R | 47 +- inst/doc/crystract.Rmd | 107 +++--- inst/doc/crystract.html | 663 ++++++++++++++++++++-------------------- inst/extdata/2405219.cif |only man/aggregate_batch_results.Rd | 2 man/analyze_cif_files.Rd | 2 man/analyze_single_cif.Rd | 2 man/crystal_nn.Rd | 2 man/export_analysis_to_csv.Rd | 2 man/filter_by_wyckoff_symbol.Rd | 2 man/voronoi_nn.Rd | 2 vignettes/crystract.Rmd | 107 +++--- 22 files changed, 641 insertions(+), 523 deletions(-)
Title: Consensus Seriation for Binary Data
Description: Determining consensus seriations for binary incidence matrices, using a two-step process of Procrustes-fit correspondence analysis for heuristic selection of partial seriations and iterative regression to establish a single consensus. Contains the Lakhesis Calculator, a graphical platform for identifying seriated sequences. Collins-Elliott (2026) "Lakhesis: Consensus Seriation via Iterative Regression of Partial Rankings for Binary Data" <doi:10.1080/02664763.2026.2672564>.
Author: Stephen A. Collins-Elliott [aut, cre]
Maintainer: Stephen A. Collins-Elliott <sce@utk.edu>
Diff between lakhesis versions 1.1 dated 2026-04-25 and 1.1.2 dated 2026-05-28
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- README.md | 9 +++++++++ build/partial.rdb |binary inst/CITATION | 6 ++++-- 5 files changed, 21 insertions(+), 10 deletions(-)
Title: Native and Extensible R Driver for 'Zarr'
Description: The 'Zarr' specification is widely used to build libraries for the storage and retrieval of n-dimensional array data from data stores ranging from local file systems to the cloud. This package is a native 'Zarr' implementation in R with support for all required features of 'Zarr' version 3. It is designed to be extensible such that new stores, codecs and extensions can be added easily.
Author: Patrick Van Laake [aut, cre, cph]
Maintainer: Patrick Van Laake <patrick@vanlaake.net>
Diff between zarr versions 0.3.0 dated 2026-04-18 and 0.4.0 dated 2026-05-28
DESCRIPTION | 16 +- MD5 | 76 ++++++--- NAMESPACE | 4 NEWS.md | 14 + R/RcppExports.R |only R/api.R | 15 + R/array.R | 24 ++- R/array_builder.R | 140 ++++++++++++----- R/chunking.R |only R/chunking_regular.R | 231 ++++++++++++++--------------- R/codec.R | 270 ++++++++++++++++++++++++++++++---- R/convention_ref.R | 133 ++++++---------- R/data_types.R | 56 +++---- R/node.R | 29 +++ R/sharding.R |only R/store.R | 40 +++-- R/store_http.R | 63 ++++++- R/store_local.R | 8 - R/uri.R | 74 +++++++++ R/utils.R | 46 +++++ R/zarr.R | 7 R/zzz.R | 1 README.md | 2 man/as_zarr.Rd | 6 man/chunk_grid_regular.Rd | 41 +---- man/chunk_grid_sharded.Rd |only man/chunk_grid_sharded_IO.Rd |only man/chunking.Rd |only man/fill_array_impl.Rd |only man/str.chunk_grid_sharded.Rd |only man/zarr.Rd | 7 man/zarr_array.Rd | 9 - man/zarr_codec_blosc.Rd | 2 man/zarr_codec_bytes.Rd | 9 - man/zarr_codec_sharding.Rd |only man/zarr_codec_ucs4.Rd |only man/zarr_codec_vlenutf8.Rd |only man/zarr_conv_ref.Rd | 49 +++--- man/zarr_conventions.Rd |only man/zarr_data_type.Rd | 2 man/zarr_httpstore.Rd | 9 + src |only tests/testthat/helper-string-arrays.R |only tests/testthat/setup.R |only tests/testthat/test-parallel.R |only tests/testthat/test-sharding.R |only tests/testthat/test-strings.R |only tests/testthat/testdata.zip |only 48 files changed, 941 insertions(+), 442 deletions(-)
Title: Bayesian Adaptive Trial Simulator Software (BATSS) for
Generalised Linear Models
Description: Defines operating characteristics of Bayesian Adaptive Trials considering a generalised linear model response via Monte Carlo simulations of Bayesian GLM fitted via integrated Laplace approximations (INLA).
Author: Dominique-Laurent Couturier [aut, cre] ,
Liz Ryan [aut] ,
Rainer Puhr [aut],
Thomas Jaki [aut] ,
Stephane Heritier [aut]
Maintainer: Dominique-Laurent Couturier <dominique.couturier@mrc-bsu.cam.ac.uk>
Diff between BATSS versions 1.1.1 dated 2025-10-02 and 1.2.0 dated 2026-05-28
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- R/glm.R | 27 ++++++++++++++++++--------- R/glm_combine.R | 4 ++-- R/glm_internal.R | 48 ++++++++++++++++++++++++++++++------------------ R/plot.batss.R | 12 ++++++------ R/summary.batss.R | 10 +++++----- man/batss.glm.Rd | 2 +- 8 files changed, 72 insertions(+), 51 deletions(-)
Title: Sparse Arrays and Multivariate Polynomials
Description: Sparse arrays interpreted as multivariate polynomials.
Uses 'disordR' discipline (Hankin, 2022,
<doi:10.48550/ARXIV.2210.03856>). To cite the package in
publications please use Hankin (2022) <doi:10.48550/ARXIV.2210.10848>.
Author: Robin K. S. Hankin [aut, cre]
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
Diff between spray versions 1.0-27 dated 2025-01-29 and 1.1-1 dated 2026-05-28
spray-1.0-27/spray/src/spray_init.c |only spray-1.1-1/spray/DESCRIPTION | 12 - spray-1.1-1/spray/MD5 | 57 ++-- spray-1.1-1/spray/NAMESPACE | 2 spray-1.1-1/spray/NEWS.md | 7 spray-1.1-1/spray/R/RcppExports.R | 34 +- spray-1.1-1/spray/R/spray.R | 324 +++++++++++++++++----------- spray-1.1-1/spray/R/spray_ops.R | 10 spray-1.1-1/spray/README.md | 2 spray-1.1-1/spray/build/vignette.rds |binary spray-1.1-1/spray/inst/doc/spray.R | 22 - spray-1.1-1/spray/inst/doc/spray.Rnw | 22 + spray-1.1-1/spray/inst/doc/spray.pdf |binary spray-1.1-1/spray/man/asum.Rd | 10 spray-1.1-1/spray/man/constant.Rd | 8 spray-1.1-1/spray/man/deriv.Rd | 6 spray-1.1-1/spray/man/ooom.Rd | 6 spray-1.1-1/spray/man/pmax.Rd | 46 +-- spray-1.1-1/spray/man/rspray.Rd | 4 spray-1.1-1/spray/man/spray-class.Rd | 12 - spray-1.1-1/spray/man/spray_cpp.Rd | 24 -- spray-1.1-1/spray/man/spraycross.Rd | 14 - spray-1.1-1/spray/man/subs.Rd | 6 spray-1.1-1/spray/man/zap.Rd | 6 spray-1.1-1/spray/man/zero.Rd | 4 spray-1.1-1/spray/src/RcppExports.cpp | 85 ++++--- spray-1.1-1/spray/src/spray_ops.cpp | 312 ++++---------------------- spray-1.1-1/spray/src/spray_ops.h |only spray-1.1-1/spray/tests/testthat/test_aad.R |only spray-1.1-1/spray/vignettes/spray.Rnw | 22 + spray-1.1-1/spray/vignettes/spray.bib | 2 31 files changed, 481 insertions(+), 578 deletions(-)
Title: Interface to the 'Pharmpy' 'Pharmacometrics' Library
Description: Interface to the 'Pharmpy' 'pharmacometrics' library. The 'Reticulate' package is used to interface Python from R.
Author: Rikard Nordgren [aut, cre, cph],
Stella Belin [aut, cph],
Mats O. Karlsson [sad],
Andrew C. Hooker [sad],
Xiaomei Chen [sad],
Sebastian Ueckert [sad] ,
Simon Buatois [rev],
Joao A. Abrantes [rev],
Emilie Schindler [rev],
F. Hoffmann-La Roche Ltd. [fn [...truncated...]
Maintainer: Rikard Nordgren <rikard.nordgren@uu.se>
Diff between pharmr versions 2.1.0 dated 2026-05-11 and 2.1.1 dated 2026-05-28
DESCRIPTION | 12 ++++++------ MD5 | 16 ++++++++-------- NAMESPACE | 3 ++- R/functions_wrapper.R | 4 ++-- R/install.R | 2 +- R/printing.R | 18 ++++++++++++------ R/zzz.R | 1 - README.md | 8 -------- man/run_iivsearch.Rd | 4 ++-- 9 files changed, 33 insertions(+), 35 deletions(-)
Title: Nested Dichotomy Logistic Regression Models
Description: Provides functions for specifying and fitting nested
dichotomy logistic regression models for a multi-category response and
methods for summarising and plotting those models. Nested dichotomies are
statistically independent, and hence provide an additive decomposition
of tests for the overall 'polytomous' response. When the dichotomies
make sense substantively, this method can be a simpler alternative to
the standard 'multinomial' logistic model which compares response
categories to a reference level. See: J. Fox (2016), "Applied
Regression Analysis and Generalized Linear Models", 3rd Ed., ISBN
1452205663.
Author: John Fox [aut] ,
Michael Friendly [aut, cre] ,
Achim Zeileis [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>
Diff between nestedLogit versions 0.4.0 dated 2026-03-06 and 0.4.2 dated 2026-05-28
DESCRIPTION | 18 MD5 | 85 +- NAMESPACE | 16 NEWS.md | 15 R/RSQ.R |only R/equatiomatic.R |only R/nested.R | 3 R/nestedHypotheses.R | 393 ++++++------ R/nestedMethods.R | 609 +++++++++--------- R/predict.nestedLogit.R | 3 build/partial.rdb |only build/vignette.rds |binary inst/WORDLIST | 29 inst/doc/ggeffects.html | 18 inst/doc/latex-equations.R |only inst/doc/latex-equations.Rmd |only inst/doc/latex-equations.html |only inst/doc/nestedLogit.R | 3 inst/doc/nestedLogit.Rmd | 32 inst/doc/nestedLogit.html | 683 +++++++++++---------- inst/doc/other-examples.R | 6 inst/doc/other-examples.Rmd | 32 inst/doc/other-examples.html | 1359 ++++++++++++++++++++++-------------------- inst/doc/plotting-ggplot.html | 29 man/RSQ.Rd |only man/extract_eq.nestedLogit.Rd |only man/partials/methods.Rmd | 1 vignettes/fig |only vignettes/latex-equations.Rmd |only vignettes/nestedLogit.Rmd | 32 vignettes/other-examples.Rmd | 32 vignettes/references.bib | 102 ++- 32 files changed, 1985 insertions(+), 1515 deletions(-)
Title: Wait for a Key Press in a Terminal
Description: Wait for a single key press at the 'R' prompt. This works in
terminals, but does not currently work in the 'Windows' 'GUI', the
'macOS' 'GUI' ('R.app'), in 'Emacs' 'ESS', in an 'Emacs' shell buffer
or in 'R Studio'. In these cases 'keypress' stops with an error
message.
Author: Gabor Csardi [aut, cre, cph] ,
Jon Griffiths [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
Diff between keypress versions 1.3.1 dated 2023-12-10 and 1.3.2 dated 2026-05-28
DESCRIPTION | 36 +++++++++++++++++++++++------------- MD5 | 30 ++++++++++++++++++------------ NEWS.md | 4 ++++ R/keypress.R | 22 +++++++++++++--------- R/rstudio-detect.R | 40 +++++++++++++++++++++++----------------- R/utils.R |only README.md | 11 +++++------ inst/include/keypress.h | 4 ++-- man/keypress.Rd | 4 ++-- man/without_echo.Rd | 2 +- src/init.c | 2 ++ src/keypress-internal.h | 3 +++ src/keypress-unix.c | 30 ++++++++++++++++++++++++++++++ src/keypress-win.c | 11 +++++++++++ tests |only 15 files changed, 137 insertions(+), 62 deletions(-)
Title: Hidden Markov Models for Multivariate Panel Data
Description: Estimates hidden Markov models from the family of Cholesky-decomposed Gaussian hidden Markov models (CDGHMM) under various missingness schemes. This family improves upon estimation of traditional Gaussian HMMs by introducing parsimony, as well as, controlling for dropped out observations and non-random missingness. See Neal, Sochaniwsky and McNicholas (2024) <DOI:10.1007/s11222-024-10462-0>.
Author: Mackenzie R. Neal [aut, cre] ,
Alexa A. Sochaniwsky [aut],
Paul D. McNicholas [aut]
Maintainer: Mackenzie R. Neal <nealm6@mcmaster.ca>
Diff between CDGHMM versions 0.1.3 dated 2026-05-27 and 0.1.4 dated 2026-05-28
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- R/Support_functions.R | 37 ++++++++++++++----------------------- R/cdghmm.R | 4 ++-- man/cdghmm.Rd | 4 ++-- 5 files changed, 26 insertions(+), 35 deletions(-)
Title: An Interface to the 'AutoDesk' 'API' Platform
Description: An interface to the 'AutoDesk' Platform Services ('APS') 'API' including
the Authentication 'API' for obtaining 'OAuth2' tokens with expiry tracking, Data
Management 'API' for managing buckets and objects across the platform's cloud
services, Design Automation 'API' for running automated tasks on design files in
the cloud, Model Derivative 'API' for translating design files into 'SVF', 'SVF2',
'OBJ', and 'STL' formats and extracting model data, Reality Capture 'API' for
generating 3D models from photogrammetry image sets, and Viewer for rendering 2D
and 3D models in 'Shiny' applications.
Author: Paul Govan [aut, cre, cph]
Maintainer: Paul Govan <paul.govan2@gmail.com>
Diff between AutoDeskR versions 0.1.5 dated 2024-09-10 and 0.5.0 dated 2026-05-28
AutoDeskR-0.1.5/AutoDeskR/build |only AutoDeskR-0.1.5/AutoDeskR/inst/doc |only AutoDeskR-0.1.5/AutoDeskR/vignettes |only AutoDeskR-0.5.0/AutoDeskR/DESCRIPTION | 40 - AutoDeskR-0.5.0/AutoDeskR/MD5 | 112 ++- AutoDeskR-0.5.0/AutoDeskR/NAMESPACE | 50 + AutoDeskR-0.5.0/AutoDeskR/NEWS.md | 111 +++ AutoDeskR-0.5.0/AutoDeskR/R/authentication.R | 55 - AutoDeskR-0.5.0/AutoDeskR/R/dataManagement.R | 306 ++++++++-- AutoDeskR-0.5.0/AutoDeskR/R/designAutomation.R | 149 +--- AutoDeskR-0.5.0/AutoDeskR/R/mcp.R |only AutoDeskR-0.5.0/AutoDeskR/R/modelDerivative.R | 362 +++++++----- AutoDeskR-0.5.0/AutoDeskR/R/print.R |only AutoDeskR-0.5.0/AutoDeskR/R/realityCapture.R |only AutoDeskR-0.5.0/AutoDeskR/R/utils.R |only AutoDeskR-0.5.0/AutoDeskR/R/viewer.R | 10 AutoDeskR-0.5.0/AutoDeskR/README.md | 93 ++- AutoDeskR-0.5.0/AutoDeskR/inst/CITATION | 6 AutoDeskR-0.5.0/AutoDeskR/inst/images/make_stickers.R |only AutoDeskR-0.5.0/AutoDeskR/inst/images/sticker1_cube.png |only AutoDeskR-0.5.0/AutoDeskR/inst/images/sticker2_building.png |only AutoDeskR-0.5.0/AutoDeskR/inst/images/sticker3_network.png |only AutoDeskR-0.5.0/AutoDeskR/inst/mcp-server.R |only AutoDeskR-0.5.0/AutoDeskR/inst/viewer3D/headless.html | 85 +- AutoDeskR-0.5.0/AutoDeskR/inst/viewer3D/template.html | 30 AutoDeskR-0.5.0/AutoDeskR/inst/viewer3D/vr.html | 53 - AutoDeskR-0.5.0/AutoDeskR/man/aps_error.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/as_tibble.listBuckets.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/as_tibble.listObjects.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/autodeskr_mcp_tools.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/checkBucket.Rd | 2 AutoDeskR-0.5.0/AutoDeskR/man/checkFile.Rd | 4 AutoDeskR-0.5.0/AutoDeskR/man/checkPdf.Rd | 33 - AutoDeskR-0.5.0/AutoDeskR/man/checkPhotoscene.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/createPhotoscene.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/deleteBucket.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/deleteObject.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/downloadFile.Rd | 24 AutoDeskR-0.5.0/AutoDeskR/man/figures |only AutoDeskR-0.5.0/AutoDeskR/man/getData.Rd | 6 AutoDeskR-0.5.0/AutoDeskR/man/getMetadata.Rd | 4 AutoDeskR-0.5.0/AutoDeskR/man/getObjectTree.Rd | 8 AutoDeskR-0.5.0/AutoDeskR/man/getOutputUrn.Rd | 6 AutoDeskR-0.5.0/AutoDeskR/man/getToken.Rd | 19 AutoDeskR-0.5.0/AutoDeskR/man/is_expired.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/listBuckets.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/listObjects.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/makeBucket.Rd | 5 AutoDeskR-0.5.0/AutoDeskR/man/makePdf.Rd | 18 AutoDeskR-0.5.0/AutoDeskR/man/processPhotoscene.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/translateObj.Rd | 8 AutoDeskR-0.5.0/AutoDeskR/man/translateStl.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/translateSvf.Rd | 4 AutoDeskR-0.5.0/AutoDeskR/man/translateSvf2.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/uploadFile.Rd | 5 AutoDeskR-0.5.0/AutoDeskR/man/uploadFileSigned.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/uploadImages.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/waitForFile.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/waitForPhotoscene.Rd |only AutoDeskR-0.5.0/AutoDeskR/man/waitForWorkItem.Rd |only AutoDeskR-0.5.0/AutoDeskR/tests |only 61 files changed, 1046 insertions(+), 562 deletions(-)
Title: Native Raster Image Tools
Description: Native rasters are a core R image format which use a compact
color representation. This color representation closely aligns with
graphics device internals meaning that these images can be rendered quickly.
This package provides functions to quickly create, manipulate and composite native
rasters.
Author: Mike Cheng [aut, cre, cph],
Julien Vernay [ctb]
Maintainer: Mike Cheng <mikefc@coolbutuseless.com>
Diff between nara versions 1.0.1 dated 2026-05-27 and 1.0.2 dated 2026-05-28
DESCRIPTION | 8 ++--- MD5 | 70 ++++++++++++++++++++++---------------------- NEWS.md | 6 +++ build/vignette.rds |binary inst/doc/blitting.html | 12 +++---- inst/doc/conversion.html | 14 ++++---- inst/doc/masks.html | 4 +- inst/doc/triangles.html | 8 ++--- inst/include/private/nara.h | 9 +++-- man/magick_to_nr.Rd | 16 +++------- man/matrix_to_nr.Rd | 10 +++--- man/nara-package.Rd | 5 +++ man/nr_blit.Rd | 4 +- man/nr_blit_multi.Rd | 4 +- man/nr_circle.Rd | 10 +++--- man/nr_color_replace.Rd | 8 ++--- man/nr_copy.Rd | 4 +- man/nr_desaturate.Rd | 8 ++--- man/nr_dither.Rd | 8 ++--- man/nr_fliph.Rd | 8 ++--- man/nr_flipv.Rd | 8 ++--- man/nr_new.Rd | 4 +- man/nr_polygon.Rd | 10 +++--- man/nr_polyline.Rd | 10 +++--- man/nr_rect.Rd | 10 +++--- man/nr_resize.Rd | 4 +- man/nr_rotate.Rd | 8 ++--- man/nr_scale.Rd | 4 +- man/nr_threshold.Rd | 8 ++--- man/nr_to_raster.Rd | 10 +++--- man/nr_transpose.Rd | 8 ++--- man/nr_tri_mesh.Rd | 10 +++--- man/nrs_to_gif.Rd | 10 +++--- man/nrs_to_mp4.Rd | 10 +++--- src/init-decls.h | 2 - src/init.c | 4 +- 36 files changed, 170 insertions(+), 166 deletions(-)
Title: API Wrapper for 'Ipeadata'
Description: Provides direct access to the macroeconomic, financial,
and regional database maintained by the Institute for
Applied Economic Research (Ipea) via the Ipeadata API.
For more information, see <https://www.ipeadata.gov.br/>.
Author: Luiz Eduardo Gomes [aut, cre] ,
Daniel Herszenhut [ctb] ,
Instituto de Pesquisa Economica Aplicada [cph, fnd]
Maintainer: Luiz Eduardo Gomes <luiz.gomes@ipea.gov.br>
Diff between ipeadatar versions 0.1.6 dated 2022-02-03 and 0.2.0 dated 2026-05-28
ipeadatar-0.1.6/ipeadatar/R/ipeadata_pkg.R |only ipeadatar-0.1.6/ipeadatar/inst/doc/intro-ipeadatar.R |only ipeadatar-0.1.6/ipeadatar/inst/doc/intro-ipeadatar.Rmd |only ipeadatar-0.1.6/ipeadatar/inst/doc/intro-ipeadatar.html |only ipeadatar-0.1.6/ipeadatar/man/available_countries.Rd |only ipeadatar-0.1.6/ipeadatar/tests/testthat/test-skip_ipeadata.R |only ipeadatar-0.1.6/ipeadatar/tests/testthat/test-skip_metadata.R |only ipeadatar-0.1.6/ipeadatar/vignettes/intro-ipeadatar.Rmd |only ipeadatar-0.2.0/ipeadatar/DESCRIPTION | 67 ++++--- ipeadatar-0.2.0/ipeadatar/LICENSE | 4 ipeadatar-0.2.0/ipeadatar/MD5 | 55 ++++-- ipeadatar-0.2.0/ipeadatar/NAMESPACE | 5 ipeadatar-0.2.0/ipeadatar/NEWS.md |only ipeadatar-0.2.0/ipeadatar/R/available_series.R |only ipeadatar-0.2.0/ipeadatar/R/available_subjects.R |only ipeadatar-0.2.0/ipeadatar/R/available_territories.R |only ipeadatar-0.2.0/ipeadatar/R/ipeadata.R |only ipeadatar-0.2.0/ipeadatar/R/ipeadatar-package.R |only ipeadatar-0.2.0/ipeadatar/R/metadata.R |only ipeadatar-0.2.0/ipeadatar/R/search_series.R |only ipeadatar-0.2.0/ipeadatar/R/sysdata.rda |only ipeadatar-0.2.0/ipeadatar/build/vignette.rds |binary ipeadatar-0.2.0/ipeadatar/inst/WORDLIST |only ipeadatar-0.2.0/ipeadatar/inst/doc/ipeadatar.R |only ipeadatar-0.2.0/ipeadatar/inst/doc/ipeadatar.Rmd |only ipeadatar-0.2.0/ipeadatar/inst/doc/ipeadatar.html |only ipeadatar-0.2.0/ipeadatar/man/available_series.Rd | 21 +- ipeadatar-0.2.0/ipeadatar/man/available_subjects.Rd | 17 + ipeadatar-0.2.0/ipeadatar/man/available_territories.Rd | 43 ++-- ipeadatar-0.2.0/ipeadatar/man/figures |only ipeadatar-0.2.0/ipeadatar/man/ipeadata.Rd | 86 +++++---- ipeadatar-0.2.0/ipeadatar/man/ipeadatar-package.Rd |only ipeadatar-0.2.0/ipeadatar/man/metadata.Rd | 89 +++++----- ipeadatar-0.2.0/ipeadatar/man/search_series.Rd | 63 +++---- ipeadatar-0.2.0/ipeadatar/tests/spelling.R |only ipeadatar-0.2.0/ipeadatar/tests/testthat.R | 8 ipeadatar-0.2.0/ipeadatar/tests/testthat/test-available_series.R |only ipeadatar-0.2.0/ipeadatar/tests/testthat/test-available_subjects.R |only ipeadatar-0.2.0/ipeadatar/tests/testthat/test-available_territories.R |only ipeadatar-0.2.0/ipeadatar/tests/testthat/test-ipeadata.R |only ipeadatar-0.2.0/ipeadatar/tests/testthat/test-metadata.R |only ipeadatar-0.2.0/ipeadatar/tests/testthat/test-search_series.R |only ipeadatar-0.2.0/ipeadatar/vignettes/ipeadatar.Rmd |only 43 files changed, 254 insertions(+), 204 deletions(-)
Title: Identification and Classification of the Most Influential Nodes
Description: Provides functions for the identification, classification, and
ranking of influential nodes and candidate features from network and omics
data. The package implements the Integrated Value of Influence (IVI) for
integrative network centrality analysis, the SIR-based Influence Ranking
(SIRIR) model for unsupervised influence ranking, and the Experimental
data-based Integrative Ranking (ExIR) model for prioritizing candidate
driver, biomarker, and mediator features from experimental omics data.
Functions are provided for network reconstruction from adjacency matrices
and data frames, topological analysis, centrality calculation, assessment
of associations between centrality measures, and conditional probability
analysis. ExIR supports bulk and single-cell omics data, including matrices,
sparse matrices, data frames, tibbles, and Seurat objects.
Author: Adrian Salavaty [aut, cre] ,
Mirana Ramialison [ths],
Peter D. Currie [ths]
Maintainer: Adrian Salavaty <abbas.salavaty@gmail.com>
Diff between influential versions 2.3.0 dated 2026-02-13 and 2.3.1 dated 2026-05-28
influential-2.3.0/influential/R/functions.R |only influential-2.3.1/influential/DESCRIPTION | 36 influential-2.3.1/influential/MD5 | 99 - influential-2.3.1/influential/NAMESPACE | 2 influential-2.3.1/influential/NEWS.md | 157 + influential-2.3.1/influential/R/RcppExports.R |only influential-2.3.1/influential/R/cent-network-vis.R |only influential-2.3.1/influential/R/centrality-betweenness.R |only influential-2.3.1/influential/R/centrality-clusterRank.R |only influential-2.3.1/influential/R/centrality-collective-influence.R |only influential-2.3.1/influential/R/centrality-h-index.R |only influential-2.3.1/influential/R/centrality-hubness-score.R |only influential-2.3.1/influential/R/centrality-ivi-from-indices.R |only influential-2.3.1/influential/R/centrality-ivi.R |only influential-2.3.1/influential/R/centrality-lh-index.R |only influential-2.3.1/influential/R/centrality-neighborhood-connectivity.R |only influential-2.3.1/influential/R/centrality-spreading-score.R |only influential-2.3.1/influential/R/comp-manipulate.R |only influential-2.3.1/influential/R/cond-prob-analysis.R |only influential-2.3.1/influential/R/double-cent-assess-noRegression.R |only influential-2.3.1/influential/R/double-cent-assess.R |only influential-2.3.1/influential/R/exir-diff-data-assembly.R |only influential-2.3.1/influential/R/exir-vis.R |only influential-2.3.1/influential/R/exir.R |only influential-2.3.1/influential/R/fcor.R |only influential-2.3.1/influential/R/globals.R |only influential-2.3.1/influential/R/helpers.R |only influential-2.3.1/influential/R/igraph-reexports.R |only influential-2.3.1/influential/R/influential-package.R |only influential-2.3.1/influential/R/shiny.R |only influential-2.3.1/influential/R/sif2igraph.R |only influential-2.3.1/influential/R/sirir.R |only influential-2.3.1/influential/README.md | 29 influential-2.3.1/influential/inst/CITATION | 46 influential-2.3.1/influential/inst/doc/Vignettes.R | 194 +- influential-2.3.1/influential/inst/doc/Vignettes.Rmd | 341 +++ influential-2.3.1/influential/inst/doc/Vignettes.html | 878 ++++++---- influential-2.3.1/influential/man/betweenness.Rd | 7 influential-2.3.1/influential/man/cent_network.vis.Rd | 2 influential-2.3.1/influential/man/clusterRank.Rd | 2 influential-2.3.1/influential/man/collective.influence.Rd | 2 influential-2.3.1/influential/man/comp_manipulate.Rd | 2 influential-2.3.1/influential/man/cond.prob.analysis.Rd | 2 influential-2.3.1/influential/man/diff_data.assembly.Rd | 2 influential-2.3.1/influential/man/double.cent.assess.Rd | 2 influential-2.3.1/influential/man/double.cent.assess.noRegression.Rd | 2 influential-2.3.1/influential/man/exir.Rd | 133 + influential-2.3.1/influential/man/exir.vis.Rd | 2 influential-2.3.1/influential/man/fcor.Rd | 63 influential-2.3.1/influential/man/h_index.Rd | 2 influential-2.3.1/influential/man/hubness.score.Rd | 2 influential-2.3.1/influential/man/igraph-reexports.Rd |only influential-2.3.1/influential/man/influential-package.Rd | 2 influential-2.3.1/influential/man/ivi.Rd | 2 influential-2.3.1/influential/man/ivi.from.indices.Rd | 2 influential-2.3.1/influential/man/lh_index.Rd | 2 influential-2.3.1/influential/man/neighborhood.connectivity.Rd | 2 influential-2.3.1/influential/man/reexports.Rd | 2 influential-2.3.1/influential/man/runShinyApp.Rd | 2 influential-2.3.1/influential/man/sif2igraph.Rd | 2 influential-2.3.1/influential/man/sirir.Rd | 2 influential-2.3.1/influential/man/spreading.score.Rd | 2 influential-2.3.1/influential/src |only influential-2.3.1/influential/vignettes/Vignettes.Rmd | 341 +++ influential-2.3.1/influential/vignettes/influentialVignette.css | 472 +++-- 65 files changed, 2091 insertions(+), 749 deletions(-)
Title: Open-Access Computational Biology Datasets
Description: Efficiently access the 'Bedrock Bio' library of open-access
computational biology datasets. Lazily query datasets backed by 'DuckDB'
and 'Apache Iceberg', with support for predicate pushdown and column
projection to the cloud storage backend. This enables quick, iterative
access to otherwise massive, unwieldy datasets without downloading them
in full. See <https://bedrock.bio> for available datasets and
documentation.
Author: Liam Abbott [aut, cre, cph]
Maintainer: Liam Abbott <liam@bedrock.bio>
Diff between bedrockbio versions 1.3.1 dated 2026-05-18 and 1.4.0 dated 2026-05-28
DESCRIPTION | 11 +--- MD5 | 24 +++++--- NAMESPACE | 2 NEWS.md | 6 ++ R/describe_namespace.R |only R/describe_table.R | 2 R/list_namespaces.R |only R/utils.R | 85 ++++++++++++++++++++----------- README.md | 40 ++++++++------ man/bedrockbio-package.Rd | 4 - man/describe_namespace.Rd |only man/describe_table.Rd | 2 man/list_namespaces.Rd |only tests/testthat/test-describe_namespace.R |only tests/testthat/test-list_namespaces.R |only tests/testthat/test-utils.R | 66 ++++++++++++++---------- 16 files changed, 149 insertions(+), 93 deletions(-)
Title: An Improved Wrapper of image()
Description: This is a wrapper function for image(), which makes reasonable
raster plots with nice axis and other useful features.
Author: Martin Seilmayer [aut, cre]
Maintainer: Martin Seilmayer <martin.seilmayer@dhsn.de>
Diff between rasterImage versions 0.4.0 dated 2019-10-14 and 0.4.1 dated 2026-05-28
rasterImage-0.4.0/rasterImage/NEWS.md |only rasterImage-0.4.1/rasterImage/DESCRIPTION | 18 + rasterImage-0.4.1/rasterImage/MD5 | 10 rasterImage-0.4.1/rasterImage/NEWS |only rasterImage-0.4.1/rasterImage/R/colorPalette.R | 242 +++++++++++----------- rasterImage-0.4.1/rasterImage/man/colorPalette.Rd | 104 ++++----- rasterImage-0.4.1/rasterImage/man/rasterImage2.Rd | 175 ++++++++------- 7 files changed, 284 insertions(+), 265 deletions(-)
Title: Evolutionary Transcriptomics
Description: Investigate the evolution of biological processes by capturing evolutionary signatures in transcriptomes (Drost et al. (2018) <doi:10.1093/bioinformatics/btx835>). This package aims to provide a transcriptome analysis environment to quantify the average evolutionary age of genes contributing to a transcriptome of interest.
Author: Hajk-Georg Drost [aut, cre] ,
Stefan Manolache [aut, ctb] ,
Jaruwatana Sodai Lotharukpong [aut, ctb] ,
Nikola Kalabova [aut, ctb] ,
Filipa Martins Costa [aut, ctb],
Kristian K Ullrich [aut, ctb]
Maintainer: Hajk-Georg Drost <hajk-georg.drost@tuebingen.mpg.de>
Diff between myTAI versions 2.3.5 dated 2026-02-05 and 2.3.6 dated 2026-05-28
DESCRIPTION | 8 - MD5 | 28 ++-- NEWS.md | 4 build/vignette.rds |binary inst/doc/myTAI.html | 2 inst/doc/other-strata.html | 4 inst/doc/phylo-expression-object.html | 6 inst/doc/tai-gallery.html | 88 ++++++------- inst/doc/tai-stats.html | 56 ++++---- inst/doc/tai-transform.html | 16 +- inst/doc/taxonomy.R | 66 +++++----- inst/doc/taxonomy.Rmd | 36 +++-- inst/doc/taxonomy.html | 223 +++++----------------------------- man/plot_signature.Rd | 5 vignettes/taxonomy.Rmd | 36 +++-- 15 files changed, 229 insertions(+), 349 deletions(-)
Title: Assessing Skill of Climate Forecasts on Seasonal-to-Decadal
Timescales
Description: Exploits dynamical seasonal forecasts in order to provide
information relevant to stakeholders at the seasonal timescale. The package
contains process-based methods for forecast calibration, bias correction,
statistical and stochastic downscaling, optimal forecast combination and
multivariate verification, as well as basic and advanced tools to obtain
tailored products. This package was developed in the context of the ERA4CS
project MEDSCOPE and the H2020 S2S4E project and includes contributions from
ArticXchange project founded by EU-PolarNet 2. Implements methods described in
Pérez-Zanón et al. (2022) <doi:10.5194/gmd-15-6115-2022>,
Doblas-Reyes et al. (2005) <doi:10.1111/j.1600-0870.2005.00104.x>,
Mishra et al. (2018) <doi:10.1007/s00382-018-4404-z>,
Sanchez-Garcia et al. (2019) <doi:10.5194/asr-16-165-2019>,
Straus et al. (2007) <doi:10.1175/JCLI4070.1>,
Terzago et al. (2018) <doi:10.5194/nhess-18-2825-2018>,
Torralba et al. (2017) <doi:10.117 [...truncated...]
Author: Nuria Perez-Zanon [aut] ,
Louis-Philippe Caron [aut] ,
Carmen Alvarez-Castro [aut] ,
Lauriane Batte [aut],
Carlos Delgado [aut],
Jost von Hardenberg [aut] ,
Llorenc LLedo [aut],
Nicolau Manubens [aut],
Lluis Palma [aut],
Eroteida Sanchez-Garcia [aut] [...truncated...]
Maintainer: Victoria Agudetse <victoria.agudetse@bsc.es>
Diff between CSTools versions 5.3.1 dated 2026-03-17 and 5.3.2 dated 2026-05-28
DESCRIPTION | 8 - MD5 | 44 +++--- NEWS.md | 11 + R/CST_QuantileMapping.R | 105 ++++++++------- R/CST_Subset.R | 22 ++- build/partial.rdb |binary build/vignette.rds |binary data/lonlat_prec.rda |binary data/lonlat_prec_st.rda |binary data/lonlat_temp.rda |binary data/lonlat_temp_st.rda |binary inst/doc/Analogs_vignette.html | 199 ++++++++++++++++------------- inst/doc/BestEstimateIndex_vignette.html | 134 +++++++------------ inst/doc/Data_Considerations.html | 202 +++++++++++++++++------------- inst/doc/ENSclustering_vignette.html | 206 +++++++++++++++++------------- inst/doc/MostLikelyTercile_vignette.html | 202 +++++++++++++++++------------- inst/doc/MultiModelSkill_vignette.html | 198 ++++++++++++++++------------- inst/doc/MultivarRMSE_vignette.html | 194 ++++++++++++++++------------ inst/doc/PlotForecastPDF.html | 200 +++++++++++++++++------------ inst/doc/RainFARM_vignette.R | 182 +++++++++++++-------------- inst/doc/RainFARM_vignette.html | 199 ++++++++++++++++------------- inst/doc/WeatherRegimes_vignette.html | 208 +++++++++++++++++-------------- man/CST_Subset.Rd | 16 ++ 23 files changed, 1305 insertions(+), 1025 deletions(-)
Title: Spectral Modularity Clustering
Description: Implements the network clustering algorithm described in
Newman (2006) <doi:10.1103/PhysRevE.74.036104>. The complete
iterative algorithm comprises of two steps. In the first step, the
network is expressed in terms of its leading eigenvalue and
eigenvector and recursively partition into two communities.
Partitioning occurs if the maximum positive
eigenvalue is greater than the tolerance (10e-5) for the current
partition, and if it results in a positive contribution to the
Modularity.
Given an initial separation using the leading eigen step, 'rSpectral'
then continues to maximise for the change in Modularity using a
fine-tuning step - or variate thereof. The first stage here is to
find the node which, when moved from one community to another,
gives the maximum change in Modularity. This node’s community is
then fixed and we repeat the process until all nodes have been moved.
The whole process is repeated from this new state until the change
in the Modularity, between the new and o [...truncated...]
Author: Colin Mclean [aut] ,
Anatoly Sorokin [aut, cre]
Maintainer: Anatoly Sorokin <lptolik@gmail.com>
Diff between rSpectral versions 1.0.0.14 dated 2025-12-07 and 1.0.0.16 dated 2026-05-28
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ R/igraph.R | 6 +++++- build/partial.rdb |binary man/spectral_igraph_communities.Rd | 2 ++ man/spectral_igraph_membership.Rd | 2 ++ tests/testthat/test-igraph.R | 9 ++++++++- 7 files changed, 28 insertions(+), 13 deletions(-)
Title: Wrapper for MUMPS Library
Description: Some basic features of 'MUMPS' (Multifrontal Massively Parallel
sparse direct Solver) are wrapped in a class whose methods can be used
for sequentially solving a sparse linear system (symmetric or not)
with one or many right hand sides (dense or sparse).
There is a possibility to do separately symbolic analysis,
LU (or LDL^t) factorization and system solving.
Third part ordering libraries are included and can be used: 'PORD', 'METIS', 'SCOTCH'.
'MUMPS' method was first described in Amestoy et al. (2001) <doi:10.1137/S0895479899358194>
and Amestoy et al. (2006) <doi:10.1016/j.parco.2005.07.004>.
Author: Serguei Sokol [aut, cre],
Emmanuel Agullo [ctb],
Patrick Amestoy [ctb, cph],
Maurice Bremond [ctb],
Alfredo Buttari [ctb],
Philippe Combes [ctb],
Marie Durand [ctb],
Aurelia Fevre [ctb],
Abdou Guermouche [ctb],
Guillaume Joslin [ctb],
Jacko Koster [c [...truncated...]
Maintainer: Serguei Sokol <sokol@insa-toulouse.fr>
Diff between rmumps versions 5.2.1-42 dated 2026-05-26 and 5.2.1-43 dated 2026-05-28
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS | 11 ++++++++--- src/init.c | 3 ++- 4 files changed, 16 insertions(+), 10 deletions(-)
Title: Tidy Tools for Joinpoint Regression Models
Description: Provides tools to fit joinpoint regression models with a log-linear
specification by levels of a categorical variable. The package acts as a
wrapper around the 'segmented' package, facilitating model fitting, selection,
and interpretation. It includes functions to estimate the Annual Percent Change
(APC) and the Average Annual Percent Change (AAPC), along with their 95%
confidence intervals, and to generate formatted summary tables and plots of results.
Author: Tamara Ricardo [aut, cre]
Maintainer: Tamara Ricardo <tamararicardo83@gmail.com>
Diff between joinpointR versions 0.6.0 dated 2026-05-19 and 0.6.2 dated 2026-05-28
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- NEWS.md | 7 ++++--- R/model_jp.R | 9 +++++---- 4 files changed, 16 insertions(+), 14 deletions(-)
Title: Accessing FDIC Bank Data
Description: A system provides a set of functions for
working with data from the Federal Deposit Insurance Corporation
(FDIC), including retrieving financial data for FDIC-insured
institutions and accessing the data taxonomy.
Author: Ugur Dar [aut, cre],
Brian Pillmore [aut, cph]
Maintainer: Ugur Dar <ugurdarr@gmail.com>
This is a re-admission after prior archival of version 0.1.1 dated 2024-09-12
Diff between fdicdata versions 0.1.1 dated 2024-09-12 and 0.1.2 dated 2026-05-28
DESCRIPTION | 12 ++- MD5 | 63 ++++++++++--------- NAMESPACE | 5 + R/cert2idrssd.R | 32 ++++----- R/dataTaxonomy.R | 29 ++++---- R/getFailures.R | 18 +++-- R/getFinancials.R | 22 +++--- R/getHistory.R | 20 +++--- R/getInstitution.R | 19 +++-- R/getInstitutionsAll.R | 24 +++---- R/getLocation.R | 20 +++--- R/getSummary.R | 17 +++-- R/getTaxonomy.R | 29 ++++++-- R/utils_fetch.R |only README.md | 2 man/cert2idrssd.Rd | 5 + man/dataTaxonomy.Rd | 9 +- man/getFailures.Rd | 5 + man/getFinancials.Rd | 9 +- man/getHistory.Rd | 8 +- man/getInstitution.Rd | 5 + man/getInstitutionsAll.Rd | 11 ++- man/getLocation.Rd | 7 +- man/getSummary.Rd | 5 + man/getTaxonomy.Rd | 16 +++- man/idrssd2cert.Rd | 5 + tests/testthat/helper-skip.R |only tests/testthat/test-getFailures.R | 6 - tests/testthat/test-getFinancials.R | 102 +++++++++++++++---------------- tests/testthat/test-getHistory.R | 6 + tests/testthat/test-getInstitution.R | 8 +- tests/testthat/test-getInstitutionsAll.R |only tests/testthat/test-getLocation.R | 7 +- tests/testthat/test-getSummary.R | 6 + 34 files changed, 309 insertions(+), 223 deletions(-)
Title: Estimation and Inference for Boundary Discontinuity Designs
Description: Provides pointwise and uniform estimation and inference methods for boundary discontinuity (BD) designs,
a causal inference design that generalizes univariate regression discontinuity (RD) designs to settings with bivariate scores.
Implements local polynomial methods for location-based and distance-based analyses, including sharp and fuzzy designs,
data-driven bandwidth selection, pointwise confidence intervals, and uniform confidence bands. Methodology is developed in
Cattaneo, Titiunik, and Yu (2026) <doi:10.48550/arXiv.2505.05670> for location-based methods and
Cattaneo, Titiunik, and Yu (2026) <doi:10.48550/arXiv.2510.26051> for distance-based methods.
For an overview and empirical guidance, see Cattaneo, Titiunik, and Yu (2026) <doi:10.48550/arXiv.2511.06474>.
The companion software article is Cattaneo, Titiunik, and Yu (2025) <doi:10.48550/arXiv.2505.07989>.
Author: Matias D. Cattaneo [aut, cre],
Rocio Titiunik [aut],
Ruiqi Rae Yu [aut]
Maintainer: Matias D. Cattaneo <matias.d.cattaneo@gmail.com>
Diff between rd2d versions 0.2.0 dated 2026-05-23 and 1.0.0 dated 2026-05-28
DESCRIPTION | 6 MD5 | 41 - NAMESPACE | 10 NEWS.md | 25 R/rd2d-package.R | 6 R/rd2d.R | 359 ++++++-- R/rd2d_distance.R | 186 ++-- R/rd2d_distance_fn.R | 369 +++++++-- R/rd2d_fn.R | 1184 +++++++++++++++++++++-------- R/rd2d_methods.R |only R/rdbw2d.R | 259 +++++- R/rdbw2d_distance.R | 105 ++ man/coef.rd2d.Rd |only man/confint.rd2d.Rd |only man/plot.rd2d.Rd |only man/rd2d-package.Rd | 6 man/rd2d.Rd | 24 man/rd2d.distance.Rd | 22 man/rdbw2d.Rd | 30 man/rdbw2d.distance.Rd | 29 man/vcov.rd2d.Rd |only tests/testthat/test-distance-methods.R | 401 +++++++++ tests/testthat/test-numerical-regression.R | 532 ++++++++++++- tests/testthat/test-package.R | 101 +- 24 files changed, 2994 insertions(+), 701 deletions(-)
Title: Work with Microsoft Access Files
Description: Work with Microsoft Access '.mdb' and '.accdb' files using the
open source 'MDB Tools' library <https://github.com/mdbtools/mdbtools/>.
The library is compiled and bundled with the package, so no external
installation is required. Provides high-level helpers for reading tables,
exporting to CSV or JSON, inspecting table definitions, and running SQL queries.
Also exposes a full read-only 'DBI' interface for use with standard
database workflows.
Author: Kiernan Nicholls [aut, cre, cph] ,
Bruno Tremblay [ctb]
Maintainer: Kiernan Nicholls <k5cents@gmail.com>
Diff between mdbr versions 0.3.0 dated 2026-05-23 and 0.3.1 dated 2026-05-28
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS.md | 2 ++ src/Makevars.in | 2 +- src/mdb_native.c | 7 +++++-- src/mdbtools/include/mdbtools.h | 4 ++++ 6 files changed, 20 insertions(+), 11 deletions(-)
Title: Some Additional Multiple Imputation Functions, Especially for
'mice'
Description: Contains functions for multiple imputation which
complements existing functionality in R.
In particular, several imputation methods for the
mice package (van Buuren & Groothuis-Oudshoorn, 2011,
<doi:10.18637/jss.v045.i03>) are implemented.
Main features of the miceadds package include
plausible value imputation (Mislevy, 1991,
<doi:10.1007/BF02294457>), multilevel imputation for
variables at any level or with any number of hierarchical
and non-hierarchical levels (Grund, Luedtke & Robitzsch,
2018, <doi:10.1177/1094428117703686>; van Buuren, 2018,
Ch.7, <doi:10.1201/9780429492259>), imputation using
partial least squares (PLS) for high dimensional
predictors (Robitzsch, Pham & Yanagida, 2016),
nested multiple imputation (Rubin, 2003,
<doi:10.1111/1467-9574.00217>), substantive model
compatible imputation (Bartlett et al., 2015,
<doi:10.1177/0962280214521348>), and features
for the generation of synthetic datasets
(Reiter, 2005, <doi:10. [...truncated...]
Author: Alexander Robitzsch [aut, cre] ,
Simon Grund [aut] ,
Thorsten Henke [ctb]
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>
Diff between miceadds versions 3.19-16 dated 2026-03-13 and 3.20-10 dated 2026-05-28
DESCRIPTION | 8 ++++---- MD5 | 16 ++++++++-------- R/RcppExports.R | 2 +- R/mice.impute.pls.R | 4 ++-- R/mice_imputation_extract_list_arguments.R | 5 ++++- R/mice_imputation_pls_estimate_pls_regression.R | 11 +++-------- build/partial.rdb |binary inst/NEWS | 11 +++++++++++ src/RcppExports.cpp | 2 +- 9 files changed, 34 insertions(+), 25 deletions(-)
Title: Monte Carlo Maximum Likelihood and Analysis of Generalised
Linear Mixed Models
Description: Specification, analysis, simulation, and fitting of generalised linear mixed models.
Monte Carlo Maximum likelihood model fitting for a range of models,
non-linear fixed effect specifications, a wide range of flexible covariance functions including
Gaussian Process approximations. Methods described in Watson, Wang, and Giorgi (2026) <doi:10.48550/arXiv.2601.16022>.
Author: Sam Watson [aut, cre]
Maintainer: Sam Watson <S.I.Watson@bham.ac.uk>
This is a re-admission after prior archival of version 1.4.0 dated 2026-04-29
Diff between glmmrBase versions 1.4.0 dated 2026-04-29 and 1.4.1 dated 2026-05-28
DESCRIPTION | 21 +++++++------ MD5 | 22 +++++++------- R/R6Model.R | 10 +++--- R/R6covariance.R | 28 +---------------- R/R6meanfunction.R | 3 - R/lme4_functions.R | 55 ++++++++++++++++++----------------- build/partial.rdb |binary inst/include/glmmr/randomeffects.hpp | 2 - man/Model.Rd | 17 +++++++--- man/mcml_glmer.Rd | 17 +++------- man/mcml_lmer.Rd | 13 +++----- src/model_module.cpp | 2 - 12 files changed, 84 insertions(+), 106 deletions(-)
Title: Comparing and Visualizing Differences Between Surveys
Description: Easily analyze and visualize differences between samples (e.g., benchmark comparisons, nonresponse comparisons in surveys) on three levels. The comparisons can be univariate, bivariate or multivariate. On univariate level the variables of interest of a survey and a comparison survey (i.e. benchmark) are compared, by calculating one of several difference measures (e.g., relative difference in mean), and an average difference between the surveys. On bivariate level a function can calculate significant differences in correlations for the surveys. And on multivariate levels a function can calculate significant differences in model coefficients between the surveys of comparison. All of those differences can be easily plotted and outputted as a table. For more detailed information on the methods and example use see Rohr, B., Silber, H., & Felderer, B. (2024). Comparing the Accuracy of Univariate, Bivariate, and Multivariate Estimates across Probability and Nonprobability Surveys with Po [...truncated...]
Author: Bjoern Rohr [aut, cre, cph],
Barbara Felderer [aut]
Maintainer: Bjoern Rohr <bjoern.rohr@gesis.org>
Diff between sampcompR versions 0.3.2 dated 2025-12-09 and 0.3.3 dated 2026-05-28
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 4 ++++ R/Multidiff.R | 5 ++--- R/Multidiff_Plot.R | 22 +++++++++++----------- 5 files changed, 24 insertions(+), 21 deletions(-)
Title: Plotting Functions for Climate Science and Services
Description: A plotting package for climate science and services. Provides a set
of functions for visualizing climate data, including maps, time series,
scorecards and other diagnostics. Some functions are adapted and extended
from the 's2dv' and 'CSTools' packages (Manubens et al. (2018)
<doi:10.1016/j.envsoft.2018.01.018>; Pérez-Zanón et al. (2022)
<doi:10.5194/gmd-15-6115-2022>), with more consistent and integrated
functionalities.
Author: BSC-CNS [aut, cph],
An-Chi Ho [aut],
Eva Rifa [ctb],
Victoria Agudetse [ctb],
Ariadna Batalla [ctb, cre],
Nuria Perez-Zanon [ctb],
Nadia Milders [ctb],
Veronica Torralba [ctb],
Raul Capellan [ctb],
Anindita Patra [ctb]
Maintainer: Ariadna Batalla <ariadna.batalla@bsc.es>
Diff between esviz versions 0.0.2 dated 2026-02-04 and 0.0.3 dated 2026-05-28
DESCRIPTION | 8 +++--- MD5 | 14 ++++++---- NAMESPACE | 5 +++ NEWS.md | 10 +++++++ R/VizCombinedMap.R | 64 +++++++++++++++++++++++++++++++++++++++++++++----- R/VizEquiMap.R | 51 ++++++++++++++++++++++++++------------- R/VizPolygonsMap.R |only R/VizRobinson.R | 1 man/VizPolygonsMap.Rd |only 9 files changed, 120 insertions(+), 33 deletions(-)
Title: Ecological Niche Modeling using Presence-Absence Data
Description: A set of tools to perform Ecological Niche Modeling with
presence-absence data. It includes algorithms for data partitioning,
model fitting, calibration, evaluation, selection, and prediction.
Other functions help to explore signals of ecological niche using univariate
and multivariate analyses, and model features such as variable response
curves and variable importance. Unique characteristics of this package are
the ability to exclude models with concave quadratic responses, and the
option to clamp model predictions to specific variables. These tools are
implemented following principles proposed in
Cobos et al., (2022) <doi:10.17161/bi.v17i.15985>,
Cobos et al., (2019) <doi:10.7717/peerj.6281>,
and Peterson et al., (2008) <doi:10.1016/j.ecolmodel.2007.11.008>.
Author: Luis F. Arias-Giraldo [aut, cre] ,
Marlon E. Cobos [aut] ,
A. Townsend Peterson [ctb]
Maintainer: Luis F. Arias-Giraldo <lfarias.giraldo@gmail.com>
Diff between enmpa versions 0.2.3 dated 2026-01-26 and 0.2.4 dated 2026-05-28
DESCRIPTION | 10 +++++----- MD5 | 8 ++++---- NEWS.md | 6 ++++++ man/enmpa.Rd | 1 + src/trap_roc.cpp | 2 +- 5 files changed, 17 insertions(+), 10 deletions(-)
Title: Network Meta-Analysis using Frequentist Methods
Description: A comprehensive set of functions providing frequentist methods for network meta-analysis (Balduzzi et al., 2023) <doi:10.18637/jss.v106.i02> and supporting Schwarzer et al. (2015) <doi:10.1007/978-3-319-21416-0>, Chapter 8 "Network Meta-Analysis":
- frequentist network meta-analysis following Rücker (2012) <doi:10.1002/jrsm.1058>;
- additive network meta-analysis for combinations of treatments (Rücker et al., 2020) <doi:10.1002/bimj.201800167>;
- network meta-analysis of binary data using the Mantel-Haenszel or non-central hypergeometric distribution method (Efthimiou et al., 2019) <doi:10.1002/sim.8158>, or penalised logistic regression (Evrenoglou et al., 2022) <doi:10.1002/sim.9562>;
- rankograms and ranking of treatments by the Surface under the cumulative ranking curve (SUCRA) (Salanti et al., 2013) <doi:10.1016/j.jclinepi.2010.03.016>;
- ranking of treatments using P-scores (frequentist analogue of SUCRAs without resampling) according to [...truncated...]
Author: Gerta Ruecker [aut] ,
Ulrike Krahn [aut],
Jochem Koenig [aut] ,
Orestis Efthimiou [aut] ,
Annabel Davies [aut] ,
Theodoros Papakonstantinou [aut] ,
Theodoros Evrenoglou [ctb] ,
Krzysztof Ciomek [ctb] ,
Nana-adjoa Kwarteng [ctb] ,
Guido Schwarzer [aut, [...truncated...]
Maintainer: Guido Schwarzer <guido.schwarzer@uniklinik-freiburg.de>
Diff between netmeta versions 3.4-0 dated 2026-04-11 and 3.5-0 dated 2026-05-28
DESCRIPTION | 22 ++-- MD5 | 73 +++++++-------- NAMESPACE | 15 +++ NEWS.md | 22 ++++ R/decomp.design.R | 2 R/forest.netsplit.R | 13 -- R/formatCC.R | 2 R/formatComp.R | 2 R/is.installed.package.R | 3 R/netcomparison.R | 2 R/netcomplex.R | 2 R/netconnection.R | 3 R/netdistance.R | 3 R/netmeta-package.R | 71 +++++++------- R/netmetabin.R | 6 - R/netmetareg-internal.R | 4 R/netmetareg.R | 155 ++++++++++++++++++++++++++------ R/netsplit.R | 28 ++++- R/optcircle.R | 128 ++++++++++++-------------- R/plot.netsplit.R |only R/print.netcomb.R | 2 R/print.netmeta.R | 6 - R/print.summary.netmeta.R | 2 R/subgroup.netmeta.R | 2 R/summary.netcomb.R | 2 R/summary.netmeta.R | 2 build/partial.rdb |only build/vignette.rds |binary inst/doc/netmeta-workflow.pdf |binary inst/doc/netmeta.pdf |binary man/decomp.design.Rd | 2 man/forest.netsplit.Rd | 5 - man/netmeta-package.Rd | 24 ++++ man/netmetabin.Rd | 2 man/netmetareg.Rd | 123 +++++++++++++++++++++---- man/netsplit.Rd | 24 ++++ man/plot.netsplit.Rd |only vignettes/netmeta-workflow-diagram.pdf |binary vignettes/netmeta-workflow-diagram.pptx |binary 39 files changed, 512 insertions(+), 240 deletions(-)
Title: Analyzing Gene Tree Quartets under the Multi-Species Coalescent
Description: Methods for analyzing and using quartets displayed on a collection
of gene trees, primarily to make inferences about the species tree or network
under the multi-species coalescent model. These include quartet hypothesis tests
for the model, as developed by Mitchell et al. (2019) <doi:10.1214/19-EJS1576>,
simplex plots of quartet concordance factors as presented by Allman et al. (2020)
<doi:10.1101/2020.02.13.948083>, species tree inference methods based on quartet
distances of Rhodes (2019) <doi:10.1109/TCBB.2019.2917204> and Yourdkhani and
Rhodes (2019) <doi:10.1007/s11538-020-00773-4>, the NANUQ algorithm for inference
of level-1 species networks of Allman et al. (2019) <doi:10.1186/s13015-019-0159-2>,
the TINNIK algorithm for inference of the tree of blobs of an arbitrary
network of Allman et al.(2022) <doi:10.1007/s00285-022-01838-9>,
NANUQ+ routines for resolving multifurcations in the tree of blobs to cycles as in
Rhodes et al.(2024) <doi:10 [...truncated...]
Author: Elizabeth Allman [aut],
Hector Banos [aut],
Jonathan Mitchell [aut],
Kristina Wicke [aut],
John Rhodes [aut, cre]
Maintainer: John Rhodes <j.rhodes@alaska.edu>
Diff between MSCquartets versions 3.2 dated 2025-03-19 and 3.3 dated 2026-05-28
DESCRIPTION | 18 +-- LICENSE | 2 MD5 | 77 ++++++++------ NAMESPACE | 9 + R/ECToBlob.R |only R/MSCquartets-package.R | 38 +++++- R/NANUQ.R | 54 ++++----- R/ToBtoLevel1.R | 24 ++-- R/TreeOfBlobs.R | 186 ++++++++++++++++++---------------- R/TreeQuartetHypTest.R | 62 ++++++++--- R/quartetDistTree.R |only build/partial.rdb |binary build/vignette.rds |binary data/ASTRALtreeLeopardusLescroart.rda |only data/tableHeliconiusMartin.rda |binary inst/REFERENCES.bib | 71 +++++++++--- inst/doc/ECToBlob.R |only inst/doc/ECToBlob.Rmd |only inst/doc/ECToBlob.html |only inst/doc/NANUQplus.html | 57 ++++------ inst/doc/TINNIK.html | 35 +++--- man/ASTRALtreeLeopardusLescroart.Rd |only man/ECToBlob.Rd |only man/ECToBlob_bi.Rd |only man/ECToBlob_mul.Rd |only man/ECToBlob_quad.Rd |only man/M0.Rd | 7 - man/MSCquartets-package.Rd | 8 - man/NANUQ.Rd | 8 - man/NANUQdist.Rd | 10 - man/TINNIK.Rd | 6 - man/combineCycleResolutions.Rd | 2 man/combineP.Rd |only man/compatibleSplits.Rd | 2 man/dataYeastRokas.Rd | 2 man/ordersHeuristicmodNANUQ.Rd | 2 man/pTableYeastRokas.Rd | 2 man/quartetCutTest.Rd | 2 man/quartetDistTree.Rd |only man/quartetECtestInd.Rd |only man/quartetNetworkDist.Rd | 2 man/quartetTestPlot.Rd | 15 +- man/resolveCycle.Rd | 8 - man/resolveLevel1.Rd | 11 -- man/tableHeliconiusMartin.Rd | 3 man/treeFromSplits.Rd | 2 vignettes/ECToBlob.Rmd |only 47 files changed, 427 insertions(+), 298 deletions(-)
Title: Unified S3 Interface to Machine Learning Models
Description: Provides a unified and consistent S3 interface for training and predicting with a variety of machine learning models in R. The package wraps popular algorithms (e.g., from 'glmnet', 'lightgbm', 'ranger', 'e1071', and 'caret') under a common workflow based on simple wrap_*() and predict() functions, allowing users to switch between models without changing their code structure. It supports both classification and regression tasks and facilitates rapid experimentation, benchmarking, and comparison of models. By abstracting away package-specific APIs while preserving flexibility in parameter specification, the package streamlines machine learning workflows and promotes reproducibility.
Author: T. Moudiki [aut, cre]
Maintainer: T. Moudiki <thierry.moudiki@gmail.com>
Diff between mlS3 versions 0.1.0 dated 2026-04-28 and 0.1.1 dated 2026-05-28
DESCRIPTION | 7 ++++--- MD5 | 14 +++++++------- NEWS.md | 6 ++++++ R/wrap_caret.R | 6 +++--- R/wrap_lightgbm.R | 6 ++++++ README.md | 25 +++++++++++-------------- man/wrap_caret.Rd | 4 ++-- man/wrap_lightgbm.Rd | 15 +++++++++++++++ 8 files changed, 54 insertions(+), 29 deletions(-)
Title: Turn Geospatial Polygons into Regular or Hexagonal Grids
Description: Turn irregular polygons (such as geographical regions) into regular or hexagonal grids.
This package enables the generation of regular (square) and hexagonal grids through the package
'sp' and then assigns the content of the existing polygons to the new grid using
the Hungarian algorithm, Kuhn (1955) (<doi:10.1007/978-3-540-68279-0_2>).
This prevents the need for manual generation of hexagonal grids or regular grids
that are supposed to reflect existing geography.
Author: Joseph Bailey [aut, cph],
Ryan Hafen [ctb, cre] ,
Jakub Nowosad [ctb] ,
Lars Simon Zehnder [ctb]
Maintainer: Ryan Hafen <rhafen@gmail.com>
Diff between geogrid versions 0.1.2 dated 2023-08-19 and 0.1.3 dated 2026-05-28
DESCRIPTION | 15 ++++++++------- MD5 | 14 +++++++------- R/assign_polygons.R | 2 +- R/calculate_grid.R | 2 +- README.md | 10 ++++------ build/partial.rdb |binary man/assign_polygons.Rd | 2 +- man/calculate_grid.Rd | 2 +- 8 files changed, 23 insertions(+), 24 deletions(-)
Title: Analysis Results Data
Description: Construct CDISC (Clinical Data Interchange Standards
Consortium) compliant Analysis Results Data objects. These objects are
used and re-used to construct summary tables, visualizations, and
written reports. The package also exports utilities for working with
these objects and creating new Analysis Results Data objects.
Author: Daniel D. Sjoberg [aut, cre] ,
Becca Krouse [aut],
Emily de la Rua [aut] ,
Malan Bosman [aut] ,
F. Hoffmann-La Roche AG [cph, fnd],
GlaxoSmithKline Research & Development Limited [cph]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Diff between cards versions 0.7.1 dated 2025-12-02 and 0.8.0 dated 2026-05-28
DESCRIPTION | 8 - MD5 | 118 ++++++++++++----------- NAMESPACE | 5 NEWS.md | 26 +++++ R/add_calculated_row.R | 2 R/ard_attributes.R | 2 R/ard_formals.R | 2 R/ard_hierarchical.R | 30 ++++- R/ard_missing.R | 18 ++- R/ard_mvsummary.R | 30 ++++- R/ard_pairwise.R | 6 + R/ard_stack_hierarchical.R | 6 - R/ard_strata.R | 12 +- R/ard_summary.R | 18 ++- R/ard_tabulate.R | 48 +++++++-- R/ard_tabulate_rows.R |only R/ard_tabulate_value.R | 19 ++- R/as_card.R | 29 ++++- R/bind_ard.R | 2 R/check_ard_structure.R | 40 ++++++- R/compare_ard.R |only R/compare_ard_helpers.R |only R/deprecated.R | 14 +- R/filter_ard_hierarchical.R | 18 +-- R/mock.R | 4 R/nest_for_ard.R | 11 +- R/print.R | 46 ++++++++ R/rename_ard_columns.R | 20 +++ R/sort_ard_hierarchical.R | 16 +-- R/tidy_as_ard.R | 2 R/utils.R | 33 ++++++ inst/WORDLIST | 2 man/ard_tabulate_rows.Rd |only man/as_card.Rd | 15 ++ man/cards-package.Rd | 1 man/check_ard_structure.Rd | 10 + man/compare_ard.Rd |only man/dot-message_or_error.Rd |only man/print.card.Rd | 3 man/reexports.Rd | 2 man/rename_ard_columns.Rd | 7 + tests/testthat/_snaps/ard_tabulate.md | 8 + tests/testthat/_snaps/ard_tabulate_rows.md |only tests/testthat/_snaps/as_card.md | 12 +- tests/testthat/_snaps/check_ard_structure.md | 42 ++++++++ tests/testthat/_snaps/filter_ard_hierarchical.md | 5 tests/testthat/_snaps/sort_ard_hierarchical.md | 9 - tests/testthat/test-ard_hierarchical.R | 26 +++++ tests/testthat/test-ard_missing.R | 13 ++ tests/testthat/test-ard_mvsummary.R | 21 +++- tests/testthat/test-ard_pairwise.R | 24 ++++ tests/testthat/test-ard_stack_hierarchical.R | 42 +++++--- tests/testthat/test-ard_strata.R | 28 ++++- tests/testthat/test-ard_summary.R | 82 +++++++++++---- tests/testthat/test-ard_tabulate.R | 90 +++++++++++++---- tests/testthat/test-ard_tabulate_rows.R |only tests/testthat/test-ard_tabulate_value.R | 24 +++- tests/testthat/test-as_card.R | 36 ++++++- tests/testthat/test-check_ard_structure.R | 62 ++++++++++++ tests/testthat/test-compare_ard.R |only tests/testthat/test-filter_ard_hierarchical.R | 6 - tests/testthat/test-nest_for_ard.R | 12 ++ tests/testthat/test-rename_ard_columns.R | 33 ++++++ tests/testthat/test-sort_ard_hierarchical.R | 7 - tests/testthat/test-utils.R |only 65 files changed, 976 insertions(+), 231 deletions(-)
Title: Bayesian Model Selection Approach for Parsimonious Gaussian
Mixture Models
Description: Model-based clustering using Bayesian parsimonious Gaussian mixture models.
MCMC (Markov chain Monte Carlo) are used for parameter estimation. The RJMCMC (Reversible-jump Markov chain Monte Carlo) is used for model selection.
GREEN et al. (1995) <doi:10.1093/biomet/82.4.711>.
Author: Yaoxiang Li [aut, cre],
Xiang Lu [aut],
Tanzy Love [aut]
Maintainer: Yaoxiang Li <liyaoxiang@outlook.com>
Diff between bpgmm versions 1.1.1 dated 2025-10-30 and 1.3.1 dated 2026-05-28
bpgmm-1.1.1/bpgmm/R/PGMMmain.R |only bpgmm-1.1.1/bpgmm/R/choosem |only bpgmm-1.1.1/bpgmm/R/hyperParamClass.R |only bpgmm-1.1.1/bpgmm/R/paramClass.R |only bpgmm-1.1.1/bpgmm/R/pgmmMstep.R |only bpgmm-1.1.1/bpgmm/R/pgmmStay.R |only bpgmm-1.1.1/bpgmm/R/pgmmVstep.R |only bpgmm-1.1.1/bpgmm/R/pkgData.R |only bpgmm-1.1.1/bpgmm/R/posteriorZ.R |only bpgmm-1.1.1/bpgmm/R/proposalLambda.R |only bpgmm-1.1.1/bpgmm/R/proposalPsi.R |only bpgmm-1.1.1/bpgmm/R/sourceR.R |only bpgmm-1.1.1/bpgmm/R/summerizeRes.R |only bpgmm-1.1.1/bpgmm/R/updatePostThetaY.R |only bpgmm-1.1.1/bpgmm/man/CalculateProposalLambda.Rd |only bpgmm-1.1.1/bpgmm/man/CalculateProposalPsy.Rd |only bpgmm-1.1.1/bpgmm/man/EvaluateProposalLambda.Rd |only bpgmm-1.1.1/bpgmm/man/generatePriorLambda.Rd |only bpgmm-1.1.1/bpgmm/man/generatePriorPsi.Rd |only bpgmm-1.1.1/bpgmm/man/generatePriorThetaY.Rd |only bpgmm-1.1.1/bpgmm/man/pgmmRJMCMC.Rd |only bpgmm-1.1.1/bpgmm/man/stayMCMCupdate.Rd |only bpgmm-1.1.1/bpgmm/man/summerizePgmmRJMCMC.Rd |only bpgmm-1.1.1/bpgmm/man/toEthetaYlist.Rd |only bpgmm-1.1.1/bpgmm/src/calculateCxy.cpp |only bpgmm-1.1.1/bpgmm/src/calculatePostLambdaPsy.cpp |only bpgmm-1.1.1/bpgmm/src/calculatePostLambdaPsy.h |only bpgmm-1.1.1/bpgmm/src/updatePostZ.cpp |only bpgmm-1.1.1/bpgmm/src/update_Hyperparameter.cpp |only bpgmm-1.3.1/bpgmm/DESCRIPTION | 31 ++-- bpgmm-1.3.1/bpgmm/MD5 | 131 +++++++++++----- bpgmm-1.3.1/bpgmm/NAMESPACE | 5 bpgmm-1.3.1/bpgmm/NEWS.md |only bpgmm-1.3.1/bpgmm/R/RcppExports.R | 40 +++-- bpgmm-1.3.1/bpgmm/R/choosem-combine.R |only bpgmm-1.3.1/bpgmm/R/choosem-proposal-functions.R |only bpgmm-1.3.1/bpgmm/R/choosem-split.R |only bpgmm-1.3.1/bpgmm/R/class-hparam.R |only bpgmm-1.3.1/bpgmm/R/class-theta-y.R |only bpgmm-1.3.1/bpgmm/R/constraints.R |only bpgmm-1.3.1/bpgmm/R/dev-source.R |only bpgmm-1.3.1/bpgmm/R/internal-rcpp-aliases.R |only bpgmm-1.3.1/bpgmm/R/parallel-utils.R |only bpgmm-1.3.1/bpgmm/R/pgmm-chains.R |only bpgmm-1.3.1/bpgmm/R/pgmm-m-step.R |only bpgmm-1.3.1/bpgmm/R/pgmm-main.R |only bpgmm-1.3.1/bpgmm/R/pgmm-stay.R |only bpgmm-1.3.1/bpgmm/R/pgmm-v-step.R |only bpgmm-1.3.1/bpgmm/R/pkg-data.R |only bpgmm-1.3.1/bpgmm/R/posterior-z.R |only bpgmm-1.3.1/bpgmm/R/prior.R | 138 ++++------------- bpgmm-1.3.1/bpgmm/R/proposal-lambda.R |only bpgmm-1.3.1/bpgmm/R/proposal-psi.R |only bpgmm-1.3.1/bpgmm/R/summarize-result.R |only bpgmm-1.3.1/bpgmm/R/update-post-theta-y.R |only bpgmm-1.3.1/bpgmm/R/utils.R | 118 +++++++++------ bpgmm-1.3.1/bpgmm/R/zzz.R | 19 +- bpgmm-1.3.1/bpgmm/README.md |only bpgmm-1.3.1/bpgmm/build |only bpgmm-1.3.1/bpgmm/inst |only bpgmm-1.3.1/bpgmm/man/Hparam-class.Rd | 17 +- bpgmm-1.3.1/bpgmm/man/ThetaYList.Rd | 15 + bpgmm-1.3.1/bpgmm/man/constraint_to_model.Rd |only bpgmm-1.3.1/bpgmm/man/model_to_constraint.Rd |only bpgmm-1.3.1/bpgmm/man/pgmm_rjmcmc.Rd |only bpgmm-1.3.1/bpgmm/man/pgmm_rjmcmc_chains.Rd |only bpgmm-1.3.1/bpgmm/man/summarize_pgmm_rjmcmc.Rd |only bpgmm-1.3.1/bpgmm/src/Makevars | 7 bpgmm-1.3.1/bpgmm/src/Makevars.win | 3 bpgmm-1.3.1/bpgmm/src/RcppExports.cpp | 155 +++++++++++++------- bpgmm-1.3.1/bpgmm/src/calculate_cxy.cpp |only bpgmm-1.3.1/bpgmm/src/calculate_post_lambda_psi.cpp |only bpgmm-1.3.1/bpgmm/src/calculate_post_lambda_psi.h |only bpgmm-1.3.1/bpgmm/src/prior_evaluators.cpp |only bpgmm-1.3.1/bpgmm/src/update_hyperparameter.cpp |only bpgmm-1.3.1/bpgmm/src/update_latent_scores.cpp |only bpgmm-1.3.1/bpgmm/src/update_post_z.cpp |only bpgmm-1.3.1/bpgmm/src/utils.cpp | 126 ++++++++++++++-- bpgmm-1.3.1/bpgmm/src/utils.h | 88 ++++++++--- bpgmm-1.3.1/bpgmm/tests |only bpgmm-1.3.1/bpgmm/vignettes |only 81 files changed, 557 insertions(+), 336 deletions(-)
Title: Import, Manipulate and Explore the Results of an 'Antares'
Simulation
Description: Import, manipulate and explore results generated by 'Antares', a
powerful open source software developed by RTE (Réseau de Transport d’Électricité) to simulate and study electric power systems
(more information about 'Antares' here : <https://antares-simulator.org/>).
Author: Tatiana Vargas [aut, cre],
Jalal-Edine ZAWAM [aut],
Frederic Breant [ctb],
Francois Guillem [aut],
Benoit Thieurmel [aut],
Titouan Robert [aut],
Victor Perrier [ctb],
Etienne Sanchez [ctb],
Assil Mansouri [ctb],
Clement Berthet [ctb],
Kamel Kemiha [c [...truncated...]
Maintainer: Tatiana Vargas <tatiana.vargas@rte-france.com>
Diff between antaresRead versions 3.0.0 dated 2026-01-28 and 3.0.1 dated 2026-05-28
DESCRIPTION | 6 MD5 | 16 + NEWS.md | 6 R/importOutput.R | 78 +++++--- R/setSimulationPathAPI.R | 18 +- inst/doc/antaresRead.html | 4 inst/format_output/simulation_variables_names_by_support.csv | 7 tests/testthat/test-importOutput.R |only tests/testthat/test-importOutputForClusters.R | 98 ----------- tests/testthat/test-setSimulationPathAPI.R |only 10 files changed, 84 insertions(+), 149 deletions(-)
Title: Seeded Sequential LDA for Topic Modeling
Description: Seeded Sequential LDA can classify sentences of texts into pre-define topics with a small number of seed words (Watanabe & Baturo, 2023) <doi:10.1177/08944393231178605>.
Implements Seeded LDA (Lu et al., 2010) <doi:10.1109/ICDMW.2011.125> and Sequential LDA (Du et al., 2012) <doi:10.1007/s10115-011-0425-1> with the distributed LDA algorithm (Newman, et al., 2009) for parallel computing.
Author: Kohei Watanabe [aut, cre, cph],
Phan Xuan-Hieu [aut, cph]
Maintainer: Kohei Watanabe <watanabe.kohei@gmail.com>
Diff between seededlda versions 1.4.3 dated 2025-09-28 and 1.4.4 dated 2026-05-28
DESCRIPTION | 6 +++--- MD5 | 18 +++++++++--------- NEWS.md | 4 ++++ R/lda.R | 4 ++-- R/seededlda.R | 4 ++-- R/seqlda.R | 4 ++-- man/textmodel_lda.Rd | 4 ++-- man/textmodel_seededlda.Rd | 4 ++-- man/textmodel_seqlda.Rd | 4 ++-- tests/testthat/test-utils.R | 2 +- 10 files changed, 29 insertions(+), 25 deletions(-)
Title: Forest Spatial Structure Analysis Systems
Description: Recent years have seen significant interest in neighborhood-based structural parameters that effectively represent the spatial characteristics of tree populations and forest communities, and possess strong applicability for guiding forestry practices. This package provides valuable information that enhances our understanding and analysis of the fine-scale spatial structure of tree populations and forest stands. Reference: Yan L, Tan W, Chai Z, et al (2019) <doi:10.13323/j.cnki.j.fafu(nat.sci.).2019.03.007>.
Author: Zongzheng Chai [aut, cre]
Maintainer: Zongzheng Chai <chaizz@126.com>
Diff between forestSAS versions 2.0.4 dated 2024-11-11 and 2.0.5 dated 2026-05-28
DESCRIPTION | 12 +++++++----- MD5 | 14 +++++++++----- R/forestSAS_simapp.R |only R/ggrosechart.R |only R/simtreecom.R | 8 ++++---- R/storeydvd.R | 2 +- build/partial.rdb |binary man/forestSAS_simapp.Rd |only man/ggrosechart.Rd |only man/storeydvd.Rd | 2 +- 10 files changed, 22 insertions(+), 16 deletions(-)
Title: Spatial Regression Models for Large Datasets using Nearest
Neighbor Gaussian Processes
Description: Fits univariate Bayesian spatial regression models for large datasets using Nearest Neighbor Gaussian Processes (NNGP) detailed in Finley, Datta, Banerjee (2022) <doi:10.18637/jss.v103.i05>, Finley, Datta, Cook, Morton, Andersen, and Banerjee (2019) <doi:10.1080/10618600.2018.1537924>, and Datta, Banerjee, Finley, and Gelfand (2016) <doi:10.1080/01621459.2015.1044091>.
Author: Andrew Finley [aut, cre],
Abhirup Datta [aut],
Sudipto Banerjee [aut]
Maintainer: Andrew Finley <finleya@msu.edu>
Diff between spNNGP versions 1.0.1 dated 2024-09-23 and 1.0.2 dated 2026-05-28
DESCRIPTION | 14 ++++++---- MD5 | 13 +++++---- R/spNNGP.R | 24 ++++++++++++++++- README.md |only build/partial.rdb |binary src/sNNGP.cpp | 71 ++++++++++++++++++++++++++++++++++++----------------- src/sNNGPLogit.cpp | 71 ++++++++++++++++++++++++++++++++++++----------------- tests |only 8 files changed, 137 insertions(+), 56 deletions(-)
Title: Univariate and Multivariate Spatial-Temporal Modeling
Description: Fits univariate and multivariate spatio-temporal
random effects models for point-referenced data using Markov chain Monte Carlo (MCMC). Details are given in Finley, Banerjee, and Gelfand (2015) <doi:10.18637/jss.v063.i13> and Finley and Banerjee <doi:10.1016/j.envsoft.2019.104608>.
Author: Andrew Finley [aut, cre],
Sudipto Banerjee [aut]
Maintainer: Andrew Finley <finleya@msu.edu>
Diff between spBayes versions 0.4-8 dated 2024-09-23 and 0.4-9 dated 2026-05-28
DESCRIPTION | 17 ++++++++++------- MD5 | 12 ++++++++++-- README.md |only inst/figures |only man/SVCMvData.dat.Rd | 3 +-- man/figures |only tests |only 7 files changed, 21 insertions(+), 11 deletions(-)
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, cre] ,
Wenping Wang [aut],
Alan Hindmarsh [ctb],
Arun Srinivasan [ctb],
Awad H. Al-Mohy [ctb],
Bill Denney [ctb] ,
Cleve Moler [ctb],
David Cooley [ctb],
Drew Schmidt [ctb],
Ernst Hairer [ctb],
Gabriel Staples [ctb],
Gerhard W [...truncated...]
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Diff between rxode2 versions 5.0.2 dated 2026-03-20 and 5.1.1 dated 2026-05-28
rxode2-5.0.2/rxode2/tests/testthat/_problems |only rxode2-5.0.2/rxode2/tests/testthat/testthat-problems.rds |only rxode2-5.1.1/rxode2/DESCRIPTION | 15 rxode2-5.1.1/rxode2/MD5 | 421 rxode2-5.1.1/rxode2/NAMESPACE | 57 rxode2-5.1.1/rxode2/NEWS.md | 91 rxode2-5.1.1/rxode2/R/DollarNames.R | 17 rxode2-5.1.1/rxode2/R/RcppExports.R | 92 rxode2-5.1.1/rxode2/R/confint.R | 36 rxode2-5.1.1/rxode2/R/d.R | 14 rxode2-5.1.1/rxode2/R/err-sim.R | 52 rxode2-5.1.1/rxode2/R/et-helpers.R |only rxode2-5.1.1/rxode2/R/et-methods.R |only rxode2-5.1.1/rxode2/R/et.R | 1539 - rxode2-5.1.1/rxode2/R/etNew.R |only rxode2-5.1.1/rxode2/R/etTran.R | 66 rxode2-5.1.1/rxode2/R/etVctrs.R |only rxode2-5.1.1/rxode2/R/evidPush.R |only rxode2-5.1.1/rxode2/R/genShinyApp.template.R | 9 rxode2-5.1.1/rxode2/R/getBaseSim.R | 7 rxode2-5.1.1/rxode2/R/localOptions.R |only rxode2-5.1.1/rxode2/R/parseFuns.R | 10 rxode2-5.1.1/rxode2/R/plogis.R |only rxode2-5.1.1/rxode2/R/print.R | 70 rxode2-5.1.1/rxode2/R/rudfui.R | 92 rxode2-5.1.1/rxode2/R/rxLinCmt.R | 439 rxode2-5.1.1/rxode2/R/rxMemoryEstimate.R |only rxode2-5.1.1/rxode2/R/rxSerialize.R |only rxode2-5.1.1/rxode2/R/rxStack.R | 2 rxode2-5.1.1/rxode2/R/rxUiGet.R | 3 rxode2-5.1.1/rxode2/R/rxode-options.R | 5 rxode2-5.1.1/rxode2/R/rxode2.R | 10 rxode2-5.1.1/rxode2/R/rxode2_md5.R | 2 rxode2-5.1.1/rxode2/R/rxrandom.R | 2 rxode2-5.1.1/rxode2/R/rxsolve.R | 813 rxode2-5.1.1/rxode2/R/splitBolus.R |only rxode2-5.1.1/rxode2/R/symengine.R | 13 rxode2-5.1.1/rxode2/R/tran.R | 6 rxode2-5.1.1/rxode2/R/utils.R | 31 rxode2-5.1.1/rxode2/build/partial.rdb |binary rxode2-5.1.1/rxode2/build/vignette.rds |binary rxode2-5.1.1/rxode2/data/rxReservedKeywords.rda |binary rxode2-5.1.1/rxode2/data/rxResidualError.rda |binary rxode2-5.1.1/rxode2/data/rxSyntaxFunctions.rda |binary rxode2-5.1.1/rxode2/inst/doc/rxode2-syntax.Rmd | 3 rxode2-5.1.1/rxode2/inst/doc/rxode2-syntax.html | 43 rxode2-5.1.1/rxode2/inst/include/rxMemoryCalc.h |only rxode2-5.1.1/rxode2/inst/include/rxode2.h | 19 rxode2-5.1.1/rxode2/inst/include/rxode2EventTranslate.h |only rxode2-5.1.1/rxode2/inst/include/rxode2_RcppExports.h | 125 rxode2-5.1.1/rxode2/inst/include/rxode2_control.h | 7 rxode2-5.1.1/rxode2/inst/include/rxode2_model_shared.c | 42 rxode2-5.1.1/rxode2/inst/include/rxode2_model_shared.h | 21 rxode2-5.1.1/rxode2/inst/include/rxode2parseGetTime.h | 85 rxode2-5.1.1/rxode2/inst/include/rxode2parseHandleEvid.h | 111 rxode2-5.1.1/rxode2/inst/include/rxode2parseStruct.h | 113 rxode2-5.1.1/rxode2/inst/include/rxode2parseVer.h | 4 rxode2-5.1.1/rxode2/inst/include/rxode2parse_control.h | 14 rxode2-5.1.1/rxode2/inst/include/rxode2ptr.h | 54 rxode2-5.1.1/rxode2/inst/include/sbuf.c | 17 rxode2-5.1.1/rxode2/inst/tools/workaround.R | 16 rxode2-5.1.1/rxode2/inst/tran.g | 98 rxode2-5.1.1/rxode2/man/ELU.Rd | 32 rxode2-5.1.1/rxode2/man/GELU.Rd | 32 rxode2-5.1.1/rxode2/man/PReLU.Rd | 32 rxode2-5.1.1/rxode2/man/ReLU.Rd | 32 rxode2-5.1.1/rxode2/man/SELU.Rd | 32 rxode2-5.1.1/rxode2/man/Swish.Rd | 32 rxode2-5.1.1/rxode2/man/add.sampling.Rd | 2 rxode2-5.1.1/rxode2/man/as.data.table.rxEt.Rd |only rxode2-5.1.1/rxode2/man/as_tibble.rxEt.Rd |only rxode2-5.1.1/rxode2/man/assertCompartmentExists.Rd | 16 rxode2-5.1.1/rxode2/man/assertCompartmentName.Rd | 16 rxode2-5.1.1/rxode2/man/assertCompartmentNew.Rd | 16 rxode2-5.1.1/rxode2/man/assertRxUi.Rd | 16 rxode2-5.1.1/rxode2/man/assertVariableExists.Rd | 16 rxode2-5.1.1/rxode2/man/assertVariableNew.Rd | 16 rxode2-5.1.1/rxode2/man/binomProbs.Rd | 2 rxode2-5.1.1/rxode2/man/bolus.Rd |only rxode2-5.1.1/rxode2/man/dELU.Rd | 32 rxode2-5.1.1/rxode2/man/dGELU.Rd | 32 rxode2-5.1.1/rxode2/man/dPReLU.Rd | 32 rxode2-5.1.1/rxode2/man/dReLU.Rd | 32 rxode2-5.1.1/rxode2/man/dSELU.Rd | 32 rxode2-5.1.1/rxode2/man/dSwish.Rd | 32 rxode2-5.1.1/rxode2/man/dlReLU.Rd | 32 rxode2-5.1.1/rxode2/man/dot-rxLastCompileSuccess.Rd |only rxode2-5.1.1/rxode2/man/dsoftplus.Rd | 32 rxode2-5.1.1/rxode2/man/et.Rd | 34 rxode2-5.1.1/rxode2/man/etRbind.Rd | 10 rxode2-5.1.1/rxode2/man/etRep.Rd | 6 rxode2-5.1.1/rxode2/man/etTrans.Rd | 17 rxode2-5.1.1/rxode2/man/evid_.Rd |only rxode2-5.1.1/rxode2/man/genShinyApp.template.Rd | 9 rxode2-5.1.1/rxode2/man/getRxThreads.Rd | 12 rxode2-5.1.1/rxode2/man/infuse.Rd |only rxode2-5.1.1/rxode2/man/infuseDur.Rd |only rxode2-5.1.1/rxode2/man/ini.Rd | 4 rxode2-5.1.1/rxode2/man/is.rxEt.Rd | 17 rxode2-5.1.1/rxode2/man/lReLU.Rd | 32 rxode2-5.1.1/rxode2/man/linMod.Rd | 16 rxode2-5.1.1/rxode2/man/linToOde.Rd |only rxode2-5.1.1/rxode2/man/multiply.Rd |only rxode2-5.1.1/rxode2/man/obs.Rd |only rxode2-5.1.1/rxode2/man/phantom.Rd |only rxode2-5.1.1/rxode2/man/plot.rxSolve.Rd | 4 rxode2-5.1.1/rxode2/man/print.rxModelVars.Rd | 7 rxode2-5.1.1/rxode2/man/reexports.Rd | 4 rxode2-5.1.1/rxode2/man/replace.Rd |only rxode2-5.1.1/rxode2/man/reset.Rd |only rxode2-5.1.1/rxode2/man/rmdhunks/rxode2-create-models.Rmd | 4 rxode2-5.1.1/rxode2/man/rmdhunks/rxode2-syntax-hunk.Rmd | 2 rxode2-5.1.1/rxode2/man/rxCombineErrorLines.Rd | 3 rxode2-5.1.1/rxode2/man/rxDfdy.Rd | 12 rxode2-5.1.1/rxode2/man/rxInits.Rd | 12 rxode2-5.1.1/rxode2/man/rxLhs.Rd | 12 rxode2-5.1.1/rxode2/man/rxLoadState.Rd |only rxode2-5.1.1/rxode2/man/rxMemSummary.Rd |only rxode2-5.1.1/rxode2/man/rxMemoryEstimate.Rd |only rxode2-5.1.1/rxode2/man/rxModelVars.Rd | 12 rxode2-5.1.1/rxode2/man/rxParams.Rd | 16 rxode2-5.1.1/rxode2/man/rxRename.Rd | 4 rxode2-5.1.1/rxode2/man/rxSaveState.Rd |only rxode2-5.1.1/rxode2/man/rxSolve.Rd | 104 rxode2-5.1.1/rxode2/man/rxState.Rd | 12 rxode2-5.1.1/rxode2/man/rxTheme.Rd | 4 rxode2-5.1.1/rxode2/man/rxUdfUi.Rd | 28 rxode2-5.1.1/rxode2/man/rxUdfUiControl.Rd | 16 rxode2-5.1.1/rxode2/man/rxUdfUiData.Rd | 16 rxode2-5.1.1/rxode2/man/rxUdfUiEst.Rd | 16 rxode2-5.1.1/rxode2/man/rxUdfUiExpr.Rd |only rxode2-5.1.1/rxode2/man/rxUdfUiFlag.Rd |only rxode2-5.1.1/rxode2/man/rxUdfUiIniLhs.Rd | 16 rxode2-5.1.1/rxode2/man/rxUdfUiIsValue.Rd |only rxode2-5.1.1/rxode2/man/rxUdfUiMv.Rd | 16 rxode2-5.1.1/rxode2/man/rxUdfUiNum.Rd | 16 rxode2-5.1.1/rxode2/man/rxUdfUiParsing.Rd | 16 rxode2-5.1.1/rxode2/man/rxUiGet.Rd | 6 rxode2-5.1.1/rxode2/man/rxode2.Rd | 11 rxode2-5.1.1/rxode2/man/softplus.Rd | 32 rxode2-5.1.1/rxode2/man/splitBolus.Rd |only rxode2-5.1.1/rxode2/man/testIniDf.Rd | 16 rxode2-5.1.1/rxode2/man/testRxUnbounded.Rd | 16 rxode2-5.1.1/rxode2/man/zeroRe.Rd | 4 rxode2-5.1.1/rxode2/src/Makevars.in | 6 rxode2-5.1.1/rxode2/src/RcppExports.cpp | 315 rxode2-5.1.1/rxode2/src/approx.cpp | 36 rxode2-5.1.1/rxode2/src/cbindThetaOmega.cpp | 12 rxode2-5.1.1/rxode2/src/checkmate.cpp | 6 rxode2-5.1.1/rxode2/src/codegen.c | 40 rxode2-5.1.1/rxode2/src/codegen.h | 13 rxode2-5.1.1/rxode2/src/codegen2.h | 40 rxode2-5.1.1/rxode2/src/cvPost.cpp | 160 rxode2-5.1.1/rxode2/src/dop853.c | 374 rxode2-5.1.1/rxode2/src/dop853.h | 65 rxode2-5.1.1/rxode2/src/et.cpp | 3622 -- rxode2-5.1.1/rxode2/src/etTran.cpp | 202 rxode2-5.1.1/rxode2/src/expm.cpp | 27 rxode2-5.1.1/rxode2/src/fast_factor.cpp | 52 rxode2-5.1.1/rxode2/src/forder.cpp | 2 rxode2-5.1.1/rxode2/src/genModelVars.c | 127 rxode2-5.1.1/rxode2/src/genModelVars.h | 29 rxode2-5.1.1/rxode2/src/handle_evid.cpp | 42 rxode2-5.1.1/rxode2/src/init.c | 86 rxode2-5.1.1/rxode2/src/isEt.c | 42 rxode2-5.1.1/rxode2/src/linCmt.cpp | 79 rxode2-5.1.1/rxode2/src/lsoda.c | 17 rxode2-5.1.1/rxode2/src/omegaChol.c | 198 rxode2-5.1.1/rxode2/src/par_solve.cpp | 1577 - rxode2-5.1.1/rxode2/src/par_solve.h | 60 rxode2-5.1.1/rxode2/src/parseFuns.h | 456 rxode2-5.1.1/rxode2/src/parseLinCmt.c | 36 rxode2-5.1.1/rxode2/src/parseLogical.h | 138 rxode2-5.1.1/rxode2/src/parseStatements.h | 15 rxode2-5.1.1/rxode2/src/parseSyntaxErrors.h | 17 rxode2-5.1.1/rxode2/src/rx2api.c | 42 rxode2-5.1.1/rxode2/src/rx2api.h | 29 rxode2-5.1.1/rxode2/src/rxData.cpp | 1713 + rxode2-5.1.1/rxode2/src/rxData.h | 8 rxode2-5.1.1/rxode2/src/rxDerived.cpp | 162 rxode2-5.1.1/rxode2/src/rxGlobals.h |only rxode2-5.1.1/rxode2/src/rxMemAvail.h |only rxode2-5.1.1/rxode2/src/rxMemoryComponents.cpp |only rxode2-5.1.1/rxode2/src/rxProtect.h |only rxode2-5.1.1/rxode2/src/rxSerialize.cpp |only rxode2-5.1.1/rxode2/src/rxode2_altrep.c |only rxode2-5.1.1/rxode2/src/rxode2_altrep.h |only rxode2-5.1.1/rxode2/src/rxode2_df.cpp | 1179 rxode2-5.1.1/rxode2/src/rxode2_df.h | 8 rxode2-5.1.1/rxode2/src/rxomp.h | 10 rxode2-5.1.1/rxode2/src/rxthreefry.cpp | 76 rxode2-5.1.1/rxode2/src/sbuf.c | 17 rxode2-5.1.1/rxode2/src/seed.cpp | 3 rxode2-5.1.1/rxode2/src/strdup_printf.c | 4 rxode2-5.1.1/rxode2/src/tran.c | 78 rxode2-5.1.1/rxode2/src/tran.g.d_parser.h |12480 +++++++--- rxode2-5.1.1/rxode2/src/tran.h | 35 rxode2-5.1.1/rxode2/src/udf.cpp | 7 rxode2-5.1.1/rxode2/src/utilc.cpp | 194 rxode2-5.1.1/rxode2/tests/testthat/test-000-modelVars.R | 61 rxode2-5.1.1/rxode2/tests/testthat/test-altrep-output.R |only rxode2-5.1.1/rxode2/tests/testthat/test-backward.R | 43 rxode2-5.1.1/rxode2/tests/testthat/test-cov.R | 18 rxode2-5.1.1/rxode2/tests/testthat/test-dollar-names.R | 10 rxode2-5.1.1/rxode2/tests/testthat/test-dsl.R | 7 rxode2-5.1.1/rxode2/tests/testthat/test-et-r.R |only rxode2-5.1.1/rxode2/tests/testthat/test-et-vctrs.R |only rxode2-5.1.1/rxode2/tests/testthat/test-et.R | 249 rxode2-5.1.1/rxode2/tests/testthat/test-etTrans.R | 692 rxode2-5.1.1/rxode2/tests/testthat/test-evid-push.R |only rxode2-5.1.1/rxode2/tests/testthat/test-evid3.R | 62 rxode2-5.1.1/rxode2/tests/testthat/test-iCov.R | 24 rxode2-5.1.1/rxode2/tests/testthat/test-ind-alloc.R |only rxode2-5.1.1/rxode2/tests/testthat/test-ini.R | 7 rxode2-5.1.1/rxode2/tests/testthat/test-interp.R | 13 rxode2-5.1.1/rxode2/tests/testthat/test-issue-999.R |only rxode2-5.1.1/rxode2/tests/testthat/test-issue-lhs-string-segfault.R |only rxode2-5.1.1/rxode2/tests/testthat/test-lhs-str.R | 32 rxode2-5.1.1/rxode2/tests/testthat/test-lincmt-solve-sens.R |only rxode2-5.1.1/rxode2/tests/testthat/test-lincmt-solve.R | 2 rxode2-5.1.1/rxode2/tests/testthat/test-logical.R | 30 rxode2-5.1.1/rxode2/tests/testthat/test-nmtest.R | 43 rxode2-5.1.1/rxode2/tests/testthat/test-par-dop853.R |only rxode2-5.1.1/rxode2/tests/testthat/test-pkg-exported-funs.R |only rxode2-5.1.1/rxode2/tests/testthat/test-plogis.R |only rxode2-5.1.1/rxode2/tests/testthat/test-random.R | 24 rxode2-5.1.1/rxode2/tests/testthat/test-resample.R | 46 rxode2-5.1.1/rxode2/tests/testthat/test-rxIs.R | 6 rxode2-5.1.1/rxode2/tests/testthat/test-rxMemoryEstimate.R |only rxode2-5.1.1/rxode2/tests/testthat/test-rxode-issue-982.R |only rxode2-5.1.1/rxode2/tests/testthat/test-seq.R | 2 rxode2-5.1.1/rxode2/tests/testthat/test-serialize.R |only rxode2-5.1.1/rxode2/tests/testthat/test-sticky-vars.R |only rxode2-5.1.1/rxode2/tests/testthat/test-tolFactor.R |only rxode2-5.1.1/rxode2/tests/testthat/test-ui-err.R | 6 rxode2-5.1.1/rxode2/tests/testthat/test-ui-piping.R | 2 rxode2-5.1.1/rxode2/tests/testthat/test-ui-solve.R | 16 rxode2-5.1.1/rxode2/tests/testthat/test-ui.R | 218 rxode2-5.1.1/rxode2/tests/testthat/test-zzzz-rxUse.R | 14 rxode2-5.1.1/rxode2/vignettes/rxode2-syntax.Rmd | 3 240 files changed, 19988 insertions(+), 11406 deletions(-)
Title: R Interface to API 'vk.com'
Description: Load data from vk.com api about your communiti users and views,
ads performance, post on user wall and etc. For more information
see API Documentation <https://vk.com/dev/first_guide>.
Author: Alexey Seleznev [aut, cre]
Maintainer: Alexey Seleznev <selesnow@gmail.com>
Diff between rvkstat versions 3.2.0 dated 2021-10-18 and 3.3.2 dated 2026-05-28
DESCRIPTION | 16 +++++---- MD5 | 76 ++++++++++++++++++++++---------------------- NEWS.md | 20 +++++++++++ R/vkGetAdAccounts.R | 2 - R/vkGetAdAgeStats.R | 2 - R/vkGetAdBudget.R | 2 - R/vkGetAdCampaigns.R | 2 - R/vkGetAdCategories.R | 2 - R/vkGetAdCityStats.R | 2 - R/vkGetAdClients.R | 2 - R/vkGetAdGenderAgeStats.R | 2 - R/vkGetAdGenderStats.R | 2 - R/vkGetAdPostsReach.R | 2 - R/vkGetAdStatistics.R | 6 +-- R/vkGetAds.R | 2 - R/vkGetAdsLayout.R | 2 - R/vkGetDbCities.R | 2 - R/vkGetDbCountries.R | 2 - R/vkGetDbMetroStations.R | 2 - R/vkGetDbRegions.R | 2 - R/vkGetDbSchools.R | 2 - R/vkGetDbUniversities.R | 2 - R/vkGetGroupMembers.R | 2 - R/vkGetGroupStat.R | 2 - R/vkGetGroupStatAge.R | 2 - R/vkGetGroupStatCity.R | 2 - R/vkGetGroupStatCountries.R | 2 - R/vkGetGroupStatGender.R | 2 - R/vkGetGroupStatGenderAge.R | 2 - R/vkGetGroupStatPostReach.R | 2 - R/vkGetUserFriends.R | 2 - R/vkGetUserGroups.R | 2 - R/vkGetUserWall.R | 2 - R/zzz.R | 2 - README.md | 12 +++--- build/partial.rdb |binary man/vkGetDbMetroStations.Rd | 62 +++++++++++++++++------------------ man/vkGetDbSchools.Rd | 68 +++++++++++++++++++-------------------- man/vkGetDbUniversities.Rd | 74 +++++++++++++++++++++--------------------- 39 files changed, 208 insertions(+), 186 deletions(-)
Title: Multilevel B-Spline Approximation
Description: Functions to interpolate irregularly and regularly spaced data using Multilevel B-spline Approximation (MBA). Functions call portions of the SINTEF Multilevel B-spline Library written by Øyvind Hjelle which implements methods developed by Lee, Wolberg and Shin (1997; <doi:10.1109/2945.620490>).
Author: Andrew Finley [aut, cre],
Sudipto Banerjee [aut],
Oeyvind Hjelle [aut],
Roger Bivand [ctb]
Maintainer: Andrew Finley <finleya@msu.edu>
Diff between MBA versions 0.1-2 dated 2024-09-23 and 0.1-3 dated 2026-05-28
DESCRIPTION | 13 ++++++++----- MD5 | 7 ++++++- README.md |only inst |only man/figures |only tests |only 6 files changed, 14 insertions(+), 6 deletions(-)
Title: Generalized Kumaraswamy Distribution Family
Description: Implements the five-parameter Generalized Kumaraswamy ('gkw')
distribution proposed by 'Carrasco, Ferrari and Cordeiro (2010)'
<doi:10.48550/arXiv.1004.0911> and its seven nested sub-families for
modeling bounded continuous data on the unit interval (0,1). The 'gkw'
distribution extends the Kumaraswamy distribution described by Jones (2009)
<doi:10.1016/j.stamet.2008.04.001>. Provides density, distribution,
quantile, and random generation functions, along with analytical
log-likelihood, gradient, and Hessian functions implemented in 'C++' via
'RcppArmadillo' for maximum computational efficiency. Suitable for modeling
proportions, rates, percentages, and indices exhibiting complex features
such as asymmetry, or heavy tails and other shapes not adequately captured by
standard distributions like simple Beta or Kumaraswamy.
Author: Jose Evandeilton Lopes [aut, cre]
Maintainer: Jose Evandeilton Lopes <evandeilton@gmail.com>
Diff between gkwdist versions 1.1.3 dated 2026-05-21 and 1.1.4 dated 2026-05-28
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS.md | 9 +++++++++ inst/doc/into-gkwdist.html | 6 +++--- inst/doc/theory-gkwdist.html | 4 ++-- tests/testthat/test-mle-performance.R | 2 ++ 6 files changed, 24 insertions(+), 13 deletions(-)
Title: Genetic Analysis Package
Description: As first reported [Zhao, J. H. 2007. "gap: Genetic Analysis Package". J Stat Soft 23(8):1-18.
<doi:10.18637/jss.v023.i08>], it is designed as an integrated package for genetic data
analysis of both population and family data. Currently, it contains functions for
sample size calculations of both population-based and family-based designs, probability
of familial disease aggregation, kinship calculation, statistics in linkage analysis,
and association analysis involving genetic markers including haplotype analysis with or
without environmental covariates. Over years, the package has been developed in-between
many projects hence also in line with the name (gap).
Author: Jing Hua Zhao [aut, cre] ,
Kurt Hornik [ctb],
Brian Ripley [ctb],
Uwe Ligges [ctb],
Achim Zeileis [ctb]
Maintainer: Jing Hua Zhao <jinghuazhao@hotmail.com>
Diff between gap versions 1.15.1 dated 2026-05-24 and 1.15.2 dated 2026-05-28
gap-1.15.1/gap/inst/doc/gap_incl.html |only gap-1.15.2/gap/ChangeLog | 3 +++ gap-1.15.2/gap/DESCRIPTION | 8 ++++---- gap-1.15.2/gap/MD5 | 23 +++++++++++------------ gap-1.15.2/gap/build/partial.rdb |binary gap-1.15.2/gap/build/vignette.rds |binary gap-1.15.2/gap/inst/README.md | 1 + gap-1.15.2/gap/inst/doc/gap.R | 5 ++--- gap-1.15.2/gap/inst/doc/gap.Rmd | 10 +++++----- gap-1.15.2/gap/inst/doc/gap.html | 2 +- gap-1.15.2/gap/inst/doc/shinygap.html | 4 ++-- gap-1.15.2/gap/src/pfc.sim.f | 9 ++++++--- gap-1.15.2/gap/vignettes/gap.Rmd | 10 +++++----- 13 files changed, 40 insertions(+), 35 deletions(-)
Title: Dunn's Test of Multiple Comparisons Using Rank Sums
Description: Computes Dunn's test (1964) for stochastic superiority and reports the results among multiple pairwise comparisons after a Kruskal-Wallis test for stochastic superiority among k groups (Kruskal and Wallis, 1952). 'dunn.test' makes k(k-1)/2 multiple pairwise comparisons based on Dunn's z-test-statistic approximations to the actual rank statistics. The null hypothesis for each pairwise comparison is that the probability of observing a randomly selected value from the first group that is larger than a randomly selected value from the second group equals one half; this null hypothesis corresponds to that of the Wilcoxon-Mann-Whitney rank-sum test. 'dunn.test' accounts for tied ranks.
Author: Alexis Dinno [aut, cre, cph]
Maintainer: Alexis Dinno <alexis.dinno@pdx.edu>
Diff between dunn.test versions 1.3.7 dated 2026-02-13 and 1.4.0 dated 2026-05-28
DESCRIPTION | 12 MD5 | 26 - NAMESPACE | 1 R/all.integers.R |only R/alphabetize.factor.R |only R/centertext.R |only R/dunn.test.R | 748 +++++++++++------------------------- R/dunntestheader.R |only R/dunntestptable.R |only R/dunntestztable.R |only R/get_order.R |only R/kwallis.test.R |only R/multiple_comparisons_adjustment.R |only R/pad.left.R | 3 R/pad.spaces.R | 3 R/tiedranks.R |only R/tpad.R |only R/zformat.R |only build/partial.rdb |binary man/dunn.test.Rd | 63 ++- 20 files changed, 314 insertions(+), 542 deletions(-)
Title: Vectorised Computation of P-Values and Their Supports for
Several Discrete Statistical Tests
Description: Provides vectorised functions for computing p-values of various
common discrete statistical tests, as described e.g. in Agresti (2002)
<doi:10.1002/0471249688>, including their distributions. Exact and
approximate computation methods are provided. For exact ones, several
procedures of determining two-sided p-values are included, which are
outlined in more detail in Hirji (2006) <doi:10.1201/9781420036190>.
Author: Florian Junge [cre, aut] ,
Christina Kihn [aut],
Sebastian Doehler [ctb] ,
Guillermo Durand [ctb]
Maintainer: Florian Junge <diso.fbmn@h-da.de>
Diff between DiscreteTests versions 0.4.0 dated 2026-05-19 and 0.4.1 dated 2026-05-28
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++------- NEWS.md | 5 +++++ R/DiscreteTests-package.R | 8 ++++---- R/permutation.r | 6 +++--- man/DiscreteTests-package.Rd | 8 ++++---- man/perm_test_pv.Rd | 6 +++--- src/permutation.cpp | 1 + 8 files changed, 31 insertions(+), 25 deletions(-)
Title: Retrieval Functions for USGS and EPA Hydrology and Water Quality
Data
Description: Collection of functions to help retrieve U.S. Geological Survey
and U.S. Environmental Protection Agency water quality and
hydrology data from web services.
Author: Laura DeCicco [aut, cre] ,
Robert Hirsch [aut] ,
David Lorenz [aut],
Jordan Read [ctb],
Jordan Walker [ctb],
Lindsay Platt [ctb],
David Watkins [aut] ,
David Blodgett [aut] ,
Mike Johnson [aut] ,
Aliesha Krall [ctb] ,
Lee Stanish [ctb] ,
Joseph Zemme [...truncated...]
Maintainer: Laura DeCicco <ldecicco@usgs.gov>
Diff between dataRetrieval versions 2.7.24 dated 2026-03-31 and 2.7.25 dated 2026-05-28
DESCRIPTION | 8 - MD5 | 161 ++++++++++---------- NAMESPACE | 2 NEWS | 25 +++ R/AAA.R | 34 ++-- R/constructNWISURL.R | 20 -- R/construct_api_requests.R | 156 ++++++++++++------- R/dataRetrieval-package.R | 4 R/findNLDI.R | 17 +- R/getWebServiceData.R | 11 + R/get_ogc_data.R | 156 ++++++++++++++++--- R/importWQP.R | 20 -- R/readNGWMNdata.R | 19 +- R/readNWISdata.R | 75 --------- R/readNWISunit.R | 91 ++++------- R/readWQPdata.R | 206 ++++++++++++------------- R/readWQPqw.R | 26 +-- R/read_waterdata.R | 43 +++-- R/read_waterdata_channel.R | 32 +--- R/read_waterdata_combined_meta.R | 41 ++--- R/read_waterdata_continuous.R | 25 +-- R/read_waterdata_daily.R | 33 +--- R/read_waterdata_field_measurements.R | 42 ++--- R/read_waterdata_field_meta.R | 33 +--- R/read_waterdata_latest_continuous.R | 32 +--- R/read_waterdata_latest_daily.R | 34 +--- R/read_waterdata_metadata.R | 24 ++- R/read_waterdata_monitoring_location.R | 27 +-- R/read_waterdata_parameter_codes.R | 13 + R/read_waterdata_peaks.R |only R/read_waterdata_ratings.R |only R/read_waterdata_samples.R | 103 ++---------- R/read_waterdata_stats.R | 51 +++++- R/read_waterdata_ts_meta.R | 39 +--- R/rejigger_cols.R | 8 - R/sysdata.rda |binary R/walk_pages.R | 71 ++++---- R/whatWQPdata.R | 38 ++-- R/whatWQPsites.R | 58 +++---- build/vignette.rds |binary inst/CITATION | 4 inst/doc/dataRetrieval.R | 24 +-- inst/doc/dataRetrieval.Rmd | 28 +-- inst/doc/dataRetrieval.html | 39 ++-- man/check_arguments_api.Rd |only man/check_arguments_non_api.Rd |only man/construct_api_requests.Rd | 57 +++++-- man/construct_waterdata_sample_request.Rd | 2 man/get_nldi_sources.Rd | 2 man/readNWISdata.Rd | 78 --------- man/readNWISpeak.Rd | 10 - man/readNWISrating.Rd | 4 man/readNWISstat.Rd | 34 ++-- man/readNWISuv.Rd | 19 -- man/readWQPdata.Rd | 194 ++++++++++++------------ man/readWQPqw.Rd | 26 +-- man/readWQPsummary.Rd | 44 ++--- man/read_USGS_samples.Rd |only man/read_waterdata.Rd | 19 ++ man/read_waterdata_channel.Rd | 51 ++++-- man/read_waterdata_combined_meta.Rd | 66 +++++--- man/read_waterdata_continuous.Rd | 38 +++- man/read_waterdata_daily.Rd | 48 ++++-- man/read_waterdata_field_measurements.Rd | 68 ++++++-- man/read_waterdata_field_meta.Rd | 48 ++++-- man/read_waterdata_latest_continuous.Rd | 48 ++++-- man/read_waterdata_latest_daily.Rd | 50 ++++-- man/read_waterdata_metadata.Rd | 20 ++ man/read_waterdata_monitoring_location.Rd | 45 ++++- man/read_waterdata_parameter_codes.Rd | 11 + man/read_waterdata_peaks.Rd |only man/read_waterdata_ratings.Rd |only man/read_waterdata_samples.Rd | 30 --- man/read_waterdata_stats.Rd | 23 ++ man/read_waterdata_ts_meta.Rd | 70 +++++--- man/summarize_waterdata_samples.Rd | 11 - man/whatWQPdata.Rd | 20 +- man/wqpSpecials.Rd | 32 ++-- man/wqp_check_status.Rd | 12 - tests/testthat/test_waterdata_stats.R | 29 +++ tests/testthat/tests_general.R | 240 +++++++++++------------------- tests/testthat/tests_imports.R | 212 -------------------------- tests/testthat/tests_nldi.R | 1 tests/testthat/tests_userFriendly_fxns.R | 157 +++++++++++-------- vignettes/dataRetrieval.Rmd | 28 +-- 85 files changed, 1842 insertions(+), 1878 deletions(-)
Title: ADaM in R Asset Library
Description: A toolbox for programming Clinical Data Interchange Standards
Consortium (CDISC) compliant Analysis Data Model (ADaM) datasets in R.
ADaM datasets are a mandatory part of any New Drug or Biologics
License Application submitted to the United States Food and Drug
Administration (FDA). Analysis derivations are implemented in
accordance with the "Analysis Data Model Implementation Guide" (CDISC
Analysis Data Model Team, 2021,
<https://www.cdisc.org/standards/foundational/adam>).
Author: Edoardo Mancini [aut, cre] ,
Stefan Bundfuss [aut] ,
Matt Bearham [aut],
Arianna Cascone [aut] ,
Kristin Dahnert [aut],
Jeffrey Dickinson [aut],
Ross Farrugia [aut],
Fanny Gautier [aut],
Gordon Miller [aut],
Lina Patil [aut],
Jim Rothstein [aut] ,
Be [...truncated...]
Maintainer: Edoardo Mancini <edoardo.mancini@roche.com>
Diff between admiral versions 1.4.1 dated 2026-02-03 and 1.4.2 dated 2026-05-28
DESCRIPTION | 19 MD5 | 346 +++++++++--------- NEWS.md | 4 R/data.R | 2 R/derive_merged.R | 2 R/derive_var_extreme_flag.R | 2 build/vignette.rds |binary inst/doc/generic.html | 4 man/adjust_last_day_imputation.Rd | 12 man/admiral-package.Rd | 4 man/assert_date_imputation.Rd | 12 man/assert_db_requirements.Rd | 36 - man/assert_highest_imputation.Rd | 30 - man/assert_parameters_argument.Rd | 12 man/assert_terms.Rd | 24 - man/assert_time_imputation.Rd | 12 man/basket_select.Rd | 31 - man/call_derivation.Rd | 24 - man/call_user_fun.Rd | 6 man/censor_source.Rd | 37 - man/chr2vars.Rd | 6 man/compute_age_years.Rd | 14 man/compute_bmi.Rd | 14 man/compute_bsa.Rd | 21 - man/compute_dtf.Rd | 12 man/compute_duration.Rd | 52 -- man/compute_egfr.Rd | 42 -- man/compute_framingham.Rd | 48 -- man/compute_map.Rd | 18 man/compute_qtc.Rd | 19 man/compute_qual_imputation.Rd | 18 man/compute_qual_imputation_dec.Rd | 6 man/compute_rr.Rd | 6 man/compute_scale.Rd | 31 - man/compute_tmf.Rd | 19 man/consolidate_metadata.Rd | 35 - man/convert_blanks_to_na.Rd | 6 man/convert_date_to_dtm.Rd | 50 -- man/convert_dtc_to_dt.Rd | 43 -- man/convert_dtc_to_dtm.Rd | 51 -- man/convert_na_to_blanks.Rd | 6 man/convert_xxtpt_to_hours.Rd | 136 ------- man/count_vals.Rd | 12 man/create_period_dataset.Rd | 18 man/create_query_data.Rd | 18 man/create_single_dose_dataset.Rd | 62 --- man/date_source.Rd | 24 - man/default_qtc_paramcd.Rd | 7 man/derivation_slice.Rd | 12 man/derive_basetype_records.Rd | 12 man/derive_expected_records.Rd | 22 - man/derive_extreme_event.Rd | 518 --------------------------- man/derive_extreme_records.Rd | 622 -------------------------------- man/derive_locf_records.Rd | 195 ---------- man/derive_param_bmi.Rd | 55 -- man/derive_param_bsa.Rd | 62 --- man/derive_param_computed.Rd | 382 ------------------- man/derive_param_doseint.Rd | 67 --- man/derive_param_exist_flag.Rd | 64 --- man/derive_param_exposure.Rd | 34 - man/derive_param_extreme_record.Rd | 43 -- man/derive_param_framingham.Rd | 97 ----- man/derive_param_map.Rd | 56 -- man/derive_param_qtc.Rd | 56 -- man/derive_param_rr.Rd | 42 -- man/derive_param_tte.Rd | 587 ------------------------------ man/derive_param_wbc_abs.Rd | 52 -- man/derive_summary_records.Rd | 333 ----------------- man/derive_var_age_years.Rd | 25 - man/derive_var_analysis_ratio.Rd | 24 - man/derive_var_anrind.Rd | 18 man/derive_var_atoxgr.Rd | 18 man/derive_var_atoxgr_dir.Rd | 87 ---- man/derive_var_base.Rd | 30 - man/derive_var_chg.Rd | 6 man/derive_var_dthcaus.Rd | 24 - man/derive_var_extreme_dt.Rd | 37 - man/derive_var_extreme_dtm.Rd | 37 - man/derive_var_extreme_flag.Rd | 413 --------------------- man/derive_var_joined_exist_flag.Rd | 627 -------------------------------- man/derive_var_merged_ef_msrc.Rd | 56 -- man/derive_var_merged_exist_flag.Rd | 65 --- man/derive_var_merged_summary.Rd | 42 -- man/derive_var_nfrlt.Rd | 627 -------------------------------- man/derive_var_obs_number.Rd | 33 - man/derive_var_ontrtfl.Rd | 61 --- man/derive_var_pchg.Rd | 6 man/derive_var_relative_flag.Rd | 67 --- man/derive_var_shift.Rd | 36 - man/derive_var_trtdurd.Rd | 18 man/derive_var_trtemfl.Rd | 378 ------------------- man/derive_vars_aage.Rd | 45 -- man/derive_vars_atc.Rd | 30 - man/derive_vars_cat.Rd | 227 ----------- man/derive_vars_computed.Rd | 54 -- man/derive_vars_crit_flag.Rd | 188 --------- man/derive_vars_dt.Rd | 331 ----------------- man/derive_vars_dtm.Rd | 276 -------------- man/derive_vars_dtm_to_dt.Rd | 12 man/derive_vars_dtm_to_tm.Rd | 12 man/derive_vars_duration.Rd | 70 --- man/derive_vars_dy.Rd | 18 man/derive_vars_extreme_event.Rd | 60 --- man/derive_vars_joined.Rd | 689 ------------------------------------ man/derive_vars_joined_summary.Rd | 359 ------------------ man/derive_vars_merged.Rd | 363 ------------------ man/derive_vars_merged_lookup.Rd | 74 --- man/derive_vars_merged_summary.Rd | 42 -- man/derive_vars_period.Rd | 24 - man/derive_vars_query.Rd | 12 man/derive_vars_transposed.Rd | 50 -- man/dt_level.Rd | 8 man/dthcaus_source.Rd | 44 -- man/dtm_level.Rd | 9 man/event.Rd | 51 -- man/event_joined.Rd | 72 --- man/event_source.Rd | 31 - man/ex_single.Rd | 2 man/extend_condition.Rd | 18 man/extract_duplicate_records.Rd | 13 man/extract_unit.Rd | 6 man/filter_date_sources.Rd | 44 -- man/filter_exist.Rd | 24 - man/filter_extreme.Rd | 35 - man/filter_joined.Rd | 361 ------------------ man/filter_not_exist.Rd | 24 - man/filter_relative.Rd | 61 --- man/flag_event.Rd | 21 - man/format.basket_select.Rd | 12 man/format_imputed_dtc.Rd | 6 man/get_admiral_option.Rd | 6 man/get_dt_dtm_range.Rd | 12 man/get_flagged_records.Rd | 25 - man/get_highest_imputation_level.Rd | 12 man/get_hori_data.Rd | 33 - man/get_imputation_target_date.Rd | 10 man/get_imputation_target_time.Rd | 4 man/get_imputation_targets.Rd | 14 man/get_joined_data.Rd | 84 ---- man/get_joined_sub_data.Rd | 62 --- man/get_partialdatetime.Rd | 12 man/get_summary_records.Rd | 22 - man/get_terms_from_db.Rd | 54 -- man/get_vars_query.Rd | 12 man/impute_date_time.Rd | 12 man/impute_dtc_dt.Rd | 43 -- man/impute_dtc_dtm.Rd | 51 -- man/is_partial_datetime.Rd | 6 man/list_all_templates.Rd | 6 man/list_tte_source_objects.Rd | 6 man/max_cond.Rd | 12 man/min_cond.Rd | 12 man/negate_vars.Rd | 6 man/params.Rd | 6 man/pipe.Rd | 12 man/print.adam_templates.Rd | 12 man/print.duplicates.Rd | 12 man/print.source.Rd | 12 man/print_named_list.Rd | 12 man/propagate_na_values.Rd | 6 man/query.Rd | 37 - man/records_source.Rd | 20 - man/restrict_derivation.Rd | 24 - man/restrict_imputed_dtc_dt.Rd | 27 - man/restrict_imputed_dtc_dtm.Rd | 27 - man/set_admiral_options.Rd | 18 man/signal_duplicate_records.Rd | 35 - man/slice_derivation.Rd | 24 - man/transform_range.Rd | 32 - man/tte_source.Rd | 37 - man/use_ad_template.Rd | 30 - man/validate_basket_select.Rd | 6 man/validate_query.Rd | 6 man/yn_to_numeric.Rd | 6 174 files changed, 1014 insertions(+), 11140 deletions(-)
Title: R Client for the 'ChEA3' Transcription Factor Enrichment API
Description: Interface to the 'ChEA3' transcription factor enrichment API.
'ChEA3' integrates evidence from ChIP-seq, co-expression, and literature
resources to prioritize transcription factors regulating a given set
of genes. This package provides convenient R functions to query the API,
retrieve ranked results across collections (including integrated scores),
and standardize output for downstream analysis in R/Bioconductor workflows.
See <https://maayanlab.cloud/chea3/> or Keenan (2019) <doi:10.1093/nar/gkz446>
for further details.
Author: Christophe Tav [aut, cre]
Maintainer: Christophe Tav <christophe.tav@gmail.com>
Diff between rChEA3 versions 0.2.0 dated 2025-10-15 and 1.0.1 dated 2026-05-28
DESCRIPTION | 8 +++--- MD5 | 24 +++++++++---------- NEWS.md | 19 +++++++++++++-- R/queryChEA3.R | 21 ++++++++++++++-- README.md | 38 +++++++++++++++++++++++++++--- build/partial.rdb |binary build/vignette.rds |binary inst/doc/rChEA3.R | 14 +++++++++++ inst/doc/rChEA3.Rmd | 29 +++++++++++++++++++++++ inst/doc/rChEA3.html | 64 +++++++++++++++++++++++++++++++++++++-------------- man/queryChEA3.Rd | 20 +++++++++++++++ man/today.Rd | 2 - vignettes/rChEA3.Rmd | 29 +++++++++++++++++++++++ 13 files changed, 224 insertions(+), 44 deletions(-)
Title: Sports Physiology Analysis from Local 'Strava' Data
Description: Tools for reproducible, offline analysis of endurance-training data
exported from 'Strava'. Provides data import, quality-control,
cohort-reference, and visualization helpers for sports-science indicators
including acute:chronic workload ratio, aerobic efficiency, cardiovascular
decoupling, exposure, and personal-best profiles.
Author: Zhiang He [aut, cre],
Eunseop Kim [rev] for
rOpenSci, see
https://github.com/ropensci/software-review/issues/728),
Simon Nolte [rev] for
rOpenSci, see
https://github.com/ropensci/software-review/issues/728)
Maintainer: Zhiang He <ang@hezhiang.com>
Diff between Athlytics versions 0.1.2 dated 2025-05-16 and 1.0.5 dated 2026-05-27
Athlytics-0.1.2/Athlytics/R/strava_helpers.R |only Athlytics-0.1.2/Athlytics/R/zzz.R |only Athlytics-0.1.2/Athlytics/data/Athlytics_sample_data.RData |only Athlytics-0.1.2/Athlytics/inst/doc/Athlytics-introduction.R |only Athlytics-0.1.2/Athlytics/inst/doc/Athlytics-introduction.Rmd |only Athlytics-0.1.2/Athlytics/inst/doc/Athlytics-introduction.html |only Athlytics-0.1.2/Athlytics/inst/doc/Athlytics-introduction.md |only Athlytics-0.1.2/Athlytics/man/athlytics_sample_acwr.Rd |only Athlytics-0.1.2/Athlytics/man/athlytics_sample_decoupling.Rd |only Athlytics-0.1.2/Athlytics/man/athlytics_sample_ef.Rd |only Athlytics-0.1.2/Athlytics/man/athlytics_sample_exposure.Rd |only Athlytics-0.1.2/Athlytics/man/athlytics_sample_pbs.Rd |only Athlytics-0.1.2/Athlytics/man/fetch_strava_activities.Rd |only Athlytics-0.1.2/Athlytics/tests/testthat/helper-mockapi.R |only Athlytics-0.1.2/Athlytics/tests/testthat/helper-mockdata.R |only Athlytics-0.1.2/Athlytics/tests/testthat/test-calculate_decoupling.R |only Athlytics-0.1.2/Athlytics/tests/testthat/test-calculate_exposure.R |only Athlytics-0.1.2/Athlytics/tests/testthat/test-calculate_pbs.R |only Athlytics-0.1.2/Athlytics/tests/testthat/test-strava_helpers.R |only Athlytics-0.1.2/Athlytics/tests/testthat/testthat.R |only Athlytics-0.1.2/Athlytics/vignettes/Athlytics-introduction.Rmd |only Athlytics-1.0.5/Athlytics/DESCRIPTION | 53 Athlytics-1.0.5/Athlytics/LICENSE | 4 Athlytics-1.0.5/Athlytics/MD5 | 174 - Athlytics-1.0.5/Athlytics/NAMESPACE | 136 Athlytics-1.0.5/Athlytics/NEWS.md | 404 ++ Athlytics-1.0.5/Athlytics/R/Athlytics-package.R |only Athlytics-1.0.5/Athlytics/R/calculate_acwr.R | 752 +++-- Athlytics-1.0.5/Athlytics/R/calculate_acwr_ewma.R |only Athlytics-1.0.5/Athlytics/R/calculate_decoupling.R | 1018 ++++--- Athlytics-1.0.5/Athlytics/R/calculate_ef.R | 1052 ++++++- Athlytics-1.0.5/Athlytics/R/calculate_exposure.R | 537 +-- Athlytics-1.0.5/Athlytics/R/calculate_pbs.R | 751 +++-- Athlytics-1.0.5/Athlytics/R/cohort_reference.R |only Athlytics-1.0.5/Athlytics/R/color_palettes.R |only Athlytics-1.0.5/Athlytics/R/data.R | 164 - Athlytics-1.0.5/Athlytics/R/flag_quality.R |only Athlytics-1.0.5/Athlytics/R/internal_load.R |only Athlytics-1.0.5/Athlytics/R/load_local_activities.R |only Athlytics-1.0.5/Athlytics/R/parse_activity_file.R |only Athlytics-1.0.5/Athlytics/R/plot_acwr.R | 462 +-- Athlytics-1.0.5/Athlytics/R/plot_acwr_enhanced.R |only Athlytics-1.0.5/Athlytics/R/plot_decoupling.R | 375 -- Athlytics-1.0.5/Athlytics/R/plot_ef.R | 324 +- Athlytics-1.0.5/Athlytics/R/plot_exposure.R | 392 +- Athlytics-1.0.5/Athlytics/R/plot_pbs.R | 393 +- Athlytics-1.0.5/Athlytics/R/utils.R | 296 ++ Athlytics-1.0.5/Athlytics/README.md | 498 +-- Athlytics-1.0.5/Athlytics/build/partial.rdb |only Athlytics-1.0.5/Athlytics/build/vignette.rds |binary Athlytics-1.0.5/Athlytics/data/sample_acwr.rda |only Athlytics-1.0.5/Athlytics/data/sample_decoupling.rda |only Athlytics-1.0.5/Athlytics/data/sample_ef.rda |only Athlytics-1.0.5/Athlytics/data/sample_exposure.rda |only Athlytics-1.0.5/Athlytics/data/sample_pbs.rda |only Athlytics-1.0.5/Athlytics/inst/CITATION | 130 Athlytics-1.0.5/Athlytics/inst/doc/advanced_features.R |only Athlytics-1.0.5/Athlytics/inst/doc/advanced_features.Rmd |only Athlytics-1.0.5/Athlytics/inst/doc/advanced_features.html |only Athlytics-1.0.5/Athlytics/inst/doc/athlytics_introduction.R |only Athlytics-1.0.5/Athlytics/inst/doc/athlytics_introduction.Rmd |only Athlytics-1.0.5/Athlytics/inst/doc/athlytics_introduction.html |only Athlytics-1.0.5/Athlytics/inst/extdata |only Athlytics-1.0.5/Athlytics/man/Athlytics-package.Rd |only Athlytics-1.0.5/Athlytics/man/add_reference_bands.Rd |only Athlytics-1.0.5/Athlytics/man/athlytics_palette_nature.Rd |only Athlytics-1.0.5/Athlytics/man/athlytics_palette_vibrant.Rd |only Athlytics-1.0.5/Athlytics/man/calculate_acwr.Rd | 359 +- Athlytics-1.0.5/Athlytics/man/calculate_acwr_ewma.Rd |only Athlytics-1.0.5/Athlytics/man/calculate_cohort_reference.Rd |only Athlytics-1.0.5/Athlytics/man/calculate_decoupling.Rd | 284 +- Athlytics-1.0.5/Athlytics/man/calculate_ef.Rd | 364 ++ Athlytics-1.0.5/Athlytics/man/calculate_ef_from_stream.Rd |only Athlytics-1.0.5/Athlytics/man/calculate_exposure.Rd | 215 - Athlytics-1.0.5/Athlytics/man/calculate_pbs.Rd | 210 - Athlytics-1.0.5/Athlytics/man/figures |only Athlytics-1.0.5/Athlytics/man/find_best_effort.Rd |only Athlytics-1.0.5/Athlytics/man/flag_quality.Rd |only Athlytics-1.0.5/Athlytics/man/load_local_activities.Rd |only Athlytics-1.0.5/Athlytics/man/parse_activity_file.Rd |only Athlytics-1.0.5/Athlytics/man/parse_fit_file.Rd |only Athlytics-1.0.5/Athlytics/man/parse_gpx_file.Rd |only Athlytics-1.0.5/Athlytics/man/parse_tcx_file.Rd |only Athlytics-1.0.5/Athlytics/man/plot_acwr.Rd | 175 - Athlytics-1.0.5/Athlytics/man/plot_acwr_comparison.Rd |only Athlytics-1.0.5/Athlytics/man/plot_acwr_enhanced.Rd |only Athlytics-1.0.5/Athlytics/man/plot_decoupling.Rd | 205 - Athlytics-1.0.5/Athlytics/man/plot_ef.Rd | 144 - Athlytics-1.0.5/Athlytics/man/plot_exposure.Rd | 182 - Athlytics-1.0.5/Athlytics/man/plot_pbs.Rd | 200 - Athlytics-1.0.5/Athlytics/man/plot_with_reference.Rd |only Athlytics-1.0.5/Athlytics/man/sample_acwr.Rd |only Athlytics-1.0.5/Athlytics/man/sample_decoupling.Rd |only Athlytics-1.0.5/Athlytics/man/sample_ef.Rd |only Athlytics-1.0.5/Athlytics/man/sample_exposure.Rd |only Athlytics-1.0.5/Athlytics/man/sample_pbs.Rd |only Athlytics-1.0.5/Athlytics/man/summarize_quality.Rd |only Athlytics-1.0.5/Athlytics/man/theme_athlytics.Rd |only Athlytics-1.0.5/Athlytics/tests/testthat.R |only Athlytics-1.0.5/Athlytics/tests/testthat/_snaps |only Athlytics-1.0.5/Athlytics/tests/testthat/helper-test-data.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-acwr.R | 1302 ++++++--- Athlytics-1.0.5/Athlytics/tests/testthat/test-cohort-reference.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-decoupling.R | 760 +++-- Athlytics-1.0.5/Athlytics/tests/testthat/test-ef.R | 1392 ++++++++-- Athlytics-1.0.5/Athlytics/tests/testthat/test-exposure.R | 309 +- Athlytics-1.0.5/Athlytics/tests/testthat/test-flag-quality.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-internal-load.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-load-local-activities.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-parse-activity-file-stream.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-pbs.R | 775 ++++- Athlytics-1.0.5/Athlytics/tests/testthat/test-plot-acwr-enhanced.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-plot-exposure-comprehensive.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-plot-snapshots.R |only Athlytics-1.0.5/Athlytics/tests/testthat/test-utils.R | 162 - Athlytics-1.0.5/Athlytics/tests/testthat/test-vignettes.R |only Athlytics-1.0.5/Athlytics/vignettes/advanced_features.Rmd |only Athlytics-1.0.5/Athlytics/vignettes/athlytics_introduction.Rmd |only 118 files changed, 9775 insertions(+), 5178 deletions(-)
Title: Voter Distance to Polling Locations
Description: Calculates the distance between each voter in a voter file
(given lat/long coordinates or sf point geometries) and multiple
polling or vote-by-mail drop box locations. Returns nearest location,
k-nearest locations, or all locations within a distance threshold.
Core computation uses the Haversine formula implemented in C++ via
'Rcpp'.
Author: Loren Collingwood [aut, cre]
Maintainer: Loren Collingwood <lcollingwood@unm.edu>
This is a re-admission after prior archival of version 1.1 dated 2017-03-20
Diff between Rvoterdistance versions 1.1 dated 2017-03-20 and 2.0.0 dated 2026-05-27
Rvoterdistance-1.1/Rvoterdistance/R/dist_km.R |only Rvoterdistance-1.1/Rvoterdistance/R/dist_mile.R |only Rvoterdistance-1.1/Rvoterdistance/R/smorgesboard.R |only Rvoterdistance-1.1/Rvoterdistance/demo |only Rvoterdistance-1.1/Rvoterdistance/inst/doc/Rvoterdistance-manual.pdf |only Rvoterdistance-1.1/Rvoterdistance/man/deg2rad.Rd |only Rvoterdistance-1.1/Rvoterdistance/man/distanceEarth.Rd |only Rvoterdistance-1.1/Rvoterdistance/man/nearest_dbox.Rd |only Rvoterdistance-1.1/Rvoterdistance/man/nearest_dbox2.Rd |only Rvoterdistance-1.1/Rvoterdistance/man/rad2deg.Rd |only Rvoterdistance-1.1/Rvoterdistance/man/smorgesboard.Rd |only Rvoterdistance-1.1/Rvoterdistance/man/vecminInd.Rd |only Rvoterdistance-1.1/Rvoterdistance/src/haversine_dbox.cpp |only Rvoterdistance-1.1/Rvoterdistance/src/registerDynamicSymbol.c |only Rvoterdistance-2.0.0/Rvoterdistance/DESCRIPTION | 34 ++- Rvoterdistance-2.0.0/Rvoterdistance/MD5 | 59 +++--- Rvoterdistance-2.0.0/Rvoterdistance/NAMESPACE | 9 Rvoterdistance-2.0.0/Rvoterdistance/R/RcppExports.R | 24 -- Rvoterdistance-2.0.0/Rvoterdistance/R/Rvoterdistance-package.R |only Rvoterdistance-2.0.0/Rvoterdistance/R/data.R |only Rvoterdistance-2.0.0/Rvoterdistance/R/nearest_location.R |only Rvoterdistance-2.0.0/Rvoterdistance/R/utils.R |only Rvoterdistance-2.0.0/Rvoterdistance/R/voter_distance.R |only Rvoterdistance-2.0.0/Rvoterdistance/README.md |only Rvoterdistance-2.0.0/Rvoterdistance/build |only Rvoterdistance-2.0.0/Rvoterdistance/inst/doc/introduction.R |only Rvoterdistance-2.0.0/Rvoterdistance/inst/doc/introduction.Rmd |only Rvoterdistance-2.0.0/Rvoterdistance/inst/doc/introduction.html |only Rvoterdistance-2.0.0/Rvoterdistance/man/Rvoterdistance-package.Rd | 39 +-- Rvoterdistance-2.0.0/Rvoterdistance/man/dbox.Rd | 37 +-- Rvoterdistance-2.0.0/Rvoterdistance/man/dist_km.Rd | 47 +--- Rvoterdistance-2.0.0/Rvoterdistance/man/dist_mile.Rd | 47 +--- Rvoterdistance-2.0.0/Rvoterdistance/man/early_meck.Rd | 35 +-- Rvoterdistance-2.0.0/Rvoterdistance/man/haversine.Rd |only Rvoterdistance-2.0.0/Rvoterdistance/man/king_geo.Rd | 36 +-- Rvoterdistance-2.0.0/Rvoterdistance/man/nearest_location.Rd |only Rvoterdistance-2.0.0/Rvoterdistance/man/voter_meck.Rd | 35 +-- Rvoterdistance-2.0.0/Rvoterdistance/src/Makevars |only Rvoterdistance-2.0.0/Rvoterdistance/src/RcppExports.cpp | 98 ++++------ Rvoterdistance-2.0.0/Rvoterdistance/src/haversine.cpp |only Rvoterdistance-2.0.0/Rvoterdistance/src/knearest.cpp |only Rvoterdistance-2.0.0/Rvoterdistance/tests |only Rvoterdistance-2.0.0/Rvoterdistance/vignettes |only 43 files changed, 218 insertions(+), 282 deletions(-)
More information about Rvoterdistance at CRAN
Permanent link
Title: Hidden Markov Models for Multivariate Panel Data
Description: Estimates hidden Markov models from the family of Cholesky-decomposed Gaussian hidden Markov models (CDGHMM) under various missingness schemes. This family improves upon estimation of traditional Gaussian HMMs by introducing parsimony, as well as, controlling for dropped out observations and non-random missingness. See Neal, Sochaniwsky and McNicholas (2024) <DOI:10.1007/s11222-024-10462-0>.
Author: Mackenzie R. Neal [aut, cre] ,
Alexa A. Sochaniwsky [aut],
Paul D. McNicholas [aut]
Maintainer: Mackenzie R. Neal <nealm6@mcmaster.ca>
Diff between CDGHMM versions 0.1.2 dated 2025-06-12 and 0.1.3 dated 2026-05-27
DESCRIPTION | 10 MD5 | 11 NAMESPACE | 2 R/Support_functions.R |only R/cdghmm.R | 1009 +++++++------------------------------------------- inst/CITATION | 4 man/cdghmm.Rd | 8 7 files changed, 172 insertions(+), 872 deletions(-)
Title: Extracting and Visualizing Paleobiodiversity
Description: Contains various tools for conveniently downloading and editing taxon-specific datasets from the Paleobiology Database <https://paleobiodb.org>, extracting information on abundance, temporal distribution of subtaxa and taxonomic diversity through deep time, and visualizing these data in relation to phylogeny and stratigraphy.
Author: Darius Nau [aut, cre]
Maintainer: Darius Nau <dariusnau@gmx.at>
Diff between paleoDiv versions 0.4.6 dated 2025-03-23 and 0.4.12 dated 2026-05-27
DESCRIPTION | 8 MD5 | 38 ++-- NAMESPACE | 2 NEWS.md | 24 ++ R/data.R | 4 R/paleoDiv.R | 277 ++++++++++++++++++++++--------- build/vignette.rds |binary inst/doc/Paleobiodiversity_analysis.html | 34 +-- man/ages_archosauria.Rd | 2 man/divdistr_.Rd | 4 man/diversity_table.Rd | 2 man/multijitter.Rd | 9 + man/occ.cleanup.Rd | 9 - man/phylo.spindles.Rd | 3 man/rmeana.Rd | 15 + man/ts.periods.Rd | 12 + man/ts.stages.Rd | 11 + man/viol.Rd | 6 man/violins.Rd | 3 tests/testthat/test-paleodiv.R | 3 20 files changed, 325 insertions(+), 141 deletions(-)
Title: Import 'REDATAM' Files
Description: Import 'REDATAM' formats into R via the 'Open REDATAM' C++ library.
The full context of this project and details about the implementation are
available in <doi:10.1017/dap.2025.4> (Open Access).
Author: Mauricio Vargas Sepulveda [aut, cre] ,
Lital Barkai [aut],
Ivan Krylov [ctb],
Arseny Kapoulkine [ctb] ,
Oriental Republic of Uruguay [dtc]
Maintainer: Mauricio Vargas Sepulveda <m.vargas.sepulveda@gmail.com>
Diff between redatam versions 2.3.0 dated 2026-05-17 and 2.3.1 dated 2026-05-27
DESCRIPTION | 6 - MD5 | 10 - NEWS.md | 14 ++ src/vendor/pugiconfig.hpp | 13 +- src/vendor/pugixml.cpp | 242 ++++++++++++++++++++++++++++++++++------------ src/vendor/pugixml.hpp | 81 ++++++++------- 6 files changed, 252 insertions(+), 114 deletions(-)