Skip to content

Commit b44204d

Browse files
committed
Reorder R dependencies to not install packages before their dependencies
Workaround for #2, but currently each time this list is regenerated by scan_r_dependencies.R, the reordering is lost
1 parent 3adca71 commit b44204d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gen/r_deps.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ utf8 1.1.3
55
colorspace 1.3-2
66
assertthat 0.2.0
77
rlang 0.1.6
8+
crayon 1.3.4
89
cli 1.0.0
910
pillar 1.1.0
10-
crayon 1.3.4
1111
viridisLite 0.3.0
1212
R6 2.2.2
1313
labeling 0.3
@@ -17,9 +17,9 @@ RColorBrewer 1.1-2
1717
Rcpp 0.12.15
1818
lazyeval 0.2.1
1919
tibble 1.4.2
20+
plyr 1.8.4
2021
scales 0.5.0
2122
reshape2 1.4.3
22-
plyr 1.8.4
2323
MASS 7.3-48
2424
gtable 0.2.0
2525
digest 0.6.15

0 commit comments

Comments
 (0)