Last updated on 2024-01-30 09:53:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 24.00 | 96.50 | 120.50 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 21.22 | 76.73 | 97.95 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 126.16 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 133.18 | ERROR | |||
r-devel-windows-x86_64 | 1.2.1 | 23.00 | 89.00 | 112.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 16.18 | 96.79 | 112.97 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | 16.25 | 96.76 | 113.01 | NOTE | |
r-release-macos-arm64 | 1.2.1 | 69.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 97.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 30.00 | 106.00 | 136.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 56.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.2.1 | 30.00 | 111.00 | 141.00 | OK |
Version: 1.2.1
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.2.1
Check: package dependencies
Result: NOTE
Imports includes 32 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘htmltools’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-macos-arm64
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dragon)
>
> test_check("dragon")
Error in `FUN()`:
! In path: "/data/gannet/ripley/R/packages/tests-clang/dragon.Rcheck/tests/testthat/setup_test-settings.R"
Caused by error in `read.graph.ncol()`:
! INTEGER() can only be applied to a 'integer', not a 'double'
Backtrace:
▆
1. ├─testthat::test_check("dragon")
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. │ └─igraph::read_graph("graph_by_redox.igraph", format = "ncol") at tests/testthat/setup_test-settings.R:8:1
15. │ └─igraph:::read.graph.ncol(file, ...)
16. └─base::.handleSimpleError(...)
17. └─testthat (local) h(simpleError(msg, call))
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dragon)
>
> test_check("dragon")
Error in `FUN()`:
! In path: "/data/gannet/ripley/R/packages/tests-devel/dragon.Rcheck/tests/testthat/setup_test-settings.R"
Caused by error in `read.graph.ncol()`:
! INTEGER() can only be applied to a 'integer', not a 'double'
Backtrace:
▆
1. ├─testthat::test_check("dragon")
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. │ └─igraph::read_graph("graph_by_redox.igraph", format = "ncol") at tests/testthat/setup_test-settings.R:8:1
15. │ └─igraph:::read.graph.ncol(file, ...)
16. └─base::.handleSimpleError(...)
17. └─testthat (local) h(simpleError(msg, call))
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc