Skip to content

Merge pull request #923 from strengejacke/strengejacke/issue921 #37

Merge pull request #923 from strengejacke/strengejacke/issue921

Merge pull request #923 from strengejacke/strengejacke/issue921 #37

Triggered via push November 23, 2023 22:21
Status Success
Total duration 8m 20s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: R/color_utils.R#L57
file=R/color_utils.R,line=57,col=3,[object_overwrite_linter] 'col' is an exported object from package 'base'. Avoid re-using such symbols.
lint: R/color_utils.R#L60
file=R/color_utils.R,line=60,col=77,[T_and_F_symbol_linter] Use FALSE instead of the symbol F.
lint: R/helpfunctions.R#L174
file=R/helpfunctions.R,line=174,col=13,[undesirable_function_linter] Function "structure" is undesirable. As an alternative, Use class<-, names<-, and attr<- to set attributes.
lint: R/helpfunctions.R#L219
file=R/helpfunctions.R,line=219,col=23,[redundant_equals_linter] Using == on a logical vector is redundant. Well-named logical vectors can be used directly in filtering. For data.table's `i` argument, wrap the column name in (), like `DT[(is_treatment)]`.
lint: R/helpfunctions.R#L244
file=R/helpfunctions.R,line=244,col=17,[fixed_regex_linter] This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute. Here, you can use "0" with fixed = TRUE.
lint: R/helpfunctions.R#L252
file=R/helpfunctions.R,line=252,col=8,[indentation_linter] Hanging indent should be 43 spaces but is 8 spaces.
lint: R/helpfunctions.R#L252
file=R/helpfunctions.R,line=252,col=36,[infix_spaces_linter] Put spaces around all infix operators.
lint: R/helpfunctions.R#L252
file=R/helpfunctions.R,line=252,col=57,[infix_spaces_linter] Put spaces around all infix operators.
lint: R/helpfunctions.R#L252
file=R/helpfunctions.R,line=252,col=78,[infix_spaces_linter] Put spaces around all infix operators.
lint: R/helpfunctions.R#L252
file=R/helpfunctions.R,line=252,col=102,[infix_spaces_linter] Put spaces around all infix operators.