Last updated on 2025-02-22 12:50:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 15.70 | 148.98 | 164.68 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.1 | 11.93 | 101.21 | 113.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 218.91 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 191.19 | ERROR | |||
r-devel-macos-arm64 | 1.5.1 | 72.00 | OK | |||
r-devel-macos-x86_64 | 1.5.1 | 127.00 | OK | |||
r-devel-windows-x86_64 | 1.5.1 | 19.00 | 147.00 | 166.00 | OK | |
r-patched-linux-x86_64 | 1.5.1 | 16.10 | 134.02 | 150.12 | OK | |
r-release-linux-x86_64 | 1.5.1 | 14.59 | 140.05 | 154.64 | OK | |
r-release-macos-arm64 | 1.5.1 | 69.00 | OK | |||
r-release-macos-x86_64 | 1.5.1 | 99.00 | OK | |||
r-release-windows-x86_64 | 1.5.1 | 20.00 | 149.00 | 169.00 | OK | |
r-oldrel-macos-arm64 | 1.5.1 | 77.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.1 | 122.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.1 | 24.00 | 185.00 | 209.00 | OK |
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘hilldiv-Ex.R’ failed
The error most likely occurred in:
> ### Name: div_profile_plot
> ### Title: Diversity profile plot
> ### Aliases: div_profile_plot
> ### Keywords: alpha beta gamma hill
>
> ### ** Examples
>
> data(bat.diet.otutable)
> data(bat.diet.hierarchy)
> #One sample example
> bat.diet.sample <- bat.diet.otutable[,1]
> profile.onesample <- div_profile(count=bat.diet.sample,qvalues=seq(from = 0, to = 5, by = (0.1)))
> div_profile_plot(profile.onesample)
> #Multiple samples
> profile.multiplesamples <- div_profile(bat.diet.otutable)
> div_profile_plot(profile.multiplesamples)
Error in melt.default(profile) :
The melt generic in data.table has been passed a matrix and will attempt to redirect to the relevant reshape2 method; please note that reshape2 is superseded and is no longer actively developed, and this redirection is now deprecated. To continue using melt methods from reshape2 while both packages are attached, e.g. melt.list, you can prepend the namespace, i.e. reshape2::melt(profile). In the next version, this warning will become an error.
Calls: div_profile_plot ... melt -> melt.default -> stopf -> raise_condition -> signal
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc