Fix data_write()
for partially labelled characters
#637
Triggered via pull request
September 14, 2023 12:03
Status
Failure
Total duration
42m 56s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 46s
Annotations
1 error and 8 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/data_write.R#L22
file=R/data_write.R,line=22,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L23
file=R/data_write.R,line=23,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L24
file=R/data_write.R,line=24,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L25
file=R/data_write.R,line=25,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L26
file=R/data_write.R,line=26,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L27
file=R/data_write.R,line=27,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L28
file=R/data_write.R,line=28,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/data_write.R#L247
file=R/data_write.R,line=247,col=13,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
|