CRAN Package Check Results for Package semTools

Last updated on 2020-08-07 01:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-3 27.55 257.82 285.37 OK
r-devel-linux-x86_64-debian-gcc 0.5-3 25.31 187.18 212.49 OK
r-devel-linux-x86_64-fedora-clang 0.5-3 339.27 OK
r-devel-linux-x86_64-fedora-gcc 0.5-3 278.89 OK
r-devel-windows-ix86+x86_64 0.5-3 64.00 325.00 389.00 OK
r-patched-linux-x86_64 0.5-3 32.59 255.87 288.46 OK
r-patched-solaris-x86 0.5-3 413.30 OK
r-release-linux-x86_64 0.5-3 30.27 253.89 284.16 OK
r-release-macos-x86_64 0.5-3 OK
r-release-windows-ix86+x86_64 0.5-3 64.00 173.00 237.00 ERROR
r-oldrel-macos-x86_64 0.5-3 OK
r-oldrel-windows-ix86+x86_64 0.5-3 33.00 203.00 236.00 OK

Check Details

Version: 0.5-3
Check: examples
Result: ERROR
    Running examples in 'semTools-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: combinequark
    > ### Title: Combine the results from the quark function
    > ### Aliases: combinequark
    >
    > ### ** Examples
    >
    >
    > set.seed(123321)
    > dat <- HolzingerSwineford1939[,7:15]
    > misspat <- matrix(runif(nrow(dat) * 9) < 0.3, nrow(dat))
    > dat[misspat] <- NA
    > dat <- cbind(HolzingerSwineford1939[,1:3], dat)
    >
    > quark.list <- quark(data = dat, id = c(1, 2))
    Data Check Passed.
    ID Check Passed.
    Loading required namespace: mice
    Starting Algorithm Imputation...
    
     iter imp variable
     1 1 x1Error in matcher(yhatobs, yhatmis, k = donors) :
     function 'enterRNGScope' not provided by package 'Rcpp'
    Calls: quark ... sampler.univ -> do.call -> mice.impute.pmm -> matcher
    Execution halted
Flavor: r-release-windows-ix86+x86_64