Last updated on 2025-01-22 12:59:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 7.12 | 51.10 | 58.22 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 4.95 | 37.10 | 42.05 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 339.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 292.75 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 8.00 | 240.00 | 248.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 6.76 | 47.22 | 53.98 | ERROR | |
r-release-linux-x86_64 | 1.1.0 | 5.93 | 46.51 | 52.44 | ERROR | |
r-release-macos-arm64 | 1.1.0 | 141.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 379.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 8.00 | 253.00 | 261.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 140.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 225.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 11.00 | 275.00 | 286.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(APCalign)
>
> test_check("APCalign")
Downloading...
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Loading resources into memory...
===========================Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/APCalign.Rcheck/tests/testthat/helper.R"
Caused by error in `UseMethod()`:
! no applicable method for 'rename' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::test_check("APCalign")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[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. │ └─APCalign::load_taxonomic_resources(...) at tests/testthat/helper.R:5:3
15. │ └─... %>% ...
16. ├─dplyr::mutate(., genus = extract_genus(canonical_name), taxon_rank = standardise_taxon_rank(taxon_rank))
17. ├─dplyr::rename(., dplyr::any_of(column_rename))
18. └─base::.handleSimpleError(...)
19. └─testthat (local) h(simpleError(msg, call))
20. └─rlang::abort(...)
Warning messages:
1: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet': HTTP status was '404 Not Found'
2: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet': HTTP status was '404 Not Found'
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/3s]
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(APCalign)
>
> test_check("APCalign")
Downloading...
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Loading resources into memory...
===========================Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/APCalign.Rcheck/tests/testthat/helper.R"
Caused by error in `UseMethod()`:
! no applicable method for 'rename' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::test_check("APCalign")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[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. │ └─APCalign::load_taxonomic_resources(...) at tests/testthat/helper.R:5:3
15. │ └─... %>% ...
16. ├─dplyr::mutate(., genus = extract_genus(canonical_name), taxon_rank = standardise_taxon_rank(taxon_rank))
17. ├─dplyr::rename(., dplyr::any_of(column_rename))
18. └─base::.handleSimpleError(...)
19. └─testthat (local) h(simpleError(msg, call))
20. └─rlang::abort(...)
Warning messages:
1: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet': HTTP status was '404 Not Found'
2: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet': HTTP status was '404 Not Found'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(APCalign)
>
> test_check("APCalign")
Downloading...
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Loading resources into memory...
===========================Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/APCalign.Rcheck/tests/testthat/helper.R"
Caused by error in `UseMethod()`:
! no applicable method for 'rename' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::test_check("APCalign")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[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. │ └─APCalign::load_taxonomic_resources(...) at tests/testthat/helper.R:5:3
15. │ └─... %>% ...
16. ├─dplyr::mutate(., genus = extract_genus(canonical_name), taxon_rank = standardise_taxon_rank(taxon_rank))
17. ├─dplyr::rename(., dplyr::any_of(column_rename))
18. └─base::.handleSimpleError(...)
19. └─testthat (local) h(simpleError(msg, call))
20. └─rlang::abort(...)
Warning messages:
1: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet': HTTP status was '404 Not Found'
2: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet': HTTP status was '404 Not Found'
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(APCalign)
>
> test_check("APCalign")
Downloading...
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet'
trying URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Internet or server may be down; error in downloading or reading the file: cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet'
Loading resources into memory...
===========================Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/APCalign.Rcheck/tests/testthat/helper.R"
Caused by error in `UseMethod()`:
! no applicable method for 'rename' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::test_check("APCalign")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[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. │ └─APCalign::load_taxonomic_resources(...) at tests/testthat/helper.R:5:3
15. │ └─... %>% ...
16. ├─dplyr::mutate(., genus = extract_genus(canonical_name), taxon_rank = standardise_taxon_rank(taxon_rank))
17. ├─dplyr::rename(., dplyr::any_of(column_rename))
18. └─base::.handleSimpleError(...)
19. └─testthat (local) h(simpleError(msg, call))
20. └─rlang::abort(...)
Warning messages:
1: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apc.parquet': HTTP status was '404 Not Found'
2: In utils::download.file(url, path_to_file, mode = "wb") :
cannot open URL 'https://github.com/traitecoevo/APCalign/releases/download/0.0.2.9000/apni.parquet': HTTP status was '404 Not Found'
Execution halted
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.