We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd0b7a commit c0e1345Copy full SHA for c0e1345
2 files changed
DESCRIPTION
@@ -28,6 +28,7 @@ Imports:
28
scales,
29
rlang,
30
ggthemes,
31
+ svglite,
32
ragg
33
Suggests:
34
abjData,
NAMESPACE
@@ -12,5 +12,6 @@ import(ggplot2)
12
import(ggthemes)
13
import(ragg)
14
import(rlang)
15
+importFrom(svglite)
16
importFrom(grDevices,dev.off)
17
importFrom(grDevices,postscript)
0 commit comments