Skip to content

Pass verbose argument to insight::get_parameters() calls (#689) #1308

Pass verbose argument to insight::get_parameters() calls (#689)

Pass verbose argument to insight::get_parameters() calls (#689) #1308

Triggered via push November 16, 2025 15:50
Status Success
Total duration 12m 14s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/convert_between_riskchange.R#L455
file=R/convert_between_riskchange.R,line=455,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/convert_between_riskchange.R#L454
file=R/convert_between_riskchange.R,line=454,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/convert_between_riskchange.R#L453
file=R/convert_between_riskchange.R,line=453,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/convert_between_riskchange.R#L452
file=R/convert_between_riskchange.R,line=452,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/convert_between_riskchange.R#L451
file=R/convert_between_riskchange.R,line=451,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/convert_between_riskchange.R#L201
file=R/convert_between_riskchange.R,line=201,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint / lint: R/convert_between_riskchange.R#L76
file=R/convert_between_riskchange.R,line=76,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint / lint: R/cohens_g.R#L121
file=R/cohens_g.R,line=121,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint / lint: data-raw/df data.R#L273
file=data-raw/df data.R,line=273,col=35,[fixed_regex_linter] Use "evaluations_" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
lint / lint: data-raw/df data.R#L266
file=data-raw/df data.R,line=266,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 167 characters.