Wed, 18 Mar 2026

Package spatstat.univar updated to version 3.1-7 with previous version 3.1-6 dated 2026-01-17

Title: One-Dimensional Probability Distribution Support for the 'spatstat' Family
Description: Estimation of one-dimensional probability distributions including kernel density estimation, weighted empirical cumulative distribution functions, Kaplan-Meier and reduced-sample estimators for right-censored data, heat kernels, kernel properties, quantiles and integration.
Author: Adrian Baddeley [aut, cre, cph] , Tilman M. Davies [aut, ctb, cph] , Martin L. Hazelton [aut, ctb, cph] , Ege Rubak [aut, cph] , Rolf Turner [aut, cph] , Greg McSwiggan [ctb, cph]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.univar versions 3.1-6 dated 2026-01-17 and 3.1-7 dated 2026-03-18

 DESCRIPTION                |   10 +-
 MD5                        |   26 ++---
 NEWS                       |   14 +++
 R/breakpts.R               |    2 
 R/densityBC.R              |  205 +++++++++++++++++++++++++++------------------
 R/ewcdf.R                  |    2 
 inst/doc/packagesizes.txt  |    1 
 inst/info/packagesizes.txt |    1 
 man/densityBC.Rd           |    9 +
 man/macros/defns.Rd        |    5 -
 man/macros/newdefns.Rd     |    2 
 src/adaptive.h             |    4 
 src/colonel.c              |   56 ++++++------
 src/interfacecodes.h       |    8 -
 14 files changed, 206 insertions(+), 139 deletions(-)

More information about spatstat.univar at CRAN
Permanent link

Package rush updated to version 1.0.0 with previous version 0.4.1 dated 2025-11-06

Title: Rapid Asynchronous and Distributed Computing
Description: Package to tackle large-scale problems asynchronously across a distributed network. Employing a database centric model, rush enables workers to communicate tasks and their results over a shared 'Redis' database. Key features include low task overhead, efficient caching, and robust error handling. The package powers the asynchronous optimization algorithms in the 'bbotk' and 'mlr3tuning' packages.
Author: Marc Becker [cre, aut, cph]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between rush versions 0.4.1 dated 2025-11-06 and 1.0.0 dated 2026-03-18

 rush-0.4.1/rush/man/with_rng_state.Rd               |only
 rush-0.4.1/rush/tests/testthat/test-extra.R         |only
 rush-1.0.0/rush/DESCRIPTION                         |   11 
 rush-1.0.0/rush/MD5                                 |   63 
 rush-1.0.0/rush/NAMESPACE                           |    3 
 rush-1.0.0/rush/NEWS.md                             |   32 
 rush-1.0.0/rush/R/AppenderRedis.R                   |   12 
 rush-1.0.0/rush/R/Rush.R                            | 1826 ++++++++++----------
 rush-1.0.0/rush/R/RushWorker.R                      |  150 -
 rush-1.0.0/rush/R/assertions.R                      |   19 
 rush-1.0.0/rush/R/heartbeat_loops.R                 |   12 
 rush-1.0.0/rush/R/helper.R                          |   61 
 rush-1.0.0/rush/R/rush_plan.R                       |   47 
 rush-1.0.0/rush/R/start_worker.R                    |   44 
 rush-1.0.0/rush/R/sugar.R                           |   14 
 rush-1.0.0/rush/R/zzz.R                             |    3 
 rush-1.0.0/rush/README.md                           |   69 
 rush-1.0.0/rush/inst                                |only
 rush-1.0.0/rush/man/AppenderRedis.Rd                |    3 
 rush-1.0.0/rush/man/Rush.Rd                         |  843 ++++-----
 rush-1.0.0/rush/man/RushWorker.Rd                   |  125 -
 rush-1.0.0/rush/man/heartbeat.Rd                    |    4 
 rush-1.0.0/rush/man/remove_rush_plan.Rd             |    3 
 rush-1.0.0/rush/man/rsh.Rd                          |   19 
 rush-1.0.0/rush/man/rush_assertions.Rd              |    3 
 rush-1.0.0/rush/man/rush_available.Rd               |    3 
 rush-1.0.0/rush/man/rush_config.Rd                  |    3 
 rush-1.0.0/rush/man/rush_plan.Rd                    |   16 
 rush-1.0.0/rush/man/start_worker.Rd                 |   16 
 rush-1.0.0/rush/tests/testthat/helper.R             |  101 -
 rush-1.0.0/rush/tests/testthat/test-AppenderRedis.R |   22 
 rush-1.0.0/rush/tests/testthat/test-Rush.R          | 1758 +++++++------------
 rush-1.0.0/rush/tests/testthat/test-RushWorker.R    |  689 +------
 rush-1.0.0/rush/tests/testthat/test-rush_plan.R     |   68 
 34 files changed, 2608 insertions(+), 3434 deletions(-)

More information about rush at CRAN
Permanent link

Package mlr3mbo updated to version 1.1.0 with previous version 1.0.0 dated 2026-02-27

Title: Flexible Bayesian Optimization
Description: A modern and flexible approach to Bayesian Optimization / Model Based Optimization building on the 'bbotk' package. 'mlr3mbo' is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using 'mlr3mbo' for hyperparameter optimization of machine learning models within the 'mlr3' ecosystem is straightforward via 'mlr3tuning'. Examples of ready-to-use optimization algorithms include Efficient Global Optimization by Jones et al. (1998) <doi:10.1023/A:1008306431147>, ParEGO by Knowles (2006) <doi:10.1109/TEVC.2005.851274> and SMS-EGO by Ponweiser et al. (2008) <doi:10.1007/978-3-540-87700-4_78>.
Author: Marc Becker [cre, aut] , Lennart Schneider [aut] , Jakob Richter [aut] , Michel Lang [aut] , Bernd Bischl [aut] , Florian Pfisterer [aut] , Martin Binder [aut], Sebastian Fischer [aut] , Michael H. Buselli [cph], Wessel Dankers [cph], Carlos Fonseca [...truncated...]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3mbo versions 1.0.0 dated 2026-02-27 and 1.1.0 dated 2026-03-18

 DESCRIPTION                                      |   10 
 MD5                                              |  301 +++++++++++------------
 NEWS.md                                          |    5 
 R/AcqFunction.R                                  |  119 ++++++---
 R/AcqFunctionAEI.R                               |   39 ++
 R/AcqFunctionCB.R                                |   19 -
 R/AcqFunctionEHVI.R                              |   61 +++-
 R/AcqFunctionEHVIGH.R                            |   36 +-
 R/AcqFunctionEI.R                                |   17 -
 R/AcqFunctionEILog.R                             |   38 +-
 R/AcqFunctionEIPS.R                              |   17 -
 R/AcqFunctionMean.R                              |   16 -
 R/AcqFunctionMulti.R                             |   53 ++--
 R/AcqFunctionPI.R                                |   16 -
 R/AcqFunctionSD.R                                |   16 -
 R/AcqFunctionSmsEgo.R                            |   49 ++-
 R/AcqFunctionStochasticCB.R                      |   34 +-
 R/AcqFunctionStochasticEI.R                      |   28 +-
 R/AcqOptimizer.R                                 |  127 +++++++--
 R/AcqOptimizerDirect.R                           |   31 +-
 R/AcqOptimizerLbfgsb.R                           |   31 +-
 R/AcqOptimizerLocalSearch.R                      |   40 +--
 R/AcqOptimzerRandomSearch.R                      |   21 -
 R/InputTrafo.R                                   |   11 
 R/InputTrafoUnitcube.R                           |   22 +
 R/OptimizerADBO.R                                |   33 +-
 R/OptimizerAsyncMbo.R                            |  141 +++++++---
 R/OptimizerMbo.R                                 |  172 +++++++++----
 R/OutputTrafo.R                                  |   20 -
 R/OutputTrafoLog.R                               |   69 +++--
 R/OutputTrafoStandardize.R                       |   37 +-
 R/ResultAssigner.R                               |   11 
 R/ResultAssignerArchive.R                        |   14 -
 R/ResultAssignerSurrogate.R                      |   35 +-
 R/Surrogate.R                                    |   33 --
 R/SurrogateLearner.R                             |   36 +-
 R/SurrogateLearnerCollection.R                   |   58 +++-
 R/TunerADBO.R                                    |   22 +
 R/TunerAsyncMbo.R                                |   29 +-
 R/TunerMbo.R                                     |   54 +++-
 R/bayesopt_ego.R                                 |   61 ++--
 R/bayesopt_emo.R                                 |   57 ++--
 R/bayesopt_mpcl.R                                |  104 ++++---
 R/bayesopt_parego.R                              |  100 ++++---
 R/bayesopt_smsego.R                              |   65 ++--
 R/bibentries.R                                   |    3 
 R/conditions.R                                   |   16 +
 R/helper.R                                       |   75 +++--
 R/loop_function.R                                |    1 
 R/mbo_defaults.R                                 |   63 +++-
 R/mlr_acqfunctions.R                             |   48 ++-
 R/mlr_acqoptimizers.R                            |   24 +
 R/mlr_input_trafos.R                             |   24 +
 R/mlr_loop_functions.R                           |   28 +-
 R/mlr_output_trafos.R                            |   24 +
 R/mlr_result_assigners.R                         |   22 +
 R/sugar.R                                        |   35 ++
 R/zzz.R                                          |    6 
 man/AcqFunction.Rd                               |   45 ++-
 man/AcqOptimizer.Rd                              |   32 +-
 man/AcqOptimizerDirect.Rd                        |    3 
 man/AcqOptimizerLbfgsb.Rd                        |    3 
 man/InputTrafo.Rd                                |    6 
 man/InputTrafoUnitcube.Rd                        |    9 
 man/OutputTrafo.Rd                               |   15 -
 man/OutputTrafoLog.Rd                            |   19 -
 man/OutputTrafoStandardize.Rd                    |   19 -
 man/ResultAssigner.Rd                            |    6 
 man/SurrogateLearner.Rd                          |    9 
 man/SurrogateLearnerCollection.Rd                |    9 
 man/default_acqfunction.Rd                       |    6 
 man/default_acqoptimizer.Rd                      |    3 
 man/default_gp.Rd                                |   13 
 man/default_rf.Rd                                |    3 
 man/default_surrogate.Rd                         |   21 +
 man/mbo_defaults.Rd                              |    3 
 man/mlr_acqfunctions_aei.Rd                      |    4 
 man/mlr_acqfunctions_cb.Rd                       |    1 
 man/mlr_acqfunctions_ehvi.Rd                     |    1 
 man/mlr_acqfunctions_ehvigh.Rd                   |    5 
 man/mlr_acqfunctions_ei.Rd                       |    1 
 man/mlr_acqfunctions_ei_log.Rd                   |    8 
 man/mlr_acqfunctions_eips.Rd                     |    1 
 man/mlr_acqfunctions_mean.Rd                     |    1 
 man/mlr_acqfunctions_multi.Rd                    |   16 -
 man/mlr_acqfunctions_pi.Rd                       |    1 
 man/mlr_acqfunctions_sd.Rd                       |    1 
 man/mlr_acqfunctions_smsego.Rd                   |    9 
 man/mlr_acqfunctions_stochastic_cb.Rd            |   17 -
 man/mlr_acqfunctions_stochastic_ei.Rd            |   13 
 man/mlr_loop_functions_ego.Rd                    |    7 
 man/mlr_loop_functions_emo.Rd                    |    7 
 man/mlr_loop_functions_mpcl.Rd                   |    9 
 man/mlr_loop_functions_parego.Rd                 |   14 -
 man/mlr_loop_functions_smsego.Rd                 |   13 
 man/mlr_optimizers_adbo.Rd                       |   21 +
 man/mlr_optimizers_async_mbo.Rd                  |   62 +++-
 man/mlr_optimizers_mbo.Rd                        |   57 ++--
 man/mlr_result_assigners_archive.Rd              |    6 
 man/mlr_result_assigners_surrogate.Rd            |   13 
 man/mlr_tuners_adbo.Rd                           |    9 
 man/mlr_tuners_async_mbo.Rd                      |    9 
 man/mlr_tuners_mbo.Rd                            |    3 
 tests/testthat/helper.R                          |   94 ++++---
 tests/testthat/helper_rush.R                     |only
 tests/testthat/setup.R                           |    8 
 tests/testthat/teardown.R                        |    2 
 tests/testthat/test_AcqFunction.R                |  119 ++++++++-
 tests/testthat/test_AcqFunctionAEI.R             |    1 
 tests/testthat/test_AcqFunctionCB.R              |    1 
 tests/testthat/test_AcqFunctionEHVI.R            |    6 
 tests/testthat/test_AcqFunctionEHVIGH.R          |   12 
 tests/testthat/test_AcqFunctionEI.R              |    5 
 tests/testthat/test_AcqFunctionEILog.R           |    1 
 tests/testthat/test_AcqFunctionEIPS.R            |   11 
 tests/testthat/test_AcqFunctionMean.R            |    1 
 tests/testthat/test_AcqFunctionMulti.R           |    6 
 tests/testthat/test_AcqFunctionPI.R              |    2 
 tests/testthat/test_AcqFunctionSD.R              |    1 
 tests/testthat/test_AcqFunctionSmsEgo.R          |    6 
 tests/testthat/test_AcqFunctionStochasticCB.R    |  132 +++++-----
 tests/testthat/test_AcqFunctionStochasticEI.R    |   78 +++--
 tests/testthat/test_AcqOptimizer.R               |   50 +++
 tests/testthat/test_AcqOptimizerLocalSearch.R    |    1 
 tests/testthat/test_AcqOptimizerRandomSearch.R   |    1 
 tests/testthat/test_InputTrafo.R                 |    1 
 tests/testthat/test_InputTrafoUnitcube.R         |   25 +
 tests/testthat/test_OptimizerADBO.R              |   23 -
 tests/testthat/test_OptimizerAsyncMbo.R          |   33 +-
 tests/testthat/test_OptimizerMbo.R               |   56 ++--
 tests/testthat/test_OutputTrafo.R                |    1 
 tests/testthat/test_OutputTrafoLog.R             |   33 ++
 tests/testthat/test_OutputTrafoStandardize.R     |   25 +
 tests/testthat/test_ResultAssigner.R             |    1 
 tests/testthat/test_ResultAssignerArchive.R      |   33 ++
 tests/testthat/test_ResultAssignerSurrogate.R    |   40 ++-
 tests/testthat/test_SurrogateLearner.R           |   15 -
 tests/testthat/test_SurrogateLearnerCollection.R |   42 ++-
 tests/testthat/test_TunerADBO.R                  |   29 +-
 tests/testthat/test_TunerAsyncMbo.R              |   24 -
 tests/testthat/test_TunerMbo.R                   |  100 ++++++-
 tests/testthat/test_bayesopt_ego.R               |   47 ++-
 tests/testthat/test_bayesopt_emo.R               |    1 
 tests/testthat/test_bayesopt_mpcl.R              |    1 
 tests/testthat/test_bayesopt_parego.R            |    1 
 tests/testthat/test_bayesopt_smsego.R            |    1 
 tests/testthat/test_conditions.R                 |   38 ++
 tests/testthat/test_mbo_defaults.R               |  170 ++++++++----
 tests/testthat/test_mlr_acqfunctions.R           |    1 
 tests/testthat/test_mlr_loop_functions.R         |   33 +-
 tests/testthat/test_mlr_result_assigners.R       |    1 
 tests/testthat/test_sugar.R                      |    1 
 152 files changed, 2983 insertions(+), 1541 deletions(-)

More information about mlr3mbo at CRAN
Permanent link

Package sfo (with last version 0.1.2) was removed from CRAN

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

2023-03-16 0.1.2
2021-03-06 0.1.1
2020-12-03 0.1.0

Permanent link
Package revengc (with last version 1.0.4) was removed from CRAN

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

2019-01-08 1.0.4
2018-09-24 1.0.3
2018-07-18 1.0.2
2018-07-17 1.0.1
2017-08-18 1.0.0

Permanent link
Package rollmatch (with last version 2.0.4) was removed from CRAN

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

2025-04-15 2.0.4
2024-02-11 2.0.3
2020-06-02 2.0.2
2019-02-19 2.0.1
2018-05-30 1.0.1
2017-10-11 1.0.0

Permanent link
Package slp (with last version 1.0-5) was removed from CRAN

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

2016-08-28 1.0-5
2014-07-19 1.0-3

Permanent link
Package timelineS (with last version 0.1.1) was removed from CRAN

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

2016-08-22 0.1.1
2016-08-16 0.1.0

Permanent link
Package rprev (with last version 1.0.6) was removed from CRAN

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

2025-06-27 1.0.6
2021-05-04 1.0.5
2020-03-20 1.0.4
2019-12-12 1.0.3
2019-03-12 1.0.2
2019-01-21 1.0.1
2018-06-07 1.0.0
2017-09-22 0.2.4
2017-02-13 0.2.3
2016-09-02 0.2.2
2016-07-13 0.2.0
2016-06-06 0.1.0

Permanent link
Package readoecd updated to version 0.3.3 with previous version 0.3.0 dated 2026-03-12

Title: Download and Tidy Data from the 'OECD'
Description: Provides clean, tidy access to key economic indicators published by the 'Organisation for Economic Co-operation and Development' ('OECD'), covering GDP, CPI inflation, unemployment, tax revenue, government deficit, health expenditure, education expenditure, income inequality, labour productivity, and current account balance across all 38 'OECD' member countries. Data is downloaded from the 'OECD Data Explorer' API <https://data-explorer.oecd.org> on first use and cached locally for subsequent calls. Returns tidy long-format data frames ready for analysis and visualisation.
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>

Diff between readoecd versions 0.3.0 dated 2026-03-12 and 0.3.3 dated 2026-03-18

 DESCRIPTION                     |   12 ++++----
 MD5                             |   55 +++++++++++++++++++++-------------------
 NEWS.md                         |   15 ++++++++++
 R/cpi.R                         |    7 +++--
 R/deficit.R                     |    7 +++--
 R/education.R                   |    7 +++--
 R/gdp.R                         |   13 ++++++---
 R/health.R                      |    7 +++--
 R/inequality.R                  |    7 +++--
 R/labour.R                      |   17 ++++++++----
 R/productivity.R                |    7 +++--
 R/readoecd-package.R            |only
 R/tax.R                         |    7 +++--
 R/trade.R                       |    7 +++--
 R/utils.R                       |    7 ++++-
 inst                            |only
 man/check_oecd_api.Rd           |    6 ++++
 man/clear_oecd_cache.Rd         |    8 +++++
 man/get_oecd_cpi.Rd             |   12 +++++++-
 man/get_oecd_current_account.Rd |   11 ++++++--
 man/get_oecd_deficit.Rd         |   11 ++++++--
 man/get_oecd_education.Rd       |   12 +++++++-
 man/get_oecd_gdp.Rd             |   18 ++++++++++---
 man/get_oecd_health.Rd          |   12 +++++++-
 man/get_oecd_inequality.Rd      |   12 +++++++-
 man/get_oecd_productivity.Rd    |   11 ++++++--
 man/get_oecd_tax.Rd             |   11 ++++++--
 man/get_oecd_unemployment.Rd    |   22 +++++++++++-----
 man/list_oecd_countries.Rd      |    6 ++++
 man/readoecd-package.Rd         |only
 30 files changed, 242 insertions(+), 85 deletions(-)

More information about readoecd at CRAN
Permanent link

Package ons updated to version 0.1.3 with previous version 0.1.0 dated 2026-03-12

Title: Download Data from the 'Office for National Statistics'
Description: Provides functions to download and tidy statistical data published by the 'Office for National Statistics' <https://www.ons.gov.uk>. Covers GDP, inflation (CPI, CPIH, RPI), unemployment, employment, wages, trade, retail sales, house prices, productivity, population, and public sector finances. Most series are fetched from the 'ONS' website using its CSV time series endpoint. House price data is sourced from 'HM Land Registry' <https://www.gov.uk/government/organisations/land-registry>. Data is cached locally between sessions.
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>

Diff between ons versions 0.1.0 dated 2026-03-12 and 0.1.3 dated 2026-03-18

 DESCRIPTION                |   14 ++++----
 MD5                        |   77 ++++++++++++++++++++++-----------------------
 NEWS.md                    |   15 ++++++++
 R/clear_cache.R            |    3 +
 R/ons-package.R            |   12 ++++++-
 R/ons_cpi.R                |    5 ++
 R/ons_employment.R         |    5 ++
 R/ons_gdp.R                |    5 ++
 R/ons_get.R                |    7 ++--
 R/ons_house_prices.R       |   22 ++----------
 R/ons_inactivity.R         |    5 ++
 R/ons_monthly_gdp.R        |    5 ++
 R/ons_population.R         |    5 ++
 R/ons_productivity.R       |    5 ++
 R/ons_public_finances.R    |    5 ++
 R/ons_retail_sales.R       |    5 ++
 R/ons_search.R             |   15 +++++++-
 R/ons_trade.R              |    5 ++
 R/ons_unemployment.R       |    5 ++
 R/ons_wages.R              |    5 ++
 R/utils.R                  |   36 ++++++++++++++++++---
 README.md                  |   32 +++++++++++-------
 inst/CITATION              |only
 man/clear_cache.Rd         |    8 ++++
 man/ons-package.Rd         |   16 +++++++--
 man/ons_cpi.Rd             |   12 ++++++-
 man/ons_employment.Rd      |   11 +++++-
 man/ons_gdp.Rd             |   12 ++++++-
 man/ons_get.Rd             |   12 +++++--
 man/ons_house_prices.Rd    |   10 +++++
 man/ons_inactivity.Rd      |   11 +++++-
 man/ons_monthly_gdp.Rd     |   12 ++++++-
 man/ons_population.Rd      |   12 ++++++-
 man/ons_productivity.Rd    |   12 ++++++-
 man/ons_public_finances.Rd |    5 ++
 man/ons_retail_sales.Rd    |   10 +++++
 man/ons_search.Rd          |   10 +++++
 man/ons_trade.Rd           |   10 +++++
 man/ons_unemployment.Rd    |   11 +++++-
 man/ons_wages.Rd           |   11 +++++-
 40 files changed, 362 insertions(+), 116 deletions(-)

More information about ons at CRAN
Permanent link

New package mnpPlasmonR with initial version 0.1.0
Package: mnpPlasmonR
Title: Optical Response of Metallic Nanoparticles (Drude + Rayleigh)
Version: 0.1.0
Description: Computes dielectric response and optical cross-sections of metallic nanoparticles using Drude dielectric model and Rayleigh approximation.
License: GPL-3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-03-12 23:30:29 UTC; runner
Author: Galih Ridho Utomo [aut, cre]
Maintainer: Galih Ridho Utomo <g4lihru@students.unnes.ac.id>
Repository: CRAN
Date/Publication: 2026-03-18 08:40:02 UTC

More information about mnpPlasmonR at CRAN
Permanent link

Package mlr3fselect updated to version 1.5.1 with previous version 1.5.0 dated 2025-11-27

Title: Feature Selection for 'mlr3'
Description: Feature selection package of the 'mlr3' ecosystem. It selects the optimal feature set for any 'mlr3' learner. The package works with several optimization algorithms e.g. Random Search, Recursive Feature Elimination, and Genetic Search. Moreover, it can automatically optimize learners and estimate the performance of optimized feature sets with nested resampling.
Author: Marc Becker [aut, cre] , Patrick Schratz [aut] , Michel Lang [aut] , Bernd Bischl [aut] , John Zobolas [aut]
Maintainer: Marc Becker <marcbecker@posteo.de>

