Last updated on 2019-03-14 00:46:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.19 | 10.81 | 182.31 | 193.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.19 | 9.14 | 157.55 | 166.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.19 | 216.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.19 | 207.81 | OK | |||
r-devel-windows-ix86+x86_64 | 0.19 | 34.00 | 229.00 | 263.00 | OK | |
r-patched-linux-x86_64 | 0.19 | 6.56 | 182.39 | 188.95 | OK | |
r-patched-solaris-x86 | 0.19 | 680.20 | ERROR | |||
r-release-linux-x86_64 | OK | |||||
r-release-windows-ix86+x86_64 | 0.19 | 17.00 | 241.00 | 258.00 | OK | |
r-release-osx-x86_64 | 0.19 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.19 | 19.00 | 243.00 | 262.00 | OK | |
r-oldrel-osx-x86_64 | 0.19 | OK |
Version: 0.19
Check: examples
Result: ERROR
Running examples in ‘ifaTools-Ex.R’ failed
The error most likely occurred in:
> ### Name: univariatePrior
> ### Title: Univariate priors commonly used in IFA models
> ### Aliases: univariatePrior
>
> ### ** Examples
>
> model <- univariatePrior("logit-norm", "x1", -1)
> model$priorParam$values[1,1] <- -.6
> model <- mxRun(model)
Running univariatePrior with 1 parameter
Error in runHelper(model, frontendStart, intervals, silent, suppressWarnings, :
Element-wise '/' not conformable: 'alg055 arg 0' is 1x1 and 'alg055 arg 1' is 0x0
alg055 arg 0 = matrix(c( # 0x0), byrow=TRUE, nrow=0, ncol=0)
alg055 arg 1 = matrix(c( # 0x0), byrow=TRUE, nrow=0, ncol=0)
Calls: mxRun -> runHelper
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.19
Check: tests
Result: ERROR
Running ‘testthat.R’ [489s/255s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # NOTE: This will not test an uninstalled package.
> library(testthat)
> test_check('ifaTools')
Loading required package: ifaTools
Loading required package: shiny
Loading required package: ggplot2
Loading required package: reshape2
Loading required package: rpf
Loading required package: parallel
Loading required package: OpenMx
To take full advantage of multiple cores, use:
mxOption(NULL, 'Number of Threads', parallel::detectCores()) #now
Sys.setenv(OMP_NUM_THREADS=parallel::detectCores()) #before library(OpenMx)
Welcome to ifaTools!
Use itemModelExplorer() to explore item models.
Use modelBuilder() to build an IFA model.
[1] "/home/ripley/R/packages/tests32/ifaTools.Rcheck/tests/testthat"
── 1. Failure: addExploratoryFactors (@test-addExploratoryFactor.R#80) ────────
m1$output$fit - m2$output$fit not equal to 115.39.
1/1 mismatches
[1] 6172767 - 115 == 6172651
── 2. Error: univariatePrior ──────────────────────────────────────────────────
C stack usage 228259768 is too close to the limit
1: test_code(desc, code, env = parent.frame())
2: tryCatch(withCallingHandlers({
eval(code, test_env)
if (!handled && !is.null(test)) {
skip_empty()
}
}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning,
message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) {
})
3: tryCatchList(expr, classes, parentenv, handlers)
4: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh],
parentenv, handlers[[nh]])
5: doTryCatch(return(expr), name, parentenv, handler)
6: tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
7: tryCatchOne(expr, names, parentenv, handlers[[1L]])
8: value[[3L]](cond)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 4 SKIPPED: 0 FAILED: 2
1. Failure: addExploratoryFactors (@test-addExploratoryFactor.R#80)
2. Error: univariatePrior
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.19
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Quitting from lines 1344-1399 (pritikin-schmidt.Rnw)
Error: processing vignette 'pritikin-schmidt.Rnw' failed with diagnostics:
Fit not achieved
Execution halted
Flavor: r-patched-solaris-x86