CRAN Package Check Results for Package SLSEdesign

Last updated on 2026-03-06 16:51:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 10.20 118.30 128.50 OK
r-devel-linux-x86_64-debian-gcc 0.0.5 9.23 81.84 91.07 OK
r-devel-linux-x86_64-fedora-clang 0.0.5 12.00 91.98 103.98 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.5 12.00 110.79 122.79 ERROR
r-devel-macos-arm64 0.0.5 3.00 33.00 36.00 OK
r-devel-windows-x86_64 0.0.5 12.00 111.00 123.00 OK
r-patched-linux-x86_64 0.0.5 11.73 113.36 125.09 OK
r-release-linux-x86_64 0.0.5 12.50 111.90 124.40 OK
r-release-macos-arm64 0.0.5 OK
r-release-macos-x86_64 0.0.5 8.00 117.00 125.00 OK
r-release-windows-x86_64 0.0.5 11.00 112.00 123.00 OK
r-oldrel-macos-arm64 0.0.5 OK
r-oldrel-macos-x86_64 0.0.5 8.00 144.00 152.00 OK
r-oldrel-windows-x86_64 0.0.5 16.00 147.00 163.00 OK

Check Details

Version: 0.0.5
Check: dependencies in R code
Result: WARN Missing or unexported objects: ‘CVXR::diag’ ‘CVXR::solve’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0.5
Check: examples
Result: ERROR Running examples in ‘SLSEdesign-Ex.R’ failed The error most likely occurred in: > ### Name: Aopt > ### Title: Calculate the A-optimal design under the second-order Least > ### squares estimator > ### Aliases: Aopt > > ### ** Examples > > poly3 <- function(xi, theta){ + matrix(c(1, xi, xi^2, xi^3), ncol = 1) + } > Npt <- 101 > my_design <- Aopt(N = Npt, u = seq(-1, +1, length.out = Npt), + tt = 0, FUN = poly3, theta = rep(0,4), num_iter = 2000) Error: 'diag' is not an exported object from 'namespace:CVXR' Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘SLSEdesign.Rmd’ using rmarkdown Quitting from SLSEdesign.Rmd:50-64 [Define inputs] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! 'diag' is not an exported object from 'namespace:CVXR' --- Backtrace: ▆ 1. └─SLSEdesign::Aopt(N = N, u = u, tt = tt, FUN = poly3, theta = theta) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'SLSEdesign.Rmd' failed with diagnostics: 'diag' is not an exported object from 'namespace:CVXR' --- failed re-building ‘SLSEdesign.Rmd’ SUMMARY: processing the following file failed: ‘SLSEdesign.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc