Sat, 01 Mar 2025

Package marp (with last version 0.1.0) was removed from CRAN

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

2022-08-11 0.1.0

Permanent link
Package ebvcube (with last version 0.3.3) was removed from CRAN

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

2024-12-17 0.3.3
2024-12-05 0.3.1
2024-07-10 0.2.3
2024-06-11 0.2.1
2024-02-21 0.1.7
2023-10-11 0.1.6

Permanent link
Package readabs updated to version 0.4.18 with previous version 0.4.16 dated 2024-05-27

Title: Download and Tidy Time Series Data from the Australian Bureau of Statistics
Description: Downloads, imports, and tidies time series data from the Australian Bureau of Statistics <https://www.abs.gov.au/>.
Author: Matt Cowgill [aut, cre] , Zoe Meers [aut], Jaron Lee [aut], David Diviny [aut], Hugh Parsonage [ctb], Kinto Behr [ctb], Angus Moore [ctb], Francis Markham [ctb]
Maintainer: Matt Cowgill <mattcowgill@gmail.com>

Diff between readabs versions 0.4.16 dated 2024-05-27 and 0.4.18 dated 2025-03-01

 DESCRIPTION                              |   17 +++++--
 MD5                                      |   43 ++++++++++---------
 NAMESPACE                                |    5 ++
 NEWS.md                                  |    9 ++++
 R/check_abs_connection.R                 |    3 -
 R/download_data_cube.r                   |   67 ++++++++++++++++++++++++-------
 R/read_abs.R                             |    8 ++-
 R/read_api.R                             |   46 ++++++++++-----------
 R/read_erp.R                             |only
 R/read_job_mobility.R                    |    3 -
 R/read_payrolls.R                        |   41 +++++++-----------
 R/sysdata.rda                            |binary
 README.md                                |   22 +++++-----
 build/vignette.rds                       |binary
 inst/doc/readabs_vignette.R              |   26 ++++++------
 inst/doc/readabs_vignette.html           |   10 ++--
 man/abs_api.Rd                           |    6 +-
 man/read_abs.Rd                          |    8 ++-
 man/read_erp.Rd                          |only
 man/read_payrolls.Rd                     |   22 +++++-----
 tests/testthat/test-abs_api.R            |    2 
 tests/testthat/test-download_data_cube.R |    7 +++
 tests/testthat/test-read_erp.R           |only
 tests/testthat/test-read_payrolls.R      |    3 -
 24 files changed, 210 insertions(+), 138 deletions(-)

More information about readabs at CRAN
Permanent link

Package Microsoft365R updated to version 2.4.1 with previous version 2.4.0 dated 2023-05-30

Title: Interface to the 'Microsoft 365' Suite of Cloud Services
Description: An interface to the 'Microsoft 365' (formerly known as 'Office 365') suite of cloud services, building on the framework supplied by the 'AzureGraph' package. Enables access from R to data stored in 'Teams', 'SharePoint Online' and 'OneDrive', including the ability to list drive folder contents, upload and download files, send messages, and retrieve data lists. Also provides a full-featured 'Outlook' email client, with the ability to send emails and manage emails and mail folders.
Author: Hong Ooi [aut, cre], Roman Zenka [ctb], Robert Ashton [ctb], Philip Zheng [ctb], Microsoft [cph]
Maintainer: Hong Ooi <hongooi73@gmail.com>

Diff between Microsoft365R versions 2.4.0 dated 2023-05-30 and 2.4.1 dated 2025-03-01

 DESCRIPTION            |    9 ++++---
 MD5                    |   61 ++++++++++++++++++++++++-------------------------
 NEWS.md                |   22 +++++++++++++++++
 R/Microsoft365R.R      |    3 +-
 R/add_methods.R        |    2 -
 R/client.R             |    4 +--
 R/ms_channel.R         |    4 +--
 R/ms_chat.R            |    4 +--
 R/ms_chat_message.R    |   11 ++------
 R/ms_drive.R           |   18 ++++++++++----
 R/ms_drive_item.R      |   38 ++++++++++++++++++++++++++----
 R/ms_list_item.R       |    2 -
 R/ms_outlook.R         |    2 -
 R/ms_plan.R            |    4 +--
 R/ms_site.R            |    4 +--
 R/ms_team.R            |   19 ++++++++++-----
 R/ms_team_member.R     |    2 -
 R/ms_teams_object.R    |only
 inst/doc/auth.Rmd      |   15 ++----------
 inst/doc/auth.html     |   54 ++++++++++++++++---------------------------
 man/add_methods.Rd     |    2 -
 man/ms_channel.Rd      |    2 -
 man/ms_chat.Rd         |    2 -
 man/ms_chat_message.Rd |    4 +--
 man/ms_drive.Rd        |    2 -
 man/ms_drive_item.Rd   |    8 +++---
 man/ms_list_item.Rd    |    2 -
 man/ms_outlook.Rd      |    2 -
 man/ms_plan.Rd         |    2 -
 man/ms_site.Rd         |    4 +--
 man/ms_team.Rd         |    6 ++--
 vignettes/auth.Rmd     |   15 ++----------
 32 files changed, 180 insertions(+), 149 deletions(-)

More information about Microsoft365R at CRAN
Permanent link

Package ijtiff updated to version 3.0.0 with previous version 2.3.5 dated 2025-01-29

Title: Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
Description: General purpose TIFF file I/O for R users. Currently the only such package with read and write support for TIFF files with floating point (real-numbered) pixels, and the only package that can correctly import TIFF files that were saved from 'ImageJ' and write TIFF files than can be correctly read by 'ImageJ' <https://imagej.net/ij/>. Also supports text image I/O.
Author: Rory Nolan [aut, cre] , Kent Johnson [aut], Simon Urbanek [ctb], Sergi Padilla-Parra [ths] , Jeroen Ooms [rev, ctb] , Jon Clayden [rev]
Maintainer: Rory Nolan <rorynoolan@gmail.com>

Diff between ijtiff versions 2.3.5 dated 2025-01-29 and 3.0.0 dated 2025-03-01

 ijtiff-2.3.5/ijtiff/tests/testthat/_snaps/graphics            |only
 ijtiff-3.0.0/ijtiff/DESCRIPTION                               |   11 
 ijtiff-3.0.0/ijtiff/MD5                                       |   94 -
 ijtiff-3.0.0/ijtiff/NAMESPACE                                 |    1 
 ijtiff-3.0.0/ijtiff/NEWS.md                                   |  100 -
 ijtiff-3.0.0/ijtiff/R/argument-checking.R                     |   98 +
 ijtiff-3.0.0/ijtiff/R/class_constructors.R                    |    2 
 ijtiff-3.0.0/ijtiff/R/print.R                                 |   20 
 ijtiff-3.0.0/ijtiff/R/read.R                                  |  162 +
 ijtiff-3.0.0/ijtiff/R/tags.R                                  |only
 ijtiff-3.0.0/ijtiff/R/utils.R                                 |  100 -
 ijtiff-3.0.0/ijtiff/R/write.R                                 |  139 +
 ijtiff-3.0.0/ijtiff/README.md                                 |    6 
 ijtiff-3.0.0/ijtiff/inst/WORDLIST                             |   25 
 ijtiff-3.0.0/ijtiff/inst/doc/reading-and-writing-images.R     |   21 
 ijtiff-3.0.0/ijtiff/inst/doc/reading-and-writing-images.Rmd   |   21 
 ijtiff-3.0.0/ijtiff/inst/doc/reading-and-writing-images.html  |   84 
 ijtiff-3.0.0/ijtiff/inst/doc/text-images.html                 |    4 
 ijtiff-3.0.0/ijtiff/inst/doc/the-imagej-problem.R             |    2 
 ijtiff-3.0.0/ijtiff/inst/doc/the-imagej-problem.Rmd           |    2 
 ijtiff-3.0.0/ijtiff/inst/doc/the-imagej-problem.html          |   32 
 ijtiff-3.0.0/ijtiff/inst/extdata/tiff-tag-conversions.json    |only
 ijtiff-3.0.0/ijtiff/man/get_supported_tags.Rd                 |only
 ijtiff-3.0.0/ijtiff/man/read_tags.Rd                          |   14 
 ijtiff-3.0.0/ijtiff/man/read_tif.Rd                           |    6 
 ijtiff-3.0.0/ijtiff/man/write_tif.Rd                          |   62 
 ijtiff-3.0.0/ijtiff/src/common.c                              |   53 
 ijtiff-3.0.0/ijtiff/src/common.h                              |    7 
 ijtiff-3.0.0/ijtiff/src/init.c                                |   13 
 ijtiff-3.0.0/ijtiff/src/read.c                                |  902 +++-------
 ijtiff-3.0.0/ijtiff/src/tags.c                                |only
 ijtiff-3.0.0/ijtiff/src/tags.h                                |only
 ijtiff-3.0.0/ijtiff/src/write.c                               |  279 +--
 ijtiff-3.0.0/ijtiff/tests/testthat/_snaps/io.md               |    4 
 ijtiff-3.0.0/ijtiff/tests/testthat/_snaps/print.md            |   22 
 ijtiff-3.0.0/ijtiff/tests/testthat/helper-tag-tests.R         |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-as_EBImage-examples.R |    2 
 ijtiff-3.0.0/ijtiff/tests/testthat/test-io.R                  |  122 -
 ijtiff-3.0.0/ijtiff/tests/testthat/test-read_tags-examples.R  |  104 -
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-artist.R          |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-copyright.R       |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-datetime.R        |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-documentname.R    |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-handling.R        |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-orientation.R     |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-resolutionunit.R  |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-xposition.R       |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-xresolution.R     |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-yposition.R       |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tag-yresolution.R     |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-tags.R                |only
 ijtiff-3.0.0/ijtiff/tests/testthat/test-utils.R               |   49 
 ijtiff-3.0.0/ijtiff/tests/testthat/test_class_constructors.R  |    4 
 ijtiff-3.0.0/ijtiff/vignettes/reading-and-writing-images.Rmd  |   21 
 ijtiff-3.0.0/ijtiff/vignettes/the-imagej-problem.Rmd          |    2 
 55 files changed, 1363 insertions(+), 1227 deletions(-)

More information about ijtiff at CRAN
Permanent link

Package anipaths updated to version 0.10.5 with previous version 0.10.4 dated 2025-01-13

Title: Animation of Multiple Trajectories with Uncertainty
Description: Animation of observed trajectories using spline-based interpolation (see for example, Buderman, F. E., Hooten, M. B., Ivan, J. S. and Shenk, T. M. (2016), <doi:10.1111/2041-210X.12465> "A functional model for characterizing long-distance movement behaviour". Methods Ecol Evol). Intended to be used exploratory data analysis, and perhaps for preparation of presentations.
Author: Henry Scharf [aut, cre], Kristine Dinh [aut], Rosales Hugo [aut], Rivera Angelica [aut]
Maintainer: Henry Scharf <hscharf@arizona.edu>

Diff between anipaths versions 0.10.4 dated 2025-01-13 and 0.10.5 dated 2025-03-01

 DESCRIPTION                  |    8 ++++----
 MD5                          |   16 ++++++++--------
 NEWS                         |    5 +++++
 R/animate_paths.R            |   15 +++++++++++----
 R/animation_expression.R     |   26 ++++++++++++++------------
 build/vignette.rds           |binary
 inst/doc/anipaths.html       |    4 ++--
 inst/doc/anipaths_crawl.html |    4 ++--
 man/animate_paths.Rd         |    2 +-
 9 files changed, 47 insertions(+), 33 deletions(-)

More information about anipaths at CRAN
Permanent link

Package pnd updated to version 0.0.7 with previous version 0.0.6 dated 2025-02-25

Title: Parallel Numerical Derivatives, Gradients, Jacobians, and Hessians of Arbitrary Accuracy Order
Description: Numerical derivatives through finite-difference approximations can be calculated using the 'pnd' package with parallel capabilities and optimal step-size selection to improve accuracy. These functions facilitate efficient computation of derivatives, gradients, Jacobians, and Hessians, allowing for more evaluations to reduce the mathematical and machine errors. Designed for compatibility with the 'numDeriv' package, which has not received updates in several years, it introduces advanced features such as computing derivatives of arbitrary order, improving the accuracy of Hessian approximations by avoiding repeated differencing, and parallelising slow functions on Windows, Mac, and Linux.
Author: Andrei Victorovitch Kostyrka [aut, cre]
Maintainer: Andrei Victorovitch Kostyrka <andrei.kostyrka@gmail.com>

Diff between pnd versions 0.0.6 dated 2025-02-25 and 0.0.7 dated 2025-03-01

 DESCRIPTION                               |   12 ++++++------
 MD5                                       |   16 ++++++++--------
 NEWS.md                                   |    7 +++++--
 R/zzz.R                                   |    8 +++++---
 build/partial.rdb                         |binary
 inst/CITATION                             |   16 ++++++++--------
 inst/doc/compatibility-with-numDeriv.html |    8 ++++----
 inst/doc/fast-and-accurate.html           |    2 +-
 inst/doc/step-size-selection.html         |    2 +-
 9 files changed, 38 insertions(+), 33 deletions(-)

More information about pnd at CRAN
Permanent link

Package OncoBayes2 updated to version 0.9-0 with previous version 0.8-9 dated 2023-07-20

Title: Bayesian Logistic Regression for Oncology Dose-Escalation Trials
Description: Bayesian logistic regression model with optional EXchangeability-NonEXchangeability parameter modelling for flexible borrowing from historical or concurrent data-sources. The safety model can guide dose-escalation decisions for adaptive oncology Phase I dose-escalation trials which involve an arbitrary number of drugs. Please refer to Neuenschwander et al. (2008) <doi:10.1002/sim.3230> and Neuenschwander et al. (2016) <doi:10.1080/19466315.2016.1174149> for details on the methodology.
Author: Novartis Pharma AG [cph], Sebastian Weber [aut, cre], Lukas A. Widmer [aut], Andrew Bean [aut], Trustees of Columbia University [cph]
Maintainer: Sebastian Weber <sebastian.weber@novartis.com>

Diff between OncoBayes2 versions 0.8-9 dated 2023-07-20 and 0.9-0 dated 2025-03-01

 OncoBayes2-0.8-9/OncoBayes2/inst/stan/include/common_functions.stan               |only
 OncoBayes2-0.9-0/OncoBayes2/DESCRIPTION                                           |   32 
 OncoBayes2-0.9-0/OncoBayes2/MD5                                                   |  208 
 OncoBayes2-0.9-0/OncoBayes2/NAMESPACE                                             |   23 
 OncoBayes2-0.9-0/OncoBayes2/NEWS.md                                               |   41 
 OncoBayes2-0.9-0/OncoBayes2/R/OncoBayes2-package.R                                |    8 
 OncoBayes2-0.9-0/OncoBayes2/R/bind_rows_0.R                                       |   14 
 OncoBayes2-0.9-0/OncoBayes2/R/blrm_exnex.R                                        | 1769 -
 OncoBayes2-0.9-0/OncoBayes2/R/blrm_formula_linear.R                               |   88 
 OncoBayes2-0.9-0/OncoBayes2/R/blrm_formula_saturating.R                           |   74 
 OncoBayes2-0.9-0/OncoBayes2/R/blrm_trial.R                                        |  541 
 OncoBayes2-0.9-0/OncoBayes2/R/critical_quantile.R                                 |  224 
 OncoBayes2-0.9-0/OncoBayes2/R/diagnostics.R                                       |    4 
 OncoBayes2-0.9-0/OncoBayes2/R/example_model.R                                     |   32 
 OncoBayes2-0.9-0/OncoBayes2/R/lodds.R                                             |   14 
 OncoBayes2-0.9-0/OncoBayes2/R/log_sum_exp.R                                       |    2 
 OncoBayes2-0.9-0/OncoBayes2/R/nsamples.R                                          |    8 
 OncoBayes2-0.9-0/OncoBayes2/R/plot_blrm.R                                         |  828 
 OncoBayes2-0.9-0/OncoBayes2/R/posterior.R                                         |only
 OncoBayes2-0.9-0/OncoBayes2/R/posterior_interval.R                                |   21 
 OncoBayes2-0.9-0/OncoBayes2/R/posterior_linpred.R                                 |   46 
 OncoBayes2-0.9-0/OncoBayes2/R/posterior_predict.R                                 |   40 
 OncoBayes2-0.9-0/OncoBayes2/R/pp_data.R                                           |  293 
 OncoBayes2-0.9-0/OncoBayes2/R/predictive_interval.R                               |   30 
 OncoBayes2-0.9-0/OncoBayes2/R/prior_summary.R                                     |  332 
 OncoBayes2-0.9-0/OncoBayes2/R/summary.R                                           |  331 
 OncoBayes2-0.9-0/OncoBayes2/R/sysdata.rda                                         |binary
 OncoBayes2-0.9-0/OncoBayes2/R/update.R                                            |  109 
 OncoBayes2-0.9-0/OncoBayes2/R/utils.R                                             |    8 
 OncoBayes2-0.9-0/OncoBayes2/R/zzz.R                                               |   10 
 OncoBayes2-0.9-0/OncoBayes2/build/partial.rdb                                     |binary
 OncoBayes2-0.9-0/OncoBayes2/build/vignette.rds                                    |binary
 OncoBayes2-0.9-0/OncoBayes2/data/codata_combo2.rda                                |binary
 OncoBayes2-0.9-0/OncoBayes2/data/dose_info_combo2.rda                             |binary
 OncoBayes2-0.9-0/OncoBayes2/data/drug_info_combo2.rda                             |binary
 OncoBayes2-0.9-0/OncoBayes2/data/hist_SA.rda                                      |binary
 OncoBayes2-0.9-0/OncoBayes2/data/hist_combo2.rda                                  |binary
 OncoBayes2-0.9-0/OncoBayes2/data/hist_combo3.rda                                  |binary
 OncoBayes2-0.9-0/OncoBayes2/inst/doc/OncoBayes2.pdf                               |binary
 OncoBayes2-0.9-0/OncoBayes2/inst/doc/introduction.R                               |  172 
 OncoBayes2-0.9-0/OncoBayes2/inst/doc/introduction.Rmd                             |  146 
 OncoBayes2-0.9-0/OncoBayes2/inst/doc/introduction.html                            |  965 
 OncoBayes2-0.9-0/OncoBayes2/inst/extra/run-oq.R                                   |    9 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/calibration.md5                              |    6 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/lkj.R                                        |   74 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/make_reference_rankhist.R                    |  299 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/sbc_example_models.R                         |  296 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/sbc_job_startup.R                            |only
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/sbc_report.R                                 |  179 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/sbc_report.html                              | 1228 -
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/sbc_report_plots.R                           |    3 
 OncoBayes2-0.9-0/OncoBayes2/inst/sbc/sbc_tools.R                                  |  847 
 OncoBayes2-0.9-0/OncoBayes2/inst/stan/blrm_exnex.stan                             |  790 
 OncoBayes2-0.9-0/OncoBayes2/inst/stan/include/copyright_novartis.stan             |    4 
 OncoBayes2-0.9-0/OncoBayes2/inst/stan/include/utils.stan                          |  542 
 OncoBayes2-0.9-0/OncoBayes2/man/OncoBayes2.Rd                                     |   53 
 OncoBayes2-0.9-0/OncoBayes2/man/bind_rows_0.Rd                                    |   24 
 OncoBayes2-0.9-0/OncoBayes2/man/blrm_exnex.Rd                                     |  289 
 OncoBayes2-0.9-0/OncoBayes2/man/blrm_formula_linear.Rd                            |   20 
 OncoBayes2-0.9-0/OncoBayes2/man/blrm_formula_saturating.Rd                        |   26 
 OncoBayes2-0.9-0/OncoBayes2/man/blrm_trial.Rd                                     |   70 
 OncoBayes2-0.9-0/OncoBayes2/man/codata_combo2.Rd                                  |   76 
 OncoBayes2-0.9-0/OncoBayes2/man/critical_quantile.Rd                              |   38 
 OncoBayes2-0.9-0/OncoBayes2/man/diagnostic-quantities.Rd                          |   10 
 OncoBayes2-0.9-0/OncoBayes2/man/draws-OncoBayes2.Rd                               |only
 OncoBayes2-0.9-0/OncoBayes2/man/drug_info_combo2.Rd                               |    8 
 OncoBayes2-0.9-0/OncoBayes2/man/example-combo2.Rd                                 |   64 
 OncoBayes2-0.9-0/OncoBayes2/man/example-combo2_trial.Rd                           |   86 
 OncoBayes2-0.9-0/OncoBayes2/man/example-combo3.Rd                                 |   66 
 OncoBayes2-0.9-0/OncoBayes2/man/example-single-agent.Rd                           |   40 
 OncoBayes2-0.9-0/OncoBayes2/man/example_model.Rd                                  |   12 
 OncoBayes2-0.9-0/OncoBayes2/man/figures                                           |only
 OncoBayes2-0.9-0/OncoBayes2/man/hist_SA.Rd                                        |   48 
 OncoBayes2-0.9-0/OncoBayes2/man/hist_combo2.Rd                                    |   18 
 OncoBayes2-0.9-0/OncoBayes2/man/hist_combo3.Rd                                    |   66 
 OncoBayes2-0.9-0/OncoBayes2/man/lodds.Rd                                          |    4 
 OncoBayes2-0.9-0/OncoBayes2/man/nsamples.blrmfit.Rd                               |    8 
 OncoBayes2-0.9-0/OncoBayes2/man/plot_blrm.Rd                                      |   63 
 OncoBayes2-0.9-0/OncoBayes2/man/posterior_interval.blrmfit.Rd                     |   10 
 OncoBayes2-0.9-0/OncoBayes2/man/posterior_linpred.blrmfit.Rd                      |   28 
 OncoBayes2-0.9-0/OncoBayes2/man/posterior_predict.blrmfit.Rd                      |   24 
 OncoBayes2-0.9-0/OncoBayes2/man/predictive_interval.blrmfit.Rd                    |   14 
 OncoBayes2-0.9-0/OncoBayes2/man/prior_summary.blrmfit.Rd                          |   18 
 OncoBayes2-0.9-0/OncoBayes2/man/summary.blrm_trial.Rd                             |   58 
 OncoBayes2-0.9-0/OncoBayes2/man/summary.blrmfit.Rd                                |   30 
 OncoBayes2-0.9-0/OncoBayes2/man/update.blrm_trial.Rd                              |   16 
 OncoBayes2-0.9-0/OncoBayes2/man/update.blrmfit.Rd                                 |   12 
 OncoBayes2-0.9-0/OncoBayes2/src/Makevars                                          |    2 
 OncoBayes2-0.9-0/OncoBayes2/src/stanExports_blrm_exnex.cc                         |   34 
 OncoBayes2-0.9-0/OncoBayes2/src/stanExports_blrm_exnex.h                          |11333 +++++-----
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/helper-load_gold.R                     |   53 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/helper-sampling.R                      |  219 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/helper-trial_examples.R                |   12 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/setup-gold.R                           |   36 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-blrm_exnex.R                      | 2494 +-
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-blrm_trial.R                      | 1230 -
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-critical_quantile.R               |  236 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-examples.R                        |   18 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-numeric_utils.R                   |   19 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-plot_toxicity_curve.R             |  215 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-plot_toxicity_intervals.R         |  102 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-plot_toxicity_intervals_stacked.R |  263 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-posterior.R                       |  180 
 OncoBayes2-0.9-0/OncoBayes2/tests/testthat/test-sbc.R                             |   88 
 OncoBayes2-0.9-0/OncoBayes2/vignettes/introduction.Rmd                            |  146 
 OncoBayes2-0.9-0/OncoBayes2/vignettes/settings-knitr.txt                          |only
 OncoBayes2-0.9-0/OncoBayes2/vignettes/settings-sampling.txt                       |only
 107 files changed, 16479 insertions(+), 12190 deletions(-)

More information about OncoBayes2 at CRAN
Permanent link

Package insight updated to version 1.1.0 with previous version 1.0.2 dated 2025-02-06

Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. 'insight' mainly revolves around two types of functions: Functions that find (the names of) information, starting with 'find_', and functions that get the underlying data, starting with 'get_'. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.
Author: Daniel Luedecke [aut, cre] , Dominique Makowski [aut, ctb] , Indrajeet Patil [aut, ctb] , Philip Waggoner [aut, ctb] , Mattan S. Ben-Shachar [aut, ctb] , Brenton M. Wiernik [aut, ctb] , Vincent Arel-Bundock [aut, ctb] , Etienne Bacher [aut, ctb] , Ale [...truncated...]
Maintainer: Daniel Luedecke <d.luedecke@uke.de>

Diff between insight versions 1.0.2 dated 2025-02-06 and 1.1.0 dated 2025-03-01

 DESCRIPTION                                    |    8 
 MD5                                            |   69 +++--
 NAMESPACE                                      |    4 
 NEWS.md                                        |   34 ++
 R/export_table.R                               |    8 
 R/find_formula.R                               |   18 +
 R/find_response.R                              |   20 +
 R/find_transformation.R                        |   19 +
 R/format_table.R                               |   78 ++++++
 R/format_table_glue.R                          |only
 R/get_datagrid.R                               |  110 ++++++---
 R/get_predicted.R                              |   89 +++++++
 R/get_predicted_gam.R                          |    2 
 R/get_predicted_mixed.R                        |    6 
 R/get_sigma.R                                  |    5 
 R/get_transformation.R                         |    6 
 R/standardize_column_order.R                   |  299 +++++++++++++++++--------
 R/validate_argument.R                          |    8 
 README.md                                      |    2 
 build/partial.rdb                              |binary
 build/vignette.rds                             |binary
 inst/WORDLIST                                  |    2 
 inst/doc/display.html                          |  220 +++++++++---------
 man/easystats_columns.Rd                       |only
 man/find_transformation.Rd                     |    6 
 man/format_table.Rd                            |   55 ++++
 man/get_datagrid.Rd                            |   28 +-
 man/get_sigma.Rd                               |    4 
 man/standardize_column_order.Rd                |    2 
 tests/testthat/test-bias_correction.R          |only
 tests/testthat/test-export_table.R             |    6 
 tests/testthat/test-find_transformation.R      |    5 
 tests/testthat/test-format_table.R             |   72 +++++-
 tests/testthat/test-get_datagrid.R             |   65 ++++-
 tests/testthat/test-get_transformation.R       |   12 +
 tests/testthat/test-mgcv.R                     |   41 +++
 tests/testthat/test-standardize_column_order.R |   19 +
 37 files changed, 999 insertions(+), 323 deletions(-)

More information about insight at CRAN
Permanent link

Package healthatlas updated to version 0.2.0 with previous version 0.1.1 dated 2024-12-17

Title: Explore and Import 'Metopio' Health Atlas Data and Spatial Layers
Description: Allows for painless use of the 'Metopio' health atlas APIs <https://metopio.com/how-it-works/atlas/> to explore and import data. 'Metopio' health atlases store open public health data. See what topics (or indicators) are available among specific populations, periods, and geographic layers. Download relevant data along with geographic boundaries or point datasets. Spatial datasets are returned as 'sf' objects.
Author: Ryan Zomorrodi [aut, cre, cph]
Maintainer: Ryan Zomorrodi <rzomor2@uic.edu>

