We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As fixed in #2822, matrix_apply_linter() errors under the following test:
matrix_apply_linter()
expect_lint( trim_some(" apply(x, 2, #comment mean) "), ".", matrix_apply_linter() ) # Error in `lint(file, ...)`: Linter `linter()` failed in '/tmp/Rtmpzq66vo/file2ed877bdfc561': # Caused by error in `parse()`: # ! <text>:2:0: unexpected end of input # 1: apply(x,2,#commentmean) # ^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As fixed in #2822,
matrix_apply_linter()
errors under the following test:The text was updated successfully, but these errors were encountered: