CRAN Package Check Results for Package shide

Last updated on 2024-07-02 15:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 54.05 40.86 94.91 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 33.80 30.96 64.76 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 133.92 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.0 124.44 NOTE
r-devel-windows-x86_64 0.2.0 43.00 69.00 112.00 NOTE
r-patched-linux-x86_64 0.2.0 38.14 39.80 77.94 OK
r-release-linux-x86_64 0.2.0 44.37 38.79 83.16 OK
r-release-macos-arm64 0.2.0 32.00 ERROR
r-release-macos-x86_64 0.2.0 38.00 OK
r-release-windows-x86_64 0.2.0 45.00 71.00 116.00 OK
r-oldrel-macos-arm64 0.2.0 43.00 ERROR
r-oldrel-macos-x86_64 0.2.0 57.00 OK
r-oldrel-windows-x86_64 0.2.0 52.00 83.00 135.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_GROWABLE_BIT’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. See section ‘Moving into C API compliance’ in the ‘Writing R Extensions’ manual for issues with use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: compiled code
Result: NOTE File ‘shide/libs/shide.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: 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_GROWABLE_BIT', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. See section 'Moving into C API compliance' in the 'Writing R Extensions' manual for issues with use of non-API entry points. 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 Flavor: r-release-macos-arm64

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] 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 Flavor: r-oldrel-macos-arm64