initial trial package

This commit is contained in:
tqchen
2014-08-25 21:20:55 -07:00
parent c2484f3134
commit 68f38cf228
11 changed files with 9002 additions and 0 deletions

15
R-package/DESCRIPTION Normal file
View File

@@ -0,0 +1,15 @@
Package: xgboost
Type: Package
Title: R wrapper of xgboost
Version: 0.3-0
Date: 2014-08-23
Author: Tianqi Chen
Maintainer: Tianqi Chen <tianqi.tchen@gmail.com>
Description: xgboost
License: See LICENSE file
URL: https://github.com/tqchen/xgboost
BugReports: https://github.com/tqchen/xgboost/issues
Depends:
R (>= 2.0.2)
Imports:
Matrix (>= 1.1-0)