Skip to content

Allow expressions in data_summary() that return > 1 column summarie… #2911

Allow expressions in data_summary() that return > 1 column summarie…

Allow expressions in data_summary() that return > 1 column summarie… #2911

Triggered via push March 12, 2026 17:03
Status Success
Total duration 7m 10s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint / lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, r-lib/actions/setup-r@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / lint: R/row_count.R#L122
file=R/row_count.R,line=122,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 135 characters.
lint / lint: R/rescale_weights.R#L300
file=R/rescale_weights.R,line=300,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 183 characters.
lint / lint: R/rescale_weights.R#L182
file=R/rescale_weights.R,line=182,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
lint / lint: R/describe_distribution.R#L815
file=R/describe_distribution.R,line=815,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 146 characters.
lint / lint: R/data_to_long.R#L143
file=R/data_to_long.R,line=143,col=3,[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/data_summary.R#L383
file=R/data_summary.R,line=383,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 129 characters.
lint / lint: R/data_summary.R#L306
file=R/data_summary.R,line=306,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 133 characters.
lint / lint: R/data_summary.R#L217
file=R/data_summary.R,line=217,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 145 characters.
lint / lint: R/data_rotate.R#L71
file=R/data_rotate.R,line=71,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/data_codebook.R#L410
file=R/data_codebook.R,line=410,col=14,[nzchar_linter] Use nzchar(x) instead of x != "". Note that unlike nzchar(), NE coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.