Diff between mlr3fselect versions 1.5.0 dated 2025-11-27 and 1.5.1 dated 2026-03-18

 DESCRIPTION                                          |   10 
 MD5                                                  |   35 +-
 NEWS.md                                              |    4 
 build/partial.rdb                                    |binary
 inst/testthat/helper_misc.R                          |   15 -
 tests/testthat/helper_rush.R                         |only
 tests/testthat/test_ArchiveAsyncFSelect.R            |   99 +++----
 tests/testthat/test_ArchiveAsyncFSelectFrozen.R      |   18 -
 tests/testthat/test_AutoFSelector.R                  |   15 -
 tests/testthat/test_CallbackAsyncFSelect.R           |  247 +++++++++----------
 tests/testthat/test_FSelectInstanceAsyncMultiCrit.R  |   99 +++----
 tests/testthat/test_FSelectInstanceAsyncSingleCrit.R |  106 +++-----
 tests/testthat/test_FSelectorAsyncDesignPoints.R     |   18 -
 tests/testthat/test_FSelectorAsyncExhaustiveSearch.R |   19 -
 tests/testthat/test_FSelectorAsyncRandomSearch.R     |   19 -
 tests/testthat/test_ObjectiveFSelectAsync.R          |   29 +-
 tests/testthat/test_auto_fselector.R                 |   29 +-
 tests/testthat/test_fsi_async.R                      |   33 +-
 tests/testthat/test_mlr_callbacks.R                  |   14 -
 19 files changed, 391 insertions(+), 418 deletions(-)

More information about mlr3fselect at CRAN
Permanent link

Package iglm updated to version 1.2.1 with previous version 1.2 dated 2026-03-15

Title: Regression under Interference in Connected Populations
Description: An implementation of generalized linear models (GLMs) for studying relationships among attributes in connected populations, where responses of connected units can be dependent, as introduced by Fritz et al. (2025) <doi:10.1080/01621459.2025.2565851>. 'igml' extends GLMs for independent responses to dependent responses and can be used for studying spillover in connected populations and other network-mediated phenomena.
Author: Cornelius Fritz [aut, cre], Michael Schweinberger [aut]
Maintainer: Cornelius Fritz <corneliusfritz2010@gmail.com>

Diff between iglm versions 1.2 dated 2026-03-15 and 1.2.1 dated 2026-03-18

 iglm-1.2.1/iglm/DESCRIPTION                              |    8 
 iglm-1.2.1/iglm/MD5                                      |   72 +-
 iglm-1.2.1/iglm/NAMESPACE                                |    1 
 iglm-1.2.1/iglm/R/helper.R                               |  152 +----
 iglm-1.2.1/iglm/R/iglm.r                                 |   27 -
 iglm-1.2.1/iglm/R/iglm_data.r                            |  143 +----
 iglm-1.2.1/iglm/R/init_terms.R                           |only
 iglm-1.2.1/iglm/R/results.r                              |   81 +--
 iglm-1.2.1/iglm/R/sampler.r                              |   30 -
 iglm-1.2.1/iglm/R/simulation.R                           |    2 
 iglm-1.2.1/iglm/R/statistics.R                           |    2 
 iglm-1.2.1/iglm/R/zzz.R                                  |  389 ++-------------
 iglm-1.2.1/iglm/inst/doc/iglm.R                          |    5 
 iglm-1.2.1/iglm/inst/doc/iglm.Rmd                        |    5 
 iglm-1.2.1/iglm/inst/doc/iglm.html                       |    9 
 iglm-1.2.1/iglm/inst/include/iglm/attribute_class.h      |   82 ---
 iglm-1.2.1/iglm/inst/include/iglm/extension_api.hpp      |   18 
 iglm-1.2.1/iglm/inst/include/iglm/helper_functions.h     |   20 
 iglm-1.2.1/iglm/inst/include/iglm/network_class.h        |  203 -------
 iglm-1.2.1/iglm/inst/include/iglm/xyz_class.h            |   24 
 iglm-1.2.1/iglm/inst/include/iglm/xz_class.h             |  340 -------------
 iglm-1.2.1/iglm/man/InitIglmTerm.Rd                      |only
 iglm-1.2.1/iglm/man/check.IglmTerm.Rd                    |only
 iglm-1.2.1/iglm/man/iglm-terms.Rd                        |only
 iglm-1.2.1/iglm/man/iglm.Rd                              |    4 
 iglm-1.2.1/iglm/man/iglm.data_generator.Rd               |   40 -
 iglm-1.2.1/iglm/man/iglm.object.generator.Rd             |   10 
 iglm-1.2.1/iglm/man/sampler.iglm.generator.Rd            |   14 
 iglm-1.2.1/iglm/man/simulate_iglm.Rd                     |    2 
 iglm-1.2.1/iglm/man/statistics.Rd                        |    2 
 iglm-1.2.1/iglm/src/Makevars                             |    7 
 iglm-1.2.1/iglm/src/Makevars.win                         |    8 
 iglm-1.2.1/iglm/src/RcppExports.cpp                      |    2 
 iglm-1.2.1/iglm/src/extension_api.cpp                    |   14 
 iglm-1.2.1/iglm/src/iglm_classes.cpp                     |only
 iglm-1.2.1/iglm/tests/testthat/test-cpp_optimizations.R  |    5 
 iglm-1.2.1/iglm/tests/testthat/test-statistics.R         |   65 +-
 iglm-1.2.1/iglm/tests/testthat/test-userterms.R          |only
 iglm-1.2.1/iglm/vignettes/iglm.Rmd                       |    5 
 iglm-1.2/iglm/man/model.terms.Rd                         |only
 iglm-1.2/iglm/tests/testthat/test-spillover_statistics.R |only
 41 files changed, 475 insertions(+), 1316 deletions(-)

More information about iglm at CRAN
Permanent link

Package ibawds updated to version 1.2.1 with previous version 1.2.0 dated 2025-08-18

Title: Functions and Datasets for the Data Science Course at IBAW
Description: A collection of useful functions and datasets for the Data Science Course at IBAW.
Author: Stefan Lanz [aut, cre]
Maintainer: Stefan Lanz <slanz1137@gmail.com>

Diff between ibawds versions 1.2.0 dated 2025-08-18 and 1.2.1 dated 2026-03-18

 DESCRIPTION                                                |   16 +++---
 MD5                                                        |   29 ++++++-----
 R/voronoi.R                                                |    2 
 build/partial.rdb                                          |binary
 data/cran_history.rda                                      |binary
 man/cran_history.Rd                                        |    2 
 man/set_slide_options.Rd                                   |    2 
 tests/testthat/_snaps/dist_plots/density-plot-poisson2.svg |only
 tests/testthat/test-checks.R                               |    3 +
 tests/testthat/test-dist_plots.R                           |    4 +
 tests/testthat/test-evaluate_casestudy.R                   |    2 
 tests/testthat/test-find_similar_colour.R                  |   32 ++++++++-----
 tests/testthat/test-grading_tables.R                       |    3 +
 tests/testthat/test-install.R                              |    6 +-
 tests/testthat/test-slide_tools.R                          |   23 +++++----
 tests/testthat/test-voronoi.R                              |    2 
 16 files changed, 74 insertions(+), 52 deletions(-)

More information about ibawds at CRAN
Permanent link

Package ggbreak updated to version 0.1.7 with previous version 0.1.6 dated 2025-08-24

Title: Set Axis Break for 'ggplot2'
Description: An implementation of scale functions for setting axis breaks of a 'gg' plot (S Xu (2021) <doi:10.3389/fgene.2021.774846>).
Author: Guangchuang Yu [aut, cre, cph] , Shuangbin Xu [aut]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between ggbreak versions 0.1.6 dated 2025-08-24 and 0.1.7 dated 2026-03-18

 DESCRIPTION             |   10 
 MD5                     |   39 ++-
 NAMESPACE               |    3 
 NEWS.md                 |   14 -
 R/grid-draw-utilities.R |  452 +++++++++++++++++++++++++++++++++++++++++++-
 R/method-ggplot-add.R   |   62 +++---
 R/method-grid-draw.R    |  178 +++++++++++++++--
 R/method-plot.R         |    8 
 R/method-print.R        |   12 -
 R/scales.R              |   83 ++++----
 R/utilities.R           |   20 +
 R/zzz.R                 |   22 +-
 build/partial.rdb       |binary
 build/vignette.rds      |binary
 inst/doc/ggbreak.R      |   30 ++
 inst/doc/ggbreak.Rmd    |   92 +++++++-
 inst/doc/ggbreak.html   |  493 ++++++++++++++++++++++++++++--------------------
 man/scale_break.Rd      |    8 
 tests                   |only
 vignettes/ggbreak.Rmd   |   92 +++++++-
 20 files changed, 1238 insertions(+), 380 deletions(-)

More information about ggbreak at CRAN
Permanent link

Package earthUI updated to version 0.1.3 with previous version 0.1.1 dated 2026-03-11

Title: Interactive 'shiny' GUI for the 'earth' Package
Description: Provides a 'shiny'-based graphical user interface for the 'earth' package, enabling interactive building and exploration of Multivariate Adaptive Regression Splines (MARS) models. Features include data import from CSV and 'Excel' files, automatic detection of categorical variables, interactive control of interaction terms via an allowed matrix, comprehensive model diagnostics with variable importance and partial dependence plots, and publication-quality report generation via 'Quarto'.
Author: William Craytor [aut, cre]
Maintainer: William Craytor <bcraytor@proton.me>

Diff between earthUI versions 0.1.1 dated 2026-03-11 and 0.1.3 dated 2026-03-18

 DESCRIPTION                               |    8 
 MD5                                       |   52 +-
 NEWS.md                                   |   67 +++
 R/export_report.R                         |   17 
 R/fit_earth.R                             |   10 
 R/format_results.R                        |   14 
 R/import_data.R                           |   16 
 R/locale.R                                |only
 R/plot_results.R                          |   23 -
 R/validate_types.R                        |   14 
 README.md                                 |   35 +
 build/vignette.rds                        |binary
 inst/app/global.R                         |   37 ++
 inst/app/sales_grid.R                     |only
 inst/app/server.R                         |  537 +++++++++++++++++++++++++++---
 inst/app/ui.R                             |  161 +++++---
 inst/doc/g-functions.html                 |   12 
 inst/doc/getting-started.html             |    6 
 inst/doc/user-guide.R                     |only
 inst/doc/user-guide.Rmd                   |only
 inst/doc/user-guide.html                  |only
 inst/extdata                              |only
 man/fit_earth.Rd                          |   10 
 man/import_data.Rd                        |   16 
 man/render_report.Rd                      |   10 
 tests/testthat/test-format_helpers.R      |   91 ++++-
 tests/testthat/test-import_data.R         |   15 
 tests/testthat/test-intermediate_output.R |only
 tests/testthat/test-locale.R              |only
 tests/testthat/test-rca_calculations.R    |only
 tests/testthat/test-sales_grid_generate.R |only
 tests/testthat/test-sales_grid_helpers.R  |only
 vignettes/user-guide.Rmd                  |only
 33 files changed, 965 insertions(+), 186 deletions(-)

More information about earthUI at CRAN
Permanent link

Package diemr updated to version 1.5.5 with previous version 1.5.4 dated 2026-03-09

Title: Genome Polarization via Diagnostic Index Expectation Maximization
Description: Implements a likelihood-based method for genome polarization, identifying which alleles of SNV markers belong to either side of a barrier to gene flow. The approach co-estimates individual assignment, barrier strength, and divergence between sides, with direct application to studies of hybridization. Includes VCF-to-diem conversion and input checks, support for mixed ploidy and parallelization, and tools for visualization and diagnostic outputs. Based on diagnostic index expectation maximization as described in Baird et al. (2023) <doi:10.1111/2041-210X.14010>.
Author: Natalia Martinkova [aut, cre] , Stuart Baird [aut]
Maintainer: Natalia Martinkova <martinkova@ivb.cz>

