CRAN Package Check Results for Package nvmix

Last updated on 2025-06-09 09:49:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-1 16.34 154.08 170.42 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-1 10.56 108.89 119.45 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-1 270.04 OK
r-devel-linux-x86_64-fedora-gcc 0.1-1 278.66 OK
r-devel-windows-x86_64 0.1-1 20.00 0.00 20.00 FAIL
r-patched-linux-x86_64 0.1-1 17.33 147.18 164.51 NOTE
r-release-linux-x86_64 0.1-1 13.80 147.59 161.39 NOTE
r-release-macos-arm64 0.1-1 83.00 OK
r-release-macos-x86_64 0.1-1 154.00 OK
r-release-windows-x86_64 0.1-1 20.00 193.00 213.00 NOTE
r-oldrel-macos-arm64 0.1-1 76.00 OK
r-oldrel-macos-x86_64 0.1-1 144.00 OK
r-oldrel-windows-x86_64 0.1-1 26.00 227.00 253.00 OK

Check Details

Version: 0.1-1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: qqplot_maha.Rd: ad.test Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.1-1
Check: for unstated dependencies in ‘demo’
Result: NOTE 'library' or 'require' calls not declared from: ‘QRM’ ‘microbenchmark’ ‘mvtnorm’ ‘qrmtools’ ‘quadprog’ ‘rugarch’ ‘sensitivity’ ‘zoo’ 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

Version: 0.1-1
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > set.seed(1) > system.time(samplecop_pskewt <- rskewtcopula(n, scale = scale, gamma = gamma, + df = df, pseudo = FALSE)) user system elapsed 0.39 0.02 0.40 > ## Plot first two coordinates > layout(rbind(1:2)) > plot(samplecop_pobs, xlab = expression(U[1]), ylab = expression(U[2])) > mtext("pobs = TRUE") > plot(samplecop_pskewt, xlab = expression(U[1]), ylab = expression(U[2])) > mtext("pobs = FALSE") > layout(1) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 28.38 1.99 30.42 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64