Mon, 01 Jun 2026

Package missingHE updated to version 1.6.1 with previous version 1.6.0 dated 2026-03-19

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(-)

More information about missingHE at CRAN
Permanent link

New package tceper with initial version 0.1.4
Package: tceper
Title: Access the 'Open Data API' of Pernambuco Court of Accounts
Version: 0.1.4
Description: An R interface to the 'Open Data API' of the Tribunal de Contas do Estado de Pernambuco (TCE-PE), the Court of Accounts of the State of Pernambuco, Brazil. Provides tidy, ready-to-use functions to query public data on revenues, expenditures, commitments, procurement, contracts, agreements, public works, legal processes, personnel and reference tables for all state and municipal government entities in Pernambuco. All results are returned as tibbles with column names converted to 'snake_case' by default. Uses 'httr2' for HTTP requests and 'cli' for user-friendly messages. See <https://sistemas.tcepe.tc.br/DadosAbertos/> for the API documentation.
License: MIT + file LICENSE
URL: https://strategicprojects.github.io/tceper/, https://github.com/StrategicProjects/tceper
BugReports: https://github.com/StrategicProjects/tceper/issues
Encoding: UTF-8
Language: en
Depends: R (>= 4.1.0)
Imports: cli (>= 3.6.0), httr2 (>= 1.0.0), jsonlite, rlang (>= 1.1.0), tibble, purrr, janitor
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, dplyr, stringr, ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-28 20:33:08 UTC; leite
Author: Andre Leite [aut, cre], Marcos Wasilew [aut], Hugo Vasconcelos [aut], Carlos Amorin [aut], Diogo Bezerra [aut]
Maintainer: Andre Leite <leite@castlab.org>
Repository: CRAN
Date/Publication: 2026-06-01 14:20:02 UTC

More information about tceper at CRAN
Permanent link

New package RsimdDispatch with initial version 0.1.1
Package: RsimdDispatch
Title: Runtime 'SIMD' Dispatch Templates for 'C' Code in 'R' Packages
Version: 0.1.1
Description: Provides templates and a working example for runtime Single Instruction Multiple Data ('SIMD') dispatch in 'C' code used by 'R' packages. Packages can stage scalar and architecture-specific kernel objects during configuration, then select a compiled and CPU-supported implementation at runtime through guarded function pointers. The package also vendors the header-only 'SIMDe' library for downstream packages through the 'LinkingTo' field.
License: GPL (>= 2)
Copyright: See inst/AUTHORS and inst/LICENCE.note for bundled SIMDe authorship and licensing details.
SystemRequirements: GNU make
Suggests: bench, knitr, rmarkdown, tinytest
VignetteBuilder: knitr
Encoding: UTF-8
URL: https://github.com/sounkou-bioinfo/RsimdDispatch, https://sounkou-bioinfo.github.io/RsimdDispatch/
BugReports: https://github.com/sounkou-bioinfo/RsimdDispatch/issues
NeedsCompilation: yes
Packaged: 2026-05-28 20:43:01 UTC; sounkoutoure
Author: Sounkou Mahamane Toure [aut, cre], Evan Nemerson [cph] , SIMDe contributors [ctb]
Maintainer: Sounkou Mahamane Toure <sounkoutoure@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 14:30:02 UTC

More information about RsimdDispatch at CRAN
Permanent link

Package NobBS updated to version 1.1.1 with previous version 1.1.0 dated 2025-05-07

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(-)

More information about NobBS at CRAN
Permanent link

Package HetSeq updated to version 0.1.1 with previous version 0.1.0 dated 2025-02-03

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(-)

More information about HetSeq at CRAN
Permanent link

Package hbsaems updated to version 1.1.0 with previous version 1.0.0 dated 2026-05-24

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(-)

More information about hbsaems at CRAN
Permanent link

Package SUNGEO readmission to version 1.4.0 with previous version 1.3.0 dated 2024-05-14

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(-)

More information about SUNGEO at CRAN
Permanent link

New package rDeckgl with initial version 0.1.0
Package: rDeckgl
Title: R Bindings to 'Deck.gl'
Version: 0.1.0
Description: Provides R bindings for 'deck.gl', a 'WebGL' framework for rendering large interactive spatial and tabular visualizations. The package supplies 'htmlwidgets' and 'shiny' bindings, supports 'DuckDB'-backed data hydration, and bundles the JavaScript assets needed to render 'deck.gl' specifications from R.
License: MIT + file LICENSE
URL: https://github.com/TiRizvanov/rDeckgl
BugReports: https://github.com/TiRizvanov/rDeckgl/issues
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.1.0)
Imports: htmlwidgets (>= 1.5.4), shiny (>= 1.7.0), jsonlite (>= 1.8.0), yaml (>= 2.3.0), DBI (>= 1.1.0), duckdb (>= 1.4.0), arrow (>= 12.0.0), base64enc (>= 0.1.3), stats
Suggests: adbcdrivermanager, nanoarrow, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-28 17:02:22 UTC; timurrizvanov
Author: Timur Rizvanov [aut, cre], Edward C. Ruiz [aut], Ruben Dries [aut, rev], Dries Lab [fnd] , Boston University [fnd] )
Maintainer: Timur Rizvanov <timurr@bu.edu>
Repository: CRAN
Date/Publication: 2026-06-01 13:40:02 UTC

