Tue, 10 Feb 2026

Package bda updated to version 19.1.3 with previous version 19.0.0 dated 2025-08-27

Title: Binned Data Analysis
Description: Algorithms developed for binned data analysis, gene expression data analysis and measurement error models for ordinal data analysis.
Author: Bin Wang [aut, cre]
Maintainer: Bin Wang <bwang831@gmail.com>

Diff between bda versions 19.0.0 dated 2025-08-27 and 19.1.3 dated 2026-02-10

 bda-19.0.0/bda/R/blinding.R      |only
 bda-19.1.3/bda/DESCRIPTION       |   10 +++++-----
 bda-19.1.3/bda/MD5               |   13 ++++++++-----
 bda-19.1.3/bda/NAMESPACE         |    4 +++-
 bda-19.1.3/bda/R/blindingEST.R   |only
 bda-19.1.3/bda/R/blindingTEST.R  |only
 bda-19.1.3/bda/man/blinding.Rd   |   27 +++++++++++++++++----------
 bda-19.1.3/bda/man/blindingBI.Rd |only
 bda-19.1.3/bda/src/cpe.c         |only
 bda-19.1.3/bda/src/init.c        |    8 ++++++++
 10 files changed, 41 insertions(+), 21 deletions(-)

More information about bda at CRAN
Permanent link

Package harbinger updated to version 1.2.767 with previous version 1.2.747 dated 2025-10-27

Title: A Unified Time Series Event Detection Framework
Description: By analyzing time series, it is possible to observe significant changes in the behavior of observations that frequently characterize events. Events present themselves as anomalies, change points, or motifs. In the literature, there are several methods for detecting events. However, searching for a suitable time series method is a complex task, especially considering that the nature of events is often unknown. This work presents Harbinger, a framework for integrating and analyzing event detection methods. Harbinger contains several state-of-the-art methods described in Salles et al. (2020) <doi:10.5753/sbbd.2020.13626>.
Author: Eduardo Ogasawara [aut, ths, cre] , Antonio Castro [aut], Antonio Mello [aut], Diego Carvalho [ctb], Eduardo Bezerra [ctb], Ellen Paixao [aut], Fernando Fraga [aut], Heraldo Borges [aut], Janio Lima [aut], Jessica Souza [aut], Lais Baroni [aut], Luca [...truncated...]
Maintainer: Eduardo Ogasawara <eogasawara@ieee.org>

Diff between harbinger versions 1.2.747 dated 2025-10-27 and 1.2.767 dated 2026-02-10

 DESCRIPTION                          |    6 
 LICENSE                              |    4 
 MD5                                  |  254 ++++++++++++++++++-----------
 NAMESPACE                            |  297 +++++++++++++++++-----------------
 R/data.R                             |    6 
 R/globals.R                          |    4 
 R/han_autoencoder.R                  |  130 +++++++--------
 R/hanc_ml.R                          |   36 ++--
 R/hanct_dtw.R                        |  108 ++++++------
 R/hanct_kmeans.R                     |   86 +++++-----
 R/hanr_arima.R                       |   88 +++++-----
 R/hanr_emd.R                         |   62 +++----
 R/hanr_fbiad.R                       |   52 +++---
 R/hanr_fft.R                         |   50 ++---
 R/hanr_fft_amoc.R                    |  100 +++++------
 R/hanr_fft_amoc_cusum.R              |  150 ++++++++---------
 R/hanr_fft_binseg.R                  |  102 +++++------
 R/hanr_fft_binseg_cusum.R            |  150 ++++++++---------
 R/hanr_fft_sma.R                     |  170 +++++++++----------
 R/hanr_garch.R                       |   36 ++--
 R/hanr_hist.R                        |   60 +++----
 R/hanr_ml.R                          |   34 +--
 R/hanr_remd.R                        |  144 ++++++++--------
 R/hanr_rtad.R                        |  274 ++++++++++++++++----------------
 R/hanr_wavelet.R                     |   26 +--
 R/har_ensemble.R                     |  166 +++++++++----------
 R/har_eval.R                         |  102 +++++------
 R/har_eval_soft.R                    |  298 ++++++++++++++++++-----------------
 R/har_plot.R                         |  160 +++++++++---------
 R/harbinger.R                        |   42 ++--
 R/harbinger_utils.R                  |  126 +++++++-------
 R/hcp_amoc.R                         |   10 -
 R/hcp_binseg.R                       |   12 -
 R/hcp_cf_arima.R                     |   92 +++++-----
 R/hcp_cf_ets.R                       |   72 ++++----
 R/hcp_cf_lr.R                        |   60 +++----
 R/hcp_chow.R                         |   46 ++---
 R/hcp_garch.R                        |  106 ++++++------
 R/hcp_gft.R                          |   46 ++---
 R/hcp_pelt.R                         |   10 -
 R/hcp_scp.R                          |   92 +++++-----
 R/hdis_mp.R                          |   54 +++---
 R/hdis_sax.R                         |  198 +++++++++++------------
 R/hmo_mp.R                           |   54 +++---
 R/hmo_sax.R                          |  146 ++++++++---------
 R/hmo_xsax.R                         |  152 ++++++++---------
 R/hmu_pca.R                          |   20 +-
 R/mas.R                              |   74 ++++----
 R/trans_sax.R                        |   72 ++++----
 R/trans_xsax.R                       |   72 ++++----
 R/united.R                           |only
 R/united_loadfulldata.R              |only
 README.md                            |  218 ++++++++++++-------------
 build                                |only
 data/A1Benchmark.RData               |only
 data/A2Benchmark.RData               |only
 data/A3Benchmark.RData               |only
 data/A4Benchmark.RData               |only
 data/gecco.RData                     |only
 data/mit_bih_MLII.RData              |only
 data/mit_bih_V1.RData                |only
 data/mit_bih_V2.RData                |only
 data/mit_bih_V5.RData                |only
 data/nab_artificialWithAnomaly.RData |only
 data/nab_realAWSCloudwatch.RData     |only
 data/nab_realAdExchange.RData        |only
 data/nab_realKnownCause.RData        |only
 data/nab_realTraffic.RData           |only
 data/nab_realTweets.RData            |only
 data/oil_3w_Type_1.RData             |only
 data/oil_3w_Type_2.RData             |only
 data/oil_3w_Type_4.RData             |only
 data/oil_3w_Type_5.RData             |only
 data/oil_3w_Type_6.RData             |only
 data/oil_3w_Type_7.RData             |only
 data/oil_3w_Type_8.RData             |only
 data/ucr_ecg.RData                   |only
 data/ucr_int_bleeding.RData          |only
 data/ucr_nasa.RData                  |only
 data/ucr_power_demand.RData          |only
 man/A1Benchmark.Rd                   |only
 man/A2Benchmark.Rd                   |only
 man/A3Benchmark.Rd                   |only
 man/A4Benchmark.Rd                   |only
 man/detect.Rd                        |   52 +++---
 man/examples_anomalies.Rd            |   82 ++++-----
 man/examples_changepoints.Rd         |   78 ++++-----
 man/examples_harbinger.Rd            |   80 ++++-----
 man/examples_motifs.Rd               |   74 ++++----
 man/gecco.Rd                         |only
 man/han_autoencoder.Rd               |  108 ++++++------
 man/hanc_ml.Rd                       |  130 +++++++--------
 man/hanct_dtw.Rd                     |  104 ++++++------
 man/hanct_kmeans.Rd                  |  104 ++++++------
 man/hanr_arima.Rd                    |   98 +++++------
 man/hanr_emd.Rd                      |   98 +++++------
 man/hanr_fbiad.Rd                    |   98 +++++------
 man/hanr_fft.Rd                      |  102 +++++------
 man/hanr_fft_amoc.Rd                 |  112 ++++++-------
 man/hanr_fft_amoc_cusum.Rd           |  108 ++++++------
 man/hanr_fft_binseg.Rd               |  116 ++++++-------
 man/hanr_fft_binseg_cusum.Rd         |  124 +++++++-------
 man/hanr_fft_sma.Rd                  |  112 ++++++-------
 man/hanr_garch.Rd                    |  100 +++++------
 man/hanr_histogram.Rd                |   96 +++++------
 man/hanr_ml.Rd                       |  110 ++++++------
 man/hanr_remd.Rd                     |  104 ++++++------
 man/hanr_rtad.Rd                     |  110 ++++++------
 man/hanr_wavelet.Rd                  |  102 +++++------
 man/har_ensemble.Rd                  |   96 +++++------
 man/har_eval.Rd                      |  106 ++++++------
 man/har_eval_soft.Rd                 |  112 ++++++-------
 man/har_plot.Rd                      |  172 ++++++++++----------
 man/harbinger.Rd                     |   76 ++++----
 man/harutils.Rd                      |  100 +++++------
 man/hcp_amoc.Rd                      |  100 +++++------
 man/hcp_binseg.Rd                    |  104 ++++++------
 man/hcp_cf_arima.Rd                  |   96 +++++------
 man/hcp_cf_ets.Rd                    |   84 ++++-----
 man/hcp_cf_lr.Rd                     |   84 ++++-----
 man/hcp_chow.Rd                      |   76 ++++----
 man/hcp_garch.Rd                     |   94 +++++------
 man/hcp_gft.Rd                       |   92 +++++-----
 man/hcp_pelt.Rd                      |   98 +++++------
 man/hcp_scp.Rd                       |   92 +++++-----
 man/hdis_mp.Rd                       |  106 ++++++------
 man/hdis_sax.Rd                      |  100 +++++------
 man/hmo_mp.Rd                        |  106 ++++++------
 man/hmo_sax.Rd                       |  104 ++++++------
 man/hmo_xsax.Rd                      |  102 +++++------
 man/hmu_pca.Rd                       |  102 +++++------
 man/loadfulldata.Rd                  |only
 man/mas.Rd                           |   98 +++++------
 man/mit_bih_MLII.Rd                  |only
 man/mit_bih_V1.Rd                    |only
 man/mit_bih_V2.Rd                    |only
 man/mit_bih_V5.Rd                    |only
 man/nab_artificialWithAnomaly.Rd     |only
 man/nab_realAWSCloudwatch.Rd         |only
 man/nab_realAdExchange.Rd            |only
 man/nab_realKnownCause.Rd            |only
 man/nab_realTraffic.Rd               |only
 man/nab_realTweets.Rd                |only
 man/oil_3w_Type_1.Rd                 |only
 man/oil_3w_Type_2.Rd                 |only
 man/oil_3w_Type_4.Rd                 |only
 man/oil_3w_Type_5.Rd                 |only
 man/oil_3w_Type_6.Rd                 |only
 man/oil_3w_Type_7.Rd                 |only
 man/oil_3w_Type_8.Rd                 |only
 man/trans_sax.Rd                     |   66 +++----
 man/trans_xsax.Rd                    |   72 ++++----
 man/ucr_ecg.Rd                       |only
 man/ucr_int_bleeding.Rd              |only
 man/ucr_nasa.Rd                      |only
 man/ucr_power_demand.Rd              |only
 156 files changed, 4924 insertions(+), 4845 deletions(-)

More information about harbinger at CRAN
Permanent link

Package lavinteract updated to version 0.4.5 with previous version 0.3.5 dated 2026-01-21

Title: Post-Estimation Utilities for 'lavaan' Fitted Models
Description: Companion toolbox for structural equation models fitted with 'lavaan'. Provides post-estimation diagnostics and graphics that operate directly on a fitted object using its estimates and covariance, and refits auxiliary models when needed. The package relies on 'lavaan' (Rosseel, 2012) <doi:10.18637/jss.v048.i02>.
Author: Giuseppe Corbelli [aut, cre]
Maintainer: Giuseppe Corbelli <giuseppe.corbelli@uninettunouniversity.net>

Diff between lavinteract versions 0.3.5 dated 2026-01-21 and 0.4.5 dated 2026-02-10

 DESCRIPTION             |    6 +++---
 MD5                     |   14 ++++++++------
 NAMESPACE               |    3 +++
 NEWS.md                 |    5 ++++-
 R/lav_fdr.R             |only
 R/lavinteract-package.R |    3 ++-
 inst/WORDLIST           |    5 +++++
 man/lav_fdr.Rd          |only
 man/lavinteract.Rd      |    3 +++
 9 files changed, 28 insertions(+), 11 deletions(-)

More information about lavinteract at CRAN
Permanent link

New package rFAMS with initial version 0.0.2
Package: rFAMS
Version: 0.0.2
Date: 2026-1-13
Title: Fisheries Analysis and Modeling Simulator
Description: Simulates the dynamics of exploited fish populations using the Jones modification of the Beverton-Holt equilibrium yield equation to compute yield-per-recruit and dynamic pool models (Ricker 1975) <https://publications.gc.ca/site/eng/480738/publication.html>. Allows users to evaluate minimum, slot, and inverted length limits on exploited fisheries using specified life history parameters. Users can simulate population under a variety of conditional fishing mortality and conditional natural mortality. Calculated quantities include number of fish harvested and dying naturally, mean weight and length of fish harvested, number of fish that reach specified lengths of interest, total number of fish and biomass in the population, and stock density indices.
URL: https://github.com/fishR-Core-Team/rFAMS/
BugReports: https://github.com/fishR-Core-Team/rFAMS/issues
License: GPL (>= 2)
Depends: R (>= 4.1.0)
Imports: stats, purrr, FSA
Suggests: dplyr, ggplot2, metR, knitr, rmarkdown, testthat (>= 3.0.0), zipfR, quarto, FSAdata, tidyr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-01-20 14:51:23 UTC; jason.doll
Author: Jason C. Doll [aut, cre], Derek H. Ogle [aut]
Maintainer: Jason C. Doll <jcdoll20@hotmail.com>
Repository: CRAN
Date/Publication: 2026-02-10 21:30:02 UTC

More information about rFAMS at CRAN
Permanent link

Package ORION updated to version 1.1.0 with previous version 1.0.4 dated 2025-09-27

Title: Ordinal Relations
Description: Functions to handle ordinal relations reflected within the feature space. Those function allow to search for ordinal relations in multi-class datasets. One can check whether proposed relations are reflected in a specific feature representation. Furthermore, it provides functions to filter, organize and further analyze those ordinal relations.
Author: L Lausser [aut], LM Schaefer [aut], R Szekely [aut], HA Kestler [aut, cre]
Maintainer: HA Kestler <hans.kestler@uni-ulm.de>

Diff between ORION versions 1.0.4 dated 2025-09-27 and 1.1.0 dated 2026-02-10

 ORION-1.0.4/ORION/NEWS.md                  |only
 ORION-1.1.0/ORION/DESCRIPTION              |   11 -
 ORION-1.1.0/ORION/MD5                      |   27 ++-
 ORION-1.1.0/ORION/NAMESPACE                |    8 +
 ORION-1.1.0/ORION/R/dataProjection1D.R     |only
 ORION-1.1.0/ORION/R/defineGraphStructure.R |only
 ORION-1.1.0/ORION/R/generateGraphs.R       |only
 ORION-1.1.0/ORION/R/predictionMap.R        |  225 ++++++++++++++---------------
 ORION-1.1.0/ORION/R/subcascades.R          |   20 --
 ORION-1.1.0/ORION/R/trainers.R             |only
 ORION-1.1.0/ORION/R/validateFolds.R        |only
 ORION-1.1.0/ORION/inst/doc/ORION.html      |   10 -
 ORION-1.1.0/ORION/inst/extdata             |only
 ORION-1.1.0/ORION/man/generateGraphs.Rd    |only
 ORION-1.1.0/ORION/man/predictionMap.Rd     |   27 ++-
 ORION-1.1.0/ORION/man/projectData.Rd       |only
 ORION-1.1.0/ORION/tests                    |only
 17 files changed, 179 insertions(+), 149 deletions(-)

More information about ORION at CRAN
Permanent link

New package nabla with initial version 0.7.1
Package: nabla
Title: Exact Derivatives via Automatic Differentiation
Version: 0.7.1
URL: https://github.com/queelius/nabla, https://metafunctor.com
BugReports: https://github.com/queelius/nabla/issues
Description: Exact automatic differentiation for R functions. Provides a composable derivative operator D that computes gradients, Hessians, Jacobians, and arbitrary-order derivative tensors at machine precision. D(D(f)) gives Hessians, D(D(D(f))) gives third-order tensors for skewness of maximum likelihood estimators, and so on to any order. Works through any R code including loops, branches, and control flow.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0.0), methods
Imports: stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-02-07 22:22:33 UTC; spinoza
Author: Alexander Towell [aut, cre]
Maintainer: Alexander Towell <queelius@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-10 21:30:09 UTC

More information about nabla at CRAN
Permanent link

New package measureR with initial version 0.0.1
Package: measureR
Title: Tools for Educational and Psychological Measurement
Version: 0.0.1
Description: 'Provides an interactive toolkit for educational and psychological measurement implemented using the 'shiny' framework. The package supports content validity analysis, dimensionality assessment, and Classical Test Theory using the 'CTT' package (Willse, 2018) <doi:10.32614/CRAN.package.CTT>.Item Response Theory (IRT) analyses are conducted via 'mirt' (Chalmers, 2012) <doi:10.18637/jss.v048.i06>. Exploratory Factor Analysis is performed using 'psych' (Revelle, 2025), while Confirmatory Factor Analysis and Structural Equation Modeling are based on the 'lavaan' framework (Rosseel, 2012) <doi:10.18637/jss.v048.i02>. The application allows users to upload data, evaluate statistical models, visualize results, and export outputs through an intuitive graphical interface without requiring programming experience.
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Encoding: UTF-8
Imports: colourpicker, CTT, data.table, dplyr, DT, ggplot2, lavaan, mirt, psych, purrr, readr, readxl, rlang, semPlot, semptools, shiny, shinyWidgets, stats, stringr, tibble, tidyr, tidyverse, viridisLite
Suggests: knitr, pkgdown, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/hdmeasure/measureR
BugReports: https://github.com/hdmeasure/measureR/issues
NeedsCompilation: no
Packaged: 2026-02-07 22:58:06 UTC; hasandjidu
Author: Hasan Djidu [aut, cre]
Maintainer: Hasan Djidu <hasandjidu@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-10 21:40:02 UTC

More information about measureR at CRAN
Permanent link

New package ti with initial version 4.0.0
Package: ti
Title: Time Intelligence and Customer Segmentation for Financial Analysis
Description: Calculate time intelligence metrics for financial planning and analysis. 'ti' provides functions for period-over-period comparisons (year-over-year, month-over-month), period-to-date calculations (YTD, MTD, QTD), and customer segmentation (ABC analysis, cohorts). Supports standard and retail calendars (4-4-5, 4-5-4, 5-4-4) with both in-memory and database backends via 'dbplyr'.
Version: 4.0.0
License: MIT + file LICENSE
Encoding: UTF-8
Imports: assertthat, cli, DBI, dbplyr, dplyr, duckdb, glue, janitor, lubridate, rlang, S7, scales, tidyr
Suggests: testthat (>= 3.0.0), cohorts, quarto, devtools, tibble, gt, fansi, crayon, contoso
Depends: R (>= 4.2.0)
URL: https://codeberg.org/usrbinr/ti
Repository: CRAN
NeedsCompilation: no
Packaged: 2026-02-07 05:22:48 UTC; hagan
Author: Alejandro Hagan [aut, cre]
Maintainer: Alejandro Hagan <alejandro.hagan@outlook.com>
Date/Publication: 2026-02-10 20:30:02 UTC

