Last updated on 2024-10-31 08:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.0 | 4.68 | 106.05 | 110.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.0 | 4.28 | 72.69 | 76.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.0 | 182.52 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 278.56 | OK | |||
r-devel-windows-x86_64 | 1.4.0 | 8.00 | 106.00 | 114.00 | OK | |
r-patched-linux-x86_64 | 1.4.0 | 6.45 | 96.97 | 103.42 | OK | |
r-release-linux-x86_64 | 1.4.0 | 5.48 | 97.42 | 102.90 | OK | |
r-release-macos-arm64 | 1.4.0 | 88.00 | OK | |||
r-release-macos-x86_64 | 1.4.0 | 196.00 | OK | |||
r-release-windows-x86_64 | 1.4.0 | 8.00 | 92.00 | 100.00 | ERROR | |
r-oldrel-macos-arm64 | 1.4.0 | 89.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.0 | 163.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.0 | 9.00 | 125.00 | 134.00 | OK |
Version: 1.4.0
Check: tests
Result: ERROR
Running 'testthat.R' [24s]
Running 'wipe.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(pkgload)
>
> # Needed so that install.packages works correctly
> Sys.setenv("R_TESTS" = "")
>
> test_check("pkgload")
Starting 2 test processes
[ FAIL 3 | WARN 0 | SKIP 16 | PASS 332 ]
══ Skipped tests (16) ══════════════════════════════════════════════════════════
• "pkgload" %in% dev_packages() is not TRUE (1): 'test-shim.R:126:3'
• On CRAN (14): 'test-depend.R:5:3', 'test-depend.R:15:3',
'test-depend.R:43:3', 'test-help.R:57:3', 'test-help.R:117:3',
'test-help.R:128:3', 'test-help.R:141:3', 'test-help.R:162:3',
'test-load-hooks.R:155:3', 'test-load.R:44:3', 'test-namespace.R:140:3',
'test-shim.R:59:3', 'test-shim.R:135:3', 'test-source.R:2:3'
• httr cannot be loaded (1): 'test-depend.R:58:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dll.R:43:3'): load_all() compiles and loads DLLs ───────────────
Error: Could not find tools necessary to compile a package
Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem.
Backtrace:
▆
1. └─pkgload::load_all("testDllLoad", reset = TRUE, quiet = TRUE) at test-dll.R:43:3
2. └─pkgbuild::compile_dll(path, quiet = quiet)
3. └─pkgbuild::check_build_tools(quiet = TRUE)
── Error ('test-dll.R:82:3'): Specific functions from DLLs listed in NAMESPACE can be called ──
Error: Could not find tools necessary to compile a package
Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem.
Backtrace:
▆
1. └─pkgload::load_all("testDllLoad", quiet = TRUE) at test-dll.R:82:3
2. └─pkgbuild::compile_dll(path, quiet = quiet)
3. └─pkgbuild::check_build_tools(quiet = TRUE)
── Error ('test-dll.R:108:3'): load_all() can compile and load DLLs linked to Rcpp ──
Error: Could not find tools necessary to compile a package
Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem.
Backtrace:
▆
1. └─pkgload::load_all("testDllRcpp", reset = TRUE, quiet = TRUE) at test-dll.R:108:3
2. └─pkgbuild::compile_dll(path, quiet = quiet)
3. └─pkgbuild::check_build_tools(quiet = TRUE)
[ FAIL 3 | WARN 0 | SKIP 16 | PASS 332 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64