CRAN Package Check Results for Package omicsTools

Last updated on 2025-12-11 07:49:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 6.03 56.77 62.80 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.5 3.75 45.54 49.29 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.5 63.00 35.35 98.35 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.5 15.00 75.94 90.94 ERROR
r-devel-windows-x86_64 1.0.5 8.00 74.00 82.00 ERROR
r-patched-linux-x86_64 1.0.5 5.14 50.85 55.99 ERROR
r-release-linux-x86_64 1.0.5 5.63 50.93 56.56 ERROR
r-release-macos-arm64 1.0.5 OK
r-release-macos-x86_64 1.0.5 6.00 58.00 64.00 OK
r-release-windows-x86_64 1.0.5 8.00 74.00 82.00 OK
r-oldrel-macos-arm64 1.0.5 OK
r-oldrel-macos-x86_64 1.0.5 4.00 35.00 39.00 OK
r-oldrel-windows-x86_64 1.0.5 11.00 83.00 94.00 ERROR

Check Details

Version: 1.0.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [5s/7s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 1.0.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.5
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [8s/39s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.5
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [8s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.5
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [5s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [5s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.5
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [6s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(omicsTools) This is omicsTools version 1.0.5. omicsTools is free software and comes with ABSOLUTELY NO WARRANTY. Please use at your own risk. > > test_check("omicsTools") Loading required package: shiny Saving _problems/test-golem_utils_ui-99.R Saving _problems/test-golem_utils_ui-105.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-golem_utils_ui.R:96:3'): Test undisplay works ──────────────── Expected `as.character(b)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\">go</button>" ── Failure ('test-golem_utils_ui.R:102:3'): Test undisplay works ─────────────── Expected `as.character(b_undisplay)` to equal "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>". Differences: lines(actual) vs lines(expected) - "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">" - " <span class=\"action-label\">go</span>" - "</button>" + "<button id=\"go_filter\" type=\"button\" class=\"btn btn-default action-button\" style=\"display: none;\">go</button>" [ FAIL 2 | WARN 0 | SKIP 1 | PASS 94 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.