Re: [ESS] Indenting with magrittr and %>%

2018-03-22 Thread Alex Branham
On Thu 22 Mar 2018 at 13:44, William Denton wrote: > I'm a big fan of %>% from magrittr and the tidyverse, but I can't get > indenting > working with it. I have a long chain of pipes that I'd like to line up one by > one on different lines, but they just end up flush left. > > Can anyone point

Re: [ESS] Indenting with magrittr and %>%

2018-03-22 Thread Marie-Helene Burle
Hi William, I use the package aggressive-indent (https://github.com/Malabarba/aggressive-indent-mode) and it works very well in ESS (as in most other modes). I hope this helps. Best, Marie -- Marie-Helene Burle PhD candidate Centre for Wildlife Ecology Simon Fraser University Tel: (+1) 778 7

Re: [ESS] Indenting with magrittr and %>%

2018-03-22 Thread Ista Zahn
Hi Bill, It will be helpful to give some R code and show how you want it indented ... Best, Ista On Thu, Mar 22, 2018 at 2:44 PM, William Denton wrote: > I'm a big fan of %>% from magrittr and the tidyverse, but I can't get > indenting working with it. I have a long chain of pipes that I'd lik