New CRAN release #1205
Annotations
10 warnings
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, ...).
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
R/convert_between_odds_to_probs.R#L125
file=R/convert_between_odds_to_probs.R,line=125,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.
|
R/convert_between_odds_to_probs.R#L133
file=R/convert_between_odds_to_probs.R,line=133,col=5,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.
|
R/convert_between_odds_to_probs.R#L135
file=R/convert_between_odds_to_probs.R,line=135,col=5,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.
|
This job succeeded
Loading