Merge pull request #836 from hetong007/master

fix cran, update R-package version to 0.4-3
This commit is contained in:
Yuan (Terry) Tang 2016-02-16 09:28:31 -06:00
commit ba4ec551ed
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Package: xgboost
Type: Package
Title: Extreme Gradient Boosting
Version: 0.4-2
Version: 0.4-3
Date: 2015-08-01
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>,
Michael Benesty <michael@benesty.fr>

View File

@ -7,11 +7,11 @@
#ifndef XGBOOST_R_H_ // NOLINT(*)
#define XGBOOST_R_H_ // NOLINT(*)
extern "C" {
#include <Rinternals.h>
#include <R_ext/Random.h>
#include <Rmath.h>
}
#include <xgboost/c_api.h>
/*!