Title: Procedures Related to the Zadeh's Extension Principle for Fuzzy
Data
Description: Procedures for calculation, plotting, animation, and approximation of the outputs for fuzzy numbers (see A.I. Ban, L. Coroianu, P. Grzegorzewski "Fuzzy Numbers: Approximations, Ranking and Applications" (2015)) based on the Zadeh's Extension Principle (see de Barros, L.C., Bassanezi, R.C., Lodwick, W.A. (2017) <doi:10.1007/978-3-662-53324-6_2>).
Author: Maciej Romaniuk [cre, aut] ),
Abbas Parchami [aut] ),
Przemyslaw Grzegorzewski [ctb] )
Maintainer: Maciej Romaniuk <mroman@ibspan.waw.pl>
Diff between ZEP versions 0.1.5 dated 2025-06-22 and 0.2.0 dated 2025-09-18
DESCRIPTION | 10 +++---- MD5 | 30 +++++++++++++++------ NAMESPACE | 1 R/AnimateZFunction.R |only R/ApplyZFunction.R | 9 +++++- R/ApproximationAmbValPres.R |only R/FuzzyApproximation.R | 54 +++++++++++++++++++++++++++++++++++---- R/PlotZFunction.R | 9 +++++- R/approximationMehodsInside.R | 2 - R/utils.R | 2 - man/AnimateZFunction.Rd |only man/FuzzyApproximation.Rd | 7 +++-- man/approximationMehodsInside.Rd | 2 - tests |only 14 files changed, 98 insertions(+), 28 deletions(-)
Title: A Bridge Between 'keras' and 'tidymodels'
Description: Provides a seamless bridge between 'keras' and the 'tidymodels'
frameworks. It allows for the dynamic creation of 'parsnip' model
specifications for 'keras' models.
Author: David Diaz [aut, cre]
Maintainer: David Diaz <daviddrsch@gmail.com>
Diff between kerasnip versions 0.0.1 dated 2025-09-03 and 0.0.3 dated 2025-09-18
kerasnip-0.0.1/kerasnip/tests/testthat/helper_keras.R |only kerasnip-0.0.3/kerasnip/DESCRIPTION | 8 kerasnip-0.0.3/kerasnip/MD5 | 84 kerasnip-0.0.3/kerasnip/NAMESPACE | 1 kerasnip-0.0.3/kerasnip/R/compile_keras_grid.R | 678 ++-- kerasnip-0.0.3/kerasnip/R/create_keras_functional_spec.R | 281 - kerasnip-0.0.3/kerasnip/R/create_keras_sequential_spec.R | 245 - kerasnip-0.0.3/kerasnip/R/dials.R |only kerasnip-0.0.3/kerasnip/R/generic_functional_fit.R | 233 - kerasnip-0.0.3/kerasnip/R/generic_sequential_fit.R | 233 - kerasnip-0.0.3/kerasnip/R/keras_tools.R | 294 - kerasnip-0.0.3/kerasnip/R/register_model_args.R | 21 kerasnip-0.0.3/kerasnip/R/remove_keras_spec.R | 190 - kerasnip-0.0.3/kerasnip/R/utils.R | 824 ++--- kerasnip-0.0.3/kerasnip/README.md | 6 kerasnip-0.0.3/kerasnip/build/vignette.rds |binary kerasnip-0.0.3/kerasnip/inst/doc/applications.R |only kerasnip-0.0.3/kerasnip/inst/doc/applications.Rmd |only kerasnip-0.0.3/kerasnip/inst/doc/applications.html |only kerasnip-0.0.3/kerasnip/inst/doc/autoplot_uniqueness.R |only kerasnip-0.0.3/kerasnip/inst/doc/autoplot_uniqueness.Rmd |only kerasnip-0.0.3/kerasnip/inst/doc/autoplot_uniqueness.html |only kerasnip-0.0.3/kerasnip/inst/doc/functional_api.html | 49 kerasnip-0.0.3/kerasnip/inst/doc/getting_started.html | 222 - kerasnip-0.0.3/kerasnip/inst/doc/sequential_model.html | 6 kerasnip-0.0.3/kerasnip/inst/doc/tuning_fit_compile_args.R |only kerasnip-0.0.3/kerasnip/inst/doc/tuning_fit_compile_args.Rmd |only kerasnip-0.0.3/kerasnip/inst/doc/tuning_fit_compile_args.html |only kerasnip-0.0.3/kerasnip/inst/doc/workflows_functional.html | 511 +-- kerasnip-0.0.3/kerasnip/inst/doc/workflows_sequential.html | 1570 +++++----- kerasnip-0.0.3/kerasnip/man/compile_keras_grid.Rd | 35 kerasnip-0.0.3/kerasnip/man/create_keras_functional_spec.Rd | 1 kerasnip-0.0.3/kerasnip/man/create_keras_sequential_spec.Rd | 5 kerasnip-0.0.3/kerasnip/man/extract_valid_grid.Rd | 58 kerasnip-0.0.3/kerasnip/man/generic_functional_fit.Rd | 9 kerasnip-0.0.3/kerasnip/man/generic_sequential_fit.Rd | 9 kerasnip-0.0.3/kerasnip/man/inform_errors.Rd | 57 kerasnip-0.0.3/kerasnip/man/keras_evaluate.Rd | 32 kerasnip-0.0.3/kerasnip/man/loss_function_keras.Rd | 38 kerasnip-0.0.3/kerasnip/man/model_exists.Rd |only kerasnip-0.0.3/kerasnip/man/optimizer_function.Rd | 38 kerasnip-0.0.3/kerasnip/man/remove_keras_spec.Rd | 2 kerasnip-0.0.3/kerasnip/tests/testthat/helper_tests.R |only kerasnip-0.0.3/kerasnip/tests/testthat/test_autoplot_uniqueness.R |only kerasnip-0.0.3/kerasnip/tests/testthat/test_e2e_fit_compile_tuning.R |only kerasnip-0.0.3/kerasnip/tests/testthat/test_e2e_func_classification.R | 587 +-- kerasnip-0.0.3/kerasnip/tests/testthat/test_e2e_func_regression.R | 16 kerasnip-0.0.3/kerasnip/tests/testthat/test_e2e_spec_removal.R | 41 kerasnip-0.0.3/kerasnip/tests/testthat/test_generic_fit_helpers.R |only kerasnip-0.0.3/kerasnip/tests/testthat/test_postprocessing_helpers.R |only kerasnip-0.0.3/kerasnip/vignettes/applications.Rmd |only kerasnip-0.0.3/kerasnip/vignettes/autoplot_uniqueness.Rmd |only kerasnip-0.0.3/kerasnip/vignettes/tuning_fit_compile_args.Rmd |only 53 files changed, 3356 insertions(+), 3028 deletions(-)
Title: 'shiny' Application for Statistical Test Assumption Checking and
Guidance
Description: A 'shiny' application to assess statistical assumptions and guide users toward appropriate tests. The app is designed for researchers with minimal statistical training and provides diagnostics, plots, and test recommendations for a wide range of analyses. Many statistical assumptions are implemented using the package 'rstatix' (Kassambara, 2019) <doi:10.32614/CRAN.package.rstatix> and 'performance' (Lüdecke et al., 2021) <doi:10.21105/joss.03139>.
Author: Ahmed Bargheet [aut, cre]
Maintainer: Ahmed Bargheet <ahmed.bargheet@yahoo.com>
Diff between AssumpSure versions 1.1.0 dated 2025-08-18 and 1.1.1 dated 2025-09-18
DESCRIPTION | 11 +- MD5 | 9 - NEWS.md | 15 ++ R/launch_app.R | 14 ++ R/zzz.R |only inst/app/app.R | 306 +++++++++++++++++++++++++++++++++++++++++++++------------ 6 files changed, 285 insertions(+), 70 deletions(-)
Title: Create Hexagon Sticker in R
Description: Helper functions for creating reproducible hexagon sticker purely in R.
Author: Guangchuang Yu [aut, cre],
Laurent Gatto [ctb],
Johannes Rainer [ctb],
Sebastian Gibb [ctb],
Robert Corty [ctb],
Thomas Neitmann [ctb]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Diff between hexSticker versions 0.4.9 dated 2020-12-05 and 0.5.0 dated 2025-09-18
DESCRIPTION | 11 MD5 | 30 - NAMESPACE | 77 +-- NEWS.md | 132 ++--- R/as-raster.R | 42 - R/hexSticker-package.R |only R/sticker.R | 767 ++++++++++++++++---------------- inst/fonts/Aller/Aller_Font_License.txt | 182 +++---- man/geom_hexagon.Rd | 48 +- man/geom_pkgname.Rd | 86 +-- man/geom_url.Rd | 92 +-- man/hexSticker-package.Rd |only man/reexports.Rd | 40 - man/save_sticker.Rd | 42 - man/sticker.Rd | 264 +++++------ man/sticker_dev.Rd | 34 - man/theme_sticker.Rd | 44 - 17 files changed, 949 insertions(+), 942 deletions(-)
Title: A 'DuckDB'-Backed Version of 'dplyr'
Description: A drop-in replacement for 'dplyr', powered by 'DuckDB' for
performance. Offers convenient utilities for working with in-memory and
larger-than-memory data while retaining full 'dplyr' compatibility.
Author: Hannes Muehleisen [aut] ,
Kirill Mueller [aut, cre] ,
Posit Software, PBC [cph, fnd]
Maintainer: Kirill Mueller <kirill@cynkra.com>
Diff between duckplyr versions 1.1.1 dated 2025-07-30 and 1.1.2 dated 2025-09-18
DESCRIPTION | 8 ++++---- MD5 | 37 +++++++++++++++++++------------------ NEWS.md | 15 +++++++++++++++ R/aaa-meta.R | 1 + R/bisect_reduce.R |only R/duckplyr_df.R | 8 ++++++-- R/read_file_duckdb.R | 15 +++++++++------ R/relational-duckdb.R | 4 ++-- R/translate.R | 14 ++++++++++---- inst/doc/developers.html | 8 ++++---- inst/doc/duckdb.html | 10 +++++----- inst/doc/extend.html | 4 ++-- inst/doc/fallback.html | 2 +- inst/doc/large.html | 4 ++-- inst/doc/limits.html | 8 ++++---- inst/doc/prudence.Rmd | 18 +++++++++++++++++- inst/doc/prudence.html | 28 ++++++++++++++++++++++------ tests/testthat/helper-taxi.R | 2 ++ tests/testthat/test-fallback.R | 20 ++++++++++++++++++++ vignettes/prudence.Rmd | 18 +++++++++++++++++- 20 files changed, 162 insertions(+), 62 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-08-27 0.9-2.2
2025-07-23 0.9-2.1
2025-07-22 0.9-2
2025-01-15 0.9-1
2024-10-02 0.9-0.4
2024-08-27 0.9-0.1
2024-08-23 0.9-0
2023-11-28 0.8-0.1
2023-06-23 0.8-0
2023-02-13 0.7-4.3
2023-02-02 0.7-4.2
2023-01-17 0.7-4.1
2023-01-14 0.7-4
2023-01-12 0.7-3.1
2023-01-09 0.7-3
2023-01-06 0.7-2
2022-09-22 0.7-0
Title: Weighting for Covariate Balance in Observational Studies
Description: Generates balancing weights for causal effect estimation in observational studies with
binary, multi-category, or continuous point or longitudinal treatments by easing and
extending the functionality of several R packages and providing in-house estimation methods.
Available methods include those that rely on parametric modeling, optimization, and machine learning. Also
allows for assessment of weights and checking of covariate balance by interfacing directly
with the 'cobalt' package. Methods for estimating weighted regression models that take into account
uncertainty in the estimation of the weights via M-estimation or bootstrapping are available. See the vignette "Installing Supporting Packages" for instructions on how
to install any package 'WeightIt' uses, including those that may not be on CRAN.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah.greifer@gmail.com>
Diff between WeightIt versions 1.4.0 dated 2025-02-24 and 1.5.0 dated 2025-09-18
DESCRIPTION | 15 - MD5 | 166 ++++++----- NAMESPACE | 4 NEWS.md | 34 ++ R/ESS.R | 20 - R/WeightIt-package.R | 1 R/anova.glm_weightit.R | 48 +-- R/as.weightit.R | 50 ++- R/calibrate.R | 29 +- R/dist_functions.R | 21 - R/functions_for_processing.R | 416 +++++++++++++++++------------ R/get_w_from_ps.R | 40 +- R/glm_weightit-methods.R | 163 +++++------ R/glm_weightit.R | 33 +- R/glm_weightit_helpers.R | 110 ++++--- R/make_full_rank.R | 36 +- R/multinom_weightit.R | 52 ++- R/ordinal_weightit.R | 35 +- R/plot.weightit.R | 17 - R/predict.glm_weightit.R | 110 ++++++- R/sbps.R | 70 ++--- R/summary.weightit.R | 268 ++++++++++--------- R/treat.R |only R/trim.R | 188 ++++++------- R/utils.R | 444 ++++++++++++++++++++----------- R/weightit.R | 164 +++++------ R/weightit.fit.R | 119 +++----- R/weightit2bart.R | 104 ++++--- R/weightit2cbps.R | 532 ++++++++++++++++++++------------------ R/weightit2ebal.R | 421 +++++++++++++++++++++++------- R/weightit2energy.R | 447 +++++++++++++++++++++---------- R/weightit2gbm.R | 278 ++++++++++--------- R/weightit2glm.R | 256 +++++++++--------- R/weightit2ipt.R | 128 ++++----- R/weightit2npcbps.R | 85 +++--- R/weightit2optweight.R | 470 ++++++++++++++++----------------- R/weightit2ps.R | 22 - R/weightit2super.R | 129 +++++---- R/weightit2user.R | 39 +- R/weightitMSM.R | 228 +++++++--------- R/weightit_methods.R | 45 +-- README.md | 149 +++++----- build/stage23.rdb |binary build/vignette.rds |binary inst/doc/WeightIt.Rmd | 63 ++-- inst/doc/WeightIt.html | 235 ++++++++-------- inst/doc/estimating-effects.Rmd | 48 +-- inst/doc/estimating-effects.html | 469 +++++++++++++++++---------------- inst/doc/installing-packages.Rmd | 74 ++--- inst/doc/installing-packages.html | 203 +++++++------- man/ESS.Rd | 14 - man/anova.glm_weightit.Rd | 7 man/as.weightit.Rd | 6 man/calibrate.Rd | 16 - man/dot-weightit_methods.Rd | 13 man/get_w_from_ps.Rd | 5 man/glm_weightit-methods.Rd | 4 man/glm_weightit.Rd | 19 - man/make_full_rank.Rd | 14 - man/method_bart.Rd | 48 ++- man/method_cbps.Rd | 36 +- man/method_ebal.Rd | 66 ++-- man/method_energy.Rd | 82 +++-- man/method_gbm.Rd | 143 +++++----- man/method_glm.Rd | 62 +--- man/method_ipt.Rd | 29 +- man/method_npcbps.Rd | 36 +- man/method_optweight.Rd | 97 +++--- man/method_super.Rd | 53 ++- man/method_user.Rd | 20 - man/plot.weightit.Rd | 8 man/predict.glm_weightit.Rd | 21 - man/sbps.Rd | 3 man/summary.weightit.Rd | 33 +- man/trim.Rd | 27 - man/weightit.Rd | 75 +---- man/weightit.fit.Rd | 30 -- man/weightitMSM.Rd | 63 +--- tests/testthat/helpers.R | 2 tests/testthat/test-moments.R |only tests/testthat/test-update.R | 62 ++-- vignettes/WeightIt.Rmd | 63 ++-- vignettes/estimating-effects.Rmd | 48 +-- vignettes/installing-packages.Rmd | 74 ++--- vignettes/references.bib | 92 ++---- 85 files changed, 4648 insertions(+), 3801 deletions(-)
Title: Visualization and Imputation of Missing Values
Description: New tools for the visualization of missing and/or imputed values
are introduced, which can be used for exploring the data and the structure of
the missing and/or imputed values. Depending on this structure of the missing
values, the corresponding methods may help to identify the mechanism generating
the missing values and allows to explore the data including missing values.
In addition, the quality of imputation can be visually explored using various
univariate, bivariate, multiple and multivariate plot methods. A graphical user
interface available in the separate package VIMGUI allows an easy handling of
the implemented plot methods.
Author: Matthias Templ [aut, cre],
Alexander Kowarik [aut] ,
Andreas Alfons [aut],
Gregor de Cillia [aut],
Bernd Prantner [ctb],
Wolfgang Rannetbauer [aut]
Maintainer: Matthias Templ <matthias.templ@gmail.com>
Diff between VIM versions 6.2.2 dated 2022-08-25 and 6.2.6 dated 2025-09-18
DESCRIPTION | 20 MD5 | 95 +- NAMESPACE | 11 NEWS.md | 9 R/VIM-package.R | 16 R/evaluation.R | 1 R/gowerD.R | 14 R/hotdeck.R | 3 R/imputeRobust.R |only R/imputeRobustChain.R |only R/irmi.R | 20 R/kNN.R | 11 R/matchImpute.R | 6 R/rangerImpute.R | 34 R/regressionImp.R | 3 R/xgboostImpute.R |only R/zzz.R | 5 build/vignette.rds |binary inst/doc/VIM.R | 2 inst/doc/VIM.html | 40 - inst/doc/VisualImp.R | 7 inst/doc/VisualImp.Rmd | 5 inst/doc/VisualImp.html | 173 ++--- inst/doc/donorImp.R | 13 inst/doc/donorImp.Rmd | 7 inst/doc/donorImp.html | 1267 +++++++++++------------------------- inst/doc/irmi.R | 11 inst/doc/irmi.Rmd | 7 inst/doc/irmi.html | 1261 +++++++++++------------------------- inst/doc/modelImp.R | 13 inst/doc/modelImp.Rmd | 7 inst/doc/modelImp.html | 1275 +++++++++++-------------------------- inst/tinytest/test_matchImpute.R |only inst/tinytest/test_xgboostImpute.R |only man/VIM-package.Rd | 19 man/hotdeck.Rd | 3 man/impPCA.Rd | 3 man/imputeRobust.Rd |only man/imputeRobustChain.Rd |only man/irmi.Rd | 10 man/kNN.Rd | 6 man/matchImpute.Rd | 3 man/medianSamp.Rd | 3 man/prepare.Rd | 4 man/rangerImpute.Rd | 3 man/regressionImp.Rd | 6 man/sampleCat.Rd | 3 man/xgboostImpute.Rd |only tests/test_imputeRobust.R |only vignettes/VisualImp.Rmd | 5 vignettes/donorImp.Rmd | 7 vignettes/irmi.Rmd | 7 vignettes/modelImp.Rmd | 7 53 files changed, 1532 insertions(+), 2893 deletions(-)
Title: Manual Tours, Manual Control of Dynamic Projections of Numeric
Multivariate Data
Description: Data visualization tours animates linear projection
of multivariate data as its basis (ie. orientation) changes. The 'spinifex'
packages generates paths for manual tours by manipulating the contribution of
a single variable at a time Cook & Buja (1997)
<doi:10.1080/10618600.1997.10474754>. Other types of tours, such as grand
(random walk) and guided (optimizing some objective function) are available
in the 'tourr' package Wickham et al. <doi:10.18637/jss.v040.i02>.
'spinifex' builds on 'tourr' and can render tours with 'gganimate' and
'plotly' graphics, and allows for exporting as an .html widget and as an .gif,
respectively. This work is fully discussed in Spyrison & Cook (2020)
<doi:10.32614/RJ-2020-027>.
Author: Nicholas Spyrison [aut, cre] ,
Dianne Cook [aut, ths]
Maintainer: Nicholas Spyrison <spyrison@gmail.com>
Diff between spinifex versions 0.3.9 dated 2025-08-22 and 0.3.10 dated 2025-09-18
DESCRIPTION | 6 +- MD5 | 23 ++++---- NAMESPACE | 1 NEWS.md | 8 ++ R/0_util.r | 63 ++++++++++++++++++++++ R/2_ggproto_visualize.r | 37 ++++++------- inst/WORDLIST | 79 +++++++++++----------------- inst/doc/getting_started_with_spinifex.html | 10 +-- inst/doc/ggproto_api.Rmd | 2 inst/doc/ggproto_api.html | 10 +-- man/ide.Rd |only tests/testthat/test-2_ggproto_visualize.r | 50 ++++++++--------- vignettes/ggproto_api.Rmd | 2 13 files changed, 173 insertions(+), 118 deletions(-)
Title: Core Utilities for Developing and Running Spatially Explicit
Discrete Event Models
Description: Provides the core framework for a discrete event system to
implement a complete data-to-decisions, reproducible workflow.
The core components facilitate the development of modular pieces,
and enable the user to include additional functionality by running user-built modules.
Includes conditional scheduling, restart after interruption, packaging of
reusable modules, tools for developing arbitrary automated workflows,
automated interweaving of modules of different temporal resolution,
and tools for visualizing and understanding the within-project dependencies.
The suggested package 'NLMR' can be installed from the repository
(<https://PredictiveEcology.r-universe.dev>).
Author: Alex M Chubaty [aut] ,
Eliot J B McIntire [aut, cre] ,
Yong Luo [ctb],
Steve Cumming [ctb],
Ceres Barros [ctb] ,
His Majesty the King in Right of Canada, as represented by the Minister
of Natural Resources Canada [cph]
Maintainer: Eliot J B McIntire <eliot.mcintire@canada.ca>
Diff between SpaDES.core versions 2.1.6 dated 2025-09-02 and 2.1.8 dated 2025-09-18
DESCRIPTION | 10 MD5 | 576 NAMESPACE | 968 - NEWS.md | 1288 - R/Plots.R | 948 - R/cache.R | 2583 +-- R/check.R | 512 R/checkpoint.R | 258 R/code-checking.R | 1338 - R/convertToPackage.R | 842 - R/copy.R | 254 R/debugging.R | 78 R/downloadData.R | 646 R/environment.R | 34 R/helpers.R | 818 - R/load.R | 814 - R/memory-leaks.R | 156 R/memory.R | 512 R/misc-methods.R | 864 - R/modActiveBinding.R | 144 R/module-define.R | 1598 +- R/module-dependencies-class.R | 484 R/module-dependencies-methods.R | 676 R/module-param-check.R | 238 R/module-repository.R | 856 - R/module-template.R | 1844 +- R/moduleCoverage.R | 222 R/moduleMetadata.R | 656 R/objectSynonyms.R | 332 R/options.R | 472 R/paths.R | 433 R/plotting-diagrams.R | 1146 - R/plotting.R | 182 R/priority.R | 82 R/progress.R | 260 R/project-template.R | 194 R/reexports.R | 50 R/restart.R | 1132 - R/save.R | 532 R/saveLoadSimList.R | 1142 - R/simList-accessors.R | 6976 +++++----- R/simList-class.R | 544 R/simulation-parseModule.R | 1290 - R/simulation-simInit.R | 3814 ++--- R/simulation-spades.R | 4952 +++---- R/spades-classes.R | 36 R/spades-core-deprecated.R | 90 R/spades-core-package.R | 998 - R/suppliedElsewhere.R | 276 R/times.R | 910 - R/zzz.R | 208 README.md | 130 build/vignette.rds |binary inst/WORDLIST | 207 inst/doc/i-introduction.R | 142 inst/doc/i-introduction.Rmd | 724 - inst/doc/i-introduction.html | 2000 +- inst/doc/ii-modules.R | 608 inst/doc/ii-modules.Rmd | 1574 +- inst/doc/ii-modules.html | 3229 ++-- inst/doc/iii-cache.R | 226 inst/doc/iii-cache.Rmd | 538 inst/doc/iii-cache.html | 1765 +- inst/doc/iv-advanced.R | 26 inst/doc/iv-advanced.Rmd | 104 inst/doc/iv-advanced.html | 848 - inst/doc/v-automated-testing.R | 16 inst/doc/v-automated-testing.Rmd | 174 inst/doc/v-automated-testing.html | 926 - inst/examples/example_inputs.R | 144 inst/examples/example_moduleMetadata.R | 46 inst/examples/example_moduleParamsInputsOuputs.R | 26 inst/examples/example_moduleVersion.R | 34 inst/examples/example_outputs.R | 130 inst/extdata/abundRaster.tif.aux.xml | 10 inst/sampleModules/SpaDES_sampleModules/SpaDES_sampleModules.R | 64 inst/sampleModules/SpaDES_sampleModules/SpaDES_sampleModules.Rmd | 92 inst/sampleModules/caribouMovement/caribouMovement.R | 342 inst/sampleModules/fireSpread/fireSpread.R | 400 inst/sampleModules/randomLandscapes/randomLandscapes.R | 318 inst/templates/LICENSE.template | 16 inst/templates/NEWS.template | 6 inst/templates/README.template | 16 inst/templates/citation.bib.template | 16 inst/templates/data-gitignore.template | 12 inst/templates/module.R.template | 42 inst/templates/module.Rmd.template | 216 inst/templates/module.inputObjects.R.template | 50 inst/templates/moduleEvent1.R.template | 22 inst/templates/moduleEvent2.R.template | 22 inst/templates/moduleInit.R.template | 16 inst/templates/modulePartialEvents.R.template | 326 inst/templates/modulePartialMeta.R.template | 60 inst/templates/moduleSave.R.template | 20 inst/templates/moduledoEvent.R.template | 146 inst/templates/moduleggplotFn.R.template | 10 inst/templates/moduleplotFn.R.template | 22 inst/templates/project.R.template | 72 inst/templates/render-module-rmd.yaml.template | 154 inst/templates/test-template.R.template | 148 inst/templates/unitTests.R.template | 16 man/Copy.Rd | 98 man/FilterRecursive.Rd | 34 man/Plot.Rd | 302 man/Plots.Rd | 338 man/SpaDES.core-package.Rd | 1064 - man/addChangedAttr.Rd | 64 man/addDepends.Rd | 88 man/addTagsToOutput.Rd | 54 man/all.equal.simList.Rd | 52 man/anyPlotting.Rd | 42 man/append_attr.Rd | 74 man/bindrows.Rd | 34 man/cacheMessage.Rd | 66 man/checkCacheRepo.Rd | 44 man/checkModule.Rd | 60 man/checkModuleLocal.Rd | 76 man/checkModulePath.Rd | 26 man/checkObject.Rd | 118 man/checkParams.Rd | 58 man/checkpoint.Rd | 182 man/checksums.Rd | 100 man/citation.Rd | 80 man/classFilter.Rd | 162 man/clearCache.Rd | 254 man/convertToPackage.Rd | 320 man/copyModule.Rd | 66 man/coreModules.Rd | 36 man/createsOutput.Rd | 92 man/dealWithClass.Rd | 170 man/defineEvent.Rd | 170 man/defineModule.Rd | 300 man/defineParameter.Rd | 214 man/deprecated.Rd | 102 man/depsEdgeList.Rd | 68 man/depsGraph.Rd | 64 man/depsLoadOrder.Rd | 66 man/depsPruneEdges.Rd | 52 man/doEvent.Rd | 126 man/dot-cleanPkgs.Rd | 24 man/dot-findObjects.Rd | 46 man/dot-guessPkgFun.Rd | 34 man/dot-params.Rd | 54 man/downloadData.Rd | 270 man/downloadModule.Rd | 202 man/emptyEventList.Rd | 122 man/emptyMetadata.Rd | 44 man/eventDiagram.Rd | 110 man/expectsInput.Rd | 104 man/extractURL.Rd | 64 man/fileEdit.Rd | 44 man/fileName.Rd | 40 man/fileTable.Rd | 102 man/fillInputRows.Rd | 34 man/fillOutputRows.Rd | 34 man/findElements.Rd | 120 man/findModuleName.Rd | 44 man/findSimList.Rd | 30 man/ganttStatus.Rd | 52 man/getModuleInputObjects.Rd | 24 man/getModuleVersion.Rd | 88 man/getOption.Rd | 38 man/getSampleFiles.Rd | 40 man/globals.Rd | 114 man/identifyChildModules.Rd | 42 man/initialize-method.Rd | 46 man/inputObjectsDF.Rd | 68 man/isNamespaced.Rd | 24 man/keepAttrs.Rd | 34 man/loadFiles.Rd | 204 man/loadSimList.Rd | 142 man/makeMemoisable.Rd | 52 man/maxTimeunit.Rd | 48 man/memoryUse.Rd | 86 man/minTimeunit.Rd | 56 man/modifySearchPath.Rd | 78 man/moduleCodeFiles.Rd | 54 man/moduleCoverage.Rd | 84 man/moduleDefaults.Rd | 38 man/moduleDeps-class.Rd | 164 man/moduleDiagram.Rd | 170 man/moduleGraph.Rd | 80 man/moduleMetadata.Rd | 158 man/moduleParamsInputsOuputs.Rd | 118 man/moduleVersion.Rd | 122 man/namespacing.Rd | 80 man/newModule.Rd | 328 man/newModuleTests.Rd | 76 man/newProject.Rd | 78 man/newProjectCode.Rd | 56 man/noEventWarning.Rd | 34 man/objSize.simList.Rd | 66 man/objectDiagram.Rd | 86 man/objectSynonyms.Rd | 156 man/objects.Rd | 172 man/openModules.Rd | 108 man/packages.Rd | 122 man/paramCheckOtherMods.Rd | 104 man/params.Rd | 246 man/parseElems.Rd | 48 man/parseMessage.Rd | 42 man/parseModule.Rd | 150 man/pkgEnv.Rd | 32 man/preDigestByClass.Rd | 52 man/prepareOutput.Rd | 50 man/priority.Rd | 60 man/progress.Rd | 196 man/progressBar.Rd | 52 man/quickCheck.Rd | 36 man/rasterCreate.Rd | 62 man/rasterToMemory.Rd | 80 man/reexports.Rd | 32 man/remoteFileSize.Rd | 40 man/restartR.Rd | 192 man/restartSpades.Rd | 126 man/rndstr.Rd | 132 man/robustDigest.Rd | 108 man/runCodeChecks.Rd | 54 man/runModuleInputsObjects.Rd | 26 man/saveFiles.Rd | 214 man/saveSimList.Rd | 172 man/savedSimEnv.Rd | 32 man/scheduleConditionalEvent.Rd | 176 man/scheduleEvent.Rd | 142 man/setPaths.Rd | 204 man/show-method.Rd | 34 man/sim2gantt.Rd | 68 man/simDeps-class.Rd | 46 man/simFile.Rd | 46 man/simInit.Rd | 838 - man/simInitAndSpades.Rd | 288 man/simList-accessors-envir.Rd | 112 man/simList-accessors-events.Rd | 226 man/simList-accessors-inputs.Rd | 436 man/simList-accessors-metadata.Rd | 150 man/simList-accessors-modules.Rd | 146 man/simList-accessors-objects.Rd | 40 man/simList-accessors-outputs.Rd | 420 man/simList-accessors-paths.Rd | 356 man/simList-accessors-times.Rd | 368 man/simList-class.Rd | 242 man/spades-classes.Rd | 50 man/spades.Rd | 550 man/spadesOptions.Rd | 380 man/spadesTime.Rd | 162 man/sub-simList-character-ANY-method.Rd | 80 man/suppliedElsewhere.Rd | 156 man/tagsByClass.Rd | 42 man/timeConversion.Rd | 156 man/tryCatch.Rd | 24 man/unparsed.Rd | 48 man/updateList.Rd | 46 man/use_gha.Rd | 38 man/verb.Rd | 36 man/writeEventInfo.Rd | 48 man/writeRNGInfo.Rd | 44 man/zipModule.Rd | 88 tests/test-all.R | 18 tests/testthat/helper-initTests.R | 514 tests/testthat/test-1memory.R | 96 tests/testthat/test-Copy.R | 42 tests/testthat/test-Plots.R | 520 tests/testthat/test-cache.R | 1398 +- tests/testthat/test-checkpoint.R | 250 tests/testthat/test-conditionalEvents.R | 170 tests/testthat/test-downloadData.R | 164 tests/testthat/test-downloadModule.R | 274 tests/testthat/test-environment.R | 14 tests/testthat/test-futureEvents.R | 220 tests/testthat/test-load.R | 1000 - tests/testthat/test-misc.R | 276 tests/testthat/test-mod.R | 542 tests/testthat/test-module-deps-methods.R | 548 tests/testthat/test-module-template.R | 363 tests/testthat/test-multipleModulePaths.R | 214 tests/testthat/test-objectSynonyms.R | 330 tests/testthat/test-parallel.R | 6 tests/testthat/test-paths.R | 260 tests/testthat/test-save.R | 1152 - tests/testthat/test-simList.R | 1046 - tests/testthat/test-simulation.R | 2078 +- tests/testthat/test-timeunits.R | 578 tests/testthat/test-userSuppliedObjs.R | 138 vignettes/bibliography.bib | 268 vignettes/i-introduction.Rmd | 724 - vignettes/ii-modules.Rmd | 1574 +- vignettes/iii-cache.Rmd | 538 vignettes/iv-advanced.Rmd | 104 vignettes/v-automated-testing.Rmd | 174 289 files changed, 48578 insertions(+), 48582 deletions(-)
Title: Global Sensitivity Analysis of Model Outputs and Importance
Measures
Description: A collection of functions for sensitivity analysis of model outputs (factor screening, global sensitivity analysis and robustness analysis), for variable importance measures of data, as well as for interpretability of machine learning models. Most of the functions have to be applied on scalar output, but several functions support multi-dimensional outputs.
Author: Bertrand Iooss [aut, cre],
Sebastien Da Veiga [aut],
Alexandre Janon [aut],
Gilles Pujol [aut]
Maintainer: Bertrand Iooss <biooss@yahoo.fr>
Diff between sensitivity versions 1.30.1 dated 2024-08-28 and 1.30.2 dated 2025-09-18
DESCRIPTION | 6 MD5 | 26 - NEWS | 22 + R/lmg.R | 8 R/morris.R | 2 R/pmvd.R | 8 R/sensiHSIC.R | 601 ++++++++++++++++++++++++++++--------- R/testHSIC.R | 620 +++++++++++++++++++++++++++++++++++---- man/PLIsuperquantile_multivar.Rd | 2 man/sensiHSIC.Rd | 139 +++++--- man/testHSIC.Rd | 253 ++++++++++++--- man/testmodels.Rd | 2 src/RcppExports.cpp | 1 src/nested.cpp | 1 14 files changed, 1337 insertions(+), 354 deletions(-)
Title: Data Exchange Between R and 'LabKey' Server
Description: The 'LabKey' client library for R makes it easy for R users to
load live data from a 'LabKey' Server, <https://www.labkey.com/>,
into the R environment for analysis, provided users have permissions
to read the data. It also enables R users to insert, update, and
delete records stored on a 'LabKey' Server, provided they have appropriate
permissions to do so.
Author: Peter Hussey [aut],
Cory Nathe [cre]
Maintainer: Cory Nathe <cnathe@labkey.com>
Diff between Rlabkey versions 3.4.3 dated 2025-05-13 and 3.4.4 dated 2025-09-18
DESCRIPTION | 8 ++++---- MD5 | 18 +++++++++--------- NEWS | 4 ++++ R/labkey.deleteRows.R | 1 + R/labkey.experiment.R | 4 ++++ R/labkey.importRows.R | 1 + R/labkey.insertRows.R | 1 + R/labkey.updateRows.R | 1 + R/makeDF.R | 2 +- man/Rlabkey-package.Rd | 4 ++-- 10 files changed, 28 insertions(+), 16 deletions(-)
Title: NFL Logo Plots in 'ggplot2' and 'gt'
Description: A set of functions to visualize National Football League
analysis in 'ggplot2' plots and 'gt' tables.
Author: Sebastian Carl [aut, cre]
Maintainer: Sebastian Carl <mrcaseb@gmail.com>
Diff between nflplotR versions 1.4.0 dated 2024-08-21 and 1.5.0 dated 2025-09-18
DESCRIPTION | 21 LICENSE | 4 MD5 | 136 +- NAMESPACE | 89 - NEWS.md | 9 R/build_grobs.R | 188 +-- R/geom_lines.R | 48 R/geom_nfl_headshots.R | 277 ++--- R/geom_nfl_logos.R | 284 ++--- R/geom_nfl_wordmarks.R | 272 ++--- R/ggpreview.R | 134 +- R/gt_nfl.R | 40 R/nfl_team_factors.R | 184 +-- R/nfl_team_tiers.R | 312 +++--- R/nflplotR-package.R | 36 R/scale_nfl.R | 222 ++-- R/sysdata.rda |binary R/theme-elements.R | 630 +++++------- R/utils.R | 8 R/zzz.R | 137 +- README.md | 174 +-- man/dot-nflplotR_clear_cache.Rd | 34 man/element.Rd | 369 +++---- man/figures/lifecycle-deprecated.svg | 42 man/geom_from_path.Rd | 310 +++--- man/geom_lines.Rd | 217 ++-- man/geom_nfl_headshots.Rd | 348 +++---- man/geom_nfl_logos.Rd | 358 +++---- man/geom_nfl_wordmarks.Rd | 346 +++--- man/ggpreview.Rd | 177 +-- man/gt_nfl_cols_label.Rd | 142 +- man/gt_nfl_headshots.Rd | 150 +-- man/gt_nfl_logos.Rd | 136 +- man/gt_render_image.Rd | 76 - man/nfl_team_factor.Rd | 150 +-- man/nfl_team_tiers.Rd | 218 ++-- man/nflplotR-package.Rd | 88 - man/nflverse_sitrep.Rd | 22 man/reexports.Rd |only man/scale_nfl.Rd | 291 +++-- man/valid_team_names.Rd | 52 - tests/testthat.R | 8 tests/testthat/_snaps/geom_from_path/p1.svg | 67 - tests/testthat/_snaps/geom_lines/p1.svg | 199 ++-- tests/testthat/_snaps/geom_lines/p2.svg | 195 +-- tests/testthat/_snaps/geom_lines/p3.svg | 195 +-- tests/testthat/_snaps/geom_lines/p4.svg | 199 ++-- tests/testthat/_snaps/geom_nfl_logos.md |only tests/testthat/_snaps/geom_nfl_logos/p1.svg | 131 +- tests/testthat/_snaps/geom_nfl_logos/p2.svg | 137 +- tests/testthat/_snaps/geom_nfl_logos/p3.svg | 131 +- tests/testthat/_snaps/geom_nfl_wordmarks.md |only tests/testthat/_snaps/geom_nfl_wordmarks/p1.svg | 161 +-- tests/testthat/_snaps/geom_nfl_wordmarks/p2.svg | 161 +-- tests/testthat/_snaps/nfl_team_factors/p1.svg | 1187 ++++++++++++------------ tests/testthat/_snaps/nfl_team_factors/p2.svg | 1187 ++++++++++++------------ tests/testthat/_snaps/nfl_team_tiers/p1.svg | 150 +-- tests/testthat/_snaps/scale_nfl/p1.svg | 289 ++--- tests/testthat/_snaps/theme-elements.md |only tests/testthat/_snaps/theme-elements/p1.svg | 73 - tests/testthat/_snaps/theme-elements/p2.svg | 73 - tests/testthat/test-geom_from_path.R | 46 tests/testthat/test-geom_lines.R | 72 - tests/testthat/test-geom_nfl_logos.R | 123 +- tests/testthat/test-geom_nfl_wordmarks.R | 109 +- tests/testthat/test-nfl_team_factors.R | 80 - tests/testthat/test-nfl_team_tiers.R | 60 - tests/testthat/test-scale_nfl.R | 44 tests/testthat/test-theme-elements.R | 78 - tests/testthat/test-utils.R | 24 tools/check.env | 18 71 files changed, 5963 insertions(+), 5965 deletions(-)
Title: L-Moments and Quantile Mixtures
Description: Contains functions to estimate
L-moments and trimmed L-moments from the data. Also
contains functions to estimate the parameters of the normal
polynomial quantile mixture and the Cauchy polynomial quantile
mixture from L-moments and trimmed L-moments.
Author: Juha Karvanen [cre, aut],
Santeri Karppinen [aut]
Maintainer: Juha Karvanen <juha.karvanen@iki.fi>
Diff between Lmoments versions 1.3-1 dated 2019-03-15 and 1.3-2 dated 2025-09-18
Lmoments-1.3-1/Lmoments/COPYING |only Lmoments-1.3-2/Lmoments/DESCRIPTION | 13 +++---- Lmoments-1.3-2/Lmoments/MD5 | 25 ++++++------- Lmoments-1.3-2/Lmoments/inst/CITATION | 45 ++++++++----------------- Lmoments-1.3-2/Lmoments/inst/News | 22 ++++++------ Lmoments-1.3-2/Lmoments/man/Lmoments.Rd | 18 +++++----- Lmoments-1.3-2/Lmoments/man/cauchypoly.Rd | 24 ++++++------- Lmoments-1.3-2/Lmoments/man/covnormpoly4.Rd | 2 - Lmoments-1.3-2/Lmoments/man/data2cauchypoly.Rd | 20 +++++------ Lmoments-1.3-2/Lmoments/man/data2normpoly.Rd | 18 +++++----- Lmoments-1.3-2/Lmoments/man/normpoly.Rd | 22 ++++++------ Lmoments-1.3-2/Lmoments/man/t1lmoments.Rd | 20 +++++------ Lmoments-1.3-2/Lmoments/src/Makevars | 12 ------ Lmoments-1.3-2/Lmoments/src/Makevars.win | 12 ------ 14 files changed, 110 insertions(+), 143 deletions(-)
Title: Dependencies for the 'jamovi' Framework
Description: A framework for creating rich interactive analyses for the jamovi
platform (see <https://www.jamovi.org> for more information).
Author: Jonathon Love [aut, cre, cph]
Maintainer: Jonathon Love <jon@thon.cc>
Diff between jmvcore versions 2.6.3 dated 2024-09-07 and 2.7.7 dated 2025-09-18
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ R/analysis.R | 9 ++++++++- R/image.R | 11 +++++++++++ R/options.R | 6 ++++++ R/output.R | 3 ++- R/results.R | 6 ++++-- 7 files changed, 42 insertions(+), 15 deletions(-)
Title: R-ArcGIS Bridge Utility Functions
Description: Developer oriented utility functions designed to be used as
the building blocks of R packages that work with ArcGIS Location
Services. It provides functionality for authorization, Esri JSON
construction and parsing, as well as other utilities pertaining to
geometry and Esri type conversions. To support 'ArcGIS Pro' users,
authorization can be done via 'arcgisbinding'. Installation
instructions for 'arcgisbinding' can be found at
<https://developers.arcgis.com/r-bridge/installation/>.
Author: Josiah Parry [aut, cre] ,
Kenneth Vernon [ctb] ,
Martha Bass [ctb] ,
Eli Pousson [ctb]
Maintainer: Josiah Parry <josiah.parry@gmail.com>
Diff between arcgisutils versions 0.3.3 dated 2025-04-10 and 0.4.0 dated 2025-09-18
arcgisutils-0.3.3/arcgisutils/R/self.R |only arcgisutils-0.3.3/arcgisutils/man/arc_self_meta.Rd |only arcgisutils-0.4.0/arcgisutils/DESCRIPTION | 33 arcgisutils-0.4.0/arcgisutils/MD5 | 86 +- arcgisutils-0.4.0/arcgisutils/NAMESPACE | 53 + arcgisutils-0.4.0/arcgisutils/NEWS.md | 30 arcgisutils-0.4.0/arcgisutils/R/arc-auth.R | 84 +- arcgisutils-0.4.0/arcgisutils/R/arc-base-req.R | 2 arcgisutils-0.4.0/arcgisutils/R/arc-paginate-req.R |only arcgisutils-0.4.0/arcgisutils/R/arcgisutils-package.R | 3 arcgisutils-0.4.0/arcgisutils/R/esri-featureset-list.R | 10 arcgisutils-0.4.0/arcgisutils/R/esri-field-mapping.R | 120 +-- arcgisutils-0.4.0/arcgisutils/R/geoprocessing-class.R |only arcgisutils-0.4.0/arcgisutils/R/geoprocessing-types.R |only arcgisutils-0.4.0/arcgisutils/R/portal-resources.R |only arcgisutils-0.4.0/arcgisutils/R/portal-self.R |only arcgisutils-0.4.0/arcgisutils/R/portal-servers.R |only arcgisutils-0.4.0/arcgisutils/R/portal-types.R |only arcgisutils-0.4.0/arcgisutils/R/portal-users.R |only arcgisutils-0.4.0/arcgisutils/R/search.R |only arcgisutils-0.4.0/arcgisutils/R/sharing.R |only arcgisutils-0.4.0/arcgisutils/R/user-group-content.R |only arcgisutils-0.4.0/arcgisutils/R/user-self.R |only arcgisutils-0.4.0/arcgisutils/R/util-parse-esri-json.R | 17 arcgisutils-0.4.0/arcgisutils/R/utils-dates.R | 2 arcgisutils-0.4.0/arcgisutils/R/utils-requests.R | 8 arcgisutils-0.4.0/arcgisutils/R/utils-url.R |only arcgisutils-0.4.0/arcgisutils/R/utils.R | 16 arcgisutils-0.4.0/arcgisutils/R/zzz.R |only arcgisutils-0.4.0/arcgisutils/README.md | 385 ++++++++-- arcgisutils-0.4.0/arcgisutils/man/arc_base_req.Rd | 3 arcgisutils-0.4.0/arcgisutils/man/arc_form_params.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_group.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_item.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_item_data.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_job_status.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_paginate_req.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_portal_resources.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_portal_servers.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_portal_urls.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_portal_users.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_user.Rd |only arcgisutils-0.4.0/arcgisutils/man/arc_user_self.Rd |only arcgisutils-0.4.0/arcgisutils/man/auth.Rd | 6 arcgisutils-0.4.0/arcgisutils/man/content.Rd |only arcgisutils-0.4.0/arcgisutils/man/featureset.Rd | 3 arcgisutils-0.4.0/arcgisutils/man/field_mapping.Rd | 42 - arcgisutils-0.4.0/arcgisutils/man/figures/README-unnamed-chunk-17-1.png |only arcgisutils-0.4.0/arcgisutils/man/figures/lifecycle-deprecated.svg |only arcgisutils-0.4.0/arcgisutils/man/figures/lifecycle-experimental.svg |only arcgisutils-0.4.0/arcgisutils/man/figures/lifecycle-stable.svg |only arcgisutils-0.4.0/arcgisutils/man/figures/lifecycle-superseded.svg |only arcgisutils-0.4.0/arcgisutils/man/gp_job.Rd |only arcgisutils-0.4.0/arcgisutils/man/gp_params.Rd |only arcgisutils-0.4.0/arcgisutils/man/portal_types.Rd |only arcgisutils-0.4.0/arcgisutils/man/search_items.Rd |only arcgisutils-0.4.0/arcgisutils/man/self.Rd |only arcgisutils-0.4.0/arcgisutils/man/url.Rd |only arcgisutils-0.4.0/arcgisutils/man/utilities.Rd | 7 arcgisutils-0.4.0/arcgisutils/src/Makevars.in | 18 arcgisutils-0.4.0/arcgisutils/src/Makevars.win.in | 12 arcgisutils-0.4.0/arcgisutils/src/rust/Cargo.toml | 10 arcgisutils-0.4.0/arcgisutils/tests/testthat/test-sharing.R |only arcgisutils-0.4.0/arcgisutils/tests/testthat/test-utils-url.R |only arcgisutils-0.4.0/arcgisutils/tools/config.R | 45 + 65 files changed, 714 insertions(+), 281 deletions(-)