Last updated on 2024-09-14 16:48:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 4.50 | 101.55 | 106.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 3.35 | 74.01 | 77.36 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 177.13 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 187.63 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 6.00 | 116.00 | 122.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 4.74 | 101.45 | 106.19 | OK | |
r-release-linux-x86_64 | 1.0.2 | 3.87 | 100.89 | 104.76 | OK | |
r-release-macos-arm64 | 1.0.2 | 71.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 111.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 7.00 | 117.00 | 124.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 193.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 115.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.2 | 7.00 | 144.00 | 151.00 | OK |
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (C) 2020 Momoko Hayamizu <hayamizu@ism.ac.jp>
> #
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <http://www.gnu.org/licenses/>.
>
> library(testthat)
> library(treefit)
>
> test_check("treefit")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 12 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-treefit.R:144:3'): treefit: 3 arms ───────────────────────────
list("tree-like", 3) not equal to list(fit$name, fit$n_principal_paths_candidates[1]).
Component 2: Mean relative difference: 0.3333333
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 12 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Seurat’
Flavor: r-oldrel-macos-x86_64