Last updated on 2018-06-01 08:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.1 | 14.85 | 177.34 | 192.19 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.1 | 12.74 | 148.23 | 160.97 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.1 | 275.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 266.73 | OK | |||
r-devel-windows-ix86+x86_64 | 0.8.1 | 31.00 | 281.00 | 312.00 | OK | |
r-patched-linux-x86_64 | 0.8.1 | 13.89 | 170.80 | 184.69 | ERROR | |
r-patched-solaris-x86 | 0.8.1 | 343.70 | OK | |||
r-release-linux-x86_64 | 0.8.1 | 13.94 | 175.74 | 189.68 | ERROR | |
r-release-windows-ix86+x86_64 | 0.8.1 | 22.00 | 277.00 | 299.00 | OK | |
r-release-osx-x86_64 | 0.8.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.8.1 | 21.00 | 226.00 | 247.00 | OK | |
r-oldrel-osx-x86_64 | 0.8.1 | OK |
Version: 0.8.1
Check: examples
Result: ERROR
Running examples in ‘sensiPhy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tree_intra_phylm
> ### Title: Interaction between phylogenetic uncertainty and intraspecific
> ### variability - Phylogenetic Linear Regression
> ### Aliases: tree_intra_phylm
>
> ### ** Examples
>
> # Load data:
> data(alien)
> # run PGLS accounting for intraspecific and phylogenetic variation:
> intra.tree <- tree_intra_phylm(gestaLen ~ adultMass, data = alien$data, phy = alien$phy,
+ Vy = "SD_gesta", n.intra = 3, n.tree = 3, y.transf = log, x.transf = log)
Warning in tree_intra_phylm(gestaLen ~ adultMass, data = alien$data, phy = alien$phy, :
distrib = normal: make sure that standard deviation is provided for Vx and/or Vy
Error in if ((model == "trend") & (ape::is.ultrametric(phy))) stop("Trend is unidentifiable for ultrametric trees., see ?phylolm for details") else datphy <- match_dataphy(formula, :
the condition has length > 1
Calls: tree_intra_phylm
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64