diff options
Diffstat (limited to 'snippets/ess-mode/ggplot2')
-rw-r--r-- | snippets/ess-mode/ggplot2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ess-mode/ggplot2 b/snippets/ess-mode/ggplot2 index f427ee8..5646e31 100644 --- a/snippets/ess-mode/ggplot2 +++ b/snippets/ess-mode/ggplot2 @@ -3,5 +3,5 @@ # key: gg # group: imports # -- -library('ggplot2') +library(ggplot2) $0 |