Last updated on 2019-05-01 01:52:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5-3 | 14.56 | 91.54 | 106.10 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5-3 | 10.24 | 60.50 | 70.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.5-3 | 128.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5-3 | 123.54 | OK | |||
r-patched-linux-x86_64 | 1.5-3 | 13.65 | 92.27 | 105.92 | OK | |
r-patched-solaris-x86 | 1.5-3 | 157.00 | OK | |||
r-release-linux-x86_64 | 1.5-3 | 14.13 | 92.44 | 106.57 | OK | |
r-release-windows-ix86+x86_64 | 1.5-3 | 28.00 | 100.00 | 128.00 | OK | |
r-release-osx-x86_64 | 1.5-3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.5-3 | 16.00 | 100.00 | 116.00 | OK | |
r-oldrel-osx-x86_64 | 1.5-3 | OK |
Version: 1.5-3
Check: examples
Result: ERROR
Running examples in ‘sn-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.selm
> ### Title: Diagnostic plots for 'selm' fits
> ### Aliases: plot.selm plot.mselm plot,selm-method plot,mselm-method
> ### Keywords: hplot
>
> ### ** Examples
>
> data(wines)
> #
> m10 <- selm(flavanoids ~ 1, family="SN", data=wines, subset=(wine=="Barolo"))
Warning in model.matrix.default(mt, mf, contrasts) :
non-list contrasts argument ignored
> plot(m10)
> plot(m10, which=c(1,3)) # fig 3.1 and 3.2(a) of Azzalini and Capitanio (2014)
> #
> m18 <- selm(acidity ~ sugar + nonflavanoids + wine, family="SN", data=wines)
Warning in model.matrix.default(mt, mf, contrasts) :
non-list contrasts argument ignored
Error in selm(acidity ~ sugar + nonflavanoids + wine, family = "SN", data = wines) :
design matrix appears to be of non-full rank
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc