Skip to content

frollapply rewritten, by.column=F, parallel, any type #3542

frollapply rewritten, by.column=F, parallel, any type

frollapply rewritten, by.column=F, parallel, any type #3542

Triggered via pull request August 30, 2025 06:25
Status Failure
Total duration 2m 48s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
lint-rd
Process completed with exit code 1.
lint-rd
Please fix the issues above.
lint-r
Process completed with exit code 31.
lint-r: R/frollapply.R#L308
file=R/frollapply.R,line=308,col=44,[undesirable_operator_linter] Avoid undesirable operator `<<-`. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint-r: R/frollapply.R#L307
file=R/frollapply.R,line=307,col=39,[undesirable_operator_linter] Avoid undesirable operator `<<-`. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint-r: R/froll.R#L119
file=R/froll.R,line=119,col=5,[condition_call_linter] Use warning(., call. = FALSE) not to display the call in an error message.