Title: AI Copilot for R Analysis Workflows in 'RStudio'
Description: An AI copilot for R users in 'RStudio' and Posit workflows with
active-editor, workspace, object, console, plot, and git-aware context.
Provides statistical helpers for interpreting lm() and glm()
models, stages code and file actions before execution, drafts
reproducible 'Quarto' content, and connects to official provider
APIs or CLIs for 'OpenAI', 'GitHub Copilot', 'Gemini', and 'Anthropic'.
Author: Markuss Saule [aut, cre, cph]
Maintainer: Markuss Saule <markusstomas@gmail.com>
Diff between ravel versions 0.1.1 dated 2026-04-03 and 0.1.2 dated 2026-06-28
DESCRIPTION | 6 +- MD5 | 41 ++++++++++------- NAMESPACE | 2 NEWS.md | 9 +++ R/approvals.R | 40 ++++++++++++++++- R/auth.R | 10 +++- R/execution.R | 23 ++++++++- R/mcp.R |only R/providers_anthropic.R | 10 +++- R/providers_copilot.R | 3 - R/providers_gemini.R | 10 +++- R/providers_openai.R | 93 ++++++++++++++++++++++++++++++++++++---- build/vignette.rds |binary inst/doc/ravel-mvp.html | 19 ++++---- inst/doc/ravel-showcase.R |only inst/doc/ravel-showcase.Rmd |only inst/doc/ravel-showcase.html |only man/ravel_apply_action.Rd | 10 +++- man/ravel_mcp_tool.Rd |only man/ravel_mcp_tools.Rd |only man/ravel_run_code.Rd | 10 +++- tests/testthat/test-execution.R | 15 ++++++ tests/testthat/test-providers.R | 26 +++++++++++ tests/testthat/test-setup.R | 4 + vignettes/ravel-showcase.Rmd |only 25 files changed, 280 insertions(+), 51 deletions(-)
Title: 'Material UI' for 'shiny' Apps and 'Quarto'
Description: Wraps the 'Material UI' React components <https://mui.com/> for use in R, 'shiny'
applications and 'quarto' documents, including inputs, layouts, navigation, and
surfaces. All inputs come with R usage examples.
Author: Felix Luginbuhl [aut, cre, cph] ,
MUI [cph] ,
Emotion team [cph] ,
Meta Platforms, Inc. and affiliates [cph]
Maintainer: Felix Luginbuhl <felix.luginbuhl@protonmail.ch>
Diff between muiMaterial versions 0.2.0 dated 2026-06-04 and 0.2.1 dated 2026-06-28
DESCRIPTION | 6 MD5 | 10 NEWS.md | 12 README.md | 4 inst/www/muiMaterial/mui-material.js | 368 +++++++++++------------ inst/www/muiMaterial/mui-material.js.LICENSE.txt | 50 +++ 6 files changed, 256 insertions(+), 194 deletions(-)
Title: Sparse Fused Plackett-Luce
Description: Implements the methodological developments found in Hermes, van Heerwaarden, and Behrouzi (2025) <doi:10.48550/arXiv.2407.10846>, and allows for the statistical modeling of multi-group rank data in combination with object variables. The package also allows for the simulation of synthetic multi-group rank data.
Author: Sjoerd Hermes [aut, cre]
Maintainer: Sjoerd Hermes <sjoerd.hermes@wur.nl>
Diff between SFPL versions 1.0.0 dated 2024-07-26 and 1.0.1 dated 2026-06-28
DESCRIPTION | 8 ++++---- MD5 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-06-05 1.0.3
Title: Quantitative Financial Modelling Framework
Description: Specify, build, trade, and analyse quantitative financial trading strategies.
Author: Jeffrey A. Ryan [aut, cph],
Joshua M. Ulrich [cre, aut],
Ethan B. Smith [ctb],
Wouter Thielen [ctb],
Paul Teetor [ctb],
Steve Bronder [ctb]
Maintainer: Joshua M. Ulrich <josh.m.ulrich@gmail.com>
Diff between quantmod versions 0.4.28 dated 2025-06-19 and 0.4.29 dated 2026-06-28
DESCRIPTION | 6 +- MD5 | 10 ++-- NEWS.md | 11 ++++ R/chartSeries.R | 18 +++++-- R/getSymbols.R | 112 ++++++++++++++++++++++++++++++++++++------------- man/getSymbols.FRED.Rd | 2 6 files changed, 117 insertions(+), 42 deletions(-)
Title: Minimization of the Convex Clustering Loss Function
Description: Implements the convex clustering through majorization-minimization (CCMM) algorithm described in Touw, Groenen, and Terada (2022) <doi:10.48550/arXiv.2211.01877> to perform minimization of the convex clustering loss function.
Author: Daniel Touw [aut, cre] ,
Patrick Groenen [aut] ,
Yoshikazu Terada [aut]
Maintainer: Daniel Touw <touw@ese.eur.nl>
Diff between CCMMR versions 0.2.1 dated 2024-11-07 and 0.2.2 dated 2026-06-28
CCMMR-0.2.1/CCMMR/inst |only CCMMR-0.2.2/CCMMR/DESCRIPTION | 16 +++-- CCMMR-0.2.2/CCMMR/MD5 | 22 +++----- CCMMR-0.2.2/CCMMR/NEWS | 14 +++++ CCMMR-0.2.2/CCMMR/man/plot.cvxclust.Rd | 86 ++++++++++++++++---------------- CCMMR-0.2.2/CCMMR/man/two_half_moons.Rd | 38 +++++++------- CCMMR-0.2.2/CCMMR/src/eps_fusions.cpp | 2 CCMMR-0.2.2/CCMMR/src/weights.cpp | 5 + CCMMR-0.2.2/CCMMR/tests |only 9 files changed, 99 insertions(+), 84 deletions(-)
Title: Supervised Dimensional Reduction by Guided Partial Least Squares
Description: Guided partial least squares (guided-PLS) is the combination of partial least squares by singular value decomposition (PLS-SVD) and guided principal component analysis (guided-PCA). This package provides implementations of PLS-SVD, guided-PLS, and guided-PCA for supervised dimensionality reduction. The guided-PCA function (new in v1.1.0) automatically handles mixed data types (continuous and categorical) in the supervision matrix and provides detailed contribution analysis for interpretability. For the details of the methods, see the reference section of GitHub README.md <https://github.com/rikenbit/guidedPLS>.
Author: Koki Tsuyuzaki [aut, cre]
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>
Diff between guidedPLS versions 1.1.0 dated 2025-08-25 and 1.2.1 dated 2026-06-28
DESCRIPTION | 10 ++-- MD5 | 23 +++++----- NAMESPACE | 1 R/guidedPLS-internal.R | 69 +++++++++++++++++++++++++++++++ R/guidedPLS.R | 89 +++++++++++++++++++++++++++------------- build/partial.rdb |binary inst/NEWS | 14 ++++++ inst/doc/guidedPLS-1.html | 10 ++-- inst/doc/guidedPLS-2.html | 10 ++-- man/guidedPLS.Rd | 2 tests/testthat.R | 2 tests/testthat/test_guidedPLS.R | 2 tests/testthat/test_sparse.R |only 13 files changed, 177 insertions(+), 55 deletions(-)
Title: ICA-Based Matrix/Tensor Decomposition
Description: Some functions for performing ICA, MICA, Group ICA, and Multilinear ICA are implemented.
ICA, MICA/Group ICA, and Multilinear ICA extract statistically independent components from single matrix, multiple matrices, and single tensor, respectively.
For the details of these methods, see the reference section of GitHub README.md <https://github.com/rikenbit/iTensor>.
Author: Koki Tsuyuzaki [aut, cre]
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>
Diff between iTensor versions 1.0.5 dated 2026-05-11 and 1.0.6 dated 2026-06-28
DESCRIPTION | 8 ++++---- MD5 | 16 +++++++++------- NAMESPACE | 2 +- R/ICA2.R | 1 - R/geigen.R |only inst/NEWS | 5 +++++ inst/doc/iTensor-1.html | 20 ++++++++++---------- inst/doc/iTensor-2.html | 24 ++++++++++++------------ inst/doc/iTensor-3.html | 33 ++++++++++++++++----------------- man/geigen.Rd |only 10 files changed, 57 insertions(+), 52 deletions(-)
Title: Mixed Temporal Vectors and Operations
Description: Flexible time classes for time series analysis and forecasting with
mixed temporal granularities. Supports linear and cyclical time
representations in discrete and continuous forms, with timezone support,
across multiple calendar systems including Gregorian and ISO week date
calendars. Time points are stored numerically relative to a chronon; an
atomic time granule defined by time units of a calendar. Calendrical
arithmetic enables conversion between time granules (e.g. days to months)
and calendar systems. Multi-unit arithmetic allows for temporal analysis
with other granules of common calendars (e.g. fortnights are 2-week units).
Time vectors of different granularities (e.g. monthly and quarterly) can be
combined in a single vector, making 'mixtime' ideal for data that changes
observation frequency over time or requires temporal reconciliation across
scales. The package is extensible, allowing users to define custom calendars
that build upon civil and astronomical time systems.
Author: Mitchell O'Hara-Wild [aut, cre]
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Diff between mixtime versions 0.1.0 dated 2026-05-19 and 0.2.0 dated 2026-06-28
DESCRIPTION | 8 +- MD5 | 97 ++++++++++++++++++------------------ NAMESPACE | 14 ++++- NEWS.md | 33 ++++++++++++ R/00_utils.R | 24 ++++++++ R/01_chronon_cardinality.R | 9 ++- R/01_chronon_divmod.R | 10 ++- R/01_chronon_format.R | 24 ++++++-- R/01_cyclical_labels.R | 3 - R/01_linear_labels.R | 3 - R/01_time_unit.R | 13 ++++ R/cal0_time_astro.R | 4 + R/cal0_time_civil.R | 14 ++--- R/cal0_time_lunar.R | 36 +++++++------ R/cal0_time_solar.R | 38 ++++++++------ R/cal_gregorian.R | 39 ++++++++------ R/cal_isoweek.R | 4 - R/cal_sym454.R | 4 - R/chronon_common.R | 9 ++- R/chronon_convert.R | 94 ++++++++++++++++++++-------------- R/cyclical_time.R | 28 ---------- R/duration.R | 47 ++++++++--------- R/format.R | 57 +++++++++++++++++---- R/linear_time.R | 76 +++++++++++++++++++--------- R/mixtime.R | 9 ++- R/sequence.R | 11 ++-- R/time.R | 6 -- R/time_chronon.R | 2 R/time_parts.R | 4 - R/timezone.R | 57 ++++++++++++++------- R/tsbl-compat.R | 4 - R/vctrs.R | 47 +++++++++++++---- R/zzz.R | 6 +- README.md | 26 ++++----- inst/doc/extending-mixtime.R | 8 ++ inst/doc/extending-mixtime.Rmd | 21 +++++-- inst/doc/extending-mixtime.html | 29 ++++++++-- inst/doc/time-format-strings.html | 22 ++++---- man/calendar_time_lunar.Rd | 29 ++++++---- man/calendar_time_solar.Rd | 16 +++-- man/chronon_format.Rd | 7 ++ man/time_unit_labels.Rd | 9 +++ tests/testthat/test-arithmetic.R |only tests/testthat/test-cal-gregorian.R | 75 ++++++++++++++++++++++++++- tests/testthat/test-duration.R |only tests/testthat/test-format.R |only tests/testthat/test-math.R |only tests/testthat/test-round.R | 2 tests/testthat/test-timezones.R | 40 ++++++++++++++ tests/testthat/test-tsibble.R |only tests/testthat/test-vctrs.R | 12 ++++ vignettes/extending-mixtime.Rmd | 21 +++++-- 52 files changed, 787 insertions(+), 364 deletions(-)
Title: Forensic Pedigree Analysis and Relatedness Inference
Description: Forensic applications of pedigree analysis, including
likelihood ratios for relationship testing, general relatedness
inference, marker simulation, and power analysis. 'forrel' is part of
the 'pedsuite', a collection of packages for pedigree analysis,
further described in the book 'Pedigree Analysis in R' (Vigeland,
2021, ISBN:9780128244302). Several functions deal specifically with
power analysis in missing person cases, implementing methods described
in Vigeland et al. (2020) <doi:10.1016/j.fsigen.2020.102376>. Data
import from the 'Familias' software (Egeland et al. (2000)
<doi:10.1016/S0379-0738(00)00147-X>) is supported through the
'pedFamilias' package.
Author: Magnus Dehli Vigeland [aut, cre] ,
Thore Egeland [ctb]
Maintainer: Magnus Dehli Vigeland <m.d.vigeland@medisin.uio.no>
Diff between forrel versions 1.8.1 dated 2025-07-21 and 1.9.0 dated 2026-06-28
forrel-1.8.1/forrel/R/familias-deprecated.R |only forrel-1.8.1/forrel/man/familias.Rd |only forrel-1.8.1/forrel/tests/testthat/test-utils.R |only forrel-1.9.0/forrel/DESCRIPTION | 13 forrel-1.9.0/forrel/MD5 | 88 ++-- forrel-1.9.0/forrel/NAMESPACE | 14 forrel-1.9.0/forrel/NEWS.md | 34 + forrel-1.9.0/forrel/R/LRpower.R | 23 - forrel-1.9.0/forrel/R/MPPsims.R | 42 -- forrel-1.9.0/forrel/R/checkPairwise.R | 59 +- forrel-1.9.0/forrel/R/data.R | 2 forrel-1.9.0/forrel/R/exclusionPower.R | 76 ++- forrel-1.9.0/forrel/R/fEstimate.R |only forrel-1.9.0/forrel/R/findExclusions.R | 42 +- forrel-1.9.0/forrel/R/forrel-package.R | 1 forrel-1.9.0/forrel/R/ibdEstimate.R | 16 forrel-1.9.0/forrel/R/kinshipLR.R | 48 +- forrel-1.9.0/forrel/R/markerSim.R | 260 +++++++------ forrel-1.9.0/forrel/R/missingPersonIP.R | 28 - forrel-1.9.0/forrel/R/missingPersonLR.R | 6 forrel-1.9.0/forrel/R/missingPersonPlot.R | 2 forrel-1.9.0/forrel/R/pairwiseSim.R | 6 forrel-1.9.0/forrel/R/powerPlot.R | 1 forrel-1.9.0/forrel/R/profileSim.R | 237 +++++++---- forrel-1.9.0/forrel/R/quickLR.R | 26 - forrel-1.9.0/forrel/R/rankProfiles.R | 2 forrel-1.9.0/forrel/R/utils.R | 41 -- forrel-1.9.0/forrel/build/partial.rdb |binary forrel-1.9.0/forrel/man/LRpower.Rd | 5 forrel-1.9.0/forrel/man/MPPsims.Rd | 6 forrel-1.9.0/forrel/man/NorwegianFrequencies.Rd | 2 forrel-1.9.0/forrel/man/checkPairwise.Rd | 2 forrel-1.9.0/forrel/man/fEstimate.Rd |only forrel-1.9.0/forrel/man/findExclusions.Rd | 2 forrel-1.9.0/forrel/man/forrel-package.Rd | 5 forrel-1.9.0/forrel/man/kinshipLR.Rd | 2 forrel-1.9.0/forrel/man/markerSim.Rd | 6 forrel-1.9.0/forrel/man/markerSimParametric.Rd | 6 forrel-1.9.0/forrel/man/missingPersonIP.Rd | 1 forrel-1.9.0/forrel/man/parentChildLikelihood.Rd |only forrel-1.9.0/forrel/man/profileSim.Rd | 58 ++ forrel-1.9.0/forrel/man/quickLR.Rd | 14 forrel-1.9.0/forrel/man/rankProfiles.Rd | 2 forrel-1.9.0/forrel/tests/testthat/test-exclusion.R | 17 forrel-1.9.0/forrel/tests/testthat/test-ibdEstimate.R |only forrel-1.9.0/forrel/tests/testthat/test-kinshipLR-merlin.R | 4 forrel-1.9.0/forrel/tests/testthat/test-kinshipLR.R | 63 +++ forrel-1.9.0/forrel/tests/testthat/test-other.R |only forrel-1.9.0/forrel/tests/testthat/test-sims.R | 121 +++++- 49 files changed, 866 insertions(+), 517 deletions(-)
Title: Core Tools for Packages in the 'fable' Framework
Description: Provides tools, helpers and data structures for
developing models and time series functions for 'fable' and extension
packages. These tools support a consistent and tidy interface for time
series modelling and analysis.
Author: Mitchell O'Hara-Wild [aut, cre] ,
Rob Hyndman [aut],
Earo Wang [aut] ,
Di Cook [ctb],
George Athanasopoulos [ctb],
David Holt [ctb]
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Diff between fabletools versions 0.7.0 dated 2026-04-30 and 0.8.0 dated 2026-06-28
DESCRIPTION | 8 MD5 | 35 +- NAMESPACE | 8 NEWS.md | 43 +++ R/accuracy.R | 20 + R/coherent.R | 36 +- R/mable.R | 4 R/model_combination.R | 441 ++++++++++++++++++++--------------- R/model_decomposition.R | 18 - R/reconciliation.R | 120 +++++---- build/stage23.rdb |binary man/accuracy.Rd | 3 man/coherent_cmat.Rd | 4 man/coherent_smat.Rd | 10 man/mable.Rd | 2 man/model_combination_ops.Rd |only tests/testthat/test-combination.R | 121 +++++++++ tests/testthat/test-mable.R | 2 tests/testthat/test-reconciliation.R | 84 ++++++ 19 files changed, 679 insertions(+), 280 deletions(-)
Title: Multivariate Data Analysis for Chemometrics
Description: Projection based methods for preprocessing, exploring and analysis of multivariate data used in chemometrics. S. Kucheryavskiy (2020) <doi:10.1016/j.chemolab.2020.103937>.
Author: Sergey Kucheryavskiy [aut, cre]
Maintainer: Sergey Kucheryavskiy <svkucheryavski@gmail.com>
Diff between mdatools versions 0.15.0 dated 2026-03-06 and 0.16.0 dated 2026-06-28
DESCRIPTION | 10 ++++---- MD5 | 50 +++++++++++++++++++++++++------------------ NAMESPACE | 17 ++++++++++++++ NEWS.md | 8 ++++++ R/ddsimca.R | 31 ++++++++++++++++++++------ R/ddsimca3w.R |only R/ddsimcares.R | 20 +++++++++-------- R/defaults.R | 14 +++++++++++- R/pca.R | 28 ++++++++++++++++++++---- R/pls.R | 22 ++++++++++++++++-- R/prep.R | 10 +++++--- README.md | 2 - data/data3w.RData |only data/datalist |only man/asjson.pls.Rd | 4 ++- man/classify.Rd | 6 ++++- man/data3w.Rd |only man/ddsimca.parafac.Rd |only man/ddsimca.tucker.Rd |only man/plotDistDoF.Rd | 9 +++++-- man/plotFactors.Rd |only man/plotFactors.ddsimca3w.Rd |only man/plotQDoF.Rd | 9 +++++-- man/plotT2DoF.Rd | 9 +++++-- man/predict.ddsimca3w.Rd |only man/prep.alsbasecorr.Rd | 2 - man/setParams.ddsimca3w.Rd |only man/writeJSON.Rd | 4 ++- man/writeJSON.pca.Rd | 4 ++- man/writeJSON.pls.Rd | 6 ++++- man/writeJSON.prepmodel.Rd | 4 ++- 31 files changed, 199 insertions(+), 70 deletions(-)