CRAN Package Check Results for Package AmigaFFH

Last updated on 2025-12-13 14:49:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.8 10.84 144.47 155.31 OK
r-devel-linux-x86_64-debian-gcc 0.4.8 6.45 77.47 83.92 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.8 21.00 235.32 256.32 OK
r-devel-linux-x86_64-fedora-gcc 0.4.8 21.00 236.62 257.62 OK
r-devel-windows-x86_64 0.4.8 12.00 166.00 178.00 OK
r-patched-linux-x86_64 0.4.8 11.64 130.93 142.57 OK
r-release-linux-x86_64 0.4.8 10.61 131.03 141.64 OK
r-release-macos-arm64 0.4.8 OK
r-release-macos-x86_64 0.4.8 9.00 322.00 331.00 OK
r-release-windows-x86_64 0.4.8 13.00 150.00 163.00 OK
r-oldrel-macos-arm64 0.4.8 OK
r-oldrel-macos-x86_64 0.4.8 9.00 333.00 342.00 OK
r-oldrel-windows-x86_64 0.4.8 19.00 189.00 208.00 OK

Check Details

Version: 0.4.8
Check: examples
Result: ERROR Running examples in ‘AmigaFFH-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: WaveToIFF > ### Title: Convert WaveMC objects into an Interchange File Format object > ### Aliases: WaveToIFF > > ### ** Examples > > ## First get an audio sample from the ProTrackR package > snare.samp <- ProTrackR::PTSample(ProTrackR::mod.intro, 2) Error in loadNamespace(x) : there is no package called ‘ProTrackR’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.8
Check: tests
Result: ERROR Running ‘testthat.R’ [19s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(AmigaFFH) Loading required package: tuneR > > test_check("AmigaFFH") Attaching package: 'adfExplorer' The following objects are masked from 'package:base': readBin, readLines, writeBin, writeLines [ FAIL 1 | WARN 0 | SKIP 9 | PASS 58 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • {ProTrackR} is not installed. (9): 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1', 'test-examples.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-examples.R:1:1'): /tmp/RtmpxKXCun/R.INSTALL25d7e71518fe66/AmigaFFH/man/plot.Rd ── Error in `(function (cond) .Internal(C_tryCatchHelper(addr, 1L, cond)))(structure(list(message = "there is no package called 'ProTrackR'", call = loadNamespace(x), package = "ProTrackR", lib.loc = NULL), class = c("packageNotFoundError", "error", "condition")))`: error in evaluating the argument 'x' in selecting a method for function 'plot': there is no package called 'ProTrackR' Backtrace: ▆ 1. ├─base::plot(simpleSysConfig()) 2. ├─AmigaFFH::simpleSysConfig() 3. │ └─AmigaFFH::rawToSysConfig(result) 4. │ └─AmigaFFH:::.match.factor(...) 5. ├─base::loadNamespace(x) 6. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 7. │ │ └─base (local) withOneRestart(expr, restarts[[1L]]) 8. │ │ └─base (local) doWithOneRestart(return(expr), restart) 9. │ └─base::stop(cond) 10. └─base (local) `<fn>`(`<S3: packageNotFoundError>`) [ FAIL 1 | WARN 0 | SKIP 9 | PASS 58 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc