CRAN Package Check Results for Package Unico

Last updated on 2025-02-21 02:52:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 10.15 83.49 93.64 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 6.95 60.81 67.76 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 142.07 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.39 76.84 86.23 OK
r-release-linux-x86_64 0.1.0 7.79 77.77 85.56 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 12.00 94.00 106.00 OK
r-oldrel-macos-arm64 0.1.0 57.00 OK
r-oldrel-macos-x86_64 0.1.0 110.00 OK
r-oldrel-windows-x86_64 0.1.0 13.00 142.00 155.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