The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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

Last updated on 2026-04-17 11:54:27 CEST.

Package ERROR OK
EpiForsk 1 13

Package EpiForsk

Current CRAN status: ERROR: 1, OK: 13

Version: 0.2.1
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 in `Rmosek::mosek()`: ! Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek. Calls: fct_confint ... tryCatchList -> tryCatchOne -> <Anonymous> -> ci_fct_error_handler Execution halted Flavor: r-oldrel-macos-arm64

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.