More information about ti at CRAN
Permanent link

New package PolyMigR with initial version 0.1.0
Package: PolyMigR
Title: Analysis of Polyphenol Migration from Packaging Films
Version: 0.1.0
Maintainer: Tanuj Misra <tanujmisra102@gmail.com>
Description: The gradual release of active substances from packaging can enhance food preservation by maintaining high concentrations of polyphenols and antioxidants for a period of 72 hrs. To assess the effectiveness of packaging materials that serve as carriers for antioxidants, it is crucial to model the diffusivity of the active agents. Understanding this diffusivity helps evaluate the packaging's capacity to prolong the shelf life of food items. The process of migration, which encompasses diffusion, dissolution, and reaching equilibrium, facilitates the transfer of low molecular weight compounds from the packaging into food simulants. The rate at which these active compounds are released from the packaging is typically analysed using food simulants under conditions outlined in European food packaging regulations (Ramos et al., 2014).
License: GPL-3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-02-07 12:09:50 UTC; PC
Author: Anamika Nayak [aut, ctb, cph], Debjani Dutta [aut, ctb, cph], Ajaya Rout [aut, ctb, cph], Tanuj Misra [aut, cre, ctb, cph], Satya Narayan Parida [aut, ctb, cph]
Repository: CRAN
Date/Publication: 2026-02-10 20:50:01 UTC

More information about PolyMigR at CRAN
Permanent link

New package LitFetchR with initial version 0.2.1
Package: LitFetchR
Title: Automatically Fetching References Metadata from Literature Databases
Version: 0.2.1
Maintainer: Thomas Dumond <thomas.dumond@adelaide.edu.au>
Description: Provides functions to automatically retrieve and deduplicate reference metadata based on saved search strings. Access to Web of Science and Scopus requires personal API keys, while PubMed can be queried without one. The optional deduplication functionality requires the package 'ASySD' available from <https://github.com/camaradesuk/ASySD>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr, httr, jsonlite, openxlsx, purrr, readxl, xml2
Suggests: ASySD, cronR, knitr, rmarkdown, taskscheduleR, testthat (>= 3.0.0)
URL: https://github.com/thomasdumond/LitFetchR, https://thomasdumond.github.io/LitFetchR/
BugReports: https://github.com/thomasdumond/LitFetchR/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-02-07 11:09:31 UTC; a1224158
Author: Thomas Dumond [cre, aut, cph] , Charles Caraguel [ctb] , Torben Nielsen [ctb]
Repository: CRAN
Date/Publication: 2026-02-10 20:40:02 UTC

More information about LitFetchR at CRAN
Permanent link

New package clmstan with initial version 0.1.0
Package: clmstan
Title: Cumulative Link Models with 'CmdStanR'
Version: 0.1.0
Author: Tomotaka Momozaki [aut, cre]
Maintainer: Tomotaka Momozaki <momozaki.stat@gmail.com>
Description: Fits cumulative link models (CLMs) for ordinal categorical data using 'CmdStanR'. Supports various link functions including logit, probit, cloglog, loglog, cauchit, and flexible parametric links such as Generalized Extreme Value (GEV), Asymmetric Exponential Power (AEP), and Symmetric Power. Models are pre-compiled using the 'instantiate' package for fast execution without runtime compilation. Methods are described in Agresti (2010, ISBN:978-0-470-08289-8), Wang and Dey (2011) <doi:10.1007/s10651-010-0154-8>, and Naranjo, Perez, and Martin (2015) <doi:10.1007/s11222-014-9449-1>.
License: MIT + file LICENSE
URL: https://t-momozaki.github.io/clmstan/, https://github.com/t-momozaki/clmstan
BugReports: https://github.com/t-momozaki/clmstan/issues
Depends: R (>= 4.0.0)
Imports: instantiate, posterior, bayesplot, loo, stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, ordinal, cmdstanr (>= 0.9.0)
Additional_repositories: https://stan-dev.r-universe.dev
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-02-07 00:22:17 UTC; t_momozaki
Repository: CRAN
Date/Publication: 2026-02-10 20:20:02 UTC

More information about clmstan at CRAN
Permanent link

New package BCFM with initial version 1.0.0
Package: BCFM
Title: Bayesian Clustering Factor Models
Version: 1.0.0
Description: Implements the Bayesian Clustering Factor Models (BCFM) for simultaneous clustering and latent factor analysis of multivariate longitudinal data. The model accounts for within-cluster dependence through shared latent factors while allowing heterogeneity across clusters, enabling flexible covariance modeling in high-dimensional settings. Inference is performed using Markov chain Monte Carlo (MCMC) methods with computationally intensive steps implemented via 'Rcpp'. Model selection and visualization tools are provided. The methodology is described in Shin, Ferreira, and Tegge (2018) <doi:10.1002/sim.70350>.
License: GPL (>= 3)
SystemRequirements: pandoc (>= 1.12.3) for building vignettes
Imports: Rcpp, RcppArmadillo, dplyr, fastmatrix, ggplot2, grDevices, gridExtra, LaplacesDemon, mvtnorm, psych, RColorBrewer, stats, tidyr, ggpubr, tibble
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Depends: R (>= 3.5)
LazyData: true
URL: https://github.com/ategge/BCFM
BugReports: https://github.com/ategge/BCFM/issues
NeedsCompilation: yes
Packaged: 2026-02-07 03:28:36 UTC; meriem
Author: Allison Tegge [aut], Marco Ferreira [aut], Hwasoo Shin [aut], Meriem Touami [aut, cre]
Maintainer: Meriem Touami <meriemt@vt.edu>
Repository: CRAN
Date/Publication: 2026-02-10 20:20:10 UTC

More information about BCFM at CRAN
Permanent link

New package archipelago with initial version 0.1.0
Package: archipelago
Title: Visualising Variant Set Association Test Results
Version: 0.1.0
License: MIT + file LICENSE
Language: en-GB
Description: Provides a graphical method for joint visualisation of Variant Set Association Test (VSAT) results and individual variant association statistics. The Archipelago method assigns genomic coordinates to variant set statistics, allowing simultaneous display of variant-level and set-level signals in a unified plot. This supports interpretation of both collective and individual variant contributions in genetic association studies using variant aggregation approaches. For more see Lawless et al. (2026) <doi:10.1002/gepi.70025>.
Encoding: UTF-8
Imports: ggplot2, dplyr
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Depends: R (>= 4.1.0)
LazyData: true
NeedsCompilation: no
Packaged: 2026-02-07 16:48:28 UTC; akira
Author: Dylan Lawless [aut, cre, cph]
Maintainer: Dylan Lawless <admin@switzerlandomics.ch>
Repository: CRAN
Date/Publication: 2026-02-10 21:00:02 UTC

More information about archipelago at CRAN
Permanent link

Package CloneSeeker updated to version 1.0.16 with previous version 1.0.13 dated 2025-04-08

Title: Seeking and Finding Clones in Copy Number and Sequencing Data
Description: Defines the classes and functions used to simulate and to analyze data sets describing copy number variants and, optionally, sequencing mutations in order to detect clonal subsets. See Zucker et al. (2019) <doi:10.1093/bioinformatics/btz057>.
Author: Mark Zucker [aut], Kevin R. Coombes [aut, cre]
Maintainer: Kevin R. Coombes <krc@silicovore.com>

Diff between CloneSeeker versions 1.0.13 dated 2025-04-08 and 1.0.16 dated 2026-02-10

 DESCRIPTION                      |    8 ++---
 MD5                              |   16 +++++------
 R/sysdata.rda                    |binary
 build/vignette.rds               |binary
 inst/doc/CloneSeeker.pdf         |binary
 tests/test03-simulate.R          |   25 +++++++++++++----
 tests/test03-simulate.Rout.save  |   55 ++++++++++++++++++++++++---------------
 tests/test04-algorithm.R         |   30 +++++++++++++++++----
 tests/test04-algorithm.Rout.save |   40 +++++++++++++++++++++-------
 9 files changed, 120 insertions(+), 54 deletions(-)

More information about CloneSeeker at CRAN
Permanent link

Package CohortGenerator updated to version 1.0.2 with previous version 1.0.1 dated 2025-11-17

