- using R version 4.6.0 (2026-04-24 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-06-04 19:44:28 UTC
- checking for file 'quickr/DESCRIPTION' ... OK
- this is package 'quickr' version '0.3.0'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'quickr' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [1s] OK
- checking whether startup messages can be suppressed ... [1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [13s] OK
- checking Rd files ... [0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [1s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [15s] ERROR
Running 'testthat.R' [15s]
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-constraint.R:3:1', 'test-size-expr-abs.R:3:1',
'test-size-expr-dim-nrow-ncol.R:3:1', 'test-sizes-arithmetic.R:3:1',
'test-subscript-drop-length1-ranges.R:1:1',
'test-subscript-hoisted-temporaries.R:1:1', 'test-subset-reduction.R:1:1',
'test-superassign-logical-subscript.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_04_01_50_00_11549/RtmpoVNNS6/fn-build-4471466722e59/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
- checking PDF version of manual ... [19s] OK
- checking HTML version of manual ... [1s] OK
- DONE
Status: 1 ERROR