Skip to content

Fix data_arrange() for 1-column data frames (#586) #2412

Fix data_arrange() for 1-column data frames (#586)

Fix data_arrange() for 1-column data frames (#586) #2412

Triggered via push February 14, 2025 13:55
Status Success
Total duration 7m 27s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint / lint
Cache not found for keys: Ubuntu 24.04.1 LTS-R version 4.4.2 (2024-10-31)-2-026bf5d9d18c95e0da4318e64eb0c235d6c28ea03ffc4d7300bb5c69917cf75b, Ubuntu 24.04.1 LTS-R version 4.4.2 (2024-10-31)-2-
lint / lint: R/data_match.R#L109
file=R/data_match.R,line=109,col=24,[function_argument_linter] Arguments without defaults should come before arguments with defaults. Consider setting the default to NULL and using is.null() instead of using missing()
lint / lint: R/format.R#L18
file=R/format.R,line=18,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/standardize.models.R#L107
file=R/standardize.models.R,line=107,col=33,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint / lint: R/standardize.models.R#L367
file=R/standardize.models.R,line=367,col=13,[undesirable_function_linter] Avoid undesirable function "mapply".
lint / lint: R/standardize.models.R#L393
file=R/standardize.models.R,line=393,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
lint / lint: R/utils_standardize_center.R#L68
file=R/utils_standardize_center.R,line=68,col=31,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint / lint: R/utils_standardize_center.R#L135
file=R/utils_standardize_center.R,line=135,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/utils_standardize_center.R#L210
file=R/utils_standardize_center.R,line=210,col=5,[object_overwrite_linter] 'scale' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/utils_standardize_center.R#L213
file=R/utils_standardize_center.R,line=213,col=7,[object_overwrite_linter] 'scale' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/utils_standardize_center.R#L215
file=R/utils_standardize_center.R,line=215,col=7,[object_overwrite_linter] 'scale' is an exported object from package 'base'. Avoid re-using such symbols.