Last updated on 2025-12-07 07:50:42 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| bayesanova | 1 | 1 | 11 |
| fbst | 1 | 1 | 11 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
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
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
Version: 2.2
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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.2
Check: package dependencies
Result: ERROR
Package required but not available: ‘rstanarm’
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc