Last updated on 2024-09-08 08:49:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 6.46 | 68.24 | 74.70 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 4.32 | 46.25 | 50.57 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 121.39 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 121.25 | OK | |||
r-devel-windows-x86_64 | 2.0.0 | 10.00 | 91.00 | 101.00 | OK | |
r-patched-linux-x86_64 | 2.0.0 | 5.90 | 64.28 | 70.18 | OK | |
r-release-linux-x86_64 | 2.0.0 | 7.23 | 64.99 | 72.22 | OK | |
r-release-macos-arm64 | 2.0.0 | 50.00 | OK | |||
r-release-macos-x86_64 | 2.0.0 | 126.00 | OK | |||
r-release-windows-x86_64 | 2.0.0 | 9.00 | 86.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 2.0.0 | 49.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.0.0 | 89.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.0.0 | 11.00 | 97.00 | 108.00 | OK |
Version: 2.0.0
Check: dependencies in R code
Result: WARN
Missing or unexported objects:
‘erify::check_interval’ ‘erify::is_string’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘gm-Ex.R’ failed
The error most likely occurred in:
> ### Name: Instrument
> ### Title: Create 'Instrument' Object
> ### Aliases: Instrument
>
> ### ** Examples
>
> # Create a flute
> flute <- Instrument(74, pan = -90)
Error: 'check_interval' is not an exported object from 'namespace:erify'
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
▆
1. └─gm::Key(2, to = 2, scope = "part") at test-3-utils-key.R:2:3
2. └─gm:::check_to(to)
3. └─erify::check_content(to, valid, name, general)
── Error ('test-3-utils-pitch.R:2:3'): key finding works ───────────────────────
Error: 'is_string' is not an exported object from 'namespace:erify'
Backtrace:
▆
1. └─gm::Key(2, to = 1) at test-3-utils-pitch.R:2:3
2. └─gm:::check_to(to)
3. └─erify::check_content(to, valid, name, general)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 83 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 2.0.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘gm.Rmd’
...
> music <- Music() + Meter(4, 4) + Line(c("C5", "D5",
+ "E5", "F5"))
> show(music)
When sourcing ‘gm.R’:
Error: MuseScore is not found.
Execution halted
‘gm.Rmd’ using ‘UTF-8’... failed
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
▆
1. └─gm::Key(2, to = 2, scope = "part") at test-3-utils-key.R:2:3
2. └─gm:::check_to(to)
3. └─erify::check_content(to, valid, name, general)
── Error ('test-3-utils-pitch.R:2:3'): key finding works ───────────────────────
Error: 'is_string' is not an exported object from 'namespace:erify'
Backtrace:
▆
1. └─gm::Key(2, to = 1) at test-3-utils-pitch.R:2:3
2. └─gm:::check_to(to)
3. └─erify::check_content(to, valid, name, general)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 83 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64