CRAN Package Check Results for Package gm

Last updated on 2024-07-12 05:55:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 7.70 57.64 65.34 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 6.29 42.86 49.15 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 81.22 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 124.88 OK
r-devel-windows-x86_64 1.0.2 7.00 71.00 78.00 OK
r-patched-linux-x86_64 1.0.2 7.98 55.42 63.40 OK
r-release-linux-x86_64 1.0.2 6.86 54.38 61.24 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 11.00 85.00 96.00 OK
r-oldrel-macos-arm64 2.0.0 64.00 ERROR
r-oldrel-macos-x86_64 2.0.0 89.00 ERROR
r-oldrel-windows-x86_64 1.0.2 9.00 74.00 83.00 OK

Check Details

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/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-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/4s] 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