Diff between healthatlas versions 0.1.1 dated 2024-12-17 and 0.2.0 dated 2025-03-01

 healthatlas-0.1.1/healthatlas/inst/doc/typical_usage.R        |only
 healthatlas-0.1.1/healthatlas/inst/doc/typical_usage.Rmd      |only
 healthatlas-0.1.1/healthatlas/inst/doc/typical_usage.html     |only
 healthatlas-0.1.1/healthatlas/vignettes/typical_usage.Rmd     |only
 healthatlas-0.2.0/healthatlas/DESCRIPTION                     |    7 
 healthatlas-0.2.0/healthatlas/MD5                             |   26 +--
 healthatlas-0.2.0/healthatlas/NEWS.md                         |    6 
 healthatlas-0.2.0/healthatlas/R/ha_api_req.R                  |   11 -
 healthatlas-0.2.0/healthatlas/R/ha_topics.R                   |   71 ++++++++-
 healthatlas-0.2.0/healthatlas/R/helpers.R                     |    5 
 healthatlas-0.2.0/healthatlas/README.md                       |   72 +++++-----
 healthatlas-0.2.0/healthatlas/build/vignette.rds              |binary
 healthatlas-0.2.0/healthatlas/inst/doc/healthatlas.R          |only
 healthatlas-0.2.0/healthatlas/inst/doc/healthatlas.Rmd        |only
 healthatlas-0.2.0/healthatlas/inst/doc/healthatlas.html       |only
 healthatlas-0.2.0/healthatlas/tests/testthat/helpers.R        |   59 +++++++-
 healthatlas-0.2.0/healthatlas/tests/testthat/test-ha_topics.R |    5 
 healthatlas-0.2.0/healthatlas/vignettes/healthatlas.Rmd       |only
 18 files changed, 186 insertions(+), 76 deletions(-)

More information about healthatlas at CRAN
Permanent link

Package FMM updated to version 0.4.0 with previous version 0.3.1 dated 2021-12-17

Title: Rhythmic Patterns Modeling by FMM Models
Description: Provides a collection of functions to fit and explore single, multi-component and restricted Frequency Modulated Moebius (FMM) models. 'FMM' is a nonlinear parametric regression model capable of fitting non-sinusoidal shapes in rhythmic patterns. Details about the mathematical formulation of 'FMM' models can be found in Rueda et al. (2019) <doi:10.1038/s41598-019-54569-1>.
Author: Itziar Fernandez [aut, cre], Yolanda Larriba [aut], Christian Canedo [aut], Alejandro Rodriguez-Collado [aut], Adrian Lamela [aut], Cristina Rueda [aut]
Maintainer: Itziar Fernandez <itziar.fernandez@uva.es>

Diff between FMM versions 0.3.1 dated 2021-12-17 and 0.4.0 dated 2025-03-01

 DESCRIPTION                 |   40 
 MD5                         |   42 
 NEWS.md                     |   83 +
 R/FMM_internal.R            |  465 ++++-----
 R/FMM_internal_restr.R      |  869 ++++++++++--------
 R/ecgData-data.R            |   60 -
 R/fitFMM.R                  |  124 +-
 R/fitFMM_back.R             |   36 
 R/fitFMM_restr.R            |  498 +++++-----
 R/fitFMM_unit.R             |  194 +---
 R/generateFMM.R             |  192 +--
 R/plotFMM.R                 |   87 -
 README.md                   |    4 
 build/vignette.rds          |binary
 inst/doc/FMMVignette.R      |   16 
 inst/doc/FMMVignette.Rmd    |   33 
 inst/doc/FMMVignette.html   | 2114 ++++++++++++++++++++++++++++++++++++++------
 man/ecgData.Rd              |    2 
 man/fitFMM.Rd               |  247 ++---
 man/plotFMM.Rd              |  167 +--
 vignettes/FMMVignette.Rmd   |   33 
 vignettes/ReferencesFMM.bib |   80 +
 22 files changed, 3581 insertions(+), 1805 deletions(-)

More information about FMM at CRAN
Permanent link

Package CohortSymmetry updated to version 0.2.3 with previous version 0.2.2 dated 2025-02-28

Title: Sequence Symmetry Analysis Using the Observational Medical Outcomes Partnership Common Data Model
Description: Calculating crude sequence ratio, adjusted sequence ratio and confidence intervals using data mapped to the Observational Medical Outcomes Partnership Common Data Model.
Author: Xihang Chen [aut, cre] , Tyman Stanford [aut] , Berta Raventos [aut] , Nicole Pratt [aut] , Ed Burn [aut] , Marti Catala [aut] , Danielle Newby [aut] , Nuria Mercade-Besora [aut] , Mike Du [aut] , Yuchen Guo [aut] , Kim Lopez [aut] , Marta Alcalde-He [...truncated...]
Maintainer: Xihang Chen <xihang.chen@ndorms.ox.ac.uk>

Diff between CohortSymmetry versions 0.2.2 dated 2025-02-28 and 0.2.3 dated 2025-03-01

 DESCRIPTION                                   |    6 +++---
 MD5                                           |   14 +++++++-------
 R/generateSequenceCohortSet.R                 |    3 ++-
 inst/doc/a01_Introduction.html                |   14 +++++++-------
 inst/doc/a02_Generate_a_sequence_cohort.html  |    4 ++--
 inst/doc/a03_Summarise_sequence_ratios.html   |    2 +-
 inst/doc/a04_Visualise_sequence_ratios.html   |    6 +++---
 inst/doc/a05_Summarise_temporal_symmetry.html |   10 +++++-----
 8 files changed, 30 insertions(+), 29 deletions(-)

More information about CohortSymmetry at CRAN
Permanent link

Package sfislands updated to version 1.1.0 with previous version 1.0.0 dated 2024-03-21

Title: Streamlines the Process of Fitting Areal Spatial Models
Description: Helpers for addressing the issue of disconnected spatial units. It allows for convenient adding and removal of neighbourhood connectivity between areal units prior to modelling, with the visual aid of maps. Post-modelling, it reduces the human workload for extracting, tidying and mapping predictions from areal models.
Author: Kevin Horan [aut, cre, cph] , Katarina Domijan [aut, ths] , Chris Brunsdon [aut, ths]
Maintainer: Kevin Horan <kevin.horan.2021@mumail.ie>

Diff between sfislands versions 1.0.0 dated 2024-03-21 and 1.1.0 dated 2025-03-01

 DESCRIPTION                            |   12 +-
 MD5                                    |   30 +++---
 NAMESPACE                              |    2 
 NEWS.md                                |   24 ++++
 R/st_bridges.R                         |   40 ++++++--
 R/st_check_islands.R                   |    9 +
 R/st_force_cut_nb.R                    |only
 R/st_force_join_nb.R                   |only
 R/st_manual_cut_nb.R                   |    2 
 R/st_manual_join_nb.R                  |    2 
 R/st_quickmap_nb.R                     |  161 +++++++++++----------------------
 R/st_quickmap_preds.R                  |    3 
 README.md                              |   42 ++++----
 man/st_bridges.Rd                      |   12 +-
 man/st_force_cut_nb.Rd                 |only
 man/st_force_join_nb.Rd                |only
 tests/testthat/test-st_bridges.R       |   20 +---
 tests/testthat/test-st_check_islands.R |    2 
 18 files changed, 190 insertions(+), 171 deletions(-)

More information about sfislands at CRAN
Permanent link

Package rix updated to version 0.15.5 with previous version 0.15.2 dated 2025-02-15

Title: Reproducible Data Science Environments with 'Nix'
Description: Simplifies the creation of reproducible data science environments using the 'Nix' package manager, as described in Dolstra (2006) <ISBN 90-393-4130-3>. The included `rix()` function generates a complete description of the environment as a `default.nix` file, which can then be built using 'Nix'. This results in project specific software environments with pinned versions of R, packages, linked system dependencies, and other tools. Additional helpers make it easy to run R code in 'Nix' software environments for testing and production.
Author: Bruno Rodrigues [aut, cre] , Philipp Baumann [aut] , David Watkins [rev] for rOpenSci, see <https://github.com/ropensci/software-review/issues/625>), Jacob Wujiciak-Jens [rev] for rOpenSci, see <https://github.com/ropensci/software-review/issues/62 [...truncated...]
Maintainer: Bruno Rodrigues <bruno@brodrigues.co>

