Last updated on 2025-11-19 01:49:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.8 | 60.27 | 454.80 | 515.07 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.8 | 37.90 | 298.59 | 336.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.8 | 135.00 | 679.09 | 814.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.8 | 227.00 | 609.31 | 836.31 | OK | |
| r-devel-windows-x86_64 | 2.1.8 | 69.00 | 384.00 | 453.00 | NOTE | |
| r-patched-linux-x86_64 | 2.1.8 | 62.38 | 419.14 | 481.52 | OK | |
| r-release-linux-x86_64 | 2.1.8 | 57.83 | 417.77 | 475.60 | OK | |
| r-release-macos-arm64 | 2.1.8 | 25.00 | 191.00 | 216.00 | OK | |
| r-release-macos-x86_64 | 2.1.8 | 53.00 | 388.00 | 441.00 | OK | |
| r-release-windows-x86_64 | 2.1.8 | 58.00 | 379.00 | 437.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.8 | 26.00 | 185.00 | 211.00 | NOTE | |
| r-oldrel-macos-x86_64 | 2.1.8 | 79.00 | 402.00 | 481.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.1.8 | 84.00 | 548.00 | 632.00 | NOTE |
Version: 2.1.8
Check: tests
Result: ERROR
Running ‘test-all.R’ [24s/29s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> aa <- options(spades.debug = FALSE)
> options("spades.temp.debug" = aa)
> if (FALSE) {
+ ff <- list()
+ runTestsWithTimings("ff")
+ }
> test_check("SpaDES.core")
Loading required package: SpaDES.core
Loading required package: quickPlot
Loading required package: reproducible
Attaching package: 'SpaDES.core'
The following objects are masked from 'package:stats':
end, start
The following object is masked from 'package:utils':
citation
trying URL 'https://img.shields.io/badge/Made%20with-Markdown-1f425f.png'
[ FAIL 1 | WARN 0 | SKIP 55 | PASS 241 ]
══ Skipped tests (55) ══════════════════════════════════════════════════════════
• GLPK not available on Linux (1): 'test-module-deps-methods.R:227:7'
• On CRAN (25): 'test-1memory.R:3:3', 'test-Plots.R:2:3', 'test-cache.R:2:3',
'test-cache.R:239:3', 'test-cache.R:658:3', 'test-checkpoint.R:2:3',
'test-checkpoint.R:46:3', 'test-downloadData.R:2:3',
'test-downloadModule.R:2:3', 'test-downloadModule.R:33:3',
'test-downloadModule.R:64:3', 'test-downloadModule.R:106:3',
'test-futureEvents.R:2:3', 'test-load.R:115:3', 'test-load.R:320:3',
'test-load.R:462:3', 'test-load.R:483:3', 'test-mod.R:156:3',
'test-module-deps-methods.R:117:3', 'test-save.R:2:3',
'test-simList.R:223:3', 'test-simList.R:328:3', 'test-simList.R:345:3',
'test-simulation.R:2:3', 'test-timeunits.R:77:3'
• benchmarking DES (1): 'test-simulation.R:248:3'
• empty test (1): 'test-parallel.R:1:1'
• interactive() is not TRUE (1): 'test-Plots.R:203:3'
• restartR not possible in automated tests (1): 'test-save.R:366:3'
• restartR with logging not possible in automated tests (1):
'test-save.R:454:3'
• {NLMR} is not installed (24): 'test-Plots.R:118:3', 'test-cache.R:164:3',
'test-cache.R:580:3', 'test-cache.R:625:3', 'test-cache.R:684:3',
'test-conditionalEvents.R:5:3', 'test-load.R:2:3', 'test-load.R:205:3',
'test-multipleModulePaths.R:4:3', 'test-objectSynonyms.R:2:3',
'test-paths.R:2:3', 'test-save.R:162:3', 'test-save.R:283:3',
'test-simList.R:2:3', 'test-simList.R:385:3', 'test-simList.R:410:3',
'test-simList.R:478:3', 'test-simulation.R:133:3', 'test-simulation.R:211:3',
'test-simulation.R:228:3', 'test-simulation.R:410:3',
'test-simulation.R:916:3', 'test-simulation.R:958:3', 'test-timeunits.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-module-template.R:49:3'): module templates work ────────────────
Error in `download.file(url = "https://img.shields.io/badge/Made%20with-Markdown-1f425f.png", destfile = "figures/markdownBadge.png", mode = "wb")`: cannot open URL 'https://img.shields.io/badge/Made%20with-Markdown-1f425f.png'
Backtrace:
▆
1. └─utils::download.file(...)
[ FAIL 1 | WARN 0 | SKIP 55 | PASS 241 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.8
Check: Rd files
Result: NOTE
checkRd: (-1) spades.Rd:175-182: Only 3 columns allowed in this table (row 5 has 2)
checkRd: (-1) spadesOptions.Rd:24-189: Only 3 columns allowed in this table (row 11 has 2)
Flavor: r-devel-windows-x86_64
Version: 2.1.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘NLMR’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 2.1.8
Check: installed package size
Result: NOTE
installed size is 7.6Mb
sub-directories of 1Mb or more:
R 5.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64