Last updated on 2025-06-10 10:48:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.4 | 3.39 | 32.07 | 35.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.4 | 2.51 | 22.84 | 25.35 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.4 | 53.13 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.4 | 49.26 | OK | |||
r-devel-windows-x86_64 | 2.0.4 | 5.00 | 70.00 | 75.00 | ERROR | |
r-patched-linux-x86_64 | 2.0.4 | 3.78 | 30.43 | 34.21 | OK | |
r-release-linux-x86_64 | 2.0.4 | 3.14 | 30.41 | 33.55 | OK | |
r-release-macos-arm64 | 2.0.4 | 28.00 | OK | |||
r-release-macos-x86_64 | 2.0.4 | 61.00 | OK | |||
r-release-windows-x86_64 | 2.0.4 | 5.00 | 62.00 | 67.00 | OK | |
r-oldrel-macos-arm64 | 2.0.4 | 50.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.4 | 49.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.4 | 7.00 | 73.00 | 80.00 | OK |
Version: 2.0.4
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: Bad Gateway (HTTP 502)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.4
Check: examples
Result: ERROR
Running examples in 'algaeClassify-Ex.R' failed
The error most likely occurred in:
> ### 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: Bad Gateway (HTTP 502)
Execution halted
Flavor: r-devel-windows-x86_64