You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2019/02/21 16:45:51 UTC

[spark] branch branch-2.3 updated: [R][BACKPORT-2.4] update package description

This is an automated email from the ASF dual-hosted git repository.

felixcheung pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 6691c04  [R][BACKPORT-2.4] update package description
6691c04 is described below

commit 6691c041dcab4c19d362aaff74f56e5beeda85cd
Author: Felix Cheung <fe...@hotmail.com>
AuthorDate: Thu Feb 21 08:42:15 2019 -0800

    [R][BACKPORT-2.4] update package description
    
    doesn't port cleanly to 2.4. we need this in branch-2.4 and branch-2.3
    
    Author: Felix Cheung <fe...@hotmail.com>
    
    Closes #23860 from felixcheung/2.4rdesc.
    
    (cherry picked from commit d8576301fd1d33675a9542791e58e7963081ce04)
    Signed-off-by: Felix Cheung <fe...@apache.org>
---
 R/pkg/DESCRIPTION | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index a82446e..136d782 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,8 +1,6 @@
 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",
@@ -11,8 +9,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),


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