From b84ffed8e00f4f644cbb49de73531f1113fb588d Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Mon, 22 Aug 2016 17:56:41 -0700 Subject: [PATCH 1/2] Update R DESCRIPTION file --- R/pkg/DESCRIPTION | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index d81f1a3d4de68..4a2c86e277af4 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 - Xiangrui Meng - Felix Cheung +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_m@hotmail.com"), + 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 From 705bc6a240b46adbc938da7e4be0dd8d394ce74a Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Mon, 22 Aug 2016 18:04:01 -0700 Subject: [PATCH 2/2] change email --- R/pkg/DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index 4a2c86e277af4..e5afed2d0a93e 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), person("Xiangrui", "Meng", role = "aut", email = "meng@databricks.com"), person("Felix", "Cheung", role = "aut", - email = "felixcheung_m@hotmail.com"), + 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