aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2017-03-19 10:30:34 -0700
committerFelix Cheung <felixcheung@apache.org>2017-03-19 10:30:34 -0700
commit60262bc951864a7a3874ab3570b723198e99d613 (patch)
tree725650ad83cca7ce8652c6d63fa55f0355267f87 /R
parent5c165596dac136b9b3a88cfb3578b2423d227eb7 (diff)
downloadspark-60262bc951864a7a3874ab3570b723198e99d613.tar.gz
spark-60262bc951864a7a3874ab3570b723198e99d613.tar.bz2
spark-60262bc951864a7a3874ab3570b723198e99d613.zip
[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 <gurwls223@gmail.com> Closes #17349 from HyukjinKwon/minor-cran.
Diffstat (limited to 'R')
-rw-r--r--R/pkg/DESCRIPTION2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 1635f71489..2ea90f7d36 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