CRAN Package Check Results for Package easyr

Last updated on 2026-03-10 05:50:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-11 4.63 59.87 64.50 OK
r-devel-linux-x86_64-debian-gcc 0.5-11 3.23 43.29 46.52 OK
r-devel-linux-x86_64-fedora-clang 0.5-11 9.00 91.08 100.08 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5-11 8.00 100.10 108.10 NOTE
r-devel-macos-arm64 0.5-11 1.00 24.00 25.00 OK
r-devel-windows-x86_64 0.5-11 11.00 91.00 102.00 ERROR
r-patched-linux-x86_64 0.5-11 5.13 51.00 56.13 OK
r-release-linux-x86_64 0.5-11 5.17 51.16 56.33 OK
r-release-macos-arm64 0.5-11 OK
r-release-macos-x86_64 0.5-11 3.00 60.00 63.00 OK
r-release-windows-x86_64 0.5-11 8.00 90.00 98.00 OK
r-oldrel-macos-arm64 0.5-11 OK
r-oldrel-macos-x86_64 0.5-11 3.00 64.00 67.00 OK
r-oldrel-windows-x86_64 0.5-11 12.00 110.00 122.00 OK

Check Details

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' [12s] 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