CRAN Package Check Results for Package shide

Last updated on 2024-05-02 04:00:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 47.97 41.41 89.38 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 38.11 30.44 68.55 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 133.44 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.0 125.79 NOTE
r-devel-windows-x86_64 0.2.0 42.00 72.00 114.00 NOTE
r-patched-linux-x86_64 0.2.0 50.42 38.37 88.79 OK
r-release-linux-x86_64 0.2.0 44.92 39.69 84.61 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 72.00 116.00 OK
r-oldrel-macos-arm64 0.2.0 39.00 ERROR
r-oldrel-macos-x86_64 0.2.0 57.00 OK
r-oldrel-windows-x86_64 0.2.0 51.00 82.00 133.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