From 82f9fcde43f9ddee79d59b58064db41de7b4f760 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Apr 2015 01:10:35 -0400 Subject: Don't quote package name in R import snippets --- snippets/ess-mode/ggplot2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets/ess-mode/ggplot2') 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 -- cgit v1.2.3