drin commented on PR #13509: URL: https://github.com/apache/arrow/pull/13509#issuecomment-1179252960
> Note the R lints https://github.com/apache/arrow/runs/7253994871?check_suite_focus=true > > ``` > > > lintr::lint_package('/arrow/r') > Warning: file=tests/testthat/test-dataset.R,line=622,col=30,[infix_spaces_linter] Put spaces around all infix operators. > INFO:archery:Running Docker linter > Warning: file=tests/testthat/test-dataset.R,line=624,col=27,[function_left_parentheses_linter] Remove spaces before the left parenthesis in a function call. > Warning: file=tests/testthat/test-dataset.R,line=629,col=8,[pipe_continuation_linter] `%>%` should always have a space before it and a new line after it, unless the full pipeline fits on one line. > Warning: file=tests/testthat/test-dataset.R,line=632,col=26,[single_quotes_linter] Only use double-quotes. > Warning: file=tests/testthat/test-dataset.R,line=632,col=51,[infix_spaces_linter] Put spaces around all infix operators. > Warning: file=tests/testthat/test-dataset.R,line=632,col=52,[single_quotes_linter] Only use double-quotes. > Warning: file=tests/testthat/test-dataset.R,line=635,col=27,[function_left_parentheses_linter] Remove spaces before the left parenthesis in a function call. > Warning: file=tests/testthat/test-dataset.R,line=640,col=8,[pipe_continuation_linter] `%>%` should always have a space before it and a new line after it, unless the full pipeline fits on one line. > > > > > ``` thanks. I tried to match style because i had trouble running the linter. I'll fix these and try to get it running. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
