Last updated on 2024-11-04 01:48:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 2.94 | 177.93 | 180.87 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 2.61 | 135.64 | 138.25 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 299.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 293.99 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 7.00 | 142.00 | 149.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.4 | 6.56 | 170.55 | 177.11 | OK | |
r-release-linux-x86_64 | 1.0.4 | 2.85 | 26.84 | 29.69 | ERROR | |
r-release-macos-arm64 | 1.0.4 | 68.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 96.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 5.00 | 147.00 | 152.00 | OK | |
r-oldrel-macos-arm64 | 1.0.4 | 79.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.4 | 112.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 5.00 | 157.00 | 162.00 | OK |
Version: 1.0.4
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
corrgrapher.Rd: visNetwork
plot.corrgrapher.Rd: visNetwork
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: 1.0.4
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'ranger', 'spelling'
Flavor: r-release-linux-x86_64
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(corrgrapher)
>
> test_check("corrgrapher")
Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/corrgrapher.Rcheck/tests/testthat/setup.R"
Caused by error in `library()`:
! there is no package called 'ranger'
Backtrace:
▆
1. ├─testthat::test_check("corrgrapher")
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(ranger) at tests/testthat/setup.R:1:1
15. │ └─base::stop(packageNotFoundError(package, lib.loc, sys.call()))
16. └─testthat (local) `<fn>`(`<pckgNtFE>`)
17. └─rlang::abort(...)
Execution halted
Flavor: r-release-linux-x86_64