diff options
Diffstat (limited to 'snippets/ess-mode')
-rw-r--r-- | snippets/ess-mode/datatable | 2 | ||||
-rw-r--r-- | snippets/ess-mode/dplyr | 2 | ||||
-rw-r--r-- | snippets/ess-mode/ggplot2 | 2 | ||||
-rw-r--r-- | snippets/ess-mode/lme4 | 2 | ||||
-rw-r--r-- | snippets/ess-mode/rscript-shebang | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/snippets/ess-mode/datatable b/snippets/ess-mode/datatable index 86911e9..a77253b 100644 --- a/snippets/ess-mode/datatable +++ b/snippets/ess-mode/datatable @@ -4,4 +4,4 @@ # group: imports # -- library(data.table) -$0 +$0
\ No newline at end of file diff --git a/snippets/ess-mode/dplyr b/snippets/ess-mode/dplyr index f21bc00..1c5024d 100644 --- a/snippets/ess-mode/dplyr +++ b/snippets/ess-mode/dplyr @@ -4,4 +4,4 @@ # group: imports # -- library(dplyr) -$0 +$0
\ No newline at end of file diff --git a/snippets/ess-mode/ggplot2 b/snippets/ess-mode/ggplot2 index 5646e31..55a5bc6 100644 --- a/snippets/ess-mode/ggplot2 +++ b/snippets/ess-mode/ggplot2 @@ -4,4 +4,4 @@ # group: imports # -- library(ggplot2) -$0 +$0
\ No newline at end of file diff --git a/snippets/ess-mode/lme4 b/snippets/ess-mode/lme4 index 47cf0b3..2a54c58 100644 --- a/snippets/ess-mode/lme4 +++ b/snippets/ess-mode/lme4 @@ -4,4 +4,4 @@ # group: imports # -- library(lme4) -$0 +$0
\ No newline at end of file diff --git a/snippets/ess-mode/rscript-shebang b/snippets/ess-mode/rscript-shebang index 4f49f3b..7b47645 100644 --- a/snippets/ess-mode/rscript-shebang +++ b/snippets/ess-mode/rscript-shebang @@ -3,4 +3,4 @@ # key: sb # -- #!/usr/bin/env Rscript -$0 +$0
\ No newline at end of file |