Sat, 19 Sep 2026

Package geobr updated to version 2.1.0 with previous version 2.0.1 dated 2026-06-23

Title: Download Official Spatial Data Sets of Brazil
Description: Easy access to official spatial data sets of Brazil. The package offers a wide range of spatial data sets available at various geographic scales and for various years with harmonized attributes, projection and fixed topology. All functions allow for seamless integration sf, DuckDB and Arrow.
Author: Rafael H. M. Pereira [aut, cre] , Rogerio Jeronimo Barbosa [aut], Caio Nogueira Goncalves [ctb], Cecilia do Lago [ctb], Filipe Cavalcanti [ctb], Arthur Bazolli [ctb], Lucas Gelape [ctb], Rafael Lopes [ctb], Vinicius Oike [ctb], Paulo Henrique Fernand [...truncated...]
Maintainer: Rafael H. M. Pereira <rafa.pereira.br@gmail.com>

Diff between geobr versions 2.0.1 dated 2026-06-23 and 2.1.0 dated 2026-09-19

 geobr-2.0.1/geobr/man/check_connection.Rd                  |only
 geobr-2.0.1/geobr/tests/testthat/test-check_connection.R   |only
 geobr-2.1.0/geobr/DESCRIPTION                              |   22 
 geobr-2.1.0/geobr/MD5                                      |   74 -
 geobr-2.1.0/geobr/NAMESPACE                                |    2 
 geobr-2.1.0/geobr/R/cep_to_state.R                         |  152 +-
 geobr-2.1.0/geobr/R/geobr.R                                |    3 
 geobr-2.1.0/geobr/R/list_geobr.R                           |   38 
 geobr-2.1.0/geobr/R/lookup_muni.R                          |  337 +++---
 geobr-2.1.0/geobr/R/read_addresses.R                       |only
 geobr-2.1.0/geobr/R/read_capitals.R                        |  229 ++--
 geobr-2.1.0/geobr/R/read_census_tract.R                    |   14 
 geobr-2.1.0/geobr/R/read_country.R                         |  109 +-
 geobr-2.1.0/geobr/R/read_health_region.R                   |   10 
 geobr-2.1.0/geobr/R/read_pop_arrangements.R                |  125 +-
 geobr-2.1.0/geobr/R/read_region.R                          |  103 -
 geobr-2.1.0/geobr/R/read_state.R                           |    2 
 geobr-2.1.0/geobr/R/read_statistical_grid.R                |   10 
 geobr-2.1.0/geobr/R/read_urban_concentrations.R            |  127 +-
 geobr-2.1.0/geobr/R/utils.R                                |  360 ++----
 geobr-2.1.0/geobr/build/partial.rdb                        |binary
 geobr-2.1.0/geobr/build/vignette.rds                       |binary
 geobr-2.1.0/geobr/inst/doc/intro_to_geobr.R                |  282 ++---
 geobr-2.1.0/geobr/inst/doc/intro_to_geobr.Rmd              |  624 +++++------
 geobr-2.1.0/geobr/inst/doc/intro_to_geobr.html             |  106 -
 geobr-2.1.0/geobr/man/geobr.Rd                             |    8 
 geobr-2.1.0/geobr/man/read_addresses.Rd                    |only
 geobr-2.1.0/geobr/man/read_capitals.Rd                     |    3 
 geobr-2.1.0/geobr/man/read_census_tract.Rd                 |   14 
 geobr-2.1.0/geobr/man/read_state.Rd                        |    2 
 geobr-2.1.0/geobr/man/read_statistical_grid.Rd             |   15 
 geobr-2.1.0/geobr/tests/tests_rafa/long_term_cache.R       |  704 ++++++-------
 geobr-2.1.0/geobr/tests/tests_rafa/test_rafa.R             |    7 
 geobr-2.1.0/geobr/tests/testthat/test-cep_to_state.R       |   70 -
 geobr-2.1.0/geobr/tests/testthat/test-download_fallback.R  |only
 geobr-2.1.0/geobr/tests/testthat/test-list_geobr.R         |   87 -
 geobr-2.1.0/geobr/tests/testthat/test-lookup_muni.R        |  109 +-
 geobr-2.1.0/geobr/tests/testthat/test-read_addresses.R     |only
 geobr-2.1.0/geobr/tests/testthat/test-read_capitals.R      |   70 -
 geobr-2.1.0/geobr/tests/testthat/test-read_health_region.R |  101 +
 geobr-2.1.0/geobr/vignettes/intro_to_geobr.Rmd             |  624 +++++------
 41 files changed, 2320 insertions(+), 2223 deletions(-)

More information about geobr at CRAN
Permanent link

Package FastGP updated to version 1.4 with previous version 1.3 dated 2026-04-29

Title: Efficiently Using Gaussian Processes with Rcpp and RcppEigen
Description: Contains Rcpp and RcppEigen implementations of matrix operations useful for Gaussian process models, such as the inverse and determinant of a symmetric and positive-definite Toeplitz matrix, sampling from multivariate normal distributions, evaluation of the log-density of a multivariate normal vector, and Bayesian inference for latent variable Gaussian process models with elliptical slice sampling (Murray, Adams, and MacKay 2010).
Author: Giri Gopalan [aut, cre], Luke Bornn [aut]
Maintainer: Giri Gopalan <gopalan88@gmail.com>

Diff between FastGP versions 1.3 dated 2026-04-29 and 1.4 dated 2026-09-19

 DESCRIPTION            |   10 +++++-----
 MD5                    |   20 +++++++++++---------
 R/RcppExports.R        |    8 ++++++++
 R/gpfuncs.R            |   30 ++++++++++++++++++++++++++++++
 R/rcpp_mvn.R           |   42 +++++++++++++++++++++++++++++++++++-------
 demo/FastGPdemo.R      |   33 ++++++++++++---------------------
 man/ess.Rd             |   19 ++++++++++++++-----
 man/rcpp_matrix_ops.Rd |   11 ++++++++---
 man/rcpp_rmvnorm.Rd    |    2 ++
 src/RcppExports.cpp    |   24 ++++++++++++++++++++++++
 src/tchol.cpp          |only
 src/toep_det.cpp       |only
 12 files changed, 149 insertions(+), 50 deletions(-)

More information about FastGP at CRAN
Permanent link

Package wdsmatch updated to version 0.2.1 with previous version 0.2.0 dated 2026-09-11

Title: Weighted Double Score Matching for Survey-Weighted Causal Inference
Description: Implements weighted double score matching (WDSM) for estimating population-level causal effects from complex survey data. Combines propensity scores and prognostic scores with survey design weights for matching, survey-weighted imputation within match sets, and Hajek normalization to target the population average treatment effect (PATE) and the population average treatment effect on the treated (PATT). Supports both retrospective (treatment-dependent) and prospective (treatment-independent) sampling designs. Uses propensity probabilities and arm-specific prognostic scores for matching, with a complete quadratic bias correction in each arm's double score. Provides linearization-based multinomial replication variance estimates and centered normal Wald confidence intervals, retaining the original matching reuse coefficients without re-matching. Supplied scores can be held fixed for inference conditional on those scores. This weight-only interface does not encode survey strata, clusters, o [...truncated...]
Author: Yukang Zeng [aut, cre], Guangyu Tong [aut], Jiaqi Tong [aut], Haidong Lu [aut], Bhramar Mukherjee [aut], Fan Li [aut]
Maintainer: Yukang Zeng <ykzeng2019@gmail.com>

Diff between wdsmatch versions 0.2.0 dated 2026-09-11 and 0.2.1 dated 2026-09-19

 DESCRIPTION                     |    8 ++++----
 MD5                             |   20 +++++++++++---------
 NEWS.md                         |   12 ++++++++++++
 R/matching.R                    |   21 ++++++++-------------
 R/wdsm.R                        |    7 ++++---
 R/wdsm_ties.R                   |only
 R/wdsmatchATE.R                 |   29 ++++++++++++++++++++++++-----
 R/wdsmatchATT.R                 |    6 ++++--
 man/wdsmatchATE.Rd              |   28 ++++++++++++++++++++++++----
 man/wdsmatchATT.Rd              |   12 +++++++++++-
 tests/testthat/test-internals.R |   29 ++++++++++++++++++-----------
 tests/testthat/test-ties.R      |only
 12 files changed, 120 insertions(+), 52 deletions(-)

More information about wdsmatch at CRAN
Permanent link

Package tseLCA updated to version 1.1.0 with previous version 1.0.2 dated 2026-07-11

