Last updated on 2026-05-06 17:57:41 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.5 | 3.27 | 36.33 | 39.60 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.0.5 | 2.40 | 27.69 | 30.09 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.5 | 58.90 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.0.5 | 56.17 | OK | |||
| r-devel-windows-x86_64 | 2.0.5 | 6.00 | 67.00 | 73.00 | OK | |
| r-patched-linux-x86_64 | 2.0.5 | 2.95 | 29.90 | 32.85 | ERROR | |
| r-release-linux-x86_64 | 2.0.5 | 3.13 | 31.40 | 34.53 | OK | |
| r-release-macos-arm64 | 2.0.5 | 1.00 | 122.00 | 123.00 | ERROR | |
| r-release-macos-x86_64 | 2.0.5 | 3.00 | 50.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 2.0.5 | 7.00 | 67.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.5 | 1.00 | 20.00 | 21.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.5 | 2.00 | 52.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.5 | 7.00 | 84.00 | 91.00 | OK |
Version: 2.0.5
Check: examples
Result: ERROR
Running examples in ‘algaeClassify-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: species_search_itis
> ### Title: Wrapper function for several functions in ritis:: Searches ITIS
> ### database for matches to a binomial scientific name outputs matches,
> ### current accepted names, synonyms, and higher taxonomy
> ### Aliases: species_search_itis
>
> ### ** Examples
>
> species="Aphanizomenon flosaquae"
> species_search_itis(species,higher=FALSE)
Error in curl::curl_fetch_memory(x$url$url, handle = x$url$handle) :
Timeout was reached [www.itis.gov]:
Operation too slow. Less than 1 bytes/sec transferred the last 600 seconds
Calls: species_search_itis ... <Anonymous> -> crul_fetch -> <Anonymous> -> raise_libcurl_error
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
genus_search_itis 1.56 0.075 18.418
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.0.5
Check: examples
Result: ERROR
Running examples in ‘algaeClassify-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: genus_search_itis
> ### Title: Wrapper function for several functions in ritis:: Searches ITIS
> ### database for matches to a genus name
> ### Aliases: genus_search_itis
>
> ### ** Examples
>
> genus='Anabaena'
> genus_search_itis(genus,higher=FALSE)
Error:
! The `x` argument of `as_tibble()` can't be missing as of tibble 3.0.0.
Backtrace:
▆
1. └─algaeClassify::genus_search_itis(genus, higher = FALSE)
2. └─ritis::accepted_names(tsn = tsn)
3. └─ritis:::parse_raw(out)
4. ├─tibble::as_tibble()
5. └─tibble:::as_tibble.NULL()
6. └─lifecycle::deprecate_stop("3.0.0", "as_tibble(x = 'can\\'t be missing')")
7. └─lifecycle:::deprecate_stop0(msg)
8. └─rlang::cnd_signal(...)
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.0.5
Check: examples
Result: ERROR
Running examples in ‘algaeClassify-Ex.R’ failed
The error most likely occurred in:
> ### Name: genus_search_itis
> ### Title: Wrapper function for several functions in ritis:: Searches ITIS
> ### database for matches to a genus name
> ### Aliases: genus_search_itis
>
> ### ** Examples
>
> genus='Anabaena'
> genus_search_itis(genus,higher=FALSE)
Error: lexical error: invalid char in json text.
<html><head></head><body><p>Que
(right here) ------^
Execution halted
Flavor: r-release-macos-arm64