Diff between diemr versions 1.5.4 dated 2026-03-09 and 1.5.5 dated 2026-03-18

 DESCRIPTION                                                       |    6 ++--
 MD5                                                               |   14 +++++-----
 NEWS.md                                                           |    5 +++
 R/vcf2diem.r                                                      |    6 ++--
 inst/doc/Importing-data-for-genome-polarisation.html              |    4 +-
 inst/doc/Understanding-genome-polarisation-output-files.html      |    4 +-
 inst/doc/diemr-diagnostic-index-expecation-maximisation-in-r.html |    4 +-
 tests/testthat/test_rank2map.r                                    |    4 +-
 8 files changed, 26 insertions(+), 21 deletions(-)

More information about diemr at CRAN
Permanent link

Package lookupTable (with last version 0.1) was removed from CRAN

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

2015-08-27 0.1

Permanent link
Package delimtools (with last version 0.2.1) was removed from CRAN

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

2025-09-29 0.2.1
2025-03-31 0.2.0

Permanent link
Package evidence (with last version 0.8.10) was removed from CRAN

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

2018-05-15 0.8.10
2018-04-14 0.8.9
2018-03-02 0.8.8

Permanent link
Package microhaplot (with last version 1.0.1) was removed from CRAN

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

2019-10-03 1.0.1

