Skip to content

Add forecasting vignette #19

Add forecasting vignette

Add forecasting vignette #19

Triggered via pull request December 6, 2024 11:29
Status Failure
Total duration 1m 45s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
1m 33s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-changed-files: R/data.R#L3
file=R/data.R,line=3,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 127 characters.
lint-changed-files: R/data.R#L4
file=R/data.R,line=4,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 122 characters.
lint-changed-files: R/data.R#L9
file=R/data.R,line=9,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
lint-changed-files: R/data.R#L20
file=R/data.R,line=20,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 127 characters.
lint-changed-files: R/data.R#L21
file=R/data.R,line=21,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 89 characters.
lint-changed-files: R/data.R#L27
file=R/data.R,line=27,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 84 characters.
lint-changed-files: R/data.R#L33
file=R/data.R,line=33,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 90 characters.
lint-changed-files: vignettes/gam-forecasting-workflow.Rmd#L26
file=vignettes/gam-forecasting-workflow.Rmd,line=26,col=1,[unused_import_linter] Package 'here' is attached but never used.
lint-changed-files: vignettes/gam-forecasting-workflow.Rmd#L29
file=vignettes/gam-forecasting-workflow.Rmd,line=29,col=1,[unused_import_linter] Package 'gratia' is only used by namespace. Check that it is installed using loadNamespace() instead.
lint-changed-files: vignettes/gam-forecasting-workflow.Rmd#L38
file=vignettes/gam-forecasting-workflow.Rmd,line=38,col=25,[pipe_consistency_linter] Use the %>% pipe operator instead of the |> pipe operator.