Skip to content

Commit

Permalink
[#120] Add Ista Zahn's indentation example to R-ESS-bugs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Mar 12, 2015
1 parent c92de55 commit feb604e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions etc/R-ESS-bugs.R
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,21 @@ a <- ggplot(data = overtime.by.month,
facet_wrap(~Year.Month)
### ^-- face_wrap must be here

### --- 20b ---

mean(rnorm(100, mean = runif(1, 1, 10)), na.rm =TRUE) +
2
##^--- 2 is here

mean(rnorm(100, mean = runif(1, 1, 10)),
na.rm =TRUE) +
2
##^--- 2 is here

mean(rnorm(100,
mean = runif(1, 1, 10)), na.rm=TRUE) +
2
##^--- 2 is here

### --- 21 ---

Expand Down

0 comments on commit feb604e

Please sign in to comment.