More information about rDeckgl at CRAN
Permanent link

New package miceDRF with initial version 0.1.0
Package: miceDRF
Title: Imputation with 'mice' and Distributional Random Forests
Version: 0.1.0
Description: Provides a custom imputation method for the 'mice' package based on distributional random forests. The package implements the 'mice.impute.DRF' method, which can be used within the standard 'mice' workflow. Missing values are imputed by estimating conditional distributions with distributional random forests and sampling observed responses using forest weights.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/KrystynaGrzesiak/miceDRF, https://krystynagrzesiak.github.io/miceDRF/
BugReports: https://github.com/KrystynaGrzesiak/miceDRF/issues
Imports: drf
Suggests: mice, spelling, testthat (>= 3.0.0)
Language: en-US
NeedsCompilation: no
Packaged: 2026-05-28 17:24:23 UTC; Krysia
Author: Krystyna Grzesiak [aut, cre] , Jeffrey Naef [aut]
Maintainer: Krystyna Grzesiak <krygrz11@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 13:50:02 UTC

More information about miceDRF at CRAN
Permanent link

Package eClosure updated to version 0.9.5 with previous version 0.9.4 dated 2026-04-15

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(-)

More information about eClosure at CRAN
Permanent link

New package corMLPE with initial version 0.1.0
Package: corMLPE
Title: Correlation Structures for Symmetric Relational Data
Version: 0.1.0
Description: Implements correlation structures for symmetric relational data (e.g. pairwise distances and dissimilarities) that interface with models using 'nlme'-style correlation structures. The maximum likelihood population effects method is described by Clarke et al. (2002) <doi:10.1198/108571102320>.
Imports: MASS, Matrix, methods, nlme, Rcpp
LinkingTo: Rcpp, RcppArmadillo
License: GPL-2
Encoding: UTF-8
Suggests: covr, testthat (>= 3.0.0)
NeedsCompilation: yes
Packaged: 2026-05-28 14:55:26 UTC; peterman.73
Author: Nathaniel Pope [aut], Bill Peterman [aut, cre]
Maintainer: Bill Peterman <peterman.73@osu.edu>
Repository: CRAN
Date/Publication: 2026-06-01 13:30:06 UTC

More information about corMLPE at CRAN
Permanent link

Package pkgstats updated to version 0.2.3 with previous version 0.2.2 dated 2026-02-11

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(-)

More information about pkgstats at CRAN
Permanent link

Package paws.database updated to version 0.10.0 with previous version 0.9.0 dated 2025-03-14

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(-)

More information about paws.database at CRAN
Permanent link

Package modsem updated to version 1.0.20 with previous version 1.0.19 dated 2026-04-30

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(-)

More information about modsem at CRAN
Permanent link

Package dsROCrate updated to version 0.1.0 with previous version 0.0.2 dated 2026-04-27

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(-)

More information about dsROCrate at CRAN
Permanent link

Package Waypoint updated to version 1.3.0 with previous version 1.2.1 dated 2025-05-31

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(-)

More information about Waypoint at CRAN
Permanent link

Package mirai updated to version 2.7.1 with previous version 2.7.0 dated 2026-05-08

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(-)

More information about mirai at CRAN
Permanent link

Package MBESS updated to version 5.0.0 with previous version 4.9.42 dated 2026-01-08

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(-)

More information about MBESS at CRAN
Permanent link

Package s2 updated to version 1.1.11 with previous version 1.1.9 dated 2025-05-23

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(-)

More information about s2 at CRAN
Permanent link

Package mlr3fda updated to version 0.6.0 with previous version 0.5.0 dated 2026-05-03

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(-)

More information about mlr3fda at CRAN
Permanent link

Package BuyseTest updated to version 3.3.9 with previous version 3.3.4 dated 2025-09-24

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(-)

More information about BuyseTest at CRAN
Permanent link

Package antaresEditObject updated to version 1.0.1 with previous version 1.0.0 dated 2026-02-03

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

New package mvBayes with initial version 1.2.1
Package: mvBayes
Title: Multivariate Bayesian Regression
Version: 1.2.1
Description: Fit, plot, and predict a multivariate response, using an arbitrary univariate Bayesian regression model to independently fit basis components (e.g., principal components) of the response (Francom et al., 2025 <DOI:10.1137/24M1644092>).
License: MIT + file LICENSE
Imports: MASS, methods, BASS, latex2exp, cli, splines
Suggests: fdasrvf, BayesPPR, knitr, rmarkdown
Encoding: UTF-8
URL: https://github.com/sandialabs/mvBayesR
BugReports: https://github.com/sandialabs/mvBayesR/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-28 14:05:24 UTC; jdtuck
Author: Gavin Collins [aut, ctb], J. Derek Tucker [ctb, cre] , Sandia National Laboratories [cph, fnd]
Maintainer: J. Derek Tucker <jdtuck@sandia.gov>
Repository: CRAN
Date/Publication: 2026-06-01 09:10:02 UTC

More information about mvBayes at CRAN
Permanent link

