xgboost/R-package
Philip Hyunsu Cho 71e226120a
For CRAN submission, remove all #pragma's that suppress compiler warnings (#3329)
* For CRAN submission, remove all #pragma's that suppress compiler warnings

A few headers in dmlc-core contain #pragma's that disable compiler warnings,
which is against the CRAN submission policy. Fix the problem by removing
the offending #pragma's as part of the command `make Rbuild`.

This addresses issue #3322.

* Fix script to improve Cygwin/MSYS compatibility

We need this to pass rmingw CI test

* Remove remove_warning_suppression_pragma.sh from packaged tarball
2018-05-23 09:58:39 -07:00
..
2015-01-20 15:51:42 -08:00
2018-05-14 17:32:39 -07:00
2018-05-14 17:32:39 -07:00
2018-05-14 17:32:39 -07:00
2018-05-14 17:32:39 -07:00
2017-05-07 16:54:48 -07:00
2015-07-24 11:58:02 -07:00
2017-04-29 18:44:08 -07:00
2017-04-29 18:44:08 -07:00
2018-05-14 17:32:39 -07:00
2018-03-28 10:05:47 -07:00
2018-04-22 09:24:38 -04:00

XGBoost R Package for Scalable GBM

CRAN Status Badge CRAN Downloads Documentation Status

Resources

Installation

We are on CRAN now. For stable/pre-compiled(for Windows and OS X) version, please install from CRAN:

install.packages('xgboost')

For more detailed installation instructions, please see here.

Examples

Development