CRAN Package Check Results for Package treefit

Last updated on 2025-12-03 09:50:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 5.81 119.25 125.06 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 3.65 87.12 90.77 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 15.00 188.56 203.56 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 12.00 190.06 202.06 OK
r-devel-windows-x86_64 1.0.3 10.00 122.00 132.00 OK
r-patched-linux-x86_64 1.0.3 5.11 115.34 120.45 OK
r-release-linux-x86_64 1.0.3 4.79 115.27 120.06 OK
r-release-macos-arm64 1.0.3 OK
r-release-macos-x86_64 1.0.3 4.00 158.00 162.00 OK
r-release-windows-x86_64 1.0.3 7.00 133.00 140.00 OK
r-oldrel-macos-arm64 1.0.3 OK
r-oldrel-macos-x86_64 1.0.3 6.00 140.00 146.00 OK
r-oldrel-windows-x86_64 1.0.3 10.00 163.00 173.00 ERROR

Check Details

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [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") Saving _problems/test-treefit-137.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 11 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-treefit.R:143:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-treefit.R:134:3'): treefit: 2 arms ─────────────────────────── Expected `list("tree-like", 2)` to equal `list(fit$name, fit$n_principal_paths_candidates[1])`. Differences: Component 2: Mean relative difference: 0.5 [ FAIL 1 | WARN 0 | SKIP 1 | PASS 11 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64