New package csemGT with initial version 1.0.0
Package: csemGT
Title: Conditional Standard Error of Measurement in Generalizability Theory
Version: 1.0.0
Description: Estimates the per-person conditional standard error of measurement (CSEM) under the persons-by-items single-facet crossed design of Generalizability Theory, following Brennan (1998) <doi:10.1177/014662169802200401>. Implements three estimators of the relative error variance (full, large_a, uncorrelated) and the closed-form absolute error variance, with both analytical and item-resampling bootstrap sampling variances, quadratic smoothing of CSEMs on observed score, D-study extrapolation, and base-graphics plotting.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports: stats, utils, graphics, grDevices
Suggests: boot, mgcv, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), vdiffr, covr, spelling, mirt, haven
VignetteBuilder: knitr
URL: https://github.com/rgempp/csemGT, https://gempp.cl/csemGT/
BugReports: https://github.com/rgempp/csemGT/issues
Language: en-GB
NeedsCompilation: no
Packaged: 2026-05-28 13:42:59 UTC; rene.gempp
Author: Rene Gempp [aut, cre, cph]
Maintainer: Rene Gempp <rene.gempp@udp.cl>
Repository: CRAN
Date/Publication: 2026-06-01 09:10:08 UTC

More information about csemGT at CRAN
Permanent link

New package cloudosR with initial version 0.2.0
Package: cloudosR
Title: 'Lifebit' Platform 'API' Client
Version: 0.2.0
Description: Interacts with the 'Lifebit' Platform Cohort Browser 'API' <https://cloudos.lifebit.ai>. Enables schema discovery, table exploration, and read-only 'SQL' query execution with policy-aware behavior and team-based access control for cohort data analysis. Requires bastion-enabled workspaces for 'API' access.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: httr2, jsonlite, utils
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-28 13:42:42 UTC; leilamansouri
Author: Leila Mansouri [aut, cre]
Maintainer: Leila Mansouri <leila.mansouri@lifebit.ai>
Repository: CRAN
Date/Publication: 2026-06-01 09:10:14 UTC

More information about cloudosR at CRAN
Permanent link

New package XOMultinom with initial version 0.8.7
Package: XOMultinom
Title: Exact Distributions of Some Functions of the Ordered Multinomial Counts
Version: 0.8.7
Date: 2026-05-28
Maintainer: Sergio Venturini <sergio.venturini@unicatt.it>
Description: Implements exact algorithms for computing the distributions of the maximum, the minimum, the range, and the sum of the J largest order statistics of a multinomial random vector. Two complementary algorithm families are provided: the recursive tree-traversal method of Bonetti, Cirillo, and Ogay (2019) <doi:10.1098/rsos.190198>, which covers all four statistics under the equiprobable hypothesis; and the stochastic matrix method of Corrado (2011) <doi:10.1007/s11222-010-9174-3>, which handles the maximum, minimum, and range for arbitrary probability vectors. Functions for power evaluation and sample size determination for goodness-of-fit tests based on these order statistics are also provided. Computationally intensive routines are implemented in 'C++' for efficiency.
License: GPL-3
URL: https://github.com/sergioventurini/XOMultinom
BugReports: https://github.com/sergioventurini/XOMultinom/issues
Depends: R (>= 3.6.0), utils
Imports: ggplot2 (>= 3.5.1), graphics, methods, Rcpp, rlang, stats, tools
LinkingTo: Rcpp, RcppProgress
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2026-05-28 09:26:17 UTC; Sergio
Author: Sergio Venturini [aut, cre], Marco Bonetti [ctb]
Repository: CRAN
Date/Publication: 2026-06-01 08:40:12 UTC

More information about XOMultinom at CRAN
Permanent link

New package tmap.sources with initial version 0.1
Package: tmap.sources
Title: Data Sources for 'tmap'
Version: 0.1
Description: Provides support for a variety of spatial data sources in 'tmap', including remote, tiled, and streaming formats. Enables the use of external vector and raster data without requiring full data import, facilitating efficient visualization workflows.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 4.1)
Imports: tmap (>= 4.3), sf, httr2, jsonlite, freestiler, data.table, servr, cli
Suggests: tmap.mapgl (>= 0.2-1)
URL: https://github.com/r-tmap/tmap.sources
BugReports: https://github.com/r-tmap/tmap.sources/issues
NeedsCompilation: no
Packaged: 2026-05-28 08:29:14 UTC; mtes
Author: Martijn Tennekes [aut, cre]
Maintainer: Martijn Tennekes <mtennekes@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 08:40:02 UTC

More information about tmap.sources at CRAN
Permanent link

