Skip to content

Switch to es_type #1201

Switch to es_type

Switch to es_type #1201

Triggered via push June 19, 2024 10:56
Status Success
Total duration 6m 13s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: data-raw/df data.R#L19
file=data-raw/df data.R,line=19,col=6,[sample_int_linter] sample.int(n, m, ...) is preferable to sample(n, m, ...).
lint / lint: R/cohens_g.R#L65
file=R/cohens_g.R,line=65,col=7,[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 / lint: R/cohens_g.R#L80
file=R/cohens_g.R,line=80,col=5,[unnecessary_nesting_linter] Simplify this condition by using 'else if' instead of 'else { if.
lint / lint: R/cohens_g.R#L87
file=R/cohens_g.R,line=87,col=3,[object_overwrite_linter] 'c' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/common_language.R#L372
file=R/common_language.R,line=372,col=7,[object_overwrite_linter] 'diff' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/convert_between_odds_to_probs.R#L81
file=R/convert_between_odds_to_probs.R,line=81,col=7,[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 / lint: R/convert_between_odds_to_probs.R#L82
file=R/convert_between_odds_to_probs.R,line=82,col=5,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.
lint / lint: R/convert_between_odds_to_probs.R#L84
file=R/convert_between_odds_to_probs.R,line=84,col=5,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.
lint / lint: R/convert_between_odds_to_probs.R#L102
file=R/convert_between_odds_to_probs.R,line=102,col=5,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.
lint / lint: R/convert_between_odds_to_probs.R#L116
file=R/convert_between_odds_to_probs.R,line=116,col=5,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.