Repository: spark
Updated Branches:
  refs/heads/master 5c165596d -> 60262bc95


[MINOR][R] Reorder `Collate` fields in DESCRIPTION file

## What changes were proposed in this pull request?

It seems cran check scripts corrects `R/pkg/DESCRIPTION` and follows the order 
in `Collate` fields.

This PR proposes to fix this so that running this script does not show up a 
diff in this file.

## How was this patch tested?

Manually via `./R/check-cran.sh`.

Author: hyukjinkwon <gurwls...@gmail.com>

Closes #17349 from HyukjinKwon/minor-cran.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/60262bc9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/60262bc9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/60262bc9

Branch: refs/heads/master
Commit: 60262bc951864a7a3874ab3570b723198e99d613
Parents: 5c16559
Author: hyukjinkwon <gurwls...@gmail.com>
Authored: Sun Mar 19 10:30:34 2017 -0700
Committer: Felix Cheung <felixche...@apache.org>
Committed: Sun Mar 19 10:30:34 2017 -0700

----------------------------------------------------------------------
 R/pkg/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/60262bc9/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 1635f71..2ea90f7 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -51,9 +51,9 @@ Collate:
     'serialize.R'
     'sparkR.R'
     'stats.R'
+    'streaming.R'
     'types.R'
     'utils.R'
     'window.R'
-    'streaming.R'
 RoxygenNote: 5.0.1
 VignetteBuilder: knitr


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

Reply via email to