CRAN Package Check Results for Maintainer ‘David Schruth <code at anthropoidea.org>’

Last updated on 2022-08-15 08:50:20 CEST.

Package ERROR OK
caroline 1 12

Package caroline

Current CRAN status: ERROR: 1, OK: 12

Version: 0.8.0
Check: examples
Result: ERROR
    Running examples in 'caroline-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: volins
    > ### Title: Plot a Series of Vioplot Violins
    > ### Aliases: violins
    >
    > ### ** Examples
    >
    >
    > n <- rnorm(130, 10, 3)
    > p <- rpois(110, 4)
    > u <- runif(300, 0, 20)
    > l <- rlnorm(130, log(2))
    > g <- rgamma(140, 3)
    > e <- rexp(160)
    >
    > violins(list(e=e, p=p,u=u,n=n,l=l,g=g), ylim=c(0,20),
    + col=c('purple','lightblue','lightgreen','red','orange','yellow'),
    + stats=TRUE)
    Loading required namespace: sm
    Failed with error: 'there is no package called 'sm''
    Loading required namespace: MASS
    Error in loadNamespace(x) : there is no package called 'sm'
    Calls: violins ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64