Allow export_table()
to split to more than 3 tables
#901
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 16s
Annotations
1 error and 6 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
lint-changed-files / lint-changed-files:
R/export_table.R#L105
file=R/export_table.R,line=105,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 78 to at most 40.
|
lint-changed-files / lint-changed-files:
R/export_table.R#L470
file=R/export_table.R,line=470,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 68 to at most 40.
|
lint-changed-files / lint-changed-files:
R/export_table.R#L803
file=R/export_table.R,line=803,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 43 to at most 40.
|
lint-changed-files / lint-changed-files:
R/export_table.R#L826
file=R/export_table.R,line=826,col=17,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
|
lint-changed-files / lint-changed-files:
R/export_table.R#L877
file=R/export_table.R,line=877,col=30,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
|