Skip to content

add HTTP 500 error handling #557

add HTTP 500 error handling

add HTTP 500 error handling #557

Triggered via push March 9, 2025 15:09
Status Success
Total duration 2m 16s
Artifacts

lintr.yml

on: push
Fit to window
Zoom out
Zoom in

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#L114
file=R/DEM_request.R,line=114,col=7,[condition_call_linter] Use warning(., call. = FALSE) not to display the call in an error message.
lint: R/DEM_request.R#L139
file=R/DEM_request.R,line=139,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.