From e259b0f8bfc38dc665ec2cd839c531e1988c7a37 Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Thu, 21 Feb 2019 08:48:00 -0800 Subject: [PATCH 1/2] Revert "[R][BACKPORT-2.4] update package description" This reverts commit 6691c041dcab4c19d362aaff74f56e5beeda85cd. --- R/pkg/DESCRIPTION | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index 136d7821c64f..a82446e62701 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,6 +1,8 @@ Package: SparkR Type: Package Version: 2.3.4 +Title: R Frontend for Apache Spark +Description: Provides an R Frontend for Apache Spark. Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), email = "shivaram@cs.berkeley.edu"), person("Xiangrui", "Meng", role = "aut", @@ -9,8 +11,8 @@ Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), email = "felixcheung@apache.org"), person(family = "The Apache Software Foundation", role = c("aut", "cph"))) License: Apache License (== 2.0) -URL: https://www.apache.org/ https://spark.apache.org/ -BugReports: https://spark.apache.org/contributing.html +URL: http://www.apache.org/ http://spark.apache.org/ +BugReports: http://spark.apache.org/contributing.html SystemRequirements: Java (== 8) Depends: R (>= 3.0), From fe224de2f8eb9c06ef5d55380afc6c01711270c9 Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Thu, 21 Feb 2019 08:49:15 -0800 Subject: [PATCH 2/2] fix --- R/pkg/DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index a82446e62701..464caf15931a 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,8 +1,8 @@ Package: SparkR Type: Package Version: 2.3.4 -Title: R Frontend for Apache Spark -Description: Provides an R Frontend for Apache Spark. +Title: R Front end for 'Apache Spark' +Description: Provides an R Front end for 'Apache Spark' . Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), email = "shivaram@cs.berkeley.edu"), person("Xiangrui", "Meng", role = "aut", @@ -11,8 +11,8 @@ Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), email = "felixcheung@apache.org"), person(family = "The Apache Software Foundation", role = c("aut", "cph"))) License: Apache License (== 2.0) -URL: http://www.apache.org/ http://spark.apache.org/ -BugReports: http://spark.apache.org/contributing.html +URL: https://www.apache.org/ https://spark.apache.org/ +BugReports: https://spark.apache.org/contributing.html SystemRequirements: Java (== 8) Depends: R (>= 3.0),