Refactor the qtr functions #353
Annotations
10 warnings
|
lint:
data-raw/area_lookup.R#L101
file=data-raw/area_lookup.R,line=101,col=23,[pipe_consistency_linter] Use the |> pipe operator instead of the %>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L100
file=data-raw/area_lookup.R,line=100,col=13,[pipe_consistency_linter] Use the |> pipe operator instead of the %<>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L100
file=data-raw/area_lookup.R,line=100,col=13,[assignment_linter] Avoid the assignment pipe %<>%; prefer pipes and assignment in separate steps.
|
|
lint:
data-raw/area_lookup.R#L96
file=data-raw/area_lookup.R,line=96,col=15,[pipe_consistency_linter] Use the |> pipe operator instead of the %<>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L54
file=data-raw/area_lookup.R,line=54,col=13,[pipe_consistency_linter] Use the |> pipe operator instead of the %<>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L54
file=data-raw/area_lookup.R,line=54,col=13,[assignment_linter] Avoid the assignment pipe %<>%; prefer pipes and assignment in separate steps.
|
|
lint:
data-raw/area_lookup.R#L49
file=data-raw/area_lookup.R,line=49,col=13,[pipe_consistency_linter] Use the |> pipe operator instead of the %>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L36
file=data-raw/area_lookup.R,line=36,col=53,[pipe_consistency_linter] Use the |> pipe operator instead of the %>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L34
file=data-raw/area_lookup.R,line=34,col=32,[pipe_consistency_linter] Use the |> pipe operator instead of the %>% pipe operator.
|
|
lint:
data-raw/area_lookup.R#L28
file=data-raw/area_lookup.R,line=28,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 96 characters.
|