Last updated on 2026-03-20 13:51:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.5 | 3.35 | 33.76 | 37.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.5 | 2.26 | 24.37 | 26.63 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.5 | 55.00 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.0.5 | 52.92 | OK | |||
| r-devel-macos-arm64 | 2.0.5 | 1.00 | 22.00 | 23.00 | OK | |
| r-devel-windows-x86_64 | 2.0.5 | 5.00 | 66.00 | 71.00 | OK | |
| r-patched-linux-x86_64 | 2.0.5 | 3.78 | 29.87 | 33.65 | OK | |
| r-release-linux-x86_64 | 2.0.5 | 2.60 | 29.51 | 32.11 | OK | |
| r-release-macos-arm64 | 2.0.5 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 2.0.5 | 2.00 | 52.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 2.0.5 | 7.00 | 63.00 | 70.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.5 | 1.00 | 26.00 | 27.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.5 | 2.00 | 53.00 | 55.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.5 | 6.00 | 71.00 | 77.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: gnr_df
> ### Title: Wrapper function to apply gnr_simple across a data.frame or list
> ### of species names. Modified on 11/18/2025 by Vijay Patil
> ### (vpatil@usgs.gov) for algaeClassify v2.0.5 (pending approval on
> ### CRAN).
> ### Aliases: gnr_df
>
> ### ** Examples
>
> data(lakegeneva)
> #example dataset with 50 rows
>
> lakegeneva<- genus_species_extract(lakegeneva,'phyto_name')
> lakegeneva$genus_species <- trimws(paste(lakegeneva$genus,
+ lakegeneva$species))
>
> #checking for matches from all GNRS sources, first 5 rows:
> lakegeneva.namematches <- gnr_df(lakegeneva,"genus_species")
Warning: Failed to open 'https://verifier.globalnames.org/api/v1/verifications/Monoraphidium+convolutum%7CCeratium+hirundinella%7CAphanizomenon+flos-aquae%7CPeridinium+willei%7CSphaerocystis+schroeteri%7CEudorina+elegans%7CFragilaria+crotonensis%7CChlamydomonas+globosa%7CPlagioselmis+nannoplanctica%7CMougeotia+gracillima%7CStephanodiscus+neoastraea%7CHyaloraphidium+contortum%7CMonoraphidium+minutum%7CPlagioselmis+lacustris%7CGymnodinium+lantzschii%7CDinobryon+divergens%7CStephanodiscus+neoastraea%7CSphaerocystis+schroeteri%7CFragilaria+crotonensis%7CAsterionella+formosa%7CCeratium+hirundinella%7CPlagioselmis+nannoplanctica%7COscillatoria+janus%7CDiatoma+tenuis%7CPlagioselmis+nannoplanctica%7CPlanktothrix+rubescens%7CSynechococcus+elongatus%7CStaurastrum+cingulum%7CPlagioselmis+lacustris%7CPseudanabaena+limnetica%7CChlamydomonas%7CPlagioselmis+lacustris%7CGymnodinium%7CMougeotia+gracillima%7COchromonas%7CClosterium+aciculare%7COchromonas%7CPlagioselmis+nannoplanctica%7CMonoraphidium+convolutum%7 [... truncated]
Error in gnr_df(lakegeneva, "genus_species") :
No matches or too many requests. Wait several minutes and retry your search, or select a different data source.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc