"R-package/tests/testthat/test_lgb.convert.R" did not exist on "8944b5e6b9a4e47b02bbd6c5237061e408eb6b34"
build_r_site.R 373 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
library(pkgdown)

setwd("lightgbm_r")
if (!dir.exists("docs")) {
  dir.create("docs")
}

devtools::document()
clean_site()
init_site()
build_home(preview = FALSE, quiet = FALSE)
build_reference(lazy = FALSE,
                document = FALSE,
                examples = TRUE,
                run_dont_run = FALSE,
                seed = 42,
                preview = FALSE)