Just notice that there seems to be no linter that complains about the following code ```r function(x)x + 1 ``` where a space is needed between `function(x)` and `x + 1`.