R Under development (unstable) (2024-11-14 r87333 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > > library(dendextend) --------------------- Welcome to dendextend version 1.19.0 Type citation('dendextend') for how to cite the package. Type browseVignettes(package = 'dendextend') for the package vignette. The github page is: https://github.com/talgalili/dendextend/ Suggestions and bug-reports can be submitted at: https://github.com/talgalili/dendextend/issues You may ask questions at stackoverflow, use the r and dendextend tags: https://stackoverflow.com/questions/tagged/dendextend To suppress this message use: suppressPackageStartupMessages(library(dendextend)) --------------------- Attaching package: 'dendextend' The following object is masked from 'package:stats': cutree > test_check("dendextend") [ FAIL 0 | WARN 1 | SKIP 0 | PASS 873 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 873 ] > # testthat::test_dir("tests/testthat/") > > > > # > # library(dendextend) > # test_package("dendextend") > # > # > # library(dendextend) > # tryCatch(test_package("dendextend"), > # error = function(e) > # cat('Please run: testthat::test_dir("tests\\testthat")') > # ) > # > # > # > # testthat::test_dir("tests/testthat") > > # library(dendextend) > # system.time(test_dir("inst\\tests")) # 12.8 (- 21) > # search() > > > proc.time() user system elapsed 75.60 1.85 77.40