Use Epiverse-TRACE lintr settings #56
lint-changed-files.yaml Required
on: pull_request
lint-changed-files
3m 53s
Annotations
1 error and 10 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/import_data.R#L188
file=R/import_data.R,line=188,col=3,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().
|
lint-changed-files:
R/import_data.R#L204
file=R/import_data.R,line=204,col=3,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().
|
lint-changed-files:
R/import_data.R#L215
file=R/import_data.R,line=215,col=9,[condition_message_linter] Don't use paste0 to build warning strings. Instead use the fact that these functions build condition message strings from their input (using "" as a separator). For translatable strings, prefer using gettextf().
|
lint-changed-files:
R/import_data.R#L220
file=R/import_data.R,line=220,col=9,[condition_message_linter] Don't use paste0 to build warning strings. Instead use the fact that these functions build condition message strings from their input (using "" as a separator). For translatable strings, prefer using gettextf().
|
lint-changed-files:
R/plotting.R#L84
file=R/plotting.R,line=84,col=3,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().
|
lint-changed-files:
R/plotting.R#L90
file=R/plotting.R,line=90,col=26,[unnecessary_concatenation_linter] Unneeded concatenation without arguments. Replace the "c" call by NULL or, whenever possible, vector() seeded with the correct type and/or length.
|
lint-changed-files:
R/plotting.R#L208
file=R/plotting.R,line=208,col=3,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().
|
lint-changed-files:
R/plotting.R#L210
file=R/plotting.R,line=210,col=3,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().
|
lint-changed-files:
R/plotting.R#L212
file=R/plotting.R,line=212,col=3,[consecutive_assertion_linter] Unify consecutive calls to stopifnot().
|
lint-changed-files:
R/plotting.R#L228
file=R/plotting.R,line=228,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).
|