Tue, 07 Apr 2026

Package vartest updated to version 1.4 with previous version 1.3 dated 2025-08-25

Title: Tests for Variance Homogeneity
Description: Performs 20 omnibus tests for testing the composite hypothesis of variance homogeneity.
Author: Gozde Cosar [aut], Muhammed Ali Yilmaz [aut], Merve Kasikci [aut], Osman Dag [aut, cre]
Maintainer: Osman Dag <osman.dag@outlook.com>

Diff between vartest versions 1.3 dated 2025-08-25 and 1.4 dated 2026-04-07

 DESCRIPTION               |   11 +++++-----
 MD5                       |   48 +++++++++++++++++++++++-----------------------
 R/adjusted.taha.test.R    |   10 ++++-----
 R/ansari.test.R           |    5 ++--
 R/capon.test.R            |    5 ++--
 R/david.barton.test.R     |    5 ++--
 R/duran.test.R            |    7 +++---
 R/f.test.R                |    4 ---
 R/fk.test.R               |   11 +++++-----
 R/klotz.test.R            |    5 ++--
 R/mood.test.R             |    5 ++--
 R/siegel.tukey.test.R     |    5 ++--
 R/taha.test.R             |    7 +++---
 R/talwar.gentle.test.R    |   10 ++++-----
 man/adjusted.taha.test.Rd |    3 ++
 man/ansari.test.Rd        |    5 ++++
 man/capon.test.Rd         |    5 ++++
 man/david.barton.test.Rd  |    6 +++++
 man/duran.test.Rd         |    4 +++
 man/fk.test.Rd            |    3 ++
 man/klotz.test.Rd         |    3 ++
 man/mood.test.Rd          |    4 +++
 man/siegel.tukey.test.Rd  |    4 +++
 man/taha.test.Rd          |    3 ++
 man/talwar.gentle.test.Rd |    3 ++
 25 files changed, 116 insertions(+), 65 deletions(-)

More information about vartest at CRAN
Permanent link

Package rstudiothemes updated to version 1.1.0 with previous version 1.0.0 dated 2026-03-03

Title: Create 'RStudio' Themes from Visual Studio Code, Positron and 'TextMate' Themes
Description: Create and install 'RStudio' themes derived from Visual Studio Code, Positron and 'TextMate' themes. Provides functions to convert between 'TextMate' and Visual Studio Code or Positron themes, as well as ports of several Visual Studio Code themes.
Author: Diego Hernangomez [aut, cre, cph] , Garrick Aden-Buie [cph] function)
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between rstudiothemes versions 1.0.0 dated 2026-03-03 and 1.1.0 dated 2026-04-07

 rstudiothemes-1.0.0/rstudiothemes/tests/testthat/test-239dc8fd-85cd-477a-8aa9-94ffcf83bcbb.loader         |only
 rstudiothemes-1.1.0/rstudiothemes/DESCRIPTION                                                             |    6 
 rstudiothemes-1.1.0/rstudiothemes/MD5                                                                     |   94 -
 rstudiothemes-1.1.0/rstudiothemes/NAMESPACE                                                               |    3 
 rstudiothemes-1.1.0/rstudiothemes/NEWS.md                                                                 |   22 
 rstudiothemes-1.1.0/rstudiothemes/R/convert-tm-to-vs.R                                                    |   24 
 rstudiothemes-1.1.0/rstudiothemes/R/convert-to-rs.R                                                       |  923 +++++-----
 rstudiothemes-1.1.0/rstudiothemes/R/convert-vs-to-tm.R                                                    |  625 +++---
 rstudiothemes-1.1.0/rstudiothemes/R/generate-uuid.R                                                       |  133 -
 rstudiothemes-1.1.0/rstudiothemes/R/on-rstudio.R                                                          |    8 
 rstudiothemes-1.1.0/rstudiothemes/R/read-tm-theme.R                                                       |    8 
 rstudiothemes-1.1.0/rstudiothemes/R/read-vs-theme.R                                                       |  479 ++---
 rstudiothemes-1.1.0/rstudiothemes/R/rstudiothemes-actions.R                                               |  687 +++----
 rstudiothemes-1.1.0/rstudiothemes/R/utils.R                                                               |    2 
 rstudiothemes-1.1.0/rstudiothemes/README.md                                                               |   84 
 rstudiothemes-1.1.0/rstudiothemes/build/partial.rdb                                                       |binary
 rstudiothemes-1.1.0/rstudiothemes/build/vignette.rds                                                      |binary
 rstudiothemes-1.1.0/rstudiothemes/inst/CITATION                                                           |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/WORDLIST                                                           |    6 
 rstudiothemes-1.1.0/rstudiothemes/inst/csv/mapping.csv                                                    |   92 
 rstudiothemes-1.1.0/rstudiothemes/inst/doc/rstudiothemes.html                                             |   25 
 rstudiothemes-1.1.0/rstudiothemes/inst/doc/rstudiothemes.qmd                                              |   20 
 rstudiothemes-1.1.0/rstudiothemes/inst/ext/jellyfish.json                                                 |only
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Catppuccin_Latte.rstheme                                  |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/JellyFish_Theme.rstheme                                   |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Matrix.rstheme                                            |   10 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Positron_Dark.rstheme                                     |only
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Positron_Light.rstheme                                    |only
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/SynthWave84.rstheme                                       |   54 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Tokyo_Night.rstheme                                       |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Tokyo_Night_Light.rstheme                                 |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Tokyo_Night_Storm.rstheme                                 |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/VSCode_Dark.rstheme                                       |only
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/VSCode_Light.rstheme                                      |only
 rstudiothemes-1.1.0/rstudiothemes/inst/rsthemes/Winter_is_Coming_Dark_Blue.rstheme                        |    2 
 rstudiothemes-1.1.0/rstudiothemes/inst/schemaorg.json                                                     |   12 
 rstudiothemes-1.1.0/rstudiothemes/man/convert_tm_to_vs_theme.Rd                                           |   13 
 rstudiothemes-1.1.0/rstudiothemes/man/convert_to_rstudio_theme.Rd                                         |    7 
 rstudiothemes-1.1.0/rstudiothemes/man/convert_vs_to_tm_theme.Rd                                           |   13 
 rstudiothemes-1.1.0/rstudiothemes/man/generate_uuid.Rd                                                    |    1 
 rstudiothemes-1.1.0/rstudiothemes/man/on_rstudio.Rd                                                       |    5 
 rstudiothemes-1.1.0/rstudiothemes/man/read_tm_theme.Rd                                                    |    1 
 rstudiothemes-1.1.0/rstudiothemes/man/read_vs_theme.Rd                                                    |    7 
 rstudiothemes-1.1.0/rstudiothemes/man/rstudiothemes-actions.Rd                                            |    7 
 rstudiothemes-1.1.0/rstudiothemes/tests/testthat/_snaps/convert-tm-to-vs.md                               |    3 
 rstudiothemes-1.1.0/rstudiothemes/tests/testthat/_snaps/convert-tm-to-vs/skeletor-syntax-color-theme.json |    1 
 rstudiothemes-1.1.0/rstudiothemes/tests/testthat/_snaps/convert-vs-to-tm.md                               |    8 
 rstudiothemes-1.1.0/rstudiothemes/tests/testthat/test-convert-vs-to-tm.R                                  |   41 
 rstudiothemes-1.1.0/rstudiothemes/tests/testthat/test-read-vs-theme.R                                     |   13 
 rstudiothemes-1.1.0/rstudiothemes/tests/testthat/test-rstudiothemes-actions.R                             |  208 +-
 rstudiothemes-1.1.0/rstudiothemes/vignettes/rstudiothemes.qmd                                             |   20 
 51 files changed, 1965 insertions(+), 1714 deletions(-)

More information about rstudiothemes at CRAN
Permanent link

Package Nematode updated to version 0.3.0 with previous version 0.2.2 dated 2026-03-19

Title: Ecological Indices Calculator for Nematode Communities
Description: Provides a computational toolkit for analyzing nematode communities in ecological studies. Includes methods to quantify nematode-based ecological indicators such as metabolic footprints, energy flow metrics, and community structure. These tools support assessments of soil health, ecosystem functioning, and trophic interactions, standardizing the use of nematodes as bioindicators.
Author: Yuxuan He [aut, cre] , Dong Wang [ths], Yuan Miao [ths]
Maintainer: Yuxuan He <heyuxuan0525@outlook.com>

Diff between Nematode versions 0.2.2 dated 2026-03-19 and 0.3.0 dated 2026-04-07

 DESCRIPTION               |    8 -
 MD5                       |   12 +-
 NAMESPACE                 |    4 
 NEWS.md                   |    7 +
 R/ecological_indices.R    |  206 +++++++++++++++++++++++++++++++++++++++++++++-
 README.md                 |only
 man/cp_rel_abundance.Rd   |only
 man/diet_rel_abundance.Rd |    2 
 8 files changed, 228 insertions(+), 11 deletions(-)

More information about Nematode at CRAN
Permanent link

Package BayesSIM updated to version 1.0.3 with previous version 1.0.2 dated 2026-03-20

Title: Integrated Interface of Bayesian Single Index Models using 'nimble'
Description: Provides tools for fitting Bayesian single index models with flexible choices of priors for both the index and the link function. The package implements model estimation and posterior inference using efficient MCMC algorithms built on the 'nimble' framework, allowing users to specify, extend, and simulate models in a unified and reproducible manner. The following methods are implemented in the package: Antoniadis et al. (2004) <https://www.jstor.org/stable/24307224>, Wang (2009) <doi:10.1016/j.csda.2008.12.010>, Choi et al. (2011) <doi:10.1080/10485251003768019>, Dhara et al. (2019) <doi:10.1214/19-BA1170>, McGee et al. (2023) <doi:10.1111/biom.13569>.
Author: Seowoo Jung [aut, cre], Eun-kyung Lee [aut]
Maintainer: Seowoo Jung <jsw1347@ewha.ac.kr>

Diff between BayesSIM versions 1.0.2 dated 2026-03-20 and 1.0.3 dated 2026-04-07

 DESCRIPTION                   |    6 
 MD5                           |   30 -
 R/bayesSIM.R                  |    4 
 R/bsFisher.R                  |   10 
 R/bsPolar.R                   |   10 
 R/bsSphere.R                  |   10 
 R/bsSpike.R                   |   10 
 R/generics.R                  |  154 +++--
 R/gpFisher.R                  |   10 
 R/gpPolar.R                   |   10 
 R/gpPolarTemp.R               |   10 
 R/gpSphere-united.R           |   12 
 R/gpspike.R                   |   10 
 R/utils.R                     | 1110 +++++++++++++++++++++---------------------
 build/partial.rdb             |binary
 tests/testthat/test-generic.R |    6 
 16 files changed, 721 insertions(+), 681 deletions(-)

More information about BayesSIM at CRAN
Permanent link

Package OptHoldoutSize updated to version 0.1.0.2 with previous version 0.1.0.1 dated 2025-04-09

Title: Estimation of Optimal Size for a Holdout Set for Updating a Predictive Score
Description: Predictive scores must be updated with care, because actions taken on the basis of existing risk scores causes bias in risk estimates from the updated score. A holdout set is a straightforward way to manage this problem: a proportion of the population is 'held-out' from computation of the previous risk score. This package provides tools to estimate a size for this holdout set and associated errors. Comprehensive vignettes are included. Please see: Haidar-Wehbe S, Emerson SR, Aslett LJM, Liley J (2022) <doi:10.48550/arXiv.2202.06374> (in Annals of Applied Statistics) for details of methods.
Author: Sami Haidar-Wehbe [aut], Sam Emerson [aut] , Louis Aslett [aut] , James Liley [cre, aut]
Maintainer: James Liley <james.liley@durham.ac.uk>

Diff between OptHoldoutSize versions 0.1.0.1 dated 2025-04-09 and 0.1.0.2 dated 2026-04-07

 DESCRIPTION                           |   16 ++++++++--------
 MD5                                   |   20 ++++++++++----------
 NAMESPACE                             |    1 -
 NEWS.md                               |    4 ++++
 R/OptHoldoutSize_init.R               |    1 -
 inst/doc/ASPRE_example.R              |    1 -
 inst/doc/ASPRE_example.Rmd            |    1 -
 inst/doc/ASPRE_example.pdf            |binary
 inst/doc/comparison_of_algorithms.pdf |binary
 inst/doc/simulated_example.pdf        |binary
 vignettes/ASPRE_example.Rmd           |    1 -
 11 files changed, 22 insertions(+), 23 deletions(-)

More information about OptHoldoutSize at CRAN
Permanent link

Package CICI updated to version 1.0 with previous version 0.9.8 dated 2026-01-07

Title: Causal Inference with Continuous (Multiple Time Point) Interventions
Description: Estimation of counterfactual outcomes for multiple values of continuous interventions at different time points, and plotting of causal dose-response curves. Details are given in Schomaker, McIlleron, Denti, Diaz (2024) <doi:10.48550/arXiv.2305.06645>.
Author: Michael Schomaker [aut, cre], Leo Fuhrhop [ctb], Han Bao [ctb], Katharina Ring [ctb]
Maintainer: Michael Schomaker <michael.schomaker@stat.uni-muenchen.de>

Diff between CICI versions 0.9.8 dated 2026-01-07 and 1.0 dated 2026-04-07

 DESCRIPTION              |   16 -
 MD5                      |   49 ++--
 NAMESPACE                |    2 
 R/calc.weights.R         |    9 
 R/contrast.r             |    3 
 R/feasible.r             |  483 ++++++++++++++++++++++-------------------------
 R/gformula.r             |   23 +-
 R/helper.r               |   32 +--
 R/print.contrastResult.r |   70 +++---
 R/sgf.R                  |   47 +++-
 R/summary.Yweights.R     |    1 
 data/EFV.rda             |binary
 data/EFVbin.rda          |only
 data/EFVfull.rda         |binary
 data/datalist            |only
 inst/CITATION            |   28 ++
 man/CICI-package.Rd      |    8 
 man/EFVbin.Rd            |only
 man/calc.weights.Rd      |   12 -
 man/contrast.Rd          |    6 
 man/feasible.Rd          |    4 
 man/gformula.Rd          |    8 
 man/msm.Rd               |    4 
 man/plot.feasible.Rd     |    2 
 man/plot.gformula.Rd     |    2 
 man/print.feasible.Rd    |    2 
 man/sgf.Rd               |    6 
 27 files changed, 423 insertions(+), 394 deletions(-)

More information about CICI at CRAN
Permanent link

Package sumer updated to version 1.5.0 with previous version 1.4.0 dated 2026-03-22

Title: Sumerian Cuneiform Text Analysis
Description: Provides functions for converting transliterated Sumerian texts to sign names and cuneiform characters, creating and querying dictionaries, analyzing the structure of Sumerian words, and creating translations. Includes a built-in dictionary and supports both forward lookup (Sumerian to English) and reverse lookup (English to Sumerian).
Author: Robin Wellmann [aut, cre]
Maintainer: Robin Wellmann <ro.wellmann@gmail.com>

Diff between sumer versions 1.4.0 dated 2026-03-22 and 1.5.0 dated 2026-04-07

 DESCRIPTION                            |    6 +--
 MD5                                    |   62 ++++++++++++++++-----------------
 inst/doc/getting-started.html          |    3 -
 inst/doc/translating-texts.html        |   13 +++---
 inst/extdata/project/lines/Line_1.txt  |   38 +++++++++-----------
 inst/extdata/project/lines/Line_10.txt |   18 ++++-----
 inst/extdata/project/lines/Line_11.txt |   26 ++++++-------
 inst/extdata/project/lines/Line_13.txt |    6 +--
 inst/extdata/project/lines/Line_14.txt |   12 +++---
 inst/extdata/project/lines/Line_16.txt |   35 ++++++++++--------
 inst/extdata/project/lines/Line_17.txt |   31 ++++++++--------
 inst/extdata/project/lines/Line_19.txt |    6 +--
 inst/extdata/project/lines/Line_2.txt  |   56 +++++++++++++----------------
 inst/extdata/project/lines/Line_20.txt |   36 +++++++++++--------
 inst/extdata/project/lines/Line_21.txt |   20 +++++-----
 inst/extdata/project/lines/Line_22.txt |   21 +++++------
 inst/extdata/project/lines/Line_23.txt |   24 ++++++------
 inst/extdata/project/lines/Line_24.txt |   22 +++++------
 inst/extdata/project/lines/Line_25.txt |   14 +++----
 inst/extdata/project/lines/Line_26.txt |   23 ++++++------
 inst/extdata/project/lines/Line_27.txt |   20 +++++-----
 inst/extdata/project/lines/Line_28.txt |   19 +++++-----
 inst/extdata/project/lines/Line_29.txt |   10 ++---
 inst/extdata/project/lines/Line_3.txt  |   43 ++++++++++------------
 inst/extdata/project/lines/Line_30.txt |   30 ++++++++-------
 inst/extdata/project/lines/Line_31.txt |   27 +++++++-------
 inst/extdata/project/lines/Line_4.txt  |   49 +++++++++++---------------
 inst/extdata/project/lines/Line_5.txt  |   28 ++++++--------
 inst/extdata/project/lines/Line_6.txt  |   14 +++----
 inst/extdata/project/lines/Line_7.txt  |    6 +--
 inst/extdata/project/lines/Line_8.txt  |   28 +++++++-------
 inst/extdata/project/lines/Line_9.txt  |   26 ++++++-------
 32 files changed, 385 insertions(+), 387 deletions(-)

More information about sumer at CRAN
Permanent link

New package scholidonline with initial version 0.1.0
Package: scholidonline
Title: Resolution, Conversion, Linking and Metadata for Scholarly Identifiers
Version: 0.1.0
Language: en-US
Description: Enables querying of scholarly identifier services to verify identifier existence, convert identifiers across systems, retrieve bibliographic metadata, and discover linked identifiers. Supports common identifier types including DOI, PMID, PMCID, arXiv, and ORCID.
License: MIT + file LICENSE
URL: https://thomas-rauter.github.io/scholidonline/
BugReports: https://github.com/Thomas-Rauter/scholidonline/issues
Depends: R (>= 4.0.0)
Imports: scholid, httr2, rlang
Suggests: testthat (>= 3.0.0), knitr (>= 1.30), rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-02 08:29:42 UTC; thomasrauter
Author: Thomas Rauter [aut, cre, fnd]
Maintainer: Thomas Rauter <rauterthomas0@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-07 08:10:02 UTC

More information about scholidonline at CRAN
Permanent link

New package WHORiskCalculator with initial version 1.0.0
Package: WHORiskCalculator
Title: WHO Cardiovascular Disease Risk Calculator
Version: 1.0.0
Description: Implements the 2019 World Health Organization (WHO) cardiovascular disease (CVD) risk prediction models, as described in Kaptoge et al. (2019) <doi:10.1016/S2214-109X(19)30318-3>. Provides two validated models for estimating 10-year risk of fatal and non-fatal cardiovascular events (myocardial infarction and stroke): a laboratory-based model using age, sex, systolic blood pressure, total cholesterol, smoking status, and diabetes history; and a non-laboratory-based model substituting body mass index (BMI) for cholesterol and diabetes, suitable for resource-limited settings. Risk estimates are recalibrated to 21 Global Burden of Disease regions using region-specific incidence rates and risk factor distributions derived from the Emerging Risk Factors Collaboration. Functions are fully vectorized for efficient batch calculations and support automatic country-to-region mapping via ISO 3166-1 alpha-3 country codes.
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: devtools, renv, spelling
Language: en-US
NeedsCompilation: no
Packaged: 2026-04-01 09:59:18 UTC; r878876
Author: WHO CVD Risk Chart Working Group [aut], Andrea Pedot [cre, ctb]
Maintainer: Andrea Pedot <andrea.pedot@unimi.it>
Repository: CRAN
Date/Publication: 2026-04-07 07:30:09 UTC

More information about WHORiskCalculator at CRAN
Permanent link

Package WebAnalytics updated to version 0.9.15 with previous version 0.9.14 dated 2025-07-29

Title: Web Server Log Analysis
Description: Provides Apache and IIS log analytics for transaction performance, client populations and workload definitions.
Author: Greg Hunt [aut, cre, cph]
Maintainer: Greg Hunt <greg@firmansyah.com>

Diff between WebAnalytics versions 0.9.14 dated 2025-07-29 and 0.9.15 dated 2026-04-07

 DESCRIPTION                                              |   13 ++-
 MD5                                                      |   52 +++++++--------
 NAMESPACE                                                |    1 
 NEWS.md                                                  |   12 +++
 build/vignette.rds                                       |binary
 inst/doc/performance.pdf                                 |binary
 inst/templates/makerpt.sh                                |    2 
 inst/templates/sample.config                             |    8 +-
 inst/templates/sampleRfile.R                             |   13 ++-
 man/WebAnalytics-package.Rd                              |    2 
 man/laTexFilePercentileComparisonsWrite.Rd               |    2 
 man/logFileListRead.Rd                                   |    2 
 man/logFileRead.Rd                                       |    2 
 man/percentileBaselinePrint.Rd                           |    2 
 man/plotByRate.Rd                                        |    2 
 man/plotDataRateImpactOnResponse.Rd                      |    2 
 man/plotDataRateImpactOnStaticResponse.Rd                |    2 
 man/plotErrorRateByHour.Rd                               |    2 
 man/plotFrequencyHistogram.Rd                            |    2 
 man/plotFrequencyHistogramOutlierCutoff.Rd               |    2 
 man/plotParallelismRateImpactOnResponse.Rd               |    2 
 man/plotResponseTimeScatter.Rd                           |    2 
 man/plotSave.Rd                                          |    2 
 man/plotTransactionRateImpactOnDynamicContentResponse.Rd |    2 
 man/plotWriteFilenameToLaTexFile.Rd                      |    2 
 man/summaryTxDataFrameCreate.Rd                          |    1 
 man/summaryTxTablePrint.Rd                               |    2 
 27 files changed, 77 insertions(+), 59 deletions(-)

More information about WebAnalytics at CRAN
Permanent link

New package ukbflow with initial version 0.3.3
Package: ukbflow
Title: Streamlined Workflow for UK Biobank Data Extraction, Analysis, and Visualization
Version: 0.3.3
Description: Provides a streamlined workflow for UK Biobank cloud-based analysis on the Research Analysis Platform (RAP). Includes tools for phenotype extraction and decoding, variable derivation, survival and association analysis, genetic risk score computation, and publication-quality visualization. For details on the UK Biobank resource, see Bycroft et al. (2018) <doi:10.1038/s41586-018-0579-z>.
License: MIT + file LICENSE
URL: https://github.com/evanbio/ukbflow, https://evanbio.github.io/ukbflow/
BugReports: https://github.com/evanbio/ukbflow/issues
Depends: R (>= 4.1)
Imports: broom, cli, curl, data.table, dplyr, forestploter, gt, gtsummary, jsonlite, processx, rlang, survival, tidyselect, tools
Encoding: UTF-8
Suggests: knitr, pagedown, pROC, rmarkdown, testthat (>= 3.0.0), mockery, webshot2, withr
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2026-04-01 10:01:17 UTC; 84241
Author: Yibin Zhou [aut, cre]
Maintainer: Yibin Zhou <evanzhou.bio@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-07 07:40:02 UTC

More information about ukbflow at CRAN
Permanent link

New package readelan with initial version 0.1.0
Package: readelan
Title: Read 'ELAN' Files
Version: 0.1.0
Description: The goal of the 'readelan' is to provide a simple way to read data and metadata in files created with the annotation software 'ELAN' <https://archive.mpi.nl/tla/elan> into R as data frames.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: tools, utils, xml2
URL: https://github.com/borstell/readelan
BugReports: https://github.com/borstell/readelan/issues
NeedsCompilation: no
Packaged: 2026-04-01 17:33:24 UTC; carlborstell
Author: Carl Boerstell [aut, cre, cph]
Maintainer: Carl Boerstell <carl.borstell@uib.no>
Repository: CRAN
Date/Publication: 2026-04-07 08:00:02 UTC

More information about readelan at CRAN
Permanent link

New package progressify with initial version 0.1.0
Package: progressify
Version: 0.1.0
Title: Progress Reporting of Common Functions via One Magic Function
Description: The progressify() function rewrites (transpiles) calls to sequential and parallel map-reduce functions such as base::lapply(), purrr::map(), foreach::foreach(), and plyr::llply() to signal progress updates. By combining this function with R's native pipe operator, you have a straightforward way to report progress on iterative computations with minimal refactoring, e.g. 'lapply(x, fcn) |> progressify()' and 'purrr::map(x, fcn) |> progressify()'. It is compatible with the 'futurize' package for parallelization, e.g. 'lapply(x, fcn) |> progressify() |> futurize()' and 'purrr::map(x, fcn) |> futurize() |> progressify()'.
License: GPL (>= 3)
Depends: R (>= 4.1.0), progressr
Imports: methods
Suggests: base64enc, commonmark, crossmap, doFuture, foreach, furrr, future.apply, futurize, partykit, plyr, purrr, tools
VignetteBuilder: progressify
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-04-02 08:05:19 UTC; hb
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2026-04-07 08:00:08 UTC

More information about progressify at CRAN
Permanent link

New package MEsreg with initial version 0.1.0
Package: MEsreg
Title: Generalized Maximum Entropy Estimation for Smooth Transition and Kink Regression Models
Version: 0.1.0
Maintainer: Woraphon Yamaka <woraphon.econ@gmail.com>
Description: Implements generalized maximum entropy estimation for linear regression, kink regression, and smooth transition kink regression models. The approach represents unknown parameters and disturbances as probability distributions over discrete support spaces and estimates them by maximizing entropy subject to model constraints. It is particularly suited to ill-posed problems and does not require distributional assumptions on the error term. The methods have been applied in empirical studies such as Tarkhamtham and Yamaka (2019) <https://thaijmath.com/index.php/thaijmath/article/view/867/870> and Maneejuk, Yamaka, and Sriboonchitta (2022) <doi:10.1080/03610918.2020.1836214>.
License: GPL-3
Encoding: UTF-8
Imports: Rsolnp, stats
Language: en-US
NeedsCompilation: no
Packaged: 2026-04-02 06:50:39 UTC; Acer
Author: Woraphon Yamaka [aut, cre], Paravee Maneejuk [aut], Nuttaphong Kaewtathip [aut]
Repository: CRAN
Date/Publication: 2026-04-07 07:50:07 UTC

More information about MEsreg at CRAN
Permanent link

New package mapSenegal with initial version 0.1.1
Package: mapSenegal
Title: Administrative Boundaries of Senegal
Version: 0.1.1
Description: The administrative boundaries of Senegal are provided at several levels, including regions, departments, arrondissements and communes. The Global Administrative Areas database, or `GADM` <https://gadm.org/>, is the primary source for these layers. The dataset is complemented by the incorporation of additional geographic layers, such as localities, universities, roads, or health facility locations.
Depends: R (>= 3.5.0), sf
URL: https://github.com/mapSenegal/mapSenegal
BugReports: https://github.com/mapSenegal/mapSenegal/issues
Suggests: mapsf
License: GPL-3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-04-02 07:44:48 UTC; tim
Author: Timothee Giraud [cre, aut] , Labaly Toure [aut] , Hugues Pecout [ctb] , Robert J. Hijmans [cph]
Maintainer: Timothee Giraud <timothee.giraud@cnrs.fr>
Repository: CRAN
Date/Publication: 2026-04-07 07:50:02 UTC

More information about mapSenegal at CRAN
Permanent link

New package ipgeolocation with initial version 0.1.0
Package: ipgeolocation
Title: Client for the 'IPGeolocation.io IP Location API'
Version: 0.1.0
Description: Provides functions to query the 'IPGeolocation.io IP Location API' (<https://ipgeolocation.io/documentation/ip-location-api.html>). Supports retrieval of IP location, ASN, network, currency, timezone, abuse, and security data. Response filtering is supported using 'fields' and 'excludes' parameters (dot notation supported), and optional objects can be requested via the 'include' parameter. Returns parsed API responses as R objects.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: httr2
Depends: R (>= 4.1.0)
URL: https://github.com/devjfreaks/ipgeolocation-r
BugReports: https://github.com/devjfreaks/ipgeolocation-r/issues
NeedsCompilation: no
Packaged: 2026-04-01 11:06:08 UTC; anwar
Author: Anwar Ahmed [aut, cre], IPGeolocation IO [cph]
Maintainer: Anwar Ahmed <anwar@jfreaks.com>
Repository: CRAN
Date/Publication: 2026-04-07 07:40:10 UTC

More information about ipgeolocation at CRAN
Permanent link

New package forestBalance with initial version 0.1.0
Package: forestBalance
Title: Balancing Confounder Distributions with Forest Energy Balancing
Version: 0.1.0
Description: Estimates average treatment effects using kernel energy balancing with random forest similarity kernels. A multivariate random forest jointly models covariates, outcome, and treatment to build a similarity kernel between observations. This kernel is then used for energy balancing to create weights that control for confounding. The method is described in De and Huling (2025) <doi:10.48550/arXiv.2512.18069>.
License: GPL (>= 3)
URL: https://github.com/jaredhuling/forestBalance
BugReports: https://github.com/jaredhuling/forestBalance/issues
Encoding: UTF-8
LinkingTo: Rcpp, RcppEigen
Imports: grf (>= 2.3.0), MASS, Matrix, methods, Rcpp
Suggests: ggplot2, knitr, osqp, rmarkdown, testthat (>= 3.0.0), WeightIt
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-04-01 12:01:03 UTC; huling
Author: Jared Huling [aut, cre], Simion De [aut]
Maintainer: Jared Huling <jaredhuling@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-07 07:40:15 UTC

More information about forestBalance at CRAN
Permanent link

New package assemblykor with initial version 0.1.1
Package: assemblykor
Title: Korean National Assembly Data for Political Science Education
Version: 0.1.1
Description: Provides ready-to-use datasets from the Korean National Assembly (assemblies 20 through 22, 2016-2026) for teaching quantitative methods in political science. Includes legislator metadata, bill proposals, roll call votes, asset declarations, and policy seminar records. Designed as a Korean politics counterpart to packages like 'palmerpenguins', enabling students to practice regression, panel data analysis, text analysis, and network analysis with real legislative data. Roll call vote data and spatial voting models are described in Poole and Rosenthal (1985) <doi:10.2307/2111172>. Legislative data is sourced from the Korean National Assembly Open API.
License: MIT + file LICENSE
URL: https://kyusik-yang.github.io/assemblykor/, https://github.com/kyusik-yang/assemblykor
BugReports: https://github.com/kyusik-yang/assemblykor/issues
Depends: R (>= 3.5.0)
Imports: utils
Suggests: arrow, broom, dplyr, fixest, ggplot2, htmltools, igraph, knitr, learnr, pkgdown, rmarkdown, scales, stringr, systemfonts, testthat (>= 3.0.0), tidyr, tidytext
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-01 09:34:52 UTC; kyusik
Author: Kyusik Yang [aut, cre]
Maintainer: Kyusik Yang <kyusik.yang@nyu.edu>
Repository: CRAN
Date/Publication: 2026-04-07 07:30:02 UTC

More information about assemblykor at CRAN
Permanent link

New package aftPenCDA with initial version 0.1.0
Package: aftPenCDA
Title: Penalized AFT Estimation via Coordinate Descent
Version: 0.1.0
Maintainer: Suyeon Seon <seonsy429@gmail.com>
Description: Provides penalized accelerated failure time (AFT) model estimation for right-censored and partly interval-censored survival data using induced smoothing and coordinate descent algorithms. Supported penalties include broken adaptive ridge (BAR), LASSO, adaptive LASSO, and SCAD. Core estimation routines are implemented in 'C++' via 'Rcpp' and 'RcppArmadillo' for computational efficiency. The methodology is related to Zeng and Lin (2008) <doi:10.1093/biostatistics/kxm034>, Xu et al. (2010) <doi:10.1002/sim.2576>, Dai et al. (2018) <doi:10.1016/j.jmva.2018.08.007>, and Choi et al. (2025) <doi:10.48550/arXiv.2503.11268>.
URL: https://github.com/seonsy/aftPenCDA
BugReports: https://github.com/seonsy/aftPenCDA/issues
License: GPL-3
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2026-04-02 05:20:29 UTC; seonsuyeon
Author: Suyeon Seon [aut, cre], Taehwa Choi [aut], Dipankar Bandyopadhyay [aut], Dongha Kim [aut], Seongoh Park [aut]
Repository: CRAN
Date/Publication: 2026-04-07 07:40:21 UTC

More information about aftPenCDA at CRAN
Permanent link

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

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

2026-03-24 1.0.0

Permanent link
Package NetworkChange updated to version 1.1.0 with previous version 1.0.0 dated 2026-01-21

Title: Bayesian Package for Network Changepoint Analysis
Description: Network changepoint analysis for undirected network data. The package implements a hidden Markov network change point model (Park and Sohn (2020)). Functions for break number detection using the approximate marginal likelihood and WAIC are also provided. Version 1.1.0 includes high-performance C++ implementations via 'Rcpp'/'RcppArmadillo' for 5-15x faster MCMC sampling, along with modern 'ggplot2'-based visualizations with colorblind-friendly palettes.
Author: Jong Hee Park [aut, cre], Yunkyu Sohn [aut]
Maintainer: Jong Hee Park <jongheepark@snu.ac.kr>

Diff between NetworkChange versions 1.0.0 dated 2026-01-21 and 1.1.0 dated 2026-04-07

 DESCRIPTION                        |   19 ++++-----
 MD5                                |   63 +++++++++++++++++++++---------
 NAMESPACE                          |    2 
 R/NetworkChange-package.r          |    7 ++-
 R/NetworkChange.r                  |   64 ++++++-------------------------
 R/NetworkChangeRobust.r            |   10 ++--
 R/NetworkStatic.R                  |   42 ++------------------
 R/RcppExports.R                    |only
 R/ULUstateSample.r                 |   55 +++++++++++++++++++++++---
 R/Utils.R                          |   76 ++++++++++++++++++++++++++++++++++---
 R/updateU.R                        |   12 +++--
 R/updateUm.R                       |   15 ++++---
 R/updateV.R                        |   16 ++++++-
 R/updateVm.R                       |   17 +++++++-
 R/updates2m.R                      |   16 +++++--
 man/GramSchmidt_cpp.Rd             |only
 man/M_U_cpp.Rd                     |only
 man/M_U_list_cpp.Rd                |only
 man/ULUstateSample.Rd              |    2 
 man/ULUstateSample_cpp.Rd          |only
 man/Unormal_cpp.Rd                 |only
 man/compute_L_matrix_cpp.Rd        |only
 man/compute_diag_correction_cpp.Rd |only
 man/rMVNorm_cpp.Rd                 |only
 man/rmn_cpp.Rd                     |only
 man/rsmn_cpp.Rd                    |only
 man/updateU.Rd                     |    4 -
 man/updateU_cpp.Rd                 |only
 man/updateUm.Rd                    |    4 -
 man/updateUm_cpp.Rd                |only
 man/updateV.Rd                     |    4 -
 man/updateV_cpp.Rd                 |only
 man/updateVm.Rd                    |    2 
 man/updateVm_cpp.Rd                |only
 man/updates2m.Rd                   |    3 -
 man/updates2m_cpp.Rd               |only
 src                                |only
 37 files changed, 274 insertions(+), 159 deletions(-)

More information about NetworkChange at CRAN
Permanent link

Package igraph updated to version 2.2.3 with previous version 2.2.2 dated 2026-02-12

Title: Network Analysis and Visualization
Description: Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.
Author: Gabor Csardi [aut] , Tamas Nepusz [aut] , Vincent Traag [aut] , Szabolcs Horvat [aut] , Fabio Zanini [aut] , Daniel Noom [aut], Kirill Mueller [aut, cre] , Michael Antonov [ctb], Chan Zuckerberg Initiative [fnd] , David Schoch [aut] , Maelle Salmon [a [...truncated...]
Maintainer: Kirill Mueller <kirill@cynkra.com>

Diff between igraph versions 2.2.2 dated 2026-02-12 and 2.2.3 dated 2026-04-07

 DESCRIPTION                        |    6 -
 MD5                                |   24 +++---
 NEWS.md                            |    7 +
 build/partial.rdb                  |binary
 build/vignette.rds                 |binary
 inst/doc/igraph.Rmd                |    2 
 inst/doc/igraph.html               |   66 +++++++++---------
 inst/doc/igraph_ES.html            |   66 +++++++++---------
 inst/doc/igraph_ES.rmd             |    2 
 src/rinterface_extra.c             |  131 +++++++++++++++++++++++++------------
 src/vendor/cigraph/CONTRIBUTORS.md |    2 
 vignettes/igraph.Rmd               |    2 
 vignettes/igraph_ES.rmd            |    2 
 13 files changed, 183 insertions(+), 127 deletions(-)

More information about igraph at CRAN
Permanent link

Package FoRDM updated to version 1.0.2 with previous version 1.0.1 dated 2025-12-12

Title: Forest Many-Objective Robust Decision Making ('FoRDM')
Description: Forest Many-Objective Robust Decision Making ('FoRDM') is a R toolkit for supporting robust forest management under deep uncertainty. It provides a forestry-focused application of Many-Objective Robust Decision Making ('MORDM') to forest simulation outputs, enabling users to evaluate robustness using regret- and 'satisficing'-based measures. 'FoRDM' identifies robust solutions, generates Pareto fronts, and offers interactive 2D, 3D, and parallel-coordinate visualizations.
Author: Marc Djahangard [aut, cre], Rasoul Yousefpour [aut]
Maintainer: Marc Djahangard <marc.djahangard@ife.uni-freiburg.de>

Diff between FoRDM versions 1.0.1 dated 2025-12-12 and 1.0.2 dated 2026-04-07

 DESCRIPTION                         |    8 -
 MD5                                 |   18 +--
 NAMESPACE                           |    1 
 NEWS                                |    8 +
 R/FoRDM.R                           |  173 +++++++++++++++++++-----------------
 README.md                           |   12 +-
 inst/CITATION                       |    6 -
 man/build_fordm_table.Rd            |    4 
 man/robustness_tradeoff_analysis.Rd |   14 ++
 tests/testthat/test-FoRDM_test.R    |    3 
 10 files changed, 139 insertions(+), 108 deletions(-)

More information about FoRDM at CRAN
Permanent link

Package splusTimeSeries updated to version 1.5.8 with previous version 1.5.7 dated 2024-09-19

Title: Time Series from 'S-PLUS'
Description: A collection of classes and methods for working with indexed rectangular data. The index values can be calendar (timeSeries class) or numeric (signalSeries class). Methods are included for aggregation, alignment, merging, and summaries. The code was originally available in 'S-PLUS'.
Author: Stephen Kaluzny [aut, cre], TIBCO Software Inc. [aut, cph]
Maintainer: Stephen Kaluzny <spkaluzny@gmail.com>

Diff between splusTimeSeries versions 1.5.7 dated 2024-09-19 and 1.5.8 dated 2026-04-07

 DESCRIPTION      |    6 +++---
 LICENSE          |    2 +-
 MD5              |   12 ++++++------
 man/fed.rate.Rd  |    2 +-
 man/tbauc.Rd     |    2 +-
 man/tcm.curve.Rd |    2 +-
 src/init.c       |    5 +++--
 7 files changed, 16 insertions(+), 15 deletions(-)

More information about splusTimeSeries at CRAN
Permanent link

Package splusTimeDate updated to version 2.5.10 with previous version 2.5.9 dated 2025-11-25

Title: Times and Dates from 'S-PLUS'
Description: A collection of classes and methods for working with times and dates. The code was originally available in 'S-PLUS'.
Author: Stephen Kaluzny [aut, cre], TIBCO Software Inc. [aut, cph]
Maintainer: Stephen Kaluzny <spkaluzny@gmail.com>

Diff between splusTimeDate versions 2.5.9 dated 2025-11-25 and 2.5.10 dated 2026-04-07

 DESCRIPTION |    6 +++---
 LICENSE     |    2 +-
 MD5         |    6 +++---
 src/init.c  |    5 +++--
 4 files changed, 10 insertions(+), 9 deletions(-)

More information about splusTimeDate at CRAN
Permanent link

Package shinylive readmission to version 0.4.1 with previous version 0.4.0 dated 2026-03-31

Title: Run 'shiny' Applications in the Browser
Description: Exporting 'shiny' applications with 'shinylive' allows you to run them entirely in a web browser, without the need for a separate R server. The traditional way of deploying 'shiny' applications involves in a separate server and client: the server runs R and 'shiny', and clients connect via the web browser. When an application is deployed with 'shinylive', R and 'shiny' run in the web browser (via 'webR'): the browser is effectively both the client and server for the application. This allows for your 'shiny' application exported by 'shinylive' to be hosted by a static web server.
Author: Barret Schloerke [aut, cre] , Winston Chang [aut] , George Stagg [aut], Garrick Aden-Buie [aut] , Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke <barret@posit.co>

This is a re-admission after prior archival of version 0.4.0 dated 2026-03-31

Diff between shinylive versions 0.4.0 dated 2026-03-31 and 0.4.1 dated 2026-04-07

 DESCRIPTION                      |    6 +++---
 MD5                              |   18 +++++++++---------
 NEWS.md                          |   11 +++++++++++
 R/assets.R                       |    3 +++
 R/utils.R                        |    5 +++++
 tests/testthat/setup-skip.R      |    2 +-
 tests/testthat/test-assertions.R |   36 ++++++++++++++++++++++++++++++++++++
 tests/testthat/test-assets.R     |    2 +-
 tests/testthat/test-export.R     |   14 ++++++++------
 tests/testthat/test-quarto_ext.R |   13 ++++++++-----
 10 files changed, 85 insertions(+), 25 deletions(-)

More information about shinylive at CRAN
Permanent link

Package rfishbase updated to version 5.0.3 with previous version 5.0.2 dated 2025-12-17

Title: R Interface to 'FishBase'
Description: A programmatic interface to 'FishBase', re-written based on an accompanying 'RESTful' API. Access tables describing over 30,000 species of fish, their biology, ecology, morphology, and more. This package also supports experimental access to 'SeaLifeBase' data, which contains nearly 200,000 species records for all types of aquatic life not covered by 'FishBase.'
Author: Carl Boettiger [cre, aut] , Scott Chamberlain [aut] , Duncan Temple Lang [aut], Peter Wainwright [aut], Kevin Cazelles [ctb] , Guohuan Su [ctb]
Maintainer: Carl Boettiger <cboettig@gmail.com>

Diff between rfishbase versions 5.0.2 dated 2025-12-17 and 5.0.3 dated 2026-04-07

 DESCRIPTION                     |    8 +--
 MD5                             |   94 ++++++++++++++++++++--------------------
 NEWS.md                         |   21 ++++++++
 R/common_names.R                |    7 +-
 R/fb_tbl.R                      |   25 ++++++++++
 R/population_dynamics.R         |    8 ++-
 man/available_releases.Rd       |    2 
 man/brains.Rd                   |    2 
 man/c_code.Rd                   |    2 
 man/common_names.Rd             |    2 
 man/common_to_sci.Rd            |    2 
 man/country.Rd                  |    2 
 man/countrysub.Rd               |    2 
 man/countrysubref.Rd            |    2 
 man/diet.Rd                     |    2 
 man/diet_items.Rd               |    2 
 man/ecology.Rd                  |    2 
 man/ecosystem.Rd                |    2 
 man/estimate.Rd                 |    2 
 man/faoareas.Rd                 |    2 
 man/fb_tables.Rd                |    2 
 man/fb_tbl.Rd                   |    2 
 man/fecundity.Rd                |    2 
 man/fooditems.Rd                |    2 
 man/genetics.Rd                 |    2 
 man/introductions.Rd            |    2 
 man/larvae.Rd                   |    2 
 man/length_freq.Rd              |    2 
 man/length_length.Rd            |    8 ++-
 man/length_weight.Rd            |    2 
 man/maturity.Rd                 |    2 
 man/morphology.Rd               |    2 
 man/morphometrics.Rd            |    2 
 man/oxygen.Rd                   |    2 
 man/popchar.Rd                  |    2 
 man/popgrowth.Rd                |    2 
 man/popqb.Rd                    |    2 
 man/predators.Rd                |    2 
 man/ration.Rd                   |    2 
 man/references.Rd               |    2 
 man/reproduction.Rd             |    2 
 man/spawning.Rd                 |    2 
 man/species_by_ecosystem.Rd     |    2 
 man/speed.Rd                    |    2 
 man/stocks.Rd                   |    2 
 man/swimming.Rd                 |    2 
 man/validate_names.Rd           |    2 
 tests/testthat/test_load_taxa.R |   17 ++++---
 48 files changed, 164 insertions(+), 104 deletions(-)

More information about rfishbase at CRAN
Permanent link

Package pbdMPI updated to version 0.5-5 with previous version 0.5-4 dated 2025-08-29

Title: R Interface to MPI for HPC Clusters (Programming with Big Data Project)
Description: A simplified, efficient, interface to MPI for HPC clusters. It is a derivation and rethinking of the Rmpi package. pbdMPI embraces the prevalent parallel programming style on HPC clusters. Beyond the interface, a collection of functions for global work with distributed data and resource-independent RNG reproducibility is included. It is based on S4 classes and methods.
Author: Wei-Chen Chen [aut, cre], George Ostrouchov [aut], Drew Schmidt [aut], Pragneshkumar Patel [aut], Hao Yu [aut], Christian Heckendorf [ctb] , Brian Ripley [ctb] , R Core team [ctb] , Sebastien Lamy de la Chapelle [aut]
Maintainer: Wei-Chen Chen <wccsnow@gmail.com>

Diff between pbdMPI versions 0.5-4 dated 2025-08-29 and 0.5-5 dated 2026-04-07

 ChangeLog                                     |    3 +
 DESCRIPTION                                   |    8 ++--
 INSTALL                                       |    2 -
 MD5                                           |   42 +++++++++++++-------------
 R/api_task_pull.r                             |    2 -
 R/windows/zzz.r                               |   19 -----------
 R/zzz.r.in                                    |   19 -----------
 README.md                                     |    6 +--
 inst/doc/pbdMPI-guide.Rnw                     |    2 -
 inst/doc/pbdMPI-guide.pdf                     |binary
 inst/examples/test_cs/named.client.r          |    2 -
 inst/examples/test_cs/named.server.r          |    2 -
 inst/examples/test_cs/simple.client.r         |    2 -
 inst/examples/test_cs/simple.server.r         |    2 -
 src/pkg_dl.c                                  |   16 +++++++--
 src/pkg_tools.c                               |   11 ++++--
 vignettes/pbdMPI-guide.Rnw                    |    2 -
 vignettes/pbdMPI-include/01-introduction.tex  |   14 ++++----
 vignettes/pbdMPI-include/03-faq.tex           |    8 ++--
 vignettes/pbdMPI-include/04-windows_msmpi.tex |    6 +--
 vignettes/pbdMPI-include/06-longvector.tex    |    2 -
 vignettes/pbdMPI-include/pbdMPI.bib           |    8 ++--
 22 files changed, 78 insertions(+), 100 deletions(-)

More information about pbdMPI at CRAN
Permanent link

Package nmw updated to version 0.2.0 with previous version 0.1.6 dated 2026-03-07

Title: Understanding Nonlinear Mixed Effects Modeling for Population Pharmacokinetics
Description: This shows how NONMEM(R) software works. NONMEM's classical estimation methods like 'First Order(FO) approximation', 'First Order Conditional Estimation(FOCE)', and 'Laplacian approximation' are explained. Additionally, provides functions for post-run processing of NONMEM output files, generating comprehensive PDF diagnostic reports including objective function value analysis, parameter estimates, prediction diagnostics, residual diagnostics, empirical Bayes estimate (EBE) analysis, input data summary, and individual pharmacokinetic parameter distributions.
Author: Kyun-Seop Bae [aut, cre]
Maintainer: Kyun-Seop Bae <k@acr.kr>

Diff between nmw versions 0.1.6 dated 2026-03-07 and 0.2.0 dated 2026-04-07

 DESCRIPTION                           |   24 ++++--
 MD5                                   |  131 ++++++++++++++++++++++++++++++++--
 NAMESPACE                             |   84 +++++++++++++++++++++
 R/MinUtil.R                           |    2 
 R/nm_math.R                           |only
 R/nm_parse.R                          |only
 R/nm_read.R                           |only
 R/nm_stats.R                          |only
 R/nm_summary.R                        |only
 R/nm_tests.R                          |only
 R/nmw_run.R                           |only
 R/pdf_report.R                        |only
 R/plot_pairs.R                        |only
 R/report_ebe.R                        |only
 R/report_indipk.R                     |only
 R/report_input.R                      |only
 R/report_ofv.R                        |only
 R/report_output.R                     |only
 R/report_param.R                      |only
 R/report_pred.R                       |only
 R/report_resid.R                      |only
 R/utils_data.R                        |only
 R/utils_report.R                      |only
 R/utils_string.R                      |only
 inst/NEWS.Rd                          |    9 ++
 inst/doc/nmw-introduction.Rmd         |only
 inst/extdata                          |only
 man/AddDoNoTaLD.Rd                    |only
 man/AddPage.Rd                        |only
 man/AllNA.Rd                          |only
 man/AllSame.Rd                        |only
 man/BtwTagLines.Rd                    |only
 man/BtwTagMat.Rd                      |only
 man/BtwTagVal.Rd                      |only
 man/BtwTagVals.Rd                     |only
 man/CalcTaLDForReport.Rd              |only
 man/ClosePDF.Rd                       |only
 man/ConnPoint.Rd                      |only
 man/CountEXTParams.Rd                 |only
 man/DxPlotPost.Rd                     |only
 man/EBEpair.Rd                        |only
 man/ExpandDoseHist.Rd                 |only
 man/FileTag.Rd                        |only
 man/FuncDep.Rd                        |only
 man/GetAICc.Rd                        |only
 man/GetCountAllTheta.Rd               |only
 man/GetCountEps.Rd                    |only
 man/GetCountEta.Rd                    |only
 man/GetCountFixedTheta.Rd             |only
 man/GetCountObs.Rd                    |only
 man/GetCountOmega.Rd                  |only
 man/GetCountPara.Rd                   |only
 man/GetCountUnfixedEps.Rd             |only
 man/GetCountUnfixedTheta.Rd           |only
 man/GetCurModelName.Rd                |only
 man/GetEstMethod.Rd                   |only
 man/GetModelNames.Rd                  |only
 man/GetOFV.Rd                         |only
 man/GetOffDiagOmega.Rd                |only
 man/GetProbVal.Rd                     |only
 man/GetReason.Rd                      |only
 man/IntStat.Rd                        |only
 man/LogDV.Rd                          |only
 man/LogDV2.Rd                         |only
 man/MatchEnd.Rd                       |only
 man/MergeIDStatOFV.Rd                 |only
 man/MinSuccess.Rd                     |only
 man/NMIDStat.Rd                       |only
 man/NMVarStat.Rd                      |only
 man/OBJfpost.Rd                       |only
 man/OFV_SCREEN_LAYOUT.Rd              |only
 man/Outline.Rd                        |only
 man/PanelChar.Rd                      |only
 man/PanelCor.Rd                       |only
 man/PanelHist.Rd                      |only
 man/ParseItemName.Rd                  |only
 man/ParseItemWidth.Rd                 |only
 man/ParseOut.Rd                       |only
 man/PlotDistribution.Rd               |only
 man/PrepPDF.Rd                        |only
 man/PrinMTxt.Rd                       |only
 man/PrinTxt.Rd                        |only
 man/ReadEXTFile.Rd                    |only
 man/ReadFDATA.Rd                      |only
 man/RemoveNA.Rd                       |only
 man/RenCol.Rd                         |only
 man/ResTest.Rd                        |only
 man/RmvCol.Rd                         |only
 man/RmvFixed.Rd                       |only
 man/RmvZero.Rd                        |only
 man/SESuccess.Rd                      |only
 man/SumOut.Rd                         |only
 man/SumOut1.Rd                        |only
 man/dot-ebe_correlation_tables.Rd     |only
 man/dot-ebe_covariate_analysis.Rd     |only
 man/dot-ebe_individual_ci.Rd          |only
 man/dot-ebe_plot_distributions.Rd     |only
 man/dot-ebe_regression_diagnostics.Rd |only
 man/mlr2.Rd                           |only
 man/nmw-package.Rd                    |    4 -
 man/nmw_report_ebe.Rd                 |only
 man/nmw_report_indipk.Rd              |only
 man/nmw_report_input.Rd               |only
 man/nmw_report_ofv.Rd                 |only
 man/nmw_report_output.Rd              |only
 man/nmw_report_param.Rd               |only
 man/nmw_report_pred.Rd                |only
 man/nmw_report_resid.Rd               |only
 man/nmw_run.Rd                        |only
 man/run.p.Rd                          |only
 man/run.test.nm.Rd                    |only
 tests                                 |only
 112 files changed, 237 insertions(+), 17 deletions(-)

More information about nmw at CRAN
Permanent link

Package liver updated to version 1.28 with previous version 1.27 dated 2026-02-18

Title: Toolkit and Datasets for Data Science
Description: Provides a collection of helper functions and illustrative datasets to support learning and teaching of data science with R. The package is designed as a companion to the book <https://book-data-science-r.netlify.app>, making key data science techniques accessible to individuals with minimal coding experience. Functions include tools for data partitioning, performance evaluation, and data transformations (e.g., z-score and min-max scaling). The included datasets are curated to highlight practical applications in data exploration, modeling, and multivariate analysis. An early inspiration for the package came from an ancient Persian idiom about "eating the liver", symbolizing deep and immersive engagement with knowledge.
Author: Reza Mohammadi [aut, cre] , Jeroen van Raak [aut] , Kevin Burke [aut]
Maintainer: Reza Mohammadi <a.mohammadi@uva.nl>

Diff between liver versions 1.27 dated 2026-02-18 and 1.28 dated 2026-04-07

 DESCRIPTION                 |   20 +++++++++++++-------
 MD5                         |   31 +++++++++++++++++++++++--------
 NEWS.md                     |   10 ++++++++++
 R/conf.mat.plot.R           |    2 +-
 build/partial.rdb           |only
 data/NMES1988.RData         |only
 data/bike_demand.RData      |only
 data/cpu_price.RData        |only
 data/credit.RData           |only
 data/datalist               |    7 +++++++
 data/doctor_visits.RData    |only
 data/loan.RData             |only
 data/mortgage.RData         |only
 inst/doc/liver-example.html |    4 ++--
 man/NMES1988.Rd             |only
 man/adult.Rd                |    2 +-
 man/bike_demand.Rd          |only
 man/cereal.Rd               |    2 +-
 man/conf.mat.plot.Rd        |    2 +-
 man/cpu_price.Rd            |only
 man/credit.Rd               |only
 man/doctor_visits.Rd        |only
 man/loan.Rd                 |only
 man/mortgage.Rd             |only
 24 files changed, 59 insertions(+), 21 deletions(-)

More information about liver at CRAN
Permanent link

Package lidR updated to version 4.3.1 with previous version 4.3.0 dated 2026-04-02

Title: Airborne LiDAR Data Manipulation and Visualization for Forestry Applications
Description: Airborne LiDAR (Light Detection and Ranging) interface for data manipulation and visualization. Read/write 'las' and 'laz' files, computation of metrics in area based approach, point filtering, artificial point reduction, classification from geographic data, normalization, individual tree segmentation and other manipulations.
Author: Jean-Romain Roussel [aut, cre, cph], David Auty [aut, ctb] , Florian De Boissieu [ctb] , Andrew Sanchez Meador [ctb] for segment_snags), Bourdon Jean-Francois [ctb] for track_sensor), Gatziolis Demetrios [ctb] for track_sensor), Leon Steinmeier [c [...truncated...]
Maintainer: Jean-Romain Roussel <info@r-lidar.com>

Diff between lidR versions 4.3.0 dated 2026-04-02 and 4.3.1 dated 2026-04-07

 DESCRIPTION                           |    6 
 MD5                                   |   43 ++---
 NEWS.md                               |    9 +
 R/RcppExports.R                       |    4 
 R/algorithm-gnd.R                     |    2 
 R/io_readLAS.R                        |   22 ++
 R/io_readLAScatalog.R                 |   48 +++++-
 R/utils_assertive.R                   |    2 
 build/vignette.rds                    |binary
 src/C_ptd.cpp                         |    3 
 src/LAS.cpp                           |  250 ----------------------------------
 src/LAS.h                             |    2 
 src/LAS_point_metrics.cpp             |only
 src/Makevars                          |    1 
 src/RcppExports.cpp                   |    9 -
 src/RcppFunction.cpp                  |    7 
 src/hporro/geometry.h                 |    4 
 src/hporro/index.cpp                  |    8 -
 src/hporro/pred3d.cpp                 |   38 +++++
 src/ptd/PTD.cpp                       |    5 
 tests/testthat/Rplots.pdf             |binary
 tests/testthat/setup-testthat.R       |    1 
 tests/testthat/test-classify_ground.R |    6 
 23 files changed, 152 insertions(+), 318 deletions(-)

More information about lidR at CRAN
Permanent link

Package fungible updated to version 2.4.7 with previous version 2.4.4.1 dated 2025-12-12

Title: Psychometric Functions from the Waller Lab
Description: Computes fungible coefficients and Monte Carlo data. Underlying theory for these functions is described in the following publications: Waller, N. (2008). Fungible Weights in Multiple Regression. Psychometrika, 73(4), 691-703, <DOI:10.1007/s11336-008-9066-z>. Waller, N. & Jones, J. (2009). Locating the Extrema of Fungible Regression Weights. Psychometrika, 74(4), 589-602, <DOI:10.1007/s11336-008-9087-7>. Waller, N. G. (2016). Fungible Correlation Matrices: A Method for Generating Nonsingular, Singular, and Improper Correlation Matrices for Monte Carlo Research. Multivariate Behavioral Research, 51(4), 554-568. Jones, J. A. & Waller, N. G. (2015). The normal-theory and asymptotic distribution-free (ADF) covariance matrix of standardized regression coefficients: theoretical extensions and finite sample behavior. Psychometrika, 80, 365-378, <DOI:10.1007/s11336-013-9380-y>. Waller, N. G. (2018). Direct Schmid-Leiman transformations and rank-deficient loadings mat [...truncated...]
Author: Niels Waller [aut, cre], Justin Kracht [ctb], Jeff Jones [ctb], Casey Giordano [ctb], Hoang V. Nguyen [ctb]
Maintainer: Niels Waller <nwaller@umn.edu>

Diff between fungible versions 2.4.4.1 dated 2025-12-12 and 2.4.7 dated 2026-04-07

 DESCRIPTION                        |   20 
 MD5                                |   60 -
 NAMESPACE                          |    9 
 R/CompleteRcvx.R                   |   86 -
 R/Rmad.R                           |only
 R/Rplus.R                          |only
 R/promaxQ.R                        |    5 
 R/simFA.R                          |   24 
 build/vignette.rds                 |binary
 data/ACL.rda                       |binary
 data/AmzBoxes.rda                  |binary
 data/BadRBY.rda                    |binary
 data/BadRJN.rda                    |binary
 data/BadRKtB.rda                   |binary
 data/BadRLG.rda                    |binary
 data/BadRRM.rda                    |binary
 data/Boruch70.rda                  |binary
 data/Box20.rda                     |binary
 data/Box26.rda                     |binary
 data/HS9Var.rda                    |binary
 data/HW.rda                        |binary
 data/Jackson67.rda                 |binary
 data/Malmi79.rda                   |binary
 data/Thurstone41.rda               |binary
 data/ThurstoneBox20.rda            |binary
 data/ThurstoneBox26.rda            |binary
 inst/CITATION                      |    4 
 inst/doc/simulate-model-error.html | 2140 ++++++++++++++-----------------------
 man/Ravgr.Rd                       |    2 
 man/Rmad.Rd                        |only
 man/Rplus.Rd                       |only
 man/promaxQ.Rd                     |    5 
 man/simFA.Rd                       |    6 
 33 files changed, 968 insertions(+), 1393 deletions(-)

More information about fungible at CRAN
Permanent link

Package EstemPMM updated to version 0.3.1 with previous version 0.1.1 dated 2025-11-07

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

Diff between EstemPMM versions 0.1.1 dated 2025-11-07 and 0.3.1 dated 2026-04-07

 EstemPMM-0.1.1/EstemPMM/tests/testthat/Rplots.pdf             |only
 EstemPMM-0.3.1/EstemPMM/DESCRIPTION                           |   16 
 EstemPMM-0.3.1/EstemPMM/MD5                                   |  166 
 EstemPMM-0.3.1/EstemPMM/NAMESPACE                             |   30 
 EstemPMM-0.3.1/EstemPMM/NEWS.md                               |  238 -
 EstemPMM-0.3.1/EstemPMM/R/data.R                              |   92 
 EstemPMM-0.3.1/EstemPMM/R/optimized_direct_pmm2.R             |only
 EstemPMM-0.3.1/EstemPMM/R/pmm2_classes.R                      |  384 +
 EstemPMM-0.3.1/EstemPMM/R/pmm2_ma_estimator.R                 |only
 EstemPMM-0.3.1/EstemPMM/R/pmm2_main.R                         |  119 
 EstemPMM-0.3.1/EstemPMM/R/pmm2_package.R                      |   28 
 EstemPMM-0.3.1/EstemPMM/R/pmm2_ts_design.R                    |  549 ++
 EstemPMM-0.3.1/EstemPMM/R/pmm2_ts_main.R                      | 2285 +++++++++-
 EstemPMM-0.3.1/EstemPMM/R/pmm2_ts_methods.R                   |  413 +
 EstemPMM-0.3.1/EstemPMM/R/pmm2_unified.R                      |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_classes.R                      |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_dispatch.R                     |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_main.R                         |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_solver.R                       |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_ts_classes.R                   |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_ts_main.R                      |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_ts_methods.R                   |only
 EstemPMM-0.3.1/EstemPMM/R/pmm3_utils.R                        |only
 EstemPMM-0.3.1/EstemPMM/R/sarimax_wrapper.R                   |only
 EstemPMM-0.3.1/EstemPMM/README.md                             |  331 -
 EstemPMM-0.3.1/EstemPMM/build/partial.rdb                     |only
 EstemPMM-0.3.1/EstemPMM/build/vignette.rds                    |binary
 EstemPMM-0.3.1/EstemPMM/data/auto_mpg.rda                     |only
 EstemPMM-0.3.1/EstemPMM/data/djia2002.rda                     |only
 EstemPMM-0.3.1/EstemPMM/demo/00Index                          |    2 
 EstemPMM-0.3.1/EstemPMM/demo/sar_examples.R                   |only
 EstemPMM-0.3.1/EstemPMM/demo/sar_monte_carlo.R                |only
 EstemPMM-0.3.1/EstemPMM/inst/WORDLIST                         |only
 EstemPMM-0.3.1/EstemPMM/inst/doc/bootstrap_inference.html     |    8 
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm2_introduction.html       |    8 
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm2_time_series.R           |  109 
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm2_time_series.Rmd         |  156 
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm2_time_series.html        |  251 +
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm3_symmetric_errors.R      |only
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm3_symmetric_errors.Rmd    |only
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm3_symmetric_errors.html   |only
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm3_time_series.R           |only
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm3_time_series.Rmd         |only
 EstemPMM-0.3.1/EstemPMM/inst/doc/pmm3_time_series.html        |only
 EstemPMM-0.3.1/EstemPMM/man/AIC-PMM3fit-method.Rd             |only
 EstemPMM-0.3.1/EstemPMM/man/AIC-TS3fit-method.Rd              |only
 EstemPMM-0.3.1/EstemPMM/man/ARIMAPMM3-class.Rd                |only
 EstemPMM-0.3.1/EstemPMM/man/ARMAPMM3-class.Rd                 |only
 EstemPMM-0.3.1/EstemPMM/man/ARPMM3-class.Rd                   |only
 EstemPMM-0.3.1/EstemPMM/man/EstemPMM-package.Rd               |   34 
 EstemPMM-0.3.1/EstemPMM/man/MAPMM3-class.Rd                   |only
 EstemPMM-0.3.1/EstemPMM/man/PMM3fit-class.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/SARIMAPMM2-class.Rd               |only
 EstemPMM-0.3.1/EstemPMM/man/SARMAPMM2-class.Rd                |only
 EstemPMM-0.3.1/EstemPMM/man/SARPMM2-class.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/SMAPMM2-class.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/TS3fit-class.Rd                   |only
 EstemPMM-0.3.1/EstemPMM/man/ar_pmm2.Rd                        |   57 
 EstemPMM-0.3.1/EstemPMM/man/ar_pmm3.Rd                        |only
 EstemPMM-0.3.1/EstemPMM/man/arima_pmm2.Rd                     |   62 
 EstemPMM-0.3.1/EstemPMM/man/arima_pmm3.Rd                     |only
 EstemPMM-0.3.1/EstemPMM/man/arma_pmm2.Rd                      |   53 
 EstemPMM-0.3.1/EstemPMM/man/arma_pmm3.Rd                      |only
 EstemPMM-0.3.1/EstemPMM/man/auto_mpg.Rd                       |only
 EstemPMM-0.3.1/EstemPMM/man/coef-PMM3fit-method.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/coef-SARPMM2-method.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/coef-SMAPMM2-method.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/coef-TS3fit-method.Rd             |only
 EstemPMM-0.3.1/EstemPMM/man/compare_sar_methods.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/compare_with_ols.Rd               |    6 
 EstemPMM-0.3.1/EstemPMM/man/compute_moments_pmm3.Rd           |only
 EstemPMM-0.3.1/EstemPMM/man/compute_numerical_jacobian.Rd     |only
 EstemPMM-0.3.1/EstemPMM/man/compute_pmm2_components.Rd        |only
 EstemPMM-0.3.1/EstemPMM/man/create_residual_function.Rd       |only
 EstemPMM-0.3.1/EstemPMM/man/create_sar_matrix.Rd              |only
 EstemPMM-0.3.1/EstemPMM/man/create_sarma_matrix.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/djia2002.Rd                       |only
 EstemPMM-0.3.1/EstemPMM/man/dot-g2_factor.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/dot-g3_factor.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/dot-pmm3_nr_solver.Rd             |only
 EstemPMM-0.3.1/EstemPMM/man/dot-pmm3_nr_solver_nonlinear.Rd   |only
 EstemPMM-0.3.1/EstemPMM/man/dot-residual_cumulants.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/estpmm_style_ma.Rd                |only
 EstemPMM-0.3.1/EstemPMM/man/estpmm_style_ma_sma.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/estpmm_style_sma.Rd               |only
 EstemPMM-0.3.1/EstemPMM/man/fitted-PMM3fit-method.Rd          |only
 EstemPMM-0.3.1/EstemPMM/man/fitted-TS3fit-method.Rd           |only
 EstemPMM-0.3.1/EstemPMM/man/get_classical_estimates.Rd        |only
 EstemPMM-0.3.1/EstemPMM/man/get_sarimax_jacobian.Rd           |only
 EstemPMM-0.3.1/EstemPMM/man/get_sarimax_residuals.Rd          |only
 EstemPMM-0.3.1/EstemPMM/man/linearized_pmm2_wrapper.Rd        |only
 EstemPMM-0.3.1/EstemPMM/man/lm_pmm3.Rd                        |only
 EstemPMM-0.3.1/EstemPMM/man/ma_build_design.Rd                |only
 EstemPMM-0.3.1/EstemPMM/man/ma_compute_innovations.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/ma_pmm2.Rd                        |   66 
 EstemPMM-0.3.1/EstemPMM/man/ma_pmm3.Rd                        |only
 EstemPMM-0.3.1/EstemPMM/man/ma_sma_build_design.Rd            |only
 EstemPMM-0.3.1/EstemPMM/man/ma_sma_compute_innovations.Rd     |only
 EstemPMM-0.3.1/EstemPMM/man/ma_solve_pmm2.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/optimized_direct_pmm2.Rd          |only
 EstemPMM-0.3.1/EstemPMM/man/plot-PMM3fit-missing-method.Rd    |only
 EstemPMM-0.3.1/EstemPMM/man/plot-TS3fit-missing-method.Rd     |only
 EstemPMM-0.3.1/EstemPMM/man/pmm2_nonlinear_iterative.Rd       |only
 EstemPMM-0.3.1/EstemPMM/man/pmm2_nonlinear_onestep.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/pmm3_variance_factor.Rd           |only
 EstemPMM-0.3.1/EstemPMM/man/pmm_dispatch.Rd                   |only
 EstemPMM-0.3.1/EstemPMM/man/pmm_gamma6.Rd                     |only
 EstemPMM-0.3.1/EstemPMM/man/predict-PMM2fit-method.Rd         |   39 
 EstemPMM-0.3.1/EstemPMM/man/predict-PMM3fit-method.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/predict-TS3fit-method.Rd          |only
 EstemPMM-0.3.1/EstemPMM/man/residuals-PMM3fit-method.Rd       |only
 EstemPMM-0.3.1/EstemPMM/man/residuals-TS3fit-method.Rd        |only
 EstemPMM-0.3.1/EstemPMM/man/sar_pmm2.Rd                       |only
 EstemPMM-0.3.1/EstemPMM/man/sarima_pmm2.Rd                    |only
 EstemPMM-0.3.1/EstemPMM/man/sarma_pmm2.Rd                     |only
 EstemPMM-0.3.1/EstemPMM/man/sma_build_design.Rd               |only
 EstemPMM-0.3.1/EstemPMM/man/sma_compute_innovations.Rd        |only
 EstemPMM-0.3.1/EstemPMM/man/sma_css_fit.Rd                    |only
 EstemPMM-0.3.1/EstemPMM/man/sma_pmm2.Rd                       |only
 EstemPMM-0.3.1/EstemPMM/man/sma_pmm2_fit.Rd                   |only
 EstemPMM-0.3.1/EstemPMM/man/solve_pmm2_step.Rd                |only
 EstemPMM-0.3.1/EstemPMM/man/summary-PMM3fit-method.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/summary-SARIMAPMM2-method.Rd      |only
 EstemPMM-0.3.1/EstemPMM/man/summary-SARMAPMM2-method.Rd       |only
 EstemPMM-0.3.1/EstemPMM/man/summary-SARPMM2-method.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/summary-SMAPMM2-method.Rd         |only
 EstemPMM-0.3.1/EstemPMM/man/summary-TS3fit-method.Rd          |only
 EstemPMM-0.3.1/EstemPMM/man/test_symmetry.Rd                  |only
 EstemPMM-0.3.1/EstemPMM/man/ts_pmm3.Rd                        |only
 EstemPMM-0.3.1/EstemPMM/man/unified_pmm2_wrapper.Rd           |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-ma-pmm2.R         |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-pmm3_dispatch.R   |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-pmm3_linear.R     |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-pmm3_ts.R         |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-pmm3_utils.R      |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-seasonal-models.R |only
 EstemPMM-0.3.1/EstemPMM/tests/testthat/test-unified-pmm2.R    |only
 EstemPMM-0.3.1/EstemPMM/vignettes/pmm2_time_series.Rmd        |  156 
 EstemPMM-0.3.1/EstemPMM/vignettes/pmm3_symmetric_errors.Rmd   |only
 EstemPMM-0.3.1/EstemPMM/vignettes/pmm3_time_series.Rmd        |only
 EstemPMM-0.3.1/EstemPMM/vignettes/seasonal_models.Rmd.draft   |only
 141 files changed, 5151 insertions(+), 507 deletions(-)

More information about EstemPMM at CRAN
Permanent link

Package drhutools updated to version 1.1.0 with previous version 1.0.1 dated 2025-12-04

Title: Political Science Academic Research Gears
Description: Using these tools to simplify the research process of political science and other social sciences. The current version can create folder system for academic project in political science, calculate psychological trait scores, visualize experimental and spatial data, set up color-blind palette, and test for Type I error (false positives) in Qualitative Comparative Analysis (QCA) for crisp-set, multi-value, and fuzzy-set variants.
Author: Yue Hu [aut, cre], Qian Qiu [ctb], Wen Deng [ctb], Bear Braumoeller [ctb]
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>

Diff between drhutools versions 1.0.1 dated 2025-12-04 and 1.1.0 dated 2026-04-07

 drhutools-1.0.1/drhutools/LICENSE                     |only
 drhutools-1.1.0/drhutools/DESCRIPTION                 |   18 +-
 drhutools-1.1.0/drhutools/MD5                         |   51 +++++-
 drhutools-1.1.0/drhutools/NAMESPACE                   |   18 ++
 drhutools-1.1.0/drhutools/NEWS.md                     |   11 +
 drhutools-1.1.0/drhutools/R/csQCAbinTest.R            |only
 drhutools-1.1.0/drhutools/R/data.R                    |   47 +++++
 drhutools-1.1.0/drhutools/R/fsQCApermTest.R           |only
 drhutools-1.1.0/drhutools/R/mvQCAbinTest.R            |only
 drhutools-1.1.0/drhutools/R/p.threshold.adjust.R      |only
 drhutools-1.1.0/drhutools/R/package_imports.R         |    4 
 drhutools-1.1.0/drhutools/R/plot.fsQCApt.R            |only
 drhutools-1.1.0/drhutools/R/summary.csQCAbt.R         |only
 drhutools-1.1.0/drhutools/R/summary.fsQCApt.R         |only
 drhutools-1.1.0/drhutools/R/summary.mvQCAbt.R         |only
 drhutools-1.1.0/drhutools/build/vignette.rds          |binary
 drhutools-1.1.0/drhutools/data/Arab.Spring.rda        |only
 drhutools-1.1.0/drhutools/data/social.revolutions.rda |only
 drhutools-1.1.0/drhutools/inst/doc/drhutools.R        |   30 +++
 drhutools-1.1.0/drhutools/inst/doc/drhutools.Rmd      |   89 ++++++++++-
 drhutools-1.1.0/drhutools/inst/doc/drhutools.html     |  144 +++++++++++++++++-
 drhutools-1.1.0/drhutools/man/Arab.Spring.Rd          |only
 drhutools-1.1.0/drhutools/man/csQCAbinTest.Rd         |only
 drhutools-1.1.0/drhutools/man/fsQCApermTest.Rd        |only
 drhutools-1.1.0/drhutools/man/mvQCAbinTest.Rd         |only
 drhutools-1.1.0/drhutools/man/p.threshold.adjust.Rd   |only
 drhutools-1.1.0/drhutools/man/plot.fsQCApt.Rd         |only
 drhutools-1.1.0/drhutools/man/social.revolutions.Rd   |only
 drhutools-1.1.0/drhutools/man/summary.csQCAbt.Rd      |only
 drhutools-1.1.0/drhutools/man/summary.fsQCApt.Rd      |only
 drhutools-1.1.0/drhutools/man/summary.mvQCAbt.Rd      |only
 drhutools-1.1.0/drhutools/vignettes/drhutools.Rmd     |   89 ++++++++++-
 drhutools-1.1.0/drhutools/vignettes/drhutools_cache   |only
 drhutools-1.1.0/drhutools/vignettes/drhutools_files   |only
 34 files changed, 473 insertions(+), 28 deletions(-)

More information about drhutools at CRAN
Permanent link

Package asbio updated to version 1.13 with previous version 1.12-2 dated 2026-01-09

Title: A Collection of Statistical Tools for Biologists
Description: Contains functions from: Aho, K. (2014) Foundational and Applied Statistics for Biologists using R. CRC/Taylor and Francis, Boca Raton, FL, ISBN: 978-1-4398-7338-0.
Author: Ken Aho [aut, cre]
Maintainer: Ken Aho <kenaho1@gmail.com>

Diff between asbio versions 1.12-2 dated 2026-01-09 and 1.13 dated 2026-04-07

 DESCRIPTION              |    9 -
 MD5                      |   21 +--
 R/bin2dec.r              |   40 +++--
 R/dec2bin.R              |   12 -
 R/dec2bin.twos.R         |only
 R/selftest.prob.r        |   68 ++++-----
 R/selftest.stats.tck.R   |  322 +++++++++++++++++++++++------------------------
 build/vignette.rds       |binary
 inst/doc/ranefCov.pdf    |binary
 inst/doc/simpson.pdf     |binary
 inst/doc/typeISS_key.pdf |binary
 man/bin2dec.rd           |   37 +++--
 12 files changed, 267 insertions(+), 242 deletions(-)

More information about asbio at CRAN
Permanent link

Package refundBayes updated to version 0.5.1 with previous version 0.5 dated 2026-04-02

Title: Bayesian Regression with Functional Data
Description: Bayesian regression with functional data, including regression with scalar, survival, or functional outcomes. The package allows regression with scalar and functional predictors. Methods are described in Jiang et al. (2025) "Tutorial on Bayesian Functional Regression Using Stan" <doi:10.1002/sim.70265>.
Author: Ziren Jiang [aut, cre], Erjia Cui [aut], Ciprian Crainiceanu [ctb]
Maintainer: Ziren Jiang <jian0746@umn.edu>

Diff between refundBayes versions 0.5 dated 2026-04-02 and 0.5.1 dated 2026-04-07

 refundBayes-0.5.1/refundBayes/DESCRIPTION                       |    9 
 refundBayes-0.5.1/refundBayes/MD5                               |   35 
 refundBayes-0.5.1/refundBayes/R/sofr_bayes.R                    |    1 
 refundBayes-0.5.1/refundBayes/build/vignette.rds                |binary
 refundBayes-0.5.1/refundBayes/inst/doc/fcox_bayes_vignette.R    |only
 refundBayes-0.5.1/refundBayes/inst/doc/fcox_bayes_vignette.Rmd  |only
 refundBayes-0.5.1/refundBayes/inst/doc/fcox_bayes_vignette.html |only
 refundBayes-0.5.1/refundBayes/inst/doc/fosr_bayes_vignette.R    |only
 refundBayes-0.5.1/refundBayes/inst/doc/fosr_bayes_vignette.Rmd  |only
 refundBayes-0.5.1/refundBayes/inst/doc/fosr_bayes_vignette.html |only
 refundBayes-0.5.1/refundBayes/inst/doc/sofr_bayes_vignette.R    |   92 
 refundBayes-0.5.1/refundBayes/inst/doc/sofr_bayes_vignette.Rmd  |    8 
 refundBayes-0.5.1/refundBayes/inst/doc/sofr_bayes_vignette.html | 1082 +++-------
 refundBayes-0.5.1/refundBayes/man/fcox_bayes.Rd                 |   57 
 refundBayes-0.5.1/refundBayes/man/fosr_bayes.Rd                 |   61 
 refundBayes-0.5.1/refundBayes/man/sofr_bayes.Rd                 |   69 
 refundBayes-0.5.1/refundBayes/vignettes/fcox_bayes_vignette.Rmd |only
 refundBayes-0.5.1/refundBayes/vignettes/fosr_bayes_vignette.Rmd |only
 refundBayes-0.5.1/refundBayes/vignettes/sofr_bayes_vignette.Rmd |    8 
 refundBayes-0.5/refundBayes/inst/tutorials                      |only
 refundBayes-0.5/refundBayes/vignettes/fcox_bayes_vignette.md    |only
 21 files changed, 594 insertions(+), 828 deletions(-)

More information about refundBayes at CRAN
Permanent link

Package nhlscraper updated to version 0.6.0 with previous version 0.5.0 dated 2026-02-24

Title: Scraper for National Hockey League Data
Description: Scrapes and cleans data from the 'NHL' and 'ESPN' APIs into data.frames and lists. Wraps 125+ endpoints documented in <https://github.com/RentoSaijo/nhlscraper/wiki> from high-level multi-season summaries and award winners to low-level decisecond replays and bookmakers' odds, making them more accessible. Features cleaning and visualization tools, primarily for play-by-plays.
Author: Rento Saijo [aut, cre, cph] , Lars Skytte [ctb], Jack Pallotta [ctb]
Maintainer: Rento Saijo <rentosaijo0527@gmail.com>

Diff between nhlscraper versions 0.5.0 dated 2026-02-24 and 0.6.0 dated 2026-04-07

 nhlscraper-0.5.0/nhlscraper/inst/doc/example.R                                    |only
 nhlscraper-0.5.0/nhlscraper/inst/doc/example.Rmd                                  |only
 nhlscraper-0.5.0/nhlscraper/inst/doc/example.html                                 |only
 nhlscraper-0.5.0/nhlscraper/inst/doc/nhlscraper.R                                 |only
 nhlscraper-0.5.0/nhlscraper/inst/doc/nhlscraper.Rmd                               |only
 nhlscraper-0.5.0/nhlscraper/inst/doc/nhlscraper.html                              |only
 nhlscraper-0.5.0/nhlscraper/man/add_on_ice_players.Rd                             |only
 nhlscraper-0.5.0/nhlscraper/man/calculate_angle.Rd                                |only
 nhlscraper-0.5.0/nhlscraper/man/calculate_distance.Rd                             |only
 nhlscraper-0.5.0/nhlscraper/man/calculate_speed.Rd                                |only
 nhlscraper-0.5.0/nhlscraper/man/count_goals_shots.Rd                              |only
 nhlscraper-0.5.0/nhlscraper/man/flag_is_home.Rd                                   |only
 nhlscraper-0.5.0/nhlscraper/man/flag_is_rebound.Rd                                |only
 nhlscraper-0.5.0/nhlscraper/man/flag_is_rush.Rd                                   |only
 nhlscraper-0.5.0/nhlscraper/man/normalize_coordinates.Rd                          |only
 nhlscraper-0.5.0/nhlscraper/man/strip_game_id.Rd                                  |only
 nhlscraper-0.5.0/nhlscraper/man/strip_situation_code.Rd                           |only
 nhlscraper-0.5.0/nhlscraper/man/strip_time_period.Rd                              |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-add_on_ice_players.R              |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-calculate_speed.R                 |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-draw_NHL_rink.R                   |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-game_type_now.R                   |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-goalie_report_configs.R           |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-goalie_report_configurations.R    |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-season_now.R                      |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-skater_report_configs.R           |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-skater_report_configurations.R    |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-standings_rules.R                 |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-team_report_configs.R             |only
 nhlscraper-0.5.0/nhlscraper/tests/testthat/test-team_report_configurations.R      |only
 nhlscraper-0.5.0/nhlscraper/vignettes/example.Rmd                                 |only
 nhlscraper-0.5.0/nhlscraper/vignettes/ig_cum_xG_2023030417_xG_v1.png              |only
 nhlscraper-0.5.0/nhlscraper/vignettes/ig_shot_locs_2023030417_away_xG_v1.png      |only
 nhlscraper-0.5.0/nhlscraper/vignettes/ig_shot_locs_2023030417_home_xG_v1.png      |only
 nhlscraper-0.5.0/nhlscraper/vignettes/nhlscraper.Rmd                              |only
 nhlscraper-0.6.0/nhlscraper/DESCRIPTION                                           |   16 
 nhlscraper-0.6.0/nhlscraper/MD5                                                   |  214 
 nhlscraper-0.6.0/nhlscraper/NAMESPACE                                             |   14 
 nhlscraper-0.6.0/nhlscraper/NEWS.md                                               |   24 
 nhlscraper-0.6.0/nhlscraper/R/Clean.R                                             | 2279 +++++--
 nhlscraper-0.6.0/nhlscraper/R/Event.R                                             |    8 
 nhlscraper-0.6.0/nhlscraper/R/Game.R                                              | 3116 +++++++++-
 nhlscraper-0.6.0/nhlscraper/R/Load.R                                              |  387 -
 nhlscraper-0.6.0/nhlscraper/R/Model.R                                             | 1280 ++--
 nhlscraper-0.6.0/nhlscraper/R/Share.R                                             |   82 
 nhlscraper-0.6.0/nhlscraper/R/Utility.R                                           |   78 
 nhlscraper-0.6.0/nhlscraper/R/nhlscraper-package.R                                |only
 nhlscraper-0.6.0/nhlscraper/R/sysdata.rda                                         |binary
 nhlscraper-0.6.0/nhlscraper/R/xg_ridge_specs.R                                    |only
 nhlscraper-0.6.0/nhlscraper/README.md                                             |    6 
 nhlscraper-0.6.0/nhlscraper/build/vignette.rds                                    |binary
 nhlscraper-0.6.0/nhlscraper/inst/doc/back-to-back-tax.R                           |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/back-to-back-tax.Rmd                         |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/back-to-back-tax.html                        |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/draft-size-bias.R                            |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/draft-size-bias.Rmd                          |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/draft-size-bias.html                         |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/expected-goals-model.R                       |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/expected-goals-model.Rmd                     |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/expected-goals-model.html                    |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/game-7-shot-quality.R                        |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/game-7-shot-quality.Rmd                      |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/game-7-shot-quality.html                     |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/play-by-play-pipeline.R                      |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/play-by-play-pipeline.Rmd                    |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/play-by-play-pipeline.html                   |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/playoff-size.R                               |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/playoff-size.Rmd                             |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/playoff-size.html                            |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/team-edge-archetypes.R                       |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/team-edge-archetypes.Rmd                     |only
 nhlscraper-0.6.0/nhlscraper/inst/doc/team-edge-archetypes.html                    |only
 nhlscraper-0.6.0/nhlscraper/man/add_deltas.Rd                                     |only
 nhlscraper-0.6.0/nhlscraper/man/add_goalie_biometrics.Rd                          |   10 
 nhlscraper-0.6.0/nhlscraper/man/add_shift_times.Rd                                |only
 nhlscraper-0.6.0/nhlscraper/man/add_shooter_biometrics.Rd                         |   10 
 nhlscraper-0.6.0/nhlscraper/man/calculate_expected_goals.Rd                       |   21 
 nhlscraper-0.6.0/nhlscraper/man/dot-add_empty_html_on_ice_columns.Rd              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-add_html_on_ice_players.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-add_on_ice_shift_timing_context.Rd            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-add_one_on_one_on_ice_players.Rd              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-apply_pbp_delta_columns.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-apply_shot_context.Rd                         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-assign_html_on_ice_player_ids.Rd              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-assign_on_ice_shift_metric.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-backfill_delayed_penalty_on_ice_players.Rd    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-build_api_html_match_table.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-build_game_roster_lookup.Rd                   |only
 nhlscraper-0.6.0/nhlscraper/man/dot-calculate_angle.Rd                            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-calculate_distance.Rd                         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-compute_on_ice_shift_timing_in_r.Rd           |only
 nhlscraper-0.6.0/nhlscraper/man/dot-compute_on_ice_shift_timing_matrices.Rd       |only
 nhlscraper-0.6.0/nhlscraper/man/dot-compute_pbp_deltas.Rd                         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-compute_pbp_deltas_in_r.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-compute_shot_context.Rd                       |only
 nhlscraper-0.6.0/nhlscraper/man/dot-count_goals_shots.Rd                          |only
 nhlscraper-0.6.0/nhlscraper/man/dot-covid_round_robin_shootout_game_ids.Rd        |only
 nhlscraper-0.6.0/nhlscraper/man/dot-drop_illogical_ordered_events.Rd              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-empty_pbp_delta_context.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-empty_public_pbp_column.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-ensure_local_native_symbol.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-fetch_html_pbp_on_ice.Rd                      |only
 nhlscraper-0.6.0/nhlscraper/man/dot-finalize_pbp_output.Rd                        |only
 nhlscraper-0.6.0/nhlscraper/man/dot-flag_is_home.Rd                               |only
 nhlscraper-0.6.0/nhlscraper/man/dot-flag_is_rebound.Rd                            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-flag_is_rush.Rd                               |only
 nhlscraper-0.6.0/nhlscraper/man/dot-format_elapsed_clock.Rd                       |only
 nhlscraper-0.6.0/nhlscraper/man/dot-has_any_on_ice_player_ids.Rd                  |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_desc_owner_team_id.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_event_code_to_type_desc.Rd               |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_extract_actor_player_ids.Rd              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_extract_tagged_players.Rd                |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_on_ice_can_override_strength_context.Rd  |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_on_ice_matches_event_actors.Rd           |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_on_ice_matches_late_empty_net.Rd         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_on_ice_matches_reconstructed_strength.Rd |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_on_ice_matches_situation_code.Rd         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_pbp_report_url.Rd                        |only
 nhlscraper-0.6.0/nhlscraper/man/dot-html_report_request.Rd                        |only
 nhlscraper-0.6.0/nhlscraper/man/dot-lookup_roster_player_id.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-mask_strength_context_block.Rd                |only
 nhlscraper-0.6.0/nhlscraper/man/dot-match_html_pbp_to_api.Rd                      |only
 nhlscraper-0.6.0/nhlscraper/man/dot-nhl_json_from_response.Rd                     |only
 nhlscraper-0.6.0/nhlscraper/man/dot-nhl_request.Rd                                |only
 nhlscraper-0.6.0/nhlscraper/man/dot-normalize_coordinates.Rd                      |only
 nhlscraper-0.6.0/nhlscraper/man/dot-normalize_html_team_abbrev.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-normalize_public_pbp_names.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-normalize_roster_person.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-normalize_situation_code_for_parse.Rd         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-on_ice_id_scalar_column_names.Rd              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-on_ice_int_col.Rd                             |only
 nhlscraper-0.6.0/nhlscraper/man/dot-on_ice_scalar_column_names.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-on_ice_skater_slots.Rd                        |only
 nhlscraper-0.6.0/nhlscraper/man/dot-on_ice_timing_scalar_column_names.Rd          |only
 nhlscraper-0.6.0/nhlscraper/man/dot-optional_html_pbp_rows_from_response.Rd       |only
 nhlscraper-0.6.0/nhlscraper/man/dot-override_strength_context_from_html.Rd        |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parallel_request_failed.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parse_html_elapsed_clock.Rd                   |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parse_html_on_ice_cell.Rd                     |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parse_html_pbp_doc.Rd                         |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parse_html_pbp_response.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parse_html_period_label.Rd                    |only
 nhlscraper-0.6.0/nhlscraper/man/dot-parse_situation_code_components.Rd            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-pbp_delta_public_cols.Rd                      |only
 nhlscraper-0.6.0/nhlscraper/man/dot-perform_parallel_requests.Rd                  |only
 nhlscraper-0.6.0/nhlscraper/man/dot-public_pbp_is_shootout_eligible.Rd            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-public_pbp_legal_period_seconds.Rd            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-reconstruct_skater_counts_from_penalties.Rd   |only
 nhlscraper-0.6.0/nhlscraper/man/dot-repair_public_pbp_sequence.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-require_public_pbp_columns.Rd                 |only
 nhlscraper-0.6.0/nhlscraper/man/dot-require_shift_chart_columns.Rd                |only
 nhlscraper-0.6.0/nhlscraper/man/dot-score_html_api_candidates.Rd                  |only
 nhlscraper-0.6.0/nhlscraper/man/dot-shot_event_mask.Rd                            |only
 nhlscraper-0.6.0/nhlscraper/man/dot-sort_shift_chart_for_timing.Rd                |only
 nhlscraper-0.6.0/nhlscraper/man/dot-strip_game_id.Rd                              |only
 nhlscraper-0.6.0/nhlscraper/man/dot-strip_situation_code.Rd                       |only
 nhlscraper-0.6.0/nhlscraper/man/dot-strip_time_period.Rd                          |only
 nhlscraper-0.6.0/nhlscraper/man/dot-supported_html_on_ice_id_event_types.Rd       |only
 nhlscraper-0.6.0/nhlscraper/man/dot-supported_strength_event_types.Rd             |only
 nhlscraper-0.6.0/nhlscraper/man/gc_play_by_play.Rd                                |   15 
 nhlscraper-0.6.0/nhlscraper/man/gc_play_by_play_raw.Rd                            |only
 nhlscraper-0.6.0/nhlscraper/man/gc_play_by_plays_raw.Rd                           |only
 nhlscraper-0.6.0/nhlscraper/man/ig_game_cumulative_expected_goals.Rd              |    7 
 nhlscraper-0.6.0/nhlscraper/man/ig_game_shot_locations.Rd                         |    7 
 nhlscraper-0.6.0/nhlscraper/man/nhlscraper.Rd                                     |only
 nhlscraper-0.6.0/nhlscraper/man/replays.Rd                                        |only
 nhlscraper-0.6.0/nhlscraper/man/wsc_play_by_play.Rd                               |   14 
 nhlscraper-0.6.0/nhlscraper/man/wsc_play_by_play_raw.Rd                           |only
 nhlscraper-0.6.0/nhlscraper/man/wsc_play_by_plays_raw.Rd                          |only
 nhlscraper-0.6.0/nhlscraper/man/x_game_cumulative_expected_goals.Rd               |    7 
 nhlscraper-0.6.0/nhlscraper/man/x_game_shot_locations.Rd                          |   12 
 nhlscraper-0.6.0/nhlscraper/src                                                   |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-add_deltas.R                      |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-biometrics.R                      |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-contracts.R                       |   61 
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-html_on_ice_pbp.R                 |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-load_pbp_raw.R                    |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-pbp_schema.R                      |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-shift_chart.R                     |  130 
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-short_missed_shots.R              |only
 nhlscraper-0.6.0/nhlscraper/tests/testthat/test-xg-ridge-model.R                  |only
 nhlscraper-0.6.0/nhlscraper/vignettes/back-to-back-tax.Rmd                        |only
 nhlscraper-0.6.0/nhlscraper/vignettes/draft-size-bias.Rmd                         |only
 nhlscraper-0.6.0/nhlscraper/vignettes/expected-goals-model.Rmd                    |only
 nhlscraper-0.6.0/nhlscraper/vignettes/game-7-shot-quality.Rmd                     |only
 nhlscraper-0.6.0/nhlscraper/vignettes/play-by-play-pipeline.Rmd                   |only
 nhlscraper-0.6.0/nhlscraper/vignettes/playoff-size.Rmd                            |only
 nhlscraper-0.6.0/nhlscraper/vignettes/team-edge-archetypes.Rmd                    |only
 188 files changed, 6394 insertions(+), 1404 deletions(-)

More information about nhlscraper at CRAN
Permanent link


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