CRAN Package Check Results for Package quickr

Last updated on 2026-06-03 20:58:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 11.65 64.08 75.73 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 6.90 46.70 53.60 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 18.00 98.24 116.24 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 21.00 103.67 124.67 OK
r-devel-windows-x86_64 0.3.0 10.00 80.00 90.00 OK
r-patched-linux-x86_64 0.3.0 9.60 59.99 69.59 OK
r-release-linux-x86_64 0.3.0 10.89 60.11 71.00 OK
r-release-macos-arm64 0.3.0 2.00 17.00 19.00 OK
r-release-macos-x86_64 0.3.0 7.00 56.00 63.00 OK
r-release-windows-x86_64 0.3.0 10.00 70.00 80.00 ERROR
r-oldrel-macos-arm64 0.3.0 3.00 16.00 19.00 OK
r-oldrel-macos-x86_64 0.3.0 9.00 104.00 113.00 OK
r-oldrel-windows-x86_64 0.3.0 13.00 92.00 105.00 OK

Check Details

Version: 0.3.0
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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > # covr doesn't merge coverage across testthat worker processes, so parallel test > # execution can undercount coverage substantially. > if (identical(Sys.getenv("R_COVR"), "true")) { + Sys.setenv(TESTTHAT_PARALLEL = "false") + } > > library(testthat) > if (identical(Sys.getenv("R_COVR"), "true")) { + # covr can emit harmless warnings while instrumenting quickr's namespace; keep + # coverage runs clean. + suppressWarnings(library(quickr)) + } else { + library(quickr) + } > > test_check("quickr") Starting 2 test processes. Saving _problems/test-cran-smoke-runtime-63.R [ FAIL 1 | WARN 0 | SKIP 87 | PASS 2 ] ══ Skipped tests (87) ══════════════════════════════════════════════════════════ • On CRAN (87): 'test-unary-intrinsics.R:3:1', 'test-loops.R:3:1', 'test-add.R:3:1', 'test-allocatable-locals.R:1:1', 'test-api-drives-internals.R:4:1', 'test-arg-not-declared-name-collision.R:1:1', 'test-array-reshape.R:1:1', 'test-as-double.R:1:1', 'test-assignment-writes-to-dest.R:1:1', 'test-bind.R:3:1', 'test-block-scopes.R:1:1', 'test-c-bridge-hoist.R:3:1', 'test-c-wrapper-public-api-coverage.R:1:1', 'test-classes.R:3:1', 'test-closure-hoist-snapshots.R:1:1', 'test-closure-semantics-grid.R:1:1', 'test-codecov-coverage.R:3:1', 'test-compile-package.R:3:1', 'test-compiler.R:3:1', 'test-declare-type.R:3:1', 'test-dims2c-length.R:1:1', 'test-dims2f.R:3:1', 'test-div-cast.R:1:1', 'test-div-mod.R:3:1', 'test-dotted-arg-size-expr.R:3:1', 'test-dotted-symbols.R:1:1', 'test-drop.R:3:1', 'test-error-handling.R:1:1', 'test-errors.R:1:1', 'test-example-convolve.R:3:1', 'test-example-heat_diffusion.R:3:1', 'test-example-roll_mean.R:3:1', 'test-example-viterbi.R:3:1', 'test-fallthrough-assignment.R:1:1', 'test-flang-preference.R:1:1', 'test-float-to-int.R:3:1', 'test-floor-large.R:7:1', 'test-for-iterables.R:3:1', 'test-friendly-size.R:1:1', 'test-hoist-mask.R:3:1', 'test-ifelse.R:3:1', 'test-internal-utils.R:3:1', 'test-local-closure-control-flow.R:1:1', 'test-local-closure-optional-args-more.R:3:1', 'test-logical-indexing.R:4:1', 'test-logical.R:3:1', 'test-machine.R:1:1', 'test-matrix-inference.R:1:1', 'test-matrix-lapack.R:1:1', 'test-matrix-mul.R:1:1', 'test-matrix-parse.R:3:1', 'test-matrix-vector-recycling-nrow.R:3:1', 'test-matrix.R:3:1', 'test-multiple-return.R:1:1', 'test-openmp-error-snapshots.R:1:1', 'test-openmp-parallelization.R:1:1', 'test-openmp-utils.R:1:1', 'test-package-internal-procs.R:1:1', 'test-parallel-declare.R:1:1', 'test-parentheses.R:3:1', 'test-qr-solve.R:1:1', 'test-quick-context.R:1:1', 'test-quick-name.R:1:1', 'test-quick-windows-paths.R:1:1', 'test-r2f-r-attr.R:1:1', 'test-r2f-registry.R:3:1', 'test-reduction-scalars.R:1:1', 'test-rep-int.R:1:1', 'test-rev.R:1:1', 'test-runif.R:1:1', 'test-sapply-closures.R:1:1', 'test-scope-state.R:3:1', 'test-seq.R:3:1', 'test-size-expr-abs.R:3:1', 'test-size-constraint.R:3:1', 'test-sizes-arithmetic.R:3:1', 'test-size-expr-dim-nrow-ncol.R:3:1', 'test-subscript-drop-length1-ranges.R:1:1', 'test-subscript-hoisted-temporaries.R:1:1', 'test-superassign-logical-subscript.R:1:1', 'test-subset-reduction.R:1:1', 'test-superassignment-semantics-variety.R:1:1', 'test-superassignment-snapshots.R:1:1', 'test-superassignment.R:1:1', 'test-svd.R:1:1', 'test-var-storage-bytes.R:1:1', 'test-which.R:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cran-smoke-runtime.R:63:3'): CRAN smoke: core language and matrix paths compile and run ── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/temp/2026_06_02_01_50_00_4312/RtmpmAEoM5/fn-build-2b4a0149d74e3/fn.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─testthat::expect_no_warning(quick(fn)) at test-cran-smoke-runtime.R:63:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ ├─base::withRestarts(...) 6. │ │ │ └─base (local) withOneRestart(expr, restarts[[1L]]) 7. │ │ │ └─base (local) doWithOneRestart(return(expr), restart) 8. │ │ └─base::withCallingHandlers(...) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. └─quickr::quick(fn) 11. └─quickr:::compile(r2f(fun)) 12. └─base::tryCatch(...) 13. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 14. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 15. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 87 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64