CRAN Package Check Results for Package rstanarm

Last updated on 2026-06-20 06:50:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.32.2 1898.70 511.48 2410.18 OK
r-devel-linux-x86_64-debian-gcc 2.32.2 1303.76 494.14 1797.90 OK
r-devel-linux-x86_64-fedora-clang 2.32.2 1740.00 765.31 2505.31 OK
r-devel-linux-x86_64-fedora-gcc 2.32.2 2400.00 697.37 3097.37 ERROR
r-devel-windows-x86_64 2.32.2 1533.00 328.00 1861.00 OK --no-examples --no-tests --no-vignettes
r-patched-linux-x86_64 2.32.2 2022.27 648.66 2670.93 OK
r-release-linux-x86_64 2.32.2 1963.78 663.89 2627.67 OK
r-release-macos-arm64 2.32.2 362.00 -149.00 213.00 OK
r-release-macos-x86_64 2.32.2 1200.00 225.00 1425.00 OK
r-release-windows-x86_64 2.32.2 1440.00 457.00 1897.00 OK --no-examples --no-tests --no-vignettes
r-oldrel-macos-arm64 2.32.2 OK
r-oldrel-macos-x86_64 2.32.2 1122.00 -323.00 799.00 OK
r-oldrel-windows-x86_64 2.32.2 1858.00 367.00 2225.00 OK --no-examples --no-tests --no-vignettes

Check Details

Version: 2.32.2
Check: examples
Result: ERROR Running examples in ‘rstanarm-Ex.R’ failed The error most likely occurred in: > ### Name: stan_betareg > ### Title: Bayesian beta regression models via Stan > ### Aliases: stan_betareg stan_betareg.fit > > ### ** Examples > > if (.Platform$OS.type != "windows" || .Platform$r_arch != "i386") { + ### Simulated data + N <- 200 + x <- rnorm(N, 2, 1) + z <- rnorm(N, 2, 1) + mu <- binomial(link = "logit")$linkinv(1 + 0.2*x) + phi <- exp(1.5 + 0.4*z) + y <- rbeta(N, mu * phi, (1 - mu) * phi) + hist(y, col = "dark grey", border = FALSE, xlim = c(0,1)) + fake_dat <- data.frame(y, x, z) + + fit <- stan_betareg( + y ~ x | z, data = fake_dat, + link = "logit", + link.phi = "log", + algorithm = "optimizing" # just for speed of example + ) + print(fit, digits = 2) + } Error in stan_betareg(y ~ x | z, data = fake_dat, link = "logit", link.phi = "log", : Please install the betareg package before using 'stan_betareg'. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc