Sun, 06 Sep 2026

Package RcppFarmHash updated to version 0.0.4 with previous version 0.0.3 dated 2023-09-09

Title: Interface to the Google 'FarmHash' Family of Hash Functions
Description: The Google 'FarmHash' family of hash functions is used by the Google 'BigQuery' data warehouse via the 'FARM_FINGERPRINT' function. This package permits to calculate these hash digest fingerprints directly from R, and uses the included 'FarmHash' files written by G. Pike and copyrighted by Google, Inc.
Author: Dirk Eddelbuettel [aut, cre] , Geoff Pike [aut] , Google, Inc. [cph]
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppFarmHash versions 0.0.3 dated 2023-09-09 and 0.0.4 dated 2026-09-06

 ChangeLog         |   30 ++++++++++++++++++++++++++++++
 DESCRIPTION       |   19 +++++++++++++------
 MD5               |   10 +++++-----
 README.md         |    7 ++++---
 build/partial.rdb |binary
 inst/NEWS.Rd      |    6 ++++++
 6 files changed, 58 insertions(+), 14 deletions(-)

More information about RcppFarmHash at CRAN
Permanent link

Package Hmisc updated to version 5.3-0 with previous version 5.2-6 dated 2026-06-19

Title: Harrell Miscellaneous
Description: Contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, simulation, importing and annotating datasets, imputing missing values, advanced table making, variable clustering, character string manipulation, conversion of R objects to Typst, LaTeX, and html code, recoding variables, caching, simplified parallel computing, encrypting and decrypting data using a safe workflow, general moving window statistical estimation, and assistance in interpreting principal component analysis.
Author: Frank E Harrell Jr [aut, cre] , Cole Beck [ctb], Charles Dupont [ctb]
Maintainer: Frank E Harrell Jr <fh@fharrell.com>

Diff between Hmisc versions 5.2-6 dated 2026-06-19 and 5.3-0 dated 2026-09-06

 DESCRIPTION             |   12 -
 MD5                     |   41 ++-
 NAMESPACE               |    9 
 NEWS                    |   15 +
 R/Misc.s                |  437 ++++++++------------------------------
 R/describe.s            |  552 ++++++++++++++++++++++++++++++++++++++----------
 R/html.s                |  278 +++++++++++++++++++++---
 R/knitrSet.r            |only
 R/latex.s               |  256 +++++++++++-----------
 R/mChoice.s             |  142 +++++++++++-
 R/pMedian.r             |   12 -
 R/plotly.r              |only
 R/rcspline.restate.s    |   89 +++++--
 R/typst.r               |only
 R/typstDotchart.r       |only
 man/Misc.Rd             |   41 +--
 man/describe.Rd         |   44 ++-
 man/knitrSet.Rd         |  231 ++++++++++++--------
 man/pMedian.Rd          |    2 
 man/plotlyParm.Rd       |only
 man/plotlySave.Rd       |only
 man/plotp.Rd            |only
 man/rcspline.restate.Rd |    6 
 man/typstAsis.Rd        |only
 man/typstDotchart.Rd    |only
 man/typstFunctions.Rd   |only
 man/typstTranslate.Rd   |only
 27 files changed, 1362 insertions(+), 805 deletions(-)

More information about Hmisc at CRAN
Permanent link

Package ggfortify updated to version 0.4.23 with previous version 0.4.22 dated 2026-08-24

Title: Data Visualization Tools for Statistical Analysis Results
Description: Unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis. The package offers a single plotting interface for these analysis results and plots in a unified style using 'ggplot2'.
Author: Masaaki Horikoshi [aut], Yuan Tang [aut, cre] , Austin Dickey [ctb], Matthias Grenie [ctb], Ryan Thompson [ctb], Luciano Selzer [ctb], Dario Strbenac [ctb], Kirill Voronin [ctb], Damir Pulatov [ctb], Emik Lin [ctb]
Maintainer: Yuan Tang <terrytangyuan@gmail.com>

Diff between ggfortify versions 0.4.22 dated 2026-08-24 and 0.4.23 dated 2026-09-06

 DESCRIPTION                         |   14 +++---
 MD5                                 |   20 ++++----
 NEWS.md                             |    7 +++
 R/fortify_stats_density.R           |   22 +++++++--
 R/fortify_surv.R                    |   36 ++++++++++++++-
 R/tslib.R                           |   14 ++++--
 man/autoplot.survfit.Rd             |    8 +++
 man/ggfreqplot.Rd                   |    5 +-
 tests/testthat/test-stats-density.R |   31 +++++++++++++
 tests/testthat/test-surv.R          |   84 ++++++++++++++++++++++++++++++++++++
 tests/testthat/test-tslib.R         |   22 +++++++++
 11 files changed, 233 insertions(+), 30 deletions(-)

More information about ggfortify at CRAN
Permanent link

Package dapper updated to version 1.1.1 with previous version 1.1.0 dated 2026-02-02

Title: Data Augmentation for Private Posterior Estimation
Description: A data augmentation based sampler for conducting privacy-aware Bayesian inference. The dapper_sample() function takes an existing sampler as input and automatically constructs a privacy-aware sampler. The process of constructing a sampler is simplified through the specification of four independent modules, allowing for easy comparison between different privacy mechanisms by only swapping out the relevant modules. Probability mass functions for the discrete Gaussian and discrete Laplacian are provided to facilitate analyses dealing with privatized count data. The output of dapper_sample() can be analyzed using many of the same tools from the 'rstan' ecosystem. For methodological details on the sampler see Ju et al. (2022) <doi:10.48550/arXiv.2206.00710>, and for details on the discrete Gaussian and discrete Laplacian distributions see Canonne et al. (2020) <doi:10.48550/arXiv.2004.00010>.
Author: Kevin Eng [aut, cre, cph]
Maintainer: Kevin Eng <kevine1221@gmail.com>

Diff between dapper versions 1.1.0 dated 2026-02-02 and 1.1.1 dated 2026-09-06

 DESCRIPTION                             |    9 ++++----
 MD5                                     |   34 ++++++++++++++++++--------------
 NEWS.md                                 |   12 +++++++++++
 R/dapper_sample.R                       |   15 +++++++-------
 R/discrete_gaussian.R                   |   10 ++++-----
 R/discrete_laplace.R                    |    7 +++---
 R/privacy_class.R                       |   26 ++++++++++++++++++------
 README.md                               |   14 +++++++++++--
 build/partial.rdb                       |binary
 build/vignette.rds                      |only
 inst                                    |only
 man/dapper_sample.Rd                    |   15 +++++++-------
 man/ddlaplace.Rd                        |    5 ++--
 man/ddnorm.Rd                           |    6 ++---
 man/new_privacy.Rd                      |   25 +++++++++++++++++------
 tests/testthat/test-discrete_gaussian.R |   15 ++++++++++++++
 tests/testthat/test-discrete_laplace.R  |   17 ++++++++++++++++
 vignettes                               |only
 18 files changed, 151 insertions(+), 59 deletions(-)

More information about dapper at CRAN
Permanent link

Package Rmpfr updated to version 1.1-3 with previous version 1.1-2 dated 2025-10-27

Title: Interface R to MPFR - Multiple Precision Floating-Point Reliable
Description: Arithmetic (via S4 classes and methods) for arbitrary precision floating point numbers, including transcendental ("special") functions. To this end, the package interfaces to the 'LGPL' licensed 'MPFR' (Multiple Precision Floating-Point Reliable) Library which itself is based on the 'GMP' (GNU Multiple Precision) Library.
Author: Martin Maechler [aut, cre] , Richard M. Heiberger [ctb] , *Bin, *Dec), John C. Nash [ctb] , origin of unirootR), Hans W. Borchers [ctb] ; origin of hjkMpfr), Mikael Jagan [ctb]
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>

Diff between Rmpfr versions 1.1-2 dated 2025-10-27 and 1.1-3 dated 2026-09-06

 DESCRIPTION                            |   12 ++++-----
 MD5                                    |   40 ++++++++++++++++-----------------
 build/partial.rdb                      |binary
 build/vignette.rds                     |binary
 inst/NEWS.Rd                           |   10 +++++++-
 inst/doc/Maechler_useR_2011-abstr.R    |    2 -
 inst/doc/Maechler_useR_2011-abstr.Rnw  |    6 ++--
 inst/doc/Maechler_useR_2011-abstr.pdf  |binary
 inst/doc/Rmpfr-pkg.R                   |    4 ---
 inst/doc/Rmpfr-pkg.Rnw                 |   20 ++++++++--------
 inst/doc/Rmpfr-pkg.pdf                 |binary
 inst/doc/log1mexp-note.R               |    2 -
 inst/doc/log1mexp-note.Rnw             |    8 +++---
 inst/doc/log1mexp-note.pdf             |binary
 man/mpfr-utils.Rd                      |    4 +--
 man/utils.Rd                           |   11 ++++-----
 vignettes/Maechler_useR_2011-abstr.Rnw |    6 ++--
 vignettes/Rmpfr-pkg.Rnw                |   20 ++++++++--------
 vignettes/Rmpfr.bib                    |   19 +++++++--------
 vignettes/log1mexp-note.Rnw            |    8 +++---
 vignettes/log1mexp.bib                 |    8 +++---
 21 files changed, 90 insertions(+), 90 deletions(-)

More information about Rmpfr at CRAN
Permanent link

Package fbroc updated to version 0.5.0 with previous version 0.4.1 dated 2019-03-24

Title: Fast Algorithms to Bootstrap Receiver Operating Characteristics Curves
Description: Implements a very fast C++ algorithm to quickly bootstrap receiver operating characteristics (ROC) curves and derived performance metrics, including the area under the curve (AUC) and the partial area under the curve as well as the true and false positive rate. The analysis of paired receiver operating curves is supported as well, so that a comparison of two predictors is possible. You can also plot the results and calculate confidence intervals. On a typical desktop computer the time needed for the calculation of 100000 bootstrap replicates given 500 observations requires time on the order of magnitude of one second.
Author: Erik Peter [aut, cre]
Maintainer: Erik Peter <jerikpeter@googlemail.com>

Diff between fbroc versions 0.4.1 dated 2019-03-24 and 0.5.0 dated 2026-09-06

 DESCRIPTION                   |   16 ++++++------
 MD5                           |   53 +++++++++++++++++++++---------------------
 NAMESPACE                     |    1 
 NEWS.md                       |   10 ++++++-
 R/fbroc.R                     |    4 ++-
 R/fbroc.helper.functions.R    |   17 +++++++------
 R/fbroc.methods.R             |   10 +++----
 R/fbroc.paired.R              |   14 +++++------
 R/fbroc.paired.methods.R      |   10 +++----
 R/fbroc.perf.R                |    2 -
 R/fbroc.roc.R                 |   13 +++-------
 R/perf.paired.roc.R           |    2 -
 man/boot.paired.roc.Rd        |   11 +++++++-
 man/boot.roc.Rd               |   10 ++++++-
 man/conf.fbroc.paired.roc.Rd  |    3 --
 man/conf.fbroc.roc.Rd         |    3 --
 man/fbroc-package.Rd          |only
 man/fbroc.Rd                  |    2 -
 man/perf.fbroc.paired.roc.Rd  |   13 +++++++---
 man/perf.fbroc.roc.Rd         |   13 +++++++---
 man/plot.fbroc.conf.Rd        |    5 +--
 man/plot.fbroc.conf.paired.Rd |    3 --
 man/plot.fbroc.paired.roc.Rd  |   20 +++++++++++----
 man/plot.fbroc.perf.Rd        |   13 +++++++---
 man/plot.fbroc.perf.paired.Rd |   13 +++++++---
 man/plot.fbroc.roc.Rd         |   17 ++++++++++---
 man/roc.examples.Rd           |    6 +++-
 src/RcppExports.cpp           |    5 +++
 28 files changed, 178 insertions(+), 111 deletions(-)

More information about fbroc at CRAN
Permanent link

Package pxweb updated to version 0.19.2 with previous version 0.17.0 dated 2024-01-29

Title: R Interface to PXWEB APIs
Description: Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis API is used by organizations such as Statistics Sweden and Statistics Finland to disseminate data. The R package can interact with all PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract metadata and extract and parse statistics to R data.frame format. PX-Web is a solution to disseminate PC-Axis data files in dynamic tables on the web. Since 2013 PX-Web contains an API to disseminate PC-Axis files.
Author: Mans Magnusson [aut, cre] , Markus Kainu [aut], Janne Huovari [aut], Leo Lahti [aut] , Love Hansson [ctb], Eydun Nielsen [ctb], Bo Werth [ctb], Thomas Runarsson [ctb], Torbjoern Lindquist [ctb], Palmar Thorsteinsson [ctb], Pyry Kantanen [ctb], Sebasti [...truncated...]
Maintainer: Mans Magnusson <mons.magnusson@gmail.com>

Diff between pxweb versions 0.17.0 dated 2024-01-29 and 0.19.2 dated 2026-09-06

 DESCRIPTION                                                                              |   17 
 MD5                                                                                      |  233 ++++-
 NAMESPACE                                                                                |   19 
 NEWS.md                                                                                  |   25 
 R/onAttach.R                                                                             |    2 
 R/pxweb-package.R                                                                        |    3 
 R/pxweb.R                                                                                |    7 
 R/pxweb_add_api_subpath.R                                                                |   32 
 R/pxweb_add_call.R                                                                       |    4 
 R/pxweb_add_config.R                                                                     |   40 
 R/pxweb_api_catalogue.R                                                                  |   13 
 R/pxweb_as_data_frame.R                                                                  |   91 ++
 R/pxweb_as_json.R                                                                        |    7 
 R/pxweb_build_pxweb_urls.R                                                               |   40 
 R/pxweb_c.R                                                                              |   80 +
 R/pxweb_cite.R                                                                           |   27 
 R/pxweb_codelists.R                                                                      |only
 R/pxweb_data.R                                                                           |   39 
 R/pxweb_data_comments.R                                                                  |  238 +++++
 R/pxweb_data_jsonstat.R                                                                  |   80 +
 R/pxweb_get.R                                                                            |  136 +++
 R/pxweb_interactive.R                                                                    |   14 
 R/pxweb_metadata.R                                                                       |  121 ++
 R/pxweb_parse_response.R                                                                 |   71 +
 R/pxweb_query.R                                                                          |  229 +++++
 R/pxweb_query_v2_helpers.R                                                               |only
 R/pxweb_search.R                                                                         |only
 R/pxweb_split_query.R                                                                    |    1 
 R/pxweb_table_response_v2.R                                                              |only
 R/pxweb_test_api_endpoint.R                                                              |  157 +++
 R/pxweb_version.R                                                                        |only
 build/vignette.rds                                                                       |binary
 inst/CITATION                                                                            |   30 
 inst/doc/pxweb.R                                                                         |  306 ++++---
 inst/doc/pxweb.Rmd                                                                       |  172 +++-
 inst/doc/pxweb.html                                                                      |  267 ++++--
 inst/extdata/api.json                                                                    |  422 ++++++----
 inst/extdata/examples/json_big_query_example.json                                        |  103 --
 inst/extdata/examples/statfin_vaenn_139e_query.json                                      |only
 inst/extdata/test_files/json_queries/json_full_test_query.json                           |    8 
 man/assert_pxweb_data_jsonstat2.Rd                                                       |only
 man/assert_pxweb_metadata_response_v2.Rd                                                 |only
 man/assert_pxweb_query_v2.Rd                                                             |only
 man/assert_pxweb_table_response_v2.Rd                                                    |only
 man/build_pxweb_v2_api_subpath.Rd                                                        |only
 man/http_was_redirected.Rd                                                               |    2 
 man/is_pxweb_config_response.Rd                                                          |    4 
 man/is_pxweb_query_selection.Rd                                                          |only
 man/pxweb-package.Rd                                                                     |   33 
 man/pxweb_advanced_get.Rd                                                                |    4 
 man/pxweb_as_data_frame.Rd                                                               |   39 
 man/pxweb_as_json.Rd                                                                     |    3 
 man/pxweb_audit_api_catalogue_config.Rd                                                  |only
 man/pxweb_cite.Rd                                                                        |    2 
 man/pxweb_codelists.Rd                                                                   |only
 man/pxweb_data_colnames.Rd                                                               |    6 
 man/pxweb_data_comments.Rd                                                               |    3 
 man/pxweb_data_dim.Rd                                                                    |    6 
 man/pxweb_data_jsonstat2.Rd                                                              |only
 man/pxweb_data_v2.Rd                                                                     |only
 man/pxweb_data_v2_c.Rd                                                                   |only
 man/pxweb_data_v2_column_comment.Rd                                                      |only
 man/pxweb_data_v2_dataset_note_comment.Rd                                                |only
 man/pxweb_data_v2_note_text.Rd                                                           |only
 man/pxweb_data_v2_obs_comment.Rd                                                         |only
 man/pxweb_data_v2_status_comments.Rd                                                     |only
 man/pxweb_data_v2_value_comment.Rd                                                       |only
 man/pxweb_detect_version.Rd                                                              |only
 man/pxweb_get.Rd                                                                         |   23 
 man/pxweb_get_data.Rd                                                                    |    6 
 man/pxweb_interactive.Rd                                                                 |   13 
 man/pxweb_metadata_v2.Rd                                                                 |only
 man/pxweb_metadata_v2_value_texts.Rd                                                     |only
 man/pxweb_metadata_v2_values.Rd                                                          |only
 man/pxweb_query_as_v2.Rd                                                                 |only
 man/pxweb_query_dim.Rd                                                                   |    4 
 man/pxweb_query_helpers.Rd                                                               |only
 man/pxweb_query_list_as_v2.Rd                                                            |only
 man/pxweb_query_selection.Rd                                                             |only
 man/pxweb_query_selection_extra_query.Rd                                                 |only
 man/pxweb_query_v2.Rd                                                                    |only
 man/pxweb_query_v2_extra_query.Rd                                                        |only
 man/pxweb_query_v2_has_codelist.Rd                                                       |only
 man/pxweb_query_v2_request.Rd                                                            |only
 man/pxweb_query_v2_selection_type.Rd                                                     |only
 man/pxweb_query_value_as_v2.Rd                                                           |only
 man/pxweb_response_v2_output_format.Rd                                                   |only
 man/pxweb_search.Rd                                                                      |only
 man/pxweb_search_api_version.Rd                                                          |only
 man/pxweb_search_chr.Rd                                                                  |only
 man/pxweb_search_empty_v1.Rd                                                             |only
 man/pxweb_search_link.Rd                                                                 |only
 man/pxweb_search_num.Rd                                                                  |only
 man/pxweb_search_parse_v1.Rd                                                             |only
 man/pxweb_search_parse_v2.Rd                                                             |only
 man/pxweb_search_path_parts.Rd                                                           |only
 man/pxweb_search_request.Rd                                                              |only
 man/pxweb_search_response.Rd                                                             |only
 man/pxweb_search_trim_slash.Rd                                                           |only
 man/pxweb_search_url.Rd                                                                  |only
 man/pxweb_search_v1_table_url.Rd                                                         |only
 man/pxweb_selection.Rd                                                                   |only
 man/pxweb_table_response_v2.Rd                                                           |only
 man/pxweb_v2_data_query_params.Rd                                                        |only
 man/pxweb_v2_data_request.Rd                                                             |only
 man/pxweb_v2_data_value_codes_query.Rd                                                   |only
 man/pxweb_v2_output_file_extension.Rd                                                    |only
 man/pxweb_v2_table_id.Rd                                                                 |only
 man/pxweb_v2_table_metadata_url.Rd                                                       |only
 tests/mock                                                                               |only
 tests/testthat/api.scb.se                                                                |only
 tests/testthat/log_pxweb_api_http_calls.txt                                              |  220 +----
 tests/testthat/raw.githubusercontent.com/rOpenGov/pxweb/master/inst/extdata/api.json.txt |  420 +++++----
 tests/testthat/setup.R                                                                   |   55 +
 tests/testthat/statistikdatabasen.scb.se                                                 |only
 tests/testthat/test-pxweb_add_call.R                                                     |only
 tests/testthat/test-pxweb_api_catalogue.R                                                |   54 +
 tests/testthat/test-pxweb_api_paths.R                                                    |   15 
 tests/testthat/test-pxweb_as_dataframe.R                                                 |    8 
 tests/testthat/test-pxweb_comments_codelists_unit.R                                      |only
 tests/testthat/test-pxweb_config_helpers.R                                               |only
 tests/testthat/test-pxweb_constructor.R                                                  |   12 
 tests/testthat/test-pxweb_data_comments.R                                                |   14 
 tests/testthat/test-pxweb_data_jsonstat2.R                                               |only
 tests/testthat/test-pxweb_get.R                                                          |  170 ++--
 tests/testthat/test-pxweb_interactive.R                                                  |   37 
 tests/testthat/test-pxweb_live_scb.R                                                     |only
 tests/testthat/test-pxweb_metadata_response_v2.R                                         |only
 tests/testthat/test-pxweb_query.R                                                        |   88 +-
 tests/testthat/test-pxweb_query_v2_helpers.R                                             |only
 tests/testthat/test-pxweb_search.R                                                       |only
 tests/testthat/test-pxweb_table_response_v2.R                                            |only
 tests/testthat/test-pxweb_test_api.R                                                     |   93 ++
 tests/testthat/test-pxweb_test_api_endpoint_unit.R                                       |only
 tests/testthat/test-pxweb_v2.R                                                           |only
 tests/testthat/test_data/pxweb_metadata_response_v2.rds                                  |only
 tests/testthat/test_data/pxweb_table_response_v2.rds                                     |only
 vignettes/pxweb.Rmd                                                                      |  172 +++-
 138 files changed, 3416 insertions(+), 1124 deletions(-)

More information about pxweb at CRAN
Permanent link

Package DPQ updated to version 0.6-2 with previous version 0.6-1 dated 2025-10-13

Title: Density, Probability, Quantile ('DPQ') Computations
Description: Computations for approximations and alternatives for the 'DPQ' (Density (pdf), Probability (cdf) and Quantile) functions for probability distributions in R. Primary focus is on (central and non-central) beta, gamma and related distributions such as the chi-squared, F, and t. -- For several distribution functions, provide functions implementing formulas from Johnson, Kotz, and Kemp (1992) <doi:10.1002/bimj.4710360207> and Johnson, Kotz, and Balakrishnan (1995) for discrete or continuous distributions respectively. This is for the use of researchers in these numerical approximation implementations, notably for my own use in order to improve standard R pbeta(), qgamma(), ..., etc: {'"dpq"'-functions}.
Author: Martin Maechler [aut, cre] , Morten Welinder [ctb] ), Wolfgang Viechtbauer [ctb] , 2002), Ross Ihaka [ctb] , Marius Hofert [ctb] , lssum), R-core [ctb] , R Foundation [cph]
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>

Diff between DPQ versions 0.6-1 dated 2025-10-13 and 0.6-2 dated 2026-09-06

 DESCRIPTION                   |   12 ++--
 MD5                           |   61 ++++++++++++------------
 NAMESPACE                     |    8 +--
 R/beta-fns.R                  |   49 +++++++++++++------
 R/qgamma-fn.R                 |    4 -
 build/partial.rdb             |binary
 build/vignette.rds            |binary
 inst/NEWS.Rd                  |   29 +++++++++++
 inst/doc/Noncentral-Chisq.R   |    2 
 inst/doc/Noncentral-Chisq.pdf |binary
 inst/doc/comp-beta.pdf        |binary
 inst/doc/log1pmx-etc.R        |    2 
 inst/doc/log1pmx-etc.pdf      |binary
 inst/doc/qnorm-asymp.R        |   62 ++++++++++++++----------
 inst/doc/qnorm-asymp.Rnw      |   30 ++++++++---
 inst/doc/qnorm-asymp.pdf      |binary
 man/b_chi.Rd                  |    5 +
 man/dnt.Rd                    |   26 +++++-----
 man/laBeta.Rd                 |only
 man/pnbeta.Rd                 |    3 -
 man/pnchisqAppr.Rd            |    6 +-
 man/pnchisqWienergerm.Rd      |   16 +++---
 man/pnt.Rd                    |    4 -
 man/qgammaAppr.Rd             |   20 ++++---
 src/DPQpkg.h                  |    8 +--
 src/pnchisq-it.c              |    2 
 src/ppois-direct.c            |   55 ++++++++++++---------
 tests/ppois-ex.R              |  106 ++++++++++++++++++++++++++++++------------
 tests/wienergerm_nchisq.R     |    9 +++
 vignettes/R-numerics.bib      |   12 ++++
 vignettes/qnorm-asymp.Rnw     |   30 ++++++++---
 vignettes/qnorm-litt.bib      |   14 ++---
 32 files changed, 369 insertions(+), 206 deletions(-)

More information about DPQ at CRAN
Permanent link

Package icdGLM updated to version 1.0.2 with previous version 1.0.0 dated 2016-07-21

Title: EM by the Method of Weights for Incomplete Categorical Data in Generlized Linear Models
Description: Provides an estimator for generalized linear models with incomplete data for discrete covariates. The estimation is based on the EM algorithm by the method of weights by Ibrahim (1990) <DOI:10.2307/2290013>.
Author: Lorenz Brachtendorf [aut], Stephan Dlugosz [aut, cre]
Maintainer: Stephan Dlugosz <stephan.dlugosz@googlemail.com>

Diff between icdGLM versions 1.0.0 dated 2016-07-21 and 1.0.2 dated 2026-09-06

 DESCRIPTION           |   23 +++++--
 MD5                   |   23 +++----
 R/expand_data.R       |   14 ++--
 R/icdglm.R            |    2 
 R/icdglm.fit.R        |   20 +++---
 R/summary.icdglm.R    |    2 
 README.md             |only
 man/Leukemia.data.Rd  |   47 +++++++-------
 man/TLI.data.Rd       |   49 +++++++--------
 man/expand_data.Rd    |   81 ++++++++++++-------------
 man/icdglm.Rd         |  155 ++++++++++++++++++++++++-------------------------
 man/icdglm.fit.Rd     |  157 ++++++++++++++++++++++++--------------------------
 man/summary.icdglm.Rd |  103 ++++++++++++++++----------------
 13 files changed, 342 insertions(+), 334 deletions(-)

More information about icdGLM at CRAN
Permanent link

Package SMM updated to version 1.0.3 with previous version 1.0.2 dated 2020-01-31

Title: Simulation and Estimation of Multi-State Discrete-Time Semi-Markov and Markov Models
Description: Performs parametric and non-parametric estimation and simulation for multi-state discrete-time semi-Markov processes. For the parametric estimation, several discrete distributions are considered for the sojourn times: Uniform, Geometric, Poisson, Discrete Weibull and Negative Binomial. The non-parametric estimation concerns the sojourn time distributions, where no assumptions are done on the shape of distributions. Moreover, the estimation can be done on the basis of one or several sample paths, with or without censoring at the beginning or/and at the end of the sample paths. The implemented methods are described in Barbu, V.S., Limnios, N. (2008) <doi:10.1007/978-0-387-73173-5>, Barbu, V.S., Limnios, N. (2008) <doi:10.1080/10485250701261913> and Trevezas, S., Limnios, N. (2011) <doi:10.1080/10485252.2011.555543>. Estimation and simulation of discrete-time k-th order Markov chains are also considered.
Author: Vlad Stefan Barbu [aut], Caroline Berard [aut], Dominique Cellier [aut], Mathilde Sautreuil [aut], Nicolas Vergne [aut, cre]
Maintainer: Nicolas Vergne <nicolas.vergne@univ-rouen.fr>

Diff between SMM versions 1.0.2 dated 2020-01-31 and 1.0.3 dated 2026-09-06

 SMM-1.0.2/SMM/inst/doc/SMM-manual.pdf |only
 SMM-1.0.3/SMM/DESCRIPTION             |   27 ++++++++++++++++++++-------
 SMM-1.0.3/SMM/MD5                     |   20 ++++++++++----------
 SMM-1.0.3/SMM/NEWS                    |    2 +-
 SMM-1.0.3/SMM/build/vignette.rds      |binary
 SMM-1.0.3/SMM/inst/doc/smm.Rnw        |   16 ++++++++--------
 SMM-1.0.3/SMM/inst/doc/smm.pdf        |binary
 SMM-1.0.3/SMM/man/estimMk.Rd          |    2 +-
 SMM-1.0.3/SMM/man/estimSM.Rd          |    2 +-
 SMM-1.0.3/SMM/vignettes/auto          |only
 SMM-1.0.3/SMM/vignettes/smm.Rnw       |   16 ++++++++--------
 SMM-1.0.3/SMM/vignettes/smm.bib       |    8 ++++----
 12 files changed, 53 insertions(+), 40 deletions(-)

More information about SMM at CRAN
Permanent link

Package RcppRoll updated to version 0.4.0 with previous version 0.3.2 dated 2026-03-28

Title: Efficient Rolling / Windowed Operations
Description: Provides fast and efficient routines for common rolling / windowed operations. Routines for the efficient computation of windowed mean, median, sum, product, minimum, maximum, standard deviation and variance are provided.
Author: Kevin Ushey [aut, cre]
Maintainer: Kevin Ushey <kevinushey@gmail.com>

Diff between RcppRoll versions 0.3.2 dated 2026-03-28 and 0.4.0 dated 2026-09-06

 RcppRoll-0.3.2/RcppRoll/R/RcppExports.R                  |only
 RcppRoll-0.3.2/RcppRoll/man/RcppRoll.Rd                  |only
 RcppRoll-0.3.2/RcppRoll/src/RcppExports.cpp              |only
 RcppRoll-0.4.0/RcppRoll/DESCRIPTION                      |   19 
 RcppRoll-0.4.0/RcppRoll/MD5                              |   37 
 RcppRoll-0.4.0/RcppRoll/NAMESPACE                        |    4 
 RcppRoll-0.4.0/RcppRoll/NEWS.md                          |  109 
 RcppRoll-0.4.0/RcppRoll/R/RcppRoll-package.R             |   24 
 RcppRoll-0.4.0/RcppRoll/R/RcppRoll.R                     |  285 -
 RcppRoll-0.4.0/RcppRoll/R/threads.R                      |only
 RcppRoll-0.4.0/RcppRoll/R/utils.R                        |only
 RcppRoll-0.4.0/RcppRoll/R/zzz.R                          |only
 RcppRoll-0.4.0/RcppRoll/README.md                        |   33 
 RcppRoll-0.4.0/RcppRoll/man/RcppRoll-exports.Rd          |  372 +-
 RcppRoll-0.4.0/RcppRoll/man/RcppRoll-package.Rd          |only
 RcppRoll-0.4.0/RcppRoll/man/roll_threads.Rd              |only
 RcppRoll-0.4.0/RcppRoll/src/Makevars                     |only
 RcppRoll-0.4.0/RcppRoll/src/Makevars.win                 |only
 RcppRoll-0.4.0/RcppRoll/src/RcppRoll.cpp                 | 2695 ++++++++++++---
 RcppRoll-0.4.0/RcppRoll/src/init.c                       |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-accuracy.R   |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-conditions.R |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-degenerate.R |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-matrix.R     |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-n-weights.R  |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-partial.R    |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-threads.R    |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-var-sd.R     |only
 RcppRoll-0.4.0/RcppRoll/tests/testthat/test-weights.R    |  243 +
 29 files changed, 3038 insertions(+), 783 deletions(-)

More information about RcppRoll at CRAN
Permanent link

Package RLeafAngle (with last version 1.0) was removed from CRAN

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

2017-06-20 1.0

Permanent link
Package HDBRR (with last version 1.1.4) was removed from CRAN

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

2022-10-05 1.1.4
2021-11-07 1.1.3
2021-10-21 1.1.2
2021-09-22 1.1.1
2021-08-13 1.1.0
2021-04-20 0.1.8

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

2026-05-06 1.2.0
2026-01-12 0.1.0

Permanent link
Package MBHdesign (with last version 2.3.15) was removed from CRAN

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

2023-09-25 2.3.15
2023-09-19 2.3.14
2022-01-24 2.2.2
2021-10-26 2.1.11
2021-09-17 2.1.9
2020-08-25 2.1.8
2019-12-12 2.1.6
2019-10-17 2.1.5
2017-10-30 1.0.79
2017-09-25 1.0.76
2017-07-12 1.0.70
2017-05-24 1.0.63
2016-11-22 1.0.61
2016-11-20 1.0.60

Permanent link
Package mixedMem (with last version 1.1.2) was removed from CRAN

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

2020-12-01 1.1.2

Permanent link
Package GPSeqClus (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-05-17 1.5.0
2023-09-18 1.4.0
2022-08-09 1.3.0
2021-11-18 1.2.0
2020-06-26 1.0.0

Permanent link
Package gamlss.mx (with last version 6.0-1) was removed from CRAN

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

2024-01-30 6.0-1
2020-11-18 6.0-0

Permanent link
Package inti updated to version 0.7.4 with previous version 0.7.3 dated 2026-08-20

Title: Tools and Statistical Procedures in Plant Science
Description: The 'inti' package is part of the 'inkaverse' project for developing different procedures and tools used in plant science and experimental designs. The mean aim of the package is to support researchers during the planning of experiments and data collection (tarpuy()), data analysis and graphics (yupana()) , and scientific writing. Learn more about the 'inkaverse' project at <https://inkaverse.com/>.
Author: Flavio Lozano-Isla [aut, cre] , Yoel Diaz-Saucedo [aut] , Victor-Hugo Baldera-Chaponan [aut] , Maria Belen Kistner [ctb] , QuipoLab [ctb], Inkaverse [cph]
Maintainer: Flavio Lozano-Isla <flozanoisla@gmail.com>

Diff between inti versions 0.7.3 dated 2026-08-20 and 0.7.4 dated 2026-09-06

 DESCRIPTION                                                |   10 
 MD5                                                        |   67 
 NEWS.md                                                    |   22 
 R/web_table.R                                              |   83 -
 R/yupana_analysis.R                                        |    8 
 build/vignette.rds                                         |binary
 inst/doc/DoE-1_DCA.R                                       |only
 inst/doc/DoE-1_DCA.html                                    |only
 inst/doc/DoE-1_DCA.qmd                                     |only
 inst/doc/DoE-1_RCBD.R                                      |only
 inst/doc/DoE-1_RCBD.html                                   |only
 inst/doc/DoE-1_RCBD.qmd                                    |only
 inst/doc/DoE-2_AUG.R                                       |only
 inst/doc/DoE-2_AUG.html                                    |only
 inst/doc/DoE-2_AUG.qmd                                     |only
 inst/doc/DoE-2_DCA.R                                       |only
 inst/doc/DoE-2_DCA.html                                    |only
 inst/doc/DoE-2_DCA.qmd                                     |only
 inst/doc/DoE-2_RCBD.R                                      |only
 inst/doc/DoE-2_RCBD.html                                   |only
 inst/doc/DoE-2_RCBD.qmd                                    |only
 inst/doc/DoE-2_SPLIT.R                                     |only
 inst/doc/DoE-2_SPLIT.html                                  |only
 inst/doc/DoE-2_SPLIT.qmd                                   |only
 inst/doc/DoE-3_DCA.R                                       |only
 inst/doc/DoE-3_DCA.html                                    |only
 inst/doc/DoE-3_DCA.qmd                                     |only
 inst/doc/DoE-3_RCBD.R                                      |only
 inst/doc/DoE-3_RCBD.html                                   |only
 inst/doc/DoE-3_RCBD.qmd                                    |only
 inst/doc/apps.html                                         |   19 
 inst/doc/apps.qmd                                          |   20 
 inst/extdata/_extensions/scihub/article.qmd                |   35 
 inst/extdata/_extensions/scihub/files/render2rticle.qmd    |only
 inst/extdata/_extensions/scihub/files/render2rticle_V1.qmd |only
 inst/tarpuy/_dependencies.R                                |only
 inst/tarpuy/rsconnect/shinyapps.io/inkaverse/tarpuy.dcf    |    2 
 inst/tarpuy/server.R                                       | 1059 ++++++-------
 inst/tarpuy/setup.R                                        |only
 inst/yupana/rsconnect/shinyapps.io/inkaverse/yupana.dcf    |    2 
 inst/yupana/server.R                                       |  227 +-
 inst/yupana/setup.R                                        |only
 inst/yupana/ui.R                                           |  250 ++-
 man/web_table.Rd                                           |    2 
 vignettes/DoE-1_DCA.qmd                                    |only
 vignettes/DoE-1_RCBD.qmd                                   |only
 vignettes/DoE-2_AUG.qmd                                    |only
 vignettes/DoE-2_DCA.qmd                                    |only
 vignettes/DoE-2_RCBD.qmd                                   |only
 vignettes/DoE-2_SPLIT.qmd                                  |only
 vignettes/DoE-3_DCA.qmd                                    |only
 vignettes/DoE-3_RCBD.qmd                                   |only
 vignettes/apps.qmd                                         |   20 
 53 files changed, 1177 insertions(+), 649 deletions(-)

More information about inti at CRAN
Permanent link


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