CRAN Package Check Results for Package bayesanova

Last updated on 2025-12-07 17:49:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.6 12.26 50.16 62.42 NOTE
r-devel-linux-x86_64-debian-gcc 1.6 6.57 30.30 36.87 ERROR
r-devel-linux-x86_64-fedora-clang 1.6 24.00 73.10 97.10 OK
r-devel-linux-x86_64-fedora-gcc 1.6 25.00 64.14 89.14 OK
r-devel-windows-x86_64 1.6 12.00 65.00 77.00 OK
r-patched-linux-x86_64 1.6 9.90 44.78 54.68 OK
r-release-linux-x86_64 1.6 10.86 44.96 55.82 OK
r-release-macos-arm64 1.6 OK
r-release-macos-x86_64 1.6 13.00 74.00 87.00 OK
r-release-windows-x86_64 1.6 11.00 65.00 76.00 OK
r-oldrel-macos-arm64 1.6 OK
r-oldrel-macos-x86_64 1.6 10.00 48.00 58.00 OK
r-oldrel-windows-x86_64 1.6 16.00 77.00 93.00 OK

Check Details

Version: 1.6
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Riko Kelter <riko_k@gmx.de>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Riko", family = "Kelter", role = c("aut", "cre"), email = "riko_k@gmx.de") as necessary. The Description field contains mixtures, see Kelter (2019) <arXiv:1906.07524>. Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.6
Check: examples
Result: ERROR Running examples in ‘bayesanova-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: anovaplot > ### Title: anovaplot > ### Aliases: anovaplot > > ### ** Examples > > set.seed(42) > x1=rnorm(75,0,1) > x2=rnorm(75,1,1) > x3=rnorm(75,2,1) > result=bayes.anova(n=1000,first=x1,second=x2,third=x3) Bayesian ANOVA output: Details: Gaussian-mixture model with three components Error in loadNamespace(x) : there is no package called ‘knitr’ Calls: bayes.anova ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc