Looks like this recent change to R-devel has caught you:
\code{is.atomic(NULL)} now returns \code{FALSE}, as \code{NULL}
is not an atomic vector. Strict back-compatibility would
replace \code{is.atomic(foo)} by \code{(is.null(foo) ||
is.atomic(foo))}
but should happen o
Hi everyone,
I am updating my R package (tinycodet), and I have checked my R-package in all
operating systems (Linux, Mac, Windows). All examples and tests run correctly
for Linux, Mac, and Windows. Rcmd checks also finds no issues on GitHub (I use
rather strict Rcmdcheck workflows on GitHub,