CRAN Package Check Results for Package mitml

Last updated on 2017-07-20 05:49:36.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-5 3.21 94.89 98.10 OK
r-devel-linux-x86_64-debian-gcc 0.3-5 3.22 90.42 93.63 OK
r-devel-linux-x86_64-fedora-clang 0.3-5 183.73 OK
r-devel-linux-x86_64-fedora-gcc 0.3-5 171.17 OK
r-devel-windows-ix86+x86_64 0.3-5 14.00 170.00 184.00 OK
r-patched-linux-x86_64 0.3-5 3.39 90.60 93.99 OK
r-patched-solaris-x86 0.3-5 201.80 ERROR
r-release-linux-x86_64 0.3-5 3.44 90.43 93.87 OK
r-release-windows-ix86+x86_64 0.3-5 10.00 138.00 148.00 OK
r-release-osx-x86_64 0.3-5 OK
r-oldrel-windows-ix86+x86_64 0.3-5 7.00 128.00 135.00 OK
r-oldrel-osx-x86_64 0.3-5 OK

Check Details

Version: 0.3-5
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘miceadds’
Flavor: r-patched-solaris-x86

Version: 0.3-5
Check: examples
Result: ERROR
    Running examples in ‘mitml-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: anova.mitml.result
    > ### Title: Compare several nested models
    > ### Aliases: anova.mitml.result
    > ### Keywords: methods
    >
    > ### ** Examples
    >
    > require(lme4)
    Loading required package: lme4
    Loading required package: Matrix
    > data(studentratings)
    >
    > fml <- ReadDis + SES ~ ReadAchiev + (1|ID)
    > imp <- panImpute(studentratings, formula=fml, n.burn=1000, n.iter=100, m=5)
    Running burn-in phase ...
    Creating imputed data set ( 1 / 5 ) ...
    Creating imputed data set ( 2 / 5 ) ...
    Creating imputed data set ( 3 / 5 ) ...
    Creating imputed data set ( 4 / 5 ) ...
    Creating imputed data set ( 5 / 5 ) ...
    Error in pan::pan(gy, subj = gclus, gpred, xcol, zcol, prior, seed = rns[ii + :
     NA/NaN/Inf in foreign function call (arg 20)
    Calls: panImpute -> <Anonymous>
    Execution halted
Flavor: r-patched-solaris-x86