Last updated on 2019-05-01 01:52:17 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
mnormt | 2 | 9 | |
sn | 1 | 10 |
Current CRAN status: NOTE: 2, OK: 9
Version: 1.5-5
Check: compiled code
Result: NOTE
File ‘mnormt/libs/mnormt.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 1, OK: 10
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