Last updated on 2020-08-07 01:50:35 CEST.
Package | ERROR | OK |
---|---|---|
semTools | 1 | 11 |
simsem | 12 |
Current CRAN status: ERROR: 1, OK: 11
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
Current CRAN status: OK: 12