CRAN Package Check Results for Maintainer ‘Bryce Chamberlain <bryce.chamberlain at oliverwyman.com>’

Last updated on 2026-03-13 01:51:20 CET.

Package ERROR NOTE OK
easyr 1 2 11

Package easyr

Current CRAN status: ERROR: 1, NOTE: 2, OK: 11

Version: 0.5-11
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘rprojroot’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.5-11
Check: tests
Result: ERROR Running 'testthat.R' [13s] 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) > library(easyr) > > test_check("easyr") Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Loading required package: dplyr Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Saving _problems/test_cache-30.R Reading as XML/HTML Reading as XML/HTML Reading as XML/HTML Reading as XML/HTML Reading as XML/HTML Reading as XML/HTML No matches found. No matches found. No matches found. No matches found. easyr::tonum: NAs were created. Returning the vector unchanged. Problematic values include: [ 5'10 ] [ FAIL 1 | WARN 0 | SKIP 2 | PASS 305 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test_ecopy.R:1:1', 'test_read.any.R:136:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_cache.R:30:9'): works as expected ────────────────────────────── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.6/qs/libs/x64/qs.dll': LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden. Backtrace: ▆ 1. ├─easyr::save.cache(iris) at test_cache.R:30:9 2. └─base::loadNamespace(x) 3. └─base::library.dynam(lib, package, package.lib) 4. └─base::dyn.load(file, DLLpath = DLLpath, ...) 5. └─base (local) inDL(x, as.logical(local), as.logical(now), ...) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 305 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64