Title: Three-Step Estimation for Latent Class Analysis
Description: Implements BCH (Bolck-Croon-Hagenaars) <doi:10.1093/pan/mph001> and ML (Vermunt's maximum likelihood) <doi:10.1093/pan/mpq025> approaches for three-step estimation of latent class models with covariates and distal outcomes, following Bakk, Tekle & Vermunt (2013) <doi:10.1177/0081175012470644>, Bakk, Oberski & Vermunt (2014) <https://www.jstor.org/stable/24573086>, and Bakk & Kuha (2018) <doi:10.1007/s11336-017-9592-7>. Built on 'multilevLCA' (Lyrvall et al., 2025) <doi:10.1080/00273171.2025.2473935> for Step-1 measurement model estimation, this package extends it with support for Gaussian, Poisson, and binomial distal outcome families. Unlike 'poLCA', which relies on one-step estimation and cannot accommodate a measurement model from a different sample, this package uses a stepwise approach to prevent the structural model from influencing latent class formation. Implements correct sandwich variance estimation that propagates measurement u [...truncated...]
Author: Sam Lee [aut, cre, cph] , Jay Goodliffe [ctb]
Maintainer: Sam Lee <samlee@arizona.edu>

Diff between tseLCA versions 1.0.2 dated 2026-07-11 and 1.1.0 dated 2026-09-19

 DESCRIPTION                        |    8 
 MD5                                |   66 +-
 NAMESPACE                          |    6 
 NEWS.md                            |  130 ++++
 R/clean.R                          |    6 
 R/dgp.R                            |    6 
 R/imports.R                        |    2 
 R/lca_measurement.R                |  664 ++++++++++++++++++++-
 R/three_step.R                     | 1139 +++++++++++++++++++++++++++++++------
 R/tseLCA-package.R                 |   12 
 README.md                          |  188 +++---
 inst/CITATION                      |    4 
 inst/WORDLIST                      |    8 
 inst/doc/tseLCA-workflow.R         |   52 +
 inst/doc/tseLCA-workflow.Rmd       |  126 +++-
 inst/doc/tseLCA-workflow.html      | 1010 +++++++++++++++++++-------------
 inst/examples/tseLCA_replication.R |  144 ++++
 inst/examples/tseLCA_sim.R         |  552 +++++++++++------
 man/coef.tseLCA_measurement.Rd     |    6 
 man/extract_Y_from_mU.Rd           |    2 
 man/fitZ_from_fit0.Rd              |    2 
 man/fitZ_from_multiLCA.Rd          |   22 
 man/generate_data.Rd               |    4 
 man/lca_indiv_varmat.Rd            |    2 
 man/lca_step1.Rd                   |   31 +
 man/lca_step1_startval.Rd          |only
 man/omnibus_test.Rd                |only
 man/permute_fitZ_classes.Rd        |    2 
 man/three_step.Rd                  |  103 +++
 man/tseLCA-package.Rd              |   12 
 man/vcov.tseLCA_measurement.Rd     |    5 
 tests/testthat/test-dgp.R          |    2 
 tests/testthat/test-helpers.R      |    2 
 tests/testthat/test-integration.R  |  852 +++++++++++++++++++++++++++
 vignettes/tseLCA-workflow.Rmd      |  126 +++-
 35 files changed, 4262 insertions(+), 1034 deletions(-)

More information about tseLCA at CRAN
Permanent link

Package srlars updated to version 3.1.0 with previous version 3.0.1 dated 2026-07-01

Title: Fast and Scalable Cellwise-Robust Ensemble
Description: Functions to perform robust variable selection and regression using the Fast and Scalable Cellwise-Robust Ensemble (FSCRE) algorithm. The approach establishes a robust foundation using the Detect Deviating Cells (DDC) algorithm and robust correlation estimates. It then employs a competitive ensemble architecture where a robust Least Angle Regression (LARS) engine proposes candidate variables and cross-validation arbitrates their assignment. A final robust MM-estimator is applied to the selected predictors.
Author: Anthony Christidis [aut, cre], Gabriela Cohen-Freue [aut]
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>

Diff between srlars versions 3.0.1 dated 2026-07-01 and 3.1.0 dated 2026-09-19

 DESCRIPTION                     |   11 -
 MD5                             |   41 +++--
 NAMESPACE                       |    1 
 NEWS.md                         |   66 +++++---
 R/checkInputData.R              |   30 +++
 R/checkInputDataCV.R            |only
 R/computeCVError.R              |   20 --
 R/computeRobustFoundation.R     |    6 
 R/computeRobustLoss.R           |only
 R/cv.srlars.R                   |only
 R/performSelectionLoop.R        |   90 ++++++++++-
 R/predict.srlars.R              |  323 +++++++++++++++++++---------------------
 R/srlars.R                      |   26 ++-
 README.md                       |  217 +++++++++++---------------
 build                           |only
 inst                            |only
 man/checkInputData.Rd           |  120 +++++++-------
 man/checkInputDataCV.Rd         |only
 man/computeRobustLoss.Rd        |only
 man/cv.srlars.Rd                |only
 man/performSelectionLoop.Rd     |  191 ++++++++++++-----------
 man/srlars.Rd                   |  259 +++++++++++++++++---------------
 man/srlars_ensemble_predict.Rd  |only
 tests/testthat/test-cv-srlars.R |only
 tests/testthat/test-srlars.R    |  195 ++++++++++++++++++++++++
 vignettes                       |only
 26 files changed, 961 insertions(+), 635 deletions(-)

More information about srlars at CRAN
Permanent link

Package SNMA updated to version 0.1.8 with previous version 0.1.7 dated 2026-08-26

Title: Stream Network Movement Analyses
Description: Calculating home ranges and movements of animals in complex stream environments is often challenging, and standard home range estimators do not apply. This package provides a series of tools for assessing movements in a stream network, such as calculating the total length of stream used, distances between points, and movement patterns over time. See Vignette for additional details. This package was originally released on 'GitHub' under the name 'SNM'. SNMA was developed for analyses in McKnight et al. (2025) <doi:10.3354/esr01442> which contains additional examples and information.
Author: Donald T. McKnight [aut, cre]
Maintainer: Donald T. McKnight <donald.mcknight@my.jcu.edu.au>

Diff between SNMA versions 0.1.7 dated 2026-08-26 and 0.1.8 dated 2026-09-19

 DESCRIPTION                 |   10 +++++-----
 MD5                         |   16 ++++++++--------
 R/increase.stream.points.R  |    9 +++++++--
 R/prep.data.R               |    4 ++++
 inst/doc/SNMA_vignette.R    |   20 +++++++++++++++++++-
 inst/doc/SNMA_vignette.Rmd  |   32 +++++++++++++++++++++++++++++++-
 inst/doc/SNMA_vignette.pdf  |binary
 man/prep.data.Rd            |    4 ++++
 vignettes/SNMA_vignette.Rmd |   32 +++++++++++++++++++++++++++++++-
 9 files changed, 109 insertions(+), 18 deletions(-)

More information about SNMA at CRAN
Permanent link

Package rwig updated to version 0.2.0 with previous version 0.1.0 dated 2026-04-21

Title: Wasserstein Index Generation (WIG) Model
Description: Efficient implementation of several Optimal Transport algorithms in Fangzhou Xie (2025) <doi:10.48550/arXiv.2504.08722> and the Wasserstein Index Generation (WIG) model in Fangzhou Xie (2020) <doi:10.1016/j.econlet.2019.108874>.
Author: Fangzhou Xie [aut, cre, cph]
Maintainer: Fangzhou Xie <fangzhou.xie@rutgers.edu>

Diff between rwig versions 0.1.0 dated 2026-04-21 and 0.2.0 dated 2026-09-19

 rwig-0.1.0/rwig/R/RcppExports.R                  |only
 rwig-0.1.0/rwig/src/RcppExports.cpp              |only
 rwig-0.2.0/rwig/DESCRIPTION                      |   16 
 rwig-0.2.0/rwig/MD5                              |  120 ++-
 rwig-0.2.0/rwig/NAMESPACE                        |    3 
 rwig-0.2.0/rwig/NEWS.md                          |   44 +
 rwig-0.2.0/rwig/R/barycenter.R                   |  142 ----
 rwig-0.2.0/rwig/R/check_args.R                   |  316 ++--------
 rwig-0.2.0/rwig/R/cpp.R                          |only
 rwig-0.2.0/rwig/R/rwig-package.R                 |    3 
 rwig-0.2.0/rwig/R/sinkhorn.R                     |  100 ---
 rwig-0.2.0/rwig/R/specs.R                        |   50 -
 rwig-0.2.0/rwig/R/utils.R                        |   15 
 rwig-0.2.0/rwig/R/wdl.R                          |   52 -
 rwig-0.2.0/rwig/R/wig.R                          |   95 +--
 rwig-0.2.0/rwig/R/zzz.R                          |   72 +-
 rwig-0.2.0/rwig/README.md                        |   41 -
 rwig-0.2.0/rwig/build/partial.rdb                |binary
 rwig-0.2.0/rwig/build/vignette.rds               |binary
 rwig-0.2.0/rwig/configure                        |   43 -
 rwig-0.2.0/rwig/configure.ac                     |   26 
 rwig-0.2.0/rwig/inst/doc/barycenter.html         |    7 
 rwig-0.2.0/rwig/inst/doc/specs.Rmd               |    8 
 rwig-0.2.0/rwig/inst/doc/specs.html              |   10 
 rwig-0.2.0/rwig/inst/doc/threading.R             |    3 
 rwig-0.2.0/rwig/inst/doc/threading.Rmd           |   22 
 rwig-0.2.0/rwig/inst/doc/threading.html          |   21 
 rwig-0.2.0/rwig/inst/doc/wdl-model.html          |   22 
 rwig-0.2.0/rwig/inst/doc/wig-model.html          |    4 
 rwig-0.2.0/rwig/inst/include/barycenter_impl.hpp |  129 +---
 rwig-0.2.0/rwig/inst/include/common.hpp          |   19 
 rwig-0.2.0/rwig/inst/include/cuda_interface.cuh  |   11 
 rwig-0.2.0/rwig/inst/include/cuda_kernels.cuh    |  101 +--
 rwig-0.2.0/rwig/inst/include/iter_solver.hpp     |only
 rwig-0.2.0/rwig/inst/include/linalg.hpp          |only
 rwig-0.2.0/rwig/inst/include/logdomain.hpp       |only
 rwig-0.2.0/rwig/inst/include/optimizer.hpp       |  108 +--
 rwig-0.2.0/rwig/inst/include/r_glue.hpp          |only
 rwig-0.2.0/rwig/inst/include/sinkhorn_impl.hpp   |  121 +--
 rwig-0.2.0/rwig/inst/include/thread_pool.hpp     |only
 rwig-0.2.0/rwig/inst/include/vformat.hpp         |   58 -
 rwig-0.2.0/rwig/inst/include/wdl_impl.hpp        |  228 ++-----
 rwig-0.2.0/rwig/inst/tinytest/test_cuda.R        |only
 rwig-0.2.0/rwig/inst/tinytest/test_utils.R       |only
 rwig-0.2.0/rwig/inst/tinytest/test_wdl_wig.R     |only
 rwig-0.2.0/rwig/man/rwig-package.Rd              |    5 
 rwig-0.2.0/rwig/man/wdl_specs.Rd                 |   22 
 rwig-0.2.0/rwig/man/wig.Rd                       |    5 
 rwig-0.2.0/rwig/src/barycenter.cpp               |  249 +++-----
 rwig-0.2.0/rwig/src/barycenter_impl_log.cpp      |  508 ++++------------
 rwig-0.2.0/rwig/src/barycenter_impl_parallel.cpp |  293 ++++-----
 rwig-0.2.0/rwig/src/check_cuda.cpp               |  338 -----------
 rwig-0.2.0/rwig/src/cuda_barycenter.cu           |  176 ++---
 rwig-0.2.0/rwig/src/cuda_kernels.cu              |  334 +---------
 rwig-0.2.0/rwig/src/cuda_optimizer.cu            |   39 -
 rwig-0.2.0/rwig/src/cuda_sinkhorn.cu             |   89 --
 rwig-0.2.0/rwig/src/cuda_wdl.cu                  |  467 ++++++++-------
 rwig-0.2.0/rwig/src/init.cpp                     |only
 rwig-0.2.0/rwig/src/sinkhorn.cpp                 |  204 ++----
 rwig-0.2.0/rwig/src/sinkhorn_impl_log.cpp        |  705 +++--------------------
 rwig-0.2.0/rwig/src/sinkhorn_impl_vanilla.cpp    |  322 ++++------
 rwig-0.2.0/rwig/src/tsvd.cpp                     |  123 ++--
 rwig-0.2.0/rwig/src/utils.cpp                    |  152 ++--
 rwig-0.2.0/rwig/src/wdl.cpp                      |  221 +++----
 rwig-0.2.0/rwig/src/wdl_impl.cpp                 |  397 +++++-------
 rwig-0.2.0/rwig/vignettes/specs.Rmd              |    8 
 rwig-0.2.0/rwig/vignettes/threading.Rmd          |   22 
 67 files changed, 2309 insertions(+), 4380 deletions(-)

More information about rwig at CRAN
Permanent link

Package rtemis.core updated to version 0.4.6 with previous version 0.3.1 dated 2026-06-30

Title: Core Utilities for the 'rtemis' Ecosystem
Description: Utilities used across packages of the 'rtemis' ecosystem. Includes the msg() messaging system and the fmt() formatting system. Provides a library of 'S7' properties, test_* functions that return logical values, check_* functions that throw informative errors, and clean_* functions that return validated and coerced values. This code began as part of the 'rtemis' package (<doi:10.32614/CRAN.package.rtemis>).
Author: E.D. Gennatas [aut, cre, cph]
Maintainer: E.D. Gennatas <gennatas@gmail.com>

Diff between rtemis.core versions 0.3.1 dated 2026-06-30 and 0.4.6 dated 2026-09-19

 rtemis.core-0.3.1/rtemis.core/R/00_S7_properties.R                         |only
 rtemis.core-0.3.1/rtemis.core/R/01_S7_generics.R                           |only
 rtemis.core-0.3.1/rtemis.core/R/rtemis_color_system.R                      |only
 rtemis.core-0.3.1/rtemis.core/man/bounded_double_property.Rd               |only
 rtemis.core-0.4.6/rtemis.core/DESCRIPTION                                  |   14 
 rtemis.core-0.4.6/rtemis.core/LICENSE                                      |only
 rtemis.core-0.4.6/rtemis.core/MD5                                          |  181 +++---
 rtemis.core-0.4.6/rtemis.core/NAMESPACE                                    |   32 +
 rtemis.core-0.4.6/rtemis.core/NEWS.md                                      |  167 +++++
 rtemis.core-0.4.6/rtemis.core/R/01_rtemis_color_system.R                   |only
 rtemis.core-0.4.6/rtemis.core/R/02_S7_prop_factories.R                     |only
 rtemis.core-0.4.6/rtemis.core/R/03_S7_properties.R                         |only
 rtemis.core-0.4.6/rtemis.core/R/04_S7_generics.R                           |only
 rtemis.core-0.4.6/rtemis.core/R/check.R                                    |  282 ++++++++++
 rtemis.core-0.4.6/rtemis.core/R/fmt.R                                      |  135 +++-
 rtemis.core-0.4.6/rtemis.core/R/html.R                                     |only
 rtemis.core-0.4.6/rtemis.core/R/log.R                                      |  117 +++-
 rtemis.core-0.4.6/rtemis.core/R/msg.R                                      |  113 +++-
 rtemis.core-0.4.6/rtemis.core/R/progress.R                                 |only
 rtemis.core-0.4.6/rtemis.core/R/schema.R                                   |only
 rtemis.core-0.4.6/rtemis.core/R/schema_contract.R                          |only
 rtemis.core-0.4.6/rtemis.core/R/utils_print.R                              |   76 +-
 rtemis.core-0.4.6/rtemis.core/R/utils_strings.R                            |   68 ++
 rtemis.core-0.4.6/rtemis.core/README.md                                    |    7 
 rtemis.core-0.4.6/rtemis.core/man/abort.Rd                                 |   31 -
 rtemis.core-0.4.6/rtemis.core/man/assert_config_contract.Rd                |only
 rtemis.core-0.4.6/rtemis.core/man/assert_description_language.Rd           |only
 rtemis.core-0.4.6/rtemis.core/man/bold.Rd                                  |    5 
 rtemis.core-0.4.6/rtemis.core/man/character_scalar.Rd                      |    7 
 rtemis.core-0.4.6/rtemis.core/man/check_bounded_double_scalar.Rd           |only
 rtemis.core-0.4.6/rtemis.core/man/check_bounded_integer_scalar.Rd          |only
 rtemis.core-0.4.6/rtemis.core/man/check_optional_bounded_double_scalar.Rd  |only
 rtemis.core-0.4.6/rtemis.core/man/check_optional_bounded_integer_scalar.Rd |only
 rtemis.core-0.4.6/rtemis.core/man/checkmark.Rd                             |only
 rtemis.core-0.4.6/rtemis.core/man/col256.Rd                                |    5 
 rtemis.core-0.4.6/rtemis.core/man/crossmark.Rd                             |only
 rtemis.core-0.4.6/rtemis.core/man/double_scalar.Rd                         |    7 
 rtemis.core-0.4.6/rtemis.core/man/enum.Rd                                  |    2 
 rtemis.core-0.4.6/rtemis.core/man/fmt.Rd                                   |    5 
 rtemis.core-0.4.6/rtemis.core/man/fmt_gradient.Rd                          |    5 
 rtemis.core-0.4.6/rtemis.core/man/format_trace.Rd                          |   16 
 rtemis.core-0.4.6/rtemis.core/man/get_msg_sink.Rd                          |    6 
 rtemis.core-0.4.6/rtemis.core/man/get_output_type.Rd                       |   34 +
 rtemis.core-0.4.6/rtemis.core/man/gray.Rd                                  |    5 
 rtemis.core-0.4.6/rtemis.core/man/highlight.Rd                             |    5 
 rtemis.core-0.4.6/rtemis.core/man/highlightbig.Rd                          |    5 
 rtemis.core-0.4.6/rtemis.core/man/html_div.Rd                              |only
 rtemis.core-0.4.6/rtemis.core/man/html_escape.Rd                           |only
 rtemis.core-0.4.6/rtemis.core/man/html_li.Rd                               |only
 rtemis.core-0.4.6/rtemis.core/man/html_p.Rd                                |only
 rtemis.core-0.4.6/rtemis.core/man/html_raw.Rd                              |only
 rtemis.core-0.4.6/rtemis.core/man/html_span.Rd                             |only
 rtemis.core-0.4.6/rtemis.core/man/html_strong.Rd                           |only
 rtemis.core-0.4.6/rtemis.core/man/html_tag.Rd                              |only
 rtemis.core-0.4.6/rtemis.core/man/html_ul.Rd                               |only
 rtemis.core-0.4.6/rtemis.core/man/integer_scalar.Rd                        |    8 
 rtemis.core-0.4.6/rtemis.core/man/italic.Rd                                |    9 
 rtemis.core-0.4.6/rtemis.core/man/logical_scalar.Rd                        |    7 
 rtemis.core-0.4.6/rtemis.core/man/msgstart.Rd                              |    6 
 rtemis.core-0.4.6/rtemis.core/man/nonneg_double_scalar.Rd                  |    7 
 rtemis.core-0.4.6/rtemis.core/man/nonneg_double_vector.Rd                  |   10 
 rtemis.core-0.4.6/rtemis.core/man/nonneg_integer_scalar.Rd                 |   10 
 rtemis.core-0.4.6/rtemis.core/man/objcat.Rd                                |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional.Rd                              |    2 
 rtemis.core-0.4.6/rtemis.core/man/optional_character_scalar.Rd             |    8 
 rtemis.core-0.4.6/rtemis.core/man/optional_double_scalar.Rd                |    8 
 rtemis.core-0.4.6/rtemis.core/man/optional_integer_scalar.Rd               |    8 
 rtemis.core-0.4.6/rtemis.core/man/optional_logical_scalar.Rd               |    8 
 rtemis.core-0.4.6/rtemis.core/man/optional_nonneg_double_scalar.Rd         |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_nonneg_double_vector.Rd         |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_nonneg_integer_scalar.Rd        |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_pos_double_scalar.Rd            |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_pos_double_vector.Rd            |    8 
 rtemis.core-0.4.6/rtemis.core/man/optional_pos_integer_scalar.Rd           |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_prob_scalar.Rd                  |    8 
 rtemis.core-0.4.6/rtemis.core/man/optional_prob_vector.Rd                  |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_unit_open_scalar.Rd             |   11 
 rtemis.core-0.4.6/rtemis.core/man/optional_unit_open_vector.Rd             |   11 
 rtemis.core-0.4.6/rtemis.core/man/pos_double_scalar.Rd                     |    7 
 rtemis.core-0.4.6/rtemis.core/man/pos_double_vector.Rd                     |   10 
 rtemis.core-0.4.6/rtemis.core/man/pos_integer_scalar.Rd                    |   10 
 rtemis.core-0.4.6/rtemis.core/man/prob_scalar.Rd                           |    7 
 rtemis.core-0.4.6/rtemis.core/man/prob_vector.Rd                           |    7 
 rtemis.core-0.4.6/rtemis.core/man/progress_begin.Rd                        |only
 rtemis.core-0.4.6/rtemis.core/man/progress_clear.Rd                        |only
 rtemis.core-0.4.6/rtemis.core/man/progress_end.Rd                          |only
 rtemis.core-0.4.6/rtemis.core/man/progress_lapply.Rd                       |only
 rtemis.core-0.4.6/rtemis.core/man/progress_update.Rd                       |only
 rtemis.core-0.4.6/rtemis.core/man/prop_bag.Rd                              |only
 rtemis.core-0.4.6/rtemis.core/man/prop_boolean.Rd                          |only
 rtemis.core-0.4.6/rtemis.core/man/prop_const.Rd                            |only
 rtemis.core-0.4.6/rtemis.core/man/prop_float.Rd                            |only
 rtemis.core-0.4.6/rtemis.core/man/prop_integer.Rd                          |only
 rtemis.core-0.4.6/rtemis.core/man/prop_spec.Rd                             |only
 rtemis.core-0.4.6/rtemis.core/man/prop_string.Rd                           |only
 rtemis.core-0.4.6/rtemis.core/man/repr.Rd                                  |    2 
 rtemis.core-0.4.6/rtemis.core/man/repr_S7name.Rd                           |    3 
 rtemis.core-0.4.6/rtemis.core/man/repr_ls.Rd                               |    5 
 rtemis.core-0.4.6/rtemis.core/man/rtemis_colors.Rd                         |    2 
 rtemis.core-0.4.6/rtemis.core/man/set_msg_sink.Rd                          |   20 
 rtemis.core-0.4.6/rtemis.core/man/show_df.Rd                               |    5 
 rtemis.core-0.4.6/rtemis.core/man/show_table.Rd                            |    5 
 rtemis.core-0.4.6/rtemis.core/man/thin.Rd                                  |    5 
 rtemis.core-0.4.6/rtemis.core/man/unit_open_scalar.Rd                      |    8 
 rtemis.core-0.4.6/rtemis.core/man/unit_open_vector.Rd                      |    7 
 rtemis.core-0.4.6/rtemis.core/man/warn.Rd                                  |    4 
 rtemis.core-0.4.6/rtemis.core/man/write_JSONSchema.Rd                      |only
 rtemis.core-0.4.6/rtemis.core/man/write_lines.Rd                           |only
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-00_S7_prop_factories.R   |only
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-00_S7_properties.R       |   57 --
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-check.R                  |  187 ++++++
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-fmt.R                    |only
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-html.R                   |only
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-log.R                    |  133 ++++
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-progress.R               |only
 rtemis.core-0.4.6/rtemis.core/tests/testthat/test-schema_contract.R        |only
 116 files changed, 1688 insertions(+), 332 deletions(-)

More information about rtemis.core at CRAN
Permanent link

Package rMosaic updated to version 0.2.0 with previous version 0.1.3 dated 2026-06-25

Title: R Bindings to the 'Mosaic' Visualization Framework
Description: Provides R bindings for 'Mosaic', a declarative grammar for linked, data-driven visualizations backed by 'DuckDB'. The package supplies 'htmlwidgets' and 'shiny' helpers for rendering 'Mosaic' specifications from R, including optional browser-side 'DuckDB-WASM' execution and selection export helpers for exploratory workflows.
Author: Timur Rizvanov [aut, cre], Edward C. Ruiz [aut], Ruben Dries [aut, rev], Dries Lab [fnd] , Boston University [fnd] )
Maintainer: Timur Rizvanov <timurr@bu.edu>

