CRAN Package Check Results for Package ifaTools

Last updated on 2020-08-07 01:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.21 12.00 277.24 289.24 OK
r-devel-linux-x86_64-debian-gcc 0.21 9.93 192.77 202.70 OK
r-devel-linux-x86_64-fedora-clang 0.21 325.72 OK
r-devel-linux-x86_64-fedora-gcc 0.21 281.23 OK
r-devel-windows-ix86+x86_64 0.21 42.00 280.00 322.00 OK
r-patched-linux-x86_64 0.21 11.06 290.28 301.34 OK
r-patched-solaris-x86 0.21 532.70 ERROR
r-release-linux-x86_64 0.21 10.69 299.04 309.73 OK
r-release-macos-x86_64 0.21 OK
r-release-windows-ix86+x86_64 0.21 38.00 352.00 390.00 OK
r-oldrel-macos-x86_64 0.21 OK
r-oldrel-windows-ix86+x86_64 0.21 24.00 307.00 331.00 OK

Check Details

Version: 0.21
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: C stack usage 308581524 is too close to the limit
    Error: The job for model 'univariatePrior' exited abnormally with the error message: User interrupt
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.21
Check: tests
Result: ERROR
     Running ‘testthat.R’ [310s/205s]
    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(key='Number of Threads', value=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. Failure: addExploratoryFactors (@test-addExploratoryFactor.R#84) ────────
     m1p$output$fit not equal to 33454.39.
     1/1 mismatches
     [1] 66904 - 33454 == 33450
    
     ── 2. Failure: addExploratoryFactors (@test-addExploratoryFactor.R#96) ────────
     m2p$output$fit not equal to 33338.99.
     1/1 mismatches
     [1] 66233 - 33339 == 32894
    
     Error: C stack usage 308581524 is too close to the limit
     ── 3. Error: univariatePrior (@test-prior.R#24) ───────────────────────────────
     The job for model 'univariatePrior' exited abnormally with the error message: User interrupt
     Backtrace:
     1. ifaTools:::checkAnalyticDeriv(...)
     2. OpenMx::mxRun(...)
     3. OpenMx:::runHelper(...)
     4. OpenMx:::processErrorConditions(model, unsafe, suppressWarnings)
    
     Error: C stack usage 308581524 is too close to the limit
     ── 4. Error: uniquenessPrior (@test-prior.R#54) ───────────────────────────────
     The job for model 'test' exited abnormally with the error message: User interrupt
     Backtrace:
     1. ifaTools:::checkAnalyticDeriv(omxAssignFirstParameters(m1))
     2. OpenMx::mxRun(...)
     3. OpenMx:::runHelper(...)
     4. OpenMx:::processErrorConditions(model, unsafe, suppressWarnings)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 0 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 4 ]
     1. Failure: addExploratoryFactors (@test-addExploratoryFactor.R#84)
     2. Failure: addExploratoryFactors (@test-addExploratoryFactor.R#96)
     3. Error: univariatePrior (@test-prior.R#24)
     4. Error: uniquenessPrior (@test-prior.R#54)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.21
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘pritikin-schmidt.Rnw’ using knitr
    Quitting from lines 1347-1404 (pritikin-schmidt.Rnw)
    Error: processing vignette 'pritikin-schmidt.Rnw' failed with diagnostics:
    Fit not achieved
    --- failed re-building ‘pritikin-schmidt.Rnw’
    
    SUMMARY: processing the following file failed:
     ‘pritikin-schmidt.Rnw’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86