aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-08-22 20:15:03 -0700
committerXiangrui Meng <meng@databricks.com>2016-08-22 20:15:03 -0700
commitd2b3d3e63e1a9217de6ef507c350308017664a62 (patch)
tree23bd9b0792a26b3c19dba3a2f4af6d40d855407b /R/pkg
parent2cdd92a7cd6f85186c846635b422b977bdafbcdd (diff)
downloadspark-d2b3d3e63e1a9217de6ef507c350308017664a62.tar.gz
spark-d2b3d3e63e1a9217de6ef507c350308017664a62.tar.bz2
spark-d2b3d3e63e1a9217de6ef507c350308017664a62.zip
[SPARKR][MINOR] Update R DESCRIPTION file
## What changes were proposed in this pull request? Update DESCRIPTION ## How was this patch tested? Run install and CRAN tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #14764 from felixcheung/rpackagedescription.
Diffstat (limited to 'R/pkg')
-rw-r--r--R/pkg/DESCRIPTION13
1 files changed, 9 insertions, 4 deletions
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index d81f1a3d4d..e5afed2d0a 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -3,10 +3,15 @@ Type: Package
Title: R Frontend for Apache Spark
Version: 2.0.0
Date: 2016-07-07
-Author: The Apache Software Foundation
-Maintainer: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
- Xiangrui Meng <meng@databricks.com>
- Felix Cheung <felixcheung_m@hotmail.com>
+Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
+ email = "shivaram@cs.berkeley.edu"),
+ person("Xiangrui", "Meng", role = "aut",
+ email = "meng@databricks.com"),
+ person("Felix", "Cheung", role = "aut",
+ email = "felixcheung@apache.org"),
+ person(family = "The Apache Software Foundation", role = c("aut", "cph")))
+URL: http://www.apache.org/ http://spark.apache.org/
+BugReports: https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315420&components=12325400&issuetype=4
Depends:
R (>= 3.0),
methods