Skip to content

increase products limit in response #513

increase products limit in response

increase products limit in response #513

Triggered via push October 16, 2024 18:28
Status Success
Total duration 1m 18s
Artifacts

lintr.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lintr: R/DEM_request.R#L57
file=R/DEM_request.R,line=57,col=24,[indentation_linter] Indentation should be 4 spaces but is 24 spaces.
lintr: R/geocodePL_get.R#L84
file=R/geocodePL_get.R,line=84,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lintr: R/geonames_download.R#L39
file=R/geonames_download.R,line=39,col=18,[indentation_linter] Indentation should be 4 spaces but is 18 spaces.
lintr: R/geonames_download.R#L42
file=R/geonames_download.R,line=42,col=18,[indentation_linter] Indentation should be 2 spaces but is 18 spaces.
lintr: R/models3D_download.R#L67
file=R/models3D_download.R,line=67,col=25,[redundant_equals_linter] Using == on a logical vector is redundant. Well-named logical vectors can be used directly in filtering. For data.table's `i` argument, wrap the column name in (), like `DT[(is_treatment)]`.
lintr: R/ortho_request.R#L55
file=R/ortho_request.R,line=55,col=24,[indentation_linter] Indentation should be 4 spaces but is 24 spaces.
lintr: R/pointDTM_get.R#L77
file=R/pointDTM_get.R,line=77,col=4,[indentation_linter] Indentation should be 2 spaces but is 4 spaces.
lintr: R/pointDTM_get.R#L94
file=R/pointDTM_get.R,line=94,col=18,[paste_linter] Construct file paths with file.path(...) instead of paste0(x, "/", y, "/", z). Note that paste() converts empty inputs to "", whereas file.path() leaves it empty.
lintr: R/pointDTM_get.R#L103
file=R/pointDTM_get.R,line=103,col=15,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
lintr: R/tile_download.R#L54
file=R/tile_download.R,line=54,col=18,[paste_linter] Construct file paths with file.path(...) instead of paste0(x, "/", y, "/", z). Note that paste() converts empty inputs to "", whereas file.path() leaves it empty.