summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/ggplot2
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-04-03 01:10:35 -0400
committerKyle Meyer <kyle@kyleam.com>2015-04-03 01:10:35 -0400
commit82f9fcde43f9ddee79d59b58064db41de7b4f760 (patch)
treefa067468a0ba3caf7b6d25be3890c6a9081554a0 /snippets/ess-mode/ggplot2
parentee9efe4a885db42bf87f21736213796c4bb0ef95 (diff)
downloademacs.d-82f9fcde43f9ddee79d59b58064db41de7b4f760.tar.gz
Don't quote package name in R import snippets
Diffstat (limited to 'snippets/ess-mode/ggplot2')
-rw-r--r--snippets/ess-mode/ggplot22
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