CRAN Package Check Results for Package IgorR

Last updated on 2021-10-05 20:52:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.1 2.61 28.83 31.44 NOTE
r-devel-linux-x86_64-debian-gcc 0.8.1 2.05 22.89 24.94 NOTE
r-devel-linux-x86_64-fedora-clang 0.8.1 47.95 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.1 37.41 OK
r-devel-windows-x86_64 0.8.1 5.00 34.00 39.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.8.1 OK
r-patched-linux-x86_64 0.8.1 2.85 28.34 31.19 NOTE
r-patched-solaris-x86 0.8.1 58.80 OK
r-release-linux-x86_64 0.8.1 2.55 28.21 30.76 NOTE
r-release-macos-arm64 0.8.1 ERROR
r-release-macos-x86_64 0.8.1 OK
r-release-windows-ix86+x86_64 0.8.1 6.00 39.00 45.00 OK
r-oldrel-macos-x86_64 0.8.1 OK
r-oldrel-windows-ix86+x86_64 0.8.1 5.00 44.00 49.00 OK

Check Details

Version: 0.8.1
Check: R code for possible problems
Result: NOTE
    Found the following assignments to the global environment:
    File 'IgorR/R/ReadIgorBinary.R':
     assign(WaveName, rval, envir = .GlobalEnv)
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.8.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/1s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(IgorR)
     >
     > test_check("IgorR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-ibw.R:28:3): Processing of dates ──────────────────────────────
     .convertIgorDate(3444214517) not equivalent to as.POSIXct("2013-02-20 14:15:17").
     Mean relative difference: 3.966714e-06
    
     [ FAIL 1 | WARN 61 | SKIP 0 | PASS 35 ]
     Error: Test failures
     Execution halted
Flavor: r-release-macos-arm64