CRAN Package Check Results for Package EpiForsk

Last updated on 2026-03-07 12:50:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 15.03 146.47 161.50 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 9.21 87.81 97.02 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 26.00 199.44 225.44 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 24.00 196.99 220.99 ERROR
r-devel-macos-arm64 0.2.0 3.00 37.00 40.00 OK
r-devel-windows-x86_64 0.2.0 18.00 165.00 183.00 OK
r-patched-linux-x86_64 0.2.0 14.43 133.02 147.45 OK
r-release-linux-x86_64 0.2.0 14.14 132.97 147.11 OK
r-release-macos-arm64 0.2.0 OK
r-release-macos-x86_64 0.2.0 9.00 156.00 165.00 OK
r-release-windows-x86_64 0.2.0 16.00 141.00 157.00 OK
r-oldrel-macos-arm64 0.2.0 OK
r-oldrel-macos-x86_64 0.2.0 9.00 124.00 133.00 OK
r-oldrel-windows-x86_64 0.2.0 23.00 187.00 210.00 OK

Check Details

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

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘EpiForsk-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: fct_confint > ### Title: Confidence set for functions of model parameters > ### Aliases: fct_confint fct_confint.lm fct_confint.glm fct_confint.lms > ### fct_confint.default > > ### ** Examples > > data <- 1:5 |> + purrr::map( + \(x) { + name = paste0("cov", x); + dplyr::tibble("{name}" := rnorm(100, 1)) + } + ) |> + purrr::list_cbind() |> + dplyr::mutate( + y = rowSums(dplyr::across(dplyr::everything())) + rnorm(100) + ) > lm <- lm( + as.formula( + paste0("y ~ 0 + ", paste0(names(data)[names(data) != "y"], collapse = " + ")) + ), + data + ) > fct_confint(lm, sum) Error in (function (.x, .f, ..., .progress = FALSE) : ℹ In index: 1. Caused by error: ! 'solve' is not an exported object from 'namespace:CVXR' Calls: fct_confint ... tryCatchList -> tryCatchOne -> <Anonymous> -> ci_fct_error_handler Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘EpiForsk-Ex.R’ failed The error most likely occurred in: > ### Name: fct_confint > ### Title: Confidence set for functions of model parameters > ### Aliases: fct_confint fct_confint.lm fct_confint.glm fct_confint.lms > ### fct_confint.default > > ### ** Examples > > data <- 1:5 |> + purrr::map( + \(x) { + name = paste0("cov", x); + dplyr::tibble("{name}" := rnorm(100, 1)) + } + ) |> + purrr::list_cbind() |> + dplyr::mutate( + y = rowSums(dplyr::across(dplyr::everything())) + rnorm(100) + ) > lm <- lm( + as.formula( + paste0("y ~ 0 + ", paste0(names(data)[names(data) != "y"], collapse = " + ")) + ), + data + ) > fct_confint(lm, sum) Error in (function (.x, .f, ..., .progress = FALSE) : ℹ In index: 1. Caused by error: ! 'solve' is not an exported object from 'namespace:CVXR' Calls: fct_confint ... tryCatchList -> tryCatchOne -> <Anonymous> -> ci_fct_error_handler Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc