Skip to content

Delete pkgdown workflow #39

Delete pkgdown workflow

Delete pkgdown workflow #39

Triggered via push January 15, 2024 15:29
Status Failure
Total duration 3m 16s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: R/ukair_catalogue.R#L99
file=R/ukair_catalogue.R,line=99,col=29,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/ukair_catalogue.R#L105
file=R/ukair_catalogue.R,line=105,col=28,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/ukair_catalogue.R#L111
file=R/ukair_catalogue.R,line=111,col=29,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/ukair_catalogue.R#L146
file=R/ukair_catalogue.R,line=146,col=18,[seq_linter] 1:dim(...)[2] is likely to be wrong in the empty edge case. Use seq_len(dim(...)[2]) instead.
lint: R/ukair_catalogue.R#L147
file=R/ukair_catalogue.R,line=147,col=46,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
lint: R/ukair_catalogue.R#L148
file=R/ukair_catalogue.R,line=148,col=10,[indentation_linter] Indentation should be 12 spaces but is 10 spaces.
lint: R/ukair_catalogue.R#L172
file=R/ukair_catalogue.R,line=172,col=53,[indentation_linter] Hanging indent should be 58 spaces but is 53 spaces.
lint: R/ukair_catalogue.R#L175
file=R/ukair_catalogue.R,line=175,col=51,[indentation_linter] Hanging indent should be 56 spaces but is 51 spaces.
lint: R/ukair_get_coordinates.R#L77
file=R/ukair_get_coordinates.R,line=77,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 131 characters.
lint: R/ukair_get_coordinates.R#L101
file=R/ukair_get_coordinates.R,line=101,col=5,[commented_code_linter] Commented code should be removed.