CRAN Package Check Results for Maintainer ‘Adelchi Azzalini <adelchi.azzalini at unipd.it>’

Last updated on 2026-01-26 01:51:33 CET.

Package ERROR NOTE OK
mnormt 13
smof 13
sn 1 8 4

Package mnormt

Current CRAN status: NOTE: 13

Version: 2.1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Adelchi Azzalini <adelchi.azzalini@unipd.it>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Adelchi", family = "Azzalini", role = c("aut", "cre"), email = "adelchi.azzalini@unipd.it"), person(given = "Alan", family = "Genz", role = "aut", comment = "most Fortran code"), person(given = "Alan", family = "Miller", role = "ctb", comment = "Fortran routine PHI"), person(given = c("Michael", "J."), family = "Wichura", role = "ctb", comment = "Fortran routine PHINV"), person(given = c("G.", "W."), family = "Hill", role = "ctb", comment = "Fortran routine STDINV"), person(given = "Yihong", family = "Ge.", role = "ctb", comment = "Fortran routines BNVU and MVBVU")) as necessary. Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.1.1
Check: Rd files
Result: NOTE checkRd: (-1) mom.mtruncnorm.Rd:35: Lost braces 35 | \item{cum}{a logical value; if code{TRUE} (default value), cumulants | ^ checkRd: (-1) mom.mtruncnorm.Rd:43: Lost braces; missing escapes or markup? 43 | The maximal value of {d} is \code{20}. If this threshold is exceeded, \code{NA}s | ^ checkRd: (-1) mt.Rd:110: Lost braces 110 | and code{tvpack}, downloaded in 2005 and again in 2007 from his webpage, | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package smof

Current CRAN status: OK: 13

Package sn

Current CRAN status: ERROR: 1, NOTE: 8, OK: 4

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, r-release-windows-x86_64, r-oldrel-windows-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