James Lamb
730bc1f688
[R] remove unused headers ( #9546 )
2023-09-14 17:11:26 +08:00
James Lamb
d159ee8547
[R] reformat build scripts ( #9540 )
2023-09-04 17:40:46 +08:00
James Lamb
98e45f7b54
add HTML files to gitignore ( #9541 )
2023-09-04 14:44:58 +08:00
James Lamb
b82e78c169
[R] remove commented-out code ( #9481 )
2023-08-15 13:44:08 +08:00
James Lamb
e3f624d8e7
[R] remove more uses of default values in internal functions ( #9476 )
2023-08-14 22:18:33 +08:00
James Lamb
2c84daeca7
[R] [doc] remove documentation index entries for internal functions ( #9477 )
2023-08-14 22:18:02 +08:00
James Lamb
428f6cbbe2
[R] remove default values in internal booster manipulation functions ( #9461 )
2023-08-11 15:07:18 +08:00
James Lamb
44bd2981b2
[R] remove default values in internal utility functions ( #9457 )
2023-08-10 21:40:59 +08:00
James Lamb
9dbb71490c
[Doc] fix typos in documentation ( #9458 )
2023-08-10 19:26:36 +08:00
James Lamb
4359356d46
[R] [CI] use lintr 3.1.0 ( #9456 )
2023-08-10 17:49:16 +08:00
James Lamb
0d8248ddcd
[R] discourage use of regex for fixed string comparisons ( #8736 )
2023-01-30 18:47:21 +08:00
James Lamb
96e6b6beba
[ci] remove unused imports in tests ( #8707 )
2023-01-25 14:10:29 +08:00
James Lamb
0f4d52a864
[R] add tests on print.xgb.DMatrix() ( #8704 )
2023-01-22 06:44:14 +08:00
James Lamb
6933240837
[python-package] remove unused functions in xgboost.data ( #8695 )
2023-01-19 08:02:54 +08:00
James Lamb
980233e648
[R] remove XGBoosterPredict_R ( fixes #8687 ) ( #8689 )
2023-01-17 14:19:01 +08:00
James Lamb
06ba285f71
[R] fix OpenMP detection on macOS ( #8684 )
2023-01-17 05:01:26 +08:00
James Lamb
e227abc57a
[R] avoid leaving test files behind ( #8685 )
2023-01-15 23:34:54 +08:00
James Lamb
292df67824
[R] remove unused define XGBOOST_CUSTOMIZE_LOGGER ( #8647 )
2023-01-15 02:29:25 +08:00
James Lamb
fa44a33ee6
remove unused variables in JSON-parsing code ( #8627 )
2023-01-04 15:50:33 +08:00
James Lamb
dd72af2620
[CI] fix git errors related to directory ownership ( #8628 )
2023-01-01 16:05:44 -08:00
James Lamb
9a98c3726c
[R] [CI] add more linting checks ( #8624 )
2022-12-29 18:20:36 +08:00
James Lamb
b05abfc494
[CI] remove unused cpp test helper function ( #8625 )
2022-12-28 02:47:52 +08:00
James Lamb
c7e82b5914
[R] enforce lintr checks ( fixes #8012 ) ( #8613 )
2022-12-25 05:02:56 +08:00
James Lamb
f489d824ca
[R] remove unused imports in tests ( #8614 )
2022-12-25 03:45:47 +08:00
James Lamb
e01639548a
[R] remove unused compiler flag RABIT_CUSTOMIZE_MSG_ ( #8610 )
2022-12-17 19:36:35 +08:00
James Lamb
17ce1f26c8
[R] address some lintr warnings ( #8609 )
2022-12-17 18:36:14 +08:00
James Lamb
53e6e32718
[R] resolve assignment_linter warnings ( #8599 )
2022-12-17 01:22:41 +08:00
James Lamb and Jiaming Yuan
7a07dcf651
[R] resolve line_length_linter warnings ( #8565 )
...
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com >
2022-12-14 21:04:24 +08:00
James Lamb and Jiaming Yuan
06ea6c7e79
[python] remove unnecessary conversions between data structures ( #8546 )
...
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com >
2022-12-14 18:32:02 +08:00
James Lamb
ffee35e0f0
[R] [ci] remove dependency on {devtools} ( #8563 )
2022-12-09 01:21:28 +08:00
James Lamb
fbe40d00d8
[R] resolve brace_linter warnings ( #8564 )
2022-12-08 23:01:00 +08:00
James Lamb
05fc6f3ca9
[R] [ci] move linting code out of package ( #8545 )
2022-12-07 03:18:17 +08:00
James Lamb
bf8de227a9
[CI] remove unused import in python tests ( #8409 )
2022-11-03 22:27:25 +08:00
James Lamb
b1b2524dbb
add files from python tests to .gitignore ( #8410 )
2022-11-03 07:57:45 +08:00
James Lamb and Hyunsu Cho
894e9bc5d4
[R-package] remove dependency on {magrittr} ( #6928 )
...
Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu >
2021-05-13 04:34:59 +08:00
James Lamb
20f34d9776
[R-package] Update dependencies from CMake-based installation ( #6906 )
...
* remove stringi
* add Matrix and jsonlite
2021-04-29 01:32:01 +08:00
James Lamb
f01af43eb0
[dask] disable work stealing explicitly for training tasks ( #6794 )
2021-03-29 16:47:56 +08:00
James Lamb
dc97b5f19f
[dask] remove outdated comment ( #6699 )
2021-02-15 18:49:11 +08:00
James Lamb
195a41cef1
[python-package] remove unnecessary files to reduce sdist size ( fixes #6560 ) ( #6565 )
2021-01-02 15:56:39 +08:00
James Lamb
8ad22bf4e7
Add credentials to .gitignore ( #6559 )
2020-12-30 15:58:14 -08:00
James Lamb and fis
1e2c3ade9e
[doc] [dask] Add example on early stopping with Dask ( #6501 )
...
Co-authored-by: fis <jm.yuan@outlook.com >
2020-12-15 22:23:23 +08:00
James Lamb
afc4567268
[doc] [dask] fix partitioning in Dask example ( #6389 )
2020-12-14 18:37:49 +08:00
James Lamb
3cca1c5fa1
[R] remove uses of exists() ( #6387 )
2020-11-17 15:06:23 +08:00
James Lamb
12d27f43ff
[doc] make Dask distributed example copy-pastable ( #6345 )
2020-11-11 20:22:17 -08:00
James Lamb
f3a4253984
Ignore files from local Dask development ( #6346 )
2020-11-05 13:54:46 +08:00
James Lamb
6383757dca
[R] allow xgb.plot.importance() calls to fill a grid ( #6294 )
2020-10-28 14:37:28 -07:00
James Lamb
e1de390e6e
[ci] replace 'egrep' with 'grep -E' ( #6287 )
2020-10-27 12:05:48 -07:00
James Lamb
c686bc0461
[R] remove warning in configure.ac ( fixes #6151 ) ( #6152 )
...
* [R] remove warning in configure.ac (fixes #6151 )
* update configure
2020-09-22 22:47:38 -07:00
James Lamb
589b385ec6
[R] fix uses of 1:length(x) and other small things ( #5992 )
2020-08-09 03:31:33 +08:00
James Lamb and Hyunsu Cho
d39da42e69
[R] Remove dependency on gendef for Visual Studio builds ( fixes #5608 ) ( #5764 )
...
* [R-package] Remove dependency on gendef for Visual Studio builds (fixes #5608 )
* clarify docs
* removed debugging print statement
* Make R CMake install more robust
* Fix doc format; add ToC
* Update build.rst
* Fix AppVeyor
Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu >
2020-06-15 00:20:44 +00:00
James Lamb and Philip Hyunsu Cho
c35be9dc40
[R] replace uses of T and F with TRUE and FALSE ( #5778 )
...
* [R-package] replace uses of T and F with TRUE and FALSE
* enable linting
* Remove skip
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu >
2020-06-11 06:08:02 -04:00
James Lamb
c96e1ef283
[python-package] remove unused imports ( #5776 )
2020-06-11 16:50:27 +08:00
James Lamb
f656ef2fed
[R-package] Reduce duplication in configure.ac ( #5693 )
...
* updated configure
2020-05-22 12:15:22 +08:00
James Lamb
7f980e9f83
[R-package] fixed inconsistency in R -e calls in FindLibR.cmake ( #5438 )
2020-03-28 19:24:21 +08:00
James Lamb
4b7e2b7bff
[R-package] fixed uses of class() ( #5426 )
...
Thank you a lot. Good catch!
2020-03-20 14:51:20 +01:00
James Lamb
3cf665d3ec
[R-package] changed FindLibR to take advantage of CMake cache ( #5427 )
2020-03-20 03:32:15 +08:00
James Lamb
5e97de6a41
fixed typos in R package docs ( #4345 )
...
* fixed typos in R package docs
* updated verbosity parameter in xgb.train docs
2019-04-21 15:54:11 +08:00
James Lamb
be7bc07ca3
added files from local R build to gitignore ( #4346 )
2019-04-13 03:02:02 +08:00
James Lamb
edae664afb
[r-package] cut CI-time dependency on craigcitro/r-travis ( fixes #4348 ) ( #4353 )
...
* [r-package] cut CI-time dependency on craigcitro/r-travis (fixes #4348 )
* Install R
* Install R on OSX
* Remove gfortran symlink
* Specify CRAN repo
* added more R dependencies needed for testing
* removed heavy R dependencies in CI
* fixed bug in env var, removed unnecessary apt installs of R
* fix to R installs
2019-04-12 00:22:48 -07:00
James Lamb
b72eab3e07
Added travis logo ( #4344 )
2019-04-08 21:20:15 -07:00