Skip to content

Commit b17c63a

Browse files
authored
small thing
1 parent 6448313 commit b17c63a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: r-markdown.Rmd

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ rm(list = ls(all = TRUE))
2424
knitr::opts_chunk$set(fig.align="center")
2525
library(data.table)
2626
library(magrittr)
27-
library(ggplot2)
28-
theme_set(theme_bw())
27+
library(ggplot2); theme_set(theme_bw())
2928
```

0 commit comments

Comments
 (0)