Last updated on 2025-02-18 02:50:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 5.97 | 52.02 | 57.99 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 4.08 | 37.78 | 41.86 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 99.47 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 87.50 | OK | |||
r-devel-macos-arm64 | 0.0.3 | 33.00 | OK | |||
r-devel-macos-x86_64 | 0.0.3 | 52.00 | ERROR | |||
r-devel-windows-x86_64 | 0.0.3 | 8.00 | 68.00 | 76.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.3 | 9.88 | 48.26 | 58.14 | OK | |
r-release-linux-x86_64 | 0.0.3 | 5.32 | 47.64 | 52.96 | OK | |
r-release-macos-arm64 | 0.0.3 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 48.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 8.00 | 76.00 | 84.00 | OK | |
r-oldrel-macos-arm64 | 0.0.3 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.3 | 10.00 | 105.00 | 115.00 | OK |
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