Skip to content

Commit

Permalink
fix cran, update version to 0.4-3
Browse files Browse the repository at this point in the history
  • Loading branch information
hetong007 committed Feb 16, 2016
1 parent 29c7cfc commit 371ff20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, Tong He <[email protected]>,
Michael Benesty <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions R-package/src/xgboost_R.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

/*!
Expand Down

0 comments on commit 371ff20

Please sign in to comment.