Last updated on 2025-03-24 08:51:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 15.87 | 130.58 | 146.45 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.5.1 | 10.93 | 88.61 | 99.54 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 235.62 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 339.06 | 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 | 15.00 | 146.00 | 161.00 | ERROR | |
r-patched-linux-x86_64 | 1.5.1 | 15.46 | 121.43 | 136.89 | ERROR | |
r-release-linux-x86_64 | 1.5.1 | 14.80 | 120.32 | 135.12 | ERROR | |
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 | 18.00 | 0.00 | 18.00 | FAIL | |
r-oldrel-macos-arm64 | 1.5.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.5.1 | 122.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.1 | 23.00 | 163.00 | 186.00 | ERROR |
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘hilldiv-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
div_profile 6.013 0.053 6.469
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘hilldiv-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-debian-gcc, r-release-linux-x86_64
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, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘hilldiv-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
div_profile 5.699 0.075 6.963
Flavor: r-patched-linux-x86_64
Version: 1.5.1
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
5 1.490508 1.054749
>
>
>
> cleanEx()
> nameEx("div_profile_plot")
> ### * div_profile_plot
>
> flush(stderr()); flush(stdout())
>
> ### 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
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64