Example ``` function(x) (mean(x) + 3) / 4 ``` Error ``` Remove spaces before the left parenthesis in a function call. ``` Of course, `~ (mean(.) + 3) / 4`, which is so much nicer, solves the problem :smile: