CRAN Package Check Results for Package Unico

Last updated on 2025-03-01 06:51:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 9.29 84.68 93.97 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 6.09 60.03 66.12 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 141.72 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 144.91 ERROR
r-devel-macos-arm64 0.1.0 50.00 OK
r-devel-macos-x86_64 0.1.0 105.00 OK
r-devel-windows-x86_64 0.1.0 10.00 95.00 105.00 OK
r-patched-linux-x86_64 0.1.0 9.80 76.95 86.75 OK
r-release-linux-x86_64 0.1.0 8.51 78.32 86.83 OK
r-release-macos-arm64 0.1.0 49.00 OK
r-release-macos-x86_64 0.1.0 77.00 OK
r-release-windows-x86_64 0.1.0 11.00 94.00 105.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 110.00 OK
r-oldrel-windows-x86_64 0.1.0 13.00 112.00 125.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘Unico-Ex.R’ failed The error most likely occurred in: > ### Name: Unico > ### Title: Fitting the Unico model > ### Aliases: Unico > > ### ** Examples > > data = simulate_data(n=100, m=2, k=3, p1=1, p2=1, taus_std=0, log_file=NULL) > res = list() > res$params.hat = Unico(data$X, data$W, data$C1, data$C2, parallel=FALSE, log_file=NULL) Error in is.nloptr(ret) : at least one element in x0 < lb Calls: Unico ... lapply -> FUN -> fit_mean_var -> nloptr -> is.nloptr Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc