Skip to content

[Feature] cor_diff() : test for differences between correlations #447

[Feature] cor_diff() : test for differences between correlations

[Feature] cor_diff() : test for differences between correlations #447

Triggered via pull request January 29, 2025 09:15
Status Cancelled
Total duration 6m 10s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint / lint
Canceling since a higher priority waiting request for 'lint-feature_cordiff' exists
lint / lint: R/cor_diff.R#L31
file=R/cor_diff.R,line=31,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint / lint: R/cor_diff.R#L31
file=R/cor_diff.R,line=31,col=21,[vector_logic_linter] Use `&&` in conditional expressions.
lint / lint: R/cor_diff.R#L39
file=R/cor_diff.R,line=39,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint / lint: R/cor_diff.R#L39
file=R/cor_diff.R,line=39,col=18,[unnecessary_concatenation_linter] Remove unnecessary c() of a constant.
lint / lint: R/cor_diff.R#L59
file=R/cor_diff.R,line=59,col=3,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/cor_diff.R#L60
file=R/cor_diff.R,line=60,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint / lint: R/cor_diff.R#L60
file=R/cor_diff.R,line=60,col=14,[vector_logic_linter] Use `&&` in conditional expressions.
lint / lint: R/cor_diff.R#L63
file=R/cor_diff.R,line=63,col=12,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint / lint: R/cor_diff.R#L63
file=R/cor_diff.R,line=63,col=21,[vector_logic_linter] Use `&&` in conditional expressions.
lint / lint: R/cor_diff.R#L71
file=R/cor_diff.R,line=71,col=10,[strings_as_factors_linter] Supply an explicit value for stringsAsFactors for this code to work before and after R version 4.0.