Sun, 22 Mar 2026

Package epicR (with last version 1.0.0) was removed from CRAN

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

2026-03-10 1.0.0
2026-03-08 0.9.0

Permanent link
Package spatstat.random updated to version 3.4-5 with previous version 3.4-4 dated 2026-01-21

Title: Random Generation Functionality for the 'spatstat' Family
Description: Functionality for random generation of spatial data in the 'spatstat' family of packages. Generates random spatial patterns of points according to many simple rules (complete spatial randomness, Poisson, binomial, random grid, systematic, cell), randomised alteration of patterns (thinning, random shift, jittering), simulated realisations of random point processes including simple sequential inhibition, Matern inhibition models, Neyman-Scott cluster processes (using direct, Brix-Kendall, or hybrid algorithms), log-Gaussian Cox processes, product shot noise cluster processes and Gibbs point processes (using Metropolis-Hastings birth-death-shift algorithm, alternating Gibbs sampler, or coupling-from-the-past perfect simulation). Also generates random spatial patterns of line segments, random tessellations, and random images (random noise, random mosaics). Excludes random generation on a linear network, which is covered by the separate package 'spatstat.linnet'.
Author: Adrian Baddeley [aut, cre, cph] , Rolf Turner [aut, cph] , Ege Rubak [aut, cph] , Tilman Davies [aut, cph] , Kasper Klitgaard Berthelsen [ctb, cph], David Bryant [ctb, cph], Ya-Mei Chang [ctb, cph], Ute Hahn [ctb], Abdollah Jalilian [ctb], Dominic Sc [...truncated...]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.random versions 3.4-4 dated 2026-01-21 and 3.4-5 dated 2026-03-22

 DESCRIPTION                     |   10 +-
 MD5                             |   44 +++++-----
 NAMESPACE                       |   18 ++--
 NEWS                            |   59 ++++++++++++++
 R/clusterprocess.R              |    5 -
 R/kraever.R                     |   20 ++--
 R/random.R                      |  149 ++---------------------------------
 R/randomSSI.R                   |only
 R/randomfields.R                |    2 
 R/randommk.R                    |    2 
 R/randompp3.R                   |  166 +++++++++++++++++++++++++++++++++++-----
 R/rmhmodel.R                    |    2 
 build/partial.rdb               |binary
 inst/doc/packagesizes.txt       |    1 
 inst/info/packagesizes.txt      |    1 
 man/clusterprocess.Rd           |only
 man/macros/defns.Rd             |    5 -
 man/methods.clusterprocess.Rd   |only
 man/rSSI.Rd                     |   39 ++++++---
 man/rpoint3.Rd                  |only
 man/rpoispp3.Rd                 |   26 +++++-
 man/runifpoint3.Rd              |   11 ++
 man/spatstat.random-internal.Rd |   24 ++---
 src/mhsnoop.c                   |   47 +++++++----
 tests/Random.R                  |   32 +++++++
 25 files changed, 414 insertions(+), 249 deletions(-)

More information about spatstat.random at CRAN
Permanent link

Package RMixtCompIO updated to version 4.0.12 with previous version 4.0.11 dated 2023-10-03

Title: Minimal Interface of the C++ 'MixtComp' Library for Mixture Models with Heterogeneous and (Partially) Missing Data
Description: Mixture Composer <https://github.com/modal-inria/MixtComp> is a project to build mixture models with heterogeneous data sets and partially missing data management. It includes models for real, categorical, counting, functional and ranking data. This package contains the minimal R interface of the C++ 'MixtComp' library.
Author: Vincent Kubicki [aut], Christophe Biernacki [aut], Quentin Grimonprez [aut, cre], Serge Iovleff [ctb], Matthieu Marbac-Lourdelle [ctb], Etienne Goffinet [ctb], Patrick Wieschollek [ctb] , Tobias Wood [ctb] , Julien Vandaele [ctb]
Maintainer: Quentin Grimonprez <quentingrim@yahoo.fr>

Diff between RMixtCompIO versions 4.0.11 dated 2023-10-03 and 4.0.12 dated 2026-03-22

 DESCRIPTION                                                            |   10 
 MD5                                                                    |  110 +++++-----
 NEWS                                                                   |   13 -
 R/RMixtCompIO-package.R                                                |    3 
 man/RMixtCompIO-package.Rd                                             |   21 +
 src/Makevars                                                           |    2 
 src/lib/Composer/ClassDataStat.cpp                                     |    2 
 src/lib/Composer/ClassDataStat.h                                       |    4 
 src/lib/Composer/ClassSampler.cpp                                      |    2 
 src/lib/Composer/ClassSampler.h                                        |    6 
 src/lib/Data/AugmentedData.h                                           |   11 -
 src/lib/Data/ConfIntDataStat.h                                         |    2 
 src/lib/IO/IO.h                                                        |    3 
 src/lib/IO/MisValParser.h                                              |    2 
 src/lib/LinAlg/ConstIterator.h                                         |    6 
 src/lib/LinAlg/Iterator.h                                              |    7 
 src/lib/Mixture/Functional/FuncCSComputation.cpp                       |    5 
 src/lib/Mixture/Functional/FunctionCS.h                                |    2 
 src/lib/Mixture/Functional/FunctionCSParser.cpp                        |    2 
 src/lib/Mixture/IMixture.h                                             |   39 ++-
 src/lib/Mixture/Rank/RankISRIndividual.h                               |    8 
 src/lib/Mixture/Rank/RankISRParser.cpp                                 |    6 
 src/lib/Mixture/Rank/RankISRStat.h                                     |    4 
 src/lib/Mixture/Simple/Gaussian/Gaussian.cpp                           |    7 
 src/lib/Mixture/Simple/Gaussian/Gaussian.h                             |    7 
 src/lib/Mixture/Simple/Gaussian/GaussianLikelihood.cpp                 |    4 
 src/lib/Mixture/Simple/Gaussian/GaussianLikelihood.h                   |    4 
 src/lib/Mixture/Simple/Gaussian/GaussianSampler.h                      |    6 
 src/lib/Mixture/Simple/Multinomial/MultinomialDataStat.h               |    2 
 src/lib/Mixture/Simple/Multinomial/MultinomialLikelihood.h             |    4 
 src/lib/Mixture/Simple/Multinomial/MultinomialSampler.cpp              |    2 
 src/lib/Mixture/Simple/Multinomial/MultinomialSampler.h                |    6 
 src/lib/Mixture/Simple/NegativeBinomial/NegativeBinomial.h             |    4 
 src/lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.cpp |    4 
 src/lib/Mixture/Simple/NegativeBinomial/NegativeBinomialLikelihood.h   |    2 
 src/lib/Mixture/Simple/NegativeBinomial/NegativeBinomialSampler.h      |    4 
 src/lib/Mixture/Simple/NegativeBinomial/NegativeBinomialStatistic.h    |    4 
 src/lib/Mixture/Simple/Poisson/Poisson.cpp                             |    6 
 src/lib/Mixture/Simple/Poisson/Poisson.h                               |    4 
 src/lib/Mixture/Simple/Poisson/PoissonLikelihood.cpp                   |    4 
 src/lib/Mixture/Simple/Poisson/PoissonLikelihood.h                     |    4 
 src/lib/Mixture/Simple/Poisson/PoissonSampler.h                        |    4 
 src/lib/Mixture/Simple/Poisson/PoissonStatistic.h                      |    5 
 src/lib/Mixture/Simple/Weibull/Weibull.cpp                             |    6 
 src/lib/Mixture/Simple/Weibull/Weibull.h                               |    6 
 src/lib/Mixture/Simple/Weibull/WeibullStatistic.h                      |    3 
 src/lib/Run/Learn.h                                                    |    1 
 src/lib/Run/Predict.h                                                  |    3 
 src/lib/Statistic/ExponentialStatistic.h                               |    2 
 src/lib/Statistic/GaussianStatistic.h                                  |    2 
 src/lib/Statistic/MultinomialStatistic.h                               |    7 
 src/lib/Statistic/UniformStatistic.h                                   |    2 
 src/lib/Strategy/GibbsStrategy.h                                       |    4 
 src/lib/Strategy/SEMStrategy.h                                         |    5 
 src/lib/Various/Constants.h                                            |    2 
 src/lib/Various/Various.cpp                                            |    2 
 56 files changed, 239 insertions(+), 163 deletions(-)

More information about RMixtCompIO at CRAN
Permanent link

Package readapra updated to version 0.2.2 with previous version 0.2.1 dated 2025-02-22

Title: Download and Tidy Data from the Australian Prudential Regulation Authority
Description: Download the latest data from the Australian Prudential Regulation Authority <https://www.apra.gov.au/> and import it into R as a tidy data frame.
Author: Jarrod van der Wal [aut, cre, cph]
Maintainer: Jarrod van der Wal <jarvanderwal@gmail.com>

Diff between readapra versions 0.2.1 dated 2025-02-22 and 0.2.2 dated 2026-03-22

 DESCRIPTION                         |   13 +--
 MD5                                 |   32 ++++----
 NEWS.md                             |    4 +
 R/download_apra.R                   |  134 +++++++++++++++++++++---------------
 R/read_adipops.R                    |   11 ++
 R/read_madis.R                      |    8 ++
 R/read_qadicp.R                     |    9 ++
 R/readapra_package.R                |    3 
 R/test_wrappers.R                   |   12 ---
 R/url_selector.R                    |    2 
 man/apra_stat_pubs.Rd               |   44 +++++------
 man/download_apra.Rd                |  106 ++++++++++++++--------------
 man/figures/README-plot_madis-1.png |binary
 man/read_apra.Rd                    |  110 ++++++++++++++---------------
 man/read_apra_local.Rd              |   98 +++++++++++++-------------
 man/readapra-package.Rd             |   46 ++++++------
 tests/testthat/test-download_apra.R |   61 ++--------------
 17 files changed, 351 insertions(+), 342 deletions(-)

More information about readapra at CRAN
Permanent link

Package MultiTraits updated to version 1.0.0 with previous version 0.6.0 dated 2025-10-01

Title: Analyzing and Visualizing Multidimensional Plant Traits
Description: Implements analytical methods for multidimensional plant traits, including Competitors-Stress tolerators-Ruderals strategy analysis using leaf traits, Leaf-Height-Seed strategy analysis, Niche Periodicity Table analysis, and Trait Network analysis. Provides functions for data analysis, visualization, and network metrics calculation. Methods are based on He et al. (2026) <doi:10.1002/ecog.08026>.
Author: Yan He [aut, cre], Zhaogang Liu [aut], Jiangshan Lai [aut], Lingfeng Mao [aut]
Maintainer: Yan He <heyan@njfu.edu.cn>

