Merge pull request #836 from hetong007/master
fix cran, update R-package version to 0.4-3
This commit is contained in:
commit
ba4ec551ed
@ -1,7 +1,7 @@
|
|||||||
Package: xgboost
|
Package: xgboost
|
||||||
Type: Package
|
Type: Package
|
||||||
Title: Extreme Gradient Boosting
|
Title: Extreme Gradient Boosting
|
||||||
Version: 0.4-2
|
Version: 0.4-3
|
||||||
Date: 2015-08-01
|
Date: 2015-08-01
|
||||||
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>,
|
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>,
|
||||||
Michael Benesty <michael@benesty.fr>
|
Michael Benesty <michael@benesty.fr>
|
||||||
|
|||||||
@ -7,11 +7,11 @@
|
|||||||
#ifndef XGBOOST_R_H_ // NOLINT(*)
|
#ifndef XGBOOST_R_H_ // NOLINT(*)
|
||||||
#define XGBOOST_R_H_ // NOLINT(*)
|
#define XGBOOST_R_H_ // NOLINT(*)
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
#include <Rinternals.h>
|
#include <Rinternals.h>
|
||||||
#include <R_ext/Random.h>
|
#include <R_ext/Random.h>
|
||||||
#include <Rmath.h>
|
#include <Rmath.h>
|
||||||
}
|
|
||||||
#include <xgboost/c_api.h>
|
#include <xgboost/c_api.h>
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user