Permanent link
Package llbayesireg (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:

2019-04-04 1.0.0

Permanent link
Package pendensity (with last version 0.2.13) was removed from CRAN

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

2019-04-07 0.2.13

Permanent link
Package pencopulaCond (with last version 0.2) was removed from CRAN

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

2017-05-31 0.2

Permanent link
Package panelr (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-01-21 1.0.0
2023-08-22 0.7.8
2023-02-09 0.7.7
2021-12-17 0.7.6
2021-01-18 0.7.5
2020-09-24 0.7.4
2020-06-23 0.7.3
2020-03-08 0.7.2
2019-07-12 0.7.1
2019-05-16 0.7.0

Permanent link
Package mc.heterogeneity (with last version 0.1.2) was removed from CRAN

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

2020-09-21 0.1.2
2020-06-24 0.1.1
2019-05-20 0.1.0

Permanent link
Package nppbib (with last version 1.2-0) was removed from CRAN

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

2020-09-01 1.2-0
2019-08-30 1.1-0
2011-10-10 1.0-0
2010-06-04 0.6-0
2010-05-22 0.5-0

Permanent link
Package httpRequest (with last version 0.0.11) was removed from CRAN

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

2022-04-25 0.0.11
2014-09-29 0.0.10
2012-12-04 0.0.9
2009-10-23 0.0.8
2006-02-03 0.0.6

Permanent link
Package plotBart (with last version 0.1.7) was removed from CRAN

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

2022-05-27 0.1.7

Permanent link
Package halk (with last version 0.0.5) was removed from CRAN

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

2023-12-02 0.0.5
2023-09-23 0.0.4
2023-07-07 0.0.3
2023-02-13 0.0.1

Permanent link
Package eyeRead (with last version 0.0.4) was removed from CRAN

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

2020-08-07 0.0.4

Permanent link
Package gapclosing (with last version 1.0.2) was removed from CRAN

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

2021-10-11 1.0.2

Permanent link
Package elec (with last version 0.1.2.2) was removed from CRAN

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

2022-04-26 0.1.2.2
2019-01-08 0.1.2.1
2011-07-25 0.1.2
2009-05-04 0.1

Permanent link
Package gbs2ploidy (with last version 1.0) was removed from CRAN

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

2016-12-01 1.0

Permanent link
Package fechner (with last version 1.0-3) was removed from CRAN

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

2016-06-06 1.0-3
2012-08-17 1.0-2

Permanent link
Package cofeatureR (with last version 1.1.1) was removed from CRAN

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

2018-06-24 1.1.1
2018-02-15 1.1.0
2016-01-13 1.0.1
2015-12-23 1.0.0

Permanent link
Package eesim (with last version 0.1.0) was removed from CRAN

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

2017-06-03 0.1.0

Permanent link
Package tirt updated to version 0.3.0 with previous version 0.2.0 dated 2026-02-14

Title: Testlet Item Response Theory
Description: Implementation of Testlet and Item Response Theory. A light-version yet comprehensive and streamlined framework for psychometric analysis using unidimensional and multidimensional Item Response Theory (IRT; Baker & Kim (2004) <doi:10.1201/9781482276725>) and Testlet Response Theory (TRT; Wainer et al., (2007) <doi:10.1017/CBO9780511618765>). Designed for researchers, this package supports the estimation of item and person parameters for a wide variety of models, including binary (i.e., Rasch, 2-Parameter Logistic, 3-Parameter Logistic) and polytomous (Partial Credit Model, Generalized Partial Credit Model, Graded Response Model) formats. It also supports the estimation of Testlet models (Rasch Testlet, 2-Parameter Logistic Testlet, 3-Parameter Logistic Testlet, Bifactor, Partial Credit Model Testlet, Graded Response), allowing users to account for local item dependence in bundled items. A key feature is the specialized support for combination use and joint estimation of [...truncated...]
Author: Jiawei Xiong [aut, cre], Cheng Tang [ctb], Qidi Liu [ctb]
Maintainer: Jiawei Xiong <jiawei.xiong@uga.edu>

Diff between tirt versions 0.2.0 dated 2026-02-14 and 0.3.0 dated 2026-03-18

 DESCRIPTION        |   11 ++++++-----
 MD5                |    6 ++++--
 NAMESPACE          |    1 +
 R/mbinary.R        |only
 man/mirt_binary.Rd |only
 5 files changed, 11 insertions(+), 7 deletions(-)

More information about tirt at CRAN
Permanent link

Package fixest updated to version 0.14.0 with previous version 0.13.2 dated 2025-09-08

Title: Fast Fixed-Effects Estimations
Description: Fast and user-friendly estimation of econometric models with multiple fixed-effects. Includes ordinary least squares (OLS), instrumental variables (IV), generalized linear models (GLM), maximum likelihood estimation (ML), and the negative binomial. The core of the package is based on optimized parallel C++ code, scaling especially well for large data sets. The method to obtain the fixed-effects coefficients is based on Bergé, Butts, McDermott (2026) <doi:10.48550/arXiv.2601.21749>. Further provides tools to export and view the results of several estimations with intuitive design to change the standard-errors.
Author: Laurent Berge [aut, cre], Sebastian Krantz [ctb], Grant McDermott [ctb] , Russell Lenth [ctb], Kyle Butts [ctb]
Maintainer: Laurent Berge <laurent.berge@u-bordeaux.fr>

Diff between fixest versions 0.13.2 dated 2025-09-08 and 0.14.0 dated 2026-03-18

 fixest-0.13.2/fixest/src/Makevars                       |only
 fixest-0.14.0/fixest/DESCRIPTION                        |   12 
 fixest-0.14.0/fixest/MD5                                |  152 -
 fixest-0.14.0/fixest/NAMESPACE                          |    9 
 fixest-0.14.0/fixest/NEWS.md                            |   88 
 fixest-0.14.0/fixest/R/VCOV.R                           |  509 +++-
 fixest-0.14.0/fixest/R/alias_etable.R                   |   16 
 fixest-0.14.0/fixest/R/coefplot.R                       |  161 +
 fixest-0.14.0/fixest/R/ctb_emmeans.R                    |    3 
 fixest-0.14.0/fixest/R/data_documentation.R             |    2 
 fixest-0.14.0/fixest/R/data_tools.R                     |    9 
 fixest-0.14.0/fixest/R/did.R                            |    2 
 fixest-0.14.0/fixest/R/estimation.R                     |  292 +-
 fixest-0.14.0/fixest/R/etable.R                         |  512 +++-
 fixest-0.14.0/fixest/R/fitstats.R                       |  102 
 fixest-0.14.0/fixest/R/fixest_env.R                     |  146 +
 fixest-0.14.0/fixest/R/fixest_multi.R                   |    6 
 fixest-0.14.0/fixest/R/graph_xaxis.R                    |    4 
 fixest-0.14.0/fixest/R/methods.R                        |  207 +
 fixest-0.14.0/fixest/R/miscfuns.R                       |   84 
 fixest-0.14.0/fixest/R/onLoad.R                         |    3 
 fixest-0.14.0/fixest/R/panel.R                          |   21 
 fixest-0.14.0/fixest/R/r-language.R                     |    2 
 fixest-0.14.0/fixest/R/sparse_model_matrix.R            |  188 +
 fixest-0.14.0/fixest/R/startup.R                        |   32 
 fixest-0.14.0/fixest/R/test_fun.R                       |    6 
 fixest-0.14.0/fixest/configure                          |only
 fixest-0.14.0/fixest/inst/CITATION                      |   21 
 fixest-0.14.0/fixest/inst/doc/collinearity.R            |  418 +--
 fixest-0.14.0/fixest/inst/doc/collinearity.html         |    4 
 fixest-0.14.0/fixest/inst/doc/exporting_tables.R        |   24 
 fixest-0.14.0/fixest/inst/doc/exporting_tables.html     |  151 -
 fixest-0.14.0/fixest/inst/doc/fixest_walkthrough.R      |   50 
 fixest-0.14.0/fixest/inst/doc/fixest_walkthrough.html   | 1794 +++++++---------
 fixest-0.14.0/fixest/inst/doc/multiple_estimations.html |    9 
 fixest-0.14.0/fixest/inst/doc/standard_errors.R         |  264 +-
 fixest-0.14.0/fixest/inst/doc/standard_errors.Rmd       |   38 
 fixest-0.14.0/fixest/inst/doc/standard_errors.html      |  290 +-
 fixest-0.14.0/fixest/man/base_pub.Rd                    |    2 
 fixest-0.14.0/fixest/man/check_conv_feols.Rd            |    2 
 fixest-0.14.0/fixest/man/coef.fixest.Rd                 |   26 
 fixest-0.14.0/fixest/man/coef.fixest_multi.Rd           |   26 
 fixest-0.14.0/fixest/man/coefplot.Rd                    |   91 
 fixest-0.14.0/fixest/man/coeftable.default.Rd           |   31 
 fixest-0.14.0/fixest/man/coeftable.fixest.Rd            |   33 
 fixest-0.14.0/fixest/man/coeftable.fixest_multi.Rd      |   26 
 fixest-0.14.0/fixest/man/confint.fixest.Rd              |    7 
 fixest-0.14.0/fixest/man/confint.fixest_multi.Rd        |    7 
 fixest-0.14.0/fixest/man/degrees_freedom.Rd             |    7 
 fixest-0.14.0/fixest/man/etable.Rd                      |  218 +
 fixest-0.14.0/fixest/man/feNmlm.Rd                      |    7 
 fixest-0.14.0/fixest/man/feglm.Rd                       |    7 
 fixest-0.14.0/fixest/man/femlm.Rd                       |    7 
 fixest-0.14.0/fixest/man/feols.Rd                       |    7 
 fixest-0.14.0/fixest/man/fitstat.Rd                     |    7 
 fixest-0.14.0/fixest/man/getFixest_ssc.Rd               |only
 fixest-0.14.0/fixest/man/logLik.fixest.Rd               |    2 
 fixest-0.14.0/fixest/man/plot.fixest.Rd                 |only
 fixest-0.14.0/fixest/man/predict.fixest.Rd              |    7 
 fixest-0.14.0/fixest/man/print.fixest_vcov.Rd           |only
 fixest-0.14.0/fixest/man/print.ssc_type.Rd              |only
 fixest-0.14.0/fixest/man/setFixest_coefplot.Rd          |   35 
 fixest-0.14.0/fixest/man/setFixest_ssc.Rd               |only
 fixest-0.14.0/fixest/man/ssc.Rd                         |   36 
 fixest-0.14.0/fixest/man/summary.fixest.Rd              |   14 
 fixest-0.14.0/fixest/man/summary.fixest_multi.Rd        |    7 
 fixest-0.14.0/fixest/man/update.fixest.Rd               |   11 
 fixest-0.14.0/fixest/man/vcov.fixest.Rd                 |   19 
 fixest-0.14.0/fixest/man/vcov_cluster.Rd                |    7 
 fixest-0.14.0/fixest/man/vcov_conley.Rd                 |   23 
 fixest-0.14.0/fixest/man/vcov_hac.Rd                    |   33 
 fixest-0.14.0/fixest/man/vcov_hetero.Rd                 |   33 
 fixest-0.14.0/fixest/man/wald.Rd                        |   18 
 fixest-0.14.0/fixest/src/Makevars.in                    |only
 fixest-0.14.0/fixest/src/collineairy.cpp                |   45 
 fixest-0.14.0/fixest/src/fixest_main.cpp                |    8 
 fixest-0.14.0/fixest/src/index_fixed_effects.cpp        |    8 
 fixest-0.14.0/fixest/src/to_index.cpp                   |   46 
 fixest-0.14.0/fixest/src/to_index.h                     |    9 
 fixest-0.14.0/fixest/tests/fixest_tests.R               |  117 -
 fixest-0.14.0/fixest/vignettes/standard_errors.Rmd      |   38 
 81 files changed, 4204 insertions(+), 2454 deletions(-)

More information about fixest at CRAN
Permanent link

Package BayesDA (with last version 2012.04-1) was removed from CRAN

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

2012-04-10 2012.04-1
2009-10-20 1.0-1
2009-01-30 1.0-0

Permanent link
Package MonteCarlo (with last version 1.0.6) was removed from CRAN

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

2019-01-31 1.0.6
2018-03-16 1.0.5
2018-03-14 1.0.4
2017-04-23 1.0.2
2017-04-07 1.0.1
2017-03-17 1.0.0

Permanent link
Package ISOpureR (with last version 1.1.3) was removed from CRAN

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

2019-05-10 1.1.3

Permanent link
Package auctestr (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:

2017-11-13 1.0.0

Permanent link
Package MixviR (with last version 3.5.0) was removed from CRAN

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

2022-10-22 3.5.0
2022-05-04 3.3.5

Permanent link
Package bibs (with last version 1.1.1) was removed from CRAN

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

2022-01-27 1.1.1

Permanent link
Package FairMclus (with last version 2.2.1) was removed from CRAN

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

2021-11-19 2.2.1

Permanent link
Package Momocs (with last version 1.5.0) was removed from CRAN

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

2026-01-12 1.5.0
2023-11-13 1.4.1
2022-04-04 1.4.0
2020-10-06 1.3.2
2020-04-15 1.3.0
2018-03-22 1.2.9
2017-09-28 1.2.2
2017-04-17 1.1.6
2016-10-25 1.1.0
2016-03-18 1.0.0
2014-03-07 0.2-6
2014-02-17 0.2-5
2013-05-08 0.2-04
2013-02-26 0.2-03
2012-11-12 0.2-02
2012-10-18 0.2-01
2012-09-04 0.1-03
2012-08-21 0.1-02
2012-05-02 0.1-01
2012-05-01 0.1

Permanent link
Package ICEinfer (with last version 1.3) was removed from CRAN

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

2020-10-12 1.3
2020-08-30 1.2
2018-06-24 1.1
2018-03-21 1.0-4
2014-01-14 1.0-1
2011-12-27 1.0-0
2009-02-15 0.2-0
2007-07-18 0.1-1

Permanent link
Package RcmdrPlugin.MA (with last version 0.0-2) was removed from CRAN

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

2014-09-21 0.0-2

Permanent link
Package TextForecast (with last version 0.1.3) was removed from CRAN

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

2022-04-25 0.1.3

Permanent link
Package VetResearchLMM (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:

2018-04-22 1.0.0
2017-04-04 0.2.0

Permanent link
Package MSiP (with last version 1.3.7) was removed from CRAN

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

2021-06-17 1.3.7

Permanent link
Package CollapseLevels (with last version 0.3.0) was removed from CRAN

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

2020-06-04 0.3.0
2017-12-04 0.2.0
2017-10-27 0.1.0

Permanent link
Package Peacock.test (with last version 1.0) was removed from CRAN

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

2016-07-14 1.0

Permanent link
Package AnnuityRIR (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:

2017-11-03 1.0-0

Permanent link
Package IAT (with last version 0.3) was removed from CRAN

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

2016-04-29 0.3
2014-07-12 0.2
2013-09-24 0.1

Permanent link
Package PowerUpR (with last version 1.1.0) was removed from CRAN

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

2021-10-25 1.1.0
2019-06-01 1.0.4
2019-03-08 1.0.3
2018-12-15 1.0.2
2018-10-18 1.0.1
2018-05-16 1.0.0
2018-02-16 0.2.3
2017-02-17 0.1.3
2016-11-01 0.1.2

Permanent link
Package SMCRM (with last version 0.0-3) was removed from CRAN

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

2013-09-16 0.0-3
2013-04-15 0.0-2

Permanent link
Package AlgebraicHaploPackage (with last version 1.2) was removed from CRAN

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

2015-10-31 1.2

Permanent link
Package xgboost updated to version 3.2.1.1 with previous version 3.2.0.1 dated 2026-02-10

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.2.0.1 dated 2026-02-10 and 3.2.1.1 dated 2026-03-18

 DESCRIPTION                          |    8 ++++----
 MD5                                  |   14 +++++++-------
 configure                            |   18 +++++++++---------
 configure.ac                         |    2 +-
 inst/doc/xgboost_introduction.html   |   10 +++++-----
 src/config.h                         |    4 ++--
 src/include/xgboost/version_config.h |    2 +-
 src/src/data/sparse_page_source.h    |    6 +++---
 8 files changed, 32 insertions(+), 32 deletions(-)

More information about xgboost at CRAN
Permanent link

Package vcdExtra updated to version 0.9.3 with previous version 0.9.1 dated 2026-02-09

Title: 'vcd' Extensions and Additions
Description: Provides additional data sets, methods and documentation to complement the 'vcd' package for Visualizing Categorical Data and the 'gnm' package for Generalized Nonlinear Models. In particular, 'vcdExtra' extends mosaic, assoc and sieve plots from 'vcd' to handle 'glm()' and 'gnm()' models and adds a 3D version in 'mosaic3d'. Additionally, methods are provided for comparing and visualizing lists of 'glm' and 'loglm' objects. This package is now a support package for the book, "Discrete Data Analysis with R" by Michael Friendly and David Meyer.
Author: Michael Friendly [aut, cre] , David Meyer [ctb], Achim Zeileis [ctb] , Duncan Murdoch [ctb], Heather Turner [ctb] , David Firth [ctb], Daniel Sabanes Bove [ctb], Matt Kumar [ctb], Shuguang Sun [ctb], Gavin Klorfine [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>

Diff between vcdExtra versions 0.9.1 dated 2026-02-09 and 0.9.3 dated 2026-03-18

 DESCRIPTION                         |   22 
 MD5                                 |  277 -
 NAMESPACE                           |  296 -
 NEWS.md                             |   18 
 R/CrabSatellites.R                  |  126 
 R/Crossings.R                       |  163 
 R/LRstats.R                         |  126 
 R/as_array.R                        |only
 R/as_caseform.R                     |only
 R/as_freqform.R                     |only
 R/as_table.R                        |only
 R/assoc_graph.R                     |only
 R/color_table.R                     |   63 
 R/data.R                            | 6332 ++++++++++++++++++------------------
 R/get_model.R                       |  280 +
 R/glmlist.R                         |  143 
 R/knit_include.R                    |only
 R/mcaplot.R                         |    6 
 R/mosaic.glm.R                      |  722 ++--
 R/pairs_diagonal_mosaic.R           |only
 R/plot.assoc_graph.R                |only
 R/split3d.R                         |    1 
 R/vcdExtra-package.R                |  246 -
 R/woolf_test.R                      |  718 ++--
 build/partial.rdb                   |binary
 build/vignette.rds                  |binary
 demo/ucb-glm.R                      |   56 
 demo/yaish-unidiff.R                |   72 
 inst/WORDLIST                       |  546 +--
 inst/doc/a1-creating.Rmd            | 1552 ++++----
 inst/doc/a1-creating.html           |    9 
 inst/doc/a2-tests.Rmd               |  796 ++--
 inst/doc/a2-tests.html              |    9 
 inst/doc/a3-loglinear.Rmd           |  508 +-
 inst/doc/a3-loglinear.html          |    9 
 inst/doc/a4-mosaics.Rmd             |  878 ++--
 inst/doc/a4-mosaics.html            |    9 
 inst/doc/a5-demo-housing.Rmd        |  742 ++--
 inst/doc/a5-demo-housing.html       |    9 
 inst/doc/a6-mobility.Rmd            |  804 ++--
 inst/doc/a6-mobility.html           |    9 
 inst/doc/a7-continuous.Rmd          |  440 +-
 inst/doc/a7-continuous.html         |   11 
 inst/doc/datasets.Rmd               |  288 -
 inst/doc/datasets.html              |    9 
 inst/doc/tidyCats.html              |    9 
 inst/extdata/tv.dat                 | 1650 ++++-----
 man/Abortion.Rd                     |  116 
 man/Accident.Rd                     |  236 -
 man/AirCrash.Rd                     |  136 
 man/Alligator.Rd                    |  126 
 man/Asbestos.Rd                     |  118 
 man/Bartlett.Rd                     |  126 
 man/Burt.Rd                         |  104 
 man/CMHtest.Rd                      |  444 +-
 man/Caesar.Rd                       |  170 
 man/Cancer.Rd                       |   78 
 man/Cormorants.Rd                   |  156 
 man/CrabSatellites.Rd               |  124 
 man/Crossings.Rd                    |  130 
 man/CyclingDeaths.Rd                |  120 
 man/DaytonSurvey.Rd                 |  150 
 man/Depends.Rd                      |  110 
 man/Detergent.Rd                    |  110 
 man/Donner.Rd                       |  240 -
 man/Draft1970.Rd                    |  136 
 man/Draft1970table.Rd               |  182 -
 man/Dyke.Rd                         |  162 
 man/Fungicide.Rd                    |  122 
 man/GKgamma.Rd                      |  138 
 man/GSS.Rd                          |   86 
 man/Geissler.Rd                     |  142 
 man/Gilby.Rd                        |  112 
 man/Glass.Rd                        |  144 
 man/HLtest.Rd                       |  226 -
 man/HairEyePlace.Rd                 |  112 
 man/Hauser79.Rd                     |  314 -
 man/Heart.Rd                        |   78 
 man/Heckman.Rd                      |  148 
 man/HospVisits.Rd                   |  102 
 man/HouseTasks.Rd                   |  124 
 man/Hoyt.Rd                         |  230 -
 man/ICU.Rd                          |  226 -
 man/JobSat.Rd                       |   76 
 man/Kway.Rd                         |  219 -
 man/LRstats.Rd                      |  220 -
 man/Mammograms.Rd                   |   80 
 man/Mental.Rd                       |  106 
 man/Mice.Rd                         |   90 
 man/Mobility.Rd                     |   96 
 man/PhdPubs.Rd                      |  110 
 man/ShakeWords.Rd                   |   90 
 man/Summarise.Rd                    |  160 
 man/TV.Rd                           |  154 
 man/Titanicp.Rd                     |  104 
 man/Toxaemia.Rd                     |  138 
 man/Vietnam.Rd                      |  100 
 man/Vote1980.Rd                     |   94 
 man/WorkerSat.Rd                    |   76 
 man/Yamaguchi87.Rd                  |  214 -
 man/as_array.Rd                     |only
 man/as_caseform.Rd                  |only
 man/as_freqform.Rd                  |only
 man/as_table.Rd                     |only
 man/assoc_graph.Rd                  |only
 man/blogits.Rd                      |  148 
 man/collapse.table.Rd               |  218 -
 man/color_table.Rd                  |  487 +-
 man/cutfac.Rd                       |  166 
 man/datasets.Rd                     |  156 
 man/expand.dft.Rd                   |  134 
 man/get_model.Rd                    |  156 
 man/glmlist.Rd                      |  276 -
 man/knit_include.Rd                 |only
 man/labeling_points.Rd              |  270 -
 man/logLik.loglm.Rd                 |  160 
 man/loglin-utilities.Rd             |  244 -
 man/logseries.Rd                    |  200 -
 man/mcaplot.Rd                      |  200 -
 man/modFit.Rd                       |  104 
 man/mosaic.glm.Rd                   |  494 +-
 man/mosaic.glmlist.Rd               |  333 -
 man/mosaic3d.Rd                     |  366 +-
 man/pairs_diagonal_mosaic.Rd        |only
 man/plot.assoc_graph.Rd             |only
 man/print.Kappa.Rd                  |  102 
 man/seq_loglm.Rd                    |  226 -
 man/seq_mosaic.Rd                   |  180 -
 man/split3d.Rd                      |  182 -
 man/update.xtabs.Rd                 |   94 
 man/vcdExtra-package.Rd             |  240 -
 man/woolf_test.Rd                   |  276 -
 man/zero.test.Rd                    |  148 
 tests/testthat.R                    |   24 
 tests/testthat/data/adcibc.csv      |  464 +-
 tests/testthat/data/create_adcibc.R |   32 
 tests/testthat/test-CMHtest.R       |  340 -
 tests/testthat/test-as_table.R      |only
 vignettes/a1-creating.Rmd           | 1552 ++++----
 vignettes/a2-tests.Rmd              |  796 ++--
 vignettes/a3-loglinear.Rmd          |  508 +-
 vignettes/a4-mosaics.Rmd            |  878 ++--
 vignettes/a5-demo-housing.Rmd       |  742 ++--
 vignettes/a6-mobility.Rmd           |  804 ++--
 vignettes/a7-continuous.Rmd         |  440 +-
 vignettes/apa.csl                   | 1242 +++----
 vignettes/datasets.Rmd              |  288 -
 vignettes/vignettes.bib             |   90 
 148 files changed, 19809 insertions(+), 19610 deletions(-)

More information about vcdExtra at CRAN
Permanent link

Package tidyCpp updated to version 0.0.11 with previous version 0.0.10 dated 2026-03-15

Title: Tidy C++ Header-Only Definitions for Parts of the C API of R
Description: Core parts of the C API of R are wrapped in a C++ namespace via a set of inline functions giving a tidier representation of the underlying data structures and functionality using a header-only implementation without additional dependencies.
Author: Dirk Eddelbuettel [aut, cre]
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between tidyCpp versions 0.0.10 dated 2026-03-15 and 0.0.11 dated 2026-03-18

 ChangeLog           |    8 +++++++-
 DESCRIPTION         |    8 ++++----
 MD5                 |    9 +++++----
 build/partial.rdb   |binary
 inst/NEWS.Rd        |    7 +++++++
 vignettes/water.css |only
 6 files changed, 23 insertions(+), 9 deletions(-)

More information about tidyCpp at CRAN
Permanent link

Package nominatimlite updated to version 0.5.0 with previous version 0.4.3 dated 2026-01-11

Title: Interface with 'Nominatim' API Service
Description: Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract coordinates from addresses, find places near a set of coordinates and return spatial objects on 'sf' format.
Author: Diego Hernangomez [aut, cre, cph] , Jindra Lacko [ctb, rev] , Alex White [ctb], OpenStreetMap [cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between nominatimlite versions 0.4.3 dated 2026-01-11 and 0.5.0 dated 2026-03-18

 nominatimlite-0.4.3/nominatimlite/inst/doc/nominatimlite.Rmd                      |only
 nominatimlite-0.4.3/nominatimlite/tests/testthat/_snaps/geo_address_lookup.md     |only
 nominatimlite-0.4.3/nominatimlite/tests/testthat/_snaps/geo_address_lookup_sf.md  |only
 nominatimlite-0.4.3/nominatimlite/vignettes/nominatimlite.Rmd                     |only
 nominatimlite-0.4.3/nominatimlite/vignettes/references.bib                        |only
 nominatimlite-0.5.0/nominatimlite/DESCRIPTION                                     |   21 
 nominatimlite-0.5.0/nominatimlite/MD5                                             |  114 -
 nominatimlite-0.5.0/nominatimlite/NEWS.md                                         |   17 
 nominatimlite-0.5.0/nominatimlite/R/bbox_to_poly.R                                |    6 
 nominatimlite-0.5.0/nominatimlite/R/data.R                                        |    3 
 nominatimlite-0.5.0/nominatimlite/R/geo_address_lookup.R                          |   21 
 nominatimlite-0.5.0/nominatimlite/R/geo_address_lookup_sf.R                       |   14 
 nominatimlite-0.5.0/nominatimlite/R/geo_amenity.R                                 |   13 
 nominatimlite-0.5.0/nominatimlite/R/geo_amenity_sf.R                              |   17 
 nominatimlite-0.5.0/nominatimlite/R/geo_lite.R                                    |  403 +++---
 nominatimlite-0.5.0/nominatimlite/R/geo_lite_sf.R                                 |  480 +++----
 nominatimlite-0.5.0/nominatimlite/R/geo_lite_struct.R                             |   23 
 nominatimlite-0.5.0/nominatimlite/R/geo_lite_struct_sf.R                          |  388 +++---
 nominatimlite-0.5.0/nominatimlite/R/nominatim_check_access.R                      |  255 ++--
 nominatimlite-0.5.0/nominatimlite/R/reverse_geo_lite.R                            |  481 +++----
 nominatimlite-0.5.0/nominatimlite/R/reverse_geo_lite_sf.R                         |  516 ++++----
 nominatimlite-0.5.0/nominatimlite/R/utils.R                                       |  604 +++++-----
 nominatimlite-0.5.0/nominatimlite/README.md                                       |   81 -
 nominatimlite-0.5.0/nominatimlite/build/vignette.rds                              |binary
 nominatimlite-0.5.0/nominatimlite/data/osm_amenities.rda                          |binary
 nominatimlite-0.5.0/nominatimlite/inst/CITATION                                   |    1 
 nominatimlite-0.5.0/nominatimlite/inst/WORDLIST                                   |    1 
 nominatimlite-0.5.0/nominatimlite/inst/doc/nominatimlite.html                     |  522 ++------
 nominatimlite-0.5.0/nominatimlite/inst/doc/nominatimlite.qmd                      |only
 nominatimlite-0.5.0/nominatimlite/inst/schemaorg.json                             |    4 
 nominatimlite-0.5.0/nominatimlite/man/bbox_to_poly.Rd                             |    4 
 nominatimlite-0.5.0/nominatimlite/man/figures/README-line-object-1.png            |binary
 nominatimlite-0.5.0/nominatimlite/man/figures/README-pizzahut-1.png               |binary
 nominatimlite-0.5.0/nominatimlite/man/figures/README-statue_liberty-1.png         |binary
 nominatimlite-0.5.0/nominatimlite/man/geo_address_lookup.Rd                       |   14 
 nominatimlite-0.5.0/nominatimlite/man/geo_address_lookup_sf.Rd                    |   13 
 nominatimlite-0.5.0/nominatimlite/man/geo_amenity.Rd                              |   12 
 nominatimlite-0.5.0/nominatimlite/man/geo_amenity_sf.Rd                           |   13 
 nominatimlite-0.5.0/nominatimlite/man/geo_lite.Rd                                 |    8 
 nominatimlite-0.5.0/nominatimlite/man/geo_lite_sf.Rd                              |   10 
 nominatimlite-0.5.0/nominatimlite/man/geo_lite_struct.Rd                          |   11 
 nominatimlite-0.5.0/nominatimlite/man/geo_lite_struct_sf.Rd                       |   12 
 nominatimlite-0.5.0/nominatimlite/man/osm_amenities.Rd                            |    2 
 nominatimlite-0.5.0/nominatimlite/man/reverse_geo_lite.Rd                         |    9 
 nominatimlite-0.5.0/nominatimlite/man/reverse_geo_lite_sf.Rd                      |   12 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/geo_lite.md               |   14 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/geo_lite_sf.md            |   14 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/geo_lite_struct.md        |   14 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/geo_lite_struct_sf.md     |   14 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/nominatim_check_access.md |   14 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/reverse_geo_lite.md       |   16 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/_snaps/reverse_geo_lite_sf.md    |   16 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-geo_address_lookup.R        |    8 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-geo_address_lookup_sf.R     |    2 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-geo_lite_sf.R               |    4 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-geo_lite_struct_sf.R        |    4 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-nominatim_check_access.R    |    4 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-reverse_geo_lite.R          |  496 ++++----
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-reverse_geo_lite_sf.R       |    6 
 nominatimlite-0.5.0/nominatimlite/tests/testthat/test-utils.R                     |   68 -
 nominatimlite-0.5.0/nominatimlite/vignettes/REFERENCES.bib                        |only
 nominatimlite-0.5.0/nominatimlite/vignettes/nominatimlite.qmd                     |only
 62 files changed, 2330 insertions(+), 2469 deletions(-)

More information about nominatimlite at CRAN
Permanent link

Package metrica updated to version 2.1.1 with previous version 2.1.0 dated 2024-06-30

Title: Prediction Performance Metrics
Description: A compilation of more than 80 functions designed to quantitatively and visually evaluate prediction performance of regression (continuous variables) and classification (categorical variables) of point-forecast models (e.g. APSIM, DSSAT, DNDC, supervised Machine Learning). For regression, it includes functions to generate plots (scatter, tiles, density, & Bland-Altman plot), and to estimate error metrics (e.g. MBE, MAE, RMSE), error decomposition (e.g. lack of accuracy-precision), model efficiency (e.g. NSE, E1, KGE), indices of agreement (e.g. d, RAC), goodness of fit (e.g. r, R2), adjusted correlation coefficients (e.g. CCC, dcorr), symmetric regression coefficients (intercept, slope), and mean absolute scaled error (MASE) for time series predictions. For classification (binomial and multinomial), it offers functions to generate and plot confusion matrices, and to estimate performance metrics such as accuracy, precision, recall, specificity, F-score, Cohen's Kappa, G-mean, and man [...truncated...]
Author: Adrian A. Correndo [aut, cre, cph] , Luiz H. Moro Rosso [aut] , Rai Schwalbert [aut] , Carlos Hernandez [aut] , Leonardo M. Bastos [aut] , Luciana Nieto [aut] , Dean Holzworth [aut], Ignacio A. Ciampitti [aut]
Maintainer: Adrian A. Correndo <acorrend@uoguelph.ca>

Diff between metrica versions 2.1.0 dated 2024-06-30 and 2.1.1 dated 2026-03-18

 DESCRIPTION                                    |   29 ++++---
 MD5                                            |   36 ++++-----
 NEWS.md                                        |   13 ++-
 R/class_confusion_matrix.R                     |    8 +-
 build/partial.rdb                              |binary
 build/vignette.rds                             |binary
 inst/doc/Cheatsheet.html                       |    6 -
 inst/doc/Shinyapp.html                         |    6 -
 inst/doc/apsim_open.R                          |   36 ++++-----
 inst/doc/apsim_open.html                       |    9 +-
 inst/doc/available_metrics_classification.html |    4 -
 inst/doc/available_metrics_regression.html     |    4 -
 inst/doc/classification_case.R                 |   26 +++---
 inst/doc/classification_case.Rmd               |    8 +-
 inst/doc/classification_case.html              |   98 ++++++++++---------------
 inst/doc/regression_case.R                     |   22 ++---
 inst/doc/regression_case.html                  |   27 +++---
 vignettes/binary_landcover_metrics_summary.csv |only
 vignettes/classification_case.Rmd              |    8 +-
 vignettes/multinomial_matrix_metrics.png       |only
 20 files changed, 168 insertions(+), 172 deletions(-)

More information about metrica at CRAN
Permanent link

Package httpuv updated to version 1.6.17 with previous version 1.6.16 dated 2025-04-16

Title: HTTP and WebSocket Server Library
Description: Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
Author: Joe Cheng [aut], Winston Chang [aut, cre], Posit, PBC [cph, fnd] , Hector Corrada Bravo [ctb], Jeroen Ooms [ctb], Andrzej Krzemienski [cph] , libuv project contributors [cph] , Joyent, Inc. and other Node contributors [cph] , Niels Provos [cph] , Int [...truncated...]
Maintainer: Winston Chang <winston@posit.co>

Diff between httpuv versions 1.6.16 dated 2025-04-16 and 1.6.17 dated 2026-03-18

 httpuv-1.6.16/httpuv/tests/testthat/_snaps/staticServer.md  |only
 httpuv-1.6.17/httpuv/DESCRIPTION                            |   25 
 httpuv-1.6.17/httpuv/MD5                                    |   96 +--
 httpuv-1.6.17/httpuv/NAMESPACE                              |    6 
 httpuv-1.6.17/httpuv/NEWS.md                                |   10 
 httpuv-1.6.17/httpuv/R/RcppExports.R                        |   40 -
 httpuv-1.6.17/httpuv/R/httpuv-package.R                     |only
 httpuv-1.6.17/httpuv/R/httpuv.R                             |  347 +++++-------
 httpuv-1.6.17/httpuv/R/server.R                             |  316 +++++-----
 httpuv-1.6.17/httpuv/R/staticServer.R                       |    5 
 httpuv-1.6.17/httpuv/R/static_paths.R                       |  200 ++++--
 httpuv-1.6.17/httpuv/R/utils.R                              |   23 
 httpuv-1.6.17/httpuv/README.md                              |    5 
 httpuv-1.6.17/httpuv/demo/daemon-echo.R                     |   15 
 httpuv-1.6.17/httpuv/demo/echo.R                            |   16 
 httpuv-1.6.17/httpuv/man/PipeServer.Rd                      |  100 ++-
 httpuv-1.6.17/httpuv/man/Server.Rd                          |  152 ++++-
 httpuv-1.6.17/httpuv/man/WebServer.Rd                       |   99 ++-
 httpuv-1.6.17/httpuv/man/WebSocket.Rd                       |  105 ++-
 httpuv-1.6.17/httpuv/man/as.staticPath.Rd                   |only
 httpuv-1.6.17/httpuv/man/httpuv-package.Rd                  |    2 
 httpuv-1.6.17/httpuv/man/interrupt.Rd                       |    2 
 httpuv-1.6.17/httpuv/man/runServer.Rd                       |   10 
 httpuv-1.6.17/httpuv/man/runStaticServer.Rd                 |    5 
 httpuv-1.6.17/httpuv/man/service.Rd                         |    8 
 httpuv-1.6.17/httpuv/man/startDaemonizedServer.Rd           |    2 
 httpuv-1.6.17/httpuv/man/startServer.Rd                     |   30 -
 httpuv-1.6.17/httpuv/man/staticPath.Rd                      |    5 
 httpuv-1.6.17/httpuv/man/staticPathOptions.Rd               |    5 
 httpuv-1.6.17/httpuv/man/stopAllServers.Rd                  |    4 
 httpuv-1.6.17/httpuv/man/stopDaemonizedServer.Rd            |    4 
 httpuv-1.6.17/httpuv/man/stopServer.Rd                      |    6 
 httpuv-1.6.17/httpuv/src/Makevars.in                        |   40 -
 httpuv-1.6.17/httpuv/src/libuv/Makefile.in                  |    7 
 httpuv-1.6.17/httpuv/src/libuv/aclocal.m4                   |   40 +
 httpuv-1.6.17/httpuv/src/libuv/configure                    |   35 +
 httpuv-1.6.17/httpuv/src/libuv/configure.ac                 |    1 
 httpuv-1.6.17/httpuv/tests/testthat.R                       |    8 
 httpuv-1.6.17/httpuv/tests/testthat/_snaps/static-server.md |only
 httpuv-1.6.17/httpuv/tests/testthat/helper-app.R            |   69 +-
 httpuv-1.6.17/httpuv/tests/testthat/sample_app.R            |   18 
 httpuv-1.6.17/httpuv/tests/testthat/test-app.R              |   19 
 httpuv-1.6.17/httpuv/tests/testthat/test-frame-completion.R |   33 -
 httpuv-1.6.17/httpuv/tests/testthat/test-http-parse.R       |   38 -
 httpuv-1.6.17/httpuv/tests/testthat/test-static-paths.R     |  188 ++++--
 httpuv-1.6.17/httpuv/tests/testthat/test-static-server.R    |   96 ++-
 httpuv-1.6.17/httpuv/tests/testthat/test-traffic.R          |   29 -
 httpuv-1.6.17/httpuv/tests/testthat/test-utils.R            |   25 
 httpuv-1.6.17/httpuv/tools/submit_to_cran.R                 |   10 
 httpuv-1.6.17/httpuv/tools/update_libuv.R                   |    6 
 httpuv-1.6.17/httpuv/tools/update_mime.R                    |    8 
 51 files changed, 1418 insertions(+), 895 deletions(-)

More information about httpuv at CRAN
Permanent link

Package forecast updated to version 9.0.2 with previous version 9.0.1 dated 2026-02-14

Title: Forecasting Functions for Time Series and Linear Models
Description: Methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling.
Author: Rob Hyndman [aut, cre, cph] , George Athanasopoulos [aut] , Christoph Bergmeir [aut] , Gabriel Caceres [aut] , Leanne Chhay [aut], Kirill Kuroptev [aut], Maximilian Muecke [aut] , Mitchell O'Hara-Wild [aut] , Fotios Petropoulos [aut] , Slava Razbash [ [...truncated...]
Maintainer: Rob Hyndman <Rob.Hyndman@monash.edu>

Diff between forecast versions 9.0.1 dated 2026-02-14 and 9.0.2 dated 2026-03-18

 forecast-9.0.1/forecast/R/whichmodels.R                      |only
 forecast-9.0.1/forecast/tests/testthat/test-whichmodels.R    |only
 forecast-9.0.2/forecast/DESCRIPTION                          |    6 
 forecast-9.0.2/forecast/MD5                                  |  139 ++--
 forecast-9.0.2/forecast/NEWS.md                              |    9 
 forecast-9.0.2/forecast/R/DM2.R                              |    2 
 forecast-9.0.2/forecast/R/RcppExports.R                      |    4 
 forecast-9.0.2/forecast/R/acf.R                              |    2 
 forecast-9.0.2/forecast/R/arima.R                            |   95 +-
 forecast-9.0.2/forecast/R/baggedModel.R                      |   11 
 forecast-9.0.2/forecast/R/bats.R                             |    6 
 forecast-9.0.2/forecast/R/checkresiduals.R                   |   12 
 forecast-9.0.2/forecast/R/clean.R                            |    4 
 forecast-9.0.2/forecast/R/croston.R                          |   38 -
 forecast-9.0.2/forecast/R/dshw.R                             |    2 
 forecast-9.0.2/forecast/R/ets.R                              |    2 
 forecast-9.0.2/forecast/R/fitBATS.R                          |   52 -
 forecast-9.0.2/forecast/R/forecast.R                         |   10 
 forecast-9.0.2/forecast/R/ggplot.R                           |    8 
 forecast-9.0.2/forecast/R/graph.R                            |    2 
 forecast-9.0.2/forecast/R/lm.R                               |   16 
 forecast-9.0.2/forecast/R/mforecast.R                        |    2 
 forecast-9.0.2/forecast/R/modelAR.R                          |    2 
 forecast-9.0.2/forecast/R/mstl.R                             |   10 
 forecast-9.0.2/forecast/R/newarima2.R                        |    6 
 forecast-9.0.2/forecast/R/nnetar.R                           |   12 
 forecast-9.0.2/forecast/R/season.R                           |   10 
 forecast-9.0.2/forecast/R/simulate.R                         |    6 
 forecast-9.0.2/forecast/R/spline.R                           |    2 
 forecast-9.0.2/forecast/R/subset.R                           |    2 
 forecast-9.0.2/forecast/R/tbats.R                            |    4 
 forecast-9.0.2/forecast/R/tscv.R                             |    6 
 forecast-9.0.2/forecast/R/unitRoot.R                         |   43 -
 forecast-9.0.2/forecast/build/vignette.rds                   |binary
 forecast-9.0.2/forecast/inst/doc/JSS2008.pdf                 |binary
 forecast-9.0.2/forecast/man/auto.arima.Rd                    |    2 
 forecast-9.0.2/forecast/man/bats.Rd                          |    2 
 forecast-9.0.2/forecast/man/checkresiduals.Rd                |    2 
 forecast-9.0.2/forecast/man/dm.test.Rd                       |    2 
 forecast-9.0.2/forecast/man/forecast.Arima.Rd                |    2 
 forecast-9.0.2/forecast/man/forecast.HoltWinters.Rd          |    2 
 forecast-9.0.2/forecast/man/forecast.StructTS.Rd             |    2 
 forecast-9.0.2/forecast/man/forecast.baggedModel.Rd          |    2 
 forecast-9.0.2/forecast/man/forecast.bats.Rd                 |    2 
 forecast-9.0.2/forecast/man/forecast.croston_model.Rd        |    2 
 forecast-9.0.2/forecast/man/forecast.ets.Rd                  |    2 
 forecast-9.0.2/forecast/man/forecast.lm.Rd                   |    2 
 forecast-9.0.2/forecast/man/forecast.mean_model.Rd           |    2 
 forecast-9.0.2/forecast/man/forecast.modelAR.Rd              |    2 
 forecast-9.0.2/forecast/man/forecast.mts.Rd                  |    2 
 forecast-9.0.2/forecast/man/forecast.nnetar.Rd               |    2 
 forecast-9.0.2/forecast/man/forecast.rw_model.Rd             |    2 
 forecast-9.0.2/forecast/man/forecast.spline_model.Rd         |    2 
 forecast-9.0.2/forecast/man/forecast.stl.Rd                  |    2 
 forecast-9.0.2/forecast/man/forecast.theta_model.Rd          |    2 
 forecast-9.0.2/forecast/man/forecast.ts.Rd                   |    8 
 forecast-9.0.2/forecast/man/geom_forecast.Rd                 |    2 
 forecast-9.0.2/forecast/man/mean_model.Rd                    |    2 
 forecast-9.0.2/forecast/man/modelAR.Rd                       |    5 
 forecast-9.0.2/forecast/man/ocsb.test.Rd                     |    2 
 forecast-9.0.2/forecast/man/ses.Rd                           |    2 
 forecast-9.0.2/forecast/man/stlm.Rd                          |    2 
 forecast-9.0.2/forecast/man/subset.ts.Rd                     |    2 
 forecast-9.0.2/forecast/man/tbats.Rd                         |    2 
 forecast-9.0.2/forecast/man/tsCV.Rd                          |    2 
 forecast-9.0.2/forecast/src/RcppExports.cpp                  |   35 -
 forecast-9.0.2/forecast/src/calcBATS.cpp                     |  359 ++++-------
 forecast-9.0.2/forecast/tests/testthat/test-checkresiduals.R |only
 forecast-9.0.2/forecast/tests/testthat/test-clean.R          |   24 
 forecast-9.0.2/forecast/tests/testthat/test-mstl.R           |only
 forecast-9.0.2/forecast/tests/testthat/test-naive.R          |only
 forecast-9.0.2/forecast/tests/testthat/test-season.R         |   41 -
 forecast-9.0.2/forecast/tests/testthat/test-tslm.R           |    2 
 73 files changed, 499 insertions(+), 556 deletions(-)

More information about forecast at CRAN
Permanent link

Package Certara.RsNLME updated to version 3.1.1 with previous version 3.1.0.1 dated 2025-09-03

Title: Pharmacometric Modeling
Description: Facilitate Pharmacokinetic (PK) and Pharmacodynamic (PD) modeling and simulation with powerful tools for Nonlinear Mixed-Effects (NLME) modeling. The package provides access to the same advanced Maximum Likelihood algorithms used by the NLME-Engine in the Phoenix platform. These tools support a range of analyses, from parametric methods to individual and pooled data, and support integrated use within the Pirana pharmacometric workbench <doi:10.1002/psp4.70067>. Execution is supported both locally or on remote machines.
Author: James Craig [aut, cre], Michael Tomashevskiy [aut], Vitalii Nazarov [aut], Shuhua Hu [ctb], Soltanshahi Fred [aut], Certara USA, Inc. [cph, fnd]
Maintainer: James Craig <james.craig@certara.com>

Diff between Certara.RsNLME versions 3.1.0.1 dated 2025-09-03 and 3.1.1 dated 2026-03-18

 DESCRIPTION                                                      |   10 
 MD5                                                              |  170 
 NAMESPACE                                                        |  238 
 R/CovariateEffectModel.R                                         |   88 
 R/NlmeParallelHost.R                                             |  754 
 R/SimpleNlmeJob.R                                                | 1737 +
 R/acceptAllEffects.R                                             |  164 
 R/addTablesToColumnMapping.R                                     |  422 
 R/bootstrap.r                                                    |  474 
 R/built_in_models.r                                              |  172 
 R/checkHostParams.R                                              |  172 
 R/copyModel.R                                                    |  166 
 R/covariateModel.R                                               |  306 
 R/create_model_from_metamodel.R                                  | 1578 -
 R/create_model_info.R                                            |  188 
 R/extract_mmdl.R                                                 |  268 
 R/fitmodel.R                                                     |  478 
 R/generateCovarSearchArgsFile.R                                  |  158 
 R/getThetas.R                                                    |   92 
 R/hostParams.R                                                   |  204 
 R/job.r                                                          |  422 
 R/log_Execution.R                                                |    2 
 R/obtain_NLMELicense.R                                           |  768 
 R/pml_model.r                                                    | 8962 +++++-----
 R/profile_estimation.r                                           |  520 
 R/run_metamodel.R                                                |  810 
 R/shotgunSearch.R                                                |  384 
 R/sortfit.R                                                      |  432 
 R/stepwiseSearch.R                                               |  446 
 R/vpc.r                                                          | 1736 -
 R/writeColumnMapping.R                                           |  636 
 man/CovariateEffectModel-class.Rd                                |   66 
 man/NlmeJobStatus.Rd                                             |  142 
 man/NlmeVpcParams-class.Rd                                       |  166 
 man/RunProfilePertubation.Rd                                     |  182 
 man/acceptAllEffects.Rd                                          |   86 
 man/bootstrap.Rd                                                 |  168 
 man/checkHostParams.Rd                                           |   64 
 man/copyModel.Rd                                                 |  102 
 man/covariateModel.Rd                                            |  104 
 man/createModelInfo.Rd                                           |   54 
 man/create_model_from_metamodel.Rd                               |   82 
 man/extract_mmdl.Rd                                              |  122 
 man/fitmodel.Rd                                                  |  350 
 man/getThetas.Rd                                                 |   62 
 man/hostParams.Rd                                                |  173 
 man/obtain_NLMELicense.Rd                                        |  112 
 man/parse_NLMEHosts.Rd                                           |   76 
 man/print.SimpleNlmeJob.Rd                                       |   94 
 man/profilePertubate.Rd                                          |  176 
 man/remove_NLMELicense.Rd                                        |   76 
 man/run_metamodel.Rd                                             |  116 
 man/shotgunSearch.Rd                                             |  196 
 man/simmodel.Rd                                                  |  180 
 man/sortfit.Rd                                                   |  398 
 man/stepwiseSearch.Rd                                            |  210 
 man/textualmodel.Rd                                              |   58 
 man/vpcmodel.Rd                                                  |  248 
 tests/testthat/_snaps/add_multi_occ_no_ranef_occ2/covar.md       |    8 
 tests/testthat/_snaps/add_multi_occ_no_ranef_occ3/covar.md       |    8 
 tests/testthat/_snaps/after_occ2/covar.md                        |    8 
 tests/testthat/_snaps/after_occ3/covar.md                        |    8 
 tests/testthat/_snaps/block_option_no/covar.md                   |    8 
 tests/testthat/_snaps/block_remove_4/covar.md                    |    8 
 tests/testthat/_snaps/block_remove_cl2/covar.md                  |    8 
 tests/testthat/_snaps/block_remove_v2/covar.md                   |    8 
 tests/testthat/_snaps/block_remove_v2_v3/covar.md                |    8 
 tests/testthat/_snaps/builtin_mapping.md                         |  708 
 tests/testthat/_snaps/covModel.md                                |   44 
 tests/testthat/_snaps/diag_option_no/covar.md                    |    8 
 tests/testthat/_snaps/diag_remove_4/covar.md                     |    8 
 tests/testthat/_snaps/diag_remove_single_v2/covar.md             |    8 
 tests/testthat/_snaps/diag_remove_v2_v3/covar.md                 |    8 
 tests/testthat/_snaps/diag_remove_v3_cl3/covar.md                |    8 
 tests/testthat/_snaps/no_extra_plus_on_no_ranef/covar.md         |    8 
 tests/testthat/_snaps/no_orphan_plus_multi_param/covar.md        |    8 
 tests/testthat/_snaps/no_orphan_plus_remove_occ1/covar.md        |    8 
 tests/testthat/_snaps/no_orphan_plus_remove_occ2/covar.md        |    8 
 tests/testthat/_snaps/option_no_block/covar.md                   |    8 
 tests/testthat/_snaps/option_no_diag/covar.md                    |    8 
 tests/testthat/_snaps/remove_cl_from_block/covar.md              |    8 
 tests/testthat/_snaps/remove_consecutive_no_ranef_v2_v3/covar.md |    8 
 tests/testthat/_snaps/remove_consecutive_no_ranef_v_v2/covar.md  |    8 
 tests/testthat/_snaps/remove_v2_from_block/covar.md              |    8 
 tests/testthat/_snaps/vpc.md                                     |   64 
 tests/testthat/test_fixed_effects.r                              |  220 
 86 files changed, 14104 insertions(+), 13944 deletions(-)

More information about Certara.RsNLME at CRAN
Permanent link

Package algebraic.dist updated to version 1.0.0 with previous version 0.9.1 dated 2026-02-27

Title: Algebra over Probability Distributions
Description: Provides an algebra over probability distributions enabling composition, sampling, and automatic simplification to closed forms. Supports normal, exponential, gamma, Weibull, chi-squared, uniform, beta, log-normal, Poisson, multivariate normal, empirical, and mixture distributions with algebraic operators (addition, subtraction, multiplication, division, power, exp, log, min, max) that automatically simplify when mathematical identities apply. Includes closed-form MVN conditioning (Schur complement), affine transformations, mixture marginals/conditionals (Bayes rule), and limiting distribution builders (CLT, LLN, delta method). Uses S3 classes for distributions and R6 for support objects.
Author: Alexander Towell [aut, cre]
Maintainer: Alexander Towell <lex@metafunctor.com>

Diff between algebraic.dist versions 0.9.1 dated 2026-02-27 and 1.0.0 dated 2026-03-18

 DESCRIPTION                   |    6 +--
 MD5                           |   63 ++++++++++++++++----------------
 NAMESPACE                     |    4 ++
 R/algebraic.dist-package.R    |only
 R/beta_dist.R                 |    7 ++-
 R/chi_squared.R               |   32 +++++++++-------
 R/dist.R                      |   44 ++++++++++++++++++++++
 R/edist.R                     |   16 ++++++++
 R/exponential.R               |   82 +++++++++++++++---------------------------
 R/gamma_dist.R                |   39 +++++++++++++------
 R/generic_dist.R              |    8 +++-
 R/lognormal.R                 |   15 +++++--
 R/mvn.R                       |   61 ++++++++++---------------------
 R/normal.R                    |   49 ++++++++++++-------------
 R/poisson_dist.R              |    5 +-
 R/uniform_dist.R              |    6 ++-
 R/weibull_dist.R              |   13 ++++--
 man/algebraic.dist-package.Rd |only
 man/cdf.exponential.Rd        |    9 +---
 man/cdf.normal.Rd             |    9 +---
 man/density.exponential.Rd    |    7 +--
 man/density.mvn.Rd            |   16 +-------
 man/density.normal.Rd         |    7 +--
 man/dim.edist.Rd              |only
 man/hazard.Rd                 |   17 ++++++--
 man/hazard.exponential.Rd     |    7 +--
 man/inv_cdf.exponential.Rd    |    9 +---
 man/inv_cdf.normal.Rd         |    3 +
 man/nparams.Rd                |    5 ++
 man/sampler.exponential.Rd    |    6 +--
 man/sampler.mvn.Rd            |   17 --------
 man/sampler.normal.Rd         |    6 +--
 man/surv.Rd                   |   17 ++++++--
 man/surv.exponential.Rd       |   13 ++----
 34 files changed, 317 insertions(+), 281 deletions(-)

More information about algebraic.dist at CRAN
Permanent link

Package revss updated to version 3.0.0 with previous version 2.0.0 dated 2024-06-20

Title: Robust Estimation in Very Small Samples
Description: Implements and enhances the estimation techniques described in Rousseeuw & Verboven (2002) <doi:10.1016/S0167-9473(02)00078-6> for the location and scale of very small samples.
Author: Avraham Adler [aut, cph, cre]
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>

Diff between revss versions 2.0.0 dated 2024-06-20 and 3.0.0 dated 2026-03-18

 revss-2.0.0/revss/inst/tinytest/test_revss.R            |only
 revss-3.0.0/revss/DESCRIPTION                           |   20 +-
 revss-3.0.0/revss/MD5                                   |   44 ++++--
 revss-3.0.0/revss/NAMESPACE                             |    9 -
 revss-3.0.0/revss/R/adm.R                               |  113 +++++++++++++++-
 revss-3.0.0/revss/R/madn.R                              |only
 revss-3.0.0/revss/R/revConstants.R                      |only
 revss-3.0.0/revss/R/robLoc.R                            |   53 ++++---
 revss-3.0.0/revss/R/robScale.R                          |   81 ++++++++---
 revss-3.0.0/revss/README.md                             |    6 
 revss-3.0.0/revss/build/partial.rdb                     |binary
 revss-3.0.0/revss/inst/CITATION                         |    2 
 revss-3.0.0/revss/inst/NEWS.Rd                          |   56 ++++++-
 revss-3.0.0/revss/inst/tinytest/test_adm.R              |only
 revss-3.0.0/revss/inst/tinytest/test_mad.R              |only
 revss-3.0.0/revss/inst/tinytest/test_package_metadata.R |   10 -
 revss-3.0.0/revss/inst/tinytest/test_robLocScale.R      |only
 revss-3.0.0/revss/inst/tinytest/test_sort.R             |only
 revss-3.0.0/revss/man/adm.Rd                            |   79 +++++++----
 revss-3.0.0/revss/man/admn.Rd                           |only
 revss-3.0.0/revss/man/madn.Rd                           |only
 revss-3.0.0/revss/man/revss-internal.Rd                 |only
 revss-3.0.0/revss/man/robLoc.Rd                         |   33 +++-
 revss-3.0.0/revss/man/robScale.Rd                       |   57 ++++----
 revss-3.0.0/revss/src                                   |only
 25 files changed, 412 insertions(+), 151 deletions(-)

More information about revss at CRAN
Permanent link


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