New package StochSimR with initial version 1.1.0
Package: StochSimR
Title: Stochastic Process Simulation Engine
Version: 1.1.0
Description: A modular simulation engine for a wide range of stochastic processes. Provides exact and approximate simulation methods for Poisson processes (homogeneous and inhomogeneous), Brownian motion (standard, drifted, and bridge), discrete- and continuous-time Markov chains, birth-death processes, the Yule pure-birth process, infinitesimal generator matrix utilities, Markovian queuing systems (M/M/1, M/M/c, M/M/c/K) with exact steady-state statistics, Levy processes (gamma, normal inverse Gaussian, variance-gamma, alpha-stable), Merton jump-diffusion models, Hawkes self-exciting processes, geometric Brownian motion, and Ornstein-Uhlenbeck mean-reverting diffusions. Includes variance reduction techniques (antithetic variates, control variates, importance sampling, stratified sampling), parallel simulation via the 'future' framework, rare-event simulation (cross-entropy and multilevel splitting), path visualisation, and summary statistics. Methods are based on Glasserman (2003) <doi:10.1007/ [...truncated...]
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: ggplot2 (>= 3.4.0), rlang (>= 1.0.0), stats, parallel, future (>= 1.25.0), future.apply (>= 1.10.0)
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/Ayush291202/StochSimR
BugReports: https://github.com/Ayush291202/StochSimR/issues
NeedsCompilation: no
Packaged: 2026-05-28 09:44:50 UTC; ayushkundu
Author: Ayush Kundu [aut, cre]
Maintainer: Ayush Kundu <ayushkundu25@iitk.ac.in>
Repository: CRAN
Date/Publication: 2026-06-01 08:50:13 UTC

More information about StochSimR at CRAN
Permanent link

New package ssmooth with initial version 0.1.0
Package: ssmooth
Title: Smooth Raster Time Series
Version: 0.1.0
Description: Smooth a sequence of 'terra' rasters using various algorithms (currently moving average, weighted moving average, and exponential smoothing). Also includes wrappers to smooth a vector time-series using these same algorithms. All smoothers use 'Rcpp' implementations for performance.
Imports: terra, Rcpp
License: MIT + file LICENSE
Encoding: UTF-8
LinkingTo: Rcpp
Suggests: testthat (>= 3.0.0)
URL: https://github.com/Biodiversity-Futures-Lab/ssmooth
BugReports: https://github.com/Biodiversity-Futures-Lab/ssmooth/issues
NeedsCompilation: yes
Packaged: 2026-05-28 13:36:47 UTC; connd
Author: Connor Duffin [aut, cre], The Trustees of The Natural History Museum, London [cph]
Maintainer: Connor Duffin <c.duffin@protonmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 09:00:02 UTC

More information about ssmooth at CRAN
Permanent link

New package sphereclust with initial version 1.0
Package: sphereclust
Title: Model Based Clustering for Spherical Data Using Elliptically Symmetric Distributions
Version: 1.0
Date: 2026-05-28
Author: Michail Tsagris [aut, cre], Theodoros Perdikis [ctb]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Depends: R (>= 4.0)
Imports: Directional, graphics, grDevices, mixture, parallel, rangen, rgl, Rfast, stats
Suggests: Rfast2
Description: Model based clustering with spherical data using mixtures of elliptically symmetric distributions, namely mixtures of spherical elliptically symmetric projected Cauchy (SESPC) or mixtures of elliptically symmetric angular Gaussian (ESAG) distributions. The relevant paper is: Perdikis T., Alharbi N. and Tsagris M. (2026). <doi:10.48550/arXiv.2605.27496>.
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2026-05-28 09:51:17 UTC; mtsag
Repository: CRAN
Date/Publication: 2026-06-01 08:50:02 UTC

More information about sphereclust at CRAN
Permanent link

New package smqf with initial version 1.1-1
Package: smqf
Title: Statistical Methods in Quantitative Finance
Version: 1.1-1
Description: Provides data and functions used in the book "Statistical Methods in Quantitative Finance" by David Ardia (2026).
License: GPL-3
LazyData: true
Encoding: UTF-8
Depends: R (>= 4.1.0), xts
URL: https://github.com/ArdiaD/smqf-package
BugReports: https://github.com/ArdiaD/smqf-package/issues
Suggests: zoo, testthat (>= 3.0.0), PerformanceAnalytics, glmnet
Imports: graphics, stats, nloptr, pracma
NeedsCompilation: no
Packaged: 2026-05-28 13:02:31 UTC; ardiad
Author: David Ardia [aut, cre] , Marius Hofert [ctb, cph] , Kurt Hornik [ctb, cph] , Alexander J. McNeil [ctb, cph]
Maintainer: David Ardia <david.ardia.ch@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 09:00:07 UTC

More information about smqf at CRAN
Permanent link

New package smoothbp with initial version 0.2.1
Package: smoothbp
Title: Hierarchical Piecewise Regression with Smoothed Change-Points
Version: 0.2.1
Description: Fits Bayesian hierarchical piecewise regression models with multiple logistic-smoothed change-points. Non-linear parameters (change-point locations and transition sharpness) and linear parameters can each be conditioned on covariates and factors via flexible design matrices. A random-intercept structure is supported for any parameter. Spike-and-slab regularization is supported for selecting the number of breakpoints. Posterior inference uses a Metropolis-within-Gibbs sampler implemented in 'Rust' for speed. Methods are based on the smooth transition piecewise regression model of Bacon and Watts (1971) <doi:10.2307/2334389> and variable selection spike-and-slab priors of Kuo and Mallick (1998) <https://www.jstor.org/stable/25053023>.
License: MIT + file LICENSE
Encoding: UTF-8
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.65.0
Depends: R (>= 4.2)
Imports: posterior, ggplot2, stats, bridgesampling, loo, bayesplot
Suggests: testthat (>= 3.0.0), withr, knitr, rmarkdown, brms, mcp, dplyr, gt, tidyr, scales, rjags
VignetteBuilder: knitr
URL: https://github.com/ABindoff/smoothbp
BugReports: https://github.com/ABindoff/smoothbp/issues
NeedsCompilation: yes
Packaged: 2026-05-27 21:44:34 UTC; bindoffa
Author: Aidan D Bindoff [aut, cre]
Maintainer: Aidan D Bindoff <aidan.bindoff@utas.edu.au>
Repository: CRAN
Date/Publication: 2026-06-01 08:30:02 UTC

