Skip to content

Commit 9862baa

Browse files
committed
Run devtools.
1 parent 5b76aea commit 9862baa

File tree

9 files changed

+60
-12
lines changed

9 files changed

+60
-12
lines changed

R-package/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Imports:
6363
data.table (>= 1.9.6),
6464
magrittr (>= 1.5),
6565
stringi (>= 0.5.2)
66-
RoxygenNote: 7.0.2
66+
RoxygenNote: 7.1.0
6767
SystemRequirements: GNU make, C++11

R-package/NAMESPACE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export("xgb.attr<-")
1616
export("xgb.attributes<-")
1717
export("xgb.config<-")
1818
export("xgb.parameters<-")
19-
export("xgb.config<-")
2019
export(cb.cv.predict)
2120
export(cb.early.stop)
2221
export(cb.evaluation.log)
@@ -31,7 +30,6 @@ export(xgb.Booster.complete)
3130
export(xgb.DMatrix)
3231
export(xgb.DMatrix.save)
3332
export(xgb.attr)
34-
export(xgb.config)
3533
export(xgb.attributes)
3634
export(xgb.config)
3735
export(xgb.create.features)
@@ -43,7 +41,6 @@ export(xgb.ggplot.importance)
4341
export(xgb.importance)
4442
export(xgb.load)
4543
export(xgb.load.raw)
46-
export(xgb.unserialize)
4744
export(xgb.model.dt.tree)
4845
export(xgb.plot.deepness)
4946
export(xgb.plot.importance)
@@ -54,6 +51,7 @@ export(xgb.save)
5451
export(xgb.save.raw)
5552
export(xgb.serialize)
5653
export(xgb.train)
54+
export(xgb.unserialize)
5755
export(xgboost)
5856
import(methods)
5957
importClassesFrom(Matrix,dgCMatrix)

R-package/man/agaricus.test.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/agaricus.train.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/xgb.attr.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/xgb.load.raw.Rd

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/xgb.save.raw.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/xgb.serialize.Rd

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/xgb.unserialize.Rd

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)