Skip to content

Commit

Permalink
[R-package] [docs] fix warnings in pkgdown site building (microsoft#3086
Browse files Browse the repository at this point in the history
)

* [R-package] [docs] fix warnings in pkgdown sitte  building

* trying to get better Travis logs

* trying to get better Travis logs

* undo testing fix

* undo testing fix

* empty commit
  • Loading branch information
jameslamb authored and ChipKerchner committed Jun 10, 2020
1 parent 93d0c4c commit 711ac6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ python-package/compile/
python-package/lightgbm/VERSION.txt

# R build artefacts
R-package/docs
R-package/src/CMakeLists.txt
R-package/src/lib_lightgbm.so.dSYM/
R-package/src/src/
Expand Down
1 change: 1 addition & 0 deletions R-package/R/lightgbm.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' @param nrounds number of training rounds
#' @param params List of parameters
#' @param verbose verbosity for output, if <= 0, also will disable the print of evaluation during training
#' @keywords internal
NULL

#' @name lightgbm
Expand Down
1 change: 1 addition & 0 deletions R-package/man/lgb_shared_params.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions R-package/pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ reference:
- '`lgb.prepare2`'
- '`lgb.prepare_rules`'
- '`lgb.prepare_rules2`'
- '`lightgbm`'
- '`lgb.train`'
- '`lgb.cv`'
- title: Saving / Loading Models
Expand Down

0 comments on commit 711ac6c

Please sign in to comment.