add notes in DEM_request()
and ortho_request()
#536
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#L73
file=R/egib_download.R,line=73,col=63,[commas_linter] Commas should always have a space after.
|
lint:
R/egib_download.R#L75
file=R/egib_download.R,line=75,col=9,[any_duplicated_linter] anyDuplicated(x, ...) > 0 is better than any(duplicated(x), ...).
|
lint:
R/egib_download.R#L87
file=R/egib_download.R,line=87,col=63,[commas_linter] Commas should always have a space after.
|
lint:
R/egib_download.R#L91
file=R/egib_download.R,line=91,col=30,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
lint:
R/egib_download.R#L92
file=R/egib_download.R,line=92,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 105 characters.
|
lint:
R/egib_download.R#L104
file=R/egib_download.R,line=104,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#L115
file=R/egib_download.R,line=115,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().
|
lint:
R/egib_download.R#L119
file=R/egib_download.R,line=119,col=7,[condition_message_linter] Don't use paste 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().
|
lint:
R/egib_download.R#L119
file=R/egib_download.R,line=119,col=45,[paste_linter] toString(.) is more expressive than paste(., collapse = ", "). Note also glue::glue_collapse() and and::and() for constructing human-readable / translation-friendly lists
|
lint:
R/egib_download.R#L125
file=R/egib_download.R,line=125,col=9,[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().
|