This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new fa0f791 [MINOR][R] fix R project description
fa0f791 is described below
commit fa0f791d4d9f083a45ab631a2e9f88a6b749e416
Author: Felix Cheung <[email protected]>
AuthorDate: Sat Mar 30 21:00:46 2019 -0700
[MINOR][R] fix R project description
## What changes were proposed in this pull request?
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]>
---
R/pkg/DESCRIPTION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 4d48cd7..3d31be8 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,7 +1,7 @@
Package: SparkR
Type: Package
Version: 3.0.0
-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]