Skip to content

chore: bump version and improve compatibility #27

chore: bump version and improve compatibility

chore: bump version and improve compatibility #27

Triggered via push June 17, 2026 08:49
Status Success
Total duration 1m 10s
Artifacts

flir.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
flir
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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/31_news_md_check.R#L230
file=/Users/runner/work/rpkgkit/rpkgkit/R/31_news_md_check.R,line=230,col=7,[paste(trailing_ws, collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/31_news_md_check.R#L189
file=/Users/runner/work/rpkgkit/rpkgkit/R/31_news_md_check.R,line=189,col=7,[if (grepl("#[0-9]+", line)) {
flir: R/31_news_md_check.R#L178
file=/Users/runner/work/rpkgkit/rpkgkit/R/31_news_md_check.R,line=178,col=7,[if (grepl("@[a-zA-Z][a-zA-Z0-9_-]*", line)) {
flir: R/31_news_md_check.R#L139
file=/Users/runner/work/rpkgkit/rpkgkit/R/31_news_md_check.R,line=139,col=11,[paste(standard_categories[1:4], collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/21_create_standalone.R#L116
file=/Users/runner/work/rpkgkit/rpkgkit/R/21_create_standalone.R,line=116,col=7,[paste(standalone_head$dependency %||% "", collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/21_create_standalone.R#L112
file=/Users/runner/work/rpkgkit/rpkgkit/R/21_create_standalone.R,line=112,col=7,[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.