CRAN Package Check Results for Package REBayes

Last updated on 2024-06-26 01:48:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.56 OK
r-devel-linux-x86_64-debian-gcc 2.56 8.93 97.99 106.92 OK
r-devel-windows-x86_64 2.56 10.00 172.00 182.00 OK
r-patched-linux-x86_64 2.54 9.77 124.15 133.92 NOTE
r-release-linux-x86_64 2.56 9.09 123.26 132.35 OK
r-release-macos-arm64 2.56 77.00 OK
r-release-macos-x86_64 2.56 208.00 OK
r-release-windows-x86_64 2.56 15.00 175.00 190.00 OK
r-oldrel-macos-arm64 2.56 125.00 ERROR
r-oldrel-macos-x86_64 2.56 188.00 ERROR
r-oldrel-windows-x86_64 2.56 13.00 177.00 190.00 OK

Check Details

Version: 2.54
Check: Rd files
Result: NOTE checkRd: (-1) BDGLmix.Rd:23: Lost braces; missing escapes or markup? 23 | An object of class {GLmix, density} with components: | ^ checkRd: (-1) Bmix.Rd:28: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Bmix.Rd:29: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Bmix.Rd:30: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Bmix.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Bmix.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Bmix.Rd:33: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Bmix.Rd:34: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) Gosset.Rd:9: Lost braces in \itemize; meant \describe ? checkRd: (-1) Gosset.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) Guvenen.Rd:9: Lost braces in \itemize; meant \describe ? checkRd: (-1) Guvenen.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) Norberg.Rd:9: Lost braces in \itemize; meant \describe ? checkRd: (-1) Norberg.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) Norberg.Rd:11: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:9: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:11: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:12: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:13: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:14: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:15: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:16: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:17: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:19: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:20: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:21: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:22: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:23: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) flies.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) tacks.Rd:9: Lost braces in \itemize; meant \describe ? checkRd: (-1) tacks.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) velo.Rd:9: Lost braces in \itemize; meant \describe ? Flavor: r-patched-linux-x86_64

Version: 2.56
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘Bdecon.Rnw’ ... + if (i == 1) { + G0 <- function(t) punif(t, 0, 6)/8 + 7 * pnorm(t, 0, + 0.5)/8 + rf0 <- function( .... [TRUNCATED] Loading required package: splines Timing stopped at: 0.011 0.002 0.069 When sourcing ‘Bdecon.R’: Error: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Execution halted when running code in ‘medde.Rnw’ ... > plot(x, -1/sqrt(exp(y)), xlab = "x ~ log income annual increments", + ylab = expression(-1/sqrt(f(x))), type = "l") > w <- exp(y) * diff(x)[1] > f <- medde(x, w = w, lambda = -0.5, alpha = 0.5) When sourcing ‘medde.R’: Error: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Execution halted when running code in ‘rebayes.Rnw’ ... > plot(x, 0.9 * dnorm(x, 0) + 0.1 * dnorm(x, 2), type = "l", + xlab = "x", ylab = expression(g(x)), main = "") > y <- rep(c(0, 2), times = c(900, 100)) + rnorm(1000) > z <- GLmix(y) When sourcing ‘rebayes.R’: Error: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Execution halted ‘Bdecon.Rnw’ using ‘latin1’... failed ‘medde.Rnw’ using ‘latin1’... failed ‘rebayes.Rnw’ using ‘latin1’... failed Flavor: r-oldrel-macos-arm64

Version: 2.56
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘Bdecon.Rnw’ ... + if (i == 1) { + G0 <- function(t) punif(t, 0, 6)/8 + 7 * pnorm(t, 0, + 0.5)/8 + rf0 <- function( .... [TRUNCATED] Loading required package: splines Timing stopped at: 0.017 0.002 0.053 When sourcing ‘Bdecon.R’: Error: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Execution halted when running code in ‘medde.Rnw’ ... > plot(x, -1/sqrt(exp(y)), xlab = "x ~ log income annual increments", + ylab = expression(-1/sqrt(f(x))), type = "l") > w <- exp(y) * diff(x)[1] > f <- medde(x, w = w, lambda = -0.5, alpha = 0.5) When sourcing ‘medde.R’: Error: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Execution halted when running code in ‘rebayes.Rnw’ ... > plot(x, 0.9 * dnorm(x, 0) + 0.1 * dnorm(x, 2), type = "l", + xlab = "x", ylab = expression(g(x)), main = "") > y <- rep(c(0, 2), times = c(900, 100)) + rnorm(1000) > z <- GLmix(y) When sourcing ‘rebayes.R’: Error: Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Execution halted ‘Bdecon.Rnw’ using ‘latin1’... failed ‘medde.Rnw’ using ‘latin1’... failed ‘rebayes.Rnw’ using ‘latin1’... failed Flavor: r-oldrel-macos-x86_64