frollapply rewritten, by.column=F, parallel, any type #3542
code-quality.yaml
on: pull_request
lint-r
2m 45s
lint-c
1m 59s
lint-po
2m 7s
lint-md
46s
lint-rd
1m 34s
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.
|