Mon, 13 Oct 2025

Package altmeta updated to version 4.3 with previous version 4.2 dated 2024-09-07

Title: Alternative Meta-Analysis Methods
Description: Provides alternative statistical methods for meta-analysis, including: - bivariate generalized linear mixed models for synthesizing odds ratios, relative risks, and risk differences (Chu et al., 2012 <doi:10.1177/0962280210393712>) - tests and measures for between-study heterogeneity (Lin et al., 2017 <doi:10.1111/biom.12543>; Wang et al., 2022 <doi:10.1002/sim.9261>); - measures, tests, and visualization tools for publication bias or small-study effects (Lin and Chu, 2018 <doi:10.1111/biom.12817>; Lin, 2019 <doi:10.1002/jrsm.1340>; Lin, 2020 <doi:10.1177/0962280220910172>; Shi et al., 2020 <doi:10.1002/jrsm.1415>); - meta-analysis of combining standardized mean differences and odds ratios (Jing et al., 2023 <doi:10.1080/10543406.2022.2105345>); - meta-analysis of diagnostic tests for synthesizing sensitivities, specificities, etc. (Reitsma et al., 2005 <doi:10.1016/j.jclinepi.2005.02.022>; Chu and Cole, 2006 <doi:10.1016/j.jclin [...truncated...]
Author: Lifeng Lin [aut, cre] , Yaqi Jing [ctb], Kristine J. Rosenberger [ctb], Linyu Shi [ctb], Yipeng Wang [ctb], Xing Xing [ctb] , Zhiyuan Yu [ctb], Haitao Chu [aut]
Maintainer: Lifeng Lin <lifenglin@arizona.edu>

Diff between altmeta versions 4.2 dated 2024-09-07 and 4.3 dated 2025-10-13

 DESCRIPTION           |   19 ++++++++++++-------
 MD5                   |   12 ++++++++----
 NAMESPACE             |    2 +-
 R/metahet.hybrid.R    |only
 build/partial.rdb     |binary
 data/dat.hughes.rda   |only
 man/dat.dep.Rd        |    2 +-
 man/dat.hughes.Rd     |only
 man/metahet.hybrid.Rd |only
 9 files changed, 22 insertions(+), 13 deletions(-)

More information about altmeta at CRAN
Permanent link

Package wdnr.gis updated to version 0.1.6 with previous version 0.1.5 dated 2023-10-25

Title: Pull Spatial Layers from 'WDNR ArcGIS REST API'
Description: Functions for finding and pulling data from the 'Wisconsin Department of Natural Resources ArcGIS REST APIs' <https://dnrmaps.wi.gov/arcgis/rest/services> and <https://dnrmaps.wi.gov/arcgis2/rest/services>.
Author: Paul Frater [aut, cre] , Zac Driscoll [aut]
Maintainer: Paul Frater <paul.frater@wisconsin.gov>

Diff between wdnr.gis versions 0.1.5 dated 2023-10-25 and 0.1.6 dated 2025-10-13

 DESCRIPTION                         |   14 +++----
 MD5                                 |   24 ++++++------
 R/get_layer_functions.R             |    6 +--
 R/utilities.R                       |    2 -
 R/wdnr.gis-package.R                |    3 -
 build/vignette.rds                  |binary
 data/service_urls.rda               |binary
 inst/doc/wdnr.gis-intro.R           |   28 +++++++-------
 inst/doc/wdnr.gis-intro.html        |   14 +++----
 man/get_wis_raster_layer.Rd         |    4 +-
 man/wdnr.gis-package.Rd             |    9 ++++
 tests/testthat/test-get-functions.R |   40 +++++++++++---------
 tests/testthat/test-utils.R         |   72 ++++++++++++++++++++++++++----------
 13 files changed, 130 insertions(+), 86 deletions(-)

More information about wdnr.gis at CRAN
Permanent link

Package SelectionBias updated to version 2.1.0 with previous version 2.0.0 dated 2024-03-27

Title: Calculates Bounds for the Selection Bias for Binary Treatment and Outcome Variables
Description: Computes bounds and sensitivity parameters as part of sensitivity analysis for selection bias. Different bounds are provided: the SV (Smith and VanderWeele), sharp bounds, AF (assumption-free) bound, GAF (generalized AF), and CAF (counterfactual AF) bounds. The calculation of the sensitivity parameters for the SV, sharp, and GAF bounds assume an additional dependence structure in form of a generalized M-structure. The bounds can be calculated for any structure as long as the necessary assumptions hold. See Smith and VanderWeele (2019) <doi:10.1097/EDE.0000000000001032>, Zetterstrom, Sjölander, and Waernabum (2025) <doi:10.1177/09622802251374168>, Zetterstrom and Waernbaum (2022) <doi:10.1515/em-2022-0108>, and Zetterstrom (2024) <doi:10.1515/em-2023-0033>.
Author: Stina Zetterstrom [aut, cre] , Ingeborg Waernbaum [aut]
Maintainer: Stina Zetterstrom <stina.zetterstrom@gmail.com>

Diff between SelectionBias versions 2.0.0 dated 2024-03-27 and 2.1.0 dated 2025-10-13

 SelectionBias-2.0.0/SelectionBias/R/SVboundparametersM.R                       |only
 SelectionBias-2.0.0/SelectionBias/man/SVboundparametersM.Rd                    |only
 SelectionBias-2.0.0/SelectionBias/tests/testthat/test-SVboundparametersM.R     |only
 SelectionBias-2.0.0/SelectionBias/tests/testthat/test-SVboundsharp.R           |only
 SelectionBias-2.1.0/SelectionBias/DESCRIPTION                                  |   33 
 SelectionBias-2.1.0/SelectionBias/LICENSE                                      |    4 
 SelectionBias-2.1.0/SelectionBias/MD5                                          |   78 -
 SelectionBias-2.1.0/SelectionBias/NAMESPACE                                    |    2 
 SelectionBias-2.1.0/SelectionBias/NEWS.md                                      |   15 
 SelectionBias-2.1.0/SelectionBias/R/AFbound.R                                  |  130 -
 SelectionBias-2.1.0/SelectionBias/R/CAFbound.R                                 |  166 +-
 SelectionBias-2.1.0/SelectionBias/R/GAFbound.R                                 |  216 +--
 SelectionBias-2.1.0/SelectionBias/R/SVbound.R                                  |  399 +++---
 SelectionBias-2.1.0/SelectionBias/R/SVboundsharp.R                             |   99 -
 SelectionBias-2.1.0/SelectionBias/R/SelectionBias-package.R                    |   14 
 SelectionBias-2.1.0/SelectionBias/R/calcSVbound.R                              |   51 
 SelectionBias-2.1.0/SelectionBias/R/calcselbias.R                              |  158 +-
 SelectionBias-2.1.0/SelectionBias/R/checksharpSVbound.R                        |only
 SelectionBias-2.1.0/SelectionBias/R/data.R                                     |  122 -
 SelectionBias-2.1.0/SelectionBias/R/genprob.R                                  |  184 +-
 SelectionBias-2.1.0/SelectionBias/R/sensitivityparametersM.R                   |  476 +++----
 SelectionBias-2.1.0/SelectionBias/R/sharpbound.R                               |only
 SelectionBias-2.1.0/SelectionBias/build/partial.rdb                            |binary
 SelectionBias-2.1.0/SelectionBias/build/vignette.rds                           |binary
 SelectionBias-2.1.0/SelectionBias/inst/doc/SelectionBias.R                     |   74 -
 SelectionBias-2.1.0/SelectionBias/inst/doc/SelectionBias.Rmd                   |  343 +++--
 SelectionBias-2.1.0/SelectionBias/inst/doc/SelectionBias.html                  |  663 +++++-----
 SelectionBias-2.1.0/SelectionBias/man/AFbound.Rd                               |  120 -
 SelectionBias-2.1.0/SelectionBias/man/CAFbound.Rd                              |  150 +-
 SelectionBias-2.1.0/SelectionBias/man/GAFbound.Rd                              |  173 +-
 SelectionBias-2.1.0/SelectionBias/man/SVbound.Rd                               |  242 ++-
 SelectionBias-2.1.0/SelectionBias/man/SVboundsharp.Rd                          |   82 -
 SelectionBias-2.1.0/SelectionBias/man/SelectionBias-package.Rd                 |   56 
 SelectionBias-2.1.0/SelectionBias/man/checksharpSVbound.Rd                     |only
 SelectionBias-2.1.0/SelectionBias/man/sensitivityparametersM.Rd                |  242 +--
 SelectionBias-2.1.0/SelectionBias/man/sharpbound.Rd                            |only
 SelectionBias-2.1.0/SelectionBias/man/zika_learner.Rd                          |  134 +-
 SelectionBias-2.1.0/SelectionBias/tests/testthat/test-SVbound.R                |  136 +-
 SelectionBias-2.1.0/SelectionBias/tests/testthat/test-calcselbias.R            |   52 
 SelectionBias-2.1.0/SelectionBias/tests/testthat/test-checksharpSVbound.R      |only
 SelectionBias-2.1.0/SelectionBias/tests/testthat/test-genprob.R                |   38 
 SelectionBias-2.1.0/SelectionBias/tests/testthat/test-sensitivityparametersM.R |   61 
 SelectionBias-2.1.0/SelectionBias/tests/testthat/test-sharpbound.R             |only
 SelectionBias-2.1.0/SelectionBias/vignettes/SelectionBias.Rmd                  |  343 +++--
 SelectionBias-2.1.0/SelectionBias/vignettes/references.bib                     |  117 -
 45 files changed, 2944 insertions(+), 2229 deletions(-)

More information about SelectionBias at CRAN
Permanent link

Package TMB updated to version 1.9.18 with previous version 1.9.17 dated 2025-03-10

Title: Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'
Description: With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines 'CppAD' (C++ automatic differentiation), 'Eigen' (templated matrix-vector library) and 'CHOLMOD' (sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through 'BLAS' and parallel user templates.
Author: Kasper Kristensen [aut, cre, cph], Brad Bell [cph], Hans Skaug [ctb], Arni Magnusson [ctb], Casper Berg [ctb], Anders Nielsen [ctb], Martin Maechler [ctb], Theo Michelot [ctb], Mollie Brooks [ctb], Alex Forrence [ctb], Christoffer Moesgaard Albertsen [...truncated...]
Maintainer: Kasper Kristensen <kaskr@dtu.dk>

Diff between TMB versions 1.9.17 dated 2025-03-10 and 1.9.18 dated 2025-10-13

 DESCRIPTION                            |    8 
 MD5                                    |   36 +-
 NEWS                                   |   16 +
 R/TMB.R                                |   49 +++
 R/sdreport.R                           |   14 -
 inst/include/TMBad/TMBad.cpp           |  439 +++++++++++++++++++--------------
 inst/include/TMBad/TMBad.hpp           |  153 +++++++----
 inst/include/TMBad/ad_blas.hpp         |    5 
 inst/include/TMBad/checkpoint.hpp      |   22 +
 inst/include/TMBad/code_generator.hpp  |    1 
 inst/include/TMBad/compile.hpp         |    2 
 inst/include/TMBad/compression.hpp     |   17 -
 inst/include/TMBad/eigen_numtraits.hpp |    1 
 inst/include/TMBad/global.hpp          |  371 +++++++++++++++++++--------
 inst/include/TMBad/graph2dot.hpp       |    1 
 inst/include/TMBad/graph_transform.hpp |   15 -
 inst/include/TMBad/integrate.hpp       |    1 
 inst/include/TMBad/vectorize.hpp       |  120 +++++++--
 inst/include/tmbutils/newton.hpp       |    4 
 19 files changed, 868 insertions(+), 407 deletions(-)

More information about TMB at CRAN
Permanent link

Package geeVerse updated to version 0.3.1 with previous version 0.3.0 dated 2025-08-19

Title: A Comprehensive Analysis of High Dimensional Longitudinal Data
Description: To provide a comprehensive analysis of high dimensional longitudinal data,this package provides analysis for any combination of 1) simultaneous variable selection and estimation, 2) mean regression or quantile regression for heterogeneous data, 3) cross-sectional or longitudinal data, 4) balanced or imbalanced data, 5) moderate, high or even ultra-high dimensional data, via computationally efficient implementations of penalized generalized estimating equations.
Author: Tianhai Zu [aut, cre], Brittany Green [aut, ctb], Yan Yu [aut, ctb]
Maintainer: Tianhai Zu <zuti@mail.uc.edu>

Diff between geeVerse versions 0.3.0 dated 2025-08-19 and 0.3.1 dated 2025-10-13

 DESCRIPTION                            |    8 +-
 MD5                                    |   24 +++---
 NAMESPACE                              |    1 
 R/PGEE.R                               |   44 +++++++----
 R/RcppExports.R                        |    4 -
 R/generate_data.R                      |    4 -
 R/qpgee.R                              |    5 -
 R/utils.R                              |    4 -
 inst/sim/replication_script_for_main.R |  127 ++++++++++++++++-----------------
 man/PGEE.Rd                            |    5 +
 man/generate_data.Rd                   |    4 -
 src/RcppExports.cpp                    |    9 +-
 src/geninv.cpp                         |   84 +++++----------------
 13 files changed, 152 insertions(+), 171 deletions(-)

More information about geeVerse at CRAN
Permanent link

Package DPQ updated to version 0.6-1 with previous version 0.6-0 dated 2025-07-08

Title: Density, Probability, Quantile ('DPQ') Computations
Description: Computations for approximations and alternatives for the 'DPQ' (Density (pdf), Probability (cdf) and Quantile) functions for probability distributions in R. Primary focus is on (central and non-central) beta, gamma and related distributions such as the chi-squared, F, and t. -- For several distribution functions, provide functions implementing formulas from Johnson, Kotz, and Kemp (1992) <doi:10.1002/bimj.4710360207> and Johnson, Kotz, and Balakrishnan (1995) for discrete or continuous distributions respectively. This is for the use of researchers in these numerical approximation implementations, notably for my own use in order to improve standard R pbeta(), qgamma(), ..., etc: {'"dpq"'-functions}.
Author: Martin Maechler [aut, cre] , Morten Welinder [ctb] ), Wolfgang Viechtbauer [ctb] , 2002), Ross Ihaka [ctb] , Marius Hofert [ctb] , lssum), R-core [ctb] , R Foundation [cph]
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>

Diff between DPQ versions 0.6-0 dated 2025-07-08 and 0.6-1 dated 2025-10-13

 DESCRIPTION                   |   12 +--
 MD5                           |   61 ++++++++-------
 NAMESPACE                     |    5 +
 R/beta-fns.R                  |  161 +++++++++++++++++++++++++++++++++++++++++-
 R/dbinom-nbinom.R             |    4 -
 R/expm1x.R                    |    3 
 R/pbetaR_v1.R                 |   38 +++++----
 R/pnchisq.R                   |   44 +++++------
 R/qchisqAppr.R                |    1 
 TODO                          |   17 ++--
 build/partial.rdb             |binary
 inst/NEWS.Rd                  |   35 +++++++++
 inst/doc/Noncentral-Chisq.pdf |binary
 inst/doc/comp-beta.pdf        |binary
 inst/doc/log1pmx-etc.pdf      |binary
 inst/doc/qnorm-asymp.pdf      |binary
 inst/extraR/relErr-plots.R    |    4 +
 man/fr_ld_exp.Rd              |    2 
 man/gam1d.Rd                  |   56 +++++++-------
 man/gamln1.Rd                 |   13 ++-
 man/pbetaAS_eq20.Rd           |only
 man/pbetaRv1.Rd               |    8 +-
 man/pnbeta.Rd                 |    1 
 man/pnchisqAppr.Rd            |   74 ++++++++++++-------
 man/r_pois.Rd                 |    4 -
 src/DPQ-misc.c                |   40 ++++++----
 src/gamma_inc_T1006.c         |    5 -
 src/pnchisq-it.c              |   28 +++----
 tests/chisq-nonc-ex.R         |   59 ++++++++-------
 tests/dnbinom-tst.R           |    7 +
 tests/qPoisBinom-ex.R         |  131 ++++++++++++++++------------------
 tests/stirlerr-tst.R          |    6 -
 32 files changed, 541 insertions(+), 278 deletions(-)

More information about DPQ at CRAN
Permanent link

Package medflex updated to version 0.6-11 with previous version 0.6-10 dated 2023-06-22

Title: Flexible Mediation Analysis Using Natural Effect Models
Description: Run flexible mediation analyses using natural effect models as described in Lange, Vansteelandt and Bekaert (2012) <DOI:10.1093/aje/kwr525>, Vansteelandt, Bekaert and Lange (2012) <DOI:10.1515/2161-962X.1014> and Loeys, Moerkerke, De Smet, Buysse, Steen and Vansteelandt (2013) <DOI:10.1080/00273171.2013.832132>.
Author: Johan Steen [aut, cre], Tom Loeys [aut], Beatrijs Moerkerke [aut], Stijn Vansteelandt [aut], Joris Meys [ctb] , Theis Lange [ctb] , Joscha Legewie [ctb], Paul Fink [ctb], Sanford Weisberg [ctb], Yves Rosseel [ctb]
Maintainer: Johan Steen <johan.steen@gmail.com>

Diff between medflex versions 0.6-10 dated 2023-06-22 and 0.6-11 dated 2025-10-13

 DESCRIPTION             |   10 +++++-----
 MD5                     |   28 ++++++++++++++--------------
 NAMESPACE               |    6 ++++++
 NEWS                    |    4 ++++
 R/neImpute.R            |   21 ++++++++++++++-------
 R/neLht.R               |    9 +++++----
 R/neWeight.R            |   22 ++++++++++++----------
 R/terms-expand.R        |    5 +++++
 build/vignette.rds      |binary
 inst/doc/medflex.pdf    |binary
 inst/doc/sandwich.pdf   |binary
 man/neImpute.default.Rd |   17 +++++++++++------
 man/neImpute.formula.Rd |    2 ++
 man/neLht-methods.Rd    |    4 ++--
 man/neLht.Rd            |    4 ++--
 15 files changed, 82 insertions(+), 50 deletions(-)

More information about medflex at CRAN
Permanent link

Package flashlight updated to version 1.0.0 with previous version 0.9.0 dated 2023-05-09

Title: Shed Light on Black Box Machine Learning Models
Description: Shed light on black box machine learning models by the help of model performance, variable importance, global surrogate models, ICE profiles, partial dependence (Friedman J. H. (2001) <doi:10.1214/aos/1013203451>), accumulated local effects (Apley D. W. (2016) <doi:10.48550/arXiv.1612.08468>), further effects plots, interaction strength, and variable contribution breakdown (Gosiewska and Biecek (2019) <doi:10.48550/arXiv.1903.11420>). All tools are implemented to work with case weights and allow for stratified analysis. Furthermore, multiple flashlights can be combined and analyzed together.
Author: Michael Mayer [aut, cre, cph]
Maintainer: Michael Mayer <mayermichael79@gmail.com>

Diff between flashlight versions 0.9.0 dated 2023-05-09 and 1.0.0 dated 2025-10-13

 flashlight-0.9.0/flashlight/R/add_shap.R                       |only
 flashlight-0.9.0/flashlight/R/ale_profile.R                    |only
 flashlight-0.9.0/flashlight/R/all_identical.R                  |only
 flashlight-0.9.0/flashlight/R/auto_cut.R                       |only
 flashlight-0.9.0/flashlight/R/common_breaks.R                  |only
 flashlight-0.9.0/flashlight/R/cut3.R                           |only
 flashlight-0.9.0/flashlight/R/grouped_center.R                 |only
 flashlight-0.9.0/flashlight/R/grouped_counts.R                 |only
 flashlight-0.9.0/flashlight/R/grouped_stats.R                  |only
 flashlight-0.9.0/flashlight/R/grouped_weighted_mean.R          |only
 flashlight-0.9.0/flashlight/R/most_important.R                 |only
 flashlight-0.9.0/flashlight/R/plot_counts.R                    |only
 flashlight-0.9.0/flashlight/R/plot_light_breakdown.R           |only
 flashlight-0.9.0/flashlight/R/plot_light_effects.R             |only
 flashlight-0.9.0/flashlight/R/plot_light_global_surrogate.R    |only
 flashlight-0.9.0/flashlight/R/plot_light_ice.R                 |only
 flashlight-0.9.0/flashlight/R/plot_light_importance.R          |only
 flashlight-0.9.0/flashlight/R/plot_light_performance.R         |only
 flashlight-0.9.0/flashlight/R/plot_light_profile.R             |only
 flashlight-0.9.0/flashlight/R/plot_light_profile2d.R           |only
 flashlight-0.9.0/flashlight/R/plot_light_scatter.R             |only
 flashlight-0.9.0/flashlight/R/predict_flashlight.R             |only
 flashlight-0.9.0/flashlight/R/predict_multiflashlight.R        |only
 flashlight-0.9.0/flashlight/R/print_flashlight.R               |only
 flashlight-0.9.0/flashlight/R/print_light.R                    |only
 flashlight-0.9.0/flashlight/R/print_multiflashlight.R          |only
 flashlight-0.9.0/flashlight/R/residuals_flashlight.R           |only
 flashlight-0.9.0/flashlight/R/residuals_multiflashlight.R      |only
 flashlight-0.9.0/flashlight/R/response.R                       |only
 flashlight-0.9.0/flashlight/man/all_identical.Rd               |only
 flashlight-0.9.0/flashlight/man/auto_cut.Rd                    |only
 flashlight-0.9.0/flashlight/man/cut3.Rd                        |only
 flashlight-0.9.0/flashlight/man/grouped_center.Rd              |only
 flashlight-0.9.0/flashlight/man/grouped_counts.Rd              |only
 flashlight-0.9.0/flashlight/man/grouped_stats.Rd               |only
 flashlight-0.9.0/flashlight/man/grouped_weighted_mean.Rd       |only
 flashlight-0.9.0/flashlight/tests/testthat/tests-shap.R        |only
 flashlight-0.9.0/flashlight/tests/testthat/tests-utils.R       |only
 flashlight-1.0.0/flashlight/DESCRIPTION                        |   25 
 flashlight-1.0.0/flashlight/MD5                                |  177 +---
 flashlight-1.0.0/flashlight/NAMESPACE                          |   14 
 flashlight-1.0.0/flashlight/NEWS.md                            |   51 +
 flashlight-1.0.0/flashlight/R/aa_deprecated.R                  |only
 flashlight-1.0.0/flashlight/R/flashlight.R                     |    2 
 flashlight-1.0.0/flashlight/R/light_breakdown.R                |  137 ++-
 flashlight-1.0.0/flashlight/R/light_check.R                    |    2 
 flashlight-1.0.0/flashlight/R/light_combine.R                  |    6 
 flashlight-1.0.0/flashlight/R/light_effects.R                  |  127 ++-
 flashlight-1.0.0/flashlight/R/light_global_surrogate.R         |   72 +
 flashlight-1.0.0/flashlight/R/light_ice.R                      |  123 ++-
 flashlight-1.0.0/flashlight/R/light_importance.R               |  348 +++++---
 flashlight-1.0.0/flashlight/R/light_interaction.R              |  110 +-
 flashlight-1.0.0/flashlight/R/light_performance.R              |  124 ++-
 flashlight-1.0.0/flashlight/R/light_profile.R                  |  396 +++++++---
 flashlight-1.0.0/flashlight/R/light_profile2d.R                |  152 ++-
 flashlight-1.0.0/flashlight/R/light_recode.R                   |   57 -
 flashlight-1.0.0/flashlight/R/light_scatter.R                  |  137 ++-
 flashlight-1.0.0/flashlight/R/methods.R                        |only
 flashlight-1.0.0/flashlight/R/utils.R                          |   78 -
 flashlight-1.0.0/flashlight/R/utils_cut.R                      |only
 flashlight-1.0.0/flashlight/R/utils_grouped.R                  |only
 flashlight-1.0.0/flashlight/R/utils_plot.R                     |only
 flashlight-1.0.0/flashlight/R/zzz.R                            |   66 -
 flashlight-1.0.0/flashlight/README.md                          |    8 
 flashlight-1.0.0/flashlight/build/vignette.rds                 |binary
 flashlight-1.0.0/flashlight/inst/doc/flashlight.R              |    4 
 flashlight-1.0.0/flashlight/inst/doc/flashlight.Rmd            |    2 
 flashlight-1.0.0/flashlight/inst/doc/flashlight.html           |  272 +++---
 flashlight-1.0.0/flashlight/man/add_shap.Rd                    |   90 --
 flashlight-1.0.0/flashlight/man/flashlight.Rd                  |    2 
 flashlight-1.0.0/flashlight/man/light_breakdown.Rd             |   19 
 flashlight-1.0.0/flashlight/man/light_effects.Rd               |   34 
 flashlight-1.0.0/flashlight/man/light_global_surrogate.Rd      |    7 
 flashlight-1.0.0/flashlight/man/light_ice.Rd                   |   19 
 flashlight-1.0.0/flashlight/man/light_importance.Rd            |   71 -
 flashlight-1.0.0/flashlight/man/light_interaction.Rd           |   37 
 flashlight-1.0.0/flashlight/man/light_performance.Rd           |   23 
 flashlight-1.0.0/flashlight/man/light_profile.Rd               |   57 -
 flashlight-1.0.0/flashlight/man/light_profile2d.Rd             |   36 
 flashlight-1.0.0/flashlight/man/light_recode.Rd                |   58 -
 flashlight-1.0.0/flashlight/man/light_scatter.Rd               |   34 
 flashlight-1.0.0/flashlight/man/most_important.Rd              |   27 
 flashlight-1.0.0/flashlight/man/plot.light_breakdown.Rd        |    7 
 flashlight-1.0.0/flashlight/man/plot.light_effects.Rd          |   15 
 flashlight-1.0.0/flashlight/man/plot.light_global_surrogate.Rd |    7 
 flashlight-1.0.0/flashlight/man/plot.light_ice.Rd              |   14 
 flashlight-1.0.0/flashlight/man/plot.light_importance.Rd       |   14 
 flashlight-1.0.0/flashlight/man/plot.light_performance.Rd      |    7 
 flashlight-1.0.0/flashlight/man/plot.light_profile.Rd          |    9 
 flashlight-1.0.0/flashlight/man/plot.light_profile2d.Rd        |    7 
 flashlight-1.0.0/flashlight/man/plot.light_scatter.Rd          |    7 
 flashlight-1.0.0/flashlight/man/plot_counts.Rd                 |   54 -
 flashlight-1.0.0/flashlight/man/predict.flashlight.Rd          |    2 
 flashlight-1.0.0/flashlight/man/predict.multiflashlight.Rd     |    2 
 flashlight-1.0.0/flashlight/man/print.flashlight.Rd            |    2 
 flashlight-1.0.0/flashlight/man/print.light.Rd                 |    2 
 flashlight-1.0.0/flashlight/man/print.multiflashlight.Rd       |    2 
 flashlight-1.0.0/flashlight/man/residuals.flashlight.Rd        |    2 
 flashlight-1.0.0/flashlight/man/residuals.multiflashlight.Rd   |    2 
 flashlight-1.0.0/flashlight/man/response.Rd                    |    2 
 flashlight-1.0.0/flashlight/tests/testthat/tests-breakdown.R   |   66 -
 flashlight-1.0.0/flashlight/tests/testthat/tests-eff.R         |  188 ++--
 flashlight-1.0.0/flashlight/tests/testthat/tests-globaltree.R  |   26 
 flashlight-1.0.0/flashlight/tests/testthat/tests-grouped.R     |    4 
 flashlight-1.0.0/flashlight/tests/testthat/tests-ice.R         |   91 +-
 flashlight-1.0.0/flashlight/tests/testthat/tests-importance.R  |  131 +--
 flashlight-1.0.0/flashlight/tests/testthat/tests-interaction.R |   87 --
 flashlight-1.0.0/flashlight/tests/testthat/tests-methods.R     |   25 
 flashlight-1.0.0/flashlight/tests/testthat/tests-perf.R        |   20 
 flashlight-1.0.0/flashlight/tests/testthat/tests-profile2d.R   |  179 ++--
 flashlight-1.0.0/flashlight/vignettes/flashlight.Rmd           |    2 
 111 files changed, 2217 insertions(+), 1763 deletions(-)

