remove pipe operator #553
Annotations
10 warnings
lint:
R/borders_download.R#L21
file=R/borders_download.R,line=21,col=5,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint:
R/borders_download.R#L26
file=R/borders_download.R,line=26,col=5,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint:
R/borders_get.R#L67
file=R/borders_get.R,line=67,col=9,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint:
R/DEM_request.R#L34
file=R/DEM_request.R,line=34,col=23,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint:
R/DEM_request.R#L54
file=R/DEM_request.R,line=54,col=3,[object_overwrite_linter] 'file' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint:
R/DEM_request.R#L109
file=R/DEM_request.R,line=109,col=7,[condition_call_linter] Use warning(., call. = FALSE) not to display the call in an error message.
|
lint:
R/DEM_request.R#L134
file=R/DEM_request.R,line=134,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint:
R/egib_download.R#L42
file=R/egib_download.R,line=42,col=5,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint:
R/egib_download.R#L46
file=R/egib_download.R,line=46,col=5,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint:
R/egib_download.R#L50
file=R/egib_download.R,line=50,col=5,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|