Title: Analyzing Linear Trends in Species Occurrence Data
Description: Provides a comparative framework to detect species-specific spatial and
thermal responses to climate change using opportunistic occurrence data. Species
temporal trends in geographic position (via Earth-Centred Earth-Fixed vector
analysis) and environmental variables (temperature and elevation) are contrasted
against the overall trend of the complete dataset, allowing classification of
species into ecologically interpretable response categories. Approach described
in Lobo et al. (2023) <doi:10.1002/ece3.10674>.
Author: Mario Mingarro [aut, cre] ,
Emilio Garcia-Rosello [aut] ,
Jorge M. Lobo [aut]
Maintainer: Mario Mingarro <mario_mingarro@mncn.csic.es>
Diff between SppTrend versions 0.4 dated 2026-02-07 and 0.5 dated 2026-06-29
SppTrend-0.4/SppTrend/R/overall_trend.R |only SppTrend-0.4/SppTrend/R/spp_strategy.R |only SppTrend-0.4/SppTrend/R/spp_trend.R |only SppTrend-0.4/SppTrend/man/figures/E1.png |only SppTrend-0.4/SppTrend/man/figures/E2.png |only SppTrend-0.4/SppTrend/man/figures/E3.png |only SppTrend-0.4/SppTrend/man/figures/E4.png |only SppTrend-0.4/SppTrend/man/figures/E5.png |only SppTrend-0.4/SppTrend/man/figures/E6.png |only SppTrend-0.4/SppTrend/man/figures/E7.png |only SppTrend-0.4/SppTrend/man/overall_trend.Rd |only SppTrend-0.4/SppTrend/man/spp_strategy.Rd |only SppTrend-0.4/SppTrend/man/spp_trend.Rd |only SppTrend-0.4/SppTrend/tests/testthat/test-overall_trend.R |only SppTrend-0.4/SppTrend/tests/testthat/test-sp_strategy.R |only SppTrend-0.4/SppTrend/tests/testthat/test-spp_trend.R |only SppTrend-0.5/SppTrend/DESCRIPTION | 32 SppTrend-0.5/SppTrend/MD5 | 41 SppTrend-0.5/SppTrend/NAMESPACE | 31 SppTrend-0.5/SppTrend/R/SppTrend-package.R | 67 - SppTrend-0.5/SppTrend/R/get_elevation.R | 14 SppTrend-0.5/SppTrend/R/get_era5_tm.R | 16 SppTrend-0.5/SppTrend/R/spp_trend_environmental.R |only SppTrend-0.5/SppTrend/R/spp_trend_spatial.R |only SppTrend-0.5/SppTrend/R/utils-globals.R | 18 SppTrend-0.5/SppTrend/README.md | 453 +++------- SppTrend-0.5/SppTrend/man/SppTrend-package.Rd | 63 - SppTrend-0.5/SppTrend/man/figures/img_2.png |only SppTrend-0.5/SppTrend/man/get_elevation.Rd | 2 SppTrend-0.5/SppTrend/man/spp_trend_environmental.Rd |only SppTrend-0.5/SppTrend/man/spp_trend_spatial.Rd |only SppTrend-0.5/SppTrend/tests/testthat/test-spp_trend_environmental.R |only SppTrend-0.5/SppTrend/tests/testthat/test-spp_trend_spatial.R |only 33 files changed, 311 insertions(+), 426 deletions(-)
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
Description: Provides plotting utilities supporting packages in the 'easystats'
ecosystem (<https://github.com/easystats/easystats>) and some extra themes,
geoms, and scales for 'ggplot2'. Color scales are based on
<https://materialui.co/>.
References: Lüdecke et al. (2021) <doi:10.21105/joss.03393>.
Author: Daniel Luedecke [aut, cre] ,
Dominique Makowski [aut, inv] ,
Indrajeet Patil [aut] ,
Mattan S. Ben-Shachar [aut, ctb] ,
Brenton M. Wiernik [aut, ctb] ,
Remi Theriault [aut, ctb] ,
Philip Waggoner [aut, ctb] ,
Jeffrey R. Stevens [ctb] ,
Matthew Smith [ [...truncated...]
Maintainer: Daniel Luedecke <officialeasystats@gmail.com>
Diff between see versions 0.14.0 dated 2026-05-24 and 0.14.1 dated 2026-06-29
DESCRIPTION | 12 +- MD5 | 78 +++++++------- NAMESPACE | 4 NEWS.md | 22 +++- R/plot.check_dag.R | 11 ++ R/plot.check_model.R | 4 R/plot.check_overdisp.R | 2 R/plot.check_predictions.R | 2 R/plot.check_priors.R |only R/plot.estimate_density.R | 3 R/plot.means_by_group.R |only R/plot.parameters_brms_meta.R | 3 R/plot.parameters_pca_graph.R | 2 R/plot.parameters_sem.R | 120 ++++++++++++---------- R/plots.R | 10 + R/scale_color_colorhex.R | 37 +++--- build/partial.rdb |binary man/palette_colorhex.Rd | 15 +- man/plot.see_check_dag.Rd | 3 man/plot.see_check_priors.Rd |only man/plot.see_dw_groupmeans.Rd |only man/scale_color_colorhex.Rd | 19 +-- tests/testthat/test-check_model_theme.R |only tests/testthat/test-plot.check_dag.R | 5 tests/testthat/test-plot.check_normality.R | 2 tests/testthat/test-plot.check_outliers.R | 2 tests/testthat/test-plot.compare_parameters.R | 2 tests/testthat/test-plot.effectsize_table.R | 1 tests/testthat/test-plot.n_factors.R | 1 tests/testthat/test-plot.p_direction.R | 2 tests/testthat/test-plot.p_significance.R | 6 - tests/testthat/test-plot.parameters_model.R | 6 - tests/testthat/test-plot.performance_pp_check.R | 2 tests/testthat/test-plot.performance_roc.R | 1 tests/testthat/test-plot.simulate_parameters.R | 2 tests/testthat/test-scale_color_colorhex_c.R | 1 tests/testthat/test-vdiffr_bayestestr_plots.R | 1 tests/testthat/test-vdiffr_check_model.R | 57 +++------- tests/testthat/test-vdiffr_check_overdispersion.R |only tests/testthat/test-vdiffr_check_predictions.R | 34 +++++- tests/testthat/test-vdiffr_check_priors.R |only tests/testthat/test-vdiffr_geoms_coords.R | 2 tests/testthat/test-vdiffr_means_by_group.R |only tests/testthat/test-vdiffr_scale_color.R | 2 44 files changed, 294 insertions(+), 182 deletions(-)
Title: Record Linkage Based on an Entropy-Maximizing Classifier
Description: The goal of 'automatedRecLin' is to perform record linkage (also known as entity resolution) in unsupervised or supervised settings. It compares pairs of records from two datasets using selected comparison functions to estimate the probability or density ratio between matched and non-matched records. Based on these estimates, it predicts a set of matches that maximizes entropy. For details see: Lee et al. (2022) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2022001/article/00007-eng.htm>, Vo et al. (2023) <https://ideas.repec.org/a/eee/csdana/v179y2023ics0167947322002365.html>, Sugiyama et al. (2008) <doi:10.1007/s10463-008-0197-x>.
Author: Adam Struzik [aut, cre] ,
Maciej Beresewicz [aut, ctb]
Maintainer: Adam Struzik <adastr5@st.amu.edu.pl>
Diff between automatedRecLin versions 1.1.1 dated 2026-05-21 and 1.1.2 dated 2026-06-29
DESCRIPTION | 6 +- MD5 | 35 +++++++----- NAMESPACE | 1 NEWS.md | 10 +++ R/internals.R | 103 ++++++++++++++++++++++++++------------ R/join_records.R |only R/predict.R | 2 R/supervised_learning.R | 2 R/unsupervised_learning.R | 26 ++++++--- README.md | 10 +++ inst/doc/mec-blocking.R | 2 inst/doc/mec-blocking.Rmd | 2 inst/doc/mec-blocking.html | 2 inst/tinytest/test_join_records.R |only inst/tinytest/test_mec_blocking.R | 48 +++++++++++++++++ man/custom_rec_lin_model.Rd | 2 man/join_records.Rd |only man/mec_blocking.Rd | 13 ++-- man/predict.rec_lin_model.Rd | 2 vignettes/mec-blocking.Rmd | 2 20 files changed, 198 insertions(+), 70 deletions(-)
More information about automatedRecLin at CRAN
Permanent link
Title: Data Class and Tools for Handling Spatial-Temporal Data
Description: Data class for increased interoperability working with
spatial-temporal data together with corresponding functions and
methods (conversions, basic calculations and basic data manipulation).
The class distinguishes between spatial, temporal and other dimensions
to facilitate the development and interoperability of tools build for
it. Additional features are name-based addressing of data and internal
consistency checks (e.g. checking for the right data order in
calculations).
Author: Jan Philipp Dietrich [aut, cre] ,
Benjamin Leon Bodirsky [aut] ,
Markus Bonsch [aut],
Florian Humpenoeder [aut] ,
Stephen Bi [aut],
Kristine Karstens [aut] ,
Debbora Leip [aut] ,
Pascal Sauer [aut] ,
Lavinia Baumstark [ctb] ,
Christoph Bertram [ctb], [...truncated...]
Maintainer: Jan Philipp Dietrich <dietrich@pik-potsdam.de>
Diff between magclass versions 7.4.3 dated 2026-04-17 and 7.5.0 dated 2026-06-29
DESCRIPTION | 10 +- MD5 | 171 +++++++++++++++++++-------------------- NAMESPACE | 1 R/aperm.R |only README.md | 12 +- inst/doc/magclass-concept.html | 4 inst/doc/magclass-expansion.html | 4 inst/doc/magclass.html | 4 inst/doc/magclass6.html | 4 man/addDim.Rd | 14 +-- man/add_columns.Rd | 14 +-- man/add_dimension.Rd | 14 +-- man/aperm.magpie.Rd |only man/as.RasterBrick.Rd | 14 +-- man/as.SpatRaster.Rd | 14 +-- man/as.SpatRasterDataset.Rd | 14 +-- man/as.SpatVector.Rd | 14 +-- man/as.array-methods.Rd | 16 +-- man/as.data.frame-methods.Rd | 16 +-- man/as_tibble.magpie.Rd | 14 +-- man/cbind.magpie.Rd | 12 +- man/clean_magpie.Rd | 8 - man/colSums-methods.Rd | 4 man/collapseDim.Rd | 14 +-- man/collapseNames.Rd | 14 +-- man/commonYears.Rd | 8 - man/complete_magpie.Rd | 8 - man/convergence.Rd | 8 - man/copy.attributes.Rd | 8 - man/copy.magpie.Rd | 12 +- man/dimCode.Rd | 14 +-- man/dimExists.Rd | 18 ++-- man/dimOrder.Rd | 14 +-- man/dimReduce.Rd | 14 +-- man/dimSums.Rd | 2 man/extend.Rd | 12 +- man/fulldim.Rd | 18 ++-- man/getCPR.Rd | 24 ++--- man/getCells.Rd | 24 ++--- man/getComment.Rd | 24 ++--- man/getCoords.Rd | 24 ++--- man/getDim.Rd | 24 ++--- man/getItems.Rd | 24 ++--- man/getNames.Rd | 24 ++--- man/getRegionList.Rd | 24 ++--- man/getRegions.Rd | 24 ++--- man/getSets.Rd | 24 ++--- man/getYears.Rd | 24 ++--- man/guessResolution.Rd | 4 man/hasCoords.Rd | 18 ++-- man/hasSets.Rd | 18 ++-- man/head.magpie.Rd | 10 +- man/is.temporal.Rd | 18 ++-- man/isYear.Rd | 18 ++-- man/lowpass.Rd | 8 - man/magpie_expand.Rd | 12 +- man/magpiesort.Rd | 12 +- man/magpply.Rd | 8 - man/matchDim.Rd | 12 +- man/maxample.Rd | 10 +- man/mbind.Rd | 12 +- man/mcalc.Rd | 8 - man/mplot.Rd | 10 +- man/mselect.Rd | 8 - man/ncells.Rd | 18 ++-- man/ndim.Rd | 18 ++-- man/new.magpie.Rd | 8 - man/print.magpie.Rd | 10 +- man/read.magpie.Rd | 12 +- man/read.report.Rd | 12 +- man/replace_non_finite.Rd | 6 - man/rowSums-methods.Rd | 4 man/sameDims.Rd | 18 ++-- man/setItems.Rd | 24 ++--- man/setNames-methods.Rd | 26 ++--- man/show-methods.Rd | 12 +- man/spatRasterToDataset.Rd | 4 man/str.magpie.Rd | 10 +- man/time_interpolate.Rd | 8 - man/unitjoin.Rd | 6 - man/unitsplit.Rd | 6 - man/unwrap.Rd | 14 +-- man/where.Rd | 8 - man/wrap.Rd | 14 +-- man/write.magpie.Rd | 12 +- man/write.report.Rd | 12 +- man/write.report2.Rd | 12 +- tests/testthat/test-aperm.R |only 88 files changed, 635 insertions(+), 631 deletions(-)
Title: DBI Package for the DuckDB Database Management System
Description: The DuckDB project is an embedded analytical data management
system with support for the Structured Query Language (SQL). This
package includes all of DuckDB and an R Database Interface (DBI)
connector.
Author: Hannes Muehleisen [aut] ,
Mark Raasveldt [aut] ,
Kirill Mueller [cre] ,
Stichting DuckDB Foundation [cph],
Apache Software Foundation [cph],
PostgreSQL Global Development Group [cph],
The Regents of the University of California [cph],
Cameron Desrocher [...truncated...]
Maintainer: Kirill Mueller <kirill@cynkra.com>
Diff between duckdb versions 1.5.4.1 dated 2026-06-28 and 1.5.4.2 dated 2026-06-29
DESCRIPTION | 6 +++--- MD5 | 10 ++++++---- NEWS.md | 6 ++++++ R/extensions.R | 33 ++++++++++++++++++++++++++++++--- src/duckdb.tar.xz |binary tests/testthat/test-storage-cli-e2e.R |only tests/testthat/test-storage-home.R |only 7 files changed, 45 insertions(+), 10 deletions(-)
Title: Common String Format Validation
Description: Validates common string formats including financial
identifiers (ISIN, CUSIP, SEDOL, FIGI, IBAN, LEI), publication
identifiers (ISBN, ISSN, DOI, ORCID), and general formats (email,
UUID, URL, semver), with check digit verification where applicable.
Author: Maximilian Muecke [aut, cre]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>
Diff between checkstring versions 0.1.0 dated 2026-03-05 and 0.2.0 dated 2026-06-29
DESCRIPTION | 8 +- MD5 | 19 +++- NAMESPACE | 5 + NEWS.md | 7 + R/assertions.R | 4 + R/string.R | 167 +++++++++++++++++++++++++++++++++++++++++-- README.md | 4 + man/is_color_hex.Rd |only man/is_ipv6.Rd |only man/is_iso_date.Rd |only man/is_iso_datetime.Rd |only man/is_mime.Rd |only tests/testthat/test-string.R | 108 +++++++++++++++++++++++++++ 13 files changed, 308 insertions(+), 14 deletions(-)
Title: Client for the 'World Bank' APIs
Description: Download and search data from the 'World Bank' APIs,
including the 'Indicators' API, the 'Poverty and Inequality Platform
(PIP)' API, the 'Finances One' API, and the 'Projects' API. See
<https://datahelpdesk.worldbank.org/knowledgebase/articles/889386-developer-information-overview>
for further details.
Author: Maximilian Muecke [aut, cre]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>
Diff between worldbank versions 0.9.0 dated 2026-05-03 and 0.9.1 dated 2026-06-29
DESCRIPTION | 7 ++-- MD5 | 28 +++++++++---------- NAMESPACE | 1 NEWS.md | 4 ++ R/assertions.R | 2 - R/cache.R | 6 ++++ R/fone.R | 10 ++----- R/httr2.R | 5 +++ R/indicators.R | 40 +++++++++++----------------- R/pip.R | 55 ++++++++++----------------------------- R/projects.R | 2 - R/utils.R | 18 +++++------- R/worldbank-package.R | 1 man/cache.Rd | 6 ++++ tests/testthat/test-indicators.R | 7 ++++ 15 files changed, 93 insertions(+), 99 deletions(-)
Title: Tailored Knowledge Catalog
Description: Facilitate the management of data from knowledge
resources that are frequently used alone or together
in research environments.
In 'TKCat', knowledge resources are manipulated as modeled database (MDB)
objects. These objects provide access to the data tables along with a general
description of the resource and a detailed data model documenting the
tables, their fields and their relationships.
These MDBs are then gathered in catalogs that can be easily
explored and shared.
Finally, 'TKCat' provides tools to easily subset, filter and combine MDBs and
create new catalogs suited for specific needs.
Author: Patrice Godard [aut, cre, cph]
Maintainer: Patrice Godard <patrice.godard@gmail.com>
Diff between TKCat versions 1.2.1 dated 2026-05-19 and 1.2.2 dated 2026-06-29
DESCRIPTION | 6 +- MD5 | 14 +++--- NAMESPACE | 2 R/ClickHouse.R | 97 ++++++++++++++++++++++++++++++++++++++++++++ inst/doc/TKCat-KMR-POK.html | 4 - inst/doc/TKCat.html | 22 ++++----- inst/pkgdown.yml | 2 man/ch_join_query.Rd |only man/ch_union_query.Rd |only 9 files changed, 124 insertions(+), 23 deletions(-)
Title: Data Model for 'teal' Applications
Description: Provides a 'teal_data' class as a unified data model for
'teal' applications focusing on reproducibility and relational data.
Author: Dawid Kaledkowski [aut] ,
Aleksander Chlebowski [aut] ,
Marcin Kosinski [aut],
Andre Verissimo [aut] ,
Pawel Rucki [aut],
Mahmoud Hallal [aut],
Nikolas Burkoff [aut],
Maciej Nasinski [aut],
Konrad Pagacz [aut],
Junlue Zhao [aut],
Chendi Liao [rev],
D [...truncated...]
Maintainer: Dony Unardi <unardid@gene.com>
Diff between teal.data versions 0.8.0 dated 2025-08-19 and 0.8.1 dated 2026-06-29
DESCRIPTION | 20 ++++++++++---------- MD5 | 14 +++++++------- NEWS.md | 4 ++++ README.md | 14 -------------- build/vignette.rds |binary inst/doc/teal-data-reproducibility.html | 13 +++++++------ inst/doc/teal-data.html | 2 +- man/teal.data-package.Rd | 4 ++-- 8 files changed, 31 insertions(+), 40 deletions(-)
Title: Interactive Processing and Segmentation of Forest TLS
Point-Cloud Data
Description: Tools for the processing, segmentation, and analysis of terrestrial laser
scanning (TLS and MLS) forest point-cloud data. The package provides fast
voxel-based processing, classification of point clouds into forest
floor, understory, canopy, and woody components, and algorithms for
single-tree analysis and structural characterization. Methods are designed
to handle large and dense point-cloud datasets efficiently, supporting
applications in forest structure assessment, connectivity analysis, and
fire-risk evaluation. Input data are provided as '.xyz', '.txt', '.las', or '.laz' point-cloud files.
For methodological details, see Ferrara and Arrizza (2025)
<https://hdl.handle.net/20.500.14243/533471> and Ferrara et al. (2018)
<doi:10.1016/j.agrformet.2018.04.008>.
Author: Roberto Ferrara [aut, cre] ,
Stefano Arrizza [ctb]
Maintainer: Roberto Ferrara <roberto.ferrara@cnr.it>
Diff between PiC versions 3.3 dated 2026-06-27 and 3.3.1 dated 2026-06-29
DESCRIPTION | 6 MD5 | 10 NEWS.md | 18 R/Forest_seg_v3_3_9.r | 149 ++++++- README.md | 961 ++++++++++++++++---------------------------------- man/Forest_seg.Rd | 145 ++++++- 6 files changed, 589 insertions(+), 700 deletions(-)
Title: ISO 3166-1 Country Codes
Description: ISO 3166-1 country codes and ISO 4217 currency codes provided
by the International Organization for Standardization.
Author: Maximilian Muecke [aut, cre]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>
Diff between isocountry versions 0.6.0 dated 2026-02-05 and 0.6.1 dated 2026-06-29
DESCRIPTION | 9 +++++---- MD5 | 12 ++++++------ NEWS.md | 4 ++++ R/data.R | 2 +- data/isocountry.rda |binary data/isocurrency.rda |binary man/isocurrency.Rd | 2 +- 7 files changed, 17 insertions(+), 12 deletions(-)
Title: Client for the Ifo Institute Time Series
Description: Download ifo business survey data and more time series from
ifo institute <https://www.ifo.de/en/ifo-time-series>.
Author: Maximilian Muecke [aut, cre]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>
Diff between ifo versions 0.2.3 dated 2026-02-06 and 0.2.4 dated 2026-06-29
DESCRIPTION | 9 +++++---- MD5 | 16 ++++++++-------- NEWS.md | 4 ++++ R/ifo.R | 4 ++++ README.md | 6 +++--- man/figures/README-plotting-1.png |binary man/ifo-package.Rd | 5 +++++ man/ifo_climate.Rd | 3 +++ tests/testthat/test-ifo.R | 4 +++- 9 files changed, 35 insertions(+), 16 deletions(-)
Title: Point-and-Click GUI Client for 'dqcheckr'
Description: A graphical user interface for the 'dqcheckr' package. Provides a
point-and-click 'shiny' application for configuring dataset quality checks,
running them against recurring file deliveries, and browsing historical
check results — without writing any R code.
Author: Mick Mioduszewski [aut, cre]
Maintainer: Mick Mioduszewski <mick@mioduszewski.net>
Diff between dqcheckrGUI versions 0.1.0 dated 2026-06-24 and 0.2.0 dated 2026-06-29
DESCRIPTION | 14 +++-- MD5 | 41 ++++++++-------- NEWS.md | 65 ++++++++++++++++++++++++- R/dqcheckrGUI-package.R | 18 ++++++- R/run_app.R | 26 +++++++++- inst/app/R/server_global.R | 19 +++++-- inst/app/R/server_run.R | 17 ++++-- inst/app/R/server_wizard.R | 17 +++++- inst/app/R/ui_wizard.R | 3 - inst/app/app.R | 61 +++++++++++++++++++++-- inst/doc/dqcheckrGUI.R | 26 ++++++++++ inst/doc/dqcheckrGUI.Rmd | 92 +++++++++++++++++++++++++++++------- inst/doc/dqcheckrGUI.html | 97 ++++++++++++++++++++++++++------------ man/dqcheckrGUI-package.Rd |only man/run_app.Rd | 18 ++++++- tests/testthat/setup.R | 3 - tests/testthat/test-config-io.R | 2 tests/testthat/test-history.R | 4 - tests/testthat/test-ui-behavior.R | 11 ++++ tests/testthat/test-wizard-edit.R | 9 +++ tests/testthat/test-wizard-new.R | 5 + vignettes/dqcheckrGUI.Rmd | 92 +++++++++++++++++++++++++++++------- 22 files changed, 515 insertions(+), 125 deletions(-)
Title: Biological Entity Dictionary (BED)
Description: An interface for the 'Neo4j' database providing
mapping between different identifiers of biological entities.
This Biological Entity Dictionary (BED)
has been developed to address three main challenges.
The first one is related to the completeness of identifier mappings.
Indeed, direct mapping information provided by the different systems
are not always complete and can be enriched by mappings provided by other
resources.
More interestingly, direct mappings not identified by any of these
resources can be indirectly inferred by using mappings to a third reference.
For example, many human Ensembl gene ID are not directly mapped to any
Entrez gene ID but such mappings can be inferred using respective mappings
to HGNC ID. The second challenge is related to the mapping of deprecated
identifiers. Indeed, entity identifiers can change from one resource
release to another. The identifier history is provided by some resources,
such as Ensembl or the NCBI, but it is generally not used by mapping [...truncated...]
Author: Patrice Godard [aut, cre, cph]
Maintainer: Patrice Godard <patrice.godard@gmail.com>
Diff between BED versions 1.6.2 dated 2025-06-03 and 1.6.3 dated 2026-06-29
DESCRIPTION | 8 - MD5 | 16 +- R/beidsModule.R | 30 +++- R/searchBeid.R | 32 +++- build/vignette.rds |binary inst/doc/BED.html | 374 ++++++++++++++++++++++++++++------------------------- inst/pkgdown.yml | 6 man/beidsServer.Rd | 23 ++- man/searchBeid.Rd | 11 + 9 files changed, 293 insertions(+), 207 deletions(-)
Title: Comprehensive ARDL: Panel, Bootstrap and Fourier Methods
Description: A unified framework for Autoregressive Distributed Lag (ARDL) modeling
and cointegration analysis. Implements Panel ARDL with Pooled Mean Group (PMG),
Mean Group (MG), and Dynamic Fixed Effects (DFE) estimators following
Pesaran, Shin & Smith (1999) <doi:10.1002/jae.616>.
Provides bootstrap-based bounds testing per Pesaran, Shin & Smith (2001)
<doi:10.1002/jae.616>. Includes Quantile Nonlinear ARDL (QNARDL) combining
distributional and asymmetric effects based on Shin, Yu & Greenwood-Nimmo (2014)
<doi:10.1007/978-1-4899-8008-3_9>, and Fourier ARDL for modeling smooth
structural breaks following Enders & Lee (2012) <doi:10.1016/j.econlet.2012.05.019>.
Features include Augmented ARDL (AARDL) with deferred t and F tests,
Multiple-Threshold NARDL for complex asymmetries, Rolling/Recursive ARDL
for time-varying relationships, and Panel NARDL for nonlinear panel cointegration.
All methods include comprehensive diagnostics, publication-ready outputs,
an [...truncated...]
Author: Muhammad Abdullah Alkhalaf [aut, cre] ,
Merwan Roudane [ctb] ,
Yeleazar Levchenko [ctb] )
Maintainer: Muhammad Abdullah Alkhalaf <muhammedalkhalaf@gmail.com>
Diff between ardlverse versions 1.1.3 dated 2026-03-14 and 2.0.0 dated 2026-06-29
ardlverse-1.1.3/ardlverse/man/dot-compute_pmg_se.Rd |only ardlverse-1.1.3/ardlverse/man/dot-estimate_dfe.Rd |only ardlverse-1.1.3/ardlverse/man/dot-estimate_mg.Rd |only ardlverse-1.1.3/ardlverse/man/dot-estimate_mg_internal.Rd |only ardlverse-1.1.3/ardlverse/man/dot-estimate_pmg.Rd |only ardlverse-1.1.3/ardlverse/man/dot-prepare_ardl_data.Rd |only ardlverse-2.0.0/ardlverse/DESCRIPTION | 17 ardlverse-2.0.0/ardlverse/MD5 | 21 ardlverse-2.0.0/ardlverse/NAMESPACE | 3 ardlverse-2.0.0/ardlverse/NEWS.md |only ardlverse-2.0.0/ardlverse/R/panel_ardl.R | 1567 ++++------ ardlverse-2.0.0/ardlverse/inst |only ardlverse-2.0.0/ardlverse/man/hausman_test.Rd | 70 ardlverse-2.0.0/ardlverse/man/panel_ardl.Rd | 150 ardlverse-2.0.0/ardlverse/man/print.panel_ardl.Rd |only ardlverse-2.0.0/ardlverse/man/summary.panel_ardl.Rd |only ardlverse-2.0.0/ardlverse/tests/testthat/test-pmg-stata-parity.R |only 17 files changed, 885 insertions(+), 943 deletions(-)
Title: Columnar Query Engine for Larger-than-RAM Data
Description: A minimal columnar query engine with lazy execution on datasets
larger than RAM. Provides 'dplyr'-like verbs (filter(), select(), mutate(),
group_by(), summarise(), joins, window functions) and common aggregations
(n(), sum(), mean(), min(), max(), sd(), first(), last()) backed by a
pure C11 pull-based execution engine and a custom on-disk format ('.vtr').
Reads and writes 'GeoTIFF' (including tiled and 'BigTIFF' layouts) and a
tiled raster format ('.vec') with overview pyramids and time cubes for
larger-than-RAM raster data. Streams vector operations (spatial transforms,
point-in-polygon and nearest-feature joins including a two-sided
grid-partitioned join, select-by-location, clip, erase, dissolve,
rasterization, polygonization, and contouring) through 'sf', and runs raster
operations (zonal statistics, focal windows, terrain derivatives, resample or
reproject warp, polygon masking, map algebra, and mosaicking) in native C or
over the tiled '.vec' format, one batch or tile at a time [...truncated...]
Author: Gilles Colling [aut, cre, cph]
Maintainer: Gilles Colling <gilles.colling051@gmail.com>
Diff between vectra versions 0.7.1 dated 2026-06-11 and 0.9.1 dated 2026-06-29
DESCRIPTION | 22 +- MD5 | 129 ++++++++--- NAMESPACE | 22 ++ NEWS.md | 295 +++++++++++++++++++++++++++ R/spatial.R |only R/spatial_more.R |only R/verbs_utility.R | 54 ++++ R/windows.R | 27 ++ R/zzz.R | 1 README.md | 14 - build/vignette.rds |binary inst/AGENTS.md |only inst/doc/engine.html | 4 inst/doc/formats.html | 49 ++-- inst/doc/indexing.html | 10 inst/doc/joins.html | 4 inst/doc/large-data.html | 4 inst/doc/offload.html | 4 inst/doc/quickstart.R | 108 +++++++++ inst/doc/quickstart.Rmd | 177 +++++++++++++++- inst/doc/quickstart.html | 234 +++++++++++++++------ inst/doc/schema.html | 4 inst/doc/sdm.html | 4 inst/doc/spatial.R |only inst/doc/spatial.Rmd |only inst/doc/spatial.html |only inst/doc/streaming-spatial.R |only inst/doc/streaming-spatial.Rmd |only inst/doc/streaming-spatial.html |only inst/doc/string-ops.html | 4 man/collect_sf.Rd |only man/contours.Rd |only man/focal.Rd |only man/grid.Rd |only man/mask.Rd |only man/mosaic.Rd |only man/polygonize.Rd |only man/proximity.Rd |only man/rast_calc.Rd |only man/rasterize.Rd |only man/slice_head.Rd | 14 + man/spatial_clip.Rd |only man/spatial_dissolve.Rd |only man/spatial_filter.Rd |only man/spatial_join.Rd |only man/spatial_map.Rd |only man/spatial_overlay.Rd |only man/st_write.vectra_node.Rd |only man/terrain.Rd |only man/warp.Rd |only man/zonal.Rd |only src/builder.c | 24 ++ src/builder.h | 5 src/edt.c |only src/focal.c |only src/group_topn.c |only src/group_topn.h |only src/init.c | 69 ++++++ src/libgeos.c |only src/libgeos.h |only src/r_bridge.h | 1 src/r_bridge_core.c | 9 src/r_bridge_nodes.c | 35 +++ src/r_bridge_raster.c | 97 -------- src/rasterize.c |only src/vec_raster.c | 191 ++++++++++++++--- src/vec_raster.h | 28 ++ src/vtr_geos.c |only src/vtr_geos.h |only src/vtr_overlay.c |only src/vtr_spatial.c |only src/warp.c |only src/window.c | 81 +++++-- src/window.h | 3 tests/testthat/test-contours.R |only tests/testthat/test-focal.R |only tests/testthat/test-grouped-slice.R |only tests/testthat/test-ifelse-types.R |only tests/testthat/test-mask.R |only tests/testthat/test-mosaic.R |only tests/testthat/test-polygonize.R |only tests/testthat/test-proximity.R |only tests/testthat/test-rast-calc.R |only tests/testthat/test-rasterize.R |only tests/testthat/test-spatial-dissolve.R |only tests/testthat/test-spatial-filter-clip.R |only tests/testthat/test-spatial-join-nearest.R |only tests/testthat/test-spatial-join-partition.R |only tests/testthat/test-spatial-native.R |only tests/testthat/test-spatial-overlay.R |only tests/testthat/test-spatial.R |only tests/testthat/test-terrain.R |only tests/testthat/test-warp.R |only tests/testthat/test-zonal.R |only vignettes/quickstart.Rmd | 177 +++++++++++++++- vignettes/spatial.Rmd |only vignettes/streaming-spatial.Rmd |only 97 files changed, 1582 insertions(+), 322 deletions(-)
Title: Functions for Extracting and Merging Data in the 'teal'
Framework
Description: A standardized user interface for column selection, that
facilitates dataset merging in 'teal' framework.
Author: Dawid Kaledkowski [aut],
Dony Unardi [rev, cre],
Pawel Rucki [aut],
Mahmoud Hallal [aut],
Nikolas Burkoff [aut],
Maciej Nasinski [aut],
Konrad Pagacz [aut],
Junlue Zhao [aut],
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Dony Unardi <unardid@gene.com>
Diff between teal.transform versions 0.7.1 dated 2025-12-03 and 0.7.2 dated 2026-06-29
DESCRIPTION | 18 +- MD5 | 25 +-- NEWS.md | 6 R/column_functions.R | 3 R/get_merge_call.R | 18 +- README.md | 14 - build/vignette.rds |binary man/Queue.Rd | 216 ++++++++++++++------------- man/data_extract_ui.Rd | 2 man/reexports.Rd | 2 man/teal.transform-package.Rd | 3 tests/testthat/test-choices_selected.R | 17 ++ tests/testthat/test-column_functions.R |only tests/testthat/test-data_extract_datanames.R | 91 +++++++++++ 14 files changed, 267 insertions(+), 148 deletions(-)
More information about teal.transform at CRAN
Permanent link
Title: Reporting Tools for 'shiny' Modules
Description: Prebuilt 'shiny' modules containing tools for the generation
of 'rmarkdown' reports, supporting reproducible research and analysis.
Author: Dawid Kaledkowski [aut] ,
Kartikeya Kirar [aut] ,
Marcin Kosinski [aut],
Maciej Nasinski [aut],
Konrad Pagacz [aut],
Mahmoud Hallal [aut],
Chendi Liao [rev],
Dony Unardi [rev, cre],
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Dony Unardi <unardid@gene.com>
Diff between teal.reporter versions 0.6.1 dated 2026-02-20 and 0.6.2 dated 2026-06-29
DESCRIPTION | 20 MD5 | 14 NEWS.md | 4 build/vignette.rds |binary inst/doc/teal-report-class.html | 18 man/ReportCard.Rd | 674 ++++++++++++++++---------------- man/Reporter.Rd | 837 ++++++++++++++++++++-------------------- man/teal.reporter-package.Rd | 4 8 files changed, 798 insertions(+), 773 deletions(-)
Title: Dataset and Variable Picker and Merge Module for 'teal'
Applications
Description: Allows users to interactively select datasets, variables, and
values within 'teal' applications using a 'tidyselect'-style
interface. Selected picks can be merged and transformed into
analysis-ready data within 'teal' modules.
Author: Dawid Kaledkowski [aut] ,
Andre Verissimo [aut] ,
Marcin Kosinski [aut],
Lluis Revilla Sancho [aut] ,
Oriol Senan [aut] ,
Dony Unardi [rev, cre],
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Dony Unardi <unardid@gene.com>
Diff between teal.picks versions 0.1.0 dated 2026-05-19 and 0.2.0 dated 2026-06-29
DESCRIPTION | 18 ++++++++-------- MD5 | 24 +++++++++++----------- NEWS.md | 8 +++++++ R/picks.R | 32 +++++++++++++++++++++--------- R/ui_containers.R | 8 ++++--- inst/WORDLIST | 1 inst/badge-dropdown/script.js | 6 +++++ inst/badge-dropdown/style.css | 11 ++++++++-- inst/doc/teal-picks-in-teal.html | 4 +-- inst/doc/teal-picks-standalone-shiny.html | 4 +-- man/dot-pick.Rd | 4 ++- man/picks.Rd | 4 ++- tests/testthat/test-picks.R | 10 +++++++++ 13 files changed, 92 insertions(+), 42 deletions(-)
Title: Logging Setup for the 'teal' Family of Packages
Description: Utilizing the 'logger' framework to record events within a
package, specific to 'teal' family of packages. Supports logging
namespaces, hierarchical logging, various log destinations,
vectorization, and more.
Author: Dawid Kaledkowski [aut] ,
Dony Unardi [rev, cre],
Konrad Pagacz [aut],
F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Dony Unardi <unardid@gene.com>
Diff between teal.logger versions 0.4.1 dated 2025-12-02 and 0.4.2 dated 2026-06-29
DESCRIPTION | 20 ++++++++++++-------- MD5 | 18 +++++++++--------- NEWS.md | 5 +++++ README.md | 14 -------------- build/vignette.rds |binary inst/WORDLIST | 1 + inst/doc/teal-logger.Rmd | 2 +- inst/doc/teal-logger.html | 2 +- man/teal.logger-package.Rd | 3 ++- vignettes/teal-logger.Rmd | 2 +- 10 files changed, 32 insertions(+), 35 deletions(-)
Title: Code Storage and Execution Class for 'teal' Applications
Description: Introduction of 'qenv' S4 class, that facilitates code
execution and reproducibility in 'teal' applications.
Author: Dawid Kaledkowski [aut],
Aleksander Chlebowski [aut],
Marcin Kosinski [aut],
Pawel Rucki [aut],
Nikolas Burkoff [aut],
Mahmoud Hallal [aut],
Maciej Nasinski [aut],
Konrad Pagacz [aut],
Junlue Zhao [aut],
Chendi Liao [rev],
Dony Unardi [rev, cre],
F. [...truncated...]
Maintainer: Dony Unardi <unardid@gene.com>
Diff between teal.code versions 0.7.1 dated 2026-01-20 and 0.7.2 dated 2026-06-29
teal.code-0.7.1/teal.code/tests/testthat/Rplots.pdf |only teal.code-0.7.2/teal.code/DESCRIPTION | 20 teal.code-0.7.2/teal.code/MD5 | 143 teal.code-0.7.2/teal.code/NAMESPACE | 56 teal.code-0.7.2/teal.code/NEWS.md | 8 teal.code-0.7.2/teal.code/R/qenv-c.R | 212 - teal.code-0.7.2/teal.code/R/qenv-class.R | 130 teal.code-0.7.2/teal.code/R/qenv-concat.R | 98 teal.code-0.7.2/teal.code/R/qenv-constructor.R | 78 teal.code-0.7.2/teal.code/R/qenv-errors.R | 20 teal.code-0.7.2/teal.code/R/qenv-eval_code.R | 229 - teal.code-0.7.2/teal.code/R/qenv-extract.R | 106 teal.code-0.7.2/teal.code/R/qenv-get_code.R | 274 - teal.code-0.7.2/teal.code/R/qenv-get_env.R | 54 teal.code-0.7.2/teal.code/R/qenv-get_messages.r | 80 teal.code-0.7.2/teal.code/R/qenv-get_outputs.R | 62 teal.code-0.7.2/teal.code/R/qenv-get_var.R | 80 teal.code-0.7.2/teal.code/R/qenv-get_warnings.R | 80 teal.code-0.7.2/teal.code/R/qenv-join.R | 26 teal.code-0.7.2/teal.code/R/qenv-length.R | 10 teal.code-0.7.2/teal.code/R/qenv-show.R | 102 teal.code-0.7.2/teal.code/R/qenv-within.R | 142 teal.code-0.7.2/teal.code/R/teal.code-package.R | 22 teal.code-0.7.2/teal.code/R/utils-get_code_dependency.R | 1215 +++--- teal.code-0.7.2/teal.code/R/utils.R | 200 - teal.code-0.7.2/teal.code/README.md | 216 - teal.code-0.7.2/teal.code/build/vignette.rds |binary teal.code-0.7.2/teal.code/inst/WORDLIST | 10 teal.code-0.7.2/teal.code/inst/doc/qenv.R | 274 - teal.code-0.7.2/teal.code/inst/doc/qenv.Rmd | 438 +- teal.code-0.7.2/teal.code/inst/doc/qenv.html | 1292 +++--- teal.code-0.7.2/teal.code/inst/doc/teal-code.Rmd | 40 teal.code-0.7.2/teal.code/inst/doc/teal-code.html | 558 +- teal.code-0.7.2/teal.code/inst/pkgdown/_pkgdown.yml | 20 teal.code-0.7.2/teal.code/inst/pkgdown/templates/footer.html | 6 teal.code-0.7.2/teal.code/man/concat.Rd | 74 teal.code-0.7.2/teal.code/man/dev_suppress.Rd | 56 teal.code-0.7.2/teal.code/man/dot-check_joinable.Rd | 42 teal.code-0.7.2/teal.code/man/eval_code.Rd | 82 teal.code-0.7.2/teal.code/man/get_code.Rd | 226 - teal.code-0.7.2/teal.code/man/get_code_dependency.Rd | 74 teal.code-0.7.2/teal.code/man/get_env.Rd | 56 teal.code-0.7.2/teal.code/man/get_messages.Rd | 60 teal.code-0.7.2/teal.code/man/get_outputs.Rd | 66 teal.code-0.7.2/teal.code/man/get_var.Rd | 46 teal.code-0.7.2/teal.code/man/get_warn_message_util.Rd | 40 teal.code-0.7.2/teal.code/man/get_warnings.Rd | 60 teal.code-0.7.2/teal.code/man/join.Rd | 66 teal.code-0.7.2/teal.code/man/lang2calls.Rd | 56 teal.code-0.7.2/teal.code/man/qenv-class.Rd | 66 teal.code-0.7.2/teal.code/man/qenv.Rd | 86 teal.code-0.7.2/teal.code/man/show-qenv-method.Rd | 48 teal.code-0.7.2/teal.code/man/subset-qenv.Rd | 54 teal.code-0.7.2/teal.code/man/teal.code-package.Rd | 90 teal.code-0.7.2/teal.code/man/within.qenv.Rd | 134 teal.code-0.7.2/teal.code/tests/testthat.R | 6 teal.code-0.7.2/teal.code/tests/testthat/setup-options.R | 40 teal.code-0.7.2/teal.code/tests/testthat/test-get_outputs.R | 228 - teal.code-0.7.2/teal.code/tests/testthat/test-qenv-class.R | 40 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_concat.R | 186 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_constructor.R | 134 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_eval_code.R | 358 - teal.code-0.7.2/teal.code/tests/testthat/test-qenv_extract.R | 186 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_get_code.R | 1954 +++++----- teal.code-0.7.2/teal.code/tests/testthat/test-qenv_get_messages.R | 152 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_get_var.R | 96 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_get_warnings.R | 152 teal.code-0.7.2/teal.code/tests/testthat/test-qenv_join.R | 346 - teal.code-0.7.2/teal.code/tests/testthat/test-qenv_within.R | 324 - teal.code-0.7.2/teal.code/tests/testthat/test-utils-get_code_dependency.R | 494 +- teal.code-0.7.2/teal.code/tests/testthat/test-utils.R | 122 teal.code-0.7.2/teal.code/vignettes/qenv.Rmd | 438 +- teal.code-0.7.2/teal.code/vignettes/teal-code.Rmd | 40 73 files changed, 6544 insertions(+), 6535 deletions(-)
Title: Coarse-to-Fine Spatial Modeling
Description: Provides functions for coarse-to-fine spatial modeling (CFSM), enabling fast spatial prediction, regression, and uncertainty quantification. This method is suitable for moderate to large samples. For methodological details, see Murakami et al. (2026) <doi:10.1111/gean.70034> and related works on its generalized-linear <doi:10.48550/arXiv.2605.01157> and downscaling extensions.
Author: Daisuke Murakami [aut, cre],
Alexis Comber [aut],
Takahiro Yoshida [aut],
Narumasa Tsutsumida [aut],
Chris Brunsdon [aut],
Tomoki Nakaya [aut]
Maintainer: Daisuke Murakami <dmuraka@ism.ac.jp>
Diff between spCF versions 0.1.1 dated 2026-05-01 and 0.1.2 dated 2026-06-29
spCF-0.1.1/spCF/inst/doc/spCF_intro.R |only spCF-0.1.1/spCF/inst/doc/spCF_intro.Rmd |only spCF-0.1.1/spCF/inst/doc/spCF_intro.html |only spCF-0.1.1/spCF/vignettes/spCF_intro.Rmd |only spCF-0.1.2/spCF/DESCRIPTION | 10 - spCF-0.1.2/spCF/MD5 | 60 +++--- spCF-0.1.2/spCF/NAMESPACE | 7 spCF-0.1.2/spCF/R/RcppExports.R | 4 spCF-0.1.2/spCF/R/cf_downscale.R |only spCF-0.1.2/spCF/R/cf_downscale_hv.R |only spCF-0.1.2/spCF/R/cf_glm.R | 158 +++++++++++++---- spCF-0.1.2/spCF/R/cf_glm_hv.R | 49 ++--- spCF-0.1.2/spCF/R/cf_lm.R | 222 +++++++++++++++++++----- spCF-0.1.2/spCF/R/cf_lm_hv.R | 60 ++++-- spCF-0.1.2/spCF/R/internal_utils_ds.R |only spCF-0.1.2/spCF/R/internal_utils_glm.R | 67 ++++++- spCF-0.1.2/spCF/R/internal_utils_lm.R | 168 +++++++++++++++++- spCF-0.1.2/spCF/build/vignette.rds |binary spCF-0.1.2/spCF/inst/doc/spCF_downscale.R |only spCF-0.1.2/spCF/inst/doc/spCF_downscale.Rmd |only spCF-0.1.2/spCF/inst/doc/spCF_downscale.html |only spCF-0.1.2/spCF/inst/doc/spCF_glm.R | 4 spCF-0.1.2/spCF/inst/doc/spCF_glm.Rmd | 4 spCF-0.1.2/spCF/inst/doc/spCF_glm.html | 249 +++++++++++++++------------ spCF-0.1.2/spCF/inst/doc/spCF_lm.R |only spCF-0.1.2/spCF/inst/doc/spCF_lm.Rmd |only spCF-0.1.2/spCF/inst/doc/spCF_lm.html |only spCF-0.1.2/spCF/man/cf_downscale.Rd |only spCF-0.1.2/spCF/man/cf_downscale_hv.Rd |only spCF-0.1.2/spCF/man/cf_glm.Rd | 45 +++- spCF-0.1.2/spCF/man/cf_glm_hv.Rd | 45 ++-- spCF-0.1.2/spCF/man/cf_lm.Rd | 54 +++-- spCF-0.1.2/spCF/man/cf_lm_hv.Rd | 42 ++-- spCF-0.1.2/spCF/src/RcppExports.cpp | 29 +++ spCF-0.1.2/spCF/src/lwr_chunk.cpp | 4 spCF-0.1.2/spCF/src/lwr_chunk_glm.cpp | 4 spCF-0.1.2/spCF/src/lwr_ds_chunk.cpp |only spCF-0.1.2/spCF/vignettes/spCF_downscale.Rmd |only spCF-0.1.2/spCF/vignettes/spCF_glm.Rmd | 4 spCF-0.1.2/spCF/vignettes/spCF_lm.Rmd |only 40 files changed, 931 insertions(+), 358 deletions(-)
Title: Enrichment Analysis Utilizing Active Subnetworks
Description: Enrichment analysis enables researchers to uncover mechanisms
underlying a phenotype. However, conventional methods for enrichment
analysis do not take into account protein-protein interaction information,
resulting in incomplete conclusions. 'pathfindR' is a tool for enrichment
analysis utilizing active subnetworks. The main function identifies active
subnetworks in a protein-protein interaction network using a user-provided
list of genes and associated p values. It then performs enrichment analyses
on the identified subnetworks, identifying enriched terms (i.e. pathways or,
more broadly, gene sets) that possibly underlie the phenotype of interest.
'pathfindR' also offers functionalities to cluster the enriched terms and
identify representative terms in each cluster, to score the enriched terms
per sample and to visualize analysis results. The enrichment, clustering and
other methods implemented in 'pathfindR' are described in detail in
Ulgen E, Ozisik O, Sezerman OU. 2019. 'pathfindR [...truncated...]
Author: Ege Ulgen [cre, cph] ,
Ozan Ozisik [aut]
Maintainer: Ege Ulgen <egeulgen@gmail.com>
Diff between pathfindR versions 3.0.0 dated 2026-06-22 and 3.0.1 dated 2026-06-29
DESCRIPTION | 6 MD5 | 61 ++-- NEWS.md | 12 R/RcppExports.R | 4 R/visualize_term_gene_graph.R | 2 inst/doc/comparing_results.html | 4 inst/doc/intro_vignette.html | 4 inst/doc/non_hs_analysis.html | 4 inst/doc/obtain_data.html | 4 inst/doc/visualization_vignette.html | 6 src/RcppExports.cpp | 14 - src/greedy_search.cpp | 4 src/java_compat.h | 23 + src/score_calculation_utils.cpp | 4 src/subnetwork_scoring.cpp | 40 --- tests/testthat-cpp.R |only tests/testthat/test-active-snw-seach-score.R |only tests/testthat/test-active-snw-search-ga.R |only tests/testthat/test-active-snw-search-greedy.R |only tests/testthat/test-active-snw-search-main.R |only tests/testthat/test-active-snw-search-sa.R |only tests/testthat/test-active-snw-search-utils.R |only tests/testthat/test-clustering.R | 10 tests/testthat/test-cpp-greedy-search.R |only tests/testthat/test-cpp-score-calculation-utils.R |only tests/testthat/test-data_generation.R | 22 + tests/testthat/test-search-and-enrichment-wrapper.R | 24 + tests/testthat/test-util-fetch-gene-sets.R | 2 tests/testthat/test-util-input-testing-processing.R | 13 + tests/testthat/test-util-visualization.R | 250 ++++++++++++++++---- tests/testthat/test-visualize-active-subnetworks.R | 2 tests/testthat/test-visualize-enrichment-chart.R | 14 + tests/testthat/test-visualize-term-gene-graph.R | 31 +- tests/testthat/test-visualize-term-gene-heatmap.R | 1 tests/testthat/test-visualize-terms.R | 14 - tests/testthat/test-visualize-upset-plot.R | 1 36 files changed, 400 insertions(+), 176 deletions(-)
Title: Plotting Ultrasound Tongue Traces
Description: Plots traced ultrasound tongue imaging data according to a polar coordinate system.
There is currently support for plotting means and standard deviations of each category's trace;
Smoothing Splines Analysis of Variance (SSANOVA) could be implemented as well. The origin of the
polar coordinates may be defined manually or automatically determined based on different
algorithms.
Points for each category can be split into two groups (anterior and posterior) at the point of
maximum curvature of each trace. User can specify rays to intersect various parts of the
tongue; intersections along these rays serve as input for a pairwise t-test to measure
significant contrasts between segments.
Currently 'ultrapolaRplot' supports ultrasound tongue imaging trace data from 'UltraTrace'
(<https://github.com/SwatPhonLab/UltraTrace>). 'UltraTrace' is capable of importing data from
Articulate Instruments AAA.
'read_textgrid.R' is required for opening TextGrids to determine category and alignment
inf [...truncated...]
Author: Yana Outkin [aut, cre],
Jonathan Washington [aut]
Maintainer: Yana Outkin <youtkin3@gatech.edu>
Diff between ultrapolaRplot versions 0.2.1 dated 2026-04-23 and 0.2.2 dated 2026-06-29
DESCRIPTION | 10 +++++----- MD5 | 4 ++-- R/ultrapolaRplot.R | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-)
More information about ultrapolaRplot at CRAN
Permanent link
Title: Dynamic Multi-Species Size Spectrum Modelling
Description: A set of classes and methods to set up and run multi-species, trait
based and community size spectrum ecological models, focused on the marine
environment.
Author: Gustav Delius [cre, aut, cph] ,
Finlay Scott [aut, cph],
Julia Blanchard [aut, cph] ,
Ken Andersen [aut, cph] ,
Richard Southwell [ctb, cph]
Maintainer: Gustav Delius <gustav.delius@york.ac.uk>
Diff between mizer versions 3.0.0 dated 2026-06-08 and 3.1.0 dated 2026-06-29
mizer-3.0.0/mizer/man/str.MizerParams.Rd |only mizer-3.0.0/mizer/man/str.MizerSim.Rd |only mizer-3.0.0/mizer/man/summary.MizerParams.Rd |only mizer-3.0.0/mizer/man/summary.MizerSim.Rd |only mizer-3.0.0/mizer/tests/testthat/Rplots.pdf |only mizer-3.1.0/mizer/DESCRIPTION | 41 - mizer-3.1.0/mizer/MD5 | 342 +++++----- mizer-3.1.0/mizer/NAMESPACE | 35 + mizer-3.1.0/mizer/NEWS.md | 221 ++++++ mizer-3.1.0/mizer/R/ArrayResourceBySize-class.R |only mizer-3.1.0/mizer/R/ArraySpeciesBySize-class.R | 55 + mizer-3.1.0/mizer/R/ArrayTimeBySpeciesBySize-class.R | 53 + mizer-3.1.0/mizer/R/MizerParams-class.R | 57 + mizer-3.1.0/mizer/R/MizerSim-class.R | 7 mizer-3.1.0/mizer/R/animateSpectra.R | 8 mizer-3.1.0/mizer/R/background.R | 8 mizer-3.1.0/mizer/R/data.R | 10 mizer-3.1.0/mizer/R/diffusion.R | 101 ++ mizer-3.1.0/mizer/R/generic_methods.R | 15 mizer-3.1.0/mizer/R/getRequiredRDD.R | 17 mizer-3.1.0/mizer/R/get_initial_n.R | 4 mizer-3.1.0/mizer/R/helpers.R | 203 +++++ mizer-3.1.0/mizer/R/indicator_functions.R | 12 mizer-3.1.0/mizer/R/manipulate_species.R | 5 mizer-3.1.0/mizer/R/mizer-package.R | 2 mizer-3.1.0/mizer/R/newMultispeciesParams.R | 44 + mizer-3.1.0/mizer/R/newSingleSpeciesParams.R | 20 mizer-3.1.0/mizer/R/plots.R | 129 ++- mizer-3.1.0/mizer/R/project.R | 204 ++++- mizer-3.1.0/mizer/R/project_n.R | 182 ++++- mizer-3.1.0/mizer/R/rate_functions.R | 235 +++++- mizer-3.1.0/mizer/R/registerExtensions.R | 165 ++++ mizer-3.1.0/mizer/R/reproduction.R | 6 mizer-3.1.0/mizer/R/saveParams.R | 9 mizer-3.1.0/mizer/R/second_order_w.R |only mizer-3.1.0/mizer/R/setBevertonHolt.R | 2 mizer-3.1.0/mizer/R/setExtDiffusion.R | 22 mizer-3.1.0/mizer/R/setExtMort.R | 56 + mizer-3.1.0/mizer/R/setFishing.R | 50 + mizer-3.1.0/mizer/R/setInitialValues.R | 7 mizer-3.1.0/mizer/R/setPredKernel.R | 141 +++- mizer-3.1.0/mizer/R/setReproduction.R | 31 mizer-3.1.0/mizer/R/setResource.R | 40 - mizer-3.1.0/mizer/R/species_params.R | 42 - mizer-3.1.0/mizer/R/steady.R | 80 +- mizer-3.1.0/mizer/R/summary_methods.R | 333 +++++++-- mizer-3.1.0/mizer/R/transport.R | 308 ++++++--- mizer-3.1.0/mizer/R/upgrade.R | 176 ++++- mizer-3.1.0/mizer/R/validSpeciesParams.R | 72 +- mizer-3.1.0/mizer/R/wrapper_functions.R | 24 mizer-3.1.0/mizer/README.md | 22 mizer-3.1.0/mizer/data/NS_params.rda |binary mizer-3.1.0/mizer/data/NS_sim.rda |binary mizer-3.1.0/mizer/inst/WORDLIST | 9 mizer-3.1.0/mizer/inst/doc/mizer_vignette.Rmd | 2 mizer-3.1.0/mizer/inst/doc/mizer_vignette.html | 7 mizer-3.1.0/mizer/man/ArrayResourceBySize.Rd |only mizer-3.1.0/mizer/man/ArraySpeciesBySize.Rd | 14 mizer-3.1.0/mizer/man/ArrayTimeByResourceBySize.Rd |only mizer-3.1.0/mizer/man/ArrayTimeBySpeciesBySize.Rd | 14 mizer-3.1.0/mizer/man/MizerParams-class.Rd | 29 mizer-3.1.0/mizer/man/NOther.Rd | 1 mizer-3.1.0/mizer/man/NS_species_params.Rd | 5 mizer-3.1.0/mizer/man/NS_species_params_gears.Rd | 5 mizer-3.1.0/mizer/man/apply_wlim.Rd |only mizer-3.1.0/mizer/man/as.data.frame.Rd | 2 mizer-3.1.0/mizer/man/bin_average_summary_weight.Rd |only mizer-3.1.0/mizer/man/bin_average_weight.Rd |only mizer-3.1.0/mizer/man/bin_midpoints.Rd |only mizer-3.1.0/mizer/man/calc_selectivity.Rd | 17 mizer-3.1.0/mizer/man/clearExtensionChain.Rd | 1 mizer-3.1.0/mizer/man/coerceToExtensionClass.Rd | 1 mizer-3.1.0/mizer/man/completeSpeciesParams.Rd | 21 mizer-3.1.0/mizer/man/extensionRequirements.Rd |only mizer-3.1.0/mizer/man/extensionVersion.Rd |only mizer-3.1.0/mizer/man/extensionVersions.Rd |only mizer-3.1.0/mizer/man/extension_needs_upgrading.Rd |only mizer-3.1.0/mizer/man/figures/Beverton-Holt-plot-1.png |binary mizer-3.1.0/mizer/man/figures/unnamed-chunk-4-1.png |binary mizer-3.1.0/mizer/man/flux_from_rates.Rd | 6 mizer-3.1.0/mizer/man/getDiet.Rd | 58 + mizer-3.1.0/mizer/man/getDiffusion.Rd | 50 + mizer-3.1.0/mizer/man/getEGrowth.Rd | 1 mizer-3.1.0/mizer/man/getERepro.Rd | 1 mizer-3.1.0/mizer/man/getEReproAndGrowth.Rd | 1 mizer-3.1.0/mizer/man/getESpawning.Rd | 1 mizer-3.1.0/mizer/man/getEncounter.Rd | 1 mizer-3.1.0/mizer/man/getFMort.Rd | 1 mizer-3.1.0/mizer/man/getFMortGear.Rd | 1 mizer-3.1.0/mizer/man/getFeedingLevel.Rd | 1 mizer-3.1.0/mizer/man/getFlux.Rd | 1 mizer-3.1.0/mizer/man/getFluxGradient.Rd |only mizer-3.1.0/mizer/man/getM2.Rd | 1 mizer-3.1.0/mizer/man/getM2Background.Rd | 1 mizer-3.1.0/mizer/man/getMeanMaxWeight.Rd | 2 mizer-3.1.0/mizer/man/getMort.Rd | 1 mizer-3.1.0/mizer/man/getPredMort.Rd | 1 mizer-3.1.0/mizer/man/getPredRate.Rd | 1 mizer-3.1.0/mizer/man/getRDD.Rd | 1 mizer-3.1.0/mizer/man/getRDI.Rd | 1 mizer-3.1.0/mizer/man/getRates.Rd | 1 mizer-3.1.0/mizer/man/getRegisteredExtensions.Rd | 1 mizer-3.1.0/mizer/man/getRequiredRDD.Rd | 4 mizer-3.1.0/mizer/man/getResourceMort.Rd | 1 mizer-3.1.0/mizer/man/getTrophicLevel.Rd | 29 mizer-3.1.0/mizer/man/getTrophicLevelBySpecies.Rd | 13 mizer-3.1.0/mizer/man/getZ.Rd | 1 mizer-3.1.0/mizer/man/get_ArrayResourceBySize_w.Rd |only mizer-3.1.0/mizer/man/get_ArraySpeciesBySize_w.Rd | 8 mizer-3.1.0/mizer/man/get_ArrayTimeBySpeciesBySize_w.Rd |only mizer-3.1.0/mizer/man/get_species_size_rate_from_sim.Rd | 3 mizer-3.1.0/mizer/man/get_steady_state_n.Rd | 30 mizer-3.1.0/mizer/man/initialNOther-set.Rd | 1 mizer-3.1.0/mizer/man/is.ArrayResourceBySize.Rd |only mizer-3.1.0/mizer/man/is.ArrayTimeByResourceBySize.Rd |only mizer-3.1.0/mizer/man/makeExtensions.Rd |only mizer-3.1.0/mizer/man/mizer_needs_upgrading.Rd |only mizer-3.1.0/mizer/man/newCommunityParams.Rd | 14 mizer-3.1.0/mizer/man/newMultispeciesParams.Rd | 59 + mizer-3.1.0/mizer/man/newSingleSpeciesParams.Rd | 8 mizer-3.1.0/mizer/man/newTraitParams.Rd | 8 mizer-3.1.0/mizer/man/parsePlotLog.Rd |only mizer-3.1.0/mizer/man/plot.Rd | 12 mizer-3.1.0/mizer/man/plotDiet.Rd | 10 mizer-3.1.0/mizer/man/plotGrowthCurves.Rd | 13 mizer-3.1.0/mizer/man/plotHover.Rd | 11 mizer-3.1.0/mizer/man/plotYield.Rd | 2 mizer-3.1.0/mizer/man/power_law_bin_average.Rd |only mizer-3.1.0/mizer/man/project.Rd | 61 - mizer-3.1.0/mizer/man/projectToSteady.Rd | 2 mizer-3.1.0/mizer/man/project_n.Rd | 20 mizer-3.1.0/mizer/man/project_n_2.Rd | 10 mizer-3.1.0/mizer/man/project_n_tr_bdf2.Rd |only mizer-3.1.0/mizer/man/project_simple.Rd | 2 mizer-3.1.0/mizer/man/recordExtension.Rd |only mizer-3.1.0/mizer/man/registerExtension.Rd | 1 mizer-3.1.0/mizer/man/registerExtensions.Rd | 1 mizer-3.1.0/mizer/man/removeBackgroundSpecies.Rd | 10 mizer-3.1.0/mizer/man/resolve_second_order_w.Rd |only mizer-3.1.0/mizer/man/resource_power_law.Rd |only mizer-3.1.0/mizer/man/runExtensionUpgrades.Rd |only mizer-3.1.0/mizer/man/second_order_w.Rd |only mizer-3.1.0/mizer/man/setComponent.Rd | 1 mizer-3.1.0/mizer/man/setExtDiffusion.Rd | 2 mizer-3.1.0/mizer/man/setExtMort.Rd | 16 mizer-3.1.0/mizer/man/setParams.Rd | 36 - mizer-3.1.0/mizer/man/setPredKernel.Rd | 20 mizer-3.1.0/mizer/man/setRateFunction.Rd | 1 mizer-3.1.0/mizer/man/setReproduction.Rd | 20 mizer-3.1.0/mizer/man/sim_size_rate.Rd | 1 mizer-3.1.0/mizer/man/sim_species_rate.Rd | 17 mizer-3.1.0/mizer/man/species_params.Rd | 33 mizer-3.1.0/mizer/man/steady.Rd | 2 mizer-3.1.0/mizer/man/str.Rd | 6 mizer-3.1.0/mizer/man/summary.Rd | 4 mizer-3.1.0/mizer/man/upgrade.MizerParams.Rd |only mizer-3.1.0/mizer/man/upgrade.MizerSim.Rd |only mizer-3.1.0/mizer/man/upgradeParams.Rd | 15 mizer-3.1.0/mizer/man/upgradeSim.Rd | 10 mizer-3.1.0/mizer/man/validSpeciesParams.Rd | 21 mizer-3.1.0/mizer/man/validate_second_order_w.Rd |only mizer-3.1.0/mizer/tests/testthat.R | 15 mizer-3.1.0/mizer/tests/testthat/_snaps/backwards_compatibility.md | 6 mizer-3.1.0/mizer/tests/testthat/_snaps/project_methods.md | 45 + mizer-3.1.0/mizer/tests/testthat/test-ArraySpeciesBySize.R | 57 + mizer-3.1.0/mizer/tests/testthat/test-ArrayTimeBySpeciesBySize.R | 31 mizer-3.1.0/mizer/tests/testthat/test-diffusion.R | 69 ++ mizer-3.1.0/mizer/tests/testthat/test-extension-versions.R |only mizer-3.1.0/mizer/tests/testthat/test-extension.R | 54 + mizer-3.1.0/mizer/tests/testthat/test-flux_limiter.R |only mizer-3.1.0/mizer/tests/testthat/test-helpers.R | 129 +++ mizer-3.1.0/mizer/tests/testthat/test-idxFinalT.R | 2 mizer-3.1.0/mizer/tests/testthat/test-manipulate_species.R | 2 mizer-3.1.0/mizer/tests/testthat/test-plots.R | 158 ++++ mizer-3.1.0/mizer/tests/testthat/test-project_methods.R | 12 mizer-3.1.0/mizer/tests/testthat/test-project_simple.R | 3 mizer-3.1.0/mizer/tests/testthat/test-reproduction.R | 33 mizer-3.1.0/mizer/tests/testthat/test-resource_logistic.R | 2 mizer-3.1.0/mizer/tests/testthat/test-resource_semichemostat.R | 2 mizer-3.1.0/mizer/tests/testthat/test-second_order_summary.R |only mizer-3.1.0/mizer/tests/testthat/test-second_order_w.R |only mizer-3.1.0/mizer/tests/testthat/test-setExtDiffusion.R | 27 mizer-3.1.0/mizer/tests/testthat/test-setExtMort.R | 90 ++ mizer-3.1.0/mizer/tests/testthat/test-setFishing.R | 76 ++ mizer-3.1.0/mizer/tests/testthat/test-setInitialValues.R | 8 mizer-3.1.0/mizer/tests/testthat/test-setPredKernel.R | 160 ++++ mizer-3.1.0/mizer/tests/testthat/test-setResource.R | 89 ++ mizer-3.1.0/mizer/tests/testthat/test-summary_methods.R | 78 ++ mizer-3.1.0/mizer/tests/testthat/test-tr_bdf2.R |only mizer-3.1.0/mizer/tests/testthat/test-upgrade.R | 22 mizer-3.1.0/mizer/tests/testthat/test-validSpeciesParams.R | 38 + mizer-3.1.0/mizer/vignettes/mizer_vignette.Rmd | 2 192 files changed, 4683 insertions(+), 924 deletions(-)
Title: Many Ways to Make, Manipulate, and Modify Myriad Networks
Description: Many tools for making, manipulating, and modifying many different types of networks.
All functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects,
on directed, multiplex, multimodal, signed, and other networks.
The package includes functions for importing and exporting, creating and generating networks,
modifying networks and node and tie attributes,
and describing networks with sensible defaults.
Author: James Hollway [cre, aut, ctb] ,
Henrique Sposito [ctb] ,
Christian Steglich [ctb],
Alvaro Uzaheta [ctb]
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Diff between manynet versions 2.1.3 dated 2026-06-24 and 2.1.4 dated 2026-06-29
manynet-2.1.3/manynet/tests/testthat/test-class_stocnet.R |only manynet-2.1.4/manynet/DESCRIPTION | 6 manynet-2.1.4/manynet/MD5 | 36 - manynet-2.1.4/manynet/NAMESPACE | 24 manynet-2.1.4/manynet/NEWS.md | 28 + manynet-2.1.4/manynet/R/class_validate.R | 1 manynet-2.1.4/manynet/R/coerce_graph.R | 377 ++++++-------- manynet-2.1.4/manynet/R/coerce_list.R | 4 manynet-2.1.4/manynet/R/manip_info.R | 4 manynet-2.1.4/manynet/R/mark_format.R | 16 manynet-2.1.4/manynet/R/measure_attributes.R | 10 manynet-2.1.4/manynet/R/measure_properties.R | 45 + manynet-2.1.4/manynet/R/modif_levels.R | 13 manynet-2.1.4/manynet/R/modif_project.R | 71 ++ manynet-2.1.4/manynet/man/coerce_graph.Rd | 42 - manynet-2.1.4/manynet/man/mark_format_node.Rd | 4 manynet-2.1.4/manynet/man/measure_missingness.Rd |only manynet-2.1.4/manynet/man/modif_levels.Rd | 13 manynet-2.1.4/manynet/man/modif_project.Rd | 26 manynet-2.1.4/manynet/tests/testthat/test-mark_is.R | 2 20 files changed, 467 insertions(+), 255 deletions(-)
Title: k-Prototypes Clustering for Mixed Variable-Type Data
Description: Functions to perform k-prototypes partitioning clustering for
mixed variable-type data according to Z.Huang (1998): Extensions to the k-Means
Algorithm for Clustering Large Data Sets with Categorical Variables, Data Mining
and Knowledge Discovery 2, 283-304 and G.Szepannek et al. (2025): Clustering
Large Mixed-Type Data with Ordinal Variables, Adv Data Anal Classif 19, 749–767.
Author: Gero Szepannek [aut, cre],
Rabea Aschenbruck [aut]
Maintainer: Gero Szepannek <gero.szepannek@web.de>
Diff between clustMixType versions 0.5-1 dated 2026-05-30 and 0.5-2 dated 2026-06-29
clustMixType-0.5-1/clustMixType/R/clustVarImp.R |only clustMixType-0.5-2/clustMixType/DESCRIPTION | 10 +- clustMixType-0.5-2/clustMixType/MD5 | 21 ++-- clustMixType-0.5-2/clustMixType/NAMESPACE | 2 clustMixType-0.5-2/clustMixType/NEWS | 47 +++++++--- clustMixType-0.5-2/clustMixType/R/importance.R |only clustMixType-0.5-2/clustMixType/R/kprototypes.R | 27 ++++- clustMixType-0.5-2/clustMixType/R/stability_kproto.R | 7 + clustMixType-0.5-2/clustMixType/man/importance_kproto.Rd |only clustMixType-0.5-2/clustMixType/man/kproto.Rd | 22 +++- clustMixType-0.5-2/clustMixType/man/stability_kproto.Rd | 7 + clustMixType-0.5-2/clustMixType/tests/testthat/test_basics.R | 8 + clustMixType-0.5-2/clustMixType/tests/testthat/test_clustervalidation.R | 1 13 files changed, 108 insertions(+), 44 deletions(-)
Title: Estimating Aboveground Biomass and Its Uncertainty in Tropical
Forests
Description: Contains functions for estimating above-ground biomass/carbon and its uncertainty in tropical forests. These functions allow to (1) retrieve and correct taxonomy, (2) estimate wood density and its uncertainty, (3) build height-diameter models, (4) manage tree and plot coordinates, (5) estimate above-ground biomass/carbon at stand level with associated uncertainty. To cite ‘BIOMASS’, please use citation(‘BIOMASS’). For more information, see Réjou-Méchain et al. (2017) <doi:10.1111/2041-210X.12753>.
Author: Dominique Lamonica [aut, cre],
Maxime Rejou-Mechain [aut, dtc],
Arthur Bailly [aut],
Guillaume Cornu [aut] ,
John Godlee [ctb],
Fabian Fischer [ctb],
Jerome Chave [ctb],
Arthur Pere [aut],
Ariane Tanguy [aut],
Camille Piponiot [aut],
Bruno Herault [a [...truncated...]
Maintainer: Dominique Lamonica <dominique.lamonica@ird.fr>
Diff between BIOMASS versions 2.2.7 dated 2026-03-11 and 2.2.7-1 dated 2026-06-29
BIOMASS-2.2.7-1/BIOMASS/DESCRIPTION | 12 BIOMASS-2.2.7-1/BIOMASS/MD5 | 29 BIOMASS-2.2.7-1/BIOMASS/NAMESPACE | 1 BIOMASS-2.2.7-1/BIOMASS/NEWS | 4 BIOMASS-2.2.7-1/BIOMASS/R/check_plot_coord.R | 24 BIOMASS-2.2.7-1/BIOMASS/R/divide_plot.R | 3 BIOMASS-2.2.7-1/BIOMASS/R/subplot_summary.R | 26 BIOMASS-2.2.7-1/BIOMASS/build/partial.rdb |binary BIOMASS-2.2.7-1/BIOMASS/build/vignette.rds |binary BIOMASS-2.2.7-1/BIOMASS/inst/doc/Vignette_BIOMASS.html | 14 BIOMASS-2.2.7-1/BIOMASS/inst/doc/Vignette_spatialized_trees_and_forest_stand_metrics.html | 16 BIOMASS-2.2.7-1/BIOMASS/man/BIOMASS-package.Rd | 1 BIOMASS-2.2.7-1/BIOMASS/man/check_plot_coord.Rd | 2 BIOMASS-2.2.7-1/BIOMASS/man/subplot_summary.Rd | 7 BIOMASS-2.2.7-1/BIOMASS/tests/testthat/test-subplot_summary.R | 363 +++------- BIOMASS-2.2.7/BIOMASS/vignettes/saved_data/generate_data_for_predictmap_vignette.R |only 16 files changed, 226 insertions(+), 276 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-11-03 3.2.5
2022-02-22 3.2.4
2022-01-27 3.2.3
2021-10-26 3.2.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-07-21 0.1.2
2024-07-23 0.1.1
2022-09-08 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-02-05 0.1.0
2025-01-30 0.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-09-25 0.1.3
2025-08-28 0.1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-09-11 0.1.4
2024-11-30 0.1.3
2024-11-08 0.1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-11-01 1.0-8
2024-01-09 1.0-7
2023-07-16 1.0-6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2019-11-14 1.1.0
2019-03-13 1.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-05-11 2.0.5
2026-02-08 2.0.0
2025-09-02 1.3.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-05-12 0.3.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-04-17 0.3-4
2019-03-10 0.3-3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-11-10 1.1.6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-12-01 1.0.3