CRAN Package Check Results for Package virtuoso

Last updated on 2019-11-26 00:52:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 6.40 54.21 60.61 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 5.44 42.70 48.14 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 63.42 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 62.37 OK
r-devel-windows-ix86+x86_64 0.1.3 20.00 76.00 96.00 OK
r-devel-windows-ix86+x86_64-gcc8 0.1.3 12.00 74.00 86.00 OK
r-patched-linux-x86_64 0.1.3 5.41 50.69 56.10 OK
r-patched-solaris-x86 0.1.3 89.10 ERROR
r-release-linux-x86_64 0.1.3 4.46 50.99 55.45 OK
r-release-windows-ix86+x86_64 0.1.3 16.00 84.00 100.00 OK
r-release-osx-x86_64 0.1.3 OK
r-oldrel-windows-ix86+x86_64 0.1.3 7.00 143.00 150.00 OK
r-oldrel-osx-x86_64 0.1.3 OK

Check Details

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in ‘virtuoso-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: vos_connect
    > ### Title: Connect to a Virtuoso Server over ODBC
    > ### Aliases: vos_connect
    >
    > ### ** Examples
    >
    > vos_status()
    Error in ps_pids() : Not implemented for this platform
    Calls: vos_status ... vos_process -> virtuoso_pid -> <Anonymous> -> ps_pids
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(virtuoso)
     >
     > Sys.setenv(INTERACTIVE = FALSE) # Overrides detected interactive behavior
     > test_check("virtuoso")
     ── 1. Error: assert allowed dirs exits if server not connected (@test-utilities
     Not implemented for this platform
     Backtrace:
     1. testthat::skip_if(!is.null(suppressMessages(vos_status())))
     5. virtuoso::vos_status()
     6. virtuoso::vos_process(p)
     7. virtuoso:::virtuoso_pid()
     8. ps::ps(...)
     9. ps::ps_pids()
    
     ── 2. Error: We can generate an odbcinst file (@test-vos_odbc.R#19) ───────────
     EXPR must be a length 1 vector
     Backtrace:
     1. virtuoso:::vos_odbcinst()
     5. virtuoso:::find_odbc_driver()
    
     Error in ps_pids() : Not implemented for this platform
     ── 3. Error: vos_process errors when not cached (@test-without-vos.R#4) ───────
     Not implemented for this platform
     Backtrace:
     1. base::suppressMessages(vos_kill())
     3. virtuoso::vos_kill()
     4. virtuoso::vos_status(p)
     5. virtuoso::vos_process(p)
     6. virtuoso:::virtuoso_pid()
     7. ps::ps(...)
     8. ps::ps_pids()
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 10 | SKIPPED: 9 | WARNINGS: 1 | FAILED: 3 ]
     1. Error: assert allowed dirs exits if server not connected (@test-utilities.R#16)
     2. Error: We can generate an odbcinst file (@test-vos_odbc.R#19)
     3. Error: vos_process errors when not cached (@test-without-vos.R#4)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86