More information about smoothbp at CRAN
Permanent link

New package qqkrls with initial version 1.0.0
Package: qqkrls
Title: Quantile-on-Quantile Kernel Regularized Least Squares
Version: 1.0.0
Description: Implements Quantile-on-Quantile Kernel-Based Regularized Least Squares (QQKRLS) as in Adebayo, Ozkan and Eweade (2024) <doi:10.1016/j.jclepro.2024.140832>. Combines Kernel-Based Regularized Least Squares (KRLS) of Hainmueller and Hazlett (2014) <doi:10.1093/pan/mpt019> with the Quantile-on-Quantile regression of Sim and Zhou (2015) <doi:10.1016/j.jbankfin.2015.01.013>: for each quantile theta of the independent variable the response is fit by KRLS on the corresponding sub-sample and the tau-quantile of the resulting pointwise marginal effects yields beta(theta, tau). Standard errors come from a paired bootstrap. Visualisations use the 'MATLAB' 'Parula' colour map by default.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: KRLS (>= 1.0-0), plotly (>= 4.0.0), stats, utils, grDevices
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
URL: https://github.com/merwanroudane/qqkrlsr
BugReports: https://github.com/merwanroudane/qqkrlsr/issues
NeedsCompilation: no
Packaged: 2026-05-28 12:45:49 UTC; HP
Author: Merwan Roudane [aut, cre, cph], Tomiwa Sunday Adebayo [ctb] , Jens Hainmueller [ctb] , Chad Hazlett [ctb]
Maintainer: Merwan Roudane <merwanroudane920@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 09:00:14 UTC

More information about qqkrls at CRAN
Permanent link

New package PPCSexRx with initial version 0.1.0
Package: PPCSexRx
Title: Prescribe Sub-Symptom Exercise for Adolescent Concussion
Version: 0.1.0
Description: A clinical decision support system for sub-symptom threshold aerobic exercise (SSTAE) prescription in adolescents with persistent post-concussion symptoms (PPCS). Implements an evidence-based protocol derived from a systematic review of seven studies (Li, 2026; <doi:10.17605/osf.io/kvuf6>), encoding safety screening, Buffalo Concussion Treadmill Test (BCTT)-guided heart rate prescription, session-level progress tracking, and evidence disclosure using the Grading of Recommendations, Assessment, Development and Evaluation (GRADE) framework into an open-source tool for athletic trainers and clinicians. Designed to support implementation in resource-limited settings where BCTT equipment may be unavailable. GRADE certainty of evidence: LOW. For clinician use only; not a substitute for clinical judgement.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: graphics, utils
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/guangl10/PPCSexRx
BugReports: https://github.com/guangl10/PPCSexRx/issues
NeedsCompilation: no
Packaged: 2026-05-27 21:09:57 UTC; liguang
Author: Guang Li [aut, cre]
Maintainer: Guang Li <guangli@isu.edu>
Repository: CRAN
Date/Publication: 2026-06-01 08:30:15 UTC

More information about PPCSexRx at CRAN
Permanent link

New package opencesp with initial version 0.4.0
Package: opencesp
Title: Generation and Evaluation of Synthetic Tabular Datasets
Version: 0.4.0
Maintainer: Remy Chapelle <remy.chapelle@universite-paris-saclay.fr>
Description: Various tools developed as part of the Open-CESP (Centre de recherche en Epidémiologie et Santé des Populations) initiative to generate and evaluate synthetic datasets for statistical disclosure control. This includes tools to investigate the risk-utility tradeoff achievable with given synthesis methods, as well as statistical tools to estimate (conditional) probability distributions. The main eventual aim is to help researchers and statisticians disseminate open research data.
License: GPL-3
URL: https://opencesp.vjf.inserm.fr/en
Encoding: UTF-8
NeedsCompilation: yes
Imports: stats, cluster, rpart, parallel, fastmap, PCAmixdata, randomForest, mice
Suggests: gbm
Language: en-US
Packaged: 2026-05-27 22:04:49 UTC; remyc
Author: Remy Chapelle [aut, cre] , Centre de recherche en Epidemiologie et Sante des Populations [cph]
Repository: CRAN
Date/Publication: 2026-06-01 08:30:09 UTC

More information about opencesp at CRAN
Permanent link

