CRAN Package Check Results for Package RProtoBuf

Last updated on 2024-11-12 05:50:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.22 153.57 54.39 207.96 NOTE
r-devel-linux-x86_64-debian-gcc 0.4.22 125.39 41.44 166.83 NOTE
r-devel-linux-x86_64-fedora-clang 0.4.22 436.51 NOTE
r-devel-linux-x86_64-fedora-gcc 0.4.22 486.44 NOTE
r-devel-windows-x86_64 0.4.22 284.00 0.00 284.00 FAIL
r-patched-linux-x86_64 0.4.22 159.53 51.52 211.05 OK
r-release-linux-x86_64 0.4.22 160.24 52.28 212.52 OK
r-release-macos-arm64 0.4.22 97.00 NOTE
r-release-macos-x86_64 0.4.22 117.00 NOTE
r-release-windows-x86_64 0.4.22 281.00 184.00 465.00 NOTE
r-oldrel-macos-arm64 0.4.22 127.00 NOTE
r-oldrel-macos-x86_64 0.4.22 249.00 NOTE
r-oldrel-windows-x86_64 0.4.22 266.00 193.00 459.00 NOTE

Check Details

Version: 0.4.22
Check: compiled code
Result: NOTE File ‘RProtoBuf/libs/RProtoBuf.so’: Found non-API call to R: ‘SET_TYPEOF’ 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-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.4.22
Check: compiled code
Result: NOTE File 'RProtoBuf/libs/x64/RProtoBuf.dll': Found non-API call to R: 'SET_TYPEOF' 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-windows-x86_64

Version: 0.4.22
Check: re-building of vignette outputs
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > > ## Not run: > ##D proto.file <- system.file( "proto", "addressbook.proto", package = "RProtoBuf" ) > ##D Person <- P( "tutorial.Person", file = proto.file ) > ## End(Not run) > ## Don't show: > Person <- P( "tutorial.Person") > ## End(Don't show) > romain <- within( new( Person ), { + email <- "francoisromain@free.fr" + id <- 10L + } ) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.24 0.01 2.27 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64

Version: 0.4.22
Check: installed package size
Result: NOTE installed size is 33.3Mb sub-directories of 1Mb or more: libs 32.0Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64