Skip to content

Commit 0e2ee82

Browse files
HyukjinKwonFelix Cheung
authored andcommitted
[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 `catalog.R`'s order so that running this script does not show up a small diff in this file every time. ## How was this patch tested? Manually via `./R/check-cran.sh`. Author: hyukjinkwon <[email protected]> Closes #17528 from HyukjinKwon/minor-reorder-description.
1 parent 0736980 commit 0e2ee82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Collate:
3232
'pairRDD.R'
3333
'DataFrame.R'
3434
'SQLContext.R'
35-
'catalog.R'
3635
'WindowSpec.R'
3736
'backend.R'
3837
'broadcast.R'
38+
'catalog.R'
3939
'client.R'
4040
'context.R'
4141
'deserialize.R'

0 commit comments

Comments
 (0)