tic.R

do_package_checks(error_on = "warning", codecov = FALSE)

if (ci_has_env("BUILD_PKGDOWN")) {
  get_stage("install") %>%
    add_step(step_install_github("mlr-org/mlr3pkgdowntemplate")) %>%
    add_step(step_install_cran("animation")) %>%
    add_step(step_install_cran("e1071"))
  do_pkgdown()
}
berndbischl/mlrMBO documentation built on Oct. 11, 2022, 1:44 p.m.