Skip to content

Improve documentation of smoothness() #954

Improve documentation of smoothness()

Improve documentation of smoothness() #954

Triggered via pull request June 24, 2024 12:12
Status Failure
Total duration 3m 22s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 4 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/smoothness.R#L55
file=R/smoothness.R,line=55,col=5,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/smoothness.R#L57
file=R/smoothness.R,line=57,col=5,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/smoothness.R#L61
file=R/smoothness.R,line=61,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint-changed-files / lint-changed-files: R/smoothness.R#L72
file=R/smoothness.R,line=72,col=7,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.