Skip to content

Middle task tutorials #23

Middle task tutorials

Middle task tutorials #23

Triggered via pull request January 30, 2024 12:27
Status Failure
Total duration 18m 23s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint
Process completed with exit code 31.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r-lib/actions/setup-r@v2, actions/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: create-forecast.Rmd#L10
file=create-forecast.Rmd,line=10,col=1,[undesirable_function_linter] Function "require" is undesirable. As an alternative, use roxygen2's @importFrom statement in packages and library() or `::` in scripts, instead of modifying the global search path.
lint: create-forecast.Rmd#L11
file=create-forecast.Rmd,line=11,col=1,[undesirable_function_linter] Function "require" is undesirable. As an alternative, use roxygen2's @importFrom statement in packages and library() or `::` in scripts, instead of modifying the global search path.
lint: create-forecast.Rmd#L11
file=create-forecast.Rmd,line=11,col=1,[unused_import_linter] Package 'ggplot2' is attached but never used.
lint: create-forecast.Rmd#L12
file=create-forecast.Rmd,line=12,col=1,[undesirable_function_linter] Function "options" is undesirable. As an alternative, use withr::with_options() for a temporary change instead of permanently modifying the session options.
lint: create-forecast.Rmd#L13
file=create-forecast.Rmd,line=13,col=26,[nonportable_path_linter] Use file.path() to construct portable file paths.
lint: create-forecast.Rmd#L172
file=create-forecast.Rmd,line=172,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
lint: create-forecast.Rmd#L305
file=create-forecast.Rmd,line=305,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 93 characters.
lint: quantify-transmissibility.Rmd#L8
file=quantify-transmissibility.Rmd,line=8,col=1,[undesirable_function_linter] Function "require" is undesirable. As an alternative, use roxygen2's @importFrom statement in packages and library() or `::` in scripts, instead of modifying the global search path.
lint: quantify-transmissibility.Rmd#L9
file=quantify-transmissibility.Rmd,line=9,col=1,[undesirable_function_linter] Function "require" is undesirable. As an alternative, use roxygen2's @importFrom statement in packages and library() or `::` in scripts, instead of modifying the global search path.
lint: quantify-transmissibility.Rmd#L10
file=quantify-transmissibility.Rmd,line=10,col=1,[undesirable_function_linter] Function "options" is undesirable. As an alternative, use withr::with_options() for a temporary change instead of permanently modifying the session options.