New package nVennR2 with initial version 2.0.1
Package: nVennR2
Title: An Interface to 'nVenn2'
Version: 2.0.1
Date: 2026-05-15
Description: Creates quasi-proportional Venn diagrams with an arbitrary number of sets. It is related to the old 'nVennR' package, but the algorithm and use have been reworked.
License: MIT + file LICENSE
Imports: Rcpp (>= 1.0.14)
LinkingTo: Rcpp
Encoding: UTF-8
Suggests: knitr, rmarkdown, rsvg, graphics, grImport2, testthat (>= 3.0.0)
Depends: R (>= 4.1)
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/vqf/nVennR2
BugReports: https://github.com/vqf/nVennR2/issues
NeedsCompilation: yes
Packaged: 2026-05-28 13:20:55 UTC; vqf
Author: Victor Quesada [aut, cre, cph]
Maintainer: Victor Quesada <quesadavictor@uniovi.es>
Repository: CRAN
Date/Publication: 2026-06-01 09:00:20 UTC

More information about nVennR2 at CRAN
Permanent link

New package mqqr with initial version 1.0.0
Package: mqqr
Title: Multivariate Quantile-on-Quantile Regression
Version: 1.0.0
Description: Implements Multivariate Quantile-on-Quantile Regression (m-QQR) of Sinha, Ghosh, Hussain, Nguyen and Das (2023) <doi:10.1016/j.eneco.2023.107021>, extending the bivariate Quantile-on-Quantile regression of Sim and Zhou (2015) <doi:10.1016/j.jbankfin.2015.01.013> to include exogenous moderators and controls with optional interaction terms. For each pair of quantile levels (theta of the response and tau of the regressor) the package fits a locally-weighted quantile regression of y on the principal regressor x, a lagged dependent variable, moderators Z and the x*Z interaction terms, using Gaussian kernel weights on the empirical cumulative distribution function (CDF) distance. Bootstrap standard errors and Koenker-Machado pseudo R-squared are reported. Visualisations include 'MATLAB'-style 'Parula' and 'Jet' 3D surfaces, heatmaps and contour plots through 'plotly'.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: quantreg (>= 5.0), plotly (>= 4.0.0), stats, utils, grDevices
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
URL: https://github.com/merwanroudane/multiqqr
BugReports: https://github.com/merwanroudane/multiqqr/issues
NeedsCompilation: no
Packaged: 2026-05-28 12:54:19 UTC; HP
Author: Merwan Roudane [aut, cre, cph], Avik Sinha [ctb] , Nicholas Sim [ctb] , Hongtao Zhou [ctb]
Maintainer: Merwan Roudane <merwanroudane920@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 09:00:26 UTC

More information about mqqr at CRAN
Permanent link

New package mqqcause with initial version 1.0.0
Package: mqqcause
Title: Multivariate Quantile-on-Quantile Granger Causality
Version: 1.0.0
Description: Implements bivariate and Multivariate Quantile-on-Quantile Granger causality tests building on the Quantile-on-Quantile regression framework of Sim and Zhou (2015) <doi:10.1016/j.jbankfin.2015.01.013> and the quantile Granger causality test of Troster (2018) <doi:10.1080/07474938.2016.1172400>. The bivariate test estimates the local-linear slope in the quantile regression of y_t on lagged x_t with lagged y_t as control, using Gaussian kernel weights, and tests it against zero by paired bootstrap. The multivariate (conditional) test additionally conditions on a set of moderators Z and optional x times Z interaction terms, in the spirit of Sinha, Ghosh, Hussain, Nguyen and Das (2023) <doi:10.1016/j.eneco.2023.107021>. A Sup-Wald summary across the quantile grid is also provided. Heatmaps and 3D surfaces default to the 'MATLAB' 'Parula' colour map.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: quantreg (>= 5.0), plotly (>= 4.0.0), stats, utils, grDevices
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
URL: https://github.com/merwanroudane/qqcaus
BugReports: https://github.com/merwanroudane/qqcaus/issues
NeedsCompilation: no
Packaged: 2026-05-28 13:02:20 UTC; HP
Author: Merwan Roudane [aut, cre, cph], Avik Sinha [ctb] , Nicholas Sim [ctb] , Hongtao Zhou [ctb]
Maintainer: Merwan Roudane <merwanroudane920@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 09:00:31 UTC

More information about mqqcause at CRAN
Permanent link

New package eiIT with initial version 0.0.1-1
Package: eiIT
Title: Ecological Inference via Information Theory
Version: 0.0.1-1
Description: Estimates RxC transfer matrices from aggregated marginal data using a two-stage (GME+IPF) information-theoretic approach within a two-step (global+local) estimation procedure. The resulting matrices are consistent with observed row and column marginals across collections of subtables (e.g. precincts, polling stations, or districts). References: Golan, A., Judge, G., & Miller, D. (1996). Maximum Entropy Econometrics: Robust Estimation with Limited Data. Wiley. Judge, G., Miller, D.J., & Cho, W.K.T. (2004). An information theoretic approach to ecological estimation and inference. In G. King, O. Rosen, & M. A. Tanner (Eds.), Ecological Inference: New Methodological Strategies (pp. 162–187). Cambridge University Press. Mittelhammer, R., Judge, G., & Miller, D. (2000). Econometric Foundations. Cambridge University Press. Pavia, J.M. (2023) <doi:10.1007/s43545-023-00658-y> Acknowledgements: The author wish to thank Conselleria de Economia, Hacienda y Administracion Publ [...truncated...]
License: GPL (>= 2)
Encoding: UTF-8
Imports: stats, utils, nloptr
Suggests: ggplot2, scales
NeedsCompilation: no
Packaged: 2026-05-27 17:23:34 UTC; pavia
Author: Jose M. Pavia [aut, cre]
Maintainer: Jose M. Pavia <jose.m.pavia@uv.es>
Repository: CRAN
Date/Publication: 2026-06-01 08:40:07 UTC

More information about eiIT at CRAN
Permanent link

New package CSwR with initial version 0.1.3
Package: CSwR
Title: Companion to the Book "Computational Statistics with R"
Version: 0.1.3
Description: Provides data sets and functions used in the book "Computational Statistics with R" (<https://cswr.nrhstat.org>).
Depends: R (>= 3.5.0)
Imports: bench, ggplot2, rlang
Suggests: covr, spelling, testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
Language: en-US
URL: https://jolars.github.io/CSwR-Package/, https://cswr.nrhstat.org/
BugReports: https://github.com/jolars/CSwR-Package/issues
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2026-05-28 07:19:54 UTC; jola
Author: Niels Richard Hansen [aut] , Johan Larsson [aut, cre]
Maintainer: Johan Larsson <johan@jolars.co>
Repository: CRAN
Date/Publication: 2026-06-01 08:40:20 UTC

More information about CSwR at CRAN
Permanent link

New package connector.sharepoint with initial version 0.1.0
Package: connector.sharepoint
Title: 'Microsoft SharePoint' Interface for the 'connector' Package
Version: 0.1.0
Description: Extends the 'connector' package to provide a convenient interface for accessing and interacting with 'Microsoft SharePoint' directly from 'R'. Supports listing, reading, writing, uploading, downloading, and removing files and directories on 'SharePoint' document libraries. Authentication is handled through 'Azure' tokens via the 'AzureAuth' package.
License: Apache License (>= 2)
URL: https://novonordisk-opensource.github.io/connector.sharepoint/, https://github.com/novonordisk-opensource/connector.sharepoint
BugReports: https://github.com/NovoNordisk-OpenSource/connector.sharepoint/issues
Depends: R (>= 4.1.0)
Imports: AzureAuth, checkmate, cli, connector (>= 1.0.0), Microsoft365R, R6, tools, zephyr, rlang
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), tibble, withr, whirl (>= 0.2.0), glue, mockery
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-05-28 10:07:34 UTC; vlob
Author: Vladimir Obucina [aut, cre] , Cervan Girard [aut], Aksel Thomsen [aut], Steffen Falgreen Larsen [aut], Novo Nordisk A/S [cph]
Maintainer: Vladimir Obucina <vlob@novonordisk.com>
Repository: CRAN
Date/Publication: 2026-06-01 08:50:06 UTC

More information about connector.sharepoint at CRAN
Permanent link

New package BayesRTMB with initial version 0.1.1
Package: BayesRTMB
Title: Bayesian Inference Using 'RTMB'
Version: 0.1.1
Description: Provides tools for Markov chain Monte Carlo (MCMC) and Maximum A Posteriori (MAP) estimation utilizing the 'RTMB' package. It supports various statistical models including generalized linear mixed models, factor analysis, item response theory, and multidimensional unfolding. The package allows users to easily transition between frequentist and Bayesian paradigms using a unified interface. Automatic differentiation and Laplace approximation follow Kristensen et al. (2016) <doi:10.18637/jss.v070.i05>, and MCMC sampling uses the No-U-Turn Sampler described by Hoffman and Gelman (2014) <https://jmlr.org/papers/v15/hoffman14a.html>.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Depends: R (>= 4.1.0), RTMB
Imports: R6, MASS
URL: https://github.com/norimune/BayesRTMB, https://norimune.github.io/BayesRTMB/
BugReports: https://github.com/norimune/BayesRTMB/issues
Suggests: knitr, rmarkdown, GPArotation, future, future.apply, progressr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-28 07:39:58 UTC; norimune
Author: Hiroshi Shimizu [aut, cre]
Maintainer: Hiroshi Shimizu <simizu706@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-01 08:40:26 UTC

More information about BayesRTMB at CRAN
Permanent link

Package shiny.fluent (with last version 0.4.0) was removed from CRAN

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

2024-05-21 0.4.0
2023-01-24 0.3.0

Permanent link
Package tremendousr (with last version 1.0.0) was removed from CRAN

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

2021-09-30 1.0.0

Permanent link
Package rmytarget (with last version 2.4.0) was removed from CRAN

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

2021-10-20 2.4.0
2021-09-08 2.3.1
2019-08-19 2.1.8
2019-05-27 2.1.7
2019-03-12 2.1.6
2019-03-07 2.1.4
2019-02-14 2.1.3
2019-01-03 2.1.1
2018-12-19 2.1.0
2018-11-21 2.0.1
2018-11-16 2.0.0
2018-11-09 1.1.1
2018-09-28 1.1

Permanent link
Package scAnnotate (with last version 0.3) was removed from CRAN

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

2024-03-13 0.3

Permanent link
Package raincin (with last version 1.0.3) was removed from CRAN

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

2020-06-04 1.0.3

Permanent link
Package sumR (with last version 0.4.16) was removed from CRAN

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

2025-11-28 0.4.16
2023-11-28 0.4.15
2023-08-21 0.4.14
2022-10-14 0.4.10
2022-09-29 0.4.8
2022-03-13 0.4.6
2022-02-16 0.4.4
2022-02-14 0.4.3

Permanent link
Package DHARMa updated to version 0.5.0 with previous version 0.4.7 dated 2024-10-18

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(-)

More information about DHARMa at CRAN
Permanent link

Package NFCP (with last version 1.2.2) was removed from CRAN

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

2025-06-16 1.2.2
2022-02-17 1.2.1
2021-08-07 1.2.0
2021-06-24 1.1.0
2021-05-06 1.0.1
2021-05-02 1.0.0
2021-02-25 0.2.0
2021-01-13 0.1.0

Permanent link
Package mdhglm (with last version 1.8) was removed from CRAN

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

2018-10-25 1.8

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

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

2025-10-25 0.1.0

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

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

2024-11-03 0.1.0

Permanent link
Package NicheBarcoding (with last version 1.0) was removed from CRAN

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

2021-12-21 1.0

Permanent link
Package censo2017 (with last version 0.6.2) was removed from CRAN

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

2023-04-25 0.6.2

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

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

2017-09-05 0.1.1
2017-06-06 0.1.0

Permanent link
Package ExpDes.pt (with last version 1.2.2) was removed from CRAN

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

2021-10-05 1.2.2
2021-01-06 1.2.1
2018-05-17 1.2.0
2013-05-07 1.1.2

Permanent link
Package SQMtools (with last version 1.7.2) was removed from CRAN

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

2025-06-14 1.7.2
2025-06-04 1.7.1
2025-03-31 1.7.0
2023-09-18 1.6.3
2023-03-20 1.6.2

Permanent link
Package mapboxer (with last version 0.4.0) was removed from CRAN

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

2020-11-04 0.4.0

Permanent link
Package inegiR (with last version 3.0.0) was removed from CRAN

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

2019-07-14 3.0.0
2018-03-30 2.0.0
2016-02-19 1.2.0
2015-10-23 1.0.2

Permanent link
Package galigor (with last version 0.2.5) was removed from CRAN

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

2021-09-06 0.2.5

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

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

2024-12-05 0.1.0

Permanent link
Package chilemapas (with last version 0.4.0) was removed from CRAN

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

2025-12-09 0.4.0
2022-07-14 0.3.0
2020-03-28 0.2
2020-01-24 0.1.4

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

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

2025-04-03 0.1.1

Permanent link
Package bmscstan (with last version 1.2.1.0) was removed from CRAN

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

2022-09-04 1.2.1.0
2020-11-08 1.1.0
2020-09-07 1.0.0

Permanent link
Package gripp (with last version 0.2.21) was removed from CRAN

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

2025-12-16 0.2.21
2019-08-24 0.2.20

Permanent link
Package SOPIE (with last version 1.6) was removed from CRAN

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

2022-02-23 1.6
2015-09-28 1.5
2015-06-05 1.4

Permanent link
Package adcontabil (with last version 1.1.8) was removed from CRAN

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

2025-11-09 1.1.8
2025-11-08 1.1.0
2025-10-03 1.0.4

Permanent link
Package informedSen (with last version 1.0.7) was removed from CRAN

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

2021-08-04 1.0.7

Permanent link
Package restatis updated to version 0.4.1 with previous version 0.4.0 dated 2026-03-15

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(-)

More information about restatis at CRAN
Permanent link

Package read.abares updated to version 3.0.0 with previous version 2.0.0 dated 2026-01-22

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(-)

More information about read.abares at CRAN
Permanent link

Package nanonext updated to version 1.9.1 with previous version 1.9.0 dated 2026-05-04

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(-)

More information about nanonext at CRAN
Permanent link

Package deprivateR updated to version 0.2.0 with previous version 0.1.0 dated 2025-01-29

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(-)

More information about deprivateR at CRAN
Permanent link

Package BayesMultiMode updated to version 1.0.0 with previous version 0.7.5 dated 2026-02-27

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

Package xfun updated to version 0.58 with previous version 0.57 dated 2026-03-20

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(-)

More information about xfun at CRAN
Permanent link

Package tidyvpc updated to version 1.6.0 with previous version 1.5.2 dated 2024-11-21

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(-)

More information about tidyvpc at CRAN
Permanent link

Package opencpu updated to version 2.2.15 with previous version 2.2.14 dated 2024-10-04

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(-)

More information about opencpu at CRAN
Permanent link

Package aieconindex updated to version 0.1.1 with previous version 0.1.0 dated 2026-05-13

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(-)

More information about aieconindex at CRAN
Permanent link

Package rcldf (with last version 1.6.1) was removed from CRAN

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

2026-05-18 1.6.1
2025-09-30 1.5.1

Permanent link
Package nomesbr (with last version 0.0.9) was removed from CRAN

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

2025-09-11 0.0.9
2025-07-17 0.0.7

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

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

2026-05-05 0.1.0

Permanent link

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