• using R version 2.10.0 Patched (2009-11-05 r50313)
  • using session charset: ASCII
  • checking for file 'distr/DESCRIPTION' ... OK
  • this is package 'distr' version '2.2'
  • package encoding: latin1
  • checking package name space information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking for executable files ... OK
  • checking whether package 'distr' can be installed ... OK
  • checking package directory ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking R files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... OK
  • checking whether the package can be loaded with stated dependencies ... OK
  • checking whether the name space can be loaded with stated dependencies ... OK
  • checking for unstated dependencies in R code ... OK
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... OK
  • checking Rd files ... OK
  • checking Rd metadata ... OK
  • checking Rd cross-references ... NOTE
    Package(s) unavailable to check Rd xrefs: 'distrMod', 'RobAStBase'
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking examples ... ERROR
    Running examples in 'distr-Ex.R' failed.
    The error most likely occurred in:

    > ### * simplifyD-methods
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: simplifyD-methods
    > ### Title: Methods for function simplifyD in Package `distr'
    > ### Aliases: simplifyD-methods simplifyD
    > ### simplifyD,AbscontDistribution-method
    > ### simplifyD,DiscreteDistribution-method
    > ### simplifyD,UnivarLebDecDistribution-method
    > ### simplifyD,UnivarMixingDistribution-method
    > ### Keywords: distribution methods
    >
    > ### ** Examples
    >
    > Mix1 <- UnivarMixingDistribution(Norm(),Binom(2,.3),
    + UnivarLebDecDistribution(acPart = Chisq(df = 2), discretePart = Nbinom(3,.09),
    + acWeight = 0.3),
    + Norm()-Chisq(df=3), mixCoeff=c(0,0,0.2,0.8), withSimplify = FALSE)

    *** caught segfault ***
    address 0x68a000, cause 'memory not mapped'

    Traceback:
    1: .C("R_approxtest", as.double(x), as.double(y), as.integer(n), as.integer(method), as.double(f), NAOK = TRUE, PACKAGE = "stats")
    2: approxfun(x = x, y = y, yleft = yl, yright = yr)
    3: mfun(x = xx, y = yy, yleft = yL, yright = yR)
    4: .makeQNew(xseq, px.l, px.u, TRUE, lo, up, Cont = Cont)
    5: .qmixfun(mixDistr = mixDistr, mixCoeff = mixCoeff, Cont = TRUE, pnew = pnew, gaps = gaps)
    6: UnivarMixingDistribution(Norm(), Binom(2, 0.3), UnivarLebDecDistribution(acPart = Chisq(df = 2), discretePart = Nbinom(3, 0.09), acWeight = 0.3), Norm() - Chisq(df = 3), mixCoeff = c(0, 0, 0.2, 0.8), withSimplify = FALSE)
    aborting ...
  • elapsed time (check, wall clock): 5:20