CRAN Package Check Results for Package Unico

Last updated on 2025-02-17 08:51:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 9.83 85.81 95.64 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 5.80 60.14 65.94 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 146.69 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 8.55 78.73 87.28 OK
r-release-linux-x86_64 0.1.0 8.64 76.72 85.36 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 104.00 115.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 14.00 112.00 126.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