Skip to content

update NEWS

update NEWS #506

Triggered via push May 11, 2024 13:10
Status Success
Total duration 2m 5s
Artifacts

lintr.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
lintr
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lintr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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.