From 3e854194284556e850e8418a86142c90df3830d1 Mon Sep 17 00:00:00 2001 From: hetong Date: Sat, 30 Aug 2014 15:34:36 -0700 Subject: [PATCH] add back import of methdos --- R-package/DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/DESCRIPTION b/R-package/DESCRIPTION index bf9227c7c..8897a989b 100644 --- a/R-package/DESCRIPTION +++ b/R-package/DESCRIPTION @@ -12,5 +12,5 @@ BugReports: https://github.com/tqchen/xgboost/issues Depends: R (>= 2.0.2) Imports: - Matrix (>= 1.1-0) + Matrix (>= 1.1-0), methods