summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/datatable
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/datatable
parentee9efe4a885db42bf87f21736213796c4bb0ef95 (diff)
downloademacs.d-82f9fcde43f9ddee79d59b58064db41de7b4f760.tar.gz
Don't quote package name in R import snippets
Diffstat (limited to 'snippets/ess-mode/datatable')
-rw-r--r--snippets/ess-mode/datatable2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ess-mode/datatable b/snippets/ess-mode/datatable
index e75f0dc..86911e9 100644
--- a/snippets/ess-mode/datatable
+++ b/snippets/ess-mode/datatable
@@ -3,5 +3,5 @@
# key: dt
# group: imports
# --
-library('data.table')
+library(data.table)
$0