Skip to content

Commit 8ff12e2

Browse files
update format
1 parent cfaeb51 commit 8ff12e2

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

package.nix

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ pkgs.rPackages.buildRPackage {
55
version = displayrUtils.extractRVersion (builtins.readFile ./DESCRIPTION);
66
src = ./.;
77
description = "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.";
8-
propagatedBuildInputs = with pkgs.rPackages; [ tools scales httr jsonlite magrittr digest viridisLite base64enc htmltools htmlwidgets tidyr RColorBrewer dplyr vctrs tibble lazyeval rlang crosstalk purrr data_table promises ];
8+
propagatedBuildInputs = with pkgs.rPackages; [
9+
ggplot2
10+
scales
11+
httr
12+
jsonlite
13+
magrittr
14+
digest
15+
viridisLite
16+
base64enc
17+
htmltools
18+
htmlwidgets
19+
tidyr
20+
RColorBrewer
21+
dplyr
22+
vctrs
23+
tibble
24+
lazyeval
25+
rlang
26+
crosstalk
27+
purrr
28+
data_table
29+
promises
30+
];
931

1032
}

0 commit comments

Comments
 (0)