Diff between rMosaic versions 0.1.3 dated 2026-06-25 and 0.2.0 dated 2026-09-19

 DESCRIPTION                |   15 +
 MD5                        |   27 ++-
 NEWS.md                    |   43 +++++
 R/exportSelection.R        |    6 
 R/mosaic.R                 |  338 +++++++++++++++++++++++++++++++++++++++++----
 R/runMosaicApp.R           |    6 
 R/runMosaicWithExport.R    |    6 
 inst/htmlwidgets/mosaic.js |  102 ++++++++++++-
 man/mosaic.Rd              |   43 ++++-
 man/runMosaicApp.Rd        |   24 ++-
 man/runMosaicExport.Rd     |   24 ++-
 man/runMosaicWithExport.Rd |   24 ++-
 tests                      |only
 13 files changed, 593 insertions(+), 65 deletions(-)

More information about rMosaic at CRAN
Permanent link

Package rDeckgl updated to version 0.2.0 with previous version 0.1.0 dated 2026-06-01

Title: R Bindings to 'Deck.gl'
Description: Provides R bindings for 'deck.gl', a 'WebGL' framework for rendering large interactive spatial and tabular visualizations. The package supplies 'htmlwidgets' and 'shiny' bindings, supports 'DuckDB'-backed data hydration, and bundles the JavaScript assets needed to render 'deck.gl' specifications from R.
Author: Timur Rizvanov [aut, cre], Edward C. Ruiz [aut], Ruben Dries [aut, rev], Dries Lab [fnd] , Boston University [fnd] )
Maintainer: Timur Rizvanov <timurr@bu.edu>

Diff between rDeckgl versions 0.1.0 dated 2026-06-01 and 0.2.0 dated 2026-09-19

 DESCRIPTION                           |   13 -
 MD5                                   |   20 +-
 NEWS.md                               |   69 ++++++++
 R/deckgl.R                            |  292 ++++++++++++++++++++++++++++------
 R/json-export.R                       |only
 inst/htmlwidgets/deckgl.js            |  291 +++++++++++++++++++++++++++++++++
 man/deckgl.Rd                         |   43 ++++-
 tests/js                              |only
 tests/testthat/test-compact-columns.R |only
 tests/testthat/test-file-transport.R  |only
 tests/testthat/test-hydration-rows.R  |only
 tests/testthat/test-json-export.R     |only
 tests/testthat/test-live-json-rows.R  |only
 13 files changed, 659 insertions(+), 69 deletions(-)

More information about rDeckgl at CRAN
Permanent link

Package nmw updated to version 0.6.0 with previous version 0.5.1 dated 2026-08-21

Title: Understanding Nonlinear Mixed Effects Modeling for Population Pharmacokinetics
Description: This shows how 'NONMEM' (Beal SL, Sheiner LB, Boeckmann AJ, Bauer RJ. NONMEM 7.5 Users Guides. Icon plc, 2020) software works. 'NONMEM' classical estimation methods such as 'First Order (FO) approximation', 'First Order Conditional Estimation (FOCE)', and 'Laplacian approximation' are explained. Functions are also provided for post-run processing of NONMEM output files, generating PDF or Markdown diagnostic reports including objective function value analysis, parameter estimates, prediction and residual diagnostics, empirical Bayes estimate (EBE) analysis, input data summary, and individual pharmacokinetic parameter distributions. Helper utilities for building NONMEM-ready datasets from SDTM-style source tables are also included.
Author: Kyun-Seop Bae [aut, cre]
Maintainer: Kyun-Seop Bae <k@acr.kr>

Diff between nmw versions 0.5.1 dated 2026-08-21 and 0.6.0 dated 2026-09-19

 DESCRIPTION                         |   12 
 MD5                                 |   68 +++--
 R/nm_read.R                         |    1 
 R/nm_summary.R                      |  119 ++++++++-
 R/nmw_run.R                         |  137 +++++------
 R/plot_pairs.R                      |  174 +++++++-------
 R/report_ebe.R                      |  203 +++++++++-------
 R/report_indipk.R                   |   77 ++++--
 R/report_input.R                    |  106 ++++----
 R/report_ofv.R                      |   93 ++++---
 R/report_output.R                   |   34 +-
 R/report_param.R                    |  126 ++++++----
 R/report_pred.R                     |  115 +++++----
 R/report_resid.R                    |  179 +++++++-------
 R/report_writer.R                   |only
 R/utils_data.R                      |  444 ++++++++++++++++++------------------
 R/utils_report.R                    |  198 +++++++++++++++-
 inst/NEWS.Rd                        |  183 ++++++++++++--
 man/AddDefaultNMCols.Rd             |only
 man/AddDefaultTabCols.Rd            |only
 man/InfluencePanel.Rd               |only
 man/NormalizeTabCols.Rd             |only
 man/Outline.Rd                      |   31 ++
 man/PlotUnavailable.Rd              |only
 man/ReadTabFile.Rd                  |only
 man/RequireRunFile.Rd               |only
 man/RownamesToColumn.Rd             |only
 man/SumOutEmpty.Rd                  |only
 man/nmw_report_ebe.Rd               |   22 +
 man/nmw_report_indipk.Rd            |   22 +
 man/nmw_report_input.Rd             |   23 +
 man/nmw_report_ofv.Rd               |   23 +
 man/nmw_report_output.Rd            |   22 +
 man/nmw_report_param.Rd             |   23 +
 man/nmw_report_pred.Rd              |   22 +
 man/nmw_report_resid.Rd             |   23 +
 man/nmw_run.Rd                      |   21 +
 tests/testthat/test-nm_summary.R    |only
 tests/testthat/test-report_writer.R |only
 tests/testthat/test-reports.R       |  215 +++++++++++++++++
 tests/testthat/test-utils_report.R  |   75 ++++++
 41 files changed, 1934 insertions(+), 857 deletions(-)

More information about nmw at CRAN
Permanent link

Package EstemPMM updated to version 0.5.0 with previous version 0.4.0 dated 2026-05-29

Title: Polynomial Maximization Method for Non-Gaussian Regression
Description: Implements the Polynomial Maximization Method ('PMM') for parameter estimation in linear and time series models when error distributions deviate from normality. The 'PMM2' variant achieves lower variance parameter estimates compared to ordinary least squares ('OLS') when errors exhibit significant skewness. The 'PMM3' variant (S=3) targets symmetric platykurtic error distributions, reducing variance when excess kurtosis is negative. Includes automatic method selection ('pmm_dispatch'), linear regression, 'AR'/'MA'/'ARMA'/'ARIMA' models, and bootstrap inference. Methodology described in Zabolotnii, Warsza, and Tkachenko (2018) <doi:10.1007/978-3-319-77179-3_75>, Zabolotnii, Tkachenko, and Warsza (2022) <doi:10.1007/978-3-031-03502-9_37>, and Zabolotnii, Tkachenko, and Warsza (2023) <doi:10.1007/978-3-031-25844-2_21>, and Zabolotnii (2025) <doi:10.48550/arXiv.2511.07059>.
Author: Serhii Zabolotnii [aut, cre]
Maintainer: Serhii Zabolotnii <zabolotniua@gmail.com>

Diff between EstemPMM versions 0.4.0 dated 2026-05-29 and 0.5.0 dated 2026-09-19

 DESCRIPTION                             |   12 +-
 MD5                                     |   52 +++++----
 NEWS.md                                 |  139 +++++++++++++++++++++++++
 R/pmm2_classes.R                        |   10 +
 R/pmm2_ts_main.R                        |  173 ++++++++++++++++++++++++--------
 R/pmm2_ts_methods.R                     |   93 +++++++++++++----
 R/pmm2_ts_recursive.R                   |only
 build/partial.rdb                       |binary
 build/vignette.rds                      |binary
 inst/doc/bootstrap_inference.html       |    8 -
 inst/doc/pmm2_introduction.html         |    8 -
 inst/doc/pmm2_time_series.html          |   28 ++---
 inst/doc/pmm3_symmetric_errors.html     |   12 +-
 inst/doc/pmm3_time_series.html          |   16 +-
 inst/doc/seasonal_models.html           |   32 ++---
 man/EstemPMM-package.Rd                 |    5 
 man/TS2fit-class.Rd                     |   10 +
 man/ar_pmm2.Rd                          |   10 +
 man/arima_pmm2.Rd                       |   15 ++
 man/arma_admissible.Rd                  |only
 man/arma_pmm2.Rd                        |   15 ++
 man/arma_recursion.Rd                   |only
 man/ma_pmm2.Rd                          |   15 ++
 man/ma_pmm2_fit_recursive.Rd            |only
 man/pmm2_recursive_design.Rd            |only
 man/pmm2_recursive_score.Rd             |only
 man/pmm2_recursive_solve.Rd             |only
 man/ts_pmm2.Rd                          |   45 +++++++-
 man/vcov-TS2fit-method.Rd               |   39 ++++++-
 tests/testthat/Rplots.pdf               |binary
 tests/testthat/test-pmm2-recursive-ma.R |only
 31 files changed, 568 insertions(+), 169 deletions(-)

More information about EstemPMM at CRAN
Permanent link

Package epiR updated to version 2.0.98 with previous version 2.0.96 dated 2026-08-03

Title: Tools for the Analysis of Epidemiological Data
Description: Tools for the analysis of epidemiological and surveillance data. Contains functions for directly and indirectly adjusting measures of disease frequency, quantifying measures of association on the basis of single or multiple strata of count data presented in a contingency table, computation of confidence intervals around incidence risk and incidence rate estimates and sample size calculations for cross-sectional, case-control and cohort studies. Surveillance tools include functions to calculate an appropriate sample size for 1- and 2-stage representative freedom surveys, functions to estimate surveillance system sensitivity and functions to support scenario tree modelling analyses.
Author: Mark Stevenson [aut, cre] , Evan Sergeant [aut], Cord Heuer [ctb], Ian Kopacka [ctb], Klemens Fuchs [ctb], Telmo Nunes [ctb], Cord Heuer [ctb], Jonathon Marshall [ctb], Javier Sanchez [ctb], Ron Thornton [ctb], Jeno Reiczigel [ctb], Jim Robison-Cox [ [...truncated...]
Maintainer: Mark Stevenson <mark.stevenson1@unimelb.edu.au>

Diff between epiR versions 2.0.96 dated 2026-08-03 and 2.0.98 dated 2026-09-19

 DESCRIPTION                          |    8 +-
 MD5                                  |   28 +++----
 NEWS                                 |   16 +++-
 R/epi.2by2.R                         |  139 ++++++++++++++++++++++++++---------
 R/epi.evalue.R                       |   87 +++++++++++----------
 R/epi.kappa.R                        |   49 +++++++++---
 build/vignette.rds                   |binary
 inst/doc/epiR_descriptive_epi.html   |   18 ++--
 inst/doc/epiR_diagnostic_tests.html  |   28 +++----
 inst/doc/epiR_measures_of_assoc.html |   17 ++--
 inst/doc/epiR_sample_size.html       |    4 -
 inst/doc/epiR_surveillance.html      |   19 ++--
 man/epi.2by2.Rd                      |    4 -
 man/epi.kappa.Rd                     |   39 +++++++++
 man/epi.mbf.Rd                       |    4 -
 15 files changed, 308 insertions(+), 152 deletions(-)

More information about epiR at CRAN
Permanent link

Package cmstatrExt updated to version 0.5.0 with previous version 0.4.1 dated 2026-03-17

Title: More Statistical Methods for Composite Material Data
Description: A companion package to 'cmstatr' <https://cran.r-project.org/package=cmstatr>. 'cmstatr' contains statistical methods that are published in the Composite Materials Handbook, Volume 1 (2012, ISBN: 978-0-7680-7811-4), while 'cmstatrExt' contains statistical methods that are not included in that handbook.
Author: Stefan Kloppenborg [aut, cre]
Maintainer: Stefan Kloppenborg <stefan@kloppenborg.ca>

Diff between cmstatrExt versions 0.4.1 dated 2026-03-17 and 0.5.0 dated 2026-09-19

 cmstatrExt-0.4.1/cmstatrExt/src/p_equiv.cpp                          |only
 cmstatrExt-0.5.0/cmstatrExt/DESCRIPTION                              |   14 +-
 cmstatrExt-0.5.0/cmstatrExt/MD5                                      |   42 ++++---
 cmstatrExt-0.5.0/cmstatrExt/NAMESPACE                                |    3 
 cmstatrExt-0.5.0/cmstatrExt/NEWS.md                                  |only
 cmstatrExt-0.5.0/cmstatrExt/R/RcppExports.R                          |   34 +++++-
 cmstatrExt-0.5.0/cmstatrExt/R/conflicts.R                            |only
 cmstatrExt-0.5.0/cmstatrExt/R/deprecated.R                           |only
 cmstatrExt-0.5.0/cmstatrExt/R/zzz.R                                  |only
 cmstatrExt-0.5.0/cmstatrExt/README.md                                |    2 
 cmstatrExt-0.5.0/cmstatrExt/build/vignette.rds                       |binary
 cmstatrExt-0.5.0/cmstatrExt/inst/doc/equivalency-p-values.html       |   56 +++++-----
 cmstatrExt-0.5.0/cmstatrExt/inst/extdata                             |only
 cmstatrExt-0.5.0/cmstatrExt/man/average_curve_lm.Rd                  |    2 
 cmstatrExt-0.5.0/cmstatrExt/man/cmstatrExt-package.Rd                |    5 
 cmstatrExt-0.5.0/cmstatrExt/man/figures/power_sim_dual_example-1.png |binary
 cmstatrExt-0.5.0/cmstatrExt/man/k_equiv_one_sample.Rd                |only
 cmstatrExt-0.5.0/cmstatrExt/man/p_equiv.Rd                           |   23 ----
 cmstatrExt-0.5.0/cmstatrExt/man/p_equiv_one_sample.Rd                |only
 cmstatrExt-0.5.0/cmstatrExt/man/reexports.Rd                         |    2 
 cmstatrExt-0.5.0/cmstatrExt/src/RcppExports.cpp                      |   22 +++
 cmstatrExt-0.5.0/cmstatrExt/src/acceptance.cpp                       |    6 -
 cmstatrExt-0.5.0/cmstatrExt/src/k_equiv_one_sample.cpp               |only
 cmstatrExt-0.5.0/cmstatrExt/src/p_equiv_one_sample.cpp               |only
 cmstatrExt-0.5.0/cmstatrExt/src/power_sim.cpp                        |   21 +--
 cmstatrExt-0.5.0/cmstatrExt/src/root.cpp                             |    4 
 cmstatrExt-0.5.0/cmstatrExt/tests/testthat/test-equiv-one-sample.R   |only
 27 files changed, 142 insertions(+), 94 deletions(-)

More information about cmstatrExt at CRAN
Permanent link

Package caverify updated to version 0.2.0 with previous version 0.1.3 dated 2026-08-23

Title: Fast Strength-t Coverage Verification for Covering Arrays
Description: Verifies that an array covers every t-way interaction, the certificate check for covering arrays, using compiled C code with optional 'OpenMP' threading. Supports uniform and mixed-level (per-column symbol counts) arrays. Missing values mark flexible ("don't care") entries, which contribute nothing to coverage, so a verified array remains covering however they are filled. Designed to be easy to embed in other packages: a single C file with a registered .Call entry point and one R wrapper.
Author: Christopher Smolen [aut, cre]
Maintainer: Christopher Smolen <chrispbsmolen@gmail.com>

Diff between caverify versions 0.1.3 dated 2026-08-23 and 0.2.0 dated 2026-09-19

 DESCRIPTION            |   16 +++---
 MD5                    |   12 ++--
 NEWS.md                |   35 +++++++++++++
 R/ca_verify.R          |  129 +++++++++++++++++++++++++++++++++++++++----------
 man/ca_verify.Rd       |   47 +++++++++++++----
 src/ca_verify.c        |   98 ++++++++++++++++++++++---------------
 tests/test-ca_verify.R |  124 +++++++++++++++++++++++++++++++++++++++++++++--
 7 files changed, 367 insertions(+), 94 deletions(-)

More information about caverify at CRAN
Permanent link

Package airnow updated to version 0.2.0 with previous version 0.1.1 dated 2026-03-01

Title: Retrieve 'AirNow' Air Quality Observations and Forecasts
Description: Retrieve air quality data via the 'AirNow' <https://www.airnow.gov/> API.
Author: Brian Connelly [aut, cre, cph]
Maintainer: Brian Connelly <bdc@bconnelly.net>

Diff between airnow versions 0.1.1 dated 2026-03-01 and 0.2.0 dated 2026-09-19

 airnow-0.1.1/airnow/R/get_airnow_area.R                               |only
 airnow-0.1.1/airnow/R/get_airnow_conditions.R                         |only
 airnow-0.1.1/airnow/R/get_airnow_forecast.R                           |only
 airnow-0.1.1/airnow/man/get_airnow_area.Rd                            |only
 airnow-0.1.1/airnow/man/get_airnow_conditions.Rd                      |only
 airnow-0.1.1/airnow/man/get_airnow_forecast.Rd                        |only
 airnow-0.1.1/airnow/man/get_airnow_token.Rd                           |only
 airnow-0.1.1/airnow/tests/testthat/test-get_airnow_area.R             |only
 airnow-0.2.0/airnow/DESCRIPTION                                       |   11 
 airnow-0.2.0/airnow/MD5                                               |  101 ++++-
 airnow-0.2.0/airnow/NAMESPACE                                         |    7 
 airnow-0.2.0/airnow/NEWS.md                                           |   56 +++
 airnow-0.2.0/airnow/R/api.R                                           |   75 ++++
 airnow-0.2.0/airnow/R/aqi.R                                           |   17 
 airnow-0.2.0/airnow/R/areas.R                                         |only
 airnow-0.2.0/airnow/R/argument_checks.R                               |   76 ++++
 airnow-0.2.0/airnow/R/credentials.R                                   |   74 ++--
 airnow-0.2.0/airnow/R/data.R                                          |only
 airnow-0.2.0/airnow/R/deprecated.R                                    |only
 airnow-0.2.0/airnow/R/get_airnow_forecast_history.R                   |only
 airnow-0.2.0/airnow/R/get_airnow_forecasts.R                          |only
 airnow-0.2.0/airnow/R/get_airnow_monitors.R                           |only
 airnow-0.2.0/airnow/R/get_airnow_observations.R                       |only
 airnow-0.2.0/airnow/R/get_airnow_reporting_area.R                     |only
 airnow-0.2.0/airnow/R/legacy.R                                        |only
 airnow-0.2.0/airnow/R/normalize.R                                     |only
 airnow-0.2.0/airnow/R/sysdata.rda                                     |only
 airnow-0.2.0/airnow/R/utils.R                                         |   51 ++
 airnow-0.2.0/airnow/README.md                                         |   66 ++-
 airnow-0.2.0/airnow/data                                              |only
 airnow-0.2.0/airnow/inst                                              |only
 airnow-0.2.0/airnow/man/airnow-deprecated.Rd                          |only
 airnow-0.2.0/airnow/man/airnow-package.Rd                             |    5 
 airnow-0.2.0/airnow/man/airnow_areas.Rd                               |only
 airnow-0.2.0/airnow/man/aqi.Rd                                        |   14 
 airnow-0.2.0/airnow/man/get_airnow_forecast_history.Rd                |only
 airnow-0.2.0/airnow/man/get_airnow_forecasts.Rd                       |only
 airnow-0.2.0/airnow/man/get_airnow_key.Rd                             |only
 airnow-0.2.0/airnow/man/get_airnow_monitors.Rd                        |only
 airnow-0.2.0/airnow/man/get_airnow_observations.Rd                    |only
 airnow-0.2.0/airnow/man/get_airnow_reporting_area.Rd                  |only
 airnow-0.2.0/airnow/tests/testthat/forecast_history                   |only
 airnow-0.2.0/airnow/tests/testthat/forecasts                          |only
 airnow-0.2.0/airnow/tests/testthat/forecasts_nodata                   |only
 airnow-0.2.0/airnow/tests/testthat/harness                            |only
 airnow-0.2.0/airnow/tests/testthat/helper-cache.R                     |only
 airnow-0.2.0/airnow/tests/testthat/helper-live-results.R              |only
 airnow-0.2.0/airnow/tests/testthat/legacy_conditions                  |only
 airnow-0.2.0/airnow/tests/testthat/legacy_forecast                    |only
 airnow-0.2.0/airnow/tests/testthat/legacy_forecast_date               |only
 airnow-0.2.0/airnow/tests/testthat/monitors                           |only
 airnow-0.2.0/airnow/tests/testthat/observations                       |only
 airnow-0.2.0/airnow/tests/testthat/observations_nodata                |only
 airnow-0.2.0/airnow/tests/testthat/reporting_area                     |only
 airnow-0.2.0/airnow/tests/testthat/resolve_zip                        |only
 airnow-0.2.0/airnow/tests/testthat/setup.R                            |only
 airnow-0.2.0/airnow/tests/testthat/test-api.R                         |   81 ++++
 airnow-0.2.0/airnow/tests/testthat/test-aqi.R                         |   41 +-
 airnow-0.2.0/airnow/tests/testthat/test-areas.R                       |only
 airnow-0.2.0/airnow/tests/testthat/test-argument_checks.R             |   76 +++-
 airnow-0.2.0/airnow/tests/testthat/test-ci-runner.R                   |only
 airnow-0.2.0/airnow/tests/testthat/test-credentials.R                 |   62 ++-
 airnow-0.2.0/airnow/tests/testthat/test-data.R                        |only
 airnow-0.2.0/airnow/tests/testthat/test-deprecated.R                  |only
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_conditions.R       |   90 +++--
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_forecast.R         |  174 +++++++---
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_forecast_history.R |only
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_forecasts.R        |only
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_monitors.R         |only
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_observations.R     |only
 airnow-0.2.0/airnow/tests/testthat/test-get_airnow_reporting_area.R   |only
 airnow-0.2.0/airnow/tests/testthat/test-harness.R                     |only
 airnow-0.2.0/airnow/tests/testthat/test-legacy.R                      |only
 airnow-0.2.0/airnow/tests/testthat/test-live.R                        |only
 airnow-0.2.0/airnow/tests/testthat/test-normalize.R                   |only
 airnow-0.2.0/airnow/tests/testthat/test-utils.R                       |   55 +++
 76 files changed, 921 insertions(+), 211 deletions(-)

More information about airnow at CRAN
Permanent link

Package DT2 updated to version 0.1.3 with previous version 0.1.2 dated 2026-06-14

Title: 'DataTables' 2.x for R
Description: A modern R binding for 'DataTables' V2 with modular extension loading, 'Bootstrap 5' styling, 'Shiny' integration (proxy, events, inline inputs), server-side processing helpers, and standalone (non-Shiny) support. Configure 'DataTables' options directly via R lists, a 1:1 mapping to the 'JavaScript' API.
Author: Andre Leite [aut, cre], Marcos Wasilew [aut], Hugo Vasconcelos [aut], Carlos Amorim [aut], Diogo Bezerra [aut]
Maintainer: Andre Leite <leite@castlab.org>

Diff between DT2 versions 0.1.2 dated 2026-06-14 and 0.1.3 dated 2026-09-19

 DESCRIPTION                             |   13 
 MD5                                     |   54 -
 NEWS.md                                 |   31 
 R/dt2.R                                 |   13 
 R/dt2_formats.R                         |    2 
 R/dt2_server_processing.R               |   64 +
 R/dt2_shiny.R                           |   33 
 README.md                               |   13 
 inst/doc/extensions-guide.Rmd           |    3 
 inst/doc/extensions-guide.html          |  123 ++-
 inst/doc/formatting.html                |  124 ++-
 inst/doc/getting-started.Rmd            |    2 
 inst/doc/getting-started.html           |  230 ++++--
 inst/doc/js-config.html                 |  144 +++-
 inst/doc/shiny-integration.R            |   23 
 inst/doc/shiny-integration.Rmd          |   46 +
 inst/doc/shiny-integration.html         | 1065 ++++++++++++++++----------------
 inst/htmlwidgets/dt2.js                 |   92 ++
 man/dot-dt2_payload.Rd                  |   14 
 man/dt2.Rd                              |    2 
 man/dt2_bind_server.Rd                  |   11 
 man/dt2_cols_render_js.Rd               |    2 
 man/dt2_ssp_handler.Rd                  |   13 
 man/dt2_state.Rd                        |   34 -
 tests/testthat/test-server-processing.R |   89 ++
 vignettes/extensions-guide.Rmd          |    3 
 vignettes/getting-started.Rmd           |    2 
 vignettes/shiny-integration.Rmd         |   46 +
 28 files changed, 1522 insertions(+), 769 deletions(-)

More information about DT2 at CRAN
Permanent link

Package rcicr updated to version 1.4.1 with previous version 1.3.0 dated 2026-09-02

Title: Reverse-Correlation Image-Classification Toolbox
Description: Generate stimuli and analyze data of reverse correlation image classification experiments (psychophysical tasks aimed at visualizing cognitive mental representations of faces). For the method see Dotsch and Todorov (2012) <doi:10.1177/1948550611430272>; for a practical primer see Brinkman, Todorov and Dotsch (2017) <doi:10.1080/10463283.2017.1381469>.
Author: Ron Dotsch [aut, cre]
Maintainer: Ron Dotsch <rdotsch@gmail.com>

Diff between rcicr versions 1.3.0 dated 2026-09-02 and 1.4.1 dated 2026-09-19

 rcicr-1.3.0/rcicr/tests/testthat/fixtures/released-formals-1.3.0.rds      |only
 rcicr-1.4.1/rcicr/ChangeLog                                               |   65 --
 rcicr-1.4.1/rcicr/DESCRIPTION                                             |    6 
 rcicr-1.4.1/rcicr/MD5                                                     |   72 +-
 rcicr-1.4.1/rcicr/NEWS.md                                                 |  131 ++++
 rcicr-1.4.1/rcicr/R/autoscale.R                                           |   19 
 rcicr-1.4.1/rcicr/R/ci-inputs.R                                           |   40 +
 rcicr-1.4.1/rcicr/R/computeCumulativeCICorrelation.R                      |    8 
 rcicr-1.4.1/rcicr/R/computeInfoVal2IFC.R                                  |  103 +--
 rcicr-1.4.1/rcicr/R/generateCI.R                                          |   54 +
 rcicr-1.4.1/rcicr/R/generateCI2IFC.R                                      |    2 
 rcicr-1.4.1/rcicr/R/generateCINoise.R                                     |    8 
 rcicr-1.4.1/rcicr/R/generateReferenceDistribution.R                       |  148 +----
 rcicr-1.4.1/rcicr/R/generateStimuli2IFC.R                                 |   59 +
 rcicr-1.4.1/rcicr/R/parallel.R                                            |   10 
 rcicr-1.4.1/rcicr/R/reference-base.R                                      |only
 rcicr-1.4.1/rcicr/R/zzz.R                                                 |    2 
 rcicr-1.4.1/rcicr/README.md                                               |   72 +-
 rcicr-1.4.1/rcicr/inst/doc/reverse-correlation-walkthrough.R              |   13 
 rcicr-1.4.1/rcicr/inst/doc/reverse-correlation-walkthrough.Rmd            |   23 
 rcicr-1.4.1/rcicr/inst/doc/reverse-correlation-walkthrough.html           |  296 +++++-----
 rcicr-1.4.1/rcicr/man/computeCumulativeCICorrelation.Rd                   |    2 
 rcicr-1.4.1/rcicr/man/computeInfoVal2IFC.Rd                               |   15 
 rcicr-1.4.1/rcicr/man/generateCI.Rd                                       |    4 
 rcicr-1.4.1/rcicr/man/generateCI2IFC.Rd                                   |    2 
 rcicr-1.4.1/rcicr/man/generateCINoise.Rd                                  |    2 
 rcicr-1.4.1/rcicr/man/generateReferenceDistribution2IFC.Rd                |   46 +
 rcicr-1.4.1/rcicr/tests/testthat/fixtures/released-formals-1.4.0.rds      |only
 rcicr-1.4.1/rcicr/tests/testthat/helper-fixtures.R                        |   18 
 rcicr-1.4.1/rcicr/tests/testthat/test-base-image-alpha.R                  |only
 rcicr-1.4.1/rcicr/tests/testthat/test-fixed-bugs.R                        |    7 
 rcicr-1.4.1/rcicr/tests/testthat/test-generateCINoise.R                   |   25 
 rcicr-1.4.1/rcicr/tests/testthat/test-generateReferenceDistribution2IFC.R |  132 +++-
 rcicr-1.4.1/rcicr/tests/testthat/test-independent-reference.R             |only
 rcicr-1.4.1/rcicr/tests/testthat/test-legacy-rdata.R                      |   70 +-
 rcicr-1.4.1/rcicr/tests/testthat/test-multi-base-stimuli.R                |only
 rcicr-1.4.1/rcicr/tests/testthat/test-parallel-backend.R                  |only
 rcicr-1.4.1/rcicr/tests/testthat/test-reference-from-saved-noise.R        |only
 rcicr-1.4.1/rcicr/tests/testthat/test-released-signatures.R               |    6 
 rcicr-1.4.1/rcicr/tests/testthat/test-trial-validation.R                  |only
 rcicr-1.4.1/rcicr/tests/testthat/test-zero-range-scaling.R                |only
 rcicr-1.4.1/rcicr/vignettes/reverse-correlation-walkthrough.Rmd           |   23 
 42 files changed, 865 insertions(+), 618 deletions(-)

More information about rcicr at CRAN
Permanent link

Package munsellinterpol updated to version 3.6-0 with previous version 3.5-1 dated 2026-07-30

Title: Interpolate Munsell Renotation Data from Hue Value/Chroma to CIE/RGB
Description: Methods for interpolating data in the Munsell color system following the ASTM D-1535 standard. Hues and chromas with decimal values can be interpolated and converted to/from the Munsell color system and CIE xyY, CIE XYZ, CIE Lab, CIE Luv, or RGB. Includes ISCC-NBS color block lookup. Based on the work by Paul Centore, "The Munsell and Kubelka-Munk Toolbox".
Author: Jose Gama [aut, trl], Paul Centore [aut, cph], Glenn Davis [aut, cre], Hugo Rodrigues [ctb]
Maintainer: Glenn Davis <gdavis@gluonics.com>

Diff between munsellinterpol versions 3.5-1 dated 2026-07-30 and 3.6-0 dated 2026-09-19

 DESCRIPTION                         |    8 +--
 MD5                                 |   56 +++++++++++++-------------
 NEWS.md                             |   10 ++++
 R/ColorDifference.R                 |    9 ++++
 R/Colorlab.R                        |   48 +++++++++++-----------
 R/ISCC-NBS.R                        |    5 +-
 R/MunsellName.R                     |    5 +-
 R/MunsellToxyY.R                    |   24 +++++++++--
 R/conversions.R                     |    6 ++
 R/round.R                           |    3 +
 R/utils.R                           |   77 ++++++++++++++++++++++++++++++++++--
 inst/doc/dental.html                |    6 +-
 inst/doc/lightness.pdf              |binary
 inst/doc/lociHC.pdf                 |binary
 inst/doc/munsellinterpol-guide.Rmd  |    2 
 inst/doc/munsellinterpol-guide.html |   29 +++++++------
 inst/doc/soil.html                  |   29 +++++++------
 man/ColorBlockFromMunsell.Rd        |    2 
 man/MunsellNameFromHVC.Rd           |    2 
 man/MunsellSpecToColorlabFormat.Rd  |    5 ++
 man/MunsellToLab.Rd                 |    6 ++
 man/MunsellToLuv.Rd                 |    6 ++
 man/MunsellToRGB.Rd                 |    6 ++
 man/MunsellToXYZ.Rd                 |    6 ++
 man/MunsellTosRGB.Rd                |    6 ++
 man/MunsellToxyY.Rd                 |    3 -
 man/NickersonColorDifference.Rd     |    6 ++
 man/round.Rd                        |    6 ++
 vignettes/munsellinterpol-guide.Rmd |    2 
 29 files changed, 272 insertions(+), 101 deletions(-)

More information about munsellinterpol at CRAN
Permanent link

Package marcxmlr updated to version 0.2.1 with previous version 0.1.0 dated 2026-09-12

Title: Faithful and Scalable MARCXML Parsing
Description: Parses Machine-Readable Cataloging ('MARC 21') XML <https://www.loc.gov/standards/marcxml/> into a canonical tidy long representation while preserving leaders, control fields, data fields, indicators, repeated fields, repeated subfields, and source order. Provides an in-memory reader for manageable catalogues and a bounded-memory converter that writes larger collections as 'Parquet' datasets, with optional local parallel processing.
Author: Lorenzo Isella [aut, cre]
Maintainer: Lorenzo Isella <lorenzo.isella@gmail.com>

Diff between marcxmlr versions 0.1.0 dated 2026-09-12 and 0.2.1 dated 2026-09-19

 DESCRIPTION                                     |   12 
 MD5                                             |   38 
 NAMESPACE                                       |    1 
 NEWS.md                                         |   60 
 R/marcxml-to-parquet.R                          |  383 +++++-
 R/marcxmlr-package.R                            |    1 
 R/multi-file-parquet.R                          |only
 R/native-parser.R                               |only
 R/read-marcxml.R                                |   70 -
 R/record-parser.R                               |   47 
 README.md                                       | 1477 ++++++++++++++++++------
 configure                                       |only
 inst/NOTICE                                     |only
 inst/benchmarks/benchmark-native.R              |only
 man/marcxml_to_parquet.Rd                       |   68 -
 man/read_marcxml.Rd                             |   19 
 src                                             |only
 tests/testthat/helper-fixtures.R                |   25 
 tests/testthat/test-error-context.R             |only
 tests/testthat/test-native-direct.R             |only
 tests/testthat/test-native-parallel.R           |only
 tests/testthat/test-native-parser.R             |only
 tests/testthat/test-native-stream-reader.R      |only
 tests/testthat/test-parquet-multifile.R         |only
 tests/testthat/test-stream-namespace-fastpath.R |only
 tools                                           |only
 26 files changed, 1758 insertions(+), 443 deletions(-)

More information about marcxmlr at CRAN
Permanent link

Package kamila updated to version 0.2.0 with previous version 0.1.2 dated 2020-03-13

Title: Methods for Clustering Mixed-Type Data
Description: Implements methods for clustering mixed-type data, specifically combinations of continuous and nominal data. Special attention is paid to the often-overlooked problem of equitably balancing the contribution of the continuous and categorical variables. This package implements KAMILA clustering, a novel method for clustering mixed-type data in the spirit of k-means clustering. It does not require dummy coding of variables, and is efficient enough to scale to rather large data sets. Also implemented is Modha-Spangler clustering, which uses a brute-force strategy to maximize the cluster separation simultaneously in the continuous and categorical variables. For more information, see Foss, Markatou, Ray, & Heching (2016) <doi:10.1007/s10994-016-5575-7> and Foss & Markatou (2018) <doi:10.18637/jss.v083.i13>.
Author: Alexander Foss [aut, cre], Marianthi Markatou [aut]
Maintainer: Alexander Foss <alexanderhfoss@gmail.com>

Diff between kamila versions 0.1.2 dated 2020-03-13 and 0.2.0 dated 2026-09-19

 DESCRIPTION                               |   18 
 MD5                                       |   53 -
 NAMESPACE                                 |   34 
 NEWS.md                                   |only
 R/RcppExports.R                           |   20 
 R/calc_approx_bic_deprec.R                |   25 
 R/gen_mixed_data.R                        |  385 ++++----
 R/kamila.R                                | 1437 +++++++++++++++++-------------
 R/misc_functions.R                        |  182 ++-
 R/modha_spangler.R                        |  112 +-
 R/prediction_strength_deprec.R            |  197 +---
 README.md                                 |   82 +
 inst/shiny                                |only
 man/classifyKamila.Rd                     |   34 
 man/dummyCodeFactorDf.Rd                  |    2 
 man/genMixedData.Rd                       |   21 
 man/gmsClust.Rd                           |   32 
 man/kamila-package.Rd                     |   79 -
 man/kamila.Rd                             |   88 +
 man/wkmeans.Rd                            |   21 
 src/RcppExports.cpp                       |   84 +
 src/cppfunctions.cpp                      | 1050 +++++++++++++++++++++
 tests/testthat/_snaps                     |only
 tests/testthat/test_calc_approx_bic.R     |only
 tests/testthat/test_calc_ps_rcpp.R        |only
 tests/testthat/test_gen_mixed_data.R      |only
 tests/testthat/test_gmsClust.R            |   58 +
 tests/testthat/test_kamila.R              |  163 ++-
 tests/testthat/test_kamila_advanced.R     |only
 tests/testthat/test_kamila_parallel.R     |only
 tests/testthat/test_kamila_regression.R   |only
 tests/testthat/test_misc_functions.R      |only
 tests/testthat/test_prediction_strength.R |only
 33 files changed, 2879 insertions(+), 1298 deletions(-)

More information about kamila at CRAN
Permanent link

Package ifo updated to version 0.3.0 with previous version 0.2.5 dated 2026-08-21

Title: Client for the Ifo Institute Time Series
Description: Download ifo business survey data and more time series from ifo institute <https://www.ifo.de/en/ifo-time-series>.
Author: Maximilian Muecke [aut, cre]
Maintainer: Maximilian Muecke <muecke.maximilian@gmail.com>

Diff between ifo versions 0.2.5 dated 2026-08-21 and 0.3.0 dated 2026-09-19

 DESCRIPTION                                  |   12 
 MD5                                          |   21 
 NAMESPACE                                    |    1 
 NEWS.md                                      |   13 
 R/ifo.R                                      |  112 +
 README.md                                    |   14 
 man/figures/README-plotting-1.png            |binary
 man/ifo_business.Rd                          |    2 
 man/ifo_climate.Rd                           |    3 
 man/ifo_vintage.Rd                           |only
 tests/testthat/fixtures/ifo-time-series.html | 1568 +++++++++++++++++++--------
 tests/testthat/test-ifo.R                    |  119 ++
 12 files changed, 1418 insertions(+), 447 deletions(-)

More information about ifo at CRAN
Permanent link

Package datacommons updated to version 0.1.1 with previous version 0.1.0 dated 2025-08-28

Title: Client for the 'Google Data Commons API V2'
Description: Access the 'Google Data Commons API V2' <https://docs.datacommons.org/api/rest/v2/>. Data Commons provides programmatic access to statistical and demographic data from dozens of sources organized in a knowledge graph.
Author: Christoph Scheuch [aut, cre, cph] , Teal Emery [aut]
Maintainer: Christoph Scheuch <christoph@tidy-intelligence.com>

Diff between datacommons versions 0.1.0 dated 2025-08-28 and 0.1.1 dated 2026-09-19

 DESCRIPTION                         |   10 +-
 MD5                                 |   50 +++++++------
 NEWS.md                             |   12 +++
 R/sparql.R                          |   21 +++++
 R/utils.R                           |   42 +++++++++--
 README.md                           |   53 ++++++++------
 build/vignette.rds                  |binary
 inst/doc/analyzing-census-data.html |  121 ++++++++++++++++----------------
 inst/doc/using-un-data-commons.R    |only
 inst/doc/using-un-data-commons.Rmd  |only
 inst/doc/using-un-data-commons.html |only
 man/dc_get_classes.Rd               |    2 
 man/dc_get_dcid_by_coordinates.Rd   |    2 
 man/dc_get_dcids_by_name.Rd         |    2 
 man/dc_get_dcids_by_wikidata_id.Rd  |    2 
 man/dc_get_node.Rd                  |    2 
 man/dc_get_observations.Rd          |    2 
 man/dc_get_property_values.Rd       |    2 
 man/dc_get_resolve.Rd               |    2 
 man/dc_get_statistical_variables.Rd |    2 
 man/dc_post_sparql.Rd               |   14 +++
 man/dc_set_api_key.Rd               |    3 
 man/dc_set_base_url.Rd              |    3 
 man/figures                         |only
 tests/testthat/test-sparql.R        |   17 ++++
 tests/testthat/test-utils.R         |  136 ++++++++++++++++++++++++++++++++++++
 vignettes/using-un-data-commons.Rmd |only
 27 files changed, 371 insertions(+), 129 deletions(-)

More information about datacommons at CRAN
Permanent link

Package hmclearn (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:

2020-10-05 0.0.5
2020-07-27 0.0.4
2020-06-25 0.0.3

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

2020-05-08 1.1.0
2018-02-20 1.0.0

Permanent link
Package tidyfit (with last version 0.7.4) was removed from CRAN

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

2025-04-29 0.7.4
2025-01-17 0.7.3

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

2020-02-07 0.1.1
2019-02-01 0.1.0

Permanent link

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