fusen icon indicating copy to clipboard operation
fusen copied to clipboard

Generated R files cause lintr error

Open LBeaulaton opened this issue 1 year ago • 0 comments

The error is due to the comment inserted at the top of the file

[line_length_linter] Lines should not be more than 80 characters. This line is 83 characters.
# WARNING - Generated by {fusen} from dev/flat_gettingdata.Rmd: do not edit by hand

Solution is to disable it for this line through # nolint: line_length_linter.

LBeaulaton avatar Oct 25 '24 17:10 LBeaulaton