Skip to content

try pass check

try pass check #22

Triggered via push June 9, 2026 10:59
Status Success
Total duration 51s
Artifacts

flir.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
flir
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
flir: R/standalone-caller_cli.R#L73
file=/Users/runner/work/rpkgkit/rpkgkit/R/standalone-caller_cli.R,line=73,col=5,[if (length(messages) > 0) {
flir: R/standalone-args_to_func.R#L318
file=/Users/runner/work/rpkgkit/rpkgkit/R/standalone-args_to_func.R,line=318,col=28,[arg_names != ""] Use nzchar(x) instead of x != "". Use nzchar(x, keepNA = TRUE) if missing data is possible. Use nzchar(as.character(x)) if x may not be a character vector.
flir: R/standalone-args_to_func.R#L170
file=/Users/runner/work/rpkgkit/rpkgkit/R/standalone-args_to_func.R,line=170,col=42,[names(args_list) == ""] Use !nzchar(x) instead of x == "". Use !nzchar(x, keepNA = TRUE) if missing data is possible. Use !nzchar(as.character(x)) if x may not be a character vector.
flir: R/standalone-args_to_func.R#L169
file=/Users/runner/work/rpkgkit/rpkgkit/R/standalone-args_to_func.R,line=169,col=3,[if (length(args_list) > 0) {
flir: R/30_news_md_utils.R#L489
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=489,col=7,[paste(trailing_ws, collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/30_news_md_utils.R#L448
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=448,col=7,[if (grepl("#[0-9]+", line)) {
flir: R/30_news_md_utils.R#L437
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=437,col=7,[if (grepl("@[a-zA-Z][a-zA-Z0-9_-]*", line)) {
flir: R/30_news_md_utils.R#L398
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=398,col=11,[paste(standard_categories[1:4], collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/21_create_standalone.R#L98
file=/Users/runner/work/rpkgkit/rpkgkit/R/21_create_standalone.R,line=98,col=32,[paste(standalone_head$imports, collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/15_rename_func.R#L157
file=/Users/runner/work/rpkgkit/rpkgkit/R/15_rename_func.R,line=157,col=18,[words != ""] Use nzchar(x) instead of x != "". Use nzchar(x, keepNA = TRUE) if missing data is possible. Use nzchar(as.character(x)) if x may not be a character vector.