Last updated on 2025-01-12 11:49:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 7.35 | 43.78 | 51.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.11 | 32.77 | 37.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 45.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 50.38 | NOTE | |||
r-devel-windows-x86_64 | 0.2.2 | 10.00 | 82.00 | 92.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 6.00 | 42.10 | 48.10 | OK | |
r-release-linux-x86_64 | 0.2.2 | 6.26 | 42.35 | 48.61 | OK | |
r-release-macos-arm64 | 0.2.2 | 44.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 89.00 | ERROR | |||
r-release-windows-x86_64 | 0.2.2 | 9.00 | 79.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 41.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 87.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.2.2 | 7.00 | 71.00 | 78.00 | OK |
Version: 0.2.2
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘cli’ ‘nomnoml’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(makepipe)
>
> test_check("makepipe")
i Targets are out of date. Updating...
v Finished updating
i Targets are out of date. Updating...
v Finished updating
v Targets are up to date
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 110 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-Pipeline.R:189:3', 'test-Pipeline.R:282:3',
'test-make.R:109:3', 'test-make.R:171:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Pipeline.R:199:3'): pipeline can be saved as html ──────────────
Error in `pandoc_self_contained_html(file, file)`: Saving a widget with selfcontained = TRUE requires pandoc. See here to learn more https://bookdown.org/yihui/rmarkdown-cookbook/install-pandoc.html
Backtrace:
▆
1. └─makepipe::save_pipeline(temp_html, pipeline = pipe, as = "visnetwork") at test-Pipeline.R:199:3
2. └─pipeline$save_visnetwork(file, ...)
3. └─visNetwork::visSave(out, file, selfcontained, background)
4. └─htmlwidgets::saveWidget(...)
5. └─htmlwidgets:::pandoc_self_contained_html(file, file)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 110 ]
Deleting unused snapshots:
• Pipeline/pipeline.png
Error: Test failures
Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64