Skip to content
Prev 39748 / 63421 Next

deparse operators in expressions

On 11-04-09 9:43 PM, Yihui Xie wrote:
It's easy to change:  take a look at src/main/deparse.c.  The operators 
that are labelled as PP_BINARY2 get no spaces.  Looking in 
src/main/names.c, we see those are /, ^, %%, %/% and :.

But clearly this is by design, and I think it's unlikely to change.

Duncan Murdoch