Last updated on 2019-11-26 00:52:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 6.66 | 58.21 | 64.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 5.28 | 43.97 | 49.25 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 74.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 71.37 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.1 | 4.00 | 10.00 | 14.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.0.1 | 4.00 | 15.00 | 19.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.1 | 5.77 | 54.12 | 59.89 | OK | |
r-patched-solaris-x86 | 0.0.1 | 108.70 | NOTE | |||
r-release-linux-x86_64 | 0.0.1 | 5.09 | 56.83 | 61.92 | OK | |
r-release-windows-ix86+x86_64 | 0.0.1 | 24.00 | 115.00 | 139.00 | OK | |
r-release-osx-x86_64 | 0.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.1 | 9.00 | 71.00 | 80.00 | OK | |
r-oldrel-osx-x86_64 | 0.0.1 | NOTE |
Version: 0.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s/5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(sonicscrewdriver)
> library(tuneR)
> library(seewave)
> library(parallel)
>
> test_check("sonicscrewdriver")
-- 1. Failure: plotting is ok in cutws (@test-cutws.R#18) ---------------------
`cutws(tuneR::sine(1000, duration = 10), from = 1, to = 2, plot = TRUE)` produced warnings.
-- 2. Failure: plotting is ok in cutws (@test-data2Wave.R#13) -----------------
`cutws(tuneR::sine(1000, duration = 10), from = 1, to = 2, plot = TRUE)` produced warnings.
-- 3. Failure: inputs are correct (@test-frequencyStats.R#7) ------------------
`frequencyStats(sheep)` produced warnings.
-- 4. Failure: plotting is ok (@test-frequencyStats.R#18) ---------------------
`frequencyStats(sheep, plot = TRUE)` produced warnings.
== testthat results ===========================================================
[ OK: 71 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 4 ]
1. Failure: plotting is ok in cutws (@test-cutws.R#18)
2. Failure: plotting is ok in cutws (@test-data2Wave.R#13)
3. Failure: inputs are correct (@test-frequencyStats.R#7)
4. Failure: plotting is ok (@test-frequencyStats.R#18)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sonicscrewdriver)
> library(tuneR)
> library(seewave)
> library(parallel)
>
> test_check("sonicscrewdriver")
── 1. Failure: plotting is ok in cutws (@test-cutws.R#18) ─────────────────────
`cutws(tuneR::sine(1000, duration = 10), from = 1, to = 2, plot = TRUE)` produced warnings.
── 2. Failure: plotting is ok in cutws (@test-data2Wave.R#13) ─────────────────
`cutws(tuneR::sine(1000, duration = 10), from = 1, to = 2, plot = TRUE)` produced warnings.
── 3. Failure: inputs are correct (@test-frequencyStats.R#7) ──────────────────
`frequencyStats(sheep)` produced warnings.
── 4. Failure: plotting is ok (@test-frequencyStats.R#18) ─────────────────────
`frequencyStats(sheep, plot = TRUE)` produced warnings.
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 71 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 4 ]
1. Failure: plotting is ok in cutws (@test-cutws.R#18)
2. Failure: plotting is ok in cutws (@test-data2Wave.R#13)
3. Failure: inputs are correct (@test-frequencyStats.R#7)
4. Failure: plotting is ok (@test-frequencyStats.R#18)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘methods’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.0.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8