aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/DESCRIPTION
diff options
context:
space:
mode:
authorYanbo Liang <ybliang8@gmail.com>2016-03-24 22:29:34 -0700
committerXiangrui Meng <meng@databricks.com>2016-03-24 22:29:34 -0700
commit13cbb2de709d0ec2707eebf36c5c97f7d44fb84f (patch)
treeec2d0aa7a5579c64dc1fc2703467f7a7a720a266 /R/pkg/DESCRIPTION
parent05f652d6c2bbd764a1dd5a45301811e14519486f (diff)
downloadspark-13cbb2de709d0ec2707eebf36c5c97f7d44fb84f.tar.gz
spark-13cbb2de709d0ec2707eebf36c5c97f7d44fb84f.tar.bz2
spark-13cbb2de709d0ec2707eebf36c5c97f7d44fb84f.zip
[SPARK-13010][ML][SPARKR] Implement a simple wrapper of AFTSurvivalRegression in SparkR
## What changes were proposed in this pull request? This PR continues the work in #11447, we implemented the wrapper of ```AFTSurvivalRegression``` named ```survreg``` in SparkR. ## How was this patch tested? Test against output from R package survival's survreg. cc mengxr felixcheung Close #11447 Author: Yanbo Liang <ybliang8@gmail.com> Closes #11932 from yanboliang/spark-13010-new.
Diffstat (limited to 'R/pkg/DESCRIPTION')
-rw-r--r--R/pkg/DESCRIPTION3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index e26f9a7a2a..7179438efc 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -12,7 +12,8 @@ Depends:
methods,
Suggests:
testthat,
- e1071
+ e1071,
+ survival
Description: R frontend for Spark
License: Apache License (== 2.0)
Collate: