CRAN Package Check Results for Package shide

Last updated on 2024-06-02 11:57:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 54.47 40.89 95.36 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 36.05 30.85 66.90 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 129.23 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.0 127.20 NOTE
r-devel-windows-x86_64 0.2.0 44.00 72.00 116.00 NOTE
r-patched-linux-x86_64 0.2.0 39.94 38.75 78.69 OK
r-release-linux-x86_64 0.2.0 43.75 40.21 83.96 OK
r-release-macos-arm64 0.2.0 32.00 ERROR
r-release-macos-x86_64 0.2.0 56.00 OK
r-release-windows-x86_64 0.2.0 44.00 71.00 115.00 OK
r-oldrel-macos-arm64 0.2.0 42.00 ERROR
r-oldrel-macos-x86_64 0.2.0 57.00 OK
r-oldrel-windows-x86_64 0.2.0 52.00 82.00 134.00 OK

Check Details

Version: 0.2.0
Check: compiled code
Result: NOTE File ‘shide/libs/shide.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: compiled code
Result: NOTE File 'shide/libs/x64/shide.dll': Found non-API calls to R: 'SETLENGTH', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: `expected`: 40 90 ── Failure ('test-getters.R:41:5'): days getters extracts correct days ───────── sh_wday(dt) (`actual`) not equal to c(4, 6) (`expected`). `actual`: 5 6 `expected`: 4 6 ── Failure ('test-getters.R:42:5'): days getters extracts correct days ───────── sh_wday(d) (`actual`) not equal to c(4, 6) (`expected`). `actual`: 5 6 `expected`: 4 6 [ FAIL 8 | WARN 0 | SKIP 0 | PASS 84 ] Error: Test failures Execution halted Flavors: r-release-macos-arm64, r-oldrel-macos-arm64