CRAN Package Check Results for Package maketools

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.0.0 2.20 21.84 24.04 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 40.88 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 34.87 OK
r-devel-windows-ix86+x86_64 1.0.0 36.00 144.00 180.00 OK
r-patched-solaris-x86 1.0.0 48.20 ERROR
r-release-linux-x86_64 1.0.0 2.68 28.41 31.09 OK
r-release-windows-ix86+x86_64 1.0.0 38.00 138.00 176.00 OK
r-oldrel-macos-x86_64 1.0.0 ERROR

Check Details

Version: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(maketools)
     Found make in /usr/xpg4/bin/make
     No pkg-config found on the path.
     Compiler /home/ripley/developerstudio12.6/bin/cc -xc99 not available. Cannot compile code.
     >
     > test_check("maketools")
     ── 1. Error: sysdeps works (@test-sysdeps.R#3) ────────────────────────────────
     Failed to execute 'readelf' (No such file or directory)
     Backtrace:
     1. testthat::expect_true(any(grepl("libcurl", package_links_to("curl"))))
     5. maketools::package_links_to("curl")
     6. maketools:::links_to_ldd(dll)
     7. maketools:::sys_call("readelf", c("-d", dll))
     9. sys::exec_internal(cmd = cmd, args = args, error = error)
     10. sys::exec_wait(...)
     11. sys:::execute(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: sysdeps works (@test-sysdeps.R#3)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     Backtrace:
     1. testthat::expect_true(any(grepl("libcurl", package_links_to("curl"))))
     5. maketools::package_links_to("curl")
     6. maketools:::links_to_ldd(dll)
     7. maketools:::sys_call("ldd", dll, error = FALSE)
     9. sys::exec_internal(cmd = cmd, args = args, error = error)
     10. sys::exec_wait(...)
     11. sys:::execute(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: sysdeps works (@test-sysdeps.R#3)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64