CRAN Package Check Results for Maintainer ‘Henri Funk <Henri.Funk at stat.uni-muenchen.de>’

Last updated on 2025-02-16 09:51:10 CET.

Package ERROR NOTE OK
FACT 1 3 11
FuzzyDBScan 1 3 11

Package FACT

Current CRAN status: ERROR: 1, NOTE: 3, OK: 11

Version: 0.1.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: SMART.Rd: data.table Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.1.1
Check: examples
Result: 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 Flavor: r-devel-macos-x86_64

Version: 0.1.1
Check: tests
Result: 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) `<fn>`(`<pckgNtFE>`) 17. └─rlang::abort(...) Execution halted Flavor: r-devel-macos-x86_64

Package FuzzyDBScan

Current CRAN status: ERROR: 1, NOTE: 3, OK: 11

Version: 0.0.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Fuzzy_DBScan.Rd: data.table Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.0.3
Check: examples
Result: ERROR Running examples in ‘FuzzyDBScan-Ex.R’ failed The error most likely occurred in: > ### Name: Fuzzy_DBScan > ### Title: Fuzzy DBScan > ### Aliases: Fuzzy_DBScan FuzzyDBScan > > ### ** Examples > > # load factoextra for data and ggplot for plotting > library(factoextra) Error in library(factoextra) : there is no package called ‘factoextra’ Execution halted Flavor: r-devel-macos-x86_64

Version: 0.0.3
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [1s/2s] 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(FuzzyDBScan) > > test_check("FuzzyDBScan") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_initialize.R:23:3'): Output ──────────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'factoextra' Backtrace: ▆ 1. └─base::loadNamespace(x) at test_initialize.R:23:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ] Error: Test failures Execution halted Flavor: r-devel-macos-x86_64