* using log directory ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.5/FACT.Rcheck’ * using R Under development (unstable) (2025-01-24 r87627) * using platform: x86_64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 14.2.0 * running under: macOS Ventura 13.3.1 * using session charset: UTF-8 * checking for file ‘FACT/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘FACT’ version ‘0.1.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: ‘factoextra’ * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘FACT’ can be installed ... [5s/7s] OK See 'https://www.r-project.org/nosvn/R.check/r-devel-macos-x86_64/FACT-00install.html' for details. * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [3s/3s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [1s/2s] ERROR Running examples in ‘FACT-Ex.R’ failed The error most likely occurred in: > ### Name: ClustPredictor > ### Title: Clustering Predictor Object > ### Aliases: ClustPredictor > > ### ** Examples > > require(factoextra) Loading required package: factoextra Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘factoextra’ > require(FuzzyDBScan) Loading required package: FuzzyDBScan > multishapes <- as.data.frame(multishapes[, 1:2]) Error: object 'multishapes' not found Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/2s] ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(FACT) > > test_check("FACT") Error in `FUN()`: ! In path: "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/FACT.Rcheck/tests/testthat/setup.R" Caused by error in `library()`: ! there is no package called 'factoextra' Backtrace: ▆ 1. ├─testthat::test_check("FACT") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─base::library(factoextra) at tests/testthat/setup.R:3:1 15. │ └─base::stop(packageNotFoundError(package, lib.loc, sys.call())) 16. └─testthat (local) ``(``) 17. └─rlang::abort(...) Execution halted * checking PDF version of manual ... [6s/12s] OK * DONE Status: 2 ERRORs * using check arguments '--no-clean-on-error ' * elapsed time (check, wall clock): 0:54