CRAN Package Check Results for Package monoreg

Last updated on 2021-11-05 12:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 5.25 32.44 37.69 WARN
r-devel-linux-x86_64-debian-gcc 1.2 4.03 24.28 28.31 WARN
r-devel-linux-x86_64-fedora-clang 1.2 56.44 WARN
r-devel-linux-x86_64-fedora-gcc 1.2 45.19 WARN
r-devel-windows-x86_64 1.2 10.00 44.00 54.00 OK
r-devel-windows-x86_64-gcc10-UCRT 1.2 OK
r-patched-linux-x86_64 1.2 4.63 30.12 34.75 WARN
r-patched-solaris-x86 1.2 69.10 ERROR
r-release-linux-x86_64 1.2 4.59 30.12 34.71 WARN
r-release-macos-arm64 1.2 OK
r-release-macos-x86_64 1.2 OK
r-release-windows-ix86+x86_64 1.2 14.00 47.00 61.00 OK
r-oldrel-macos-x86_64 1.2 OK
r-oldrel-windows-ix86+x86_64 1.2 12.00 46.00 58.00 OK

Check Details

Version: 1.2
Check: top-level files
Result: WARN
     Output from running autoreconf:
     configure.ac:18: warning: AC_OUTPUT should be used without arguments.
     configure.ac:18: You should run autoupdate.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.2
Check: top-level files
Result: WARN
     Output from running autoreconf:
     configure.ac:18: warning: AC_OUTPUT should be used without arguments.
     configure.ac:18: You should run autoupdate.
     configure.ac:18: warning: AC_OUTPUT should be used without arguments.
     configure.ac:18: You should run autoupdate.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.2
Check: examples
Result: ERROR
    Running examples in ‘monoreg-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: monoreg
    > ### Title: Bayesian monotonic regression
    > ### Aliases: monoreg
    >
    > ### ** Examples
    >
    > library(monoreg)
    > set.seed(1)
    > # nobs <- 1000
    > nobs <- 50
    > sigma <- 0.01
    > x1 <- runif(nobs)
    > x2 <- runif(nobs)
    >
    > # 6 different monotonic regression surfaces:
    > # mu <- sqrt(x1)
    > mu <- 0.5 * x1 + 0.5 * x2
    > # mu <- pmin(x1, x2)
    > # mu <- 0.25 * x1 + 0.25 * x2 + 0.5 * (x1 + x2 > 1.0)
    > # mu <- 0.25 * x1 + 0.25 * x2 + 0.5 * (pmax(x1, x2) > 0.5)
    > # mu <- ifelse((x1 - 1.0)^2 + (x2 - 1.0)^2 < 1.0, sqrt(1.0 - (x1 - 1.0)^2 - (x2 - 1.0)^2), 0.0)
    >
    > y <- rnorm(nobs, mu, sigma)
    >
    > # results <- monoreg(niter=15000, burnin=5000, adapt=5000, refresh=10,
    > results <- monoreg(niter=5000, burnin=2500, adapt=2500, refresh=10,
    + thin=5, birthdeath=10, seed=1, rhoa=0.1, rhob=0.1,
    + deltai=0.1, drange=2.0, predict=rep(1.0, nobs),
    + include=rep(1.0, nobs), response=y, offset=NULL,
    + axes=cbind(x1,x2), covariates=rep(1.0, nobs),
    + settozero=getcmat(2), package=rep(1,3))
    Point process configuration:
    1 0 1
    1 1 0
    1 0 0
    
    Packages:
    1
    0
    Starting Gibbs sampler:
    
     *** caught segfault ***
    address 6, cause 'memory not mapped'
    
    Traceback:
     1: monoreg(niter = 5000, burnin = 2500, adapt = 2500, refresh = 10, thin = 5, birthdeath = 10, seed = 1, rhoa = 0.1, rhob = 0.1, deltai = 0.1, drange = 2, predict = rep(1, nobs), include = rep(1, nobs), response = y, offset = NULL, axes = cbind(x1, x2), covariates = rep(1, nobs), settozero = getcmat(2), package = rep(1, 3))
    An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-x86