CRAN Package Check Results for Package yyjsonr

Last updated on 2024-06-14 01:51:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.20 26.68 41.07 67.75 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.20 29.44 27.91 57.35 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.20 82.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.20 128.18 NOTE
r-devel-windows-x86_64 0.1.20 30.00 63.00 93.00 NOTE
r-patched-linux-x86_64 0.1.20 35.84 41.01 76.85 OK
r-release-linux-x86_64 0.1.20 35.31 39.16 74.47 OK
r-release-macos-arm64 0.1.20 51.00 OK
r-release-macos-x86_64 0.1.20 54.00 OK
r-release-windows-x86_64 0.1.20 29.00 64.00 93.00 OK
r-oldrel-macos-arm64 0.1.20 44.00 OK
r-oldrel-macos-x86_64 0.1.20 112.00 OK
r-oldrel-windows-x86_64 0.1.20 26.00 65.00 91.00 OK

Additional issues

rchk

Check Details

Version: 0.1.20
Check: compiled code
Result: NOTE File ‘yyjsonr/libs/yyjsonr.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.1.20
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘testthat’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.20
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.20
Check: compiled code
Result: NOTE File 'yyjsonr/libs/x64/yyjsonr.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