tic.R

do_package_checks(error_on = "warning")

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()
}
pday2/mlrMBO_mP documentation built on July 21, 2020, 12:16 a.m.