Diff between rix versions 0.15.2 dated 2025-02-15 and 0.15.5 dated 2025-03-01

 rix-0.15.2/rix/tests/testthat/_snaps/rix/dups-entries_default.nix                        |only
 rix-0.15.2/rix/tests/testthat/_snaps/rix/skip-dups-entries_default.nix                   |only
 rix-0.15.5/rix/DESCRIPTION                                                               |    8 
 rix-0.15.5/rix/MD5                                                                       |  126 +--
 rix-0.15.5/rix/NAMESPACE                                                                 |    1 
 rix-0.15.5/rix/NEWS.md                                                                   |   19 
 rix-0.15.5/rix/R/available_r.R                                                           |    9 
 rix-0.15.5/rix/R/fetchers.R                                                              |  353 +++++-----
 rix-0.15.5/rix/R/ga_cachix.R                                                             |   15 
 rix-0.15.5/rix/R/get_latest.R                                                            |   49 -
 rix-0.15.5/rix/R/make_launcher.R                                                         |    9 
 rix-0.15.5/rix/R/make_nixpkgs_url.R                                                      |   10 
 rix-0.15.5/rix/R/nix_build.R                                                             |   34 
 rix-0.15.5/rix/R/nix_build_helpers.R                                                     |   33 
 rix-0.15.5/rix/R/nix_hash.R                                                              |  165 ----
 rix-0.15.5/rix/R/renv_helpers.R                                                          |   57 +
 rix-0.15.5/rix/R/rix.R                                                                   |  243 +++---
 rix-0.15.5/rix/R/rix_helpers.R                                                           |   70 +
 rix-0.15.5/rix/R/rix_init.R                                                              |  130 ++-
 rix-0.15.5/rix/R/setup_cachix.R                                                          |    6 
 rix-0.15.5/rix/R/tar_nix_ga.R                                                            |    3 
 rix-0.15.5/rix/R/with_nix.R                                                              |   55 +
 rix-0.15.5/rix/R/with_nix_helpers.R                                                      |  107 ++-
 rix-0.15.5/rix/R/zzz.R                                                                   |   25 
 rix-0.15.5/rix/build/vignette.rds                                                        |binary
 rix-0.15.5/rix/inst/doc/b2-setting-up-and-using-rix-on-macos.Rmd                         |   26 
 rix-0.15.5/rix/inst/doc/b2-setting-up-and-using-rix-on-macos.html                        |   34 
 rix-0.15.5/rix/inst/doc/e-configuring-ide.R                                              |    2 
 rix-0.15.5/rix/inst/doc/e-configuring-ide.Rmd                                            |   38 -
 rix-0.15.5/rix/inst/doc/e-configuring-ide.html                                           |   45 -
 rix-0.15.5/rix/inst/doc/z-advanced-topic-handling-packages-with-remote-dependencies.Rmd  |   64 +
 rix-0.15.5/rix/inst/doc/z-advanced-topic-handling-packages-with-remote-dependencies.html |   46 +
 rix-0.15.5/rix/inst/doc/z-advanced-topic-using-nix-inside-docker.Rmd                     |    2 
 rix-0.15.5/rix/inst/doc/z-advanced-topic-walkthrough-project.R                           |only
 rix-0.15.5/rix/inst/doc/z-advanced-topic-walkthrough-project.Rmd                         |only
 rix-0.15.5/rix/inst/doc/z-advanced-topic-walkthrough-project.html                        |only
 rix-0.15.5/rix/inst/extdata/available_df.csv                                             |   13 
 rix-0.15.5/rix/inst/extdata/default.nix                                                  |   14 
 rix-0.15.5/rix/inst/extdata/run-pipeline.yaml                                            |   17 
 rix-0.15.5/rix/man/rix.Rd                                                                |   49 -
 rix-0.15.5/rix/tests/testthat/_snaps/renv_helpers/default_datathin.nix                   |   32 
 rix-0.15.5/rix/tests/testthat/_snaps/renv_helpers/default_v0-15-5.nix                    |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/bleeding-edge_default.nix                       |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/code_default.nix                                |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/codium_default.nix                              |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/date_default.nix                                |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/frozen-edge_default.nix                         |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/other_default.nix                               |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/positron_default.nix                            |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/rix/rstudio_default.nix                             |    1 
 rix-0.15.5/rix/tests/testthat/_snaps/tar_nix_ga/run-pipeline.yaml                        |   17 
 rix-0.15.5/rix/tests/testthat/test-available_r.R                                         |   42 -
 rix-0.15.5/rix/tests/testthat/test-fetchers.R                                            |   63 +
 rix-0.15.5/rix/tests/testthat/test-ga_cachix.R                                           |    2 
 rix-0.15.5/rix/tests/testthat/test-get_sri_hash_deps.R                                   |   17 
 rix-0.15.5/rix/tests/testthat/test-renv_helpers.R                                        |   57 +
 rix-0.15.5/rix/tests/testthat/test-rix.R                                                 |  175 ++--
 rix-0.15.5/rix/tests/testthat/test-rix_init.R                                            |    5 
 rix-0.15.5/rix/tests/testthat/test-setup_cachix.R                                        |   10 
 rix-0.15.5/rix/tests/testthat/test-tar_nix_ga.R                                          |    2 
 rix-0.15.5/rix/tests/testthat/test-with_nix.R                                            |    2 
 rix-0.15.5/rix/tests/testthat/testdata/remote-pkgs/mlr3_default.nix                      |only
 rix-0.15.5/rix/tests/testthat/testdata/remote-pkgs/mlr3_dups_default.nix                 |only
 rix-0.15.5/rix/vignettes/b2-setting-up-and-using-rix-on-macos.Rmd                        |   26 
 rix-0.15.5/rix/vignettes/e-configuring-ide.Rmd                                           |   38 -
 rix-0.15.5/rix/vignettes/z-advanced-topic-handling-packages-with-remote-dependencies.Rmd |   64 +
 rix-0.15.5/rix/vignettes/z-advanced-topic-using-nix-inside-docker.Rmd                    |    2 
 rix-0.15.5/rix/vignettes/z-advanced-topic-walkthrough-project.Rmd                        |only
 68 files changed, 1405 insertions(+), 1035 deletions(-)

More information about rix at CRAN
Permanent link

Package tna updated to version 0.4.0 with previous version 0.3.0 dated 2024-12-11

Title: Transition Network Analysis (TNA)
Description: Provides tools for performing Transition Network Analysis (TNA) to study relational dynamics, including functions for building and plotting TNA models, calculating centrality measures, and identifying dominant events and patterns. TNA statistical techniques (e.g., bootstrapping and permutation tests) ensure the reliability of observed insights and confirm that identified dynamics are meaningful. See (Saqr et al., 2025) <doi:10.1145/3706468.3706513> for more details on TNA.
Author: Mohammed Saqr [aut], Santtu Tikka [aut], Sonsoles Lopez-Pernas [aut, cre]
Maintainer: Sonsoles Lopez-Pernas <sonsoles.lopez@uef.fi>

Diff between tna versions 0.3.0 dated 2024-12-11 and 0.4.0 dated 2025-03-01

 tna-0.3.0/tna/inst/doc/getting_started.R                |only
 tna-0.3.0/tna/inst/doc/getting_started.Rmd              |only
 tna-0.3.0/tna/inst/doc/getting_started.html             |only
 tna-0.3.0/tna/man/figures/README-centralitiesplot-1.png |only
 tna-0.3.0/tna/man/figures/README-tnaplot-1.png          |only
 tna-0.3.0/tna/man/figures/README-unnamed-chunk-12-1.png |only
 tna-0.3.0/tna/man/figures/README-unnamed-chunk-14-1.png |only
 tna-0.3.0/tna/man/figures/README-unnamed-chunk-16-1.png |only
 tna-0.3.0/tna/vignettes/full-example_cache              |only
 tna-0.3.0/tna/vignettes/getting_started.Rmd             |only
 tna-0.4.0/tna/DESCRIPTION                               |   22 
 tna-0.4.0/tna/MD5                                       |  301 ++++--
 tna-0.4.0/tna/NAMESPACE                                 |   16 
 tna-0.4.0/tna/NEWS.md                                   |   26 
 tna-0.4.0/tna/R/betweenness.R                           |   26 
 tna-0.4.0/tna/R/bootstrap.R                             |   64 +
 tna-0.4.0/tna/R/build.R                                 |  393 ++++++--
 tna-0.4.0/tna/R/centralities.R                          |   57 -
 tna-0.4.0/tna/R/check.R                                 |  154 ++-
 tna-0.4.0/tna/R/cliques.R                               |    4 
 tna-0.4.0/tna/R/clusters.R                              |  180 +++-
 tna-0.4.0/tna/R/communities.R                           |  170 ++-
 tna-0.4.0/tna/R/compare.R                               |only
 tna-0.4.0/tna/R/data.R                                  |only
 tna-0.4.0/tna/R/permutation.R                           |   55 -
 tna-0.4.0/tna/R/plot.R                                  |  699 +++++++++++++---
 tna-0.4.0/tna/R/print.R                                 |  176 ++--
 tna-0.4.0/tna/R/pruning.R                               |   25 
 tna-0.4.0/tna/R/summary.R                               |   22 
 tna-0.4.0/tna/R/tna-package.R                           |    6 
 tna-0.4.0/tna/R/utilities.R                             |   57 +
 tna-0.4.0/tna/README.md                                 |  155 ++-
 tna-0.4.0/tna/build/vignette.rds                        |binary
 tna-0.4.0/tna/inst/CITATION                             |   26 
 tna-0.4.0/tna/inst/doc/communities_and_cliques.R        |   23 
 tna-0.4.0/tna/inst/doc/communities_and_cliques.Rmd      |   25 
 tna-0.4.0/tna/inst/doc/communities_and_cliques.html     |   65 -
 tna-0.4.0/tna/inst/doc/complete_tutorial.R              |only
 tna-0.4.0/tna/inst/doc/complete_tutorial.Rmd            |only
 tna-0.4.0/tna/inst/doc/complete_tutorial.html           |only
 tna-0.4.0/tna/inst/doc/ftna.R                           |only
 tna-0.4.0/tna/inst/doc/ftna.Rmd                         |only
 tna-0.4.0/tna/inst/doc/ftna.html                        |only
 tna-0.4.0/tna/inst/doc/grouped_sequences.R              |  104 +-
 tna-0.4.0/tna/inst/doc/grouped_sequences.Rmd            |   15 
 tna-0.4.0/tna/inst/doc/grouped_sequences.html           |  583 +++++++------
 tna-0.4.0/tna/inst/doc/prepare_data.R                   |only
 tna-0.4.0/tna/inst/doc/prepare_data.Rmd                 |only
 tna-0.4.0/tna/inst/doc/prepare_data.html                |only
 tna-0.4.0/tna/inst/doc/tna.R                            |only
 tna-0.4.0/tna/inst/doc/tna.Rmd                          |only
 tna-0.4.0/tna/inst/doc/tna.html                         |only
 tna-0.4.0/tna/man/as.igraph.matrix.Rd                   |only
 tna-0.4.0/tna/man/betweenness_network.Rd                |   24 
 tna-0.4.0/tna/man/bootstrap.Rd                          |   32 
 tna-0.4.0/tna/man/build_model.Rd                        |  155 ++-
 tna-0.4.0/tna/man/centralities.Rd                       |   10 
 tna-0.4.0/tna/man/cliques.Rd                            |    5 
 tna-0.4.0/tna/man/communities.Rd                        |   28 
 tna-0.4.0/tna/man/compare.Rd                            |only
 tna-0.4.0/tna/man/compare.group_tna.Rd                  |only
 tna-0.4.0/tna/man/deprune.Rd                            |    5 
 tna-0.4.0/tna/man/estimate_centrality_stability.Rd      |    8 
 tna-0.4.0/tna/man/figures/README-centralitiesplot-1.svg |only
 tna-0.4.0/tna/man/figures/README-tnaplot-1.svg          |only
 tna-0.4.0/tna/man/figures/README-tnaplot-2.svg          |only
 tna-0.4.0/tna/man/figures/README-unnamed-chunk-11-1.svg |only
 tna-0.4.0/tna/man/figures/README-unnamed-chunk-13-1.svg |only
 tna-0.4.0/tna/man/figures/README-unnamed-chunk-15-1.svg |only
 tna-0.4.0/tna/man/figures/method.png                    |only
 tna-0.4.0/tna/man/group_model.Rd                        |  127 ++
 tna-0.4.0/tna/man/hist.group_tna.Rd                     |    3 
 tna-0.4.0/tna/man/hist.tna.Rd                           |    2 
 tna-0.4.0/tna/man/mmm_stats.Rd                          |    5 
 tna-0.4.0/tna/man/permutation_test.Rd                   |    6 
 tna-0.4.0/tna/man/plot.group_tna.Rd                     |    3 
 tna-0.4.0/tna/man/plot.group_tna_centralities.Rd        |    5 
 tna-0.4.0/tna/man/plot.group_tna_cliques.Rd             |    5 
 tna-0.4.0/tna/man/plot.group_tna_communities.Rd         |    3 
 tna-0.4.0/tna/man/plot.group_tna_stability.Rd           |    3 
 tna-0.4.0/tna/man/plot.tna.Rd                           |   17 
 tna-0.4.0/tna/man/plot.tna_centralities.Rd              |    4 
 tna-0.4.0/tna/man/plot.tna_cliques.Rd                   |   35 
 tna-0.4.0/tna/man/plot.tna_communities.Rd               |   23 
 tna-0.4.0/tna/man/plot.tna_comparison.Rd                |only
 tna-0.4.0/tna/man/plot.tna_permutation.Rd               |    4 
 tna-0.4.0/tna/man/plot.tna_stability.Rd                 |    2 
 tna-0.4.0/tna/man/plot_compare.Rd                       |   19 
 tna-0.4.0/tna/man/plot_compare.group_tna.Rd             |only
 tna-0.4.0/tna/man/plot_model.Rd                         |    8 
 tna-0.4.0/tna/man/plot_mosaic.Rd                        |only
 tna-0.4.0/tna/man/plot_mosaic.group_tna.Rd              |only
 tna-0.4.0/tna/man/plot_mosaic.tna_data.Rd               |only
 tna-0.4.0/tna/man/prepare_data.Rd                       |only
 tna-0.4.0/tna/man/print.group_tna.Rd                    |    3 
 tna-0.4.0/tna/man/print.group_tna_bootstrap.Rd          |    3 
 tna-0.4.0/tna/man/print.group_tna_centralities.Rd       |    3 
 tna-0.4.0/tna/man/print.group_tna_cliques.Rd            |    3 
 tna-0.4.0/tna/man/print.group_tna_communities.Rd        |    3 
 tna-0.4.0/tna/man/print.group_tna_stability.Rd          |    3 
 tna-0.4.0/tna/man/print.summary.group_tna.Rd            |    3 
 tna-0.4.0/tna/man/print.summary.group_tna_bootstrap.Rd  |    3 
 tna-0.4.0/tna/man/print.summary.tna.Rd                  |    2 
 tna-0.4.0/tna/man/print.summary.tna_bootstrap.Rd        |    2 
 tna-0.4.0/tna/man/print.tna.Rd                          |    2 
 tna-0.4.0/tna/man/print.tna_bootstrap.Rd                |    2 
 tna-0.4.0/tna/man/print.tna_centralities.Rd             |    2 
 tna-0.4.0/tna/man/print.tna_cliques.Rd                  |    2 
 tna-0.4.0/tna/man/print.tna_communities.Rd              |    2 
 tna-0.4.0/tna/man/print.tna_comparison.Rd               |only
 tna-0.4.0/tna/man/print.tna_data.Rd                     |only
 tna-0.4.0/tna/man/print.tna_stability.Rd                |    2 
 tna-0.4.0/tna/man/prune.Rd                              |    3 
 tna-0.4.0/tna/man/pruning_details.Rd                    |    3 
 tna-0.4.0/tna/man/rename_groups.Rd                      |    5 
 tna-0.4.0/tna/man/reprune.Rd                            |    5 
 tna-0.4.0/tna/man/summary.group_tna.Rd                  |    7 
 tna-0.4.0/tna/man/summary.group_tna_bootstrap.Rd        |    3 
 tna-0.4.0/tna/man/summary.tna.Rd                        |    2 
 tna-0.4.0/tna/man/summary.tna_bootstrap.Rd              |    2 
 tna-0.4.0/tna/man/tna-package.Rd                        |    7 
 tna-0.4.0/tna/tests/testthat/helper-mock.R              |   17 
 tna-0.4.0/tna/tests/testthat/test-bootstrap.R           |    6 
 tna-0.4.0/tna/tests/testthat/test-centralities.R        |   25 
 tna-0.4.0/tna/tests/testthat/test-check.R               |only
 tna-0.4.0/tna/tests/testthat/test-clusters.R            |   58 +
 tna-0.4.0/tna/tests/testthat/test-compare.R             |only
 tna-0.4.0/tna/tests/testthat/test-data.R                |only
 tna-0.4.0/tna/tests/testthat/test-permutation.R         |    9 
 tna-0.4.0/tna/tests/testthat/test-plot.R                |   85 +
 tna-0.4.0/tna/tests/testthat/test-print.R               |   34 
 tna-0.4.0/tna/tests/testthat/test-pruning.R             |   18 
 tna-0.4.0/tna/tests/testthat/test-tna.R                 |   95 +-
 tna-0.4.0/tna/vignettes/communities_and_cliques.Rmd     |   25 
 tna-0.4.0/tna/vignettes/complete_tutorial.Rmd           |only
 tna-0.4.0/tna/vignettes/complete_tutorial_cache         |only
 tna-0.4.0/tna/vignettes/ftna.Rmd                        |only
 tna-0.4.0/tna/vignettes/ftna_cache                      |only
 tna-0.4.0/tna/vignettes/grouped_sequences.Rmd           |   15 
 tna-0.4.0/tna/vignettes/prepare_data.Rmd                |only
 tna-0.4.0/tna/vignettes/tna.Rmd                         |only
 141 files changed, 3171 insertions(+), 1283 deletions(-)

More information about tna at CRAN
Permanent link

Package SHELF updated to version 1.12.0 with previous version 1.11.0 dated 2024-09-06

Title: Tools to Support the Sheffield Elicitation Framework
Description: Implements various methods for eliciting a probability distribution for a single parameter from an expert or a group of experts. The expert provides a small number of probability judgements, corresponding to points on his or her cumulative distribution function. A range of parametric distributions can then be fitted and displayed, with feedback provided in the form of fitted probabilities and percentiles. For multiple experts, a weighted linear pool can be calculated. Also includes functions for eliciting beliefs about population distributions; eliciting multivariate distributions using a Gaussian copula; eliciting a Dirichlet distribution; eliciting distributions for variance parameters in a random effects meta-analysis model; survival extrapolation. R Shiny apps for most of the methods are included.
Author: Jeremy Oakley [aut, cre]
Maintainer: Jeremy Oakley <j.oakley@sheffield.ac.uk>

Diff between SHELF versions 1.11.0 dated 2024-09-06 and 1.12.0 dated 2025-03-01

 DESCRIPTION                                                         |    8 
 MD5                                                                 |   32 
 NAMESPACE                                                           |    2 
 R/elicitSurvivalExtrapolation.R                                     |  649 +++-------
 R/makeSurvivalTable.R                                               |only
 R/survivalExtrapolatePlot.R                                         |only
 R/survivalModelExtrapolations.R                                     |   20 
 R/survivalScenario.R                                                |   53 
 inst/NEWS.md                                                        |   10 
 inst/doc/Dirichlet-elicitation.html                                 |    6 
 inst/doc/SHELF-overview.html                                        |    6 
 inst/shinyAppFiles/elicitationShinySummarySurvivalExtrapolation.Rmd |  306 +---
 man/makeSurvivalTable.Rd                                            |only
 man/survivalExtrapolatePlot.Rd                                      |only
 man/survivalModelExtrapolations.Rd                                  |    3 
 man/survivalScenario.Rd                                             |   15 
 tests/testthat/_snaps/plots/multiple-expert-plot.new.svg            |only
 tests/testthat/_snaps/plots/survival-extrapolations-plot.svg        |only
 tests/testthat/_snaps/plots/survival-scenario-plot.svg              |only
 tests/testthat/test-plots.R                                         |   30 
 tests/testthat/test-survival-extrapolation.R                        |only
 21 files changed, 422 insertions(+), 718 deletions(-)

More information about SHELF at CRAN
Permanent link

Package codecountR updated to version 0.0.4.8 with previous version 0.0.4.7 dated 2025-01-22

Title: Counting Codes in a Text and Preparing Data for Analysis
Description: Data analysis often requires coding, especially when data are collected through interviews, observations, or questionnaires. As a result, code counting and data preparation are essential steps in the analysis process. Analysts may need to count the codes in a text (Tokenization, counting of pre-established codes, computing the co-occurrence matrix by line) and prepare the data (e.g., min-max normalization, Z-score, robust scaling, Box-Cox transformation, and non-parametric bootstrap). For the Box-Cox transformation (Box & Cox, 1964, <https://www.jstor.org/stable/2984418>), the optimal Lambda is determined using the log-likelihood method. Non-parametric bootstrap involves randomly sampling data with replacement. Two random number generators are also integrated: a Lehmer congruential generator for uniform distribution and a Box-Muller generator for normal distribution. Package for educational purposes.
Author: Philippe Cohard [aut, cre]
Maintainer: Philippe Cohard <p.cohard@laposte.net>

Diff between codecountR versions 0.0.4.7 dated 2025-01-22 and 0.0.4.8 dated 2025-03-01

 DESCRIPTION   |    6 +++---
 MD5           |    6 ++++--
 NAMESPACE     |    1 +
 R/verify.R    |only
 man/verify.Rd |only
 5 files changed, 8 insertions(+), 5 deletions(-)

More information about codecountR at CRAN
Permanent link

Package verbalisr updated to version 0.7.2 with previous version 0.7.1 dated 2024-09-02

Title: Describe Pedigree Relationships in Words
Description: Describe in words the genealogical relationship between two members of a given pedigree, using the algorithm in Vigeland (2022) <doi:10.1186/s12859-022-04759-y>. 'verbalisr' is part of the 'pedsuite' collection of packages for pedigree analysis. For a demonstration of 'verbalisr', see the online app 'QuickPed' at <https://magnusdv.shinyapps.io/quickped>.
Author: Magnus Dehli Vigeland [aut, cre]
Maintainer: Magnus Dehli Vigeland <m.d.vigeland@medisin.uio.no>

Diff between verbalisr versions 0.7.1 dated 2024-09-02 and 0.7.2 dated 2025-03-01

 DESCRIPTION                       |    8 ++++----
 MD5                               |   14 +++++++-------
 NEWS.md                           |    7 +++++++
 R/verbalise.R                     |    4 +++-
 README.md                         |    2 +-
 build/partial.rdb                 |binary
 man/figures/README-habsburg-1.png |binary
 tests/testthat/test-verbalise.R   |    9 ++-------
 8 files changed, 24 insertions(+), 20 deletions(-)

More information about verbalisr at CRAN
Permanent link

Package f1dataR updated to version 2.0.0 with previous version 1.6.0 dated 2024-08-27

Title: Access Formula 1 Data
Description: Obtain Formula 1 data via the 'Jolpica API' <https://jolpi.ca> and the unofficial API <https://www.formula1.com/en/timing/f1-live> via the 'fastf1' 'Python' library <https://docs.fastf1.dev/>.
Author: Santiago Casanova [aut, cre, cph], Philip Bulsink [aut]
Maintainer: Santiago Casanova <santiago.casanova@yahoo.com>

Diff between f1dataR versions 1.6.0 dated 2024-08-27 and 2.0.0 dated 2025-03-01

 f1dataR-1.6.0/f1dataR/inst/doc/ergast-data-analysis.Rmd                                |only
 f1dataR-1.6.0/f1dataR/inst/doc/ergast-data-analysis.html                               |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-driver_laptime_scatterplot-1.png  |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-drivers_laptimes-1.png            |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-grid_to_finish_one-1.png          |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-grid_to_finish_season-1.png       |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-quali_compare-1.png               |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-remade_rounds_points-1.png        |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-round_position-1.png              |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis-rounds_points-1.png               |only
 f1dataR-1.6.0/f1dataR/vignettes/ergast-data-analysis.Rmd                               |only
 f1dataR-2.0.0/f1dataR/DESCRIPTION                                                      |    8 
 f1dataR-2.0.0/f1dataR/MD5                                                              |   96 +++++-----
 f1dataR-2.0.0/f1dataR/NEWS.md                                                          |   10 -
 f1dataR-2.0.0/f1dataR/R/clear_f1_cache.R                                               |    2 
 f1dataR-2.0.0/f1dataR/R/load_circuits.R                                                |    2 
 f1dataR-2.0.0/f1dataR/R/load_constructors.R                                            |   28 ++
 f1dataR-2.0.0/f1dataR/R/load_drivers.R                                                 |    4 
 f1dataR-2.0.0/f1dataR/R/load_laps.R                                                    |   30 +--
 f1dataR-2.0.0/f1dataR/R/load_pitstops.R                                                |    4 
 f1dataR-2.0.0/f1dataR/R/load_quali.R                                                   |    2 
 f1dataR-2.0.0/f1dataR/R/load_results.R                                                 |    5 
 f1dataR-2.0.0/f1dataR/R/load_schedule.R                                                |    2 
 f1dataR-2.0.0/f1dataR/R/load_sprint.R                                                  |    2 
 f1dataR-2.0.0/f1dataR/R/load_standings.R                                               |    2 
 f1dataR-2.0.0/f1dataR/R/plot_fastest.R                                                 |    9 
 f1dataR-2.0.0/f1dataR/R/utils.R                                                        |   90 +++++++++
 f1dataR-2.0.0/f1dataR/README.md                                                        |   37 ---
 f1dataR-2.0.0/f1dataR/build/vignette.rds                                               |binary
 f1dataR-2.0.0/f1dataR/inst/doc/alonso-penalty-2024.html                                |    7 
 f1dataR-2.0.0/f1dataR/inst/doc/introduction.html                                       |   15 -
 f1dataR-2.0.0/f1dataR/inst/doc/jolpica-data-analysis.Rmd                               |only
 f1dataR-2.0.0/f1dataR/inst/doc/jolpica-data-analysis.html                              |only
 f1dataR-2.0.0/f1dataR/inst/doc/plotting-turn-info.html                                 |    9 
 f1dataR-2.0.0/f1dataR/inst/doc/setup_fastf1.html                                       |    1 
 f1dataR-2.0.0/f1dataR/man/clear_cache.Rd                                               |    2 
 f1dataR-2.0.0/f1dataR/man/get_jolpica_content.Rd                                       |only
 f1dataR-2.0.0/f1dataR/tests/testthat/Rplots.pdf                                        |only
 f1dataR-2.0.0/f1dataR/tests/testthat/setup.R                                           |   10 -
 f1dataR-2.0.0/f1dataR/tests/testthat/test-clear_f1_cache.R                             |    8 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_circuits.R                              |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_constructors.R                          |    5 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_drivers.R                               |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_laps.R                                  |   10 -
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_pitstops.R                              |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_quali.R                                 |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_results.R                               |    6 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_schedule.R                              |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_sprint.R                                |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-load_standings.R                             |    4 
 f1dataR-2.0.0/f1dataR/tests/testthat/test-utils.R                                      |    6 
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-driver_laptime_scatterplot-1.png |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-drivers_laptimes-1.png           |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-grid_to_finish_one-1.png         |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-grid_to_finish_season-1.png      |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-quali_compare-1.png              |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-remade_rounds_points-1.png       |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-round_position-1.png             |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis-rounds_points-1.png              |only
 f1dataR-2.0.0/f1dataR/vignettes/jolpica-data-analysis.Rmd                              |only
 f1dataR-2.0.0/f1dataR/vignettes/precompile.R                                           |    5 
 61 files changed, 279 insertions(+), 166 deletions(-)

More information about f1dataR at CRAN
Permanent link

Package scplot updated to version 0.5.1 with previous version 0.5.0 dated 2025-02-05

Title: Plot Function for Single-Case Data Frames
Description: Add-on for the 'scan' package that creates plots from single-case data frames ('scdf'). It includes functions for styling single-case plots, adding phase-based lines to indicate various statistical parameters, and predefined themes for presentations and publications. More information and in depth examples can be found in the online book "Analyzing Single-Case Data with R and 'scan" Jürgen Wilbert (2025) <https://jazznbass.github.io/scan-Book/>.
Author: Juergen Wilbert [aut, cre]
Maintainer: Juergen Wilbert <juergen.wilbert@uni-muenster.de>

Diff between scplot versions 0.5.0 dated 2025-02-05 and 0.5.1 dated 2025-03-01

 DESCRIPTION        |    8 ++++----
 MD5                |    6 +++---
 NEWS.md            |    4 ++++
 R/scplot.sc_rand.R |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)

More information about scplot at CRAN
Permanent link

Package scan updated to version 0.63.0 with previous version 0.62.0 dated 2025-02-05

Title: Single-Case Data Analyses for Single and Multiple Baseline Designs
Description: A collection of procedures for analysing, visualising, and managing single-case data. These include piecewise linear regression models, multilevel models, overlap indices ('PND', 'PEM', 'PAND', 'PET', 'tau-u', 'baseline corrected tau', 'CDC'), and randomization tests. Data preparation functions support outlier detection, handling missing values, scaling, and custom transformations. An export function helps to generate html, word, and latex tables in a publication friendly style. More details can be found in the online book 'Analyzing single-case data with R and scan', Juergen Wilbert (2025) <https://jazznbass.github.io/scan-Book/>.
Author: Juergen Wilbert [cre, aut] , Timo Lueke [aut]
Maintainer: Juergen Wilbert <juergen.wilbert@uni-muenster.de>

Diff between scan versions 0.62.0 dated 2025-02-05 and 0.63.0 dated 2025-03-01

 DESCRIPTION                        |   12 -
 MD5                                |   75 +++++----
 NAMESPACE                          |    7 
 NEWS.md                            |   20 ++
 R/anova.R                          |only
 R/between_smd.R                    |  133 +++++++++++++---
 R/bplm.R                           |only
 R/coefficents.sc_plm.R             |    5 
 R/export.R                         |    1 
 R/export.sc_hplm.R                 |   76 +++------
 R/export.scdf.R                    |   34 +++-
 R/hplm.R                           |   44 +++--
 R/mplm.R                           |   34 ++--
 R/plm.R                            |   20 +-
 R/plm_contrasts.R                  |  136 +++++++++++------
 R/print-export-bplm.R              |only
 R/print-export-plm.R               |  296 ++++++++++++++++++++-----------------
 R/print.sc_bcsmd.R                 |    5 
 R/print.sc_hplm.R                  |  116 ++++++++++----
 R/print.sc_mplm.R                  |   28 ---
 R/privat-rename_phase_duplicates.R |    9 +
 R/private-regression.R             |  114 ++++++++------
 R/private_options.R                |    2 
 R/private_options_mc.R             |    8 -
 R/scan-package.R                   |    1 
 R/scan.R                           |    1 
 inst/shiny/resources.R             |    1 
 inst/shiny/server.R                |    2 
 inst/shiny/ui.R                    |    6 
 man/add_dummy_variables.Rd         |only
 man/anova.sc_plm.Rd                |only
 man/autocorr.Rd                    |    1 
 man/between_smd.Rd                 |   42 ++++-
 man/bplm.Rd                        |only
 man/corrected_tau.Rd               |    1 
 man/export.Rd                      |    7 
 man/hplm.Rd                        |    9 -
 man/mplm.Rd                        |    1 
 man/plm.Rd                         |    1 
 man/print.sc.Rd                    |    7 
 man/trend.Rd                       |    1 
 tests/testthat/test-plm.R          |only
 42 files changed, 799 insertions(+), 457 deletions(-)

More information about scan at CRAN
Permanent link

Package readmoRe updated to version 0.2-15 with previous version 0.2-12 dated 2021-08-19

Title: Utilities for Importing and Manipulating Biomedical Data Files
Description: Tools to read various file types into one list of data structures, usually, but not limited to, data frames. Excel files are read sheet-wise, i.e., all or a selection of sheets can be read. Field delimiters and decimal separators are determined automatically.
Author: Vidal Fey [aut, cre]
Maintainer: Vidal Fey <vidal.fey@gmail.com>

Diff between readmoRe versions 0.2-12 dated 2021-08-19 and 0.2-15 dated 2025-03-01

 DESCRIPTION          |   13 +++++++------
 MD5                  |   16 ++++++++--------
 R/get.skip.R         |    2 +-
 R/read.to.list.R     |   12 ++++++------
 R/rm.empty.cols.R    |    6 +++---
 man/get.skip.Rd      |    2 +-
 man/read.to.list.Rd  |   10 +++++-----
 man/readmoRe.Rd      |    2 +-
 man/rm.empty.cols.Rd |    6 +++---
 9 files changed, 35 insertions(+), 34 deletions(-)

More information about readmoRe at CRAN
Permanent link

Package mr.raps (with last version 0.2) was removed from CRAN

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

2018-01-30 0.2

Permanent link
Package rllama (with last version 0.4.4) was removed from CRAN

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

2024-02-02 0.4.4
2023-11-28 0.4.3
2023-11-17 0.2.0

Permanent link
Package cards updated to version 0.5.1 with previous version 0.5.0 dated 2025-02-17

Title: Analysis Results Data
Description: Construct CDISC (Clinical Data Interchange Standards Consortium) compliant Analysis Results Data objects. These objects are used and re-used to construct summary tables, visualizations, and written reports. The package also exports utilities for working with these objects and creating new Analysis Results Data objects.
Author: Daniel D. Sjoberg [aut, cre] , Becca Krouse [aut], Emily de la Rua [aut], F. Hoffmann-La Roche AG [cph, fnd], GlaxoSmithKline Research & Development Limited [cph]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>

Diff between cards versions 0.5.0 dated 2025-02-17 and 0.5.1 dated 2025-03-01

 DESCRIPTION                        |    6 +++---
 MD5                                |    8 ++++----
 NEWS.md                            |    4 ++++
 R/apply_fmt_fn.R                   |    2 +-
 tests/testthat/test-apply_fmt_fn.R |   11 +++++++++++
 5 files changed, 23 insertions(+), 8 deletions(-)

More information about cards at CRAN
Permanent link

Package snvecR updated to version 3.10.0 with previous version 3.9.4 dated 2024-05-29

Title: Calculate Earth’s Obliquity and Precession in the Past
Description: Easily calculate precession and obliquity from an orbital solution (defaults to ZB18a from Zeebe and Lourens (2019) <doi:10.1126/science.aax0612>) and assumed or reconstructed values for tidal dissipation (Td) and dynamical ellipticity (Ed). This is a translation and adaptation of the 'C'-code in the supplementary material to Zeebe and Lourens (2022) <doi:10.1029/2021PA004349>, with further details on the methodology described in Zeebe (2022) <doi:10.3847/1538-3881/ac80f8>. The name of the 'C'-routine is 'snvec', which refers to the key units of computation: spin vector s and orbit normal vector n.
Author: Ilja Kocken [aut, cre, trl, cph] , Richard Zeebe [aut]
Maintainer: Ilja Kocken <ikocken@hawaii.edu>

Diff between snvecR versions 3.9.4 dated 2024-05-29 and 3.10.0 dated 2025-03-01

 DESCRIPTION                           |   12 
 MD5                                   |   42 +--
 NEWS.md                               |    6 
 R/data.R                              |   48 +++
 R/euler.R                             |   60 ++++
 R/get_solution.R                      |  341 ++++++++++++++++------------
 R/prepare_solution.R                  |    1 
 R/snvec.R                             |   68 +++--
 R/unwrap.R                            |    1 
 README.md                             |   14 -
 build/partial.rdb                     |binary
 build/vignette.rds                    |binary
 inst/doc/analyze_grid_td-ed.R         |    2 
 inst/doc/analyze_grid_td-ed.html      |  409 ++++++++++++++++------------------
 man/PT-ZB18a.Rd                       |only
 man/ZB23.Rxx.Rd                       |only
 man/get_solution.Rd                   |    1 
 man/snvec.Rd                          |    1 
 tests/testthat/_snaps/get_solution.md |   98 +++++++-
 tests/testthat/_snaps/snvec.md        |  111 ++++-----
 tests/testthat/test-euler.R           |   12 
 tests/testthat/test-get_solution.R    |   48 +++
 tests/testthat/test-snvec.R           |  136 ++++++++---
 23 files changed, 890 insertions(+), 521 deletions(-)

More information about snvecR at CRAN
Permanent link


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