Last updated on 2020-08-19 01:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 5.79 | 43.19 | 48.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 4.50 | 33.58 | 38.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 67.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 57.60 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 19.00 | 61.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 1.2.0 | 4.98 | 42.76 | 47.74 | OK | |
r-patched-solaris-x86 | 1.2.0 | 89.60 | NOTE | |||
r-release-linux-x86_64 | 1.2.0 | 5.12 | 42.87 | 47.99 | OK | |
r-release-macos-x86_64 | 1.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.0 | 19.00 | 55.00 | 74.00 | ERROR | |
r-oldrel-macos-x86_64 | 1.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 11.00 | 80.00 | 91.00 | OK |
Version: 1.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘taxize’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in 'algaeClassify-Ex.R' failed
The error most likely occurred in:
> ### Name: algae_search
> ### Title: Compare a genus and species name against the algaebase online
> ### database
> ### Aliases: algae_search
>
> ### ** Examples
>
> algae_search(genus='Anabaena',species='flos-aquae',long=FALSE)
Error in `$<-.data.frame`(`*tmp*`, "genus", value = character(0)) :
replacement has 0 rows, data has 5
Calls: algae_search -> <Anonymous> -> $<- -> $<-.data.frame
Execution halted
Flavor: r-release-windows-ix86+x86_64