Skip to content

Update from task a196bedf-f86e-41c4-9581-159b56f15fb1 #5

Update from task a196bedf-f86e-41c4-9581-159b56f15fb1

Update from task a196bedf-f86e-41c4-9581-159b56f15fb1 #5

Triggered via pull request April 21, 2026 01:28
Status Success
Total duration 1m 7s
Artifacts

flir.yaml

on: pull_request
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, r-lib/actions/setup-r@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/import-standalone-lazyeval.R#L109
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-lazyeval.R,line=109,col=3,[structure] Function "structure()" is undesirable.
flir: R/import-standalone-lazyeval.R#L95
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-lazyeval.R,line=95,col=17,[any(!named)] !all(x) is better than any(!x). The former applies negation only once after aggregation instead of many times for each element of x.
flir: R/import-standalone-lazyeval.R#L66
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-lazyeval.R,line=66,col=7,[lazy = new_quosure(lazy$expr, lazy$env)] Use <-, not =, for assignment.
flir: R/import-standalone-downstream-deps.R#L273
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-downstream-deps.R,line=273,col=7,[i = sprintf(
flir: R/import-standalone-downstream-deps.R#L80
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-downstream-deps.R,line=80,col=15,[paste0(deps, collapse = " ")] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
flir: R/30_news_md_utils.R#L405
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=405,col=58,[paste(trailing_ws, collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
flir: R/30_news_md_utils.R#L375
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=375,col=7,[if (grepl("#[0-9]+", line)) {
flir: R/30_news_md_utils.R#L367
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=367,col=7,[if (grepl("@[a-zA-Z][a-zA-Z0-9_-]*", line)) {
flir: R/30_news_md_utils.R#L338
file=/Users/runner/work/rpkgkit/rpkgkit/R/30_news_md_utils.R,line=338,col=44,[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 = ", ").