CRAN Package Check Results for Package conflicted

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 2.62 25.47 28.09 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 1.87 20.00 21.87 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 41.93 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.4 125.91 NOTE
r-devel-windows-ix86+x86_64 1.0.4 9.00 53.00 62.00 OK
r-patched-linux-x86_64 1.0.4 2.32 25.71 28.03 OK
r-patched-solaris-x86 1.0.4 50.80 NOTE
r-release-linux-x86_64 1.0.4 2.54 25.56 28.10 OK
r-release-macos-x86_64 1.0.4 ERROR
r-release-windows-ix86+x86_64 1.0.4 13.00 39.00 52.00 OK
r-oldrel-macos-x86_64 1.0.4 NOTE
r-oldrel-windows-ix86+x86_64 1.0.4 5.00 37.00 42.00 OK

Check Details

Version: 1.0.4
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘memoise’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [66s/97s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     > library(testthat)
     > library(conflicted)
     >
     > test_check("conflicted")
     ── 1. Failure: shimmed library() returns same as unshimmed (@test-shim.R#50) ──
     library() not equal to base::library().
     Component "results": 1 string mismatch
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 30 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: shimmed library() returns same as unshimmed (@test-shim.R#50)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-macos-x86_64