More information about flashlight at CRAN
Permanent link

Package smvr updated to version 0.2.2 with previous version 0.2.1 dated 2025-08-19

Title: Simple Implementation of Semantic Versioning (SemVer)
Description: Simple implementation of Semantic Versioning 2.0.0 ('SemVer') on the 'vctrs' package. This package provides a simple way to create, compare, and manipulate semantic versions in R. It is designed to be lightweight and easy to use.
Author: Tatsuya Shima [aut, cre]
Maintainer: Tatsuya Shima <ts1s1andn@gmail.com>

Diff between smvr versions 0.2.1 dated 2025-08-19 and 0.2.2 dated 2025-10-13

 smvr-0.2.1/smvr/tests/testthat/test-utils.R    |only
 smvr-0.2.2/smvr/DESCRIPTION                    |    6 +++---
 smvr-0.2.2/smvr/MD5                            |   18 ++++++++++--------
 smvr-0.2.2/smvr/NAMESPACE                      |    1 +
 smvr-0.2.2/smvr/NEWS.md                        |    6 ++++++
 smvr-0.2.2/smvr/R/parse.R                      |    2 +-
 smvr-0.2.2/smvr/R/pattern.R                    |only
 smvr-0.2.2/smvr/R/utils.R                      |   16 ----------------
 smvr-0.2.2/smvr/man/SEM_VER_PATTERN.Rd         |only
 smvr-0.2.2/smvr/tests/testthat/_snaps/parse.md |   24 ++++++++++++++++++++++++
 smvr-0.2.2/smvr/tests/testthat/test-parse.R    |    2 ++
 smvr-0.2.2/smvr/tests/testthat/test-pattern.R  |only
 12 files changed, 47 insertions(+), 28 deletions(-)

More information about smvr at CRAN
Permanent link

Package hdflex updated to version 0.3.2 with previous version 0.3.1 dated 2025-04-30

Title: High-Dimensional Aggregate Density Forecasts
Description: Provides a forecasting method that efficiently maps vast numbers of (scalar-valued) signals into an aggregate density forecast in a time-varying and computationally fast manner. The method proceeds in two steps: First, it transforms a predictive signal into a density forecast and, second, it combines the resulting candidate density forecasts into an ultimate aggregate density forecast. For a detailed explanation of the method, please refer to Adaemmer et al. (2025) <doi:10.1080/07350015.2025.2526424>.
Author: Sven Lehmann [aut, cre, cph], Philipp Adaemmer [aut], Rainer Schuessler [aut]
Maintainer: Sven Lehmann <slehman5@uni-muenster.de>

Diff between hdflex versions 0.3.1 dated 2025-04-30 and 0.3.2 dated 2025-10-13

 DESCRIPTION                   |   12 -
 MD5                           |   18 +-
 NEWS.md                       |    4 
 R/ClassMethods.R              |   50 +++-----
 README.md                     |  255 ++++++++++++++++++++++++++++++++++++------
 build/partial.rdb             |binary
 src/stsc.cpp                  |    6 
 src/stsc_parallel.cpp         |    6 
 src/tvc.cpp                   |    2 
 tests/testthat/test-summary.R |   16 +-
 10 files changed, 277 insertions(+), 92 deletions(-)

More information about hdflex at CRAN
Permanent link

Package TreeDist updated to version 2.11.1 with previous version 2.11.0 dated 2025-09-28

Title: Calculate and Map Distances Between Phylogenetic Trees
Description: Implements measures of tree similarity, including information-based generalized Robinson-Foulds distances (Phylogenetic Information Distance, Clustering Information Distance, Matching Split Information Distance; Smith 2020) <doi:10.1093/bioinformatics/btaa614>; Jaccard-Robinson-Foulds distances (Bocker et al. 2013) <doi:10.1007/978-3-642-40453-5_13>, including the Nye et al. (2006) metric <doi:10.1093/bioinformatics/bti720>; the Matching Split Distance (Bogdanowicz & Giaro 2012) <doi:10.1109/TCBB.2011.48>; the Hierarchical Mutual Information (Perotti et al. 2015) <doi:10.1103/PhysRevE.92.062825>; Maximum Agreement Subtree distances; the Kendall-Colijn (2016) distance <doi:10.1093/molbev/msw124>, and the Nearest Neighbour Interchange (NNI) distance, approximated per Li et al. (1996) <doi:10.1007/3-540-61332-3_168>. Includes tools for visualizing mappings of tree space (Smith 2022) <doi:10.1093/sysbio/syab100>, for identifying islands o [...truncated...]
Author: Martin R. Smith [aut, cre, cph, prg] , Roy Jonker [prg, cph] , Yong Yang [ctb, cph] , Yi Cao [ctb, cph]
Maintainer: Martin R. Smith <martin.smith@durham.ac.uk>

Diff between TreeDist versions 2.11.0 dated 2025-09-28 and 2.11.1 dated 2025-10-13

 DESCRIPTION                                                                |   18 
 MD5                                                                        |  280 
 NAMESPACE                                                                  |  442 -
 NEWS.md                                                                    |  578 -
 R/HPart.R                                                                  |    1 
 R/Information.R                                                            |  760 +-
 R/Islands.R                                                                |  156 
 R/MSTSegments.R                                                            |  158 
 R/Plot3.R                                                                  |  168 
 R/Reduce.R                                                                 |  134 
 R/TreeDist-package.R                                                       |  286 
 R/VisualizeMatching.R                                                      |  450 -
 R/cluster_stats.R                                                          |  548 -
 R/hierarchical_mutual_information.R                                        |  358 -
 R/kmeanspp.R                                                               |  208 
 R/lap.R                                                                    |  130 
 R/median.R                                                                 |  172 
 R/parallel.R                                                               |  158 
 R/plot.R                                                                   |  150 
 R/spectral_clustering.R                                                    |  162 
 R/tree_distance.R                                                          |  352 -
 R/tree_distance_info.R                                                     |  726 +-
 R/tree_distance_kendall-colijn.R                                           |  456 -
 R/tree_distance_mast.R                                                     |  220 
 R/tree_distance_msd.R                                                      |  126 
 R/tree_distance_msi.R                                                      |   94 
 R/tree_distance_nni.R                                                      |  332 -
 R/tree_distance_nye.R                                                      |  416 -
 R/tree_distance_path.R                                                     |  216 
 R/tree_distance_rf.R                                                       |  310 
 R/tree_distance_spr.R                                                      |  312 
 R/tree_distance_utilities.R                                                | 1266 +--
 R/tree_information.R                                                       |  708 +-
 R/trustworthiness.R                                                        |  154 
 build/partial.rdb                                                          |binary
 inst/CITATION                                                              |  148 
 inst/REFERENCES.bib                                                        | 1458 ++--
 inst/WORDLIST                                                              |  258 
 inst/apa-old-doi-prefix.csl                                                | 3172 +++++-----
 inst/doc/Generalized-RF.Rmd                                                |  586 -
 inst/doc/Generalized-RF.html                                               |    5 
 inst/doc/Robinson-Foulds.Rmd                                               |  718 +-
 inst/doc/Robinson-Foulds.html                                              |    5 
 inst/doc/Using-TreeDist.Rmd                                                |  304 
 inst/doc/Using-TreeDist.html                                               |   13 
 inst/doc/compare-treesets.html                                             |    5 
 inst/doc/different-leaves.Rmd                                              |  194 
 inst/doc/different-leaves.html                                             |    5 
 inst/doc/information.html                                                  |    5 
 inst/doc/landscapes.Rmd                                                    |  256 
 inst/doc/landscapes.html                                                   |    5 
 inst/doc/treespace.Rmd                                                     |  942 +-
 inst/doc/treespace.html                                                    |    5 
 inst/doc/using-distances.Rmd                                               |  850 +-
 inst/doc/using-distances.html                                              |  160 
 inst/treespace/app.R                                                       | 2964 ++++-----
 man/CalculateTreeDistance.Rd                                               |   60 
 man/CompareAll.Rd                                                          |  106 
 man/Entropy.Rd                                                             |   66 
 man/GeneralizedRF.Rd                                                       |  128 
 man/HH.Rd                                                                  |   24 
 man/HPart.Rd                                                               |  130 
 man/HierarchicalMutualInfo.Rd                                              |  278 
 man/HierarchicalMutualInformation.Rd                                       |   24 
 man/Islands.Rd                                                             |  158 
 man/JaccardRobinsonFoulds.Rd                                               |  290 
 man/KMeansPP.Rd                                                            |  110 
 man/KendallColijn.Rd                                                       |  288 
 man/LAPJV.Rd                                                               |  126 
 man/MASTSize.Rd                                                            |  162 
 man/MSTSegments.Rd                                                         |  170 
 man/MapTrees.Rd                                                            |  250 
 man/MappingQuality.Rd                                                      |  112 
 man/MatchingSplitDistance.Rd                                               |  206 
 man/NNIDist.Rd                                                             |  240 
 man/NormalizeInfo.Rd                                                       |  192 
 man/NyeSimilarity.Rd                                                       |  282 
 man/PathDist.Rd                                                            |  174 
 man/ReduceTrees.Rd                                                         |  102 
 man/ReportMatching.Rd                                                      |   54 
 man/Robinson-Foulds.Rd                                                     |  326 -
 man/SPRDist.Rd                                                             |  170 
 man/SpectralEigens.Rd                                                      |  102 
 man/StartParallel.Rd                                                       |  126 
 man/TreeDist-package.Rd                                                    |  290 
 man/TreeDistance.Rd                                                        |  644 +-
 man/VisualizeMatching.Rd                                                   |  178 
 man/clone.Rd                                                               |   65 
 man/cluster-statistics.Rd                                                  |  212 
 man/entropy_int.Rd                                                         |   40 
 man/median.multiPhylo.Rd                                                   |  188 
 src/hpart.cpp                                                              |    3 
 tests/benchmark/benchmark.R                                                |   36 
 tests/testthat/_snaps/HPart/plot-hpart.svg                                 |   96 
 tests/testthat/_snaps/MSTSegments/mst-example-plot.svg                     |  622 -
 tests/testthat/_snaps/Plot3/plotting-order.svg                             |  134 
 tests/testthat/_snaps/Plot3/simple-plot.svg                                |  134 
 tests/testthat/_snaps/VisualizeMatching/hidden-edge-labels.svg             |  500 -
 tests/testthat/_snaps/VisualizeMatching/jrf-vm-matchzeros-false.svg        |  348 -
 tests/testthat/_snaps/VisualizeMatching/rf-collapse-a-node.svg             |  566 -
 tests/testthat/_snaps/VisualizeMatching/rf-collapse-and-change.svg         |  554 -
 tests/testthat/_snaps/VisualizeMatching/rf-vm-single-splits-plainedges.svg |  352 -
 tests/testthat/_snaps/VisualizeMatching/test-vm.svg                        |  396 -
 tests/testthat/_snaps/VisualizeMatching/test-vmr.svg                       |  368 -
 tests/testthat/_snaps/VisualizeMatching/visualize-mci-matching.svg         |  566 -
 tests/testthat/_snaps/VisualizeMatching/vm-one-rooted.svg                  |  196 
 tests/testthat/_snaps/VisualizeMatching/vm-unrooted.svg                    |  182 
 tests/testthat/_snaps/plot/test-lc-letters.svg                             |  162 
 tests/testthat/_snaps/plot/test-uc-letters.svg                             |  162 
 tests/testthat/_snaps/plot/test-with-space.svg                             |  162 
 tests/testthat/_snaps/plot/test-without-space.svg                          |  162 
 tests/testthat/test-HPart.R                                                |  150 
 tests/testthat/test-Islands.R                                              |   38 
 tests/testthat/test-MSTSegments.R                                          |   94 
 tests/testthat/test-Plot3.R                                                |   56 
 tests/testthat/test-Reduce.R                                               |  132 
 tests/testthat/test-VisualizeMatching.R                                    |  310 
 tests/testthat/test-cluster_stats.R                                        |  170 
 tests/testthat/test-day_1985.cpp.r                                         |  150 
 tests/testthat/test-different-tips.R                                       |  166 
 tests/testthat/test-hierarchical_mutual_information.R                      |  124 
 tests/testthat/test-hmi.cpp.R                                              |  316 
 tests/testthat/test-information.R                                          |  196 
 tests/testthat/test-kmeanspp.R                                             |   60 
 tests/testthat/test-lap.R                                                  |  720 +-
 tests/testthat/test-plot.R                                                 |   74 
 tests/testthat/test-spectral_clustering.R                                  |   33 
 tests/testthat/test-split_info.R                                           |  124 
 tests/testthat/test-tree_distance.R                                        | 2038 +++---
 tests/testthat/test-tree_distance_kc.R                                     |  120 
 tests/testthat/test-tree_distance_nni.R                                    |  396 -
 tests/testthat/test-tree_distance_path.R                                   |   66 
 tests/testthat/test-tree_distance_spr.R                                    |  324 -
 tests/testthat/test-tree_distance_utilities.R                              |  714 +-
 vignettes/Generalized-RF.Rmd                                               |  586 -
 vignettes/Robinson-Foulds.Rmd                                              |  718 +-
 vignettes/Using-TreeDist.Rmd                                               |  304 
 vignettes/different-leaves.Rmd                                             |  194 
 vignettes/landscapes.Rmd                                                   |  256 
 vignettes/treespace.Rmd                                                    |  942 +-
 vignettes/using-distances.Rmd                                              |  850 +-
 141 files changed, 22633 insertions(+), 22625 deletions(-)

More information about TreeDist at CRAN
Permanent link

Package ratelimitr updated to version 0.4.2 with previous version 0.4.1 dated 2018-10-07

Title: Rate Limiting for R
Description: Allows to limit the rate at which one or more functions can be called.
Author: Tarak Shah [aut, cre, cph]
Maintainer: Tarak Shah <tarak.shah@gmail.com>

Diff between ratelimitr versions 0.4.1 dated 2018-10-07 and 0.4.2 dated 2025-10-13

 DESCRIPTION                           |   15 -
 MD5                                   |   24 -
 NEWS.md                               |    5 
 README.md                             |   65 ++--
 build/vignette.rds                    |binary
 inst/doc/introduction.R               |   10 
 inst/doc/introduction.html            |  510 ++++++++++++++++++++++++++--------
 tests/testthat/test-function-errors.R |    1 
 tests/testthat/test-limit-rate.R      |    1 
 tests/testthat/test-network-lag.R     |    1 
 tests/testthat/test-repeated-calls.R  |    1 
 tests/testthat/test-reset.R           |    2 
 tests/testthat/test-update-rate.R     |    1 
 13 files changed, 479 insertions(+), 157 deletions(-)

More information about ratelimitr at CRAN
Permanent link

Package nuggets updated to version 2.0.1 with previous version 2.0.0 dated 2025-10-13

Title: Extensible Framework for Data Pattern Exploration
Description: A framework for systematic exploration of association rules (Agrawal et al., 1994, <https://www.vldb.org/conf/1994/P487.PDF>), contrast patterns (Chen, 2022, <doi:10.48550/arXiv.2209.13556>), emerging patterns (Dong et al., 1999, <doi:10.1145/312129.312191>), subgroup discovery (Atzmueller, 2015, <doi:10.1002/widm.1144>), and conditional correlations (Hájek, 1978, <doi:10.1007/978-3-642-66943-9>). User-defined functions may also be supplied to guide custom pattern searches. Supports both crisp (Boolean) and fuzzy data. Generates candidate conditions expressed as elementary conjunctions, evaluates them on a dataset, and inspects the induced sub-data for statistical, logical, or structural properties such as associations, correlations, or contrasts. Includes methods for visualization of logical structures and supports interactive exploration through integrated Shiny applications.
Author: Michal Burda [aut, cre]
Maintainer: Michal Burda <michal.burda@osu.cz>

Diff between nuggets versions 2.0.0 dated 2025-10-13 and 2.0.1 dated 2025-10-13

 nuggets-2.0.0/nuggets/R/dichotomize.R           |only
 nuggets-2.0.0/nuggets/man/dichotomize.Rd        |only
 nuggets-2.0.1/nuggets/DESCRIPTION               |    8 ++++----
 nuggets-2.0.1/nuggets/MD5                       |   18 +++++++++---------
 nuggets-2.0.1/nuggets/NAMESPACE                 |    3 ++-
 nuggets-2.0.1/nuggets/NEWS.md                   |    5 +++++
 nuggets-2.0.1/nuggets/R/association_matrix.R    |only
 nuggets-2.0.1/nuggets/R/explore-associations.R  |    2 +-
 nuggets-2.0.1/nuggets/R/nuggets-package.R       |    1 +
 nuggets-2.0.1/nuggets/R/testers.R               |   20 +++++++++++++++++++-
 nuggets-2.0.1/nuggets/man/association_matrix.Rd |only
 nuggets-2.0.1/nuggets/src/Makevars              |    7 -------
 12 files changed, 41 insertions(+), 23 deletions(-)

More information about nuggets at CRAN
Permanent link

Package jmcm updated to version 0.2.5 with previous version 0.2.4 dated 2021-01-12

Title: Joint Mean-Covariance Models using 'Armadillo' and S4
Description: Fit joint mean-covariance models for longitudinal data. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the 'Armadillo' C++ library for numerical linear algebra and 'RcppArmadillo' glue.
Author: Jianxin Pan [aut, cre], Yi Pan [aut]
Maintainer: Jianxin Pan <jianxinpan@uic.edu.cn>

Diff between jmcm versions 0.2.4 dated 2021-01-12 and 0.2.5 dated 2025-10-13

 jmcm-0.2.4/jmcm/src/bfgs_impl.h            |only
 jmcm-0.2.4/jmcm/src/linesearch.h           |only
 jmcm-0.2.4/jmcm/src/linesearch_impl.h      |only
 jmcm-0.2.5/jmcm/DESCRIPTION                |   11 
 jmcm-0.2.5/jmcm/MD5                        |   78 +-
 jmcm-0.2.5/jmcm/NAMESPACE                  |   44 -
 jmcm-0.2.5/jmcm/R/AllClass.R               |   46 -
 jmcm-0.2.5/jmcm/R/RcppExports.R            |  156 ++--
 jmcm-0.2.5/jmcm/R/jmcm.R                   |  961 ++++++++++++-------------
 jmcm-0.2.5/jmcm/R/jmcmControl.R            |   60 -
 jmcm-0.2.5/jmcm/R/utilities.R              | 1084 ++++++++++++++---------------
 jmcm-0.2.5/jmcm/build/vignette.rds         |binary
 jmcm-0.2.5/jmcm/inst/NEWS.Rd               |  145 ++-
 jmcm-0.2.5/jmcm/inst/doc/jss2542.pdf.asis  |    2 
 jmcm-0.2.5/jmcm/man/acd_estimation.Rd      |   90 +-
 jmcm-0.2.5/jmcm/man/aids.Rd                |   48 -
 jmcm-0.2.5/jmcm/man/bootcurve.Rd           |   56 -
 jmcm-0.2.5/jmcm/man/cattle.Rd              |   56 -
 jmcm-0.2.5/jmcm/man/getJMCM.Rd             |  160 ++--
 jmcm-0.2.5/jmcm/man/hpc_estimation.Rd      |   90 +-
 jmcm-0.2.5/jmcm/man/jmcm.Rd                |  100 +-
 jmcm-0.2.5/jmcm/man/jmcmControl.Rd         |   58 -
 jmcm-0.2.5/jmcm/man/jmcmMod-class.Rd       |   54 -
 jmcm-0.2.5/jmcm/man/mcd_estimation.Rd      |   90 +-
 jmcm-0.2.5/jmcm/man/meanplot.Rd            |   44 -
 jmcm-0.2.5/jmcm/man/modular.Rd             |  128 +--
 jmcm-0.2.5/jmcm/man/regressogram.Rd        |   52 -
 jmcm-0.2.5/jmcm/man/show-jmcmMod-method.Rd |   32 
 jmcm-0.2.5/jmcm/src/Makevars               |    4 
 jmcm-0.2.5/jmcm/src/Makevars.win           |    4 
 jmcm-0.2.5/jmcm/src/RcppExports.cpp        |   17 
 jmcm-0.2.5/jmcm/src/acd.h                  |  148 +--
 jmcm-0.2.5/jmcm/src/bfgs.h                 |  211 +++++
 jmcm-0.2.5/jmcm/src/external.cpp           |  177 +---
 jmcm-0.2.5/jmcm/src/hpc.h                  |  184 ++--
 jmcm-0.2.5/jmcm/src/jmcm_base.h            |  373 +++------
 jmcm-0.2.5/jmcm/src/jmcm_config.h          |only
 jmcm-0.2.5/jmcm/src/jmcm_fit.h             |  199 +----
 jmcm-0.2.5/jmcm/src/mcd.h                  |  145 +--
 jmcm-0.2.5/jmcm/tests/testthat.R           |    8 
 jmcm-0.2.5/jmcm/tests/testthat/test-jmcm.R |   96 +-
 jmcm-0.2.5/jmcm/vignettes/jss2542.pdf.asis |    2 
 42 files changed, 2530 insertions(+), 2683 deletions(-)

More information about jmcm at CRAN
Permanent link

Package igraph updated to version 2.2.0 with previous version 2.1.4 dated 2025-01-23

Title: Network Analysis and Visualization
Description: Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.
Author: Gabor Csardi [aut] , Tamas Nepusz [aut] , Vincent Traag [aut] , Szabolcs Horvat [aut] , Fabio Zanini [aut] , Daniel Noom [aut], Kirill Mueller [aut, cre] , Michael Antonov [ctb], Chan Zuckerberg Initiative [fnd] , David Schoch [aut] , Maelle Salmon [a [...truncated...]
Maintainer: Kirill Mueller <kirill@cynkra.com>

Diff between igraph versions 2.1.4 dated 2025-01-23 and 2.2.0 dated 2025-10-13

 igraph-2.1.4/igraph/R/data_frame.R                                                            |only
 igraph-2.1.4/igraph/R/demo.R                                                                  |only
 igraph-2.1.4/igraph/R/layout_drl.R                                                            |only
 igraph-2.1.4/igraph/R/structural.properties.R                                                 |only
 igraph-2.1.4/igraph/R/test.R                                                                  |only
 igraph-2.1.4/igraph/demo                                                                      |only
 igraph-2.1.4/igraph/man/igraph_demo.Rd                                                        |only
 igraph-2.1.4/igraph/man/igraphdemo.Rd                                                         |only
 igraph-2.1.4/igraph/src/sources.mk                                                            |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/comptry.bat                                 |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/f2c.h0                                      |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/f2ch.add                                    |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/libf2c.lbc                                  |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/libf2c.sy                                   |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/makefile.sy                                 |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/makefile.u                                  |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/makefile.vc                                 |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/makefile.wat                                |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/math.hvc                                    |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/mkfile.plan9                                |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/scomptry.bat                                |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/signal1.h0                                  |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/sysdep1.h0                                  |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/f2c/xsum0.out                                   |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/lapack/dstatn.c                                 |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/lapack/second.c                                 |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/lapack/stat.h                                   |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/plfit/platform.c                                |only
 igraph-2.1.4/igraph/src/vendor/cigraph/vendor/plfit/platform.h                                |only
 igraph-2.1.4/igraph/src/vendor/uuid/R.c                                                       |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/bug-501-rectangles                                  |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/graph.data.frame.md                                 |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/minimal.st.separators.md                            |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/modularity_matrix.md                                |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/old-data-type.md                                    |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/serialize.md                                        |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/structural.properties.md                            |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/vs-es-printing.md                                   |only
 igraph-2.1.4/igraph/tests/testthat/_snaps/vs-es.md                                            |only
 igraph-2.1.4/igraph/tests/testthat/test-adjacency.spectral.embedding.R                        |only
 igraph-2.1.4/igraph/tests/testthat/test-all.st.cuts.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-articulation.points.R                                 |only
 igraph-2.1.4/igraph/tests/testthat/test-average.path.length.R                                 |only
 igraph-2.1.4/igraph/tests/testthat/test-ba.game.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-biconnected.components.R                              |only
 igraph-2.1.4/igraph/tests/testthat/test-bipartite.projection.R                                |only
 igraph-2.1.4/igraph/tests/testthat/test-bipartite.random.game.R                               |only
 igraph-2.1.4/igraph/tests/testthat/test-bridges.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-bug-1032819.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-bug-1033045.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-bug-1073705-indexing.R                                |only
 igraph-2.1.4/igraph/tests/testthat/test-bug-154.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-bug-501-rectangles.R                                  |only
 igraph-2.1.4/igraph/tests/testthat/test-canonical.permutation.R                               |only
 igraph-2.1.4/igraph/tests/testthat/test-chung_lu.R                                            |only
 igraph-2.1.4/igraph/tests/testthat/test-clusters.R                                            |only
 igraph-2.1.4/igraph/tests/testthat/test-communities.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-constructor-modifiers.R                               |only
 igraph-2.1.4/igraph/tests/testthat/test-contract.vertices.R                                   |only
 igraph-2.1.4/igraph/tests/testthat/test-convex_hull.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-correlated.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-count.multiple.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-decompose.graph.R                                     |only
 igraph-2.1.4/igraph/tests/testthat/test-deprecated_indexing_functions.R                       |only
 igraph-2.1.4/igraph/tests/testthat/test-dimSelect.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-dominator.tree.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-dot.product.game.R                                    |only
 igraph-2.1.4/igraph/tests/testthat/test-dyad.census.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-edge.betweenness.community.R                          |only
 igraph-2.1.4/igraph/tests/testthat/test-edge.connectivity.R                                   |only
 igraph-2.1.4/igraph/tests/testthat/test-edgenames.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-fastgreedy.community.R                                |only
 igraph-2.1.4/igraph/tests/testthat/test-forestfire.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-get.adjacency.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-get.adjlist.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-get.edgelist.R                                        |only
 igraph-2.1.4/igraph/tests/testthat/test-get.incidence.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-graph-ids.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.adhesion.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.adjlist.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.atlas.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.bipartite.R                                     |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.complementer.R                                  |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.compose.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.data.frame.R                                    |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.de.bruijn.R                                     |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.density.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.edgelist.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.isoclass.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.kautz.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.knn.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.maxflow.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.mincut.R                                        |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.subisomorphic.lad.R                             |only
 igraph-2.1.4/igraph/tests/testthat/test-graph.subisomorphic.vf2.R                             |only
 igraph-2.1.4/igraph/tests/testthat/test-graphNEL.R                                            |only
 igraph-2.1.4/igraph/tests/testthat/test-graphlets.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-handler.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-hsbm.R                                                |only
 igraph-2.1.4/igraph/tests/testthat/test-identical_graphs.R                                    |only
 igraph-2.1.4/igraph/tests/testthat/test-igraph.options.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-index-es.R                                            |only
 igraph-2.1.4/igraph/tests/testthat/test-indexing2.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-indexing3.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-is.chordal.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-isomorphism.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-label.propagation.community.R                         |only
 igraph-2.1.4/igraph/tests/testthat/test-laplacian.spectral.embedding.R                        |only
 igraph-2.1.4/igraph/tests/testthat/test-largest.cliques.R                                     |only
 igraph-2.1.4/igraph/tests/testthat/test-leading.eigenvector.community.R                       |only
 igraph-2.1.4/igraph/tests/testthat/test-leiden.R                                              |only
 igraph-2.1.4/igraph/tests/testthat/test-make_graph.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-make_lattice.R                                        |only
 igraph-2.1.4/igraph/tests/testthat/test-minimal.st.separators.R                               |only
 igraph-2.1.4/igraph/tests/testthat/test-minimum.size.separators.R                             |only
 igraph-2.1.4/igraph/tests/testthat/test-modularity_matrix.R                                   |only
 igraph-2.1.4/igraph/tests/testthat/test-multilevel.community.R                                |only
 igraph-2.1.4/igraph/tests/testthat/test-notable.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-old-data-type.R                                       |only
 igraph-2.1.4/igraph/tests/testthat/test-operators3.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-operators4.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-optimal.community.R                                   |only
 igraph-2.1.4/igraph/tests/testthat/test-pajek.R                                               |only
 igraph-2.1.4/igraph/tests/testthat/test-read_graph.R                                          |only
 igraph-2.1.4/igraph/tests/testthat/test-reciprocity.R                                         |only
 igraph-2.1.4/igraph/tests/testthat/test-rng.R                                                 |only
 igraph-2.1.4/igraph/tests/testthat/test-sample.R                                              |only
 igraph-2.1.4/igraph/tests/testthat/test-sbm.game.R                                            |only
 igraph-2.1.4/igraph/tests/testthat/test-sdf.R                                                 |only
 igraph-2.1.4/igraph/tests/testthat/test-serialize.R                                           |only
 igraph-2.1.4/igraph/tests/testthat/test-sphere.R                                              |only
 igraph-2.1.4/igraph/tests/testthat/test-structural.properties.R                               |only
 igraph-2.1.4/igraph/tests/testthat/test-version.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-voronoi.R                                             |only
 igraph-2.1.4/igraph/tests/testthat/test-vs-es-printing.R                                      |only
 igraph-2.1.4/igraph/tests/testthat/test-vs-es-quirks.R                                        |only
 igraph-2.1.4/igraph/tests/testthat/test-vs-es.R                                               |only
 igraph-2.1.4/igraph/tests/testthat/test-vs-operators.R                                        |only
 igraph-2.1.4/igraph/tests/testthat/test-walktrap.community.R                                  |only
 igraph-2.1.4/igraph/tests/testthat/test-watts.strogatz.game.R                                 |only
 igraph-2.2.0/igraph/DESCRIPTION                                                               |   48 
 igraph-2.2.0/igraph/MD5                                                                       | 2202 +--
 igraph-2.2.0/igraph/NAMESPACE                                                                 |   29 
 igraph-2.2.0/igraph/NEWS.md                                                                   |  149 
 igraph-2.2.0/igraph/R/aaa-auto.R                                                              | 1851 +++
 igraph-2.2.0/igraph/R/adjacency.R                                                             |  390 
 igraph-2.2.0/igraph/R/assortativity.R                                                         |   61 
 igraph-2.2.0/igraph/R/attributes.R                                                            |  614 -
 igraph-2.2.0/igraph/R/basic.R                                                                 |    8 
 igraph-2.2.0/igraph/R/bipartite.R                                                             |   92 
 igraph-2.2.0/igraph/R/centrality.R                                                            |  976 +
 igraph-2.2.0/igraph/R/centralization.R                                                        |  324 
 igraph-2.2.0/igraph/R/cliques.R                                                               |  175 
 igraph-2.2.0/igraph/R/cocitation.R                                                            |    2 
 igraph-2.2.0/igraph/R/cohesive.blocks.R                                                       |  138 
 igraph-2.2.0/igraph/R/community.R                                                             | 1069 +
 igraph-2.2.0/igraph/R/components.R                                                            |  151 
 igraph-2.2.0/igraph/R/console.R                                                               |   71 
 igraph-2.2.0/igraph/R/conversion.R                                                            |  930 +
 igraph-2.2.0/igraph/R/cycles.R                                                                |only
 igraph-2.2.0/igraph/R/decomposition.R                                                         |   56 
 igraph-2.2.0/igraph/R/degseq.R                                                                |   29 
 igraph-2.2.0/igraph/R/efficiency.R                                                            |    1 
 igraph-2.2.0/igraph/R/embedding.R                                                             |  104 
 igraph-2.2.0/igraph/R/epi.R                                                                   |   68 
 igraph-2.2.0/igraph/R/eulerian.R                                                              |   13 
 igraph-2.2.0/igraph/R/fit.R                                                                   |   96 
 igraph-2.2.0/igraph/R/flow.R                                                                  |  461 
 igraph-2.2.0/igraph/R/foreign.R                                                               |  631 -
 igraph-2.2.0/igraph/R/games.R                                                                 | 1227 +-
 igraph-2.2.0/igraph/R/glet.R                                                                  |   76 
 igraph-2.2.0/igraph/R/has.R                                                                   |    5 
 igraph-2.2.0/igraph/R/hrg.R                                                                   |  290 
 igraph-2.2.0/igraph/R/igraph-package.R                                                        |   13 
 igraph-2.2.0/igraph/R/import-standalone-obj-type.R                                            |only
 igraph-2.2.0/igraph/R/import-standalone-types-check.R                                         |only
 igraph-2.2.0/igraph/R/incidence.R                                                             |  247 
 igraph-2.2.0/igraph/R/indexing.R                                                              |  332 
 igraph-2.2.0/igraph/R/interface.R                                                             |  167 
 igraph-2.2.0/igraph/R/iterators.R                                                             |  457 
 igraph-2.2.0/igraph/R/layout.R                                                                | 1268 +-
 igraph-2.2.0/igraph/R/make.R                                                                  |  936 +
 igraph-2.2.0/igraph/R/minimum.spanning.tree.R                                                 |   20 
 igraph-2.2.0/igraph/R/motifs.R                                                                |  198 
 igraph-2.2.0/igraph/R/operators.R                                                             |  199 
 igraph-2.2.0/igraph/R/other.R                                                                 |   58 
 igraph-2.2.0/igraph/R/package.R                                                               |    1 
 igraph-2.2.0/igraph/R/palette.R                                                               |  110 
 igraph-2.2.0/igraph/R/par.R                                                                   |  134 
 igraph-2.2.0/igraph/R/paths.R                                                                 |   93 
 igraph-2.2.0/igraph/R/plot.R                                                                  | 1577 ++
 igraph-2.2.0/igraph/R/plot.common.R                                                           | 5625 ++++++++--
 igraph-2.2.0/igraph/R/plot.shapes.R                                                           |  536 
 igraph-2.2.0/igraph/R/pp.R                                                                    |    1 
 igraph-2.2.0/igraph/R/print.R                                                                 |  129 
 igraph-2.2.0/igraph/R/printr.R                                                                |   94 
 igraph-2.2.0/igraph/R/random_walk.R                                                           |   28 
 igraph-2.2.0/igraph/R/rewire.R                                                                |   32 
 igraph-2.2.0/igraph/R/scan.R                                                                  |  152 
 igraph-2.2.0/igraph/R/sgm.R                                                                   |   28 
 igraph-2.2.0/igraph/R/similarity.R                                                            |   69 
 igraph-2.2.0/igraph/R/simple.R                                                                |    6 
 igraph-2.2.0/igraph/R/sir.R                                                                   |   24 
 igraph-2.2.0/igraph/R/sparsedf.R                                                              |   28 
 igraph-2.2.0/igraph/R/stochastic_matrix.R                                                     |   25 
 igraph-2.2.0/igraph/R/structural-properties.R                                                 |only
 igraph-2.2.0/igraph/R/structure.info.R                                                        |    6 
 igraph-2.2.0/igraph/R/tkplot.R                                                                |  942 +
 igraph-2.2.0/igraph/R/topology.R                                                              |  531 
 igraph-2.2.0/igraph/R/trees.R                                                                 |   32 
 igraph-2.2.0/igraph/R/triangles.R                                                             |   15 
 igraph-2.2.0/igraph/R/utils-assert-args.R                                                     |   19 
 igraph-2.2.0/igraph/R/utils-s3.R                                                              |   17 
 igraph-2.2.0/igraph/R/utils.R                                                                 |    5 
 igraph-2.2.0/igraph/R/uuid.R                                                                  |    1 
 igraph-2.2.0/igraph/R/versions.R                                                              |   79 
 igraph-2.2.0/igraph/R/weakref.R                                                               |    1 
 igraph-2.2.0/igraph/build/partial.rdb                                                         |binary
 igraph-2.2.0/igraph/build/vignette.rds                                                        |binary
 igraph-2.2.0/igraph/configure                                                                 |    6 
 igraph-2.2.0/igraph/inst/CITATION                                                             |   60 
 igraph-2.2.0/igraph/inst/benchmarks/correlated.R                                              |   16 
 igraph-2.2.0/igraph/inst/benchmarks/local.scan.R                                              |  185 
 igraph-2.2.0/igraph/inst/benchmarks/time_call.R                                               |   37 
 igraph-2.2.0/igraph/inst/benchmarks/time_dirSelect.R                                          |   18 
 igraph-2.2.0/igraph/inst/benchmarks/time_fr_layout.R                                          |   37 
 igraph-2.2.0/igraph/inst/benchmarks/time_kk_layout.R                                          |   55 
 igraph-2.2.0/igraph/inst/benchmarks/time_print.R                                              |  177 
 igraph-2.2.0/igraph/inst/benchmarks/time_sgm.R                                                |   33 
 igraph-2.2.0/igraph/inst/benchmarks/time_sir.R                                                |   19 
 igraph-2.2.0/igraph/inst/doc/igraph.Rmd                                                       |    2 
 igraph-2.2.0/igraph/inst/doc/igraph.html                                                      |   74 
 igraph-2.2.0/igraph/inst/doc/igraph_ES.html                                                   |   75 
 igraph-2.2.0/igraph/inst/doc/igraph_ES.rmd                                                    |    2 
 igraph-2.2.0/igraph/inst/lifecycle/deprecated-table-creation.R                                |    4 
 igraph-2.2.0/igraph/man/aaa-igraph-package.Rd                                                 |    5 
 igraph-2.2.0/igraph/man/add.edges.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/add.vertex.shape.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/add.vertices.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/adjacent.triangles.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/aging.ba.game.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/aging.barabasi.game.Rd                                                |    2 
 igraph-2.2.0/igraph/man/aging.prefatt.game.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/align_layout.Rd                                                       |only
 igraph-2.2.0/igraph/man/alpha.centrality.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/are.connected.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/are_adjacent.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/arpack.Rd                                                             |  309 
 igraph-2.2.0/igraph/man/articulation.points.Rd                                                |    2 
 igraph-2.2.0/igraph/man/articulation_points.Rd                                                |    2 
 igraph-2.2.0/igraph/man/as.directed.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/as.matrix.igraph.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/as.undirected.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/as_directed.Rd                                                        |   49 
 igraph-2.2.0/igraph/man/as_incidence_matrix.Rd                                                |    2 
 igraph-2.2.0/igraph/man/assortativity.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/assortativity.degree.Rd                                               |    2 
 igraph-2.2.0/igraph/man/assortativity.nominal.Rd                                              |    2 
 igraph-2.2.0/igraph/man/asymmetric.preference.game.Rd                                         |    2 
 igraph-2.2.0/igraph/man/authority.score.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/autocurve.edges.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/automorphism_group.Rd                                                 |   37 
 igraph-2.2.0/igraph/man/automorphisms.Rd                                                      |   23 
 igraph-2.2.0/igraph/man/average.path.length.Rd                                                |    4 
 igraph-2.2.0/igraph/man/ba.game.Rd                                                            |    2 
 igraph-2.2.0/igraph/man/barabasi.game.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/bfs.Rd                                                                |   90 
 igraph-2.2.0/igraph/man/biconnected.components.Rd                                             |    2 
 igraph-2.2.0/igraph/man/biconnected_components.Rd                                             |   31 
 igraph-2.2.0/igraph/man/bipartite.mapping.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/bipartite.projection.Rd                                               |    2 
 igraph-2.2.0/igraph/man/bipartite.projection.size.Rd                                          |    2 
 igraph-2.2.0/igraph/man/bipartite.random.game.Rd                                              |    2 
 igraph-2.2.0/igraph/man/bipartite_mapping.Rd                                                  |   16 
 igraph-2.2.0/igraph/man/bipartite_projection.Rd                                               |    2 
 igraph-2.2.0/igraph/man/blockGraphs.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/bonpow.Rd                                                             |    2 
 igraph-2.2.0/igraph/man/callaway.traits.game.Rd                                               |    2 
 igraph-2.2.0/igraph/man/canonical.permutation.Rd                                              |    2 
 igraph-2.2.0/igraph/man/canonical_permutation.Rd                                              |   76 
 igraph-2.2.0/igraph/man/centr_betw.Rd                                                         |   21 
 igraph-2.2.0/igraph/man/centr_betw_tmax.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/centr_clo.Rd                                                          |   23 
 igraph-2.2.0/igraph/man/centr_clo_tmax.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/centr_degree.Rd                                                       |   23 
 igraph-2.2.0/igraph/man/centr_eigen.Rd                                                        |   33 
 igraph-2.2.0/igraph/man/centr_eigen_tmax.Rd                                                   |   13 
 igraph-2.2.0/igraph/man/centralization.betweenness.Rd                                         |    2 
 igraph-2.2.0/igraph/man/centralization.betweenness.tmax.Rd                                    |    2 
 igraph-2.2.0/igraph/man/centralization.closeness.Rd                                           |    2 
 igraph-2.2.0/igraph/man/centralization.closeness.tmax.Rd                                      |    2 
 igraph-2.2.0/igraph/man/centralization.degree.Rd                                              |    2 
 igraph-2.2.0/igraph/man/centralization.degree.tmax.Rd                                         |    2 
 igraph-2.2.0/igraph/man/centralization.evcent.Rd                                              |    6 
 igraph-2.2.0/igraph/man/centralization.evcent.tmax.Rd                                         |    6 
 igraph-2.2.0/igraph/man/centralize.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/centralize.scores.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/cited.type.game.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/citing.cited.type.game.Rd                                             |    2 
 igraph-2.2.0/igraph/man/clique.number.Rd                                                      |    5 
 igraph-2.2.0/igraph/man/cliques.Rd                                                            |   26 
 igraph-2.2.0/igraph/man/cluster.distribution.Rd                                               |    2 
 igraph-2.2.0/igraph/man/cluster_leading_eigen.Rd                                              |   67 
 igraph-2.2.0/igraph/man/cluster_leiden.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/cluster_spinglass.Rd                                                  |   23 
 igraph-2.2.0/igraph/man/clusters.Rd                                                           |    4 
 igraph-2.2.0/igraph/man/code.length.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/cohesive.blocks.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/components.Rd                                                         |   19 
 igraph-2.2.0/igraph/man/connect.neighborhood.Rd                                               |    5 
 igraph-2.2.0/igraph/man/consensus_tree.Rd                                                     |   22 
 igraph-2.2.0/igraph/man/constraint.Rd                                                         |    3 
 igraph-2.2.0/igraph/man/contract.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/contract.vertices.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/convex.hull.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/convex_hull.Rd                                                        |   14 
 igraph-2.2.0/igraph/man/coreness.Rd                                                           |    3 
 igraph-2.2.0/igraph/man/count.multiple.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/count_automorphisms.Rd                                                |   54 
 igraph-2.2.0/igraph/man/count_motifs.Rd                                                       |    5 
 igraph-2.2.0/igraph/man/count_subgraph_isomorphisms.Rd                                        |   45 
 igraph-2.2.0/igraph/man/count_triangles.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/create.communities.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/cutat.Rd                                                              |    2 
 igraph-2.2.0/igraph/man/decompose.graph.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/degree.Rd                                                             |    5 
 igraph-2.2.0/igraph/man/degree.distribution.Rd                                                |    4 
 igraph-2.2.0/igraph/man/degree.sequence.game.Rd                                               |    2 
 igraph-2.2.0/igraph/man/delete.edges.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/delete.vertices.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/delete_edge_attr.Rd                                                   |    1 
 igraph-2.2.0/igraph/man/delete_graph_attr.Rd                                                  |    1 
 igraph-2.2.0/igraph/man/delete_vertex_attr.Rd                                                 |    1 
 igraph-2.2.0/igraph/man/dendPlot.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/dfs.Rd                                                                |   90 
 igraph-2.2.0/igraph/man/diameter.Rd                                                           |   13 
 igraph-2.2.0/igraph/man/dim_select.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/distances.Rd                                                          |   61 
 igraph-2.2.0/igraph/man/diversity.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/dominator.tree.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/dominator_tree.Rd                                                     |   23 
 igraph-2.2.0/igraph/man/dyad.census.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/dyad_census.Rd                                                        |   18 
 igraph-2.2.0/igraph/man/eccentricity.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/edge.betweenness.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/edge.betweenness.community.Rd                                         |    2 
 igraph-2.2.0/igraph/man/edge.connectivity.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/edge.disjoint.paths.Rd                                                |    2 
 igraph-2.2.0/igraph/man/edge_attr-set.Rd                                                      |    1 
 igraph-2.2.0/igraph/man/edge_attr.Rd                                                          |    1 
 igraph-2.2.0/igraph/man/edge_attr_names.Rd                                                    |    1 
 igraph-2.2.0/igraph/man/edge_connectivity.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/edge_density.Rd                                                       |    5 
 igraph-2.2.0/igraph/man/ego.Rd                                                                |    6 
 igraph-2.2.0/igraph/man/eigen_centrality.Rd                                                   |   21 
 igraph-2.2.0/igraph/man/embed_adjacency_matrix.Rd                                             |   28 
 igraph-2.2.0/igraph/man/embed_laplacian_matrix.Rd                                             |   28 
 igraph-2.2.0/igraph/man/erdos.renyi.game.Rd                                                   |    1 
 igraph-2.2.0/igraph/man/establishment.game.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/evcent.Rd                                                             |    2 
 igraph-2.2.0/igraph/man/exportPajek.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/farthest.nodes.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/fastgreedy.community.Rd                                               |    2 
 igraph-2.2.0/igraph/man/feedback_arc_set.Rd                                                   |   10 
 igraph-2.2.0/igraph/man/feedback_vertex_set.Rd                                                |only
 igraph-2.2.0/igraph/man/find_cycle.Rd                                                         |only
 igraph-2.2.0/igraph/man/fit_hrg.Rd                                                            |   40 
 igraph-2.2.0/igraph/man/fit_power_law.Rd                                                      |   34 
 igraph-2.2.0/igraph/man/forest.fire.game.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/from_incidence_matrix.Rd                                              |    2 
 igraph-2.2.0/igraph/man/get.adjacency.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/get.adjedgelist.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/get.adjlist.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/get.all.shortest.paths.Rd                                             |    4 
 igraph-2.2.0/igraph/man/get.data.frame.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/get.diameter.Rd                                                       |    4 
 igraph-2.2.0/igraph/man/get.edge.attribute.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/get.edge.ids.Rd                                                       |    7 
 igraph-2.2.0/igraph/man/get.edgelist.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/get.graph.attribute.Rd                                                |    2 
 igraph-2.2.0/igraph/man/get.incidence.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/get.shortest.paths.Rd                                                 |    4 
 igraph-2.2.0/igraph/man/get.stochastic.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/get.vertex.attribute.Rd                                               |    2 
 igraph-2.2.0/igraph/man/getIgraphOpt.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/get_edge_ids.Rd                                                       |    5 
 igraph-2.2.0/igraph/man/girth.Rd                                                              |   20 
 igraph-2.2.0/igraph/man/global_efficiency.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/gorder.Rd                                                             |    2 
 igraph-2.2.0/igraph/man/graph.Rd                                                              |    2 
 igraph-2.2.0/igraph/man/graph.adhesion.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/graph.adjacency.Rd                                                    |    6 
 igraph-2.2.0/igraph/man/graph.adjlist.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/graph.atlas.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/graph.automorphisms.Rd                                                |   23 
 igraph-2.2.0/igraph/man/graph.bfs.Rd                                                          |    4 
 igraph-2.2.0/igraph/man/graph.bipartite.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/graph.cohesion.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/graph.complementer.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/graph.compose.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/graph.coreness.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/graph.data.frame.Rd                                                   |    4 
 igraph-2.2.0/igraph/man/graph.de.bruijn.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/graph.density.Rd                                                      |    4 
 igraph-2.2.0/igraph/man/graph.dfs.Rd                                                          |    4 
 igraph-2.2.0/igraph/man/graph.difference.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/graph.disjoint.union.Rd                                               |    2 
 igraph-2.2.0/igraph/man/graph.diversity.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/graph.edgelist.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/graph.eigen.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/graph.empty.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/graph.extended.chordal.ring.Rd                                        |    2 
 igraph-2.2.0/igraph/man/graph.famous.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/graph.formula.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/graph.full.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/graph.full.bipartite.Rd                                               |    2 
 igraph-2.2.0/igraph/man/graph.full.citation.Rd                                                |    2 
 igraph-2.2.0/igraph/man/graph.graphdb.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/graph.incidence.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/graph.intersection.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/graph.isocreate.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/graph.kautz.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/graph.knn.Rd                                                          |    4 
 igraph-2.2.0/igraph/man/graph.laplacian.Rd                                                    |    4 
 igraph-2.2.0/igraph/man/graph.lattice.Rd                                                      |    4 
 igraph-2.2.0/igraph/man/graph.lcf.Rd                                                          |    5 
 igraph-2.2.0/igraph/man/graph.maxflow.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/graph.mincut.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/graph.motifs.Rd                                                       |    5 
 igraph-2.2.0/igraph/man/graph.motifs.est.Rd                                                   |    5 
 igraph-2.2.0/igraph/man/graph.motifs.no.Rd                                                    |    5 
 igraph-2.2.0/igraph/man/graph.neighborhood.Rd                                                 |    7 
 igraph-2.2.0/igraph/man/graph.ring.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/graph.star.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/graph.strength.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/graph.tree.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/graph.union.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/graph_attr-set.Rd                                                     |    1 
 igraph-2.2.0/igraph/man/graph_attr.Rd                                                         |    1 
 igraph-2.2.0/igraph/man/graph_attr_names.Rd                                                   |    1 
 igraph-2.2.0/igraph/man/graph_center.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/graph_from_adj_list.Rd                                                |    2 
 igraph-2.2.0/igraph/man/graph_from_adjacency_matrix.Rd                                        |  106 
 igraph-2.2.0/igraph/man/graph_from_data_frame.Rd                                              |    2 
 igraph-2.2.0/igraph/man/graph_from_edgelist.Rd                                                |    2 
 igraph-2.2.0/igraph/man/graph_from_graphdb.Rd                                                 |    6 
 igraph-2.2.0/igraph/man/graph_from_incidence_matrix.Rd                                        |    2 
 igraph-2.2.0/igraph/man/graph_from_isomorphism_class.Rd                                       |    2 
 igraph-2.2.0/igraph/man/graph_from_lcf.Rd                                                     |   17 
 igraph-2.2.0/igraph/man/graphlet_basis.Rd                                                     |   32 
 igraph-2.2.0/igraph/man/graphlets.candidate.basis.Rd                                          |    2 
 igraph-2.2.0/igraph/man/graphlets.project.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/greedy_vertex_coloring.Rd                                             |    2 
 igraph-2.2.0/igraph/man/grg.game.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/growing.random.game.Rd                                                |    2 
 igraph-2.2.0/igraph/man/harmonic_centrality.Rd                                                |    2 
 igraph-2.2.0/igraph/man/has.multiple.Rd                                                       |    4 
 igraph-2.2.0/igraph/man/has_eulerian_path.Rd                                                  |   19 
 igraph-2.2.0/igraph/man/hits_scores.Rd                                                        |   30 
 igraph-2.2.0/igraph/man/hrg.Rd                                                                |    2 
 igraph-2.2.0/igraph/man/hrg.consensus.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/hrg.create.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/hrg.dendrogram.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/hrg.fit.Rd                                                            |    2 
 igraph-2.2.0/igraph/man/hrg.game.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/hrg.predict.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/hrg_tree.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/hub.score.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/igraph-attribute-combination.Rd                                       |   75 
 igraph-2.2.0/igraph/man/igraph-dollar.Rd                                                      |    1 
 igraph-2.2.0/igraph/man/igraph-es-indexing.Rd                                                 |   42 
 igraph-2.2.0/igraph/man/igraph-vs-attributes.Rd                                               |    1 
 igraph-2.2.0/igraph/man/igraph-vs-indexing.Rd                                                 |   36 
 igraph-2.2.0/igraph/man/igraph.console.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/igraph.from.graphNEL.Rd                                               |    2 
 igraph-2.2.0/igraph/man/igraph.options.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/igraph.sample.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/igraph.shape.noclip.Rd                                                |    2 
 igraph-2.2.0/igraph/man/igraph.shape.noplot.Rd                                                |    2 
 igraph-2.2.0/igraph/man/igraph.to.graphNEL.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/igraph.version.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/igraph_options.Rd                                                     |  104 
 igraph-2.2.0/igraph/man/igraph_version.Rd                                                     |   14 
 igraph-2.2.0/igraph/man/independence.number.Rd                                                |    5 
 igraph-2.2.0/igraph/man/independent.vertex.sets.Rd                                            |    5 
 igraph-2.2.0/igraph/man/induced.subgraph.Rd                                                   |    4 
 igraph-2.2.0/igraph/man/infomap.community.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/interconnected.islands.game.Rd                                        |    2 
 igraph-2.2.0/igraph/man/is.bipartite.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/is.chordal.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/is.connected.Rd                                                       |    4 
 igraph-2.2.0/igraph/man/is.dag.Rd                                                             |    2 
 igraph-2.2.0/igraph/man/is.degree.sequence.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/is.directed.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/is.graphical.degree.sequence.Rd                                       |    2 
 igraph-2.2.0/igraph/man/is.hierarchical.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/is.igraph.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/is.loop.Rd                                                            |    4 
 igraph-2.2.0/igraph/man/is.matching.Rd                                                        |    4 
 igraph-2.2.0/igraph/man/is.maximal.matching.Rd                                                |    4 
 igraph-2.2.0/igraph/man/is.minimal.separator.Rd                                               |    2 
 igraph-2.2.0/igraph/man/is.multiple.Rd                                                        |    4 
 igraph-2.2.0/igraph/man/is.mutual.Rd                                                          |    4 
 igraph-2.2.0/igraph/man/is.named.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/is.separator.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/is.simple.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/is.weighted.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/is_acyclic.Rd                                                         |   12 
 igraph-2.2.0/igraph/man/is_biconnected.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/is_chordal.Rd                                                         |   17 
 igraph-2.2.0/igraph/man/is_complete.Rd                                                        |only
 igraph-2.2.0/igraph/man/is_dag.Rd                                                             |    8 
 igraph-2.2.0/igraph/man/is_forest.Rd                                                          |   16 
 igraph-2.2.0/igraph/man/is_graphical.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/is_min_separator.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/is_separator.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/is_tree.Rd                                                            |   14 
 igraph-2.2.0/igraph/man/isomorphic.Rd                                                         |   28 
 igraph-2.2.0/igraph/man/ivs.Rd                                                                |   18 
 igraph-2.2.0/igraph/man/k.regular.game.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/k_shortest_paths.Rd                                                   |   15 
 igraph-2.2.0/igraph/man/knn.Rd                                                                |   20 
 igraph-2.2.0/igraph/man/label.propagation.community.Rd                                        |    2 
 igraph-2.2.0/igraph/man/laplacian_matrix.Rd                                                   |    6 
 igraph-2.2.0/igraph/man/largest.cliques.Rd                                                    |    5 
 igraph-2.2.0/igraph/man/largest.independent.vertex.sets.Rd                                    |    5 
 igraph-2.2.0/igraph/man/lastcit.game.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/layout.auto.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/layout.bipartite.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/layout.circle.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/layout.davidson.harel.Rd                                              |    2 
 igraph-2.2.0/igraph/man/layout.drl.Rd                                                         |    4 
 igraph-2.2.0/igraph/man/layout.fruchterman.reingold.Rd                                        |    2 
 igraph-2.2.0/igraph/man/layout.gem.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/layout.graphopt.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/layout.grid.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/layout.kamada.kawai.Rd                                                |    2 
 igraph-2.2.0/igraph/man/layout.lgl.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/layout.mds.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/layout.merge.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/layout.norm.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/layout.random.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/layout.reingold.tilford.Rd                                            |    2 
 igraph-2.2.0/igraph/man/layout.sphere.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/layout.star.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/layout.sugiyama.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/layout_nicely.Rd                                                      |   14 
 igraph-2.2.0/igraph/man/layout_randomly.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/layout_with_dh.Rd                                                     |   14 
 igraph-2.2.0/igraph/man/layout_with_drl.Rd                                                    |  115 
 igraph-2.2.0/igraph/man/layout_with_fr.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/layout_with_kk.Rd                                                     |    8 
 igraph-2.2.0/igraph/man/layout_with_sugiyama.Rd                                               |   23 
 igraph-2.2.0/igraph/man/leading.eigenvector.community.Rd                                      |    2 
 igraph-2.2.0/igraph/man/line.graph.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/list.edge.attributes.Rd                                               |    2 
 igraph-2.2.0/igraph/man/list.graph.attributes.Rd                                              |    2 
 igraph-2.2.0/igraph/man/list.vertex.attributes.Rd                                             |    2 
 igraph-2.2.0/igraph/man/local_scan.Rd                                                         |    3 
 igraph-2.2.0/igraph/man/make_clusters.Rd                                                      |   14 
 igraph-2.2.0/igraph/man/make_empty_graph.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/make_from_prufer.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/make_graph.Rd                                                         |  223 
 igraph-2.2.0/igraph/man/make_lattice.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/matching.Rd                                                           |   25 
 igraph-2.2.0/igraph/man/max_cardinality.Rd                                                    |   20 
 igraph-2.2.0/igraph/man/max_flow.Rd                                                           |   58 
 igraph-2.2.0/igraph/man/maxcohesion.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/maximal.cliques.Rd                                                    |    5 
 igraph-2.2.0/igraph/man/maximal.cliques.count.Rd                                              |    5 
 igraph-2.2.0/igraph/man/maximal.independent.vertex.sets.Rd                                    |    5 
 igraph-2.2.0/igraph/man/maximal_ivs.Rd                                                        |    5 
 igraph-2.2.0/igraph/man/maximum.bipartite.matching.Rd                                         |    4 
 igraph-2.2.0/igraph/man/maximum.cardinality.search.Rd                                         |    2 
 igraph-2.2.0/igraph/man/min_cut.Rd                                                            |   30 
 igraph-2.2.0/igraph/man/min_separators.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/min_st_separators.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/minimal.st.separators.Rd                                              |    2 
 igraph-2.2.0/igraph/man/minimum.size.separators.Rd                                            |    2 
 igraph-2.2.0/igraph/man/minimum.spanning.tree.Rd                                              |    2 
 igraph-2.2.0/igraph/man/mod.matrix.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/motifs.Rd                                                             |    5 
 igraph-2.2.0/igraph/man/multilevel.community.Rd                                               |    2 
 igraph-2.2.0/igraph/man/neighborhood.size.Rd                                                  |    7 
 igraph-2.2.0/igraph/man/no.clusters.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/optimal.community.Rd                                                  |    2 
 igraph-2.2.0/igraph/man/page.rank.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/page_rank.Rd                                                          |   22 
 igraph-2.2.0/igraph/man/path.length.hist.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/permute.Rd                                                            |    2 
 igraph-2.2.0/igraph/man/permute.vertices.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/piecewise.layout.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/plot.common.Rd                                                        |  514 
 igraph-2.2.0/igraph/man/plot.igraph.Rd                                                        |   10 
 igraph-2.2.0/igraph/man/plot.sir.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/plotHierarchy.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/power.law.fit.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/power_centrality.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/predict_edges.Rd                                                      |   16 
 igraph-2.2.0/igraph/man/preference.game.Rd                                                    |    2 
 igraph-2.2.0/igraph/man/printer_callback.Rd                                                   |   25 
 igraph-2.2.0/igraph/man/radius.Rd                                                             |    2 
 igraph-2.2.0/igraph/man/random_walk.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/read.graph.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/read_graph.Rd                                                         |  121 
 igraph-2.2.0/igraph/man/realize_bipartite_degseq.Rd                                           |    2 
 igraph-2.2.0/igraph/man/realize_degseq.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/reciprocity.Rd                                                        |    5 
 igraph-2.2.0/igraph/man/remove.edge.attribute.Rd                                              |    2 
 igraph-2.2.0/igraph/man/remove.graph.attribute.Rd                                             |    2 
 igraph-2.2.0/igraph/man/remove.vertex.attribute.Rd                                            |    2 
 igraph-2.2.0/igraph/man/reverse_edges.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/rglplot.Rd                                                            |    6 
 igraph-2.2.0/igraph/man/roxygen/meta.R                                                        |    2 
 igraph-2.2.0/igraph/man/running.mean.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/sample_.Rd                                                            |    1 
 igraph-2.2.0/igraph/man/sample_bipartite.Rd                                                   |   13 
 igraph-2.2.0/igraph/man/sample_bipartite_gnm.Rd                                               |only
 igraph-2.2.0/igraph/man/sample_chung_lu.Rd                                                    |   19 
 igraph-2.2.0/igraph/man/sample_correlated_gnp.Rd                                              |    3 
 igraph-2.2.0/igraph/man/sample_correlated_gnp_pair.Rd                                         |    3 
 igraph-2.2.0/igraph/man/sample_degseq.Rd                                                      |    1 
 igraph-2.2.0/igraph/man/sample_dot_product.Rd                                                 |    3 
 igraph-2.2.0/igraph/man/sample_fitness.Rd                                                     |    3 
 igraph-2.2.0/igraph/man/sample_fitness_pl.Rd                                                  |    3 
 igraph-2.2.0/igraph/man/sample_forestfire.Rd                                                  |    5 
 igraph-2.2.0/igraph/man/sample_gnm.Rd                                                         |    1 
 igraph-2.2.0/igraph/man/sample_gnp.Rd                                                         |    1 
 igraph-2.2.0/igraph/man/sample_grg.Rd                                                         |    3 
 igraph-2.2.0/igraph/man/sample_growing.Rd                                                     |    3 
 igraph-2.2.0/igraph/man/sample_hierarchical_sbm.Rd                                            |   11 
 igraph-2.2.0/igraph/man/sample_hrg.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/sample_islands.Rd                                                     |    3 
 igraph-2.2.0/igraph/man/sample_k_regular.Rd                                                   |    3 
 igraph-2.2.0/igraph/man/sample_last_cit.Rd                                                    |    1 
 igraph-2.2.0/igraph/man/sample_motifs.Rd                                                      |    3 
 igraph-2.2.0/igraph/man/sample_pa.Rd                                                          |    1 
 igraph-2.2.0/igraph/man/sample_pa_age.Rd                                                      |    1 
 igraph-2.2.0/igraph/man/sample_pref.Rd                                                        |    1 
 igraph-2.2.0/igraph/man/sample_sbm.Rd                                                         |    3 
 igraph-2.2.0/igraph/man/sample_smallworld.Rd                                                  |    1 
 igraph-2.2.0/igraph/man/sample_spanning_tree.Rd                                               |    2 
 igraph-2.2.0/igraph/man/sample_traits_callaway.Rd                                             |    1 
 igraph-2.2.0/igraph/man/sample_tree.Rd                                                        |    3 
 igraph-2.2.0/igraph/man/sbm.game.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/scan_stat.Rd                                                          |   15 
 igraph-2.2.0/igraph/man/set.edge.attribute.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/set.graph.attribute.Rd                                                |    2 
 igraph-2.2.0/igraph/man/set.vertex.attribute.Rd                                               |    2 
 igraph-2.2.0/igraph/man/set_edge_attr.Rd                                                      |    1 
 igraph-2.2.0/igraph/man/set_graph_attr.Rd                                                     |    1 
 igraph-2.2.0/igraph/man/set_vertex_attr.Rd                                                    |    1 
 igraph-2.2.0/igraph/man/set_vertex_attrs.Rd                                                   |only
 igraph-2.2.0/igraph/man/shapes.Rd                                                             |   61 
 igraph-2.2.0/igraph/man/shortest.paths.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/showtrace.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/similarity.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/simple_cycles.Rd                                                      |only
 igraph-2.2.0/igraph/man/simplify.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/sir.Rd                                                                |   25 
 igraph-2.2.0/igraph/man/spectrum.Rd                                                           |   16 
 igraph-2.2.0/igraph/man/spinglass.community.Rd                                                |    2 
 igraph-2.2.0/igraph/man/stCuts.Rd                                                             |    2 
 igraph-2.2.0/igraph/man/stMincuts.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/st_cuts.Rd                                                            |   22 
 igraph-2.2.0/igraph/man/st_min_cuts.Rd                                                        |   26 
 igraph-2.2.0/igraph/man/static.fitness.game.Rd                                                |    2 
 igraph-2.2.0/igraph/man/static.power.law.game.Rd                                              |    2 
 igraph-2.2.0/igraph/man/strength.Rd                                                           |    2 
 igraph-2.2.0/igraph/man/subcomponent.Rd                                                       |    3 
 igraph-2.2.0/igraph/man/subgraph.Rd                                                           |    3 
 igraph-2.2.0/igraph/man/subgraph.centrality.Rd                                                |    2 
 igraph-2.2.0/igraph/man/subgraph.edges.Rd                                                     |    4 
 igraph-2.2.0/igraph/man/subgraph_isomorphic.Rd                                                |   47 
 igraph-2.2.0/igraph/man/subgraph_isomorphisms.Rd                                              |   47 
 igraph-2.2.0/igraph/man/tkplot.canvas.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/tkplot.center.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/tkplot.close.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/tkplot.export.postscript.Rd                                           |    2 
 igraph-2.2.0/igraph/man/tkplot.fit.to.screen.Rd                                               |    2 
 igraph-2.2.0/igraph/man/tkplot.getcoords.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/tkplot.off.Rd                                                         |    2 
 igraph-2.2.0/igraph/man/tkplot.reshape.Rd                                                     |    2 
 igraph-2.2.0/igraph/man/tkplot.rotate.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/tkplot.setcoords.Rd                                                   |    2 
 igraph-2.2.0/igraph/man/to_prufer.Rd                                                          |    2 
 igraph-2.2.0/igraph/man/topo_sort.Rd                                                          |    3 
 igraph-2.2.0/igraph/man/topological.sort.Rd                                                   |    4 
 igraph-2.2.0/igraph/man/transitivity.Rd                                                       |   46 
 igraph-2.2.0/igraph/man/triad.census.Rd                                                       |    2 
 igraph-2.2.0/igraph/man/triad_census.Rd                                                       |   62 
 igraph-2.2.0/igraph/man/unfold.tree.Rd                                                        |    4 
 igraph-2.2.0/igraph/man/unfold_tree.Rd                                                        |   16 
 igraph-2.2.0/igraph/man/vertex.connectivity.Rd                                                |    2 
 igraph-2.2.0/igraph/man/vertex.disjoint.paths.Rd                                              |    2 
 igraph-2.2.0/igraph/man/vertex.shape.pie.Rd                                                   |   50 
 igraph-2.2.0/igraph/man/vertex.shapes.Rd                                                      |    2 
 igraph-2.2.0/igraph/man/vertex_attr-set.Rd                                                    |    1 
 igraph-2.2.0/igraph/man/vertex_attr.Rd                                                        |    1 
 igraph-2.2.0/igraph/man/vertex_attr_names.Rd                                                  |    1 
 igraph-2.2.0/igraph/man/vertex_connectivity.Rd                                                |    3 
 igraph-2.2.0/igraph/man/voronoi_cells.Rd                                                      |   18 
 igraph-2.2.0/igraph/man/walktrap.community.Rd                                                 |    2 
 igraph-2.2.0/igraph/man/watts.strogatz.game.Rd                                                |    2 
 igraph-2.2.0/igraph/man/weighted_cliques.Rd                                                   |    5 
 igraph-2.2.0/igraph/man/which_multiple.Rd                                                     |    5 
 igraph-2.2.0/igraph/man/which_mutual.Rd                                                       |    5 
 igraph-2.2.0/igraph/man/write.graph.Rd                                                        |    2 
 igraph-2.2.0/igraph/man/write_graph.Rd                                                        |   92 
 igraph-2.2.0/igraph/src/Makevars.in                                                           |   18 
 igraph-2.2.0/igraph/src/Makevars.ucrt                                                         |   18 
 igraph-2.2.0/igraph/src/Makevars.win                                                          |   18 
 igraph-2.2.0/igraph/src/README.md                                                             |    2 
 igraph-2.2.0/igraph/src/cpp11.cpp                                                             |   56 
 igraph-2.2.0/igraph/src/cpp11.dd                                                              |only
 igraph-2.2.0/igraph/src/cpprinterface.dd                                                      |only
 igraph-2.2.0/igraph/src/init.dd                                                               |only
 igraph-2.2.0/igraph/src/rinterface.c                                                          | 2290 ++--
 igraph-2.2.0/igraph/src/rinterface.dd                                                         |only
 igraph-2.2.0/igraph/src/rinterface_extra.c                                                    |  190 
 igraph-2.2.0/igraph/src/rinterface_extra.dd                                                   |only
 igraph-2.2.0/igraph/src/rrandom.dd                                                            |only
 igraph-2.2.0/igraph/src/simpleraytracer.dd                                                    |only
 igraph-2.2.0/igraph/src/sources-glpk.mk                                                       |    2 
 igraph-2.2.0/igraph/src/sources-glue-c.mk                                                     |only
 igraph-2.2.0/igraph/src/sources-glue-cpp.mk                                                   |only
 igraph-2.2.0/igraph/src/sources-igraph.mk                                                     |only
 igraph-2.2.0/igraph/src/sources-mini-gmp.mk                                                   |    2 
 igraph-2.2.0/igraph/src/uuid.c                                                                |only
 igraph-2.2.0/igraph/src/uuid.dd                                                               |only
 igraph-2.2.0/igraph/src/vendor/cigraph/ACKNOWLEDGEMENTS.md                                    |   57 
 igraph-2.2.0/igraph/src/vendor/cigraph/CHANGELOG.md                                           | 1986 +--
 igraph-2.2.0/igraph/src/vendor/cigraph/CMakeLists.txt                                         |   22 
 igraph-2.2.0/igraph/src/vendor/cigraph/CONTRIBUTING.md                                        |   14 
 igraph-2.2.0/igraph/src/vendor/cigraph/CONTRIBUTORS.md                                        |  183 
 igraph-2.2.0/igraph/src/vendor/cigraph/CONTRIBUTORS.txt                                       |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/azure-pipelines.yml                                    |   17 
 igraph-2.2.0/igraph/src/vendor/cigraph/etc/cmake/CodeCoverage.cmake                           |  142 
 igraph-2.2.0/igraph/src/vendor/cigraph/etc/cmake/compilers.cmake                              |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph.h                                       |    5 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_arpack.h                                |    3 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_bitset.h                                |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_bitset_list.h                           |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_coloring.h                              |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_components.h                            |   15 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_constants.h                             |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_constructors.h                          |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_cycles.h                                |   52 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_decls.h                                 |   20 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_error.h                                 |   34 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_layout.h                                |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_memory.h                                |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_microscopic_update.h                    |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_motifs.h                                |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_nongraph.h                              |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_operators.h                             |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_paths.h                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_random.h                                |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_sparsemat.h                             |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_statusbar.h                             |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_structural.h                            |   10 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_topology.h                              |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_types.h                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/include/igraph_vector_pmt.h                            |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/interfaces/functions.yaml                              |  444 
 igraph-2.2.0/igraph/src/vendor/cigraph/interfaces/types.yaml                                  |   26 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/CMakeLists.txt                                     |    9 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/centrality/betweenness.c                           |   24 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/centrality/centralization.c                        |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/centrality/closeness.c                             |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/centrality/pagerank.c                              |   20 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/centrality/prpack.cpp                              |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/centrality/truss.cpp                               |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/cliques/cliquer/cliquer.c                          |   42 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/cliques/cliques.c                                  |   27 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/cliques/glet.c                                     |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/cliques/maximal_cliques.c                          |   90 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/cliques/maximal_cliques_template.h                 |   57 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/community_internal.h                     |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/community_misc.c                         |  193 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/edge_betweenness.c                       |   10 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/fast_modularity.c                        |   14 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/fluid.c                                  |    3 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/label_propagation.c                      |    5 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/leading_eigenvector.c                    |   40 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/leiden.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/modularity.c                             |  146 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/optimal_modularity.c                     |   13 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/spinglass/NetDataTypes.h                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/community/spinglass/clustertool.cpp                |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/connectivity/components.c                          |   26 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/connectivity/percolation.c                         |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/adjacency.c                           |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/atlas-edges.h                         |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/atlas.c                               |   23 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/basic_constructors.c                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/circulant.c                           |    5 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/famous.c                              |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/full.c                                |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/lattices.c                            |  112 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/lcf.c                                 |    5 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/mycielskian.c                         |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/constructors/regular.c                             |   84 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/bitset.c                                      |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/bitset_list.c                                 |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/error.c                                       |   14 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/matrix.pmt                                    |   33 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/set.c                                         |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/sparsemat.c                                   |   49 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/strvector.c                                   |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/trie.c                                        |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/vector.c                                      |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/core/vector.pmt                                    |   54 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/cycles                                             |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/f2c.h                                              |    3 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/flow/flow.c                                        |   16 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/barabasi.c                                   |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/callaway_traits.c                            |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/chung_lu.c                                   |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/citations.c                                  |   55 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/correlated.c                                 |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/degree_sequence.c                            |  291 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/degree_sequence_vl/degree_sequence_vl.h      |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/degree_sequence_vl/gengraph_mr-connected.cpp |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/dotproduct.c                                 |   17 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/erdos_renyi.c                                |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/establishment.c                              |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/forestfire.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/grg.c                                        |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/preference.c                                 |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/recent_degree.c                              |   21 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/static_fitness.c                             |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/tree.c                                       |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/games/watts_strogatz.c                             |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/graph/adjlist.c                                    |    9 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/graph/caching.c                                    |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/graph/cattributes.c                                |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/graph/iterators.c                                  |   17 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/graph/type_indexededgelist.c                       |   90 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/graph/visitors.c                                   |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/hrg/hrg.cc                                         |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/hrg/hrg_types.cc                                   |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/dl-lexer.l                                      |    5 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/dl.c                                            |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/dot.c                                           |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/edgelist.c                                      |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/gml-lexer.l                                     |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/graphdb.c                                       |   19 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/graphml.c                                       |   72 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/lgl-lexer.l                                     |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/lgl.c                                           |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/ncol-lexer.l                                    |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/ncol.c                                          |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/pajek-lexer.l                                   |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/io/pajek.c                                         |   22 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/isomorphism/isoclasses.c                           |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/isomorphism/queries.c                              |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/isomorphism/vf2.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/align.c                                     |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/davidson_harel.c                            |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/drl/drl_layout.cpp                          |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/drl/drl_layout_3d.cpp                       |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/fruchterman_reingold.c                      |   22 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/graphopt.c                                  |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/kamada_kawai.c                              |   83 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/layout_random.c                             |   64 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/mds.c                                       |   46 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/reingold_tilford.c                          |   46 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/sugiyama.c                                  |   19 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/layout/umap.c                                      |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/linalg/blas.c                                      |    9 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/linalg/lapack.c                                    |   34 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/math/safe_intop.c                                  |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/bipartite.c                                   |  154 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/chordality.c                                  |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/coloring.c                                    |  220 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/conversion.c                                  |   31 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/cycle_bases.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/degree_sequence.cpp                           |  387 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/embedding.c                                   |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/feedback_arc_set.c                            |   15 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/graphicality.c                                |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/matching.c                                    |    9 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/microscopic_update.c                          |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/mixing.c                                      |    7 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/motifs.c                                      |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/other.c                                       |  176 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/power_law_fit.c                               |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/scan.c                                        |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/misc/sir.c                                         |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/add_edge.c                               |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/compose.c                                |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/connect_neighborhood.c                   |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/permute.c                                |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/products.c                               |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/reverse.c                                |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/rewire.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/simplify.c                               |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/subgraph.c                               |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/operators/union.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/bellman_ford.c                               |   26 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/floyd_warshall.c                             |   10 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/histogram.c                                  |   54 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/random_walk.c                                |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/shortest_paths.c                             |  149 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/sparsifier.c                                 |    6 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/paths/widest_paths.c                               |  324 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/basic_properties.c                      |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/complete.c                              |   13 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/degrees.c                               |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/loops.c                                 |    3 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/neighborhood.c                          |  127 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/rich_club.c                             |only
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/trees.c                                 |   22 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/triangles.c                             |  245 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/triangles_template.h                    |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/properties/triangles_template1.h                   |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/src/random/random.c                                    |   31 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/f2c/README                                      |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/f2c/arithchk.c                                  |   96 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/f2c/sysdep1.h                                   |   16 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/CMakeLists.txt                           |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/arscnd.c                                 |only
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dasum.c                                  |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/daxpy.c                                  |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dcopy.c                                  |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/ddot.c                                   |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgebak.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgebal.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgeev.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgeevx.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgehd2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgehrd.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgemm.c                                  |   18 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgemv.c                                  |   13 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgeqr2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dger.c                                   |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgesv.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgetf2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgetrf.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgetrs.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dgetv0.c                                 |  460 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dhseqr.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/disnan.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlabad.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlacn2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlacpy.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dladiv.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlae2.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaebz.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaev2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaexc.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlagtf.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlagts.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlahqr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlahr2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaisnan.c                               |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaln2.c                                 |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlamch.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaneg.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlange.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlanhs.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlanst.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlansy.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlanv2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlapy2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqr0.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqr1.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqr2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqr3.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqr4.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqr5.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaqtr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlar1v.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarf.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarfb.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarfg.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarft.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarfx.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarnv.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarra.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrb.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrc.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrd.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarre.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrf.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrj.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrk.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlarrv.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlartg.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaruv.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlascl.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaset.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasq2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasq3.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasq4.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasq5.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasq6.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasr.c                                  |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasrt.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlassq.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlaswp.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlasy2.c                                 |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dlatrd.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dmout.c                                  |   58 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dnaitr.c                                 |  906 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dnapps.c                                 |  660 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dnaup2.c                                 |  805 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dnaupd.c                                 | 1008 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dnconv.c                                 |  168 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dneigh.c                                 |  350 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dneupd.c                                 | 1278 +-
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dngets.c                                 |  262 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dorg2r.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dorghr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dorgqr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dorm2l.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dorm2r.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dormhr.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dormql.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dormqr.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dormtr.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dpotf2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dpotrf.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/drot.c                                   |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsaitr.c                                 |  890 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsapps.c                                 |  589 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsaup2.c                                 |  817 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsaupd.c                                 |  991 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dscal.c                                  |   14 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsconv.c                                 |  146 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dseigt.c                                 |  208 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsesrt.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dseupd.c                                 | 1075 -
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsgets.c                                 |  296 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsortc.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsortr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dstats.c                                 |   44 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dstebz.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dstein.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dstemr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsteqr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsterf.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dstqrb.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dswap.c                                  |   12 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsyevr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsymv.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsyr2.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsyr2k.c                                 |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsyrk.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsytd2.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dsytrd.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrevc.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrexc.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrmm.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrmv.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrsen.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrsm.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrsna.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrsv.c                                  |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dtrsyl.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/dvout.c                                  |   52 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/idamax.c                                 |   14 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/ieeeck.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/iladlc.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/iladlr.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/ilaenv.c                                 |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/iparmq.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/ivout.c                                  |   50 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/len_trim.c                               |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/lsame.c                                  |    9 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/lapack/xerbla.c                                 |    2 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/CMakeLists.txt                            |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/arithmetic_ansi.h                         |    4 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/arithmetic_sse_double.h                   |   20 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/arithmetic_sse_float.h                    |   21 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/gss.c                                     |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/gss.h                                     |   10 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/hzeta.c                                   |   13 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/hzeta.h                                   |   10 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/kolmogorov.h                              |   11 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/lbfgs.c                                   |  191 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/lbfgs.h                                   |   55 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit.c                                   |    3 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit.h                                   |   49 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit_decls.h                             |only
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit_error.c                             |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit_error.h                             |   39 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit_mt.h                                |   32 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit_sampling.h                          |   37 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/plfit_version.h                           |    8 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/rbinom.c                                  |    1 
 igraph-2.2.0/igraph/src/vendor/cigraph/vendor/plfit/sampling.c                                |    1 
 igraph-2.2.0/igraph/src/vendor/igraph_version.h                                               |    6 
 igraph-2.2.0/igraph/src/vendor/io/dl-lexer.c                                                  |   67 
 igraph-2.2.0/igraph/src/vendor/io/gml-lexer.c                                                 |    4 
 igraph-2.2.0/igraph/src/vendor/io/lgl-lexer.c                                                 |    4 
 igraph-2.2.0/igraph/src/vendor/io/ncol-lexer.c                                                |    4 
 igraph-2.2.0/igraph/src/vendor/io/pajek-lexer.c                                               |    4 
 igraph-2.2.0/igraph/src/vendor/io/parsers/dl-lexer.h                                          |    2 
 igraph-2.2.0/igraph/tests/testthat/_snaps/aaa-auto.md                                         |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/adjacency.md                                        |    8 
 igraph-2.2.0/igraph/tests/testthat/_snaps/attributes.md                                       |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/centrality.md                                       |   16 
 igraph-2.2.0/igraph/tests/testthat/_snaps/community.md                                        |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/conversion.md                                       |   55 
 igraph-2.2.0/igraph/tests/testthat/_snaps/fit.md                                              |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/flow.md                                             |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/foreign.md                                          |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/hrg.md                                              |   16 
 igraph-2.2.0/igraph/tests/testthat/_snaps/incidence.md                                        |   10 
 igraph-2.2.0/igraph/tests/testthat/_snaps/interface.md                                        |   16 
 igraph-2.2.0/igraph/tests/testthat/_snaps/iterators.md                                        |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/layout.md                                           |   28 
 igraph-2.2.0/igraph/tests/testthat/_snaps/make.md                                             |   67 
 igraph-2.2.0/igraph/tests/testthat/_snaps/minimum.spanning.tree.md                            |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/other.md                                            |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/palette                                             |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot.md                                             |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot.shapes                                         |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/basic-graph-layout-1.svg                       |    2 
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/basic-graph-layout-2.svg                       |    2 
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/basic-graph-spheres.svg                        |   18 
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/label-rotate.svg                               |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/loop-graph.svg                                 |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/mark-border-lwd.svg                            |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/multi-loops-many.svg                           |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/multi-loops-triangle.svg                       |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/rectangle-edges.svg                            |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/rescale-coords.svg                             |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/standard-arrow-modes.svg                       |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/standard-arrow-sizes.svg                       |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/plot/standard-arrow.svg                             |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/print.md                                            |  119 
 igraph-2.2.0/igraph/tests/testthat/_snaps/structural-properties.md                            |only
 igraph-2.2.0/igraph/tests/testthat/_snaps/utils-assert-args.md                                |    2 
 igraph-2.2.0/igraph/tests/testthat/_snaps/versions.md                                         |    2 
 igraph-2.2.0/igraph/tests/testthat/helper-indexing.R                                          |   26 
 igraph-2.2.0/igraph/tests/testthat/helper.R                                                   |   35 
 igraph-2.2.0/igraph/tests/testthat/test-aaa-auto.R                                            |only
 igraph-2.2.0/igraph/tests/testthat/test-adjacency.R                                           |  224 
 igraph-2.2.0/igraph/tests/testthat/test-assortativity.R                                       |    8 
 igraph-2.2.0/igraph/tests/testthat/test-attributes.R                                          |  361 
 igraph-2.2.0/igraph/tests/testthat/test-bipartite.R                                           |only
 igraph-2.2.0/igraph/tests/testthat/test-centrality.R                                          |  242 
 igraph-2.2.0/igraph/tests/testthat/test-centralization.R                                      |only
 igraph-2.2.0/igraph/tests/testthat/test-cliques.R                                             |  343 
 igraph-2.2.0/igraph/tests/testthat/test-cocitation.R                                          |only
 igraph-2.2.0/igraph/tests/testthat/test-coloring.R                                            |    2 
 igraph-2.2.0/igraph/tests/testthat/test-community.R                                           |only
 igraph-2.2.0/igraph/tests/testthat/test-components.R                                          |only
 igraph-2.2.0/igraph/tests/testthat/test-conversion.R                                          |  606 -
 igraph-2.2.0/igraph/tests/testthat/test-cycles.R                                              |only
 igraph-2.2.0/igraph/tests/testthat/test-decomposition.R                                       |only
 igraph-2.2.0/igraph/tests/testthat/test-degseq.R                                              |    8 
 igraph-2.2.0/igraph/tests/testthat/test-efficiency.R                                          |   16 
 igraph-2.2.0/igraph/tests/testthat/test-embedding.R                                           |only
 igraph-2.2.0/igraph/tests/testthat/test-eulerian.R                                            |    5 
 igraph-2.2.0/igraph/tests/testthat/test-fit.R                                                 |    8 
 igraph-2.2.0/igraph/tests/testthat/test-flow.R                                                |only
 igraph-2.2.0/igraph/tests/testthat/test-foreign.R                                             |only
 igraph-2.2.0/igraph/tests/testthat/test-games.R                                               |  699 +
 igraph-2.2.0/igraph/tests/testthat/test-glet.R                                                |only
 igraph-2.2.0/igraph/tests/testthat/test-hrg.R                                                 |  122 
 igraph-2.2.0/igraph/tests/testthat/test-incidence.R                                           |  100 
 igraph-2.2.0/igraph/tests/testthat/test-indexing.R                                            |  507 
 igraph-2.2.0/igraph/tests/testthat/test-interface.R                                           |   72 
 igraph-2.2.0/igraph/tests/testthat/test-iterators.R                                           |  357 
 igraph-2.2.0/igraph/tests/testthat/test-layout.R                                              |   68 
 igraph-2.2.0/igraph/tests/testthat/test-make.R                                                |  416 
 igraph-2.2.0/igraph/tests/testthat/test-minimum.spanning.tree.R                               |only
 igraph-2.2.0/igraph/tests/testthat/test-motifs.R                                              |  179 
 igraph-2.2.0/igraph/tests/testthat/test-operators.R                                           | 1167 ++
 igraph-2.2.0/igraph/tests/testthat/test-other.R                                               |only
 igraph-2.2.0/igraph/tests/testthat/test-palette.R                                             |only
 igraph-2.2.0/igraph/tests/testthat/test-par.R                                                 |   40 
 igraph-2.2.0/igraph/tests/testthat/test-paths.R                                               |   11 
 igraph-2.2.0/igraph/tests/testthat/test-plot.R                                                |  182 
 igraph-2.2.0/igraph/tests/testthat/test-plot.shapes.R                                         |only
 igraph-2.2.0/igraph/tests/testthat/test-print.R                                               |  116 
 igraph-2.2.0/igraph/tests/testthat/test-random_walk.R                                         |   12 
 igraph-2.2.0/igraph/tests/testthat/test-rewire.R                                              |    2 
 igraph-2.2.0/igraph/tests/testthat/test-scan.R                                                |  116 
 igraph-2.2.0/igraph/tests/testthat/test-sgm.R                                                 |   14 
 igraph-2.2.0/igraph/tests/testthat/test-similarity.R                                          |only
 igraph-2.2.0/igraph/tests/testthat/test-sparsedf.R                                            |only
 igraph-2.2.0/igraph/tests/testthat/test-stochastic_matrix.R                                   |only
 igraph-2.2.0/igraph/tests/testthat/test-structural-properties.R                               |only
 igraph-2.2.0/igraph/tests/testthat/test-structure.info.R                                      |    2 
 igraph-2.2.0/igraph/tests/testthat/test-topology.R                                            |  361 
 igraph-2.2.0/igraph/tests/testthat/test-trees.R                                               |   88 
 igraph-2.2.0/igraph/tests/testthat/test-triangles.R                                           |    2 
 igraph-2.2.0/igraph/tests/testthat/test-versions.R                                            |   28 
 igraph-2.2.0/igraph/tests/testthat/test-weakref.R                                             |    3 
 igraph-2.2.0/igraph/vignettes/igraph.Rmd                                                      |    2 
 igraph-2.2.0/igraph/vignettes/igraph_ES.rmd                                                   |    2 
 1197 files changed, 41587 insertions(+), 19974 deletions(-)

More information about igraph at CRAN
Permanent link

Package bidask updated to version 2.1.5 with previous version 2.1.4 dated 2025-02-26

Title: Efficient Estimation of Bid-Ask Spreads from Open, High, Low, and Close Prices
Description: Implements the efficient estimator of bid-ask spreads from open, high, low, and close prices described in Ardia, Guidotti, & Kroencke (JFE, 2024) <doi:10.1016/j.jfineco.2024.103916>. It also provides an implementation of the estimators described in Roll (JF, 1984) <doi:10.1111/j.1540-6261.1984.tb03897.x>, Corwin & Schultz (JF, 2012) <doi:10.1111/j.1540-6261.2012.01729.x>, and Abdi & Ranaldo (RFS, 2017) <doi:10.1093/rfs/hhx084>.
Author: Emanuele Guidotti [aut, cre] , David Ardia [ctb] , Tim Kroencke [ctb]
Maintainer: Emanuele Guidotti <emanuele.guidotti@usi.ch>

Diff between bidask versions 2.1.4 dated 2025-02-26 and 2.1.5 dated 2025-10-13

 DESCRIPTION          |   13 +++---
 MD5                  |   10 ++--
 inst/doc/bidask.R    |   12 ++++-
 inst/doc/bidask.Rmd  |   13 +++++-
 inst/doc/bidask.html |  108 ++++++++++++++++++++++++++-------------------------
 vignettes/bidask.Rmd |   13 +++++-
 6 files changed, 100 insertions(+), 69 deletions(-)

More information about bidask at CRAN
Permanent link

Package fuseMLR updated to version 0.0.2 with previous version 0.0.1 dated 2024-12-17

Title: Fusing Machine Learning in R
Description: Recent technological advances have enable the simultaneous collection of multi-omics data i.e., different types or modalities of molecular data, presenting challenges for integrative prediction modeling due to the heterogeneous, high-dimensional nature and possible missing modalities of some individuals. We introduce this package for late integrative prediction modeling, enabling modality-specific variable selection and prediction modeling, followed by the aggregation of the modality-specific predictions to train a final meta-model. This package facilitates conducting late integration predictive modeling in a systematic, structured, and reproducible way.
Author: Cesaire J. K. Fouodo [aut, cre]
Maintainer: Cesaire J. K. Fouodo <cesaire.kuetefouodo@uni-luebeck.de>

Diff between fuseMLR versions 0.0.1 dated 2024-12-17 and 0.0.2 dated 2025-10-13

 DESCRIPTION               |    6 -
 MD5                       |   26 +++----
 R/Data.R                  |   10 ++
 R/Training.R              |    2 
 R/bestLayerLearner.R      |   11 ++-
 R/trainingFunctions.R     |    6 -
 README.md                 |   21 ++++-
 build/vignette.rds        |binary
 inst/doc/fuseMLR.R        |  164 +++++++++++++++++++++++-----------------------
 inst/doc/fuseMLR.Rmd      |    2 
 inst/doc/fuseMLR.html     |  109 +++++++++++++++---------------
 man/createTrainLayer.Rd   |    2 
 tests/testthat/Rplots.pdf |binary
 vignettes/fuseMLR.Rmd     |    2 
 14 files changed, 195 insertions(+), 166 deletions(-)

More information about fuseMLR at CRAN
Permanent link

Package ageutils updated to version 0.1.1 with previous version 0.1.0 dated 2025-07-08

Title: Collection of Functions for Working with Age Intervals
Description: Provides a collection of efficient functions for working with individual ages and corresponding intervals. These include functions for conversion from an age to an interval, aggregation of ages with associated counts in to intervals and the splitting of interval counts based on specified age distributions.
Author: Tim Taylor [aut, cre, cph] , Edwin van Leeuwen [aut]
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>

Diff between ageutils versions 0.1.0 dated 2025-07-08 and 0.1.1 dated 2025-10-13

 ageutils-0.1.0/ageutils/man/figures                                 |only
 ageutils-0.1.1/ageutils/DESCRIPTION                                 |   13 
 ageutils-0.1.1/ageutils/MD5                                         |   40 
 ageutils-0.1.1/ageutils/NEWS.md                                     |    6 
 ageutils-0.1.1/ageutils/R/cut_ages.R                                |   12 
 ageutils-0.1.1/ageutils/R/defunct.R                                 |    2 
 ageutils-0.1.1/ageutils/R/reaggregate_counts.R                      |   52 -
 ageutils-0.1.1/ageutils/R/reaggregate_rates.R                       |   27 
 ageutils-0.1.1/ageutils/R/utils.R                                   |   18 
 ageutils-0.1.1/ageutils/README.md                                   |   14 
 ageutils-0.1.1/ageutils/build                                       |only
 ageutils-0.1.1/ageutils/inst                                        |only
 ageutils-0.1.1/ageutils/man/cut_ages.Rd                             |    8 
 ageutils-0.1.1/ageutils/man/reaggregate_counts.Rd                   |    4 
 ageutils-0.1.1/ageutils/tests/testthat/_snaps/cut_ages.md           |   16 
 ageutils-0.1.1/ageutils/tests/testthat/_snaps/reaggregate_counts.md |  204 ++++
 ageutils-0.1.1/ageutils/tests/testthat/helpers.R                    |   54 -
 ageutils-0.1.1/ageutils/tests/testthat/test-breaks_to_interval.R    |   12 
 ageutils-0.1.1/ageutils/tests/testthat/test-cut_ages.R              |   12 
 ageutils-0.1.1/ageutils/tests/testthat/test-reaggregate_counts.R    |  458 +++++++++-
 ageutils-0.1.1/ageutils/tests/testthat/test-reaggregate_rates.R     |   14 
 ageutils-0.1.1/ageutils/vignettes                                   |only
 22 files changed, 813 insertions(+), 153 deletions(-)

More information about ageutils at CRAN
Permanent link

Package deform updated to version 1.0.1 with previous version 1.0.0 dated 2023-10-19

Title: Spatial Deformation and Dimension Expansion Gaussian Processes
Description: Methods for fitting nonstationary Gaussian process models by spatial deformation, as introduced by Sampson and Guttorp (1992) <doi:10.1080/01621459.1992.10475181>, and by dimension expansion, as introduced by Bornn et al. (2012) <doi:10.1080/01621459.2011.646919>. Low-rank thin-plate regression splines, as developed in Wood, S.N. (2003) <doi:10.1111/1467-9868.00374>, are used to either transform co-ordinates or create new latent dimensions.
Author: Ben Youngman [aut, cre]
Maintainer: Ben Youngman <b.youngman@exeter.ac.uk>

Diff between deform versions 1.0.0 dated 2023-10-19 and 1.0.1 dated 2025-10-13

 DESCRIPTION       |   22 +++++++++++-----------
 MD5               |   15 ++++++++-------
 NAMESPACE         |    7 +------
 NEWS.md           |only
 build/partial.rdb |binary
 src/Makevars      |   19 +------------------
 src/Makevars.win  |   19 +------------------
 src/cnorm.cpp     |   12 ++++++------
 src/tnorm.cpp     |    6 +++---
 9 files changed, 31 insertions(+), 69 deletions(-)

More information about deform at CRAN
Permanent link

Package pensynth updated to version 0.8.1 with previous version 0.5.1 dated 2024-03-28

Title: Penalized Synthetic Control Estimation
Description: Estimate penalized synthetic control models and perform hold-out validation to determine their penalty parameter. This method is based on the work by Abadie & L'Hour (2021) <doi:10.1080/01621459.2021.1971535>. Penalized synthetic controls smoothly interpolate between one-to-one matching and the synthetic control method.
Author: Erik-Jan van Kesteren [cre, aut] , Isaac Slaughter [ctb]
Maintainer: Erik-Jan van Kesteren <e.vankesteren1@uu.nl>

Diff between pensynth versions 0.5.1 dated 2024-03-28 and 0.8.1 dated 2025-10-13

 pensynth-0.5.1/pensynth/man/simulate_data.Rd                 |only
 pensynth-0.8.1/pensynth/DESCRIPTION                          |   17 
 pensynth-0.8.1/pensynth/MD5                                  |   49 +
 pensynth-0.8.1/pensynth/NAMESPACE                            |    3 
 pensynth-0.8.1/pensynth/R/convex_hull.R                      |   11 
 pensynth-0.8.1/pensynth/R/cv_pensynth.R                      |  191 ++++++-
 pensynth-0.8.1/pensynth/R/examples/example_cv_pensynth.R     |    2 
 pensynth-0.8.1/pensynth/R/examples/example_placebo_test.R    |    2 
 pensynth-0.8.1/pensynth/R/examples/example_showcase.R        |only
 pensynth-0.8.1/pensynth/R/examples/example_simulate.R        |   14 
 pensynth-0.8.1/pensynth/R/examples/example_simulate_factor.R |only
 pensynth-0.8.1/pensynth/R/pensynth.R                         |   44 +
 pensynth-0.8.1/pensynth/R/placebo_test.R                     |   84 +--
 pensynth-0.8.1/pensynth/R/simulate_data.R                    |  299 +++++++++--
 pensynth-0.8.1/pensynth/man/cv_pensynth.Rd                   |   28 -
 pensynth-0.8.1/pensynth/man/get_mse_cvpensynth.Rd            |only
 pensynth-0.8.1/pensynth/man/in_convex_hull.Rd                |    6 
 pensynth-0.8.1/pensynth/man/mvrarnorm.Rd                     |only
 pensynth-0.8.1/pensynth/man/pensynth.Rd                      |   13 
 pensynth-0.8.1/pensynth/man/placebo_test.Rd                  |   16 
 pensynth-0.8.1/pensynth/man/plot.cvpensynth.Rd               |    4 
 pensynth-0.8.1/pensynth/man/plot.pensynthtest.Rd             |    4 
 pensynth-0.8.1/pensynth/man/rarnorm.Rd                       |only
 pensynth-0.8.1/pensynth/man/simulate_data_factor.Rd          |only
 pensynth-0.8.1/pensynth/man/simulate_data_synth.Rd           |only
 pensynth-0.8.1/pensynth/tests/testthat/Rplots.pdf            |only
 pensynth-0.8.1/pensynth/tests/testthat/test-cvpensynth.R     |   12 
 pensynth-0.8.1/pensynth/tests/testthat/test-pensynth.R       |   13 
 pensynth-0.8.1/pensynth/tests/testthat/test-placebo_test.R   |   33 -
 pensynth-0.8.1/pensynth/tests/testthat/test-simulate_data.R  |   38 +
 30 files changed, 704 insertions(+), 179 deletions(-)

More information about pensynth at CRAN
Permanent link

Package stochvol updated to version 3.2.8 with previous version 3.2.7 dated 2025-08-20

Title: Efficient Bayesian Inference for Stochastic Volatility (SV) Models
Description: Efficient algorithms for fully Bayesian estimation of stochastic volatility (SV) models with and without asymmetry (leverage) via Markov chain Monte Carlo (MCMC) methods. Methodological details are given in Kastner and Frühwirth-Schnatter (2014) <doi:10.1016/j.csda.2013.01.002> and Hosszejni and Kastner (2019) <doi:10.1007/978-3-030-30611-3_8>; the most common use cases are described in Hosszejni and Kastner (2021) <doi:10.18637/jss.v100.i12> and Kastner (2016) <doi:10.18637/jss.v069.i05> and the package examples.
Author: Darjus Hosszejni [aut, cre] , Gregor Kastner [aut]
Maintainer: Darjus Hosszejni <darjus.hosszejni@icloud.com>

Diff between stochvol versions 3.2.7 dated 2025-08-20 and 3.2.8 dated 2025-10-13

 DESCRIPTION           |    6 +++---
 MD5                   |   10 +++++-----
 NEWS.md               |    4 ++++
 inst/doc/article.pdf  |binary
 inst/doc/article2.pdf |binary
 src/utils_main.h      |    2 +-
 6 files changed, 13 insertions(+), 9 deletions(-)

More information about stochvol at CRAN
Permanent link

Package mixmeta updated to version 1.2.2 with previous version 1.2.0 dated 2021-10-16

Title: An Extended Mixed-Effects Framework for Meta-Analysis
Description: A collection of functions to perform various meta-analytical models through a unified mixed-effects framework, including standard univariate fixed and random-effects meta-analysis and meta-regression, and non-standard extensions such as multivariate, multilevel, longitudinal, and dose-response models.
Author: Antonio Gasparrini [cre, aut, cph] , Francesco Sera [aut]
Maintainer: Antonio Gasparrini <antonio.gasparrini@lshtm.ac.uk>

Diff between mixmeta versions 1.2.0 dated 2021-10-16 and 1.2.2 dated 2025-10-13

 mixmeta-1.2.0/mixmeta/R/getFullFormula.R     |only
 mixmeta-1.2.2/mixmeta/DESCRIPTION            |   30 +
 mixmeta-1.2.2/mixmeta/MD5                    |   40 +-
 mixmeta-1.2.2/mixmeta/NAMESPACE              |  202 +++++------
 mixmeta-1.2.2/mixmeta/NEWS.md                |  468 +++++++++++++--------------
 mixmeta-1.2.2/mixmeta/R/formula.mixmeta.R    |   34 -
 mixmeta-1.2.2/mixmeta/R/getFixTerms.R        |   52 +--
 mixmeta-1.2.2/mixmeta/R/getFullformula.R     |only
 mixmeta-1.2.2/mixmeta/R/mixmeta.R            |  258 +++++++-------
 mixmeta-1.2.2/mixmeta/R/terms.mixmeta.R      |   34 -
 mixmeta-1.2.2/mixmeta/inst/CITATION          |   39 +-
 mixmeta-1.2.2/mixmeta/inst/NEWS              |  468 +++++++++++++--------------
 mixmeta-1.2.2/mixmeta/man/alcohol.Rd         |  206 +++++------
 mixmeta-1.2.2/mixmeta/man/coef.mixmeta.Rd    |  106 +++---
 mixmeta-1.2.2/mixmeta/man/gliomas.Rd         |  184 +++++-----
 mixmeta-1.2.2/mixmeta/man/mixmeta-package.Rd |  260 +++++++--------
 mixmeta-1.2.2/mixmeta/man/mixmeta.control.Rd |    2 
 mixmeta-1.2.2/mixmeta/man/mixmeta.ml.Rd      |    2 
 mixmeta-1.2.2/mixmeta/man/mixmetaObject.Rd   |  168 ++++-----
 mixmeta-1.2.2/mixmeta/man/ml.igls.Rd         |    2 
 mixmeta-1.2.2/mixmeta/man/predict.mixmeta.Rd |  148 ++++----
 mixmeta-1.2.2/mixmeta/man/terms.mixmeta.Rd   |  100 ++---
 22 files changed, 1417 insertions(+), 1386 deletions(-)

More information about mixmeta at CRAN
Permanent link

Package WARDEN updated to version 2.0.0 with previous version 1.2.5 dated 2025-07-10

Title: Workflows for Health Technology Assessments in R using Discrete EveNts
Description: Toolkit to support and perform discrete event simulations with and without resource constraints in the context of health technology assessments (HTA). The package focuses on cost-effectiveness modelling and aims to be submission-ready to relevant HTA bodies in alignment with 'NICE TSD 15' <https://sheffield.ac.uk/nice-dsu/tsds/patient-level-simulation>. More details an examples can be found in the package website <https://jsanchezalv.github.io/WARDEN/>.
Author: Javier Sanchez Alvarez [aut, cre], Gabriel Lemyre [ctb], Valerie Aponte Ribero [ctb]
Maintainer: Javier Sanchez Alvarez <javiersanchezeco@gmail.com>

Diff between WARDEN versions 1.2.5 dated 2025-07-10 and 2.0.0 dated 2025-10-13

 DESCRIPTION                             |   14 
 MD5                                     |  118 +-
 NAMESPACE                               |   19 
 NEWS.md                                 |  221 ++-
 R/RcppExports.R                         |only
 R/WARDEN-package.R                      |only
 R/calculator_f.R                        |  581 ++--------
 R/engine_helper_f.R                     |  303 +++--
 R/input_f.R                             | 1827 ++++++++++++++++++++------------
 R/old_R_nowincpp.R                      |only
 R/run_engine.R                          |  324 ++---
 R/run_engine_constrained.R              |only
 R/run_sim.R                             |  324 +----
 R/run_sim_parallel.R                    |  289 +----
 README.md                               |   12 
 build/vignette.rds                      |binary
 inst/doc/example_ssd.R                  |   23 
 inst/doc/example_ssd.Rmd                |   89 -
 inst/doc/example_ssd.html               |  586 ++++------
 man/add_item.Rd                         |   47 
 man/add_item2.Rd                        |   30 
 man/ast_as_list.Rd                      |  126 +-
 man/disc_cycle_v.Rd                     |    8 
 man/disc_instant_v.Rd                   |    4 
 man/disc_ongoing_v.Rd                   |    4 
 man/discrete_resource_clone.Rd          |only
 man/dot-resource_discrete_from_xptr.Rd  |only
 man/extract_elements_from_list.Rd       |  122 +-
 man/get_event.Rd                        |only
 man/has_event.Rd                        |only
 man/luck_adj.Rd                         |    2 
 man/modify_event.Rd                     |   25 
 man/modify_item.Rd                      |    2 
 man/new_event.Rd                        |   22 
 man/next_event.Rd                       |only
 man/next_event_pt.Rd                    |only
 man/pick_val_v.Rd                       |   10 
 man/pop_and_return_event.Rd             |only
 man/pop_event.Rd                        |only
 man/print.resource_discrete.Rd          |only
 man/qcond_exp.Rd                        |    4 
 man/qcond_gamma.Rd                      |    4 
 man/qcond_gompertz.Rd                   |    4 
 man/qcond_llogis.Rd                     |    4 
 man/qcond_lnorm.Rd                      |    4 
 man/qcond_norm.Rd                       |    4 
 man/qcond_weibull.Rd                    |    4 
 man/qcond_weibullPH.Rd                  |    4 
 man/qgamma_mse.Rd                       |   54 
 man/qtimecov.Rd                         |   24 
 man/queue_create.Rd                     |only
 man/queue_empty.Rd                      |only
 man/queue_size.Rd                       |only
 man/rcond_gompertz_lu.Rd                |    4 
 man/remove_event.Rd                     |only
 man/resource_discrete.Rd                |only
 man/rpoisgamma_rcpp.Rd                  |only
 man/run_sim.Rd                          |   23 
 man/run_sim_parallel.Rd                 |   23 
 man/shared_input.Rd                     |only
 man/with_write_flags_lang.Rd            |only
 src                                     |only
 tests/testthat/test-input_f.R           |  397 ++++--
 tests/testthat/test-resource_discrete.R |only
 tests/testthat/test_model_runs.R        |  604 ++++++++++
 tests/testthat/test_queues.R            |only
 vignettes/example_ssd.Rmd               |   89 -
 67 files changed, 3609 insertions(+), 2773 deletions(-)

More information about WARDEN at CRAN
Permanent link

Package quarks updated to version 1.1.5 with previous version 1.1.4 dated 2024-06-08

Title: Simple Methods for Calculating and Backtesting Value at Risk and Expected Shortfall
Description: Enables the user to calculate Value at Risk (VaR) and Expected Shortfall (ES) by means of various types of historical simulation. Currently plain-, age-, volatility-weighted- and filtered historical simulation are implemented in this package. Volatility weighting can be carried out via an exponentially weighted moving average model (EWMA) or other GARCH-type models. The performance can be assessed via Traffic Light Test, Coverage Tests and Loss Functions. The methods of the package are described in Gurrola-Perez, P. and Murphy, D. (2015) <https://EconPapers.repec.org/RePEc:boe:boeewp:0525> as well as McNeil, J., Frey, R., and Embrechts, P. (2015) <https://ideas.repec.org/b/pup/pbooks/10496.html>.
Author: Sebastian Letmathe [aut, cre]
Maintainer: Sebastian Letmathe <sebastian.let@yahoo.com>

Diff between quarks versions 1.1.4 dated 2024-06-08 and 1.1.5 dated 2025-10-13

 DESCRIPTION    |   12 ++++-----
 MD5            |    8 +++---
 NEWS.md        |    5 ++++
 R/Welcome.R    |    2 -
 R/runFTSdata.R |   69 ++++++++++++++++++++++++++++++++++++++++++---------------
 5 files changed, 68 insertions(+), 28 deletions(-)

More information about quarks at CRAN
Permanent link

Package nuggets updated to version 2.0.0 with previous version 1.4.0 dated 2025-01-08

Title: Extensible Framework for Data Pattern Exploration
Description: A framework for systematic exploration of association rules (Agrawal et al., 1994, <https://www.vldb.org/conf/1994/P487.PDF>), contrast patterns (Chen, 2022, <doi:10.48550/arXiv.2209.13556>), emerging patterns (Dong et al., 1999, <doi:10.1145/312129.312191>), subgroup discovery (Atzmueller, 2015, <doi:10.1002/widm.1144>), and conditional correlations (Hájek, 1978, <doi:10.1007/978-3-642-66943-9>). User-defined functions may also be supplied to guide custom pattern searches. Supports both crisp (Boolean) and fuzzy data. Generates candidate conditions expressed as elementary conjunctions, evaluates them on a dataset, and inspects the induced sub-data for statistical, logical, or structural properties such as associations, correlations, or contrasts. Includes methods for visualization of logical structures and supports interactive exploration through integrated Shiny applications.
Author: Michal Burda [aut, cre]
Maintainer: Michal Burda <michal.burda@osu.cz>

Diff between nuggets versions 1.4.0 dated 2025-01-08 and 2.0.0 dated 2025-10-13

 nuggets-1.4.0/nuggets/R/dig_contrasts.R                                   |only
 nuggets-1.4.0/nuggets/R/dig_implications.R                                |only
 nuggets-1.4.0/nuggets/man/dig_contrasts.Rd                                |only
 nuggets-1.4.0/nuggets/man/dig_implications.Rd                             |only
 nuggets-1.4.0/nuggets/src/AlignedAllocator.h                              |only
 nuggets-1.4.0/nuggets/src/dig/AbstractVectorNumChain.h                    |only
 nuggets-1.4.0/nuggets/src/dig/ArgumentValue.h                             |only
 nuggets-1.4.0/nuggets/src/dig/Argumentator.h                              |only
 nuggets-1.4.0/nuggets/src/dig/Bitset.h                                    |only
 nuggets-1.4.0/nuggets/src/dig/BitwiseFuzzyChain.h                         |only
 nuggets-1.4.0/nuggets/src/dig/ConditionArgumentator.h                     |only
 nuggets-1.4.0/nuggets/src/dig/ContiNnArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/dig/ContiNpArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/dig/ContiPnArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/dig/ContiPpArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/dig/Data.h                                      |only
 nuggets-1.4.0/nuggets/src/dig/DisjointFilter.h                            |only
 nuggets-1.4.0/nuggets/src/dig/DualChain.h                                 |only
 nuggets-1.4.0/nuggets/src/dig/EmptyFociFilter.h                           |only
 nuggets-1.4.0/nuggets/src/dig/Executor.h                                  |only
 nuggets-1.4.0/nuggets/src/dig/Filter.h                                    |only
 nuggets-1.4.0/nuggets/src/dig/FociSupportsArgumentator.h                  |only
 nuggets-1.4.0/nuggets/src/dig/IndicesArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/dig/Iterator.h                                  |only
 nuggets-1.4.0/nuggets/src/dig/MaxLengthFilter.h                           |only
 nuggets-1.4.0/nuggets/src/dig/MaxSupportFilter.h                          |only
 nuggets-1.4.0/nuggets/src/dig/MinConditionalFocusSupportFilter.h          |only
 nuggets-1.4.0/nuggets/src/dig/MinFocusSupportFilter.h                     |only
 nuggets-1.4.0/nuggets/src/dig/MinLengthFilter.h                           |only
 nuggets-1.4.0/nuggets/src/dig/MinSupportFilter.h                          |only
 nuggets-1.4.0/nuggets/src/dig/SimdVectorNumChain.cpp                      |only
 nuggets-1.4.0/nuggets/src/dig/SimdVectorNumChain.h                        |only
 nuggets-1.4.0/nuggets/src/dig/SparseBitChain.h                            |only
 nuggets-1.4.0/nuggets/src/dig/SumArgumentator.h                           |only
 nuggets-1.4.0/nuggets/src/dig/SupportArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/dig/Task.h                                      |only
 nuggets-1.4.0/nuggets/src/dig/TaskSequence.h                              |only
 nuggets-1.4.0/nuggets/src/dig/VectorNumChain.cpp                          |only
 nuggets-1.4.0/nuggets/src/dig/VectorNumChain.h                            |only
 nuggets-1.4.0/nuggets/src/dig/WeightsArgumentator.h                       |only
 nuggets-1.4.0/nuggets/src/test-dig-Bitset.cpp                             |only
 nuggets-1.4.0/nuggets/src/test-dig-DualChain.cpp                          |only
 nuggets-1.4.0/nuggets/src/test-dig-Iterator.cpp                           |only
 nuggets-1.4.0/nuggets/src/test-dig-SparseBitChain.cpp                     |only
 nuggets-1.4.0/nuggets/src/test-dig-Task.cpp                               |only
 nuggets-1.4.0/nuggets/src/test-dig-TaskSequence.cpp                       |only
 nuggets-1.4.0/nuggets/src/test-dig-VectorNumChain.cpp                     |only
 nuggets-1.4.0/nuggets/tests/testthat/test-dichotomize.R                   |only
 nuggets-2.0.0/nuggets/DESCRIPTION                                         |   54 
 nuggets-2.0.0/nuggets/MD5                                                 |  268 +--
 nuggets-2.0.0/nuggets/NAMESPACE                                           |  104 +
 nuggets-2.0.0/nuggets/NEWS.md                                             |   19 
 nuggets-2.0.0/nuggets/R/RcppExports.R                                     |   72 
 nuggets-2.0.0/nuggets/R/algebra.R                                         |only
 nuggets-2.0.0/nuggets/R/bound_range.R                                     |only
 nuggets-2.0.0/nuggets/R/dichotomize.R                                     |   49 
 nuggets-2.0.0/nuggets/R/dig.R                                             |  432 ++--
 nuggets-2.0.0/nuggets/R/dig_associations.R                                |  209 +-
 nuggets-2.0.0/nuggets/R/dig_baseline_contrasts.R                          |   97 -
 nuggets-2.0.0/nuggets/R/dig_complement_contrasts.R                        |  138 -
 nuggets-2.0.0/nuggets/R/dig_correlations.R                                |   88 
 nuggets-2.0.0/nuggets/R/dig_grid.R                                        |   45 
 nuggets-2.0.0/nuggets/R/dig_paired_baseline_contrasts.R                   |   99 -
 nuggets-2.0.0/nuggets/R/dig_tautologies.R                                 |only
 nuggets-2.0.0/nuggets/R/explore-associations.R                            |only
 nuggets-2.0.0/nuggets/R/extract_cols.R                                    |    8 
 nuggets-2.0.0/nuggets/R/fire.R                                            |only
 nuggets-2.0.0/nuggets/R/format_condition.R                                |   29 
 nuggets-2.0.0/nuggets/R/geom_diamond.R                                    |only
 nuggets-2.0.0/nuggets/R/is_almost_constant.R                              |only
 nuggets-2.0.0/nuggets/R/is_condition.R                                    |only
 nuggets-2.0.0/nuggets/R/is_degree.R                                       |   37 
 nuggets-2.0.0/nuggets/R/is_nugget.R                                       |only
 nuggets-2.0.0/nuggets/R/is_subset.R                                       |   35 
 nuggets-2.0.0/nuggets/R/nugget.R                                          |only
 nuggets-2.0.0/nuggets/R/nuggets-package.R                                 |   90 +
 nuggets-2.0.0/nuggets/R/parse_condition.R                                 |only
 nuggets-2.0.0/nuggets/R/partition.R                                       |  478 +++--
 nuggets-2.0.0/nuggets/R/remove_almost_constant.R                          |only
 nuggets-2.0.0/nuggets/R/remove_ill_conditions.R                           |only
 nuggets-2.0.0/nuggets/R/shorten_condition.R                               |only
 nuggets-2.0.0/nuggets/R/testers.R                                         |   65 
 nuggets-2.0.0/nuggets/R/ui-aboutTable.R                                   |only
 nuggets-2.0.0/nuggets/R/ui-associationsDetailModule.R                     |only
 nuggets-2.0.0/nuggets/R/ui-callDataTable.R                                |only
 nuggets-2.0.0/nuggets/R/ui-conditionFilterModule.R                        |only
 nuggets-2.0.0/nuggets/R/ui-creationParamsTable.R                          |only
 nuggets-2.0.0/nuggets/R/ui-formatRulesForTable.R                          |only
 nuggets-2.0.0/nuggets/R/ui-highlightCondition.R                           |only
 nuggets-2.0.0/nuggets/R/ui-infoBox.R                                      |only
 nuggets-2.0.0/nuggets/R/ui-infoTable.R                                    |only
 nuggets-2.0.0/nuggets/R/ui-mainApp.R                                      |only
 nuggets-2.0.0/nuggets/R/ui-numericFilterModule.R                          |only
 nuggets-2.0.0/nuggets/R/ui-rulebaseTable.R                                |only
 nuggets-2.0.0/nuggets/R/ui-rulesTableModule.R                             |only
 nuggets-2.0.0/nuggets/R/ui-scatterFilterModule.R                          |only
 nuggets-2.0.0/nuggets/R/values.R                                          |only
 nuggets-2.0.0/nuggets/R/var_grid.R                                        |  164 +
 nuggets-2.0.0/nuggets/R/var_names.R                                       |   44 
 nuggets-2.0.0/nuggets/README.md                                           |   81 
 nuggets-2.0.0/nuggets/build/partial.rdb                                   |binary
 nuggets-2.0.0/nuggets/build/vignette.rds                                  |binary
 nuggets-2.0.0/nuggets/inst/CITATION                                       |    3 
 nuggets-2.0.0/nuggets/inst/doc/nuggets.R                                  |  185 +-
 nuggets-2.0.0/nuggets/inst/doc/nuggets.Rmd                                |  684 +++++--
 nuggets-2.0.0/nuggets/inst/doc/nuggets.html                               |  887 ++++++----
 nuggets-2.0.0/nuggets/inst/figures                                        |only
 nuggets-2.0.0/nuggets/man/bound_range.Rd                                  |only
 nuggets-2.0.0/nuggets/man/dichotomize.Rd                                  |    2 
 nuggets-2.0.0/nuggets/man/dig.Rd                                          |  368 ++--
 nuggets-2.0.0/nuggets/man/dig_associations.Rd                             |   42 
 nuggets-2.0.0/nuggets/man/dig_baseline_contrasts.Rd                       |   10 
 nuggets-2.0.0/nuggets/man/dig_complement_contrasts.Rd                     |   10 
 nuggets-2.0.0/nuggets/man/dig_correlations.Rd                             |    8 
 nuggets-2.0.0/nuggets/man/dig_grid.Rd                                     |   23 
 nuggets-2.0.0/nuggets/man/dig_paired_baseline_contrasts.Rd                |   10 
 nuggets-2.0.0/nuggets/man/dig_tautologies.Rd                              |only
 nuggets-2.0.0/nuggets/man/explore.associations.Rd                         |only
 nuggets-2.0.0/nuggets/man/figures/assoc_explorer1.png                     |only
 nuggets-2.0.0/nuggets/man/figures/assoc_explorer2.png                     |only
 nuggets-2.0.0/nuggets/man/figures/logo.png                                |only
 nuggets-2.0.0/nuggets/man/figures/nugget.png                              |only
 nuggets-2.0.0/nuggets/man/fire.Rd                                         |only
 nuggets-2.0.0/nuggets/man/format_condition.Rd                             |   24 
 nuggets-2.0.0/nuggets/man/geom_diamond.Rd                                 |only
 nuggets-2.0.0/nuggets/man/is_almost_constant.Rd                           |only
 nuggets-2.0.0/nuggets/man/is_condition.Rd                                 |only
 nuggets-2.0.0/nuggets/man/is_degree.Rd                                    |   39 
 nuggets-2.0.0/nuggets/man/is_nugget.Rd                                    |only
 nuggets-2.0.0/nuggets/man/is_subset.Rd                                    |   36 
 nuggets-2.0.0/nuggets/man/nugget.Rd                                       |only
 nuggets-2.0.0/nuggets/man/nuggets-package.Rd                              |   10 
 nuggets-2.0.0/nuggets/man/parse_condition.Rd                              |only
 nuggets-2.0.0/nuggets/man/partition.Rd                                    |  278 ++-
 nuggets-2.0.0/nuggets/man/reexports.Rd                                    |only
 nuggets-2.0.0/nuggets/man/remove_almost_constant.Rd                       |only
 nuggets-2.0.0/nuggets/man/remove_ill_conditions.Rd                        |only
 nuggets-2.0.0/nuggets/man/shorten_condition.Rd                            |only
 nuggets-2.0.0/nuggets/man/values.Rd                                       |only
 nuggets-2.0.0/nuggets/man/var_grid.Rd                                     |  134 -
 nuggets-2.0.0/nuggets/man/var_names.Rd                                    |   41 
 nuggets-2.0.0/nuggets/src/AlignedVector.h                                 |    9 
 nuggets-2.0.0/nuggets/src/Makevars                                        |   26 
 nuggets-2.0.0/nuggets/src/RcppExports.cpp                                 |  227 ++
 nuggets-2.0.0/nuggets/src/algebra.cpp                                     |only
 nuggets-2.0.0/nuggets/src/common.h                                        |   39 
 nuggets-2.0.0/nuggets/src/dig.cpp                                         |   99 -
 nuggets-2.0.0/nuggets/src/dig/BaseChain.h                                 |only
 nuggets-2.0.0/nuggets/src/dig/BinomialCoefficients.h                      |only
 nuggets-2.0.0/nuggets/src/dig/BitChain.h                                  |  100 -
 nuggets-2.0.0/nuggets/src/dig/CallbackCaller.h                            |only
 nuggets-2.0.0/nuggets/src/dig/ChainCollection.h                           |only
 nuggets-2.0.0/nuggets/src/dig/Clause.h                                    |only
 nuggets-2.0.0/nuggets/src/dig/CombinatorialProgress.h                     |only
 nuggets-2.0.0/nuggets/src/dig/Config.h                                    |  288 +--
 nuggets-2.0.0/nuggets/src/dig/Digger.h                                    |  441 +---
 nuggets-2.0.0/nuggets/src/dig/FloatChain.h                                |only
 nuggets-2.0.0/nuggets/src/dig/FubitChain.h                                |only
 nuggets-2.0.0/nuggets/src/dig/Selector.h                                  |only
 nuggets-2.0.0/nuggets/src/dig/SimdChain.h                                 |only
 nuggets-2.0.0/nuggets/src/dig/TautologyTree.h                             |only
 nuggets-2.0.0/nuggets/src/raisedcos.cpp                                   |   17 
 nuggets-2.0.0/nuggets/src/test-dig-BinomialCoefficients.cpp               |only
 nuggets-2.0.0/nuggets/src/test-dig-BitChain.cpp                           |  126 +
 nuggets-2.0.0/nuggets/src/test-dig-ChainCollection.cpp                    |only
 nuggets-2.0.0/nuggets/src/test-dig-Config.cpp                             |only
 nuggets-2.0.0/nuggets/src/test-dig-FloatChain.cpp                         |only
 nuggets-2.0.0/nuggets/src/test-dig-FubitChain.cpp                         |only
 nuggets-2.0.0/nuggets/src/test-dig-Selector.cpp                           |only
 nuggets-2.0.0/nuggets/src/test-dig-TautologyTree.cpp                      |only
 nuggets-2.0.0/nuggets/src/triangle.cpp                                    |   17 
 nuggets-2.0.0/nuggets/tests/testthat/test-algebra.R                       |only
 nuggets-2.0.0/nuggets/tests/testthat/test-bound_range.R                   |only
 nuggets-2.0.0/nuggets/tests/testthat/test-dig.R                           |  876 ++++++++-
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_associations.R              |  320 +++
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_baseline_contrasts.R        |   89 -
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_complement_contrasts.R      |   88 
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_correlations.R              |   64 
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_grid.R                      |  155 +
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_paired_baseline_contrasts.R |   86 
 nuggets-2.0.0/nuggets/tests/testthat/test-dig_tautologies.R               |only
 nuggets-2.0.0/nuggets/tests/testthat/test-extract_cols.R                  |    6 
 nuggets-2.0.0/nuggets/tests/testthat/test-fire.R                          |only
 nuggets-2.0.0/nuggets/tests/testthat/test-geom_diamond.R                  |only
 nuggets-2.0.0/nuggets/tests/testthat/test-is_almost_constant.R            |only
 nuggets-2.0.0/nuggets/tests/testthat/test-is_condition.R                  |only
 nuggets-2.0.0/nuggets/tests/testthat/test-parse_condition.R               |only
 nuggets-2.0.0/nuggets/tests/testthat/test-partition.R                     |  161 +
 nuggets-2.0.0/nuggets/tests/testthat/test-remove_almost_constant.R        |only
 nuggets-2.0.0/nuggets/tests/testthat/test-remove_ill_conditions.R         |only
 nuggets-2.0.0/nuggets/tests/testthat/test-shorten_condition.R             |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-aboutTable.R                 |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-conditionFilterModule.R      |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-creationParamsTable.R        |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-formatRulesForTable.R        |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-highlightCondition.R         |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-infoBox.R                    |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-infoTable.R                  |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-numericFilterModule.R        |only
 nuggets-2.0.0/nuggets/tests/testthat/test-ui-rulebaseTable.R              |only
 nuggets-2.0.0/nuggets/tests/testthat/test-values.R                        |only
 nuggets-2.0.0/nuggets/tests/testthat/test-var_grid.R                      |   50 
 nuggets-2.0.0/nuggets/vignettes/nuggets.Rmd                               |  684 +++++--
 203 files changed, 6831 insertions(+), 2636 deletions(-)

More information about nuggets at CRAN
Permanent link

Package cTMed updated to version 1.0.8 with previous version 1.0.7 dated 2025-10-02

Title: Continuous-Time Mediation
Description: Computes effect sizes, standard errors, and confidence intervals for total, direct, and indirect effects in continuous-time mediation models as described in Pesigan, Russell, and Chow (2025) <doi:10.1037/met0000779>.
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph] , Michael A. Russell [ctb] , Sy-Miin Chow [ctb]
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>

Diff between cTMed versions 1.0.7 dated 2025-10-02 and 1.0.8 dated 2025-10-13

 DESCRIPTION                          |   39 +++++---
 MD5                                  |  160 +++++++++++++++++------------------
 NEWS.md                              |    6 +
 R/cTMed-boot-beta-std.R              |    2 
 R/cTMed-boot-beta.R                  |    2 
 R/cTMed-boot-indirect-central.R      |    2 
 R/cTMed-boot-med-std.R               |    2 
 R/cTMed-boot-med.R                   |    2 
 R/cTMed-boot-total-central.R         |    2 
 R/cTMed-delta-beta-std.R             |    2 
 R/cTMed-delta-beta.R                 |    2 
 R/cTMed-delta-indirect-central.R     |    2 
 R/cTMed-delta-med-std.R              |    2 
 R/cTMed-delta-med.R                  |    2 
 R/cTMed-delta-total-central.R        |    2 
 R/cTMed-direct-std.R                 |    2 
 R/cTMed-direct.R                     |    2 
 R/cTMed-indirect-central.R           |    2 
 R/cTMed-indirect-std.R               |    2 
 R/cTMed-indirect.R                   |    2 
 R/cTMed-mc-beta-std.R                |    2 
 R/cTMed-mc-beta.R                    |    2 
 R/cTMed-mc-indirect-central.R        |    2 
 R/cTMed-mc-med-std.R                 |    2 
 R/cTMed-mc-med.R                     |    2 
 R/cTMed-mc-phi-sigma.R               |    2 
 R/cTMed-mc-phi.R                     |    2 
 R/cTMed-mc-total-central.R           |    2 
 R/cTMed-med-std.R                    |    2 
 R/cTMed-med.R                        |    2 
 R/cTMed-plot-beta-ci-dot.R           |    2 
 R/cTMed-plot-central-ci-dot.R        |    2 
 R/cTMed-plot-central-dot.R           |    2 
 R/cTMed-plot-med-ci-dot.R            |    2 
 R/cTMed-plot-med-dot.R               |    2 
 R/cTMed-plot-trajectory-dot.R        |    2 
 R/cTMed-posterior-beta.R             |    8 +
 R/cTMed-posterior-indirect-central.R |    2 
 R/cTMed-posterior-med.R              |    2 
 R/cTMed-posterior-total-central.R    |    2 
 R/cTMed-total-central.R              |    2 
 R/cTMed-total-std.R                  |    2 
 R/cTMed-total.R                      |    2 
 R/cTMed-trajectory.R                 |    2 
 inst/CITATION                        |   36 +++++--
 man/BootBeta.Rd                      |    4 
 man/BootBetaStd.Rd                   |    4 
 man/BootIndirectCentral.Rd           |    4 
 man/BootMed.Rd                       |    4 
 man/BootMedStd.Rd                    |    4 
 man/BootTotalCentral.Rd              |    4 
 man/DeltaBeta.Rd                     |    4 
 man/DeltaBetaStd.Rd                  |    4 
 man/DeltaIndirectCentral.Rd          |    4 
 man/DeltaMed.Rd                      |    4 
 man/DeltaMedStd.Rd                   |    4 
 man/DeltaTotalCentral.Rd             |    4 
 man/Direct.Rd                        |    4 
 man/DirectStd.Rd                     |    4 
 man/Indirect.Rd                      |    4 
 man/IndirectCentral.Rd               |    4 
 man/IndirectStd.Rd                   |    4 
 man/MCBeta.Rd                        |    4 
 man/MCBetaStd.Rd                     |    4 
 man/MCIndirectCentral.Rd             |    4 
 man/MCMed.Rd                         |    4 
 man/MCMedStd.Rd                      |    4 
 man/MCPhi.Rd                         |    4 
 man/MCPhiSigma.Rd                    |    4 
 man/MCTotalCentral.Rd                |    4 
 man/Med.Rd                           |    4 
 man/MedStd.Rd                        |    4 
 man/PosteriorBeta.Rd                 |   12 +-
 man/PosteriorIndirectCentral.Rd      |    4 
 man/PosteriorMed.Rd                  |    4 
 man/PosteriorTotalCentral.Rd         |    4 
 man/Total.Rd                         |    4 
 man/TotalCentral.Rd                  |    4 
 man/TotalStd.Rd                      |    4 
 man/Trajectory.Rd                    |    4 
 man/cTMed-package.Rd                 |   10 +-
 81 files changed, 265 insertions(+), 222 deletions(-)

More information about cTMed at CRAN
Permanent link

Package sorcering updated to version 1.2.1 with previous version 1.2.0 dated 2025-06-02

Title: Soil Organic Carbon and CN Ratio Driven Nitrogen Modelling Framework
Description: Can be used to model the fate of soil organic carbon and soil organic nitrogen and to calculate N mineralisation rates. Provides a framework that numerically solves differential equations of soil organic carbon models based on first-order kinetics and extends these models to include the nitrogen component. The name 'sorcering' is an acronym for 'Soil ORganic Carbon & CN Ratio drIven Nitrogen modellinG framework'.
Author: Marc Scherstjanoi [aut, cre], Rene Dechow [aut]
Maintainer: Marc Scherstjanoi <marc.scherstjanoi@thuenen.de>

Diff between sorcering versions 1.2.0 dated 2025-06-02 and 1.2.1 dated 2025-10-13

 DESCRIPTION            |    8 ++++----
 MD5                    |   14 +++++++-------
 NEWS.md                |    5 +++++
 build/partial.rdb      |binary
 build/sorcering.pdf    |binary
 build/stage23.rdb      |binary
 inst/doc/sorcering.pdf |binary
 src/sorcering.cpp      |   30 +++++++++++-------------------
 8 files changed, 27 insertions(+), 30 deletions(-)

More information about sorcering at CRAN
Permanent link

Package mintyr updated to version 0.1.1 with previous version 0.1.0 dated 2024-12-13

Title: Streamlined Data Processing Tools for Genomic Selection
Description: A toolkit for genomic selection in animal breeding with emphasis on multi-breed and multi-trait nested grouping operations. Streamlines iterative analysis workflows when working with 'ASReml-R' package. Includes utility functions for phenotypic data processing commonly used by animal breeders.
Author: Guo Meng [aut, cre], Guo Meng [cph]
Maintainer: Guo Meng <tony2015116@163.com>

Diff between mintyr versions 0.1.0 dated 2024-12-13 and 0.1.1 dated 2025-10-13

 mintyr-0.1.0/mintyr/R/data.R                          |only
 mintyr-0.1.0/mintyr/R/fires.R                         |only
 mintyr-0.1.0/mintyr/R/nedaps.R                        |only
 mintyr-0.1.0/mintyr/data                              |only
 mintyr-0.1.0/mintyr/man/fire.Rd                       |only
 mintyr-0.1.0/mintyr/man/fires.Rd                      |only
 mintyr-0.1.0/mintyr/man/nedap.Rd                      |only
 mintyr-0.1.0/mintyr/man/nedaps.Rd                     |only
 mintyr-0.1.1/mintyr/DESCRIPTION                       |   15 
 mintyr-0.1.1/mintyr/MD5                               |   38 
 mintyr-0.1.1/mintyr/NAMESPACE                         |    5 
 mintyr-0.1.1/mintyr/NEWS.md                           |    6 
 mintyr-0.1.1/mintyr/R/export_nest.R                   |  374 +++-
 mintyr-0.1.1/mintyr/R/import_csv.R                    |   75 
 mintyr-0.1.1/mintyr/README.md                         |   35 
 mintyr-0.1.1/mintyr/inst/doc/get-started.R            |   12 
 mintyr-0.1.1/mintyr/inst/doc/get-started.Rmd          |   25 
 mintyr-0.1.1/mintyr/inst/doc/get-started.html         | 1436 ++++++++----------
 mintyr-0.1.1/mintyr/man/export_nest.Rd                |  143 +
 mintyr-0.1.1/mintyr/man/figures/cheatsheet.svg        |only
 mintyr-0.1.1/mintyr/man/import_csv.Rd                 |   46 
 mintyr-0.1.1/mintyr/tests/testthat/test-export_nest.R |  135 +
 mintyr-0.1.1/mintyr/tests/testthat/test-import_csv.R  |   70 
 mintyr-0.1.1/mintyr/vignettes/get-started.Rmd         |   25 
 24 files changed, 1357 insertions(+), 1083 deletions(-)

More information about mintyr at CRAN
Permanent link

Package virtualspecies updated to version 1.6.1 with previous version 1.6 dated 2023-09-26

Title: Generation of Virtual Species Distributions
Description: Provides a framework for generating virtual species distributions, a procedure increasingly used in ecology to improve species distribution models. This package integrates the existing methodological approaches with the objective of generating virtual species distributions with increased ecological realism.
Author: Boris Leroy [cre, aut], Christine N. Meynard [ctb], Celine Bellard [ctb], Franck Courchamp [ctb], Robin Delsol [ctb], Willson Gaul [ctb]
Maintainer: Boris Leroy <leroy.boris@gmail.com>

Diff between virtualspecies versions 1.6 dated 2023-09-26 and 1.6.1 dated 2025-10-13

 DESCRIPTION                   |   39 +++++++++++++++++++++++++++++++--------
 MD5                           |   30 +++++++++++++++---------------
 R/convertToPA.R               |    2 +-
 R/generateRandomSp.R          |    2 +-
 R/generateSpFromFun.R         |    2 +-
 R/generateSpFromPCA.R         |    2 +-
 R/limitDistribution.R         |    2 +-
 R/sampleOccurrences.R         |    2 +-
 R/virtualspecies-package.R    |    9 +++++----
 man/convertToPA.Rd            |    2 +-
 man/generateRandomSp.Rd       |    2 +-
 man/generateSpFromFun.Rd      |    2 +-
 man/generateSpFromPCA.Rd      |    2 +-
 man/limitDistribution.Rd      |    2 +-
 man/sampleOccurrences.Rd      |    2 +-
 man/virtualspecies-package.Rd |   16 +++++++++++++---
 16 files changed, 76 insertions(+), 42 deletions(-)

More information about virtualspecies at CRAN
Permanent link

Package styler updated to version 1.11.0 with previous version 1.10.3 dated 2024-04-07

Title: Non-Invasive Pretty Printing of R Code
Description: Pretty-prints R code without changing the user's formatting intent.
Author: Kirill Mueller [aut] , Lorenz Walthert [cre, aut], Indrajeet Patil [aut]
Maintainer: Lorenz Walthert <lorenz.walthert@icloud.com>

Diff between styler versions 1.10.3 dated 2024-04-07 and 1.11.0 dated 2025-10-13

 styler-1.10.3/styler/man/calls_sys.Rd                                                                 |only
 styler-1.10.3/styler/man/extend_if_comment.Rd                                                         |only
 styler-1.10.3/styler/man/generate_test_samples.Rd                                                     |only
 styler-1.10.3/styler/man/is_double_indent_function_declaration.Rd                                     |only
 styler-1.10.3/styler/man/set_arg_write_tree.Rd                                                        |only
 styler-1.10.3/styler/man/set_space_around_op.Rd                                                       |only
 styler-1.10.3/styler/man/unindent_fun_dec.Rd                                                          |only
 styler-1.10.3/styler/man/wrap_if_else_while_for_fun_multi_line_in_curly.Rd                            |only
 styler-1.10.3/styler/tests/testthat/indention_multiple/curly_and_round_in_tree                        |only
 styler-1.11.0/styler/DESCRIPTION                                                                      |   26 
 styler-1.11.0/styler/MD5                                                                              |  377 +++++-----
 styler-1.11.0/styler/NEWS.md                                                                          |  117 ++-
 styler-1.11.0/styler/R/addins.R                                                                       |    4 
 styler-1.11.0/styler/R/communicate.R                                                                  |    9 
 styler-1.11.0/styler/R/compat-dplyr.R                                                                 |   12 
 styler-1.11.0/styler/R/detect-alignment-utils.R                                                       |    2 
 styler-1.11.0/styler/R/environments.R                                                                 |   10 
 styler-1.11.0/styler/R/io.R                                                                           |    6 
 styler-1.11.0/styler/R/options.R                                                                      |only
 styler-1.11.0/styler/R/parse.R                                                                        |   37 
 styler-1.11.0/styler/R/roxygen-examples-find.R                                                        |   11 
 styler-1.11.0/styler/R/roxygen-examples-parse.R                                                       |    4 
 styler-1.11.0/styler/R/rules-indention.R                                                              |   22 
 styler-1.11.0/styler/R/rules-line-breaks.R                                                            |  128 ++-
 styler-1.11.0/styler/R/rules-spaces.R                                                                 |   25 
 styler-1.11.0/styler/R/rules-tokens.R                                                                 |    4 
 styler-1.11.0/styler/R/set-assert-args.R                                                              |   16 
 styler-1.11.0/styler/R/style-guides.R                                                                 |   46 -
 styler-1.11.0/styler/R/testing.R                                                                      |   54 -
 styler-1.11.0/styler/R/token-define.R                                                                 |    3 
 styler-1.11.0/styler/R/transform-code.R                                                               |   17 
 styler-1.11.0/styler/R/transform-files.R                                                              |   20 
 styler-1.11.0/styler/R/ui-caching.R                                                                   |    3 
 styler-1.11.0/styler/R/ui-styling.R                                                                   |    3 
 styler-1.11.0/styler/R/utils-cache.R                                                                  |    8 
 styler-1.11.0/styler/R/utils-navigate-nest.R                                                          |   17 
 styler-1.11.0/styler/R/utils.R                                                                        |   20 
 styler-1.11.0/styler/R/visit.R                                                                        |    5 
 styler-1.11.0/styler/R/zzz.R                                                                          |    2 
 styler-1.11.0/styler/README.md                                                                        |    3 
 styler-1.11.0/styler/build/vignette.rds                                                               |binary
 styler-1.11.0/styler/inst/doc/caching.R                                                               |   12 
 styler-1.11.0/styler/inst/doc/caching.html                                                            |    4 
 styler-1.11.0/styler/inst/doc/customizing_styler.R                                                    |   14 
 styler-1.11.0/styler/inst/doc/customizing_styler.Rmd                                                  |    2 
 styler-1.11.0/styler/inst/doc/customizing_styler.html                                                 |   47 -
 styler-1.11.0/styler/inst/doc/detect-alignment.R                                                      |  204 ++---
 styler-1.11.0/styler/inst/doc/detect-alignment.html                                                   |    4 
 styler-1.11.0/styler/inst/doc/distribute_custom_style_guides.Rmd                                      |   14 
 styler-1.11.0/styler/inst/doc/distribute_custom_style_guides.html                                     |   27 
 styler-1.11.0/styler/inst/doc/remove_rules.html                                                       |   92 +-
 styler-1.11.0/styler/inst/doc/strict.Rmd                                                              |    3 
 styler-1.11.0/styler/inst/doc/strict.html                                                             |    8 
 styler-1.11.0/styler/inst/doc/styler.html                                                             |    4 
 styler-1.11.0/styler/inst/doc/third-party-integrations.Rmd                                            |    2 
 styler-1.11.0/styler/inst/doc/third-party-integrations.html                                           |    4 
 styler-1.11.0/styler/man/cache_make_key.Rd                                                            |    2 
 styler-1.11.0/styler/man/is_single_indent_function_declaration.Rd                                     |only
 styler-1.11.0/styler/man/parser_version_set.Rd                                                        |    5 
 styler-1.11.0/styler/man/set_line_break_around_curly_curly.Rd                                         |    4 
 styler-1.11.0/styler/man/set_line_break_before_curly_opening.Rd                                       |    6 
 styler-1.11.0/styler/man/set_space_around_operator.Rd                                                 |only
 styler-1.11.0/styler/man/styler-package.Rd                                                            |    6 
 styler-1.11.0/styler/man/styler_options.Rd                                                            |only
 styler-1.11.0/styler/man/test_collection.Rd                                                           |    6 
 styler-1.11.0/styler/man/transform_and_check.Rd                                                       |    6 
 styler-1.11.0/styler/man/unindent_function_declaration.Rd                                             |only
 styler-1.11.0/styler/man/update_indention_ref.Rd                                                      |    6 
 styler-1.11.0/styler/man/wrap_if_else_while_for_function_multi_line_in_curly.Rd                       |only
 styler-1.11.0/styler/tests/testthat/alignment/named-out.R                                             |    1 
 styler-1.11.0/styler/tests/testthat/curly-curly/mixed-in.R                                            |   40 +
 styler-1.11.0/styler/tests/testthat/curly-curly/mixed-out.R                                           |   28 
 styler-1.11.0/styler/tests/testthat/fun_dec/line_break_fun_dec-out.R                                  |    7 
 styler-1.11.0/styler/tests/testthat/indention_curly_brackets/custom-out.R                             |    1 
 styler-1.11.0/styler/tests/testthat/indention_curly_brackets/multi_line_curly_only-in.R               |   10 
 styler-1.11.0/styler/tests/testthat/indention_curly_brackets/multi_line_curly_only-out.R              |   12 
 styler-1.11.0/styler/tests/testthat/indention_curly_brackets/multi_line_curly_while_for_if_fun-in.R   |   15 
 styler-1.11.0/styler/tests/testthat/indention_curly_brackets/multi_line_curly_while_for_if_fun-out.R  |    8 
 styler-1.11.0/styler/tests/testthat/indention_multiple/edge_strict_mixed-out.R                        |    3 
 styler-1.11.0/styler/tests/testthat/indention_operators/dollar_R6-in.R                                |    4 
 styler-1.11.0/styler/tests/testthat/indention_operators/dollar_R6-out.R                               |    4 
 styler-1.11.0/styler/tests/testthat/indention_operators/eq_formals_complex_indention-out.R            |   30 
 styler-1.11.0/styler/tests/testthat/indention_operators/eq_formals_complex_tokens-out.R               |   43 -
 styler-1.11.0/styler/tests/testthat/indention_operators/eq_sub_complex_indention-out.R                |    4 
 styler-1.11.0/styler/tests/testthat/indention_round_brackets/arithmetic_start-in.R                    |   13 
 styler-1.11.0/styler/tests/testthat/indention_round_brackets/arithmetic_start-out.R                   |   10 
 styler-1.11.0/styler/tests/testthat/indention_round_brackets/multi_line-random-in.R                   |   13 
 styler-1.11.0/styler/tests/testthat/indention_round_brackets/multi_line-random-out.R                  |   10 
 styler-1.11.0/styler/tests/testthat/indention_square_brackets/square_brackets_double_line_break-in.R  |   23 
 styler-1.11.0/styler/tests/testthat/indention_square_brackets/square_brackets_double_line_break-out.R |   15 
 styler-1.11.0/styler/tests/testthat/indention_square_brackets/square_brackets_line_break-in.R         |   41 +
 styler-1.11.0/styler/tests/testthat/indention_square_brackets/square_brackets_line_break-out.R        |   26 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/assignment-in.R                             |    3 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/assignment-out.R                            |    5 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/base-pipe-line-breaks-in.R                  |   12 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/base-pipe-line-breaks-out.R                 |    8 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/braces-fun-calls2-out.R                     |   28 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/comma-in.R                                  |   11 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/comma-out.R                                 |    8 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/curly-in.R                                  |   18 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/curly-out.R                                 |   15 
 styler-1.11.0/styler/tests/testthat/line_breaks_and_other/ggplot2-in.R                                |    1 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/blank-non-strict-out.R                       |    2 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/blank-strict-out.R                           |    1 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/switch_ifelse_etc_no_line_break-in.R         |    3 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/switch_ifelse_etc_no_line_break-out.R        |    4 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/token_dependent_complex_non_strict-out.R     |    3 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/token_dependent_complex_strict-out.R         |    3 
 styler-1.11.0/styler/tests/testthat/line_breaks_fun_call/token_dependent_mixed-out.R                  |    1 
 styler-1.11.0/styler/tests/testthat/line_breaks_top_level_exprs                                       |only
 styler-1.11.0/styler/tests/testthat/parse_comments/spinning_code_chunk_headers-out.R                  |    4 
 styler-1.11.0/styler/tests/testthat/parse_comments/with_indention-out.R                               |    2 
 styler-1.11.0/styler/tests/testthat/public-api/xyz-r-and-rmd-dir/subdir/random-script-in-sub-dir.R    |    3 
 styler-1.11.0/styler/tests/testthat/public-api/xyzdir/subdir/random-script-in-sub-dir.R               |    3 
 styler-1.11.0/styler/tests/testthat/rmd/r_and_non_r_code_chunks-in.Rmd                                |    8 
 styler-1.11.0/styler/tests/testthat/rmd/r_and_non_r_code_chunks-out.Rmd                               |    8 
 styler-1.11.0/styler/tests/testthat/roxygen-examples-complete/13-empty-lines-in.R                     |   10 
 styler-1.11.0/styler/tests/testthat/roxygen-examples-complete/13-empty-lines-out.R                    |   12 
 styler-1.11.0/styler/tests/testthat/roxygen-examples-complete/26-empty-trailing-lines-out.R           |    1 
 styler-1.11.0/styler/tests/testthat/roxygen-examples-complete/30-multiple-empty-lines-between-in.R    |only
 styler-1.11.0/styler/tests/testthat/roxygen-examples-complete/30-multiple-empty-lines-between-out.R   |only
 styler-1.11.0/styler/tests/testthat/spacing/dollar-in.R                                               |only
 styler-1.11.0/styler/tests/testthat/spacing/dollar-out.R                                              |only
 styler-1.11.0/styler/tests/testthat/spacing/round_curly-out.R                                         |    6 
 styler-1.11.0/styler/tests/testthat/strict/non_strict-out.R                                           |   12 
 styler-1.11.0/styler/tests/testthat/strict/strict-out.R                                               |   12 
 styler-1.11.0/styler/tests/testthat/test-curly-curly.R                                                |    4 
 styler-1.11.0/styler/tests/testthat/test-detect-alignment.R                                           |    6 
 styler-1.11.0/styler/tests/testthat/test-escaping.R                                                   |    4 
 styler-1.11.0/styler/tests/testthat/test-fun_dec.R                                                    |    8 
 styler-1.11.0/styler/tests/testthat/test-helpers.R                                                    |    5 
 styler-1.11.0/styler/tests/testthat/test-indention_curly.R                                            |   24 
 styler-1.11.0/styler/tests/testthat/test-indention_fun_calls.R                                        |    4 
 styler-1.11.0/styler/tests/testthat/test-indention_multiple.R                                         |   32 
 styler-1.11.0/styler/tests/testthat/test-indention_operators.R                                        |   95 +-
 styler-1.11.0/styler/tests/testthat/test-indention_round_brackets.R                                   |   12 
 styler-1.11.0/styler/tests/testthat/test-insertion_comment_interaction.R                              |   24 
 styler-1.11.0/styler/tests/testthat/test-line_breaks_and_other.R                                      |   48 -
 styler-1.11.0/styler/tests/testthat/test-line_breaks_fun_call.R                                       |   40 -
 styler-1.11.0/styler/tests/testthat/test-line_breaks_top_level_exprs.R                                |only
 styler-1.11.0/styler/tests/testthat/test-math_token_spacing.R                                         |   16 
 styler-1.11.0/styler/tests/testthat/test-multiple_expressions.R                                       |    8 
 styler-1.11.0/styler/tests/testthat/test-parse_comments.R                                             |   44 -
 styler-1.11.0/styler/tests/testthat/test-parsing.R                                                    |   22 
 styler-1.11.0/styler/tests/testthat/test-relocate_eq_assign.R                                         |   16 
 styler-1.11.0/styler/tests/testthat/test-rmd.R                                                        |   32 
 styler-1.11.0/styler/tests/testthat/test-rnw.R                                                        |    8 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-01.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-02.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-03.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-04.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-05.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-06.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-07.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-08.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-09.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-10.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-11.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-12.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-13.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-14.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-15.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-16.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-17.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-18.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-19.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-20.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-21.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-22.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-24.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-25.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-26.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-27.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-28.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-29.R                               |    2 
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-complete-30.R                               |only
 styler-1.11.0/styler/tests/testthat/test-roxygen-examples-parse.R                                     |   13 
 styler-1.11.0/styler/tests/testthat/test-scope-AsIs.R                                                 |   32 
 styler-1.11.0/styler/tests/testthat/test-scope-character.R                                            |   20 
 styler-1.11.0/styler/tests/testthat/test-spacing.R                                                    |   51 -
 styler-1.11.0/styler/tests/testthat/test-square_brackets.R                                            |    4 
 styler-1.11.0/styler/tests/testthat/test-start_line.R                                                 |    4 
 styler-1.11.0/styler/tests/testthat/test-strict.R                                                     |   16 
 styler-1.11.0/styler/tests/testthat/test-stylerignore.R                                               |   20 
 styler-1.11.0/styler/tests/testthat/test-tidyeval.R                                                   |   12 
 styler-1.11.0/styler/tests/testthat/test-token_adding_removing.R                                      |   44 -
 styler-1.11.0/styler/tests/testthat/test-transformers-drop.R                                          |    2 
 styler-1.11.0/styler/tests/testthat/test-unary.R                                                      |   12 
 styler-1.11.0/styler/tests/testthat/test-unindention.R                                                |   12 
 styler-1.11.0/styler/tests/testthat/test-unindention_regex.R                                          |    8 
 styler-1.11.0/styler/tests/testthat/token_adding_removing/mixed_token-out.R                           |    1 
 styler-1.11.0/styler/tests/testthat/unindention/mixed-double-out.R                                    |   32 
 styler-1.11.0/styler/vignettes/customizing_styler.Rmd                                                 |    2 
 styler-1.11.0/styler/vignettes/distribute_custom_style_guides.Rmd                                     |   14 
 styler-1.11.0/styler/vignettes/strict.Rmd                                                             |    3 
 styler-1.11.0/styler/vignettes/third-party-integrations.Rmd                                           |    2 
 196 files changed, 1652 insertions(+), 1221 deletions(-)

More information about styler at CRAN
Permanent link

Package shapviz updated to version 0.10.3 with previous version 0.10.2 dated 2025-07-17

Title: SHAP Visualizations
Description: Visualizations for SHAP (SHapley Additive exPlanations), such as waterfall plots, force plots, various types of importance plots, dependence plots, and interaction plots. These plots act on a 'shapviz' object created from a matrix of SHAP values and a corresponding feature dataset. Wrappers for the R packages 'xgboost', 'lightgbm', 'fastshap', 'shapr', 'h2o', 'treeshap', 'DALEX', and 'kernelshap' are added for convenience. By separating visualization and computation, it is possible to display factor variables in graphs, even if the SHAP values are calculated by a model that requires numerical features. The plots are inspired by those provided by the 'shap' package in Python, but there is no dependency on it.
Author: Michael Mayer [aut, cre], Adrian Stando [ctb]
Maintainer: Michael Mayer <mayermichael79@gmail.com>

Diff between shapviz versions 0.10.2 dated 2025-07-17 and 0.10.3 dated 2025-10-13

 DESCRIPTION                   |    6 +++---
 MD5                           |   22 +++++++++++-----------
 NEWS.md                       |    6 ++++++
 R/sv_force.R                  |    2 +-
 R/sv_importance.R             |   10 ++++------
 R/sv_interaction.R            |    6 ++----
 R/sv_waterfall.R              |    2 +-
 build/vignette.rds            |binary
 inst/doc/basic_use.html       |   23 ++++++++++++-----------
 inst/doc/geographic.html      |   13 +++++++------
 inst/doc/multiple_output.html |   13 +++++++------
 inst/doc/tidymodels.html      |    5 +++--
 12 files changed, 57 insertions(+), 51 deletions(-)

More information about shapviz at CRAN
Permanent link

Package omopgenerics updated to version 1.3.2 with previous version 1.3.1 dated 2025-09-18

Title: Methods and Classes for the OMOP Common Data Model
Description: Provides definitions of core classes and methods used by analytic pipelines that query the OMOP (Observational Medical Outcomes Partnership) common data model.
Author: Marti Catala [aut, cre] , Edward Burn [aut] , Mike Du [ctb] , Yuchen Guo [ctb] , Adam Black [ctb] , Marta Alcalde-Herraiz [ctb]
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>

Diff between omopgenerics versions 1.3.1 dated 2025-09-18 and 1.3.2 dated 2025-10-13

 DESCRIPTION                                     |   10 
 MD5                                             |   38 -
 NAMESPACE                                       |    1 
 NEWS.md                                         |   10 
 R/classConceptSetExpression.R                   |   35 
 R/cohortCodelist.R                              |   94 +-
 R/columns.R                                     |    3 
 R/compute.R                                     |   38 -
 R/exportSummarisedResult.R                      |   25 
 R/logger.R                                      |   95 ++
 R/validate.R                                    |   23 
 README.md                                       |   67 -
 inst/doc/cohorts.html                           |    9 
 inst/doc/logging.html                           |   52 -
 inst/doc/summarised_result.html                 |  894 +++++++++++-------------
 man/cohortCodelist.Rd                           |   13 
 man/exportSummarisedResult.Rd                   |    9 
 tests/testthat/test-classConceptSetExpression.R |   10 
 tests/testthat/test-cohortCodelist.R            |   73 +
 tests/testthat/test-logger.R                    |   29 
 20 files changed, 923 insertions(+), 605 deletions(-)

More information about omopgenerics at CRAN
Permanent link

Package hyperSpec updated to version 0.100.3 with previous version 0.100.2 dated 2024-05-01

Title: Work with Hyperspectral Data, i.e. Spectra + Meta Information (Spatial, Time, Concentration, ...)
Description: Comfortable ways to work with hyperspectral data sets. I.e. spatially or time-resolved spectra, or spectra with any other kind of information associated with each of the spectra. The spectra can be data as obtained in XRF, UV/VIS, Fluorescence, AES, NIR, IR, Raman, NMR, MS, etc. More generally, any data that is recorded over a discretized variable, e.g. absorbance = f(wavelength), stored as a vector of absorbance values for discrete wavelengths is suitable.
Author: Claudia Beleites [aut, cre, dtc] , Valter Sergo [aut], Alois Bonifacio [ctb, dtc], Marcel Dahms [ctb], Bjoern Egert [ctb], Simon Fuller [ctb], Vilmantas Gegzna [aut], Rustam Guliev [ctb], Bryan A. Hanson [ctb], Michael Hermes [ctb], Martin Kammer [dtc [...truncated...]
Maintainer: Claudia Beleites <Claudia.Beleites@chemometrix.gmbh>

Diff between hyperSpec versions 0.100.2 dated 2024-05-01 and 0.100.3 dated 2025-10-13

 hyperSpec-0.100.2/hyperSpec/tests/testthat/_snaps    |only
 hyperSpec-0.100.3/hyperSpec/DESCRIPTION              |   14 ++--
 hyperSpec-0.100.3/hyperSpec/MD5                      |   60 +++++++------------
 hyperSpec-0.100.3/hyperSpec/R/all.equal.R            |    8 +-
 hyperSpec-0.100.3/hyperSpec/R/decomposition.R        |    2 
 hyperSpec-0.100.3/hyperSpec/R/extract.R              |    2 
 hyperSpec-0.100.3/hyperSpec/R/hyperspec-package.R    |    3 
 hyperSpec-0.100.3/hyperSpec/R/map.sel.poly.R         |    4 -
 hyperSpec-0.100.3/hyperSpec/R/read.ENVI.R            |    4 -
 hyperSpec-0.100.3/hyperSpec/R/read.jdx.R             |    2 
 hyperSpec-0.100.3/hyperSpec/R/read.txt.Witec.R       |    5 -
 hyperSpec-0.100.3/hyperSpec/R/split.string.R         |    2 
 hyperSpec-0.100.3/hyperSpec/build/vignette.rds       |binary
 hyperSpec-0.100.3/hyperSpec/inst/doc/hyperSpec.html  |   33 ++--------
 hyperSpec-0.100.3/hyperSpec/man/Comparison.Rd        |    2 
 hyperSpec-0.100.3/hyperSpec/man/extractreplace.Rd    |    2 
 hyperSpec-0.100.3/hyperSpec/man/hyperSpec-package.Rd |    2 
 hyperSpec-0.100.3/hyperSpec/man/map-sel-poly.Rd      |    4 -
 hyperSpec-0.100.3/hyperSpec/man/plotspc.Rd           |    2 
 hyperSpec-0.100.3/hyperSpec/man/qplotmix.Rd          |    4 -
 hyperSpec-0.100.3/hyperSpec/man/read.ENVI.Rd         |    6 -
 hyperSpec-0.100.3/hyperSpec/man/read.spe.Rd          |    6 -
 hyperSpec-0.100.3/hyperSpec/man/read.txt.Witec.Rd    |    4 -
 hyperSpec-0.100.3/hyperSpec/man/textio.Rd            |    4 -
 hyperSpec-0.100.3/hyperSpec/man/wlconv.Rd            |   42 ++++++-------
 25 files changed, 90 insertions(+), 127 deletions(-)

More information about hyperSpec at CRAN
Permanent link

Package hstats updated to version 1.2.2 with previous version 1.2.1 dated 2024-08-17

Title: Interaction Statistics
Description: Fast, model-agnostic implementation of different H-statistics introduced by Jerome H. Friedman and Bogdan E. Popescu (2008) <doi:10.1214/07-AOAS148>. These statistics quantify interaction strength per feature, feature pair, and feature triple. The package supports multi-output predictions and can account for case weights. In addition, several variants of the original statistics are provided. The shape of the interactions can be explored through partial dependence plots or individual conditional expectation plots. 'DALEX' explainers, meta learners ('mlr3', 'tidymodels', 'caret') and most other models work out-of-the-box.
Author: Michael Mayer [aut, cre] , Przemyslaw Biecek [ctb]
Maintainer: Michael Mayer <mayermichael79@gmail.com>

Diff between hstats versions 1.2.1 dated 2024-08-17 and 1.2.2 dated 2025-10-13

 hstats-1.2.1/hstats/R/h2.R                              |only
 hstats-1.2.1/hstats/R/h2_overall.R                      |only
 hstats-1.2.1/hstats/R/h2_pairwise.R                     |only
 hstats-1.2.1/hstats/R/h2_threeway.R                     |only
 hstats-1.2.2/hstats/DESCRIPTION                         |   12 
 hstats-1.2.2/hstats/MD5                                 |   33 +-
 hstats-1.2.2/hstats/NEWS.md                             |   14 +
 hstats-1.2.2/hstats/R/H2.R                              |only
 hstats-1.2.2/hstats/R/H2_overall.R                      |only
 hstats-1.2.2/hstats/R/H2_pairwise.R                     |only
 hstats-1.2.2/hstats/R/H2_threeway.R                     |only
 hstats-1.2.2/hstats/R/hstats.R                          |    2 
 hstats-1.2.2/hstats/R/pd_raw.R                          |   96 ++++---
 hstats-1.2.2/hstats/R/utils_statistics.R                |    2 
 hstats-1.2.2/hstats/README.md                           |   62 +++-
 hstats-1.2.2/hstats/man/figures/tidymodels_h_abs.svg    |only
 hstats-1.2.2/hstats/man/figures/tidymodels_pdp.svg      |only
 hstats-1.2.2/hstats/man/figures/tidymodels_perm_imp.svg |only
 hstats-1.2.2/hstats/man/h2.Rd                           |    2 
 hstats-1.2.2/hstats/man/h2_overall.Rd                   |    2 
 hstats-1.2.2/hstats/man/h2_pairwise.Rd                  |    2 
 hstats-1.2.2/hstats/man/h2_threeway.Rd                  |    2 
 hstats-1.2.2/hstats/tests/testthat/test_partial_dep.R   |  199 ++++++++++------
 23 files changed, 272 insertions(+), 156 deletions(-)

More information about hstats at CRAN
Permanent link

Package GoodFibes updated to version 0.1.12 with previous version 0.1.10 dated 2023-08-18

Title: Detection and Reconstruction of Muscle Fibers from diceCT Image Data
Description: Reconstruction of muscle fibers from image stacks using textural analysis. Includes functions for tracking, smoothing, cleaning, plotting and exporting muscle fibers. Also calculates basic fiber properties (e.g., length and curvature).
Author: Jessica Arbour [aut, cre]
Maintainer: Jessica Arbour <jessica.arbour@mtsu.edu>

Diff between GoodFibes versions 0.1.10 dated 2023-08-18 and 0.1.12 dated 2025-10-13

 DESCRIPTION        |   24 ++++++-----
 MD5                |   12 ++---
 NAMESPACE          |    2 
 R/crop.stack.R     |    2 
 R/fiber.angle.R    |  109 ++++++++++++++++++++++++++++++++---------------------
 build/partial.rdb  |binary
 man/fiber.angle.Rd |   17 +++++---
 7 files changed, 98 insertions(+), 68 deletions(-)

More information about GoodFibes at CRAN
Permanent link

Package kstIO updated to version 0.4-3 with previous version 0.4-2 dated 2025-04-04

Title: Knowledge Space Theory Input/Output
Description: Knowledge space theory by Doignon and Falmagne (1999) <doi:10.1007/978-3-642-58625-5> is a set- and order-theoretical framework which proposes mathematical formalisms to operationalize knowledge structures in a particular domain. The 'kstIO' package provides basic functionalities to read and write KST data from/to files to be used together with the 'kst', 'kstMatrix', 'CDSS', 'pks', or 'DAKS' packages.
Author: Cord Hockemeyer [aut, cre]
Maintainer: Cord Hockemeyer <cord.hockemeyer@uni-graz.at>

Diff between kstIO versions 0.4-2 dated 2025-04-04 and 0.4-3 dated 2025-10-13

 Changelog                |    5 ++++-
 DESCRIPTION              |    8 ++++----
 MD5                      |   22 +++++++++++-----------
 R/read_kbase.R           |    1 +
 R/read_kdata.R           |    1 +
 R/read_kfamset.R         |    1 +
 R/read_kspace.R          |    1 +
 R/read_kstructure.R      |    1 +
 R/read_surmisefunction.R |    3 ++-
 R/read_surmiserelation.R |    1 +
 build/vignette.rds       |binary
 inst/doc/kstIO.pdf       |binary
 12 files changed, 27 insertions(+), 17 deletions(-)

More information about kstIO at CRAN
Permanent link


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