Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
updated rbuildignore and descr
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Apr 4, 2020
1 parent 8e970f6 commit a0db8fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
^clang-.*
^.*\.Rproj$
^\.Rproj\.user$
^\.gitlab-ci\.yml$
^\.gitlab-ci\.yml\.save$
^data-raw$
^LICENSE\.md$
^man-roxygen$
^tic\.R$
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Authors@R:
comment = c(ORCID = "0000-0003-1866-860X")),
person(given = "Patrick",
family = "Schratz",
role = "ctb",
email = "patrick.schratz@gmail.com",
comment = c(ORCID = "0000-0003-0748-6624")))
Description: Adds `lgb.train()` from the lightgbm package to mlr3.
Expand Down
2 changes: 1 addition & 1 deletion data-raw/devstuffs.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my_desc$set_authors(c(
comment = c(ORCID = "0000-0003-1866-860X")),
person(given = "Patrick",
family = "Schratz",
role = "cbt",
role = "ctb",
email = "patrick.schratz@gmail.com",
comment = c(ORCID = "0000-0003-0748-6624"))
))
Expand Down
2 changes: 1 addition & 1 deletion man/mlr3learners.lightgbm-package.Rd

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

2 comments on commit a0db8fa

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/zzz.R:14:29: warning: no visible binding for global variable ‘LearnerClassifLightGBM’

x$add("classif.lightgbm", LearnerClassifLightGBM)
                            ^~~~~~~~~~~~~~~~~~~~~~

R/zzz.R:15:26: warning: no visible binding for global variable ‘LearnerRegrLightGBM’

x$add("regr.lightgbm", LearnerRegrLightGBM)
                         ^~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/zzz.R:14:29: warning: no visible binding for global variable ‘LearnerClassifLightGBM’

x$add("classif.lightgbm", LearnerClassifLightGBM)
                            ^~~~~~~~~~~~~~~~~~~~~~

R/zzz.R:15:26: warning: no visible binding for global variable ‘LearnerRegrLightGBM’

x$add("regr.lightgbm", LearnerRegrLightGBM)
                         ^~~~~~~~~~~~~~~~~~~

Please sign in to comment.