update NEWS #533
Annotations
11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
R/egib_download.R#L69
file=R/egib_download.R,line=69,col=64,[commas_linter] Commas should always have a space after.
|
lint:
R/egib_download.R#L71
file=R/egib_download.R,line=71,col=7,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/egib_download.R#L71
file=R/egib_download.R,line=71,col=8,[any_duplicated_linter] anyDuplicated(x, ...) > 0 is better than any(duplicated(x), ...).
|
lint:
R/egib_download.R#L83
file=R/egib_download.R,line=83,col=64,[commas_linter] Commas should always have a space after.
|
lint:
R/egib_download.R#L87
file=R/egib_download.R,line=87,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/egib_download.R#L87
file=R/egib_download.R,line=87,col=29,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
lint:
R/egib_download.R#L88
file=R/egib_download.R,line=88,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 105 characters.
|
lint:
R/egib_download.R#L100
file=R/egib_download.R,line=100,col=24,[fixed_regex_linter] This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute. Here, you can use ", " with fixed = TRUE.
|
lint:
R/egib_download.R#L108
file=R/egib_download.R,line=108,col=9,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/egib_download.R#L111
file=R/egib_download.R,line=111,col=7,[condition_message_linter] Don't use paste0 to build stop 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().
|