Diff between MultiTraits versions 0.6.0 dated 2025-10-01 and 1.0.0 dated 2026-03-22

 DESCRIPTION                                      |   12 
 MD5                                              |   50 ++-
 NAMESPACE                                        |   17 +
 NEWS.md                                          |   14 
 R/LHS_strategy_scheme.R                          |   16 -
 R/NPT_discrete_plot.R                            |    4 
 R/PTMN.R                                         |only
 R/PTMN_metrics.R                                 |only
 R/PTMN_plot.R                                    |only
 R/average_interlayer_clustering_coefficient.R    |only
 R/average_interlayer_path_length.R               |only
 R/cross_layer_groups.R                           |only
 R/crosslayer_module_assoc.R                      |only
 R/forest_invader_traits.R                        |only
 R/forest_invader_tree.R                          |only
 R/interlayer_closeness.R                         |only
 R/interlayer_clustering_coefficient.R            |only
 R/interlayer_degree.R                            |only
 R/interlayer_edge_density.R                      |only
 README.md                                        |  114 +++++--
 build/partial.rdb                                |only
 data/forest_invader_traits.rda                   |only
 data/forest_invader_tree.rda                     |only
 inst/doc/MultiTraits_tutorial.R                  |   45 ++
 inst/doc/MultiTraits_tutorial.Rmd                |   99 ++++--
 inst/doc/MultiTraits_tutorial.html               |  355 ++++++++++++++++++-----
 man/PTMN.Rd                                      |only
 man/PTMN_metrics.Rd                              |only
 man/PTMN_plot.Rd                                 |only
 man/average_interlayer_clustering_coefficient.Rd |only
 man/average_interlayer_path_length.Rd            |only
 man/cross_layer_groups.Rd                        |only
 man/crosslayer_module_assoc.Rd                   |only
 man/figures/6.jpg                                |only
 man/forest_invader_traits.Rd                     |only
 man/forest_invader_tree.Rd                       |only
 man/interlayer_closeness.Rd                      |only
 man/interlayer_clustering_coefficient.Rd         |only
 man/interlayer_degree.Rd                         |only
 man/interlayer_edge_density.Rd                   |only
 vignettes/MultiTraits_tutorial.Rmd               |   99 ++++--
 41 files changed, 661 insertions(+), 164 deletions(-)

More information about MultiTraits at CRAN
Permanent link

Package fs updated to version 2.0.0 with previous version 1.6.7 dated 2026-03-06

Title: Cross-Platform File System Operations Based on 'libuv'
Description: A cross-platform interface to file system operations, built on top of the 'libuv' C library.
Author: Jim Hester [aut], Hadley Wickham [aut], Gabor Csardi [aut], Jeroen Ooms [cre], libuv project contributors [cph] , Joyent, Inc. and other Node contributors [cph] , Posit Software, PBC [cph, fnd]
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>

Diff between fs versions 1.6.7 dated 2026-03-06 and 2.0.0 dated 2026-03-22

 fs-1.6.7/fs/src/Makevars           |only
 fs-1.6.7/fs/src/libuv-1.44.2       |only
 fs-2.0.0/fs/DESCRIPTION            |   11 -
 fs-2.0.0/fs/MD5                    |  350 +------------------------------------
 fs-2.0.0/fs/NEWS.md                |    8 
 fs-2.0.0/fs/build/vignette.rds     |binary
 fs-2.0.0/fs/cleanup                |    5 
 fs-2.0.0/fs/configure              |only
 fs-2.0.0/fs/src/Makevars.in        |only
 fs-2.0.0/fs/src/Makevars.vendor    |only
 fs-2.0.0/fs/src/Makevars.win       |   38 +---
 fs-2.0.0/fs/src/windows/getmode.cc |    1 
 fs-2.0.0/fs/tools                  |only
 13 files changed, 39 insertions(+), 374 deletions(-)

More information about fs at CRAN
Permanent link

Package collections updated to version 0.3.12 with previous version 0.3.11 dated 2026-02-05

Title: High Performance Container Data Types
Description: Provides high performance container data types such as queues, stacks, deques, dicts and ordered dicts. Benchmarks <https://randy3k.github.io/collections/articles/benchmark.html> have shown that these containers are asymptotically more efficient than those offered by other packages.
Author: Randy Lai [aut, cre], Andrea Mazzoleni [cph] , Yann Collet [cph]
Maintainer: Randy Lai <randy.cs.lai@gmail.com>

Diff between collections versions 0.3.11 dated 2026-02-05 and 0.3.12 dated 2026-03-22

 DESCRIPTION |    8 ++++----
 MD5         |    8 ++++----
 src/dict.c  |    2 +-
 src/utils.c |    2 +-
 src/utils.h |    9 +++++++++
 5 files changed, 19 insertions(+), 10 deletions(-)

More information about collections at CRAN
Permanent link

Package arrangements updated to version 1.1.10 with previous version 1.1.9 dated 2020-09-13

Title: Fast Generators and Iterators for Permutations, Combinations, Integer Partitions and Compositions
Description: Fast generators and iterators for permutations, combinations, integer partitions and compositions. The arrangements are in lexicographical order and generated iteratively in a memory efficient manner. It has been demonstrated that 'arrangements' outperforms most existing packages of similar kind. Benchmarks could be found at <https://randy3k.github.io/arrangements/articles/benchmark.html>.
Author: Randy Lai [aut, cre]
Maintainer: Randy Lai <randy.cs.lai@gmail.com>

Diff between arrangements versions 1.1.9 dated 2020-09-13 and 1.1.10 dated 2026-03-22

 DESCRIPTION                 |   12 ++++++------
 MD5                         |   10 +++++-----
 README.md                   |    6 +++---
 man/arrangements-package.Rd |    2 +-
 src/macros.h                |   25 ++++++++++++++++---------
 src/utils.c                 |   17 ++++++++++++++---
 6 files changed, 45 insertions(+), 27 deletions(-)

More information about arrangements at CRAN
Permanent link

Package arm updated to version 1.15-2 with previous version 1.15-1 dated 2026-03-15

Title: Data Analysis Using Regression and Multilevel/Hierarchical Models
Description: Functions to accompany A. Gelman and J. Hill, Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge University Press, 2007.
Author: Andrew Gelman [aut], Yu-Sung Su [aut, cre] , Masanao Yajima [ctb], Jennifer Hill [ctb], Maria Grazia Pittau [ctb], Jouni Kerman [ctb], Tian Zheng [ctb], Vincent Dorie [ctb]
Maintainer: Yu-Sung Su <suyusung@tsinghua.edu.cn>

Diff between arm versions 1.15-1 dated 2026-03-15 and 1.15-2 dated 2026-03-22

 CHANGELOG   |    4 ++++
 DESCRIPTION |    8 ++++----
 MD5         |    6 +++---
 R/rescale.R |   15 +++------------
 4 files changed, 14 insertions(+), 19 deletions(-)

More information about arm at CRAN
Permanent link

Package flownet updated to version 0.2.2 with previous version 0.2.1 dated 2026-02-22

Title: Transport Modeling: Network Processing, Route Enumeration, and Traffic Assignment
Description: High-performance tools for transport modeling - network processing, route enumeration, and traffic assignment in R. The package implements the Path-Sized Logit model for traffic assignment - Ben-Akiva and Bierlaire (1999) <doi:10.1007/978-1-4615-5203-1_2> - an efficient route enumeration algorithm, and provides powerful utility functions for (multimodal) network generation, consolidation/contraction, and/or simplification. The user is expected to provide a transport network (either a graph or collection of linestrings) and an origin-destination (OD) matrix of trade/traffic flows. Maintained by transport consultants at CPCS (cpcs.ca).
Author: Sebastian Krantz [aut, cre], Kamol Roy [ctb]
Maintainer: Sebastian Krantz <sebastian.krantz@graduateinstitute.ch>

Diff between flownet versions 0.2.1 dated 2026-02-22 and 0.2.2 dated 2026-03-22

 DESCRIPTION                |    6 +++---
 MD5                        |   12 ++++++------
 NAMESPACE                  |    2 +-
 NEWS.md                    |    6 ++++++
 R/assignment.R             |    7 ++-----
 R/utils.R                  |    4 ++--
 inst/doc/introduction.html |    4 ++--
 7 files changed, 22 insertions(+), 19 deletions(-)

More information about flownet at CRAN
Permanent link


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