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

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


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new de1238a  [MINOR][R] fix R project description
de1238a is described below

commit de1238a680e3148439e13f3cf57a0676d8e4208c
Author: Felix Cheung <[email protected]>
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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit fa0f791d4d9f083a45ab631a2e9f88a6b749e416)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 R/pkg/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 5e3d186..5848451 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: SparkR
 Type: Package
 Version: 2.4.2
-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 = "[email protected]"),


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to