Title: Cohort Generation for the OMOP Common Data Model
Description: Generate cohorts and subsets using an Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM) Database. Cohorts are defined using 'CIRCE' (<https://github.com/ohdsi/circe-be>) or SQL compatible with 'SqlRender' (<https://github.com/OHDSI/SqlRender>).
Author: Anthony Sena [aut, cre], Jamie Gilbert [aut], Gowtham Rao [aut], Freddy Avila Cruz [aut], Martijn Schuemie [aut], Observational Health Data Science and Informatics [cph]
Maintainer: Anthony Sena <sena@ohdsi.org>

Diff between CohortGenerator versions 1.0.1 dated 2025-11-17 and 1.0.2 dated 2026-02-10

 CohortGenerator-1.0.1/CohortGenerator/tests/testthat/errorReportSql.txt             |only
 CohortGenerator-1.0.2/CohortGenerator/DESCRIPTION                                   |    8 
 CohortGenerator-1.0.2/CohortGenerator/MD5                                           |   81 ++++------
 CohortGenerator-1.0.2/CohortGenerator/NEWS.md                                       |   10 +
 CohortGenerator-1.0.2/CohortGenerator/R/CohortConstruction.R                        |    4 
 CohortGenerator-1.0.2/CohortGenerator/R/CohortCount.R                               |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/CohortDefinitionSet.R                       |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/CohortGenerator.R                           |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/CohortSample.R                              |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/CohortStats.R                               |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/CohortTables.R                              |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/CsvHelper.R                                 |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/Export.R                                    |   18 ++
 CohortGenerator-1.0.2/CohortGenerator/R/Incremental.R                               |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/NegativeControlCohorts.R                    |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/ResultsDataModel.R                          |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/RunCohortGeneration.R                       |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/SubsetDefinitions.R                         |   14 -
 CohortGenerator-1.0.2/CohortGenerator/R/SubsetQueryBuilders.R                       |    4 
 CohortGenerator-1.0.2/CohortGenerator/R/SubsetRecipeFunctions.R                     |   15 +
 CohortGenerator-1.0.2/CohortGenerator/R/Subsets.R                                   |   43 ++---
 CohortGenerator-1.0.2/CohortGenerator/R/TemplateCohorts.R                           |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/TemplateImplementations.R                   |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/TemplateUnion.R                             |    2 
 CohortGenerator-1.0.2/CohortGenerator/R/ValidateCohort.R                            |    2 
 CohortGenerator-1.0.2/CohortGenerator/README.md                                     |    2 
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/CreatingCohortSubsetDefinitions.Rmd  |    2 
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/CreatingCohortSubsetDefinitions.html |    6 
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/GeneratingCohorts.R                  |    2 
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/GeneratingCohorts.Rmd                |    4 
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/GeneratingCohorts.pdf                |binary
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/SamplingCohorts.pdf                  |binary
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/UsingTemplateCohorts.Rmd             |    4 
 CohortGenerator-1.0.2/CohortGenerator/inst/doc/UsingTemplateCohorts.html            |   10 -
 CohortGenerator-1.0.2/CohortGenerator/inst/testdata/Results_Eunomia.zip             |binary
 CohortGenerator-1.0.2/CohortGenerator/man/generateCohortSet.Rd                      |    2 
 CohortGenerator-1.0.2/CohortGenerator/man/sampleCohortDefinitionSet.Rd              |    2 
 CohortGenerator-1.0.2/CohortGenerator/tests/testthat/test-Export.R                  |   34 ++++
 CohortGenerator-1.0.2/CohortGenerator/tests/testthat/test-Subsets.R                 |   61 +++++++
 CohortGenerator-1.0.2/CohortGenerator/vignettes/CreatingCohortSubsetDefinitions.Rmd |    2 
 CohortGenerator-1.0.2/CohortGenerator/vignettes/GeneratingCohorts.Rmd               |    4 
 CohortGenerator-1.0.2/CohortGenerator/vignettes/UsingTemplateCohorts.Rmd            |    4 
 42 files changed, 248 insertions(+), 118 deletions(-)

More information about CohortGenerator at CRAN
Permanent link

Package TreatmentPatterns updated to version 3.1.2 with previous version 3.1.1 dated 2025-08-25

Title: Analyzes Real-World Treatment Patterns of a Study Population of Interest
Description: Computes treatment patterns within a given cohort using the Observational Medical Outcomes Partnership (OMOP) common data model (CDM). As described in Markus, Verhamme, Kors, and Rijnbeek (2022) <doi:10.1016/j.cmpb.2022.107081>.
Author: Aniek Markus [aut] , Maarten van Kessel [cre]
Maintainer: Maarten van Kessel <m.l.vankessel@erasmusmc.nl>

Diff between TreatmentPatterns versions 3.1.1 dated 2025-08-25 and 3.1.2 dated 2026-02-10

 TreatmentPatterns-3.1.1/TreatmentPatterns/inst/doc/a999_Strategus.R                            |only
 TreatmentPatterns-3.1.1/TreatmentPatterns/inst/doc/a999_Strategus.Rmd                          |only
 TreatmentPatterns-3.1.1/TreatmentPatterns/inst/doc/a999_Strategus.html                         |only
 TreatmentPatterns-3.1.1/TreatmentPatterns/inst/sql                                             |only
 TreatmentPatterns-3.1.1/TreatmentPatterns/vignettes/a999_Strategus.Rmd                         |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/DESCRIPTION                                          |   19 
 TreatmentPatterns-3.1.2/TreatmentPatterns/MD5                                                  |  100 -
 TreatmentPatterns-3.1.2/TreatmentPatterns/NAMESPACE                                            |    6 
 TreatmentPatterns-3.1.2/TreatmentPatterns/NEWS.md                                              |   14 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/CDMInterface.R                                     |  531 ++------
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/TreatmentPatterns-package.R                        |   12 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/computePathways.R                                  |   33 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/constructPathways.R                                |  248 +++
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/createSankeyDiagram.R                              |   25 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/createSunburstPlot.R                               |    8 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/export.R                                           |    7 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/ggSunburst.R                                       |   10 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/plotEventDuration.R                                |    7 
 TreatmentPatterns-3.1.2/TreatmentPatterns/R/utils.R                                            |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/build/vignette.rds                                   |binary
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a000_bestPractices.R                        |  100 -
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a001_DefiningCohorts.R                      |   38 
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a001_DefiningCohorts.html                   |   16 
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a010_Computing_Pathways.R                   |  224 +--
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a010_Computing_Pathways.html                |   18 
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a020_Exporting.R                            |   84 -
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a030_Evaluating_Output.html                 |   62 
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a998_Strategus.R                            |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a998_Strategus.Rmd                          |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a998_Strategus.html                         |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a999_Publications-Presentations.R           |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a999_Publications-Presentations.Rmd         |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/inst/doc/a999_Publications-Presentations.html        |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/man/createSankeyDiagram.Rd                           |    4 
 TreatmentPatterns-3.1.2/TreatmentPatterns/man/createSunburstPlot.Rd                            |    4 
 TreatmentPatterns-3.1.2/TreatmentPatterns/man/doEraCollapseNew.Rd                              |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/man/ggSunburst.Rd                                    |    4 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/helper-ableToRun.R                    |   20 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/helper-generateCohortTableCDMC.R      |    2 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/helper-generateCohortTableCG.R        |    5 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/setup.R                               |   52 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-CDMInterface.R                   |  180 +-
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-CDMInterfaceCDMC.R               |  227 +--
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-CDMInterfaceDBC.R                |  264 +---
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-CRAN.R                           |   10 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-TreatmentPatternsResults.R       |   13 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-computePathways.R                |  383 ++----
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-createSankeyDiagram.R            |   34 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-createSunburstPlot.R             |   13 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-executeTreatmentPatterns.R       |   42 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-export.R                         |  636 ++++------
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-exportPatientLevel.R             |    1 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-ggSunburst.R                     |    8 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-multipleCohortTables.R           |   70 +
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-pathwaysMultipleTargetsLogical.R |    4 
 TreatmentPatterns-3.1.2/TreatmentPatterns/tests/testthat/test-plotEventDuration.R              |    8 
 TreatmentPatterns-3.1.2/TreatmentPatterns/vignettes/a998_Strategus.Rmd                         |only
 TreatmentPatterns-3.1.2/TreatmentPatterns/vignettes/a999_Publications-Presentations.Rmd        |only
 58 files changed, 1780 insertions(+), 1766 deletions(-)

More information about TreatmentPatterns at CRAN
Permanent link

Package rollupTree updated to version 0.4.1 with previous version 0.4.0 dated 2026-01-30

Title: Perform Recursive Computations
Description: Mass rollup for a Bill of Materials is an example of a class of computations in which elements are arranged in a tree structure and some property of each element is a computed function of the corresponding values of its child elements. Leaf elements, i.e., those with no children, have values assigned. In many cases, the combining function is simple arithmetic sum; in other cases (e.g., mass properties), the combiner may involve other information such as the geometric relationship between parent and child, or statistical relations such as root-sum-of-squares (RSS). This package implements a general function for such problems. It is adapted to specific recursive computations by functional programming techniques; the caller passes a function as the update parameter to rollup() (or, at a lower level, passes functions as the get, set, combine, and override parameters to update_prop()) at runtime to specify the desired operations. The implementation relies on graph-theoretic algorithms from [...truncated...]
Author: James Steven Jenkins [aut, cre, cph]
Maintainer: James Steven Jenkins <sjenkins@studioj.us>

Diff between rollupTree versions 0.4.0 dated 2026-01-30 and 0.4.1 dated 2026-02-10

 DESCRIPTION                       |    6 +++---
 MD5                               |   12 ++++++------
 NEWS.md                           |    6 ++++++
 R/update_prop.R                   |    6 +++---
 inst/doc/rollupTree.html          |    2 +-
 man/df_get_row_by_id.Rd           |    4 ++--
 tests/testthat/test-update_prop.R |    6 ++++--
 7 files changed, 25 insertions(+), 17 deletions(-)

More information about rollupTree at CRAN
Permanent link

Package taylor updated to version 4.0.0 with previous version 3.2.0 dated 2025-01-07

Title: Lyrics and Song Data for Taylor Swift's Discography
Description: A comprehensive resource for data on Taylor Swift songs. Data is included for all officially released studio albums, extended plays (EPs), and individual singles are included. Data comes from 'Genius' (lyrics) and 'SoundStat' (song characteristics). Additional functions are included for easily creating data visualizations with color palettes inspired by Taylor Swift's album covers.
Author: W. Jake Thompson [aut, cre, cph]
Maintainer: W. Jake Thompson <wjakethompson@gmail.com>

Diff between taylor versions 3.2.0 dated 2025-01-07 and 4.0.0 dated 2026-02-10

 DESCRIPTION                                                          |   24 
 MD5                                                                  |  310 
 NAMESPACE                                                            |   10 
 NEWS.md                                                              |   62 
 R/api-access.R                                                       |only
 R/data-checks.R                                                      |  182 
 R/data.R                                                             |   50 
 R/ggplot2-color-scales.R                                             |  165 
 R/lyric-abbreviation.R                                               |  110 
 R/misc.R                                                             |    9 
 R/palette.R                                                          |   21 
 R/sitrep.R                                                           |only
 R/taylor-album-palettes.R                                            |  206 
 R/taylor-package.R                                                   |    1 
 README.md                                                            |   53 
 build/vignette.rds                                                   |binary
 data/taylor_album_songs.rda                                          |binary
 data/taylor_albums.rda                                               |binary
 data/taylor_all_songs.rda                                            |binary
 inst/WORDLIST                                                        |   11 
 inst/doc/lyrics.R                                                    |   12 
 inst/doc/lyrics.Rmd                                                  |   12 
 inst/doc/lyrics.html                                                 |   20 
 inst/doc/palettes.R                                                  |   13 
 inst/doc/palettes.Rmd                                                |   21 
 inst/doc/palettes.html                                               |  116 
 inst/doc/plotting.R                                                  |   46 
 inst/doc/plotting.Rmd                                                |   56 
 inst/doc/plotting.html                                               |   83 
 inst/doc/taylor.R                                                    |  434 
 inst/doc/taylor.Rmd                                                  |  253 
 inst/doc/taylor.html                                                 |  234 
 man/album_levels.Rd                                                  |   13 
 man/album_palettes.Rd                                                |    4 
 man/figures/logo.png                                                 |binary
 man/get_reccobeats_audio_features.Rd                                 |only
 man/get_soundstat_audio_features.Rd                                  |only
 man/get_spotify_track_info.Rd                                        |only
 man/scale_taylor.Rd                                                  |    2 
 man/soundstat-api.Rd                                                 |only
 man/spotify-api.Rd                                                   |only
 man/taylor-package.Rd                                                |    2 
 man/taylor_albums.Rd                                                 |    2 
 man/taylor_examples.Rd                                               |only
 man/taylor_sitrep.Rd                                                 |only
 man/taylor_songs.Rd                                                  |   55 
 tests/spelling.R                                                     |    7 
 tests/testthat/_snaps/data-checks.md                                 |   23 
 tests/testthat/_snaps/ggplot2-color-scales/1989-color-b.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-color-c.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-color-d.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-fill-b.svg           |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/1989-fill-c.svg           |  520 
 tests/testthat/_snaps/ggplot2-color-scales/1989-fill-d.svg           |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-tv-color-b.svg       |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-tv-color-c.svg       |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-tv-color-d.svg       |    1 
 tests/testthat/_snaps/ggplot2-color-scales/1989-tv-fill-b.svg        |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/1989-tv-fill-c.svg        |  520 
 tests/testthat/_snaps/ggplot2-color-scales/1989-tv-fill-d.svg        |    1 
 tests/testthat/_snaps/ggplot2-color-scales/albums-correct-factor.svg |  252 
 tests/testthat/_snaps/ggplot2-color-scales/albums-no-factor.svg      |  252 
 tests/testthat/_snaps/ggplot2-color-scales/albums-random-factor.svg  |  252 
 tests/testthat/_snaps/ggplot2-color-scales/albums-reverse-factor.svg |  252 
 tests/testthat/_snaps/ggplot2-color-scales/evermore-color-b.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/evermore-color-c.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/evermore-color-d.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/evermore-fill-b.svg       |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/evermore-fill-c.svg       |  520 
 tests/testthat/_snaps/ggplot2-color-scales/evermore-fill-d.svg       |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-color-b.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-color-c.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-color-d.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-fill-b.svg       |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/fearless-fill-c.svg       |  520 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-fill-d.svg       |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-tv-color-b.svg   |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-tv-color-c.svg   |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-tv-color-d.svg   |    1 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-tv-fill-b.svg    |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/fearless-tv-fill-c.svg    |  520 
 tests/testthat/_snaps/ggplot2-color-scales/fearless-tv-fill-d.svg    |    1 
 tests/testthat/_snaps/ggplot2-color-scales/folklore-color-b.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/folklore-color-c.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/folklore-color-d.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/folklore-fill-b.svg       |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/folklore-fill-c.svg       |  520 
 tests/testthat/_snaps/ggplot2-color-scales/folklore-fill-d.svg       |    1 
 tests/testthat/_snaps/ggplot2-color-scales/lover-color-b.svg         |    1 
 tests/testthat/_snaps/ggplot2-color-scales/lover-color-c.svg         |    1 
 tests/testthat/_snaps/ggplot2-color-scales/lover-color-d.svg         |    1 
 tests/testthat/_snaps/ggplot2-color-scales/lover-fill-b.svg          |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/lover-fill-c.svg          |  520 
 tests/testthat/_snaps/ggplot2-color-scales/lover-fill-d.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/lower-names.svg           |only
 tests/testthat/_snaps/ggplot2-color-scales/midnights-color-b.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/midnights-color-c.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/midnights-color-d.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/midnights-fill-b.svg      |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/midnights-fill-c.svg      |  520 
 tests/testthat/_snaps/ggplot2-color-scales/midnights-fill-d.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/mixed-names.svg           |only
 tests/testthat/_snaps/ggplot2-color-scales/nicknames-names.svg       |only
 tests/testthat/_snaps/ggplot2-color-scales/real-names.svg            |only
 tests/testthat/_snaps/ggplot2-color-scales/red-color-b.svg           |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-color-c.svg           |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-color-d.svg           |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-fill-b.svg            |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/red-fill-c.svg            |  520 
 tests/testthat/_snaps/ggplot2-color-scales/red-fill-d.svg            |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-tv-color-b.svg        |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-tv-color-c.svg        |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-tv-color-d.svg        |    1 
 tests/testthat/_snaps/ggplot2-color-scales/red-tv-fill-b.svg         |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/red-tv-fill-c.svg         |  520 
 tests/testthat/_snaps/ggplot2-color-scales/red-tv-fill-d.svg         |    1 
 tests/testthat/_snaps/ggplot2-color-scales/reputation-color-b.svg    |    1 
 tests/testthat/_snaps/ggplot2-color-scales/reputation-color-c.svg    |    1 
 tests/testthat/_snaps/ggplot2-color-scales/reputation-color-d.svg    |    1 
 tests/testthat/_snaps/ggplot2-color-scales/reputation-fill-b.svg     |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/reputation-fill-c.svg     |  520 
 tests/testthat/_snaps/ggplot2-color-scales/reputation-fill-d.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/sentence-names.svg        |only
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-color-b.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-color-c.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-color-d.svg     |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-fill-b.svg      |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-fill-c.svg      |  520 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-fill-d.svg      |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-tv-color-b.svg  |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-tv-color-c.svg  |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-tv-color-d.svg  |    1 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-tv-fill-b.svg   |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-tv-fill-c.svg   |  520 
 tests/testthat/_snaps/ggplot2-color-scales/speak-now-tv-fill-d.svg   |    1 
 tests/testthat/_snaps/ggplot2-color-scales/taylor-swift-color-b.svg  |    1 
 tests/testthat/_snaps/ggplot2-color-scales/taylor-swift-color-c.svg  |    1 
 tests/testthat/_snaps/ggplot2-color-scales/taylor-swift-color-d.svg  |    1 
 tests/testthat/_snaps/ggplot2-color-scales/taylor-swift-fill-b.svg   |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/taylor-swift-fill-c.svg   |  520 
 tests/testthat/_snaps/ggplot2-color-scales/taylor-swift-fill-d.svg   |    1 
 tests/testthat/_snaps/ggplot2-color-scales/tloas-color-b.svg         |only
 tests/testthat/_snaps/ggplot2-color-scales/tloas-color-c.svg         |only
 tests/testthat/_snaps/ggplot2-color-scales/tloas-color-d.svg         |only
 tests/testthat/_snaps/ggplot2-color-scales/tloas-fill-b.svg          |only
 tests/testthat/_snaps/ggplot2-color-scales/tloas-fill-c.svg          |only
 tests/testthat/_snaps/ggplot2-color-scales/tloas-fill-d.svg          |only
 tests/testthat/_snaps/ggplot2-color-scales/ttpd-color-b.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/ttpd-color-c.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/ttpd-color-d.svg          |    1 
 tests/testthat/_snaps/ggplot2-color-scales/ttpd-fill-b.svg           |11250 +++++-----
 tests/testthat/_snaps/ggplot2-color-scales/ttpd-fill-c.svg           |  520 
 tests/testthat/_snaps/ggplot2-color-scales/ttpd-fill-d.svg           |    1 
 tests/testthat/_snaps/ggplot2-color-scales/upper-names.svg           |only
 tests/testthat/_snaps/sitrep.md                                      |only
 tests/testthat/test-api-access.R                                     |only
 tests/testthat/test-data-checks.R                                    |   44 
 tests/testthat/test-data.R                                           |  126 
 tests/testthat/test-ggplot2-color-scales.R                           | 1643 +
 tests/testthat/test-lyric-abbreviation.R                             |   25 
 tests/testthat/test-misc.R                                           |   12 
 tests/testthat/test-palette.R                                        |   95 
 tests/testthat/test-sitrep.R                                         |only
 tests/testthat/test-taylor-album-palettes.R                          |   30 
 vignettes/lyrics.Rmd                                                 |   12 
 vignettes/palettes.Rmd                                               |   21 
 vignettes/plotting.Rmd                                               |   56 
 vignettes/taylor.Rmd                                                 |  253 
 168 files changed, 92375 insertions(+), 90182 deletions(-)

More information about taylor at CRAN
Permanent link

Package ggOceanMaps updated to version 2.3.0 with previous version 2.2.0 dated 2024-01-15

Title: Plot Data on Oceanographic Maps using 'ggplot2'
Description: Allows plotting data on bathymetric maps using 'ggplot2'. Plotting oceanographic spatial data is made as simple as feasible, but also flexible for custom modifications. Data that contain geographic information from anywhere around the globe can be plotted on maps generated by the basemap() or qmap() functions using 'ggplot2' layers separated by the '+' operator. The package uses spatial shape- ('sf') and raster ('stars') files, geospatial packages for R to manipulate, and the 'ggplot2' package to plot these files. The package ships with low-resolution spatial data files and higher resolution files for detailed maps are stored in the 'ggOceanMapsLargeData' repository on GitHub and downloaded automatically when needed.
Author: Mikko Vihtakari [aut, cre] , Roger Bivand [ctb], Hadley Wickham [ctb]
Maintainer: Mikko Vihtakari <mikko.vihtakari@hi.no>

Diff between ggOceanMaps versions 2.2.0 dated 2024-01-15 and 2.3.0 dated 2026-02-10

 DESCRIPTION              |   16 -
 MD5                      |   32 +--
 R/basemap.R              |  397 +++++++++++++++++++++++++++++++----------------
 R/basemap_data.R         |   55 ++++++
 R/clip_shapefile.R       |   14 +
 R/get_depth.R            |    6 
 R/internal_functions.R   |   20 +-
 R/load_map_data.R        |   63 ++++---
 R/map_cmd.R              |   55 ++----
 R/raster_bathymetry.R    |    8 
 R/shapefile_list.R       |   16 +
 R/theme_map.R            |   10 -
 R/vector_bathymetry.R    |    2 
 build/partial.rdb        |binary
 man/basemap.Rd           |   32 +--
 man/raster_bathymetry.Rd |    4 
 man/theme_map.Rd         |    2 
 17 files changed, 473 insertions(+), 259 deletions(-)

More information about ggOceanMaps at CRAN
Permanent link

Package derivmkts updated to version 0.2.5.1 with previous version 0.2.5 dated 2022-04-11

Title: Functions and R Code to Accompany Derivatives Markets
Description: A set of pricing and expository functions that should be useful in teaching a course on financial derivatives.
Author: Robert McDonald [aut, cre, cph]
Maintainer: Robert McDonald <rmcd1024@gmail.com>

Diff between derivmkts versions 0.2.5 dated 2022-04-11 and 0.2.5.1 dated 2026-02-10

 DESCRIPTION                       |   13 +++++++------
 MD5                               |   21 ++++++++++++---------
 NEWS.md                           |    8 ++++++++
 R/barriers.R                      |   12 ++++++------
 build/vignette.rds                |binary
 inst/doc/derivmkts-vignette.R     |   12 ++++++------
 inst/doc/derivmkts-vignette.Rmd   |   15 ++++++---------
 inst/doc/derivmkts-vignette.pdf   |binary
 man/barriers.Rd                   |    4 ++--
 vignettes/compile-vignette.sh     |only
 vignettes/derivmkts-vignette.Rmd  |   15 ++++++---------
 vignettes/derivmkts-vignette.html |only
 vignettes/vig-script.sh           |only
 13 files changed, 53 insertions(+), 47 deletions(-)

More information about derivmkts at CRAN
Permanent link

Package nomisdata updated to version 0.1.2 with previous version 0.1.1 dated 2025-11-26

Title: Access 'Nomis' UK Labour Market Data and Statistics
Description: Interface to the 'Nomis' database (<https://www.nomisweb.co.uk>), maintained by Durham University on behalf of the Office for National Statistics (ONS). Provides access to UK labour market statistics including census data, benefit claimant counts, and employment surveys. Supports automatic pagination, optional disk caching, spatial data via 'sf', and tidy data output. Independent implementation unaffiliated with ONS or Durham University.
Author: Cheryl Isabella Lim [aut, cre]
Maintainer: Cheryl Isabella Lim <cheryl.academic@gmail.com>

Diff between nomisdata versions 0.1.1 dated 2025-11-26 and 0.1.2 dated 2026-02-10

 DESCRIPTION                       |   11 -
 MD5                               |  101 ++++++------
 NAMESPACE                         |   76 ++++-----
 NEWS.md                           |  203 ++-----------------------
 R/auth.R                          |    1 
 R/cache_old.R                     |    2 
 R/client.R                        |    1 
 R/geography.R                     |    3 
 R/interactive.R                   |    2 
 README.md                         |   18 --
 inst/codemeta.json                |only
 man/add_geography_names.Rd        |   50 +++---
 man/aggregate_geography.Rd        |   56 +++---
 man/aggregate_time.Rd             |   72 ++++----
 man/browse_dataset.Rd             |   50 +++---
 man/build_request.Rd              |   24 +-
 man/cache_data.Rd                 |   24 +-
 man/check_installed.Rd            |   24 +-
 man/clear_cache.Rd                |   62 +++----
 man/dataset_overview.Rd           |   50 +++---
 man/describe_dataset.Rd           |   46 ++---
 man/enable_cache.Rd               |   46 ++---
 man/execute_request.Rd            |   24 +-
 man/explore_dataset.Rd            |   48 ++---
 man/fetch_codelist.Rd             |   54 +++---
 man/fetch_nomis.Rd                |  128 +++++++--------
 man/fetch_spatial.Rd              |  102 ++++++------
 man/format_number.Rd              |   24 +-
 man/get_cache_key.Rd              |   24 +-
 man/get_cached_data.Rd            |   24 +-
 man/get_codes.Rd                  |   72 ++++----
 man/jsa_sample.Rd                 |   80 ++++-----
 man/lookup_geography.Rd           |   58 +++----
 man/nomisdata-package.Rd          |   82 +++++-----
 man/parse_csv_response.Rd         |   24 +-
 man/parse_json_response.Rd        |   24 +-
 man/search_datasets.Rd            |   76 ++++-----
 man/set_api_key.Rd                |   52 +++---
 man/tidy_names.Rd                 |   46 ++---
 tests/testthat/test-aggregate.R   |  306 +++++++++++++++++++++++++++++++++++++-
 tests/testthat/test-auth.R        |  211 ++++++++++++++++++++++++--
 tests/testthat/test-cache.R       |  241 ++++++++++++++++++-----------
 tests/testthat/test-client.R      |  162 ++++++++++++++++----
 tests/testthat/test-discovery.R   |  168 +++++++++++++++++---
 tests/testthat/test-download.R    |  164 ++++++++------------
 tests/testthat/test-geography.R   |  131 +++++++++++++---
 tests/testthat/test-interactive.R |   95 +++++++++++
 tests/testthat/test-metadata.R    |   75 ++++-----
 tests/testthat/test-spatial.R     |   65 --------
 tests/testthat/test-transform.R   |  243 ++++++++++++++++++++++++++++--
 tests/testthat/test-utils.R       |  178 +++++++++++++++++++++-
 tests/testthat/test-zzz.R         |  171 ++++++++++++++++++++-
 52 files changed, 2628 insertions(+), 1446 deletions(-)

More information about nomisdata at CRAN
Permanent link

Package ipft updated to version 0.7.3 with previous version 0.7.2 dated 2018-01-04

Title: Indoor Positioning Fingerprinting Toolset
Description: Algorithms and utility functions for indoor positioning using fingerprinting techniques. These functions are designed for manipulation of RSSI (Received Signal Strength Intensity) data sets, estimation of positions,comparison of the performance of different models, and graphical visualization of data. Machine learning algorithms and methods such as k-nearest neighbors or probabilistic fingerprinting are implemented in this package to perform analysis and estimations over RSSI data sets.
Author: Emilio Sansano [aut, cre], Raul Montoliu [ctb]
Maintainer: Emilio Sansano <esansano@uji.es>

Diff between ipft versions 0.7.2 dated 2018-01-04 and 0.7.3 dated 2026-02-10

 DESCRIPTION                       |    9 -
 MD5                               |   22 +-
 NAMESPACE                         |    3 
 R/ipft.R                          |  312 ++++++++++++++++++++++----------------
 man/ipfDistance.Rd                |    5 
 man/ipfEstimate.Rd                |    4 
 man/ipfEstimateBeaconPositions.Rd |    5 
 man/ipfPlotEcdf.Rd                |    4 
 man/ipfPlotEstimation.Rd          |    8 
 man/ipfPlotPdf.Rd                 |    4 
 man/ipfProbabilistic.Rd           |    5 
 man/ipfRMID.Rd                    |    2 
 12 files changed, 223 insertions(+), 160 deletions(-)

More information about ipft at CRAN
Permanent link

Package ggvis updated to version 0.4.10 with previous version 0.4.9 dated 2024-02-05

Title: Interactive Grammar of Graphics
Description: An implementation of an interactive grammar of graphics, taking the best parts of 'ggplot2', combining them with the reactive framework of 'shiny' and drawing web graphics using 'vega'.
Author: Hadley Wickham [aut, cre], Winston Chang [aut], Posit [cph], jQuery Foundation [cph] , jQuery contributors [ctb, cph] , jQuery UI contributors [ctb, cph] , Mike Bostock [ctb, cph] , D3 contributors [ctb] , Trifacta Inc. [cph] , Vega contributors [ctb [...truncated...]
Maintainer: Hadley Wickham <hadley@posit.co>

Diff between ggvis versions 0.4.9 dated 2024-02-05 and 0.4.10 dated 2026-02-10

 ggvis-0.4.10/ggvis/DESCRIPTION |    8 ++++----
 ggvis-0.4.10/ggvis/MD5         |   39 ++-------------------------------------
 ggvis-0.4.10/ggvis/NEWS.md     |    4 ++++
 ggvis-0.4.9/ggvis/demo         |only
 4 files changed, 10 insertions(+), 41 deletions(-)

More information about ggvis at CRAN
Permanent link

Package lwqs (with last version 0.5.0) was removed from CRAN

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

2021-03-04 0.5.0

Permanent link
Package xgboost updated to version 3.2.0.1 with previous version 3.1.3.1 dated 2026-01-12

Title: Extreme Gradient Boosting
Description: Extreme Gradient Boosting, which is an efficient implementation of the gradient boosting framework from Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>. This package is its R interface. The package includes efficient linear model solver and tree learning algorithms. The package can automatically do parallel computation on a single machine which could be more than 10 times faster than existing gradient boosting packages. It supports various objective functions, including regression, classification and ranking. The package is made to be extensible, so that users are also allowed to define their own objectives easily.
Author: Tianqi Chen [aut], Tong He [aut], Michael Benesty [aut], Vadim Khotilovich [aut], Yuan Tang [aut] , Hyunsu Cho [aut], Kailong Chen [aut], Rory Mitchell [aut], Ignacio Cano [aut], Tianyi Zhou [aut], Mu Li [aut], Junyuan Xie [aut], Min Lin [aut], Yifen [...truncated...]
Maintainer: Jiaming Yuan <jm.yuan@outlook.com>

Diff between xgboost versions 3.1.3.1 dated 2026-01-12 and 3.2.0.1 dated 2026-02-10

 xgboost-3.1.3.1/xgboost/src/src/cli_main.cc                                  |only
 xgboost-3.1.3.1/xgboost/src/src/common/config.h                              |only
 xgboost-3.1.3.1/xgboost/src/src/common/cuda_stream_pool.cuh                  |only
 xgboost-3.1.3.1/xgboost/src/src/data/validation.cc                           |only
 xgboost-3.1.3.1/xgboost/src/src/data/validation.cu                           |only
 xgboost-3.1.3.1/xgboost/src/src/data/validation.h                            |only
 xgboost-3.1.3.1/xgboost/src/src/tree/gpu_hist/gradient_based_sampler.cu      |only
 xgboost-3.1.3.1/xgboost/src/src/tree/gpu_hist/gradient_based_sampler.cuh     |only
 xgboost-3.2.0.1/xgboost/DESCRIPTION                                          |    8 
 xgboost-3.2.0.1/xgboost/MD5                                                  |  486 -
 xgboost-3.2.0.1/xgboost/R/xgb.DMatrix.R                                      |    3 
 xgboost-3.2.0.1/xgboost/R/xgb.train.R                                        |   20 
 xgboost-3.2.0.1/xgboost/R/xgboost.R                                          |    2 
 xgboost-3.2.0.1/xgboost/build/vignette.rds                                   |binary
 xgboost-3.2.0.1/xgboost/configure                                            |   18 
 xgboost-3.2.0.1/xgboost/configure.ac                                         |    2 
 xgboost-3.2.0.1/xgboost/inst/doc/xgboost_introduction.R                      |    2 
 xgboost-3.2.0.1/xgboost/inst/doc/xgboost_introduction.Rmd                    |    2 
 xgboost-3.2.0.1/xgboost/inst/doc/xgboost_introduction.html                   |   12 
 xgboost-3.2.0.1/xgboost/inst/doc/xgboostfromJSON.html                        |  162 
 xgboost-3.2.0.1/xgboost/man/xgb.params.Rd                                    |   22 
 xgboost-3.2.0.1/xgboost/man/xgboost.Rd                                       |   19 
 xgboost-3.2.0.1/xgboost/src/Makevars.in                                      |    5 
 xgboost-3.2.0.1/xgboost/src/Makevars.win.in                                  |    5 
 xgboost-3.2.0.1/xgboost/src/config.h                                         |    4 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/any.h                     |  201 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/array_view.h              |   39 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/base.h                    |  200 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/blockingconcurrentqueue.h | 1865 +++----
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/build_config_default.h    |   20 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/common.h                  |   23 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/concurrency.h             |   82 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/concurrentqueue.h         | 2587 +++++-----
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/config.h                  |   45 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/data.h                    |  100 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/endian.h                  |    7 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/filesystem.h              |   40 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/input_split_shuffle.h     |   41 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/io.h                      |  130 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/json.h                    |  344 -
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/logging.h                 |  423 -
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/lua.h                     |  416 -
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/memory.h                  |   84 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/memory_io.h               |   29 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/omp.h                     |   55 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/optional.h                |  144 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/parameter.h               |  374 -
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/recordio.h                |   12 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/registry.h                |   88 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/serializer.h              |  242 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/strtonum.h                |  298 -
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/thread_group.h            |  187 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/thread_local.h            |   15 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/threadediter.h            |  112 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/timer.h                   |   18 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/include/dmlc/type_traits.h             |   50 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/config.cc                          |  116 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data.cc                            |  222 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/basic_row_iter.h              |   23 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/csv_parser.h                  |   81 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/disk_row_iter.h               |   66 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/libfm_parser.h                |   66 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/libsvm_parser.h               |   73 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/parquet_parser.h              |   66 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/parser.h                      |   44 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/row_block.h                   |   65 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/data/text_parser.h                 |   91 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io.cc                              |   73 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/azure_filesys.cc                |   38 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/azure_filesys.h                 |   11 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/cached_input_split.h            |  108 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/filesys.cc                      |   11 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/hdfs_filesys.cc                 |   49 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/hdfs_filesys.h                  |   10 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/indexed_recordio_split.cc       |  168 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/indexed_recordio_split.h        |   37 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/input_split_base.cc             |  125 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/input_split_base.h              |   44 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/line_split.cc                   |   41 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/line_split.h                    |   17 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/local_filesys.cc                |  106 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/local_filesys.h                 |    7 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/recordio_split.cc               |   42 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/recordio_split.h                |   20 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/s3_filesys.cc                   |  397 -
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/s3_filesys.h                    |   18 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/single_file_split.h             |   74 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/single_threaded_input_split.h   |   35 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/threaded_input_split.h          |   42 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/io/uri_spec.h                      |   17 
 xgboost-3.2.0.1/xgboost/src/dmlc-core/src/recordio.cc                        |   64 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/base.h                           |   50 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/byteswap.h                       |only
 xgboost-3.2.0.1/xgboost/src/include/xgboost/c_api.h                          | 1172 ++--
 xgboost-3.2.0.1/xgboost/src/include/xgboost/data.h                           |   98 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/gbm.h                            |    9 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/global_config.h                  |    4 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/gradient.h                       |only
 xgboost-3.2.0.1/xgboost/src/include/xgboost/json.h                           |    6 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/json_io.h                        |   33 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/learner.h                        |   46 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/linalg.h                         |   82 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/multi_target_tree_model.h        |  153 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/objective.h                      |    2 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/span.h                           |    8 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/tree_model.h                     |  397 -
 xgboost-3.2.0.1/xgboost/src/include/xgboost/tree_updater.h                   |   96 
 xgboost-3.2.0.1/xgboost/src/include/xgboost/version_config.h                 |    4 
 xgboost-3.2.0.1/xgboost/src/src/CMakeLists.txt                               |    2 
 xgboost-3.2.0.1/xgboost/src/src/c_api/c_api.cc                               |  640 +-
 xgboost-3.2.0.1/xgboost/src/src/c_api/c_api.cu                               |    9 
 xgboost-3.2.0.1/xgboost/src/src/c_api/c_api_utils.h                          |    2 
 xgboost-3.2.0.1/xgboost/src/src/c_api/coll_c_api.cc                          |   12 
 xgboost-3.2.0.1/xgboost/src/src/collective/coll.cu                           |   60 
 xgboost-3.2.0.1/xgboost/src/src/collective/coll.cuh                          |   16 
 xgboost-3.2.0.1/xgboost/src/src/collective/comm.cu                           |   54 
 xgboost-3.2.0.1/xgboost/src/src/collective/comm.cuh                          |   14 
 xgboost-3.2.0.1/xgboost/src/src/collective/tracker.cc                        |   30 
 xgboost-3.2.0.1/xgboost/src/src/common/algorithm.cuh                         |  133 
 xgboost-3.2.0.1/xgboost/src/src/common/algorithm.h                           |    1 
 xgboost-3.2.0.1/xgboost/src/src/common/cache_manager.cc                      |only
 xgboost-3.2.0.1/xgboost/src/src/common/cache_manager.h                       |only
 xgboost-3.2.0.1/xgboost/src/src/common/common.h                              |   35 
 xgboost-3.2.0.1/xgboost/src/src/common/compressed_iterator.h                 |  186 
 xgboost-3.2.0.1/xgboost/src/src/common/cuda_context.cuh                      |   23 
 xgboost-3.2.0.1/xgboost/src/src/common/cuda_dr_utils.cc                      |   10 
 xgboost-3.2.0.1/xgboost/src/src/common/cuda_rt_utils.cc                      |   63 
 xgboost-3.2.0.1/xgboost/src/src/common/cuda_rt_utils.h                       |   19 
 xgboost-3.2.0.1/xgboost/src/src/common/cuda_stream.h                         |only
 xgboost-3.2.0.1/xgboost/src/src/common/cuda_stream_pool.h                    |only
 xgboost-3.2.0.1/xgboost/src/src/common/device_compression.cu                 |   43 
 xgboost-3.2.0.1/xgboost/src/src/common/device_compression.cuh                |   11 
 xgboost-3.2.0.1/xgboost/src/src/common/device_debug.cuh                      |only
 xgboost-3.2.0.1/xgboost/src/src/common/device_helpers.cuh                    |  180 
 xgboost-3.2.0.1/xgboost/src/src/common/device_vector.cu                      |    7 
 xgboost-3.2.0.1/xgboost/src/src/common/device_vector.cuh                     |  299 -
 xgboost-3.2.0.1/xgboost/src/src/common/error_msg.h                           |   11 
 xgboost-3.2.0.1/xgboost/src/src/common/hist_util.cc                          |   16 
 xgboost-3.2.0.1/xgboost/src/src/common/hist_util.cu                          |   33 
 xgboost-3.2.0.1/xgboost/src/src/common/hist_util.h                           |    2 
 xgboost-3.2.0.1/xgboost/src/src/common/host_device_vector.cc                 |   11 
 xgboost-3.2.0.1/xgboost/src/src/common/host_device_vector.cu                 |   14 
 xgboost-3.2.0.1/xgboost/src/src/common/linalg_op.cu                          |    9 
 xgboost-3.2.0.1/xgboost/src/src/common/linalg_op.cuh                         |  102 
 xgboost-3.2.0.1/xgboost/src/src/common/linalg_op.h                           |  227 
 xgboost-3.2.0.1/xgboost/src/src/common/math.h                                |   26 
 xgboost-3.2.0.1/xgboost/src/src/common/numeric.h                             |   95 
 xgboost-3.2.0.1/xgboost/src/src/common/partition_builder.h                   |   22 
 xgboost-3.2.0.1/xgboost/src/src/common/quantile.cuh                          |    7 
 xgboost-3.2.0.1/xgboost/src/src/common/quantile.h                            |  266 -
 xgboost-3.2.0.1/xgboost/src/src/common/random.h                              |   58 
 xgboost-3.2.0.1/xgboost/src/src/common/ref_resource_view.cuh                 |    3 
 xgboost-3.2.0.1/xgboost/src/src/common/ref_resource_view.h                   |   20 
 xgboost-3.2.0.1/xgboost/src/src/common/resource.cu                           |    7 
 xgboost-3.2.0.1/xgboost/src/src/common/resource.cuh                          |    6 
 xgboost-3.2.0.1/xgboost/src/src/common/stats.cc                              |    7 
 xgboost-3.2.0.1/xgboost/src/src/common/stats.cuh                             |  192 
 xgboost-3.2.0.1/xgboost/src/src/common/stats.h                               |    2 
 xgboost-3.2.0.1/xgboost/src/src/common/threading_utils.h                     |   93 
 xgboost-3.2.0.1/xgboost/src/src/data/array_interface.cc                      |    6 
 xgboost-3.2.0.1/xgboost/src/src/data/array_interface.cu                      |   11 
 xgboost-3.2.0.1/xgboost/src/src/data/batch_utils.cc                          |   20 
 xgboost-3.2.0.1/xgboost/src/src/data/batch_utils.h                           |    8 
 xgboost-3.2.0.1/xgboost/src/src/data/cat_container.cuh                       |    4 
 xgboost-3.2.0.1/xgboost/src/src/data/cat_container.h                         |    3 
 xgboost-3.2.0.1/xgboost/src/src/data/data.cc                                 |  472 -
 xgboost-3.2.0.1/xgboost/src/src/data/data.cu                                 |  136 
 xgboost-3.2.0.1/xgboost/src/src/data/ellpack_page.cu                         |   78 
 xgboost-3.2.0.1/xgboost/src/src/data/ellpack_page.cuh                        |    9 
 xgboost-3.2.0.1/xgboost/src/src/data/ellpack_page_raw_format.cu              |   14 
 xgboost-3.2.0.1/xgboost/src/src/data/ellpack_page_source.cu                  |    7 
 xgboost-3.2.0.1/xgboost/src/src/data/ellpack_page_source.h                   |    9 
 xgboost-3.2.0.1/xgboost/src/src/data/gradient_index.cc                       |   40 
 xgboost-3.2.0.1/xgboost/src/src/data/gradient_index.cu                       |    2 
 xgboost-3.2.0.1/xgboost/src/src/data/gradient_index.h                        |   19 
 xgboost-3.2.0.1/xgboost/src/src/data/gradient_index_page_source.cc           |    6 
 xgboost-3.2.0.1/xgboost/src/src/data/gradient_index_page_source.h            |    4 
 xgboost-3.2.0.1/xgboost/src/src/data/iterative_dmatrix.cc                    |    6 
 xgboost-3.2.0.1/xgboost/src/src/data/iterative_dmatrix.cu                    |   11 
 xgboost-3.2.0.1/xgboost/src/src/data/iterative_dmatrix.h                     |    4 
 xgboost-3.2.0.1/xgboost/src/src/data/metainfo.cc                             |only
 xgboost-3.2.0.1/xgboost/src/src/data/metainfo.cu                             |only
 xgboost-3.2.0.1/xgboost/src/src/data/metainfo.h                              |only
 xgboost-3.2.0.1/xgboost/src/src/data/sparse_page_dmatrix.cc                  |    7 
 xgboost-3.2.0.1/xgboost/src/src/encoder/ordinal.cuh                          |   17 
 xgboost-3.2.0.1/xgboost/src/src/encoder/ordinal.h                            |    2 
 xgboost-3.2.0.1/xgboost/src/src/gbm/gblinear.cc                              |    9 
 xgboost-3.2.0.1/xgboost/src/src/gbm/gbtree.cc                                |  123 
 xgboost-3.2.0.1/xgboost/src/src/gbm/gbtree.h                                 |   62 
 xgboost-3.2.0.1/xgboost/src/src/gbm/gbtree_model.cc                          |   30 
 xgboost-3.2.0.1/xgboost/src/src/gbm/gbtree_model.h                           |   63 
 xgboost-3.2.0.1/xgboost/src/src/learner.cc                                   |  187 
 xgboost-3.2.0.1/xgboost/src/src/metric/auc.cu                                |   77 
 xgboost-3.2.0.1/xgboost/src/src/metric/elementwise_metric.cu                 |    3 
 xgboost-3.2.0.1/xgboost/src/src/metric/rank_metric.cc                        |  144 
 xgboost-3.2.0.1/xgboost/src/src/objective/adaptive.cc                        |  152 
 xgboost-3.2.0.1/xgboost/src/src/objective/adaptive.cu                        |   88 
 xgboost-3.2.0.1/xgboost/src/src/objective/adaptive.h                         |   46 
 xgboost-3.2.0.1/xgboost/src/src/objective/aft_obj.cu                         |   10 
 xgboost-3.2.0.1/xgboost/src/src/objective/hinge.cu                           |   12 
 xgboost-3.2.0.1/xgboost/src/src/objective/multiclass_obj.cu                  |   17 
 xgboost-3.2.0.1/xgboost/src/src/objective/quantile_obj.cu                    |   23 
 xgboost-3.2.0.1/xgboost/src/src/objective/regression_loss.h                  |   29 
 xgboost-3.2.0.1/xgboost/src/src/objective/regression_obj.cu                  |  186 
 xgboost-3.2.0.1/xgboost/src/src/predictor/array_tree_layout.h                |   32 
 xgboost-3.2.0.1/xgboost/src/src/predictor/cpu_predictor.cc                   |  324 -
 xgboost-3.2.0.1/xgboost/src/src/predictor/gbtree_view.h                      |only
 xgboost-3.2.0.1/xgboost/src/src/predictor/gpu_predictor.cu                   | 1122 +---
 xgboost-3.2.0.1/xgboost/src/src/predictor/predict_fn.h                       |   34 
 xgboost-3.2.0.1/xgboost/src/src/predictor/treeshap.cc                        |   46 
 xgboost-3.2.0.1/xgboost/src/src/predictor/treeshap.h                         |   15 
 xgboost-3.2.0.1/xgboost/src/src/tree/common_row_partitioner.h                |   75 
 xgboost-3.2.0.1/xgboost/src/src/tree/constraints.cu                          |   12 
 xgboost-3.2.0.1/xgboost/src/src/tree/constraints.cuh                         |   24 
 xgboost-3.2.0.1/xgboost/src/src/tree/fit_stump.cc                            |   33 
 xgboost-3.2.0.1/xgboost/src/src/tree/fit_stump.h                             |   17 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/evaluate_splits.cu             |   36 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/evaluate_splits.cuh            |   63 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/evaluator.cu                   |   16 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/expand_entry.cu                |only
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/expand_entry.cuh               |   72 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/feature_groups.cu              |    4 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/feature_groups.cuh             |    9 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/histogram.cu                   |  813 +--
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/histogram.cuh                  |   82 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/leaf_sum.cu                    |only
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/leaf_sum.cuh                   |only
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/multi_evaluate_splits.cu       |only
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/multi_evaluate_splits.cuh      |only
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/quantiser.cuh                  |   67 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/row_partitioner.cu             |    3 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/row_partitioner.cuh            |  113 
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/sampler.cu                     |only
 xgboost-3.2.0.1/xgboost/src/src/tree/gpu_hist/sampler.cuh                    |only
 xgboost-3.2.0.1/xgboost/src/src/tree/hist/evaluate_splits.h                  |  144 
 xgboost-3.2.0.1/xgboost/src/src/tree/hist/hist_param.h                       |    4 
 xgboost-3.2.0.1/xgboost/src/src/tree/hist/histogram.cc                       |   18 
 xgboost-3.2.0.1/xgboost/src/src/tree/hist/histogram.h                        |  176 
 xgboost-3.2.0.1/xgboost/src/src/tree/hist/sampler.cc                         |only
 xgboost-3.2.0.1/xgboost/src/src/tree/hist/sampler.h                          |  128 
 xgboost-3.2.0.1/xgboost/src/src/tree/io_utils.h                              |    1 
 xgboost-3.2.0.1/xgboost/src/src/tree/multi_target_tree_model.cc              |  248 
 xgboost-3.2.0.1/xgboost/src/src/tree/param.h                                 |   64 
 xgboost-3.2.0.1/xgboost/src/src/tree/split_evaluator.h                       |   17 
 xgboost-3.2.0.1/xgboost/src/src/tree/tree_model.cc                           |  620 +-
 xgboost-3.2.0.1/xgboost/src/src/tree/tree_view.cc                            |only
 xgboost-3.2.0.1/xgboost/src/src/tree/tree_view.h                             |only
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_approx.cc                       |   44 
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_colmaker.cc                     |  103 
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_gpu_common.cuh                  |   91 
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_gpu_hist.cu                     |  458 -
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_gpu_hist.cuh                    |only
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_prune.cc                        |    8 
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_quantile_hist.cc                |  294 -
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_refresh.cc                      |  112 
 xgboost-3.2.0.1/xgboost/src/src/tree/updater_sync.cc                         |    5 
 xgboost-3.2.0.1/xgboost/src/xgboost_R.cc                                     |   17 
 xgboost-3.2.0.1/xgboost/src/xgboost_R.h                                      |    1 
 xgboost-3.2.0.1/xgboost/vignettes/xgboost_introduction.Rmd                   |    2 
 259 files changed, 12703 insertions(+), 11768 deletions(-)

More information about xgboost at CRAN
Permanent link

Package semhelpinghands updated to version 0.1.14 with previous version 0.1.12 dated 2024-11-02

Title: Helper Functions for Structural Equation Modeling
Description: An assortment of helper functions for doing structural equation modeling, mainly by 'lavaan' for now. Most of them are time-saving functions for common tasks in doing structural equation modeling and reading the output. This package is not for functions that implement advanced statistical procedures. It is a light-weight package for simple functions that do simple tasks conveniently, with as few dependencies as possible.
Author: Shu Fai Cheung [aut, cre]
Maintainer: Shu Fai Cheung <shufai.cheung@gmail.com>

Diff between semhelpinghands versions 0.1.12 dated 2024-11-02 and 0.1.14 dated 2026-02-10

 DESCRIPTION                                         |   11 
 MD5                                                 |   58 +-
 NEWS.md                                             |   20 
 R/plot_boot.R                                       |   28 +
 R/standardizedSolution_boot_ci.R                    |   24 
 R/store_boot_def.R                                  |   26 +
 R/to_vectors.R                                      |   88 ++-
 README.md                                           |    2 
 build/partial.rdb                                   |binary
 build/vignette.rds                                  |binary
 inst/doc/semhelpinghands.Rmd                        |   17 
 inst/doc/semhelpinghands.html                       |   44 +
 inst/doc/standardizedSolution_boot_ci.Rmd           |  489 ++++++++++----------
 inst/doc/standardizedSolution_boot_ci.html          |   58 ++
 man/plot_boot.Rd                                    |   24 
 man/show_more_options.Rd                            |    4 
 man/standardizedSolution_boot_ci.Rd                 |   25 +
 man/store_boot_def.Rd                               |   25 +
 tests/testthat/test-to_vectors.R                    |   24 
 vignettes/articles/figure/fig1-1.png                |binary
 vignettes/articles/figure/fig2-1.png                |binary
 vignettes/articles/figure/fig3-1.png                |binary
 vignettes/articles/figure/fig4-1.png                |binary
 vignettes/articles/plot_boot.Rmd                    |   34 +
 vignettes/articles/plot_boot.Rmd.original           |   30 +
 vignettes/articles/references.bib                   |   19 
 vignettes/references.bib                            |   19 
 vignettes/semhelpinghands.Rmd                       |   17 
 vignettes/standardizedSolution_boot_ci.Rmd          |  489 ++++++++++----------
 vignettes/standardizedSolution_boot_ci.Rmd.original |   33 +
 30 files changed, 1071 insertions(+), 537 deletions(-)

More information about semhelpinghands at CRAN
Permanent link

Package XML updated to version 3.99-0.22 with previous version 3.99-0.20 dated 2025-11-08

Title: Tools for Parsing and Generating XML Within R and S-Plus
Description: Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an 'XPath' "interpreter".
Author: CRAN Team [ctb] , Duncan Temple Lang [aut] , Tomas Kalibera [ctb], Ivan Krylov [cre]
Maintainer: Ivan Krylov <ikrylov@disroot.org>

Diff between XML versions 3.99-0.20 dated 2025-11-08 and 3.99-0.22 dated 2026-02-10

 XML-3.99-0.20/XML/README                      |only
 XML-3.99-0.20/XML/man/parseDTD.Rd             |only
 XML-3.99-0.20/XML/src/RSDTD.c                 |only
 XML-3.99-0.20/XML/src/RSDTD.h                 |only
 XML-3.99-0.22/XML/ChangeLog                   |    5 +
 XML-3.99-0.22/XML/DESCRIPTION                 |   25 +++++----
 XML-3.99-0.22/XML/LICENSE                     |    2 
 XML-3.99-0.22/XML/MD5                         |   67 +++++++++++++-------------
 XML-3.99-0.22/XML/NAMESPACE                   |   12 ----
 XML-3.99-0.22/XML/R/DTD.R                     |    7 ++
 XML-3.99-0.22/XML/R/XMLClasses.R              |    3 -
 XML-3.99-0.22/XML/R/htmlParse.R               |    3 -
 XML-3.99-0.22/XML/R/nodeAccessors.R           |    3 -
 XML-3.99-0.22/XML/R/parseDTD.R                |   22 --------
 XML-3.99-0.22/XML/R/saveXML.R                 |    4 -
 XML-3.99-0.22/XML/R/tree.R                    |    7 +-
 XML-3.99-0.22/XML/R/version.R                 |    5 -
 XML-3.99-0.22/XML/R/xmlEventParse.R           |   18 +++---
 XML-3.99-0.22/XML/R/xmlNodes.R                |    2 
 XML-3.99-0.22/XML/R/xmlTree.R                 |    3 -
 XML-3.99-0.22/XML/R/xmlTreeParse.R            |   14 -----
 XML-3.99-0.22/XML/inst/extdata                |only
 XML-3.99-0.22/XML/man/XML-defunct.Rd          |only
 XML-3.99-0.22/XML/man/dtdElement.Rd           |    5 +
 XML-3.99-0.22/XML/man/dtdElementValidEntry.Rd |    5 +
 XML-3.99-0.22/XML/man/dtdIsAttribute.Rd       |    4 +
 XML-3.99-0.22/XML/man/dtdValidElement.Rd      |   11 +---
 XML-3.99-0.22/XML/man/xmlEventParse.Rd        |    2 
 XML-3.99-0.22/XML/src/DocParse.c              |   33 ------------
 XML-3.99-0.22/XML/src/EventParse.c            |    5 -
 XML-3.99-0.22/XML/src/EventParse.h            |    4 +
 XML-3.99-0.22/XML/src/HTMLParse.c             |   17 ------
 XML-3.99-0.22/XML/src/RUtils.c                |   17 ------
 XML-3.99-0.22/XML/src/Utils.h                 |    7 --
 XML-3.99-0.22/XML/src/XMLEventParse.c         |   11 +++-
 XML-3.99-0.22/XML/src/XMLTree.c               |   44 +----------------
 XML-3.99-0.22/XML/tests                       |only
 37 files changed, 130 insertions(+), 237 deletions(-)

More information about XML at CRAN
Permanent link

Package baggr updated to version 0.8 with previous version 0.7.11 dated 2025-06-19

Title: Bayesian Aggregate Treatment Effects
Description: Running and comparing meta-analyses of data with hierarchical Bayesian models in Stan, including convenience functions for formatting data, plotting and pooling measures specific to meta-analysis. This implements many models from Meager (2019) <doi:10.1257/app.20170299>.
Author: Witold Wiecek [cre, aut], Rachael Meager [aut], Brice Green [ctb] , Danny Toomey [ctb] , Trustees of Columbia University [cph]
Maintainer: Witold Wiecek <witold.wiecek@gmail.com>

Diff between baggr versions 0.7.11 dated 2025-06-19 and 0.8 dated 2026-02-10

 DESCRIPTION                                    |   12 
 MD5                                            |   93 +-
 NAMESPACE                                      |    5 
 NEWS.md                                        |    9 
 R/auto_prior.R                                 |  428 ++++++-----
 R/baggr-package.R                              |    2 
 R/baggr.R                                      |   72 +-
 R/baggr_plot.R                                 |   12 
 R/convert_inputs.R                             |   90 +-
 R/forest_plot.R                                |    3 
 R/funnel.R                                     |only
 R/loocv.R                                      |   53 -
 R/print_baggr.R                                |   40 +
 R/selection.R                                  |only
 R/trt_effects.R                                |    2 
 build/vignette.rds                             |binary
 inst/doc/baggr.R                               |   23 
 inst/doc/baggr.Rmd                             |  117 ++-
 inst/doc/baggr.html                            |  600 ++++++++++------
 inst/doc/baggr_binary.Rmd                      |   12 
 inst/doc/baggr_binary.html                     |   23 
 inst/stan/functions/selection.stan             |only
 inst/stan/rubin.stan                           |   61 +
 man/baggr-package.Rd                           |    2 
 man/baggr.Rd                                   |   32 
 man/baggr_plot.Rd                              |    2 
 man/baggr_theme_set.Rd                         |  148 ++--
 man/convert_inputs.Rd                          |    3 
 man/funnel_plot.Rd                             |only
 man/prepare_prior.Rd                           |   92 +-
 man/print.baggr.Rd                             |    3 
 man/selection.Rd                               |only
 src/stanExports_logit.cc                       |   34 
 src/stanExports_mutau.cc                       |   34 
 src/stanExports_mutau_full.cc                  |   34 
 src/stanExports_rubin.cc                       |   34 
 src/stanExports_rubin.h                        |  899 +++++++++++++++++--------
 src/stanExports_rubin_full.cc                  |   34 
 tests/testthat/Rplots.pdf                      |binary
 tests/testthat/test_binary.R                   |   20 
 tests/testthat/test_full.R                     |    1 
 tests/testthat/test_loo.R                      |    4 
 tests/testthat/test_multiarm.R                 |  114 ++-
 tests/testthat/test_mutau.R                    |    6 
 tests/testthat/test_mutau_full.R               |   36 -
 tests/testthat/test_rubin.R                    |   34 
 tests/testthat/test_selection_and_validation.R |only
 tests/testthat/test_uncovered_helpers.R        |only
 vignettes/baggr.Rmd                            |  117 ++-
 vignettes/baggr_binary.Rmd                     |   12 
 vignettes/baggr_binary.Rmd.orig                |    2 
 51 files changed, 2144 insertions(+), 1210 deletions(-)

More information about baggr at CRAN
Permanent link

Package robcat updated to version 0.2 with previous version 0.1.0 dated 2025-05-01

Title: Robust Categorical Data Analysis
Description: Robust categorical data analysis based on the theory of C-estimation developed in Welz (2024) <doi:10.48550/arXiv.2403.11954>. For now, the package only implements robust estimation of polychoric correlation as proposed in Welz, Mair and Alfons (2026) <doi:10.1017/psy.2025.10066> and robust estimation of polyserial correlation (Welz, 2026 <doi:10.1017/psy.2026.10091>) with methods for printing and plotting. We will implement further models in future releases. In addition, the package is still experimental, so input arguments and class structure may change in future releases.
Author: Max Welz [aut, cre] , Andreas Alfons [aut] , Patrick Mair [aut]
Maintainer: Max Welz <max.welz@uzh.ch>

Diff between robcat versions 0.1.0 dated 2025-05-01 and 0.2 dated 2026-02-10

 DESCRIPTION                                |   13 +-
 MD5                                        |   50 +++++++---
 NAMESPACE                                  |    9 +
 R/checks.R                                 |    7 +
 R/polycor.R                                |  141 +++++++++++++++++++----------
 R/polycor_funs_helper.R                    |    2 
 R/polycormat.R                             |   29 +----
 R/polyserial.R                             |only
 R/polyserial_Qmat.R                        |only
 R/polyserial_efficiency.R                  |only
 R/polyserial_funs_helper.R                 |only
 R/polyserial_gradient.R                    |only
 R/polyserial_hessian_conditional.R         |only
 R/polyserial_hessian_conditional_diag.R    |only
 R/polyserial_hessian_conditional_offdiag.R |only
 R/polyserial_hessian_helpers.R             |only
 R/polyserial_hessian_marginal.R            |only
 R/polyserial_point.R                       |only
 R/polyserial_variance.R                    |only
 R/polyserial_variance_apprx.R              |only
 R/polyserial_weights.R                     |only
 R/print.R                                  |   43 ++++++++
 R/vcov.R                                   |   43 ++++++++
 build/partial.rdb                          |binary
 man/initialize_param.Rd                    |    2 
 man/polycor.Rd                             |   16 +--
 man/polycor_mle.Rd                         |   14 +-
 man/polycormat.Rd                          |   16 +--
 man/polycormat_mle.Rd                      |   14 +-
 man/polyserial.Rd                          |only
 man/polyserial_efficiency.Rd               |only
 man/polyserial_initialize_param.Rd         |only
 man/polyserial_mle.Rd                      |only
 man/print.robpolyserial.Rd                 |only
 man/vcov.robpolycor.Rd                     |    5 -
 man/vcov.robpolyserial.Rd                  |only
 36 files changed, 280 insertions(+), 124 deletions(-)

More information about robcat at CRAN
Permanent link

Package EEAaq updated to version 1.0.3 with previous version 1.0.2 dated 2026-01-21

Title: Handle Air Quality Data from the European Environment Agency Data Portal
Description: This software downloads and manages air quality data from the European Environmental Agency (EEA) dataflow (<https://www.eea.europa.eu/data-and-maps/data/aqereporting-9>). See the web page <https://eeadmz1-downloads-webapp.azurewebsites.net/> for details on the EEA's Air Quality Download Service. The package allows dynamically mapping the stations, summarising and time aggregating the measurements and building spatial interpolation maps. See the web page <https://www.eea.europa.eu/en> for further information on EEA activities and history. Further details, as well as, an extended vignette of the main functions included in the package, are available at the GitHub web page dedicated to the project.
Author: Paolo Maranzano [aut, cre, cph] , Riccardo Borgoni [aut, cph] , Samir Doghmi [aut, cph], Agostino Tassan Mazzocco [aut, cph]
Maintainer: Paolo Maranzano <pmaranzano.ricercastatistica@gmail.com>

Diff between EEAaq versions 1.0.2 dated 2026-01-21 and 1.0.3 dated 2026-02-10

 DESCRIPTION              |    8 +++---
 MD5                      |    8 +++---
 R/EEAaq_summary.R        |    5 ++-
 R/EEAaq_time_aggregate.R |   20 +++++++--------
 inst/doc/vignettes.html  |   60 +++++++++++++++++++++++------------------------
 5 files changed, 51 insertions(+), 50 deletions(-)

More information about EEAaq at CRAN
Permanent link

Package SaturnCoefficient updated to version 1.6 with previous version 1.4 dated 2025-02-14

Title: Statistical Evaluation of UMAP Dimensionality Reductions
Description: A metric expressing the quality of a UMAP layout. This is a package that contains the Saturn_coefficient() function that reads an input matrix, its dimensionality reduction produced by UMAP, and evaluates the quality of this dimensionality reduction by producing a real value in the [0; 1] interval. We call this real value Saturn coefficient. A higher value means better dimensionality reduction; a lower value means worse dimensionality reduction. Reference: Davide Chicco et al. (February 2026), "The advantages of our proposed Saturn coefficient over continuity and trustworthiness for UMAP dimensionality reduction evaluation", PeerJ Computer Science 12:e3424 (pp. 1-30), <doi:10.7717/peerj-cs.3424>.
Author: Davide Chicco [aut, cre]
Maintainer: Davide Chicco <davidechicco@davidechicco.it>

Diff between SaturnCoefficient versions 1.4 dated 2025-02-14 and 1.6 dated 2026-02-10

 DESCRIPTION                     |   17 +-
 MD5                             |    7 
 R/Saturn_coefficient.r          |   20 ++
 inst/CITATION                   |only
 inst/doc/SaturnCoefficient.html |  310 ++++++++++++++++++++++++++++++++--------
 5 files changed, 285 insertions(+), 69 deletions(-)

More information about SaturnCoefficient at CRAN
Permanent link

Package fEGarch updated to version 1.0.6 with previous version 1.0.5 dated 2026-02-02

Title: SM/LM EGARCH & GARCH, VaR/ES Backtesting & Dual LM Extensions
Description: Implement and fit a variety of short-memory (SM) and long-memory (LM) models from a very broad family of exponential generalized autoregressive conditional heteroskedasticity (EGARCH) models, such as a MEGARCH (modified EGARCH), FIEGARCH (fractionally integrated EGARCH), FIMLog-GARCH (fractionally integrated modulus Log-GARCH), and more. The FIMLog-GARCH as part of the EGARCH family is discussed in Feng et al. (2023) <https://econpapers.repec.org/paper/pdnciepap/156.htm>. For convenience and the purpose of comparison, a variety of other popular SM and LM GARCH-type models, like an APARCH model, a fractionally integrated APARCH (FIAPARCH) model, standard GARCH and fractionally integrated GARCH (FIGARCH) models, GJR-GARCH and FIGJR-GARCH models, TGARCH and FITGARCH models, are implemented as well as dual models with simultaneous modelling of the mean, including dual long-memory models with a fractionally integrated autoregressive moving average (FARIMA) model in the mean and a long [...truncated...]
Author: Dominik Schulz [aut, cre] , Yuanhua Feng [aut] , Christian Peitz [aut] ), Oliver Kojo Ayensu [aut] , Thomas Gries [ctb] , Sikandar Siddiqui [ctb] , Shujie Li [ctb]
Maintainer: Dominik Schulz <dominik.schulz@uni-paderborn.de>

Diff between fEGarch versions 1.0.5 dated 2026-02-02 and 1.0.6 dated 2026-02-10

 DESCRIPTION                               |    6 -
 MD5                                       |   62 +++++++-------
 NEWS.md                                   |   18 +++-
 R/arma-farima-wrappers.R                  |  122 +++++++++++++++++++++++++++++
 R/class-egarch-spec.R                     |   41 ++++++++-
 R/fitting-function.R                      |    4 
 R/general_garch_fitting.R                 |   53 ++++++++----
 R/setup-estim.R                           |    4 
 R/sim-functions.R                         |    1 
 README.md                                 |   54 ++++++------
 man/SP500.Rd                              |   50 +++++------
 man/UKinflation.Rd                        |   52 ++++++------
 man/accessor_methods_distr_est.Rd         |   94 +++++++++++-----------
 man/autoplot-fEGarch_risk-method.Rd       |   72 ++++++++---------
 man/backtest-generics.Rd                  |   82 +++++++++----------
 man/fEGarch.Rd                            |    4 
 man/figures/README-unnamed-chunk-12-1.png |binary
 man/figures/README-unnamed-chunk-15-1.png |binary
 man/figures/README-unnamed-chunk-17-1.png |binary
 man/fit-test-generics.Rd                  |  126 +++++++++++++++---------------
 man/fit_test_suite-fEGarch_fit-method.Rd  |  102 ++++++++++++------------
 man/fitted.Rd                             |   72 ++++++++---------
 man/loss_functions.Rd                     |   46 +++++-----
 man/mean_spec_methods.Rd                  |   96 +++++++++++-----------
 man/nonpar-generics.Rd                    |   84 ++++++++++----------
 man/plot-fEGarch_fit-ANY-method.Rd        |  118 ++++++++++++++--------------
 man/plot-fEGarch_risk-ANY-method.Rd       |   78 +++++++++---------
 man/plot.Rd                               |   42 +++++-----
 man/residuals.Rd                          |   66 +++++++--------
 man/sigma.Rd                              |   72 ++++++++---------
 tests/testthat/test-fEGarch-fitting.R     |    4 
 tests/testthat/test-forecasting.R         |   72 ++++++++---------
 32 files changed, 944 insertions(+), 753 deletions(-)

More information about fEGarch at CRAN
Permanent link

Package BioTIMEr updated to version 0.3.1 with previous version 0.3.0 dated 2025-11-28

Title: Tools to Use and Explore the 'BioTIME' Database
Description: The 'BioTIME' database was first published in 2018 and inspired ideas, questions, project and research article. To make it even more accessible, an R package was created. The 'BioTIMEr' package provides tools designed to interact with the 'BioTIME' database. The functions provided include the 'BioTIME' recommended methods for preparing (gridding and rarefaction) time series data, a selection of standard biodiversity metrics (including species richness, numerical abundance and exponential Shannon) alongside examples on how to display change over time. It also includes a sample subset of both the query and meta data, the full versions of which are freely available on the 'BioTIME' website <https://biotime.st-andrews.ac.uk/home.php>.
Author: Alban Sagouis [aut, cre] , Faye Moyes [aut] , Ines S. Martins [aut, rev] , Shane A. Blowes [ctb] , Viviana Brambilla [ctb] , Cher F. Y. Chow [ctb] , Ada Fontrodona-Eslava [ctb] , Laura Antao [ctb, rev] , Jonathan M. Chase [fnd] , Maria Dornelas [fnd, [...truncated...]
Maintainer: Alban Sagouis <alban.sagouis@idiv.de>

Diff between BioTIMEr versions 0.3.0 dated 2025-11-28 and 0.3.1 dated 2026-02-10

 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-cool-false.svg       |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-cool-true.svg        |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-gradient-false.svg   |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-gradient-true.svg    |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-realms-false.svg     |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-realms-true.svg      |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-warm-false.svg       |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-warm-true.svg        |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-cool-false.svg        |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-cool-true.svg         |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-gradient-false.svg    |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-gradient-true.svg     |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-realms-false.svg      |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-realms-true.svg       |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-warm-false.svg        |only
 BioTIMEr-0.3.0/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-warm-true.svg         |only
 BioTIMEr-0.3.1/BioTIMEr/DESCRIPTION                                                        |    8 
 BioTIMEr-0.3.1/BioTIMEr/MD5                                                                |  110 
 BioTIMEr-0.3.1/BioTIMEr/NAMESPACE                                                          |    5 
 BioTIMEr-0.3.1/BioTIMEr/NEWS.md                                                            |   11 
 BioTIMEr-0.3.1/BioTIMEr/R/BioTIMEr-package.R                                               |   10 
 BioTIMEr-0.3.1/BioTIMEr/R/ggcolorsBioTIME.R                                                |   45 
 BioTIMEr-0.3.1/BioTIMEr/R/gridBioTIME.R                                                    |   74 
 BioTIMEr-0.3.1/BioTIMEr/R/metricsBioTIME.R                                                 |  141 
 BioTIMEr-0.3.1/BioTIMEr/R/plotsBioTIME.R                                                   |   13 
 BioTIMEr-0.3.1/BioTIMEr/R/resamplingBioTIME.R                                              |   94 
 BioTIMEr-0.3.1/BioTIMEr/R/slopesBioTIME.R                                                  |  108 
 BioTIMEr-0.3.1/BioTIMEr/README.md                                                          |    2 
 BioTIMEr-0.3.1/BioTIMEr/inst/doc/introduction.R                                            |   33 
 BioTIMEr-0.3.1/BioTIMEr/inst/doc/introduction.html                                         | 2488 ++--------
 BioTIMEr-0.3.1/BioTIMEr/inst/doc/introduction.qmd                                          |   40 
 BioTIMEr-0.3.1/BioTIMEr/man/BioTIME-palette.Rd                                             |   23 
 BioTIMEr-0.3.1/BioTIMEr/man/BioTIMEr-package.Rd                                            |    9 
 BioTIMEr-0.3.1/BioTIMEr/man/getAlpha.Rd                                                    |   18 
 BioTIMEr-0.3.1/BioTIMEr/man/getAlphaMetrics.Rd                                             |   49 
 BioTIMEr-0.3.1/BioTIMEr/man/getBetaMetrics.Rd                                              |   42 
 BioTIMEr-0.3.1/BioTIMEr/man/getLinearRegressions.Rd                                        |   45 
 BioTIMEr-0.3.1/BioTIMEr/man/gridding.Rd                                                    |   71 
 BioTIMEr-0.3.1/BioTIMEr/man/gridding_internal.Rd                                           |   16 
 BioTIMEr-0.3.1/BioTIMEr/man/plotSlopes.Rd                                                  |    3 
 BioTIMEr-0.3.1/BioTIMEr/man/resampling.Rd                                                  |   83 
 BioTIMEr-0.3.1/BioTIMEr/man/resampling_core.Rd                                             |   20 
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/metrics.md                                   |  159 
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-cool-false-0.svg     |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-cool-false-1.svg     |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-cool-true-0.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-cool-true-1.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-gradient-false-0.svg |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-gradient-false-1.svg |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-gradient-true-0.svg  |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-gradient-true-1.svg  |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-realms-false-0.svg   |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-realms-false-1.svg   |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-realms-true-0.svg    |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-realms-true-1.svg    |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-warm-false-0.svg     |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-warm-false-1.svg     |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-warm-true-0.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/color-continuous-warm-true-1.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-cool-false-0.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-cool-false-1.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-cool-true-0.svg       |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-cool-true-1.svg       |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-gradient-false-0.svg  |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-gradient-false-1.svg  |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-gradient-true-0.svg   |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-gradient-true-1.svg   |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-realms-false-0.svg    |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-realms-false-1.svg    |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-realms-true-0.svg     |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-realms-true-1.svg     |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-warm-false-0.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-warm-false-1.svg      |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-warm-true-0.svg       |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/scales/fill-continuous-warm-true-1.svg       |only
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/_snaps/slopes.md                                    |  879 +++
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/test-metrics.R                                      |   28 
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/test-scales.R                                       |   14 
 BioTIMEr-0.3.1/BioTIMEr/tests/testthat/test-slopes.R                                       |   45 
 BioTIMEr-0.3.1/BioTIMEr/vignettes/introduction.qmd                                         |   40 
 80 files changed, 2196 insertions(+), 2530 deletions(-)

More information about BioTIMEr at CRAN
Permanent link

Package memoria updated to version 1.1.0 with previous version 1.0.0 dated 2019-05-17

Title: Quantifying Ecological Memory in Palaeoecological Datasets and Other Long Time-Series
Description: Quantifies ecological memory in long time-series using Random Forest models ('Benito', 'Gil-Romera', and 'Birks' 2019 <doi:10.1111/ecog.04772>) fitted with 'ranger' (Wright and Ziegler 2017 <doi:10.18637/jss.v077.i01>). Ecological memory is assessed by modeling a response variable as a function of lagged predictors, distinguishing endogenous memory (lagged response) from exogenous memory (lagged environmental drivers). Designed for palaeoecological datasets and simulated pollen curves from 'virtualPollen', but applicable to any long time-series with environmental drivers and a biotic response.
Author: Blas M. Benito [aut, cre, cph]
Maintainer: Blas M. Benito <blasbenito@gmail.com>

Diff between memoria versions 1.0.0 dated 2019-05-17 and 1.1.0 dated 2026-02-10

 memoria-1.0.0/memoria/R/mergePalaeoData.R                       |only
 memoria-1.0.0/memoria/R/plotInteraction.R                       |only
 memoria-1.0.0/memoria/R/prepareLaggedData.R                     |only
 memoria-1.0.0/memoria/README.md                                 |only
 memoria-1.0.0/memoria/build/vignette.rds                        |only
 memoria-1.0.0/memoria/data/climate.RData                        |only
 memoria-1.0.0/memoria/data/palaeodata.RData                     |only
 memoria-1.0.0/memoria/data/palaeodataLagged.RData               |only
 memoria-1.0.0/memoria/data/palaeodataMemory.RData               |only
 memoria-1.0.0/memoria/data/pollen.RData                         |only
 memoria-1.0.0/memoria/inst/doc                                  |only
 memoria-1.0.0/memoria/man/figures/README-unnamed-chunk-3-1.png  |only
 memoria-1.0.0/memoria/man/figures/README-unnamed-chunk-4-1.png  |only
 memoria-1.0.0/memoria/man/figures/README-unnamed-chunk-8-1.png  |only
 memoria-1.0.0/memoria/man/mergePalaeoData.Rd                    |only
 memoria-1.0.0/memoria/man/plotInteraction.Rd                    |only
 memoria-1.0.0/memoria/man/prepareLaggedData.Rd                  |only
 memoria-1.0.0/memoria/vignettes                                 |only
 memoria-1.1.0/memoria/DESCRIPTION                               |   35 
 memoria-1.1.0/memoria/LICENSE                                   |only
 memoria-1.1.0/memoria/MD5                                       |   82 --
 memoria-1.1.0/memoria/NAMESPACE                                 |   25 
 memoria-1.1.0/memoria/NEWS.md                                   |   41 -
 memoria-1.1.0/memoria/R/alignTimeSeries.R                       |only
 memoria-1.1.0/memoria/R/computeMemory.R                         |  381 +++++----
 memoria-1.1.0/memoria/R/experimentToTable.R                     |  204 +++-
 memoria-1.1.0/memoria/R/extractMemoryFeatures.R                 |  410 +++++-----
 memoria-1.1.0/memoria/R/lagTimeSeries.R                         |only
 memoria-1.1.0/memoria/R/memoria.R                               |   85 +-
 memoria-1.1.0/memoria/R/plotExperiment.R                        |  124 +--
 memoria-1.1.0/memoria/R/plotMemory.R                            |  109 +-
 memoria-1.1.0/memoria/R/runExperiment.R                         |  199 ++--
 memoria-1.1.0/memoria/build/partial.rdb                         |only
 memoria-1.1.0/memoria/data/climate.rda                          |only
 memoria-1.1.0/memoria/data/palaeodata.rda                       |only
 memoria-1.1.0/memoria/data/palaeodataLagged.rda                 |only
 memoria-1.1.0/memoria/data/palaeodataMemory.rda                 |only
 memoria-1.1.0/memoria/data/pollen.rda                           |only
 memoria-1.1.0/memoria/inst/CITATION                             |only
 memoria-1.1.0/memoria/inst/WORDLIST                             |only
 memoria-1.1.0/memoria/man/alignTimeSeries.Rd                    |only
 memoria-1.1.0/memoria/man/climate.Rd                            |   20 
 memoria-1.1.0/memoria/man/computeMemory.Rd                      |   89 +-
 memoria-1.1.0/memoria/man/experimentToTable.Rd                  |   20 
 memoria-1.1.0/memoria/man/extractMemoryFeatures.Rd              |   76 +
 memoria-1.1.0/memoria/man/figures/README-example-1.png          |only
 memoria-1.1.0/memoria/man/figures/README-unnamed-chunk-10-1.png |only
 memoria-1.1.0/memoria/man/figures/README-unnamed-chunk-5-1.png  |binary
 memoria-1.1.0/memoria/man/figures/README-unnamed-chunk-7-1.png  |binary
 memoria-1.1.0/memoria/man/lagTimeSeries.Rd                      |only
 memoria-1.1.0/memoria/man/palaeodata.Rd                         |   30 
 memoria-1.1.0/memoria/man/palaeodataLagged.Rd                   |   29 
 memoria-1.1.0/memoria/man/palaeodataMemory.Rd                   |   26 
 memoria-1.1.0/memoria/man/plotExperiment.Rd                     |   54 -
 memoria-1.1.0/memoria/man/plotMemory.Rd                         |   19 
 memoria-1.1.0/memoria/man/pollen.Rd                             |   12 
 memoria-1.1.0/memoria/man/runExperiment.Rd                      |   83 +-
 57 files changed, 1224 insertions(+), 929 deletions(-)

More information about memoria at CRAN
Permanent link

Package timeplyr updated to version 1.1.2 with previous version 1.1.1 dated 2025-10-07

Title: Fast Tidy Tools for Date and Date-Time Manipulation
Description: A set of fast tidy functions for wrangling, completing and summarising date and date-time data. It combines 'tidyverse' syntax with the efficiency of 'data.table' and speed of 'collapse'.
Author: Nick Christofides [aut, cre]
Maintainer: Nick Christofides <nick.christofides.r@gmail.com>

Diff between timeplyr versions 1.1.1 dated 2025-10-07 and 1.1.2 dated 2026-02-10

 DESCRIPTION                               |    6 +-
 MD5                                       |   18 +++---
 NEWS.md                                   |    7 ++
 R/df_utils.R                              |    2 
 R/time_seq.R                              |   38 ++++++++------
 R/timeplyr-package.R                      |    4 -
 README.md                                 |   81 ++++++++++++++++--------------
 man/figures/README-unnamed-chunk-29-1.png |binary
 man/time_seq.Rd                           |    4 -
 man/timeplyr-package.Rd                   |    4 -
 10 files changed, 92 insertions(+), 72 deletions(-)

More information about timeplyr at CRAN
Permanent link

Package NMAforest updated to version 0.1.3 with previous version 0.1.2 dated 2025-09-10

Title: Forest Plots for Network Meta-Analysis with Proportion for Paths and Studies
Description: Provides customized forest plots for network meta-analysis incorporating direct, indirect, and NMA effects. Includes visualizations of evidence contributions through proportion bars based on the hat matrix and evidence flow decomposition.
Author: Yanqi Zhang [aut, cre], Chong Wang [aut], Annette O'Connor [aut]
Maintainer: Yanqi Zhang <zyq1998@iastate.edu>

Diff between NMAforest versions 0.1.2 dated 2025-09-10 and 0.1.3 dated 2026-02-10

 DESCRIPTION      |   18 ++--
 MD5              |   10 +-
 R/NMAforest.R    |  230 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 R/example_data.R |   32 +++----
 README.md        |    2 
 man/NMAforest.Rd |   24 +++++
 6 files changed, 272 insertions(+), 44 deletions(-)

More information about NMAforest at CRAN
Permanent link

Package SimDesign updated to version 2.23 with previous version 2.22 dated 2025-12-17

Title: Structure for Organizing Monte Carlo Simulation Designs
Description: Provides tools to safely and efficiently organize and execute Monte Carlo simulation experiments in R. The package controls the structure and back-end of Monte Carlo simulation experiments by utilizing a generate-analyse-summarise workflow. The workflow safeguards against common simulation coding issues, such as automatically re-simulating non-convergent results, prevents inadvertently overwriting simulation files, catches error and warning messages during execution, implicitly supports parallel processing with high-quality random number generation, and provides tools for managing high-performance computing (HPC) array jobs submitted to schedulers such as SLURM. For a pedagogical introduction to the package see Sigal and Chalmers (2016) <doi:10.1080/10691898.2016.1246953>. For a more in-depth overview of the package and its design philosophy see Chalmers and Adkins (2020) <doi:10.20982/tqmp.16.4.p248>.
Author: Phil Chalmers [aut, cre] , Matthew Sigal [ctb], Ogreden Oguzhan [ctb], Mikko Roenkkoe [aut], Moritz Ketzer [ctb]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>

Diff between SimDesign versions 2.22 dated 2025-12-17 and 2.23 dated 2026-02-10

 SimDesign-2.22/SimDesign/tests/tests/test-seeds_cruncher   |only
 SimDesign-2.22/SimDesign/tests/tests/test-seeds_cruncher_1 |only
 SimDesign-2.22/SimDesign/tests/tests/test.rds              |only
 SimDesign-2.23/SimDesign/DESCRIPTION                       |    8 -
 SimDesign-2.23/SimDesign/MD5                               |   71 +++++--------
 SimDesign-2.23/SimDesign/NAMESPACE                         |    4 
 SimDesign-2.23/SimDesign/NEWS.md                           |   14 ++
 SimDesign-2.23/SimDesign/R/SimExtract.R                    |    4 
 SimDesign-2.23/SimDesign/R/SimFunctions.R                  |   16 ++
 SimDesign-2.23/SimDesign/R/analysis.R                      |   32 ++++-
 SimDesign-2.23/SimDesign/R/descript.R                      |only
 SimDesign-2.23/SimDesign/R/functions.R                     |   25 ++++
 SimDesign-2.23/SimDesign/R/rgenerate.R                     |   10 -
 SimDesign-2.23/SimDesign/R/runSimulation.R                 |   27 ++++
 SimDesign-2.23/SimDesign/R/summary_functions.R             |   62 ++++++++---
 SimDesign-2.23/SimDesign/R/util.R                          |   52 ++++++++-
 SimDesign-2.23/SimDesign/inst/doc/Catch_errors.html        |   10 -
 SimDesign-2.23/SimDesign/inst/doc/Fixed_obj_fun.html       |   10 -
 SimDesign-2.23/SimDesign/inst/doc/HPC-computing.html       |    4 
 SimDesign-2.23/SimDesign/inst/doc/MultipleAnalyses.html    |    4 
 SimDesign-2.23/SimDesign/inst/doc/Parallel-computing.html  |    4 
 SimDesign-2.23/SimDesign/inst/doc/Saving-results.html      |    4 
 SimDesign-2.23/SimDesign/inst/doc/SimDesign-intro.html     |    4 
 SimDesign-2.23/SimDesign/man/MAE.Rd                        |   14 ++
 SimDesign-2.23/SimDesign/man/RMSE.Rd                       |    9 +
 SimDesign-2.23/SimDesign/man/SimExtract.Rd                 |    2 
 SimDesign-2.23/SimDesign/man/SimFunctions.Rd               |    4 
 SimDesign-2.23/SimDesign/man/bias.Rd                       |   18 +++
 SimDesign-2.23/SimDesign/man/descript.Rd                   |only
 SimDesign-2.23/SimDesign/man/rHeadrick.Rd                  |    4 
 SimDesign-2.23/SimDesign/man/rValeMaurelli.Rd              |    6 -
 SimDesign-2.23/SimDesign/man/runSimulation.Rd              |    7 +
 SimDesign-2.23/SimDesign/man/timeFormater.Rd               |   28 ++++-
 SimDesign-2.23/SimDesign/tests/tests/test-04-prepare.R     |    2 
 34 files changed, 343 insertions(+), 116 deletions(-)

More information about SimDesign at CRAN
Permanent link

Package nfl4th updated to version 1.0.5 with previous version 1.0.4 dated 2023-08-21

Title: Functions to Calculate Optimal Fourth Down Decisions in the National Football League
Description: A set of functions to estimate outcomes of fourth down plays in the National Football League and obtain fourth down plays from <https://www.nfl.com/> and <https://www.espn.com/>.
Author: Ben Baldwin [aut, cre, cph], Sebastian Carl [ctb]
Maintainer: Ben Baldwin <bbaldwin206@gmail.com>

Diff between nfl4th versions 1.0.4 dated 2023-08-21 and 1.0.5 dated 2026-02-10

 DESCRIPTION                   |   41 --
 LICENSE                       |    4 
 MD5                           |   56 +-
 NAMESPACE                     |   40 --
 NEWS.md                       |   80 ++--
 R/apply_win_prob.R            |  205 +++++-----
 R/cache.R                     |  160 ++++----
 R/decision_functions.R        |  819 +++++++++++++++++++++++-------------------
 R/get_game_data.R             |  700 ++++++++++++++++++++---------------
 R/helpers.R                   |  544 ++++++++++++++++-----------
 R/nfl4th-package.R            |   38 -
 R/silence_tidy_eval_notes.R   |  273 +++++++-------
 R/sysdata.rda                 |binary
 R/table_functions.R           |  279 +++++++-------
 R/wrapper.R                   |  510 +++++++++++++-------------
 R/zzz.R                       |   51 +-
 README.md                     |  170 ++++----
 man/add_2pt_probs.Rd          |  110 ++---
 man/add_4th_probs.Rd          |  118 +++---
 man/get_4th_plays.Rd          |   74 +--
 man/load_4th_pbp.Rd           |   70 +--
 man/make_2pt_table_data.Rd    |   86 ++--
 man/make_table_data.Rd        |   90 ++--
 man/nfl4th-package.Rd         |   64 +--
 man/nfl4th_clear_cache.Rd     |   52 +-
 tests/testthat.R              |    8 
 tests/testthat/_snaps         |only
 tests/testthat/setup.R        |   57 +-
 tests/testthat/test-basic.R   |   56 +-
 tests/testthat/test-wrapper.R |only
 30 files changed, 2559 insertions(+), 2196 deletions(-)

More information about nfl4th at CRAN
Permanent link

Package nanoarrow updated to version 0.8.0 with previous version 0.7.0-3 dated 2026-02-01

Title: Interface to the 'nanoarrow' 'C' Library
Description: Provides an 'R' interface to the 'nanoarrow' 'C' library and the 'Apache Arrow' application binary interface. Functions to import and export 'ArrowArray', 'ArrowSchema', and 'ArrowArrayStream' 'C' structures to and from 'R' objects are provided alongside helpers to facilitate zero-copy data transfer among 'R' bindings to libraries implementing the 'Arrow' 'C' data interface.
Author: Dewey Dunnington [aut, cre] , Apache Arrow [aut, cph], Apache Software Foundation [cph]
Maintainer: Dewey Dunnington <dewey@dunnington.ca>

Diff between nanoarrow versions 0.7.0-3 dated 2026-02-01 and 0.8.0 dated 2026-02-10

 nanoarrow-0.7.0-3/nanoarrow/src/flatcc/portable/flatcc_portable.h          |only
 nanoarrow-0.8.0/nanoarrow/DESCRIPTION                                      |   10 -
 nanoarrow-0.8.0/nanoarrow/MD5                                              |   46 ++---
 nanoarrow-0.8.0/nanoarrow/NAMESPACE                                        |    5 
 nanoarrow-0.8.0/nanoarrow/NEWS.md                                          |   12 +
 nanoarrow-0.8.0/nanoarrow/R/as-array.R                                     |    4 
 nanoarrow-0.8.0/nanoarrow/R/convert-array-stream.R                         |   22 --
 nanoarrow-0.8.0/nanoarrow/R/pkg-reticulate.R                               |only
 nanoarrow-0.8.0/nanoarrow/R/zzz.R                                          |    7 
 nanoarrow-0.8.0/nanoarrow/inst/test-data                                   |only
 nanoarrow-0.8.0/nanoarrow/man/as_nanoarrow_schema.python.builtin.object.Rd |only
 nanoarrow-0.8.0/nanoarrow/man/convert_array.Rd                             |    2 
 nanoarrow-0.8.0/nanoarrow/man/infer_nanoarrow_ptype.Rd                     |    2 
 nanoarrow-0.8.0/nanoarrow/src/init.c                                       |    2 
 nanoarrow-0.8.0/nanoarrow/src/materialize.c                                |   43 +++-
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow.c                                  |    1 
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow.h                                  |   17 +
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow.hpp                                |only
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow_cpp.cc                             |   88 ++++++++++
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow_ipc.c                              |   62 +++++++
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow_ipc.h                              |    7 
 nanoarrow-0.8.0/nanoarrow/src/nanoarrow_ipc.hpp                            |only
 nanoarrow-0.8.0/nanoarrow/tests/testthat/test-as-array.R                   |   16 +
 nanoarrow-0.8.0/nanoarrow/tests/testthat/test-convert-array-stream.R       |   34 +++
 nanoarrow-0.8.0/nanoarrow/tests/testthat/test-convert-array.R              |   35 +++
 nanoarrow-0.8.0/nanoarrow/tests/testthat/test-pkg-reticulate.R             |only
 nanoarrow-0.8.0/nanoarrow/tools/make-callentries.R                         |    2 
 27 files changed, 352 insertions(+), 65 deletions(-)

More information about nanoarrow at CRAN
Permanent link

Package ggFishPlots updated to version 0.4.0 with previous version 0.3.0 dated 2024-06-26

Title: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'
Description: Contains functions to create life history parameter plots from raw data. The plots are created using 'ggplot2', and calculations done using the 'tidyverse' collection of packages. The package contains references to FishBase (Froese R., Pauly D., 2023) <https://www.fishbase.se/>.
Author: Mikko Vihtakari [aut, cre]
Maintainer: Mikko Vihtakari <mikko.vihtakari@hi.no>

Diff between ggFishPlots versions 0.3.0 dated 2024-06-26 and 0.4.0 dated 2026-02-10

 DESCRIPTION                               |   18 
 MD5                                       |   58 +-
 NAMESPACE                                 |    1 
 R/plot_catchcurve.R                       |  441 ++++++++++++-----
 R/plot_growth.R                           |  748 ++++++++++++++++++++++++------
 R/plot_lw.R                               |  733 +++++++++++++++++++++--------
 R/plot_maturity.R                         |  582 +++++++++++++++--------
 R/theme_fishplots.R                       |   23 
 R/zzz.R                                   |    5 
 man/figures/README-unnamed-chunk-10-1.png |binary
 man/figures/README-unnamed-chunk-11-1.png |binary
 man/figures/README-unnamed-chunk-12-1.png |binary
 man/figures/README-unnamed-chunk-13-1.png |binary
 man/figures/README-unnamed-chunk-14-1.png |binary
 man/figures/README-unnamed-chunk-15-1.png |binary
 man/figures/README-unnamed-chunk-17-1.png |binary
 man/figures/README-unnamed-chunk-18-1.png |binary
 man/figures/README-unnamed-chunk-19-1.png |binary
 man/figures/README-unnamed-chunk-20-1.png |binary
 man/figures/README-unnamed-chunk-21-1.png |binary
 man/figures/README-unnamed-chunk-22-1.png |binary
 man/figures/README-unnamed-chunk-3-1.png  |binary
 man/figures/README-unnamed-chunk-5-1.png  |binary
 man/figures/README-unnamed-chunk-6-1.png  |binary
 man/figures/README-unnamed-chunk-7-1.png  |binary
 man/figures/README-unnamed-chunk-8-1.png  |binary
 man/figures/README-unnamed-chunk-9-1.png  |binary
 man/plot_growth.Rd                        |    6 
 man/plot_lw.Rd                            |    4 
 man/theme_fishplots.Rd                    |    6 
 30 files changed, 1893 insertions(+), 732 deletions(-)

More information about ggFishPlots at CRAN
Permanent link

Package fastTextR updated to version 2.1.1 with previous version 2.1.0 dated 2023-12-08

Title: An Interface to the 'fastText' Library
Description: An interface to the 'fastText' library <https://github.com/facebookresearch/fastText>. The package can be used for text classification and to learn word vectors. An example how to use 'fastTextR' can be found in the 'README' file.
Author: Florian Schwendinger [aut], Emil Hvitfeldt [aut, cre]
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>

Diff between fastTextR versions 2.1.0 dated 2023-12-08 and 2.1.1 dated 2026-02-10

 DESCRIPTION                     |   11 +++---
 MD5                             |   16 ++++-----
 NEWS.md                         |    4 ++
 build/vignette.rds              |binary
 inst/doc/Text_classification.R  |   68 ++++++++++++++++++++--------------------
 inst/doc/Word_representations.R |   12 +++----
 src/autotune.cc                 |    3 +
 src/densematrix.cc              |    2 -
 src/fasttext.cc                 |    2 -
 9 files changed, 62 insertions(+), 56 deletions(-)

More information about fastTextR at CRAN
Permanent link

Package fastText updated to version 1.0.6 with previous version 1.0.5 dated 2026-01-09

Title: Efficient Learning of Word Representations and Sentence Classification
Description: An interface to the 'fastText' <https://github.com/facebookresearch/fastText> library for efficient learning of word representations and sentence classification. The 'fastText' algorithm is explained in detail in (i) "Enriching Word Vectors with subword Information", Piotr Bojanowski, Edouard Grave, Armand Joulin, Tomas Mikolov, 2017, <doi:10.1162/tacl_a_00051>; (ii) "Bag of Tricks for Efficient Text Classification", Armand Joulin, Edouard Grave, Piotr Bojanowski, Tomas Mikolov, 2017, <doi:10.18653/v1/e17-2068>; (iii) "FastText.zip: Compressing text classification models", Armand Joulin, Edouard Grave, Piotr Bojanowski, Matthijs Douze, Herve Jegou, Tomas Mikolov, 2016, <doi:10.48550/arXiv.1612.03651>.
Author: Lampros Mouselimis [aut, cre] , Facebook Inc [cph]
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>

Diff between fastText versions 1.0.5 dated 2026-01-09 and 1.0.6 dated 2026-02-10

 DESCRIPTION                           |    8 ++++----
 MD5                                   |   11 ++++++-----
 NEWS.md                               |    5 +++++
 README.md                             |only
 inst/doc/language_identification.html |    4 ++--
 inst/doc/the_fastText_R_package.html  |    4 ++--
 src/fasttext.cc                       |    3 ++-
 7 files changed, 21 insertions(+), 14 deletions(-)

More information about fastText at CRAN
Permanent link

Package echarts4r updated to version 0.5.0 with previous version 0.4.6 dated 2025-09-11

Title: Create Interactive Graphs with 'Echarts JavaScript' Version 6
Description: Easily create interactive charts by leveraging the 'Echarts Javascript' library which includes 36 chart types, themes, 'Shiny' proxies and animations.
Author: John Coene [aut, cph], David Munoz Tord [cre, ctb] , Wei Su [ctb], Helgasoft [ctb], Xianying Tan [ctb] , Robin Cura [ctb] , Mathida Chuk [ctb], Robert Koetsier [ctb] , Jelle Geertsma [ctb], Teofil Nakov [ctb], Patrick Rekieta [ctb] , Jacci Ziebert [c [...truncated...]
Maintainer: David Munoz Tord <david.munoztord@mailbox.org>

Diff between echarts4r versions 0.4.6 dated 2025-09-11 and 0.5.0 dated 2026-02-10

 echarts4r-0.4.6/echarts4r/inst/htmlwidgets/lib/echarts-4.8.0         |only
 echarts4r-0.5.0/echarts4r/DESCRIPTION                                |   31 
 echarts4r-0.5.0/echarts4r/MD5                                        |  579 
 echarts4r-0.5.0/echarts4r/NAMESPACE                                  |  743 
 echarts4r-0.5.0/echarts4r/NEWS.md                                    |  644 
 echarts4r-0.5.0/echarts4r/R/actions.R                                | 1050 -
 echarts4r-0.5.0/echarts4r/R/add.R                                    | 9369 +++++-----
 echarts4r-0.5.0/echarts4r/R/add_.R                                   | 5239 ++---
 echarts4r-0.5.0/echarts4r/R/annotations.R                            |only
 echarts4r-0.5.0/echarts4r/R/append.R                                 |  485 
 echarts4r-0.5.0/echarts4r/R/boxes.R                                  |  368 
 echarts4r-0.5.0/echarts4r/R/button.R                                 |   68 
 echarts4r-0.5.0/echarts4r/R/calendar.R                               |  106 
 echarts4r-0.5.0/echarts4r/R/callbacks.R                              |  155 
 echarts4r-0.5.0/echarts4r/R/color.R                                  |  100 
 echarts4r-0.5.0/echarts4r/R/data.R                                   |only
 echarts4r-0.5.0/echarts4r/R/echarts4r.R                              | 1294 -
 echarts4r-0.5.0/echarts4r/R/facets.R                                 |  391 
 echarts4r-0.5.0/echarts4r/R/general.R                                |   24 
 echarts4r-0.5.0/echarts4r/R/geo.R                                    |  347 
 echarts4r-0.5.0/echarts4r/R/globe.R                                  |  116 
 echarts4r-0.5.0/echarts4r/R/graphic.R                                |  468 
 echarts4r-0.5.0/echarts4r/R/grid.R                                   | 1405 -
 echarts4r-0.5.0/echarts4r/R/grid3d.R                                 |  352 
 echarts4r-0.5.0/echarts4r/R/group2series.R                           |   69 
 echarts4r-0.5.0/echarts4r/R/helpers.R                                |  852 
 echarts4r-0.5.0/echarts4r/R/leaflet.R                                |  167 
 echarts4r-0.5.0/echarts4r/R/loading.R                                |  202 
 echarts4r-0.5.0/echarts4r/R/map.R                                    | 1010 -
 echarts4r-0.5.0/echarts4r/R/mark.R                                   |  748 
 echarts4r-0.5.0/echarts4r/R/matrix.R                                 |only
 echarts4r-0.5.0/echarts4r/R/morph.R                                  |  136 
 echarts4r-0.5.0/echarts4r/R/nesting.R                                |  361 
 echarts4r-0.5.0/echarts4r/R/opts.R                                   | 2404 +-
 echarts4r-0.5.0/echarts4r/R/plugins.R                                | 1173 +
 echarts4r-0.5.0/echarts4r/R/proxies.R                                | 1034 -
 echarts4r-0.5.0/echarts4r/R/themes.R                                 |  204 
 echarts4r-0.5.0/echarts4r/R/timeline.R                               |  214 
 echarts4r-0.5.0/echarts4r/R/utils-exports.R                          |    6 
 echarts4r-0.5.0/echarts4r/R/utils.R                                  | 1719 -
 echarts4r-0.5.0/echarts4r/R/zzz.R                                    |   42 
 echarts4r-0.5.0/echarts4r/README.md                                  |  110 
 echarts4r-0.5.0/echarts4r/data                                       |only
 echarts4r-0.5.0/echarts4r/inst/WORDLIST                              |only
 echarts4r-0.5.0/echarts4r/inst/box/box-binding.js                    |   46 
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/echarts4r.js              |  996 -
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/echarts4r.yaml            |   16 
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/echarts4rInteractive.js   | 1024 -
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/echarts4rInteractive.yaml |   16 
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/lib/d3                    |only
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/lib/echarts-6.0.0         |only
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/lib/mapbox/mapbox-gl.css  |  878 
 echarts4r-0.5.0/echarts4r/inst/htmlwidgets/lib/mapbox/mapbox-gl.js   |   98 
 echarts4r-0.5.0/echarts4r/man/airports.Rd                            |only
 echarts4r-0.5.0/echarts4r/man/angle_axis.Rd                          |   96 
 echarts4r-0.5.0/echarts4r/man/append.Rd                              |  213 
 echarts4r-0.5.0/echarts4r/man/axis.Rd                                |  264 
 echarts4r-0.5.0/echarts4r/man/axis3d.Rd                              |  122 
 echarts4r-0.5.0/echarts4r/man/band.Rd                                |  130 
 echarts4r-0.5.0/echarts4r/man/band2.Rd                               |  123 
 echarts4r-0.5.0/echarts4r/man/buildings_sample.Rd                    |only
 echarts4r-0.5.0/echarts4r/man/buildings_sample_json.Rd               |only
 echarts4r-0.5.0/echarts4r/man/callbacks.Rd                           |   75 
 echarts4r-0.5.0/echarts4r/man/connections.Rd                         |  166 
 echarts4r-0.5.0/echarts4r/man/e-tooltip.Rd                           |  212 
 echarts4r-0.5.0/echarts4r/man/e_animation.Rd                         |  102 
 echarts4r-0.5.0/echarts4r/man/e_annotations.Rd                       |only
 echarts4r-0.5.0/echarts4r/man/e_area.Rd                              |  142 
 echarts4r-0.5.0/echarts4r/man/e_aria.Rd                              |   58 
 echarts4r-0.5.0/echarts4r/man/e_axis_labels.Rd                       |   52 
 echarts4r-0.5.0/echarts4r/man/e_axis_pointer.Rd                      |   40 
 echarts4r-0.5.0/echarts4r/man/e_axis_stagger.Rd                      |   52 
 echarts4r-0.5.0/echarts4r/man/e_bar.Rd                               |  146 
 echarts4r-0.5.0/echarts4r/man/e_barRange.Rd                          |only
 echarts4r-0.5.0/echarts4r/man/e_bar_3d.Rd                            |  246 
 echarts4r-0.5.0/echarts4r/man/e_boxplot.Rd                           |   80 
 echarts4r-0.5.0/echarts4r/man/e_brush.Rd                             |  100 
 echarts4r-0.5.0/echarts4r/man/e_button.Rd                            |   64 
 echarts4r-0.5.0/echarts4r/man/e_calendar.Rd                          |   96 
 echarts4r-0.5.0/echarts4r/man/e_candle.Rd                            |  140 
 echarts4r-0.5.0/echarts4r/man/e_capture.Rd                           |  100 
 echarts4r-0.5.0/echarts4r/man/e_chord.Rd                             |only
 echarts4r-0.5.0/echarts4r/man/e_cloud.Rd                             |   92 
 echarts4r-0.5.0/echarts4r/man/e_color.Rd                             |   88 
 echarts4r-0.5.0/echarts4r/man/e_color_range.Rd                       |   80 
 echarts4r-0.5.0/echarts4r/man/e_common.Rd                            |   32 
 echarts4r-0.5.0/echarts4r/man/e_contour.Rd                           |only
 echarts4r-0.5.0/echarts4r/man/e_correlations.Rd                      |   66 
 echarts4r-0.5.0/echarts4r/man/e_country_names.Rd                     |   70 
 echarts4r-0.5.0/echarts4r/man/e_datazoom.Rd                          |   72 
 echarts4r-0.5.0/echarts4r/man/e_dims.Rd                              |   44 
 echarts4r-0.5.0/echarts4r/man/e_dispatch_action_p.Rd                 |  106 
 echarts4r-0.5.0/echarts4r/man/e_doughnut.Rd                          |only
 echarts4r-0.5.0/echarts4r/man/e_draft.Rd                             |   54 
 echarts4r-0.5.0/echarts4r/man/e_draw_p.Rd                            |   92 
 echarts4r-0.5.0/echarts4r/man/e_execute.Rd                           |   34 
 echarts4r-0.5.0/echarts4r/man/e_facet.Rd                             |  118 
 echarts4r-0.5.0/echarts4r/man/e_flip_coords.Rd                       |   60 
 echarts4r-0.5.0/echarts4r/man/e_flow_gl.Rd                           |  292 
 echarts4r-0.5.0/echarts4r/man/e_format_matrix_axis.Rd                |only
 echarts4r-0.5.0/echarts4r/man/e_funnel.Rd                            |  122 
 echarts4r-0.5.0/echarts4r/man/e_gauge.Rd                             |   84 
 echarts4r-0.5.0/echarts4r/man/e_geo.Rd                               |   81 
 echarts4r-0.5.0/echarts4r/man/e_geoFacet.Rd                          |only
 echarts4r-0.5.0/echarts4r/man/e_geo_3d.Rd                            |  142 
 echarts4r-0.5.0/echarts4r/man/e_get_data.Rd                          |   56 
 echarts4r-0.5.0/echarts4r/man/e_get_zr.Rd                            |   32 
 echarts4r-0.5.0/echarts4r/man/e_globe.Rd                             |   92 
 echarts4r-0.5.0/echarts4r/man/e_grid.Rd                              |   64 
 echarts4r-0.5.0/echarts4r/man/e_grid_3d.Rd                           |   96 
 echarts4r-0.5.0/echarts4r/man/e_heatmap.Rd                           |  270 
 echarts4r-0.5.0/echarts4r/man/e_heatmap_matrix.Rd                    |only
 echarts4r-0.5.0/echarts4r/man/e_hide_grid_lines.Rd                   |   46 
 echarts4r-0.5.0/echarts4r/man/e_insert_data.Rd                       |only
 echarts4r-0.5.0/echarts4r/man/e_jitter.Rd                            |only
 echarts4r-0.5.0/echarts4r/man/e_labels.Rd                            |   86 
 echarts4r-0.5.0/echarts4r/man/e_legend.Rd                            |  104 
 echarts4r-0.5.0/echarts4r/man/e_line.Rd                              |  138 
 echarts4r-0.5.0/echarts4r/man/e_lineRange.Rd                         |only
 echarts4r-0.5.0/echarts4r/man/e_lines.Rd                             |  221 
 echarts4r-0.5.0/echarts4r/man/e_lines_gl.Rd                          |   42 
 echarts4r-0.5.0/echarts4r/man/e_liquid.Rd                            |   74 
 echarts4r-0.5.0/echarts4r/man/e_list.Rd                              |   84 
 echarts4r-0.5.0/echarts4r/man/e_locale.Rd                            |  123 
 echarts4r-0.5.0/echarts4r/man/e_map_register.Rd                      |  114 
 echarts4r-0.5.0/echarts4r/man/e_mark_p.Rd                            |  228 
 echarts4r-0.5.0/echarts4r/man/e_matrix.Rd                            |only
 echarts4r-0.5.0/echarts4r/man/e_matrix_addChart.Rd                   |only
 echarts4r-0.5.0/echarts4r/man/e_matrix_corner.Rd                     |only
 echarts4r-0.5.0/echarts4r/man/e_matrix_parent.Rd                     |only
 echarts4r-0.5.0/echarts4r/man/e_matrix_raw.Rd                        |only
 echarts4r-0.5.0/echarts4r/man/e_merge.Rd                             |   28 
 echarts4r-0.5.0/echarts4r/man/e_modularity.Rd                        |  112 
 echarts4r-0.5.0/echarts4r/man/e_morph.Rd                             |  114 
 echarts4r-0.5.0/echarts4r/man/e_parallel.Rd                          |   80 
 echarts4r-0.5.0/echarts4r/man/e_pictorial.Rd                         |  306 
 echarts4r-0.5.0/echarts4r/man/e_pie.Rd                               |  120 
 echarts4r-0.5.0/echarts4r/man/e_pie_matrix.Rd                        |only
 echarts4r-0.5.0/echarts4r/man/e_polar.Rd                             |   64 
 echarts4r-0.5.0/echarts4r/man/e_radar.Rd                             |  134 
 echarts4r-0.5.0/echarts4r/man/e_radar_opts.Rd                        |   66 
 echarts4r-0.5.0/echarts4r/man/e_remove.Rd                            |  108 
 echarts4r-0.5.0/echarts4r/man/e_resize.Rd                            |   28 
 echarts4r-0.5.0/echarts4r/man/e_restore.Rd                           |   50 
 echarts4r-0.5.0/echarts4r/man/e_river.Rd                             |   94 
 echarts4r-0.5.0/echarts4r/man/e_sankey.Rd                            |  122 
 echarts4r-0.5.0/echarts4r/man/e_scatter_3d.Rd                        |  247 
 echarts4r-0.5.0/echarts4r/man/e_scatter_gl.Rd                        |  152 
 echarts4r-0.5.0/echarts4r/man/e_scatter_matrix.Rd                    |only
 echarts4r-0.5.0/echarts4r/man/e_single_axis.Rd                       |   70 
 echarts4r-0.5.0/echarts4r/man/e_stage.Rd                             |only
 echarts4r-0.5.0/echarts4r/man/e_step.Rd                              |  158 
 echarts4r-0.5.0/echarts4r/man/e_sunburst.Rd                          |  280 
 echarts4r-0.5.0/echarts4r/man/e_surface.Rd                           |   80 
 echarts4r-0.5.0/echarts4r/man/e_text_style.Rd                        |   61 
 echarts4r-0.5.0/echarts4r/man/e_title.Rd                             |   64 
 echarts4r-0.5.0/echarts4r/man/e_title_matrix.Rd                      |only
 echarts4r-0.5.0/echarts4r/man/e_tree.Rd                              |  112 
 echarts4r-0.5.0/echarts4r/man/e_treemap.Rd                           |  166 
 echarts4r-0.5.0/echarts4r/man/e_utc.Rd                               |   30 
 echarts4r-0.5.0/echarts4r/man/e_violin.Rd                            |only
 echarts4r-0.5.0/echarts4r/man/e_visual_map.Rd                        |  216 
 echarts4r-0.5.0/echarts4r/man/e_visual_map_range.Rd                  |   64 
 echarts4r-0.5.0/echarts4r/man/e_zigzag.Rd                            |only
 echarts4r-0.5.0/echarts4r/man/e_zoom.Rd                              |   66 
 echarts4r-0.5.0/echarts4r/man/echarts4r-shiny.Rd                     |  213 
 echarts4r-0.5.0/echarts4r/man/echarts4rBox.Rd                        |  138 
 echarts4r-0.5.0/echarts4r/man/echarts4rBoxOutput.Rd                  |   32 
 echarts4r-0.5.0/echarts4r/man/echartsNJSON.Rd                        |  116 
 echarts4r-0.5.0/echarts4r/man/errorbar.Rd                            |  168 
 echarts4r-0.5.0/echarts4r/man/flights.Rd                             |only
 echarts4r-0.5.0/echarts4r/man/formatters.Rd                          |   86 
 echarts4r-0.5.0/echarts4r/man/graph.Rd                               |  298 
 echarts4r-0.5.0/echarts4r/man/graph_action.Rd                        |  100 
 echarts4r-0.5.0/echarts4r/man/graphic.Rd                             |  240 
 echarts4r-0.5.0/echarts4r/man/highlight_action.Rd                    |   63 
 echarts4r-0.5.0/echarts4r/man/highlight_proxy.Rd                     |  172 
 echarts4r-0.5.0/echarts4r/man/histogram.Rd                           |  196 
 echarts4r-0.5.0/echarts4r/man/if_style_is_not_none.Rd                |only
 echarts4r-0.5.0/echarts4r/man/init.Rd                                |  334 
 echarts4r-0.5.0/echarts4r/man/leaflet.Rd                             |   93 
 echarts4r-0.5.0/echarts4r/man/legend_action.Rd                       |   93 
 echarts4r-0.5.0/echarts4r/man/line3D.Rd                              |  331 
 echarts4r-0.5.0/echarts4r/man/loading.Rd                             |  198 
 echarts4r-0.5.0/echarts4r/man/map.Rd                                 |  364 
 echarts4r-0.5.0/echarts4r/man/map_actions.Rd                         |  106 
 echarts4r-0.5.0/echarts4r/man/mapbox.Rd                              |   96 
 echarts4r-0.5.0/echarts4r/man/mark.Rd                                |  254 
 echarts4r-0.5.0/echarts4r/man/nesting.Rd                             |  190 
 echarts4r-0.5.0/echarts4r/man/node_adjacency.Rd                      |  190 
 echarts4r-0.5.0/echarts4r/man/pie_action.Rd                          |   64 
 echarts4r-0.5.0/echarts4r/man/population.Rd                          |only
 echarts4r-0.5.0/echarts4r/man/radius_axis.Rd                         |   76 
 echarts4r-0.5.0/echarts4r/man/reexports.Rd                           |   32 
 echarts4r-0.5.0/echarts4r/man/renderEcharts4rBox.Rd                  |   36 
 echarts4r-0.5.0/echarts4r/man/scatter.Rd                             |  429 
 echarts4r-0.5.0/echarts4r/man/smooth.Rd                              |  176 
 echarts4r-0.5.0/echarts4r/man/theme.Rd                               |  121 
 echarts4r-0.5.0/echarts4r/man/timeline-opts.Rd                       |  126 
 echarts4r-0.5.0/echarts4r/man/toolbox.Rd                             |  106 
 echarts4r-0.5.0/echarts4r/man/tooltip_action.Rd                      |   71 
 echarts4r-0.5.0/echarts4r/man/tooltip_proxy.Rd                       |  164 
 echarts4r-0.5.0/echarts4r/tests/testthat.R                           |    8 
 echarts4r-0.5.0/echarts4r/tests/testthat/_snaps                      |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-actions.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-annotations.R          |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-append.R               |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-arrange_data.R         |   74 
 echarts4r-0.5.0/echarts4r/tests/testthat/test-boxes.R                |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-build_data2.R          |   66 
 echarts4r-0.5.0/echarts4r/tests/testthat/test-button.R               |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-callbacks.R            |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-chart_types.R          | 4411 +++-
 echarts4r-0.5.0/echarts4r/tests/testthat/test-color.R                |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-echarts4r.R            |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-facets.R               |  212 
 echarts4r-0.5.0/echarts4r/tests/testthat/test-general.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-geo.R                  |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-get_validate_range.R   |   62 
 echarts4r-0.5.0/echarts4r/tests/testthat/test-globe.R                |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-graphic.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-grid.R                 |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-grid3d.R               |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-group2series.R         |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-helpers.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-jitter.R               |   18 
 echarts4r-0.5.0/echarts4r/tests/testthat/test-leaflet.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-loading.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-map.R                  |  577 
 echarts4r-0.5.0/echarts4r/tests/testthat/test-mark.R                 |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-matrix.R               |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-morph.R                |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-nesting.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-opts.R                 |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-plugins.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-proxies.R              |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-statistical.R          | 1612 +
 echarts4r-0.5.0/echarts4r/tests/testthat/test-themes.R               |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-timeline.R             |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-utils.R                |only
 echarts4r-0.5.0/echarts4r/tests/testthat/test-webgl.R                | 1263 +
 echarts4r-0.5.0/echarts4r/tests/testthat/test-zzz.R                  |only
 242 files changed, 33901 insertions(+), 26343 deletions(-)

More information about echarts4r at CRAN
Permanent link

Package daltoolbox updated to version 1.3.717 with previous version 1.2.747 dated 2025-10-27

Title: Leveraging Experiment Lines to Data Analytics
Description: The natural increase in the complexity of current research experiments and data demands better tools to enhance productivity in Data Analytics. The package is a framework designed to address the modern challenges in data analytics workflows. The package is inspired by Experiment Line concepts. It aims to provide seamless support for users in developing their data mining workflows by offering a uniform data model and method API. It enables the integration of various data mining activities, including data preprocessing, classification, regression, clustering, and time series prediction. It also offers options for hyper-parameter tuning and supports integration with existing libraries and languages. Overall, the package provides researchers with a comprehensive set of functionalities for data science, promoting ease of use, extensibility, and integration with various tools and libraries. Information on Experiment Line is based on Ogasawara et al. (2009) <doi:10.1007/978-3-642-02279-1_2 [...truncated...]
Author: Eduardo Ogasawara [aut, ths, cre] , Ana Carolina Sa [aut], Antonio Castro [aut], Caio Santos [aut], Diego Carvalho [ctb], Diego Salles [aut], Eduardo Bezerra [ctb], Esther Pacitti [ctb], Fabio Porto [ctb], Janio Lima [aut], Lucas Tavares [aut], Rafae [...truncated...]
Maintainer: Eduardo Ogasawara <eogasawara@ieee.org>

Diff between daltoolbox versions 1.2.747 dated 2025-10-27 and 1.3.717 dated 2026-02-10

 daltoolbox-1.2.747/daltoolbox/R/graphics.R                     |only
 daltoolbox-1.3.717/daltoolbox/DESCRIPTION                      |   13 -
 daltoolbox-1.3.717/daltoolbox/MD5                              |  125 ++++++++--
 daltoolbox-1.3.717/daltoolbox/NAMESPACE                        |   88 +++++++
 daltoolbox-1.3.717/daltoolbox/R/cla_bagging.R                  |only
 daltoolbox-1.3.717/daltoolbox/R/cla_boosting.R                 |only
 daltoolbox-1.3.717/daltoolbox/R/cla_glm.R                      |only
 daltoolbox-1.3.717/daltoolbox/R/cla_glmnet.R                   |only
 daltoolbox-1.3.717/daltoolbox/R/cla_multinom.R                 |only
 daltoolbox-1.3.717/daltoolbox/R/cla_rpart.R                    |only
 daltoolbox-1.3.717/daltoolbox/R/cla_xgboost.R                  |only
 daltoolbox-1.3.717/daltoolbox/R/clu_cmeans.R                   |only
 daltoolbox-1.3.717/daltoolbox/R/clu_gmm.R                      |only
 daltoolbox-1.3.717/daltoolbox/R/clu_hclust.R                   |only
 daltoolbox-1.3.717/daltoolbox/R/clu_louvain.R                  |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_dal_graphics.R        |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_bar.R            |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_boxplot.R        |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_boxplot_class.R  |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_correlation.R    |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_dendrogram.R     |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_density.R        |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_density_class.R  |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_groupedbar.R     |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_hist.R           |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_lollipop.R       |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_pair.R           |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_pair_adv.R       |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_parallel.R       |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_pieplot.R        |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_pixel.R          |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_points.R         |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_radar.R          |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_scatter.R        |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_series.R         |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_stackedbar.R     |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_ts.R             |only
 daltoolbox-1.3.717/daltoolbox/R/graphics_plot_ts_pred.R        |only
 daltoolbox-1.3.717/daltoolbox/R/pat_apriori.R                  |only
 daltoolbox-1.3.717/daltoolbox/R/pat_cspade.R                   |only
 daltoolbox-1.3.717/daltoolbox/R/pat_eclat.R                    |only
 daltoolbox-1.3.717/daltoolbox/R/pat_pattern_miner.R            |only
 daltoolbox-1.3.717/daltoolbox/R/reg_lm.R                       |only
 daltoolbox-1.3.717/daltoolbox/R/reg_tune.R                     |    2 
 daltoolbox-1.3.717/daltoolbox/R/trans_aggregation.R            |only
 daltoolbox-1.3.717/daltoolbox/R/trans_feature_generation.R     |only
 daltoolbox-1.3.717/daltoolbox/R/trans_feature_selection_corr.R |only
 daltoolbox-1.3.717/daltoolbox/R/trans_hierarchy_cut.R          |only
 daltoolbox-1.3.717/daltoolbox/R/trans_imputation_simple.R      |only
 daltoolbox-1.3.717/daltoolbox/R/trans_na_removal.R             |only
 daltoolbox-1.3.717/daltoolbox/R/trans_sample_balance.R         |only
 daltoolbox-1.3.717/daltoolbox/R/trans_sample_cluster.R         |only
 daltoolbox-1.3.717/daltoolbox/R/trans_sample_simple.R          |only
 daltoolbox-1.3.717/daltoolbox/README.md                        |   10 
 daltoolbox-1.3.717/daltoolbox/man/aggregation.Rd               |only
 daltoolbox-1.3.717/daltoolbox/man/cla_bagging.Rd               |only
 daltoolbox-1.3.717/daltoolbox/man/cla_boosting.Rd              |only
 daltoolbox-1.3.717/daltoolbox/man/cla_glm.Rd                   |only
 daltoolbox-1.3.717/daltoolbox/man/cla_glmnet.Rd                |only
 daltoolbox-1.3.717/daltoolbox/man/cla_multinom.Rd              |only
 daltoolbox-1.3.717/daltoolbox/man/cla_rpart.Rd                 |only
 daltoolbox-1.3.717/daltoolbox/man/cla_xgboost.Rd               |only
 daltoolbox-1.3.717/daltoolbox/man/cluster_cmeans.Rd            |only
 daltoolbox-1.3.717/daltoolbox/man/cluster_gmm.Rd               |only
 daltoolbox-1.3.717/daltoolbox/man/cluster_hclust.Rd            |only
 daltoolbox-1.3.717/daltoolbox/man/cluster_louvain_graph.Rd     |only
 daltoolbox-1.3.717/daltoolbox/man/dal_graphics.Rd              |    2 
 daltoolbox-1.3.717/daltoolbox/man/discover.Rd                  |only
 daltoolbox-1.3.717/daltoolbox/man/feature_generation.Rd        |only
 daltoolbox-1.3.717/daltoolbox/man/feature_selection_corr.Rd    |only
 daltoolbox-1.3.717/daltoolbox/man/hierarchy_cut.Rd             |only
 daltoolbox-1.3.717/daltoolbox/man/imputation_simple.Rd         |only
 daltoolbox-1.3.717/daltoolbox/man/na_removal.Rd                |only
 daltoolbox-1.3.717/daltoolbox/man/pat_apriori.Rd               |only
 daltoolbox-1.3.717/daltoolbox/man/pat_cspade.Rd                |only
 daltoolbox-1.3.717/daltoolbox/man/pat_eclat.Rd                 |only
 daltoolbox-1.3.717/daltoolbox/man/pattern_miner.Rd             |only
 daltoolbox-1.3.717/daltoolbox/man/plot_bar.Rd                  |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_boxplot.Rd              |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_boxplot_class.Rd        |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_correlation.Rd          |only
 daltoolbox-1.3.717/daltoolbox/man/plot_dendrogram.Rd           |only
 daltoolbox-1.3.717/daltoolbox/man/plot_density.Rd              |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_density_class.Rd        |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_groupedbar.Rd           |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_hist.Rd                 |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_lollipop.Rd             |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_pair.Rd                 |only
 daltoolbox-1.3.717/daltoolbox/man/plot_pair_adv.Rd             |only
 daltoolbox-1.3.717/daltoolbox/man/plot_parallel.Rd             |only
 daltoolbox-1.3.717/daltoolbox/man/plot_pieplot.Rd              |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_pixel.Rd                |only
 daltoolbox-1.3.717/daltoolbox/man/plot_points.Rd               |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_radar.Rd                |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_scatter.Rd              |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_series.Rd               |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_stackedbar.Rd           |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_ts.Rd                   |    2 
 daltoolbox-1.3.717/daltoolbox/man/plot_ts_pred.Rd              |    2 
 daltoolbox-1.3.717/daltoolbox/man/reg_lm.Rd                    |only
 daltoolbox-1.3.717/daltoolbox/man/reg_tune.Rd                  |    2 
 daltoolbox-1.3.717/daltoolbox/man/sample_balance.Rd            |only
 daltoolbox-1.3.717/daltoolbox/man/sample_cluster.Rd            |only
 daltoolbox-1.3.717/daltoolbox/man/sample_simple.Rd             |only
 104 files changed, 222 insertions(+), 52 deletions(-)

More information about daltoolbox at CRAN
Permanent link

Package CTT updated to version 2.3.4 with previous version 2.3.3 dated 2018-09-12

Title: Classical Test Theory Functions
Description: A collection of common test and item analyses from a classical test theory (CTT) framework. Analyses can be applied to both dichotomous and polytomous data. Functions provide reliability analyses (alpha), item statistics, disctractor analyses, disattenuated correlations, scoring routines, and empirical ICCs.
Author: John T. Willse [aut, cre]
Maintainer: John T. Willse <measurementjohn@gmail.com>

Diff between CTT versions 2.3.3 dated 2018-09-12 and 2.3.4 dated 2026-02-10

 DESCRIPTION                |   16 ++++++++++------
 MD5                        |    6 +++---
 man/distractor.analysis.Rd |    2 +-
 man/distractorAnalysis.Rd  |    2 +-
 4 files changed, 15 insertions(+), 11 deletions(-)

More information about CTT at CRAN
Permanent link

Package nycOpenData (with last version 0.1.5) was removed from CRAN

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

2026-01-25 0.1.5
2026-01-21 0.1.4
2026-01-09 0.1.3
2025-11-17 0.1.2

Permanent link
Package PUlasso (with last version 3.2.5) was removed from CRAN

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

2023-12-18 3.2.5

Permanent link

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