CRAN Package Check Results for Package sn

Last updated on 2026-01-26 19:49:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 18.66 135.78 154.44 NOTE
r-devel-linux-x86_64-debian-gcc 2.1.1 NOTE
r-devel-linux-x86_64-fedora-clang 2.1.2 32.00 235.19 267.19 OK
r-devel-linux-x86_64-fedora-gcc 2.1.1 30.00 223.55 253.55 NOTE
r-devel-windows-x86_64 2.1.1 19.00 153.00 172.00 NOTE
r-patched-linux-x86_64 2.1.1 18.25 122.70 140.95 NOTE
r-release-linux-x86_64 2.1.1 16.42 122.75 139.17 NOTE
r-release-macos-arm64 2.1.2 4.00 32.00 36.00 ERROR
r-release-macos-x86_64 2.1.2 12.00 119.00 131.00 OK
r-release-windows-x86_64 2.1.2 21.00 146.00 167.00 OK
r-oldrel-macos-arm64 2.1.2 OK
r-oldrel-macos-x86_64 2.1.2 12.00 156.00 168.00 OK
r-oldrel-windows-x86_64 2.1.2 20.00 166.00 186.00 OK

Check Details

Version: 2.1.1
Check: Rd files
Result: NOTE checkRd: (-1) plot.selm.Rd:101: Lost braces 101 | data. Default value for code{which} is \code{2:4} if \code{p>1}, otherwise | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.1.2
Check: examples
Result: ERROR Running examples in ‘sn-Ex.R’ failed The error most likely occurred in: > ### 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")) > 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 rq.fit.br(wx, wy, tau = tau, ...) : Solution may be nonunique > plot(m18) > plot(m18, param.type="DP") > # > m28 <- selm(cbind(acidity, alcohol) ~ sugar + nonflavanoids + wine, + family="SN", data=wines) > plot(m28, col=4) > # > data(ais) > m30 <- selm(cbind(RCC, Hg, Fe) ~ 1, family="SN", data=ais) Error in nlminb(param, msn.dev, msn.dev.grad, control = control, x = x, : NA/NaN gradient evaluation Calls: selm -> selm.fit -> msn.mle -> nlminb Execution halted Flavor: r-release-macos-arm64