You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2019/03/31 04:03:39 UTC

[spark] branch branch-2.3 updated: [MINOR][R] fix R project description

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

dongjoon 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 69b8a04  [MINOR][R] fix R project description
69b8a04 is described below

commit 69b8a04b62fc27b5e9bbadeee55d87e95ea608e0
Author: Felix Cheung <fe...@hotmail.com>
AuthorDate: Sat Mar 30 21:00:46 2019 -0700

    [MINOR][R] fix R project description
    
    update as per this NOTE when running CRAN check
    
    ```
    The Title field should be in title case, current version then in title case:
    ‘R Front end for 'Apache Spark'’
    ‘R Front End for 'Apache Spark'’
    
    ```
    
    Closes #24255 from felixcheung/rdesc.
    
    Authored-by: Felix Cheung <fe...@hotmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit fa0f791d4d9f083a45ab631a2e9f88a6b749e416)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 R/pkg/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 464caf1..9124a88 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: SparkR
 Type: Package
 Version: 2.3.4
-Title: R Front end for 'Apache Spark'
+Title: R Front End for 'Apache Spark'
 Description: Provides an R Front end for 'Apache Spark' <https://spark.apache.org>.
 Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
                     email = "shivaram@cs.berkeley.edu"),


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