Bump up version number, add cleanup script (#1886)
* fix cran check * change required R version because of utils::globalVariables * temporary commit, monotone not working * fix test * fix doc * fix doc * fix cran note and warning * improve checks * fix urls * fix cran check * add cleanup and bump up version number * use clean in build * Update Makefile
This commit is contained in:
parent
b14994aeff
commit
fa97259d66
@ -1,7 +1,7 @@
|
||||
Package: xgboost
|
||||
Type: Package
|
||||
Title: Extreme Gradient Boosting
|
||||
Version: 0.6-0
|
||||
Version: 0.6-2
|
||||
Date: 2016-11-25
|
||||
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>,
|
||||
Michael Benesty <michael@benesty.fr>, Vadim Khotilovich <khotilovich@gmail.com>,
|
||||
|
||||
3
R-package/cleanup
Executable file
3
R-package/cleanup
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f src/Makevars
|
||||
Loading…
x
Reference in New Issue
Block a user