You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2016/08/23 03:15:08 UTC

spark git commit: [SPARKR][MINOR] Update R DESCRIPTION file

Repository: spark
Updated Branches:
  refs/heads/master 2cdd92a7c -> d2b3d3e63


[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 <fe...@hotmail.com>

Closes #14764 from felixcheung/rpackagedescription.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d2b3d3e6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d2b3d3e6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d2b3d3e6

Branch: refs/heads/master
Commit: d2b3d3e63e1a9217de6ef507c350308017664a62
Parents: 2cdd92a
Author: Felix Cheung <fe...@hotmail.com>
Authored: Mon Aug 22 20:15:03 2016 -0700
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Mon Aug 22 20:15:03 2016 -0700

----------------------------------------------------------------------
 R/pkg/DESCRIPTION | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d2b3d3e6/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index d81f1a3..e5afed2 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 <sh...@cs.berkeley.edu>
-            Xiangrui Meng <me...@databricks.com>
-            Felix Cheung <fe...@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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org