CRAN Package Check Results for Maintainer ‘Kim Daniel Jakobsen <kija at ssi.dk>’

Last updated on 2026-03-10 23:54:46 CET.

Package ERROR OK
EpiForsk 8 6

Package EpiForsk

Current CRAN status: ERROR: 8, OK: 6

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

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 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

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, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.