CRAN Package Check Results for Package shide

Last updated on 2024-05-29 06:57:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 48.42 40.16 88.58 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 37.46 30.64 68.10 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 71.00 115.00 NOTE
r-patched-linux-x86_64 0.2.0 45.99 40.26 86.25 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 68.00 112.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 53.00 78.00 131.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