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 <[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 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 = "[email protected]"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]