CRAN Package Check Results for Maintainer ‘Charlie Gao <charlie.gao at shikokuchuo.net>’

Last updated on 2024-05-04 09:50:04 CEST.

Package ERROR NOTE OK
ichimoku 5 8
mirai 13
mirai.promises 13
nanonext 1 12
secretbase 13

Package ichimoku

Current CRAN status: NOTE: 5, OK: 8

Version: 1.5.1
Check: compiled code
Result: NOTE File ‘ichimoku/libs/ichimoku.so’: Found non-API call to R: ‘STDVEC_DATAPTR’ 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: 1.5.1
Check: compiled code
Result: NOTE File 'ichimoku/libs/x64/ichimoku.dll': Found non-API call to R: 'STDVEC_DATAPTR' 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

Package mirai

Current CRAN status: OK: 13

Package mirai.promises

Current CRAN status: OK: 13

Package nanonext

Current CRAN status: ERROR: 1, OK: 12

Version: 1.0.0
Check: examples
Result: ERROR Running examples in 'nanonext-Ex.R' failed The error most likely occurred in: > ### Name: reply > ### Title: Reply over Context (RPC Server for Req/Rep Protocol) > ### Aliases: reply > > ### ** Examples > > req <- socket("req", listen = "tcp://127.0.0.1:6546") > rep <- socket("rep", dial = "tcp://127.0.0.1:6546") > > ctxq <- context(req) > ctxp <- context(rep) > > send(ctxq, 2022, block = 100) [1] 0 > reply(ctxp, execute = function(x) x + 1, send_mode = "raw", timeout = 100) [1] 0 > recv(ctxq, mode = "double", block = 100) [1] 2023 > > send(ctxq, 100, mode = "raw", block = 100) [1] 0 > reply(ctxp, recv_mode = "double", execute = log, base = 10, timeout = 100) [1] 0 > recv(ctxq, block = 100) [1] 2 > > close(req) Flavor: r-release-windows-x86_64

Package secretbase

Current CRAN status: OK: 13