CRAN Package Check Results for Maintainer ‘Mike Cheng <mikefc at coolbutuseless.com>’

Last updated on 2024-08-31 23:49:35 CEST.

Package ERROR NOTE OK
callme 2 11
cryptorng 13
emphatic 13
governor 1 12
xxhashlite 13
yyjsonr 5 8

Package callme

Current CRAN status: ERROR: 2, OK: 11

Version: 0.1.10
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘calling-r-from-c.Rmd’ ... > knitr::knit_engines$set(callme = callme:::callme_engine) > library(callme) > call_r_from_c_with_lang1() When sourcing ‘calling-r-from-c.R’: Error: could not find function "call_r_from_c_with_lang1" Execution halted when running code in ‘data-frames.Rmd’ ... > knitr::knit_engines$set(callme = callme:::callme_engine) > library(callme) > create_data_frame_in_c() When sourcing ‘data-frames.R’: Error: could not find function "create_data_frame_in_c" Execution halted when running code in ‘external-pointers.Rmd’ ... > knitr::knit_engines$set(callme = callme:::callme_engine) > library(callme) > cdata <- create_cdata(c(1, 2, pi)) When sourcing ‘external-pointers.R’: Error: could not find function "create_cdata" Execution halted when running code in ‘introduction.Rmd’ ... > knitr::knit_engines$set(callme = callme:::callme_engine) > library(callme) > print_with_c("hello") When sourcing ‘introduction.R’: Error: could not find function "print_with_c" Execution halted when running code in ‘sexp.Rmd’ ... > knitr::knit_engines$set(callme = callme:::callme_engine) > library(callme) > what_sexp_is_this(1) When sourcing ‘sexp.R’: Error: could not find function "what_sexp_is_this" Execution halted when running code in ‘third-party-libraries.Rmd’ ... > knitr::knit_engines$set(callme = callme:::callme_engine) > library(callme) > get_zlib_version() When sourcing ‘third-party-libraries.R’: Error: could not find function "get_zlib_version" Execution halted ‘calling-r-from-c.Rmd’ using ‘UTF-8’... failed ‘checking-for-interrupts.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘data-frames.Rmd’ using ‘UTF-8’... failed ‘external-pointers.Rmd’ using ‘UTF-8’... failed ‘introduction.Rmd’ using ‘UTF-8’... failed ‘sexp.Rmd’ using ‘UTF-8’... failed ‘third-party-libraries.Rmd’ using ‘UTF-8’... failed Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package cryptorng

Current CRAN status: OK: 13

Package emphatic

Current CRAN status: OK: 13

Package governor

Current CRAN status: NOTE: 1, OK: 12

Version: 0.1.3
Check: re-building of vignette outputs
Result: NOTE Error(s) in re-building vignettes: ... --- re-building ‘Overview.Rmd’ using rmarkdown Warning in close.connection(con) : Problem closing connection: No space left on device Warning in close.connection(con) : Problem closing connection: No space left on device Warning in close.connection(con) : Problem closing connection: No space left on device [WARNING] This document format requires a nonempty <title> element. Defaulting to 'Overview.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". pandoc: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/governor.Rcheck/vign_test/governor/vignettes/Overview.html: withFile: resource exhausted (No space left on device) Error: processing vignette 'Overview.Rmd' failed with diagnostics: pandoc document conversion failed with error 1 --- failed re-building ‘Overview.Rmd’ SUMMARY: processing the following file failed: ‘Overview.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-macos-x86_64

Package xxhashlite

Current CRAN status: OK: 13

Package yyjsonr

Current CRAN status: NOTE: 5, OK: 8

Additional issues

rchk

Version: 0.1.20
Check: compiled code
Result: NOTE File ‘yyjsonr/libs/yyjsonr.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-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: compiled code
Result: NOTE File 'yyjsonr/libs/x64/yyjsonr.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, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64