CRAN Package Check Results for Package constructive

Last updated on 2024-07-03 18:57:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 10.97 99.23 110.20 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.0 6.45 71.88 78.33 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.0 188.53 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 195.98 OK
r-devel-windows-x86_64 0.3.0 13.00 97.00 110.00 NOTE
r-patched-linux-x86_64 0.3.0 9.91 94.64 104.55 OK
r-release-linux-x86_64 0.3.0 8.50 93.44 101.94 OK
r-release-macos-arm64 0.3.0 43.00 OK
r-release-macos-x86_64 1.0.0 154.00 OK
r-release-windows-x86_64 0.3.0 13.00 97.00 110.00 OK
r-oldrel-macos-arm64 0.3.0 48.00 OK
r-oldrel-macos-x86_64 1.0.0 124.00 ERROR
r-oldrel-windows-x86_64 1.0.0 20.00 148.00 168.00 OK

Check Details

Version: 0.3.0
Check: compiled code
Result: NOTE File ‘constructive/libs/constructive.so’: Found non-API calls to R: ‘PRCODE’, ‘PRENV’, ‘PRVALUE’, ‘STRING_PTR’ 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-linux-x86_64-debian-clang

Version: 0.3.0
Check: compiled code
Result: NOTE File ‘constructive/libs/constructive.so’: Found non-API calls to R: ‘PRCODE’, ‘PRENV’, ‘PRVALUE’, ‘STRING_PTR’ 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. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: compiled code
Result: NOTE File 'constructive/libs/x64/constructive.dll': Found non-API calls to R: 'PRCODE', 'PRENV', 'PRVALUE', 'STRING_PTR' 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: 1.0.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘extend-constructive.Rmd’ ... > x <- structure("12345", class = "Date") > x [1] "2003-10-20" > x + 1 When sourcing ‘extend-constructive.R’: Error: non-numeric argument to binary operator Execution halted ‘extend-constructive.Rmd’ using ‘UTF-8’... failed Flavor: r-oldrel-macos-x86_64