chore: update package metadata and dependencies #4
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/standalone-args_to_func.R#L170
file=/Users/runner/work/rpkgkit/rpkgkit/R/standalone-args_to_func.R,line=170,col=3,[if (length(args_list) > 0) {
|
|
flir:
R/import-standalone-utils-assert.R#L245
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-utils-assert.R,line=245,col=20,[paste(sprintf("'%s'", choices), collapse = ", ")] toString(.) is more expressive than paste(., collapse = ", ").
|
|
flir:
R/import-standalone-utils-assert.R#L226
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-utils-assert.R,line=226,col=25,[nms == ""] 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/import-standalone-lazyeval.R#L118
file=/Users/runner/work/rpkgkit/rpkgkit/R/import-standalone-lazyeval.R,line=118,col=3,[structure] Function "structure()" is undesirable.
|
|
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/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 = ", ").
|