fix: remove workaround since ows4R got a fix #52
Annotations
1 error and 3 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
R/info.R#L17
file=R/info.R,line=17,col=43,[unnecessary_lambda_linter] Pass get_abstract_null directly as a symbol to map_chr() instead of wrapping it in an unnecessary anonymous function. For example, prefer purrr::map(DF, sum) to purrr::map(DF, ~sum(.x)).
|
Extract and lint files changed by this PR:
R/info.R#L68
file=R/info.R,line=68,col=7,[unnecessary_lambda_linter] Pass get_abstract_null directly as a symbol to map_chr() instead of wrapping it in an unnecessary anonymous function. For example, prefer purrr::map(DF, sum) to purrr::map(DF, ~sum(.x)).
|
Extract and lint files changed by this PR:
R/info.R#L121
file=R/info.R,line=121,col=5,[commented_code_linter] Commented code should be removed.
|
Loading