Readepi no HIS specific dependencies #99
lint-changed-files.yaml
on: pull_request
lint-changed-files
3m 16s
Annotations
1 error and 12 warnings
lint-changed-files
Process completed with exit code 31.
|
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-changed-files:
R/read_sormas.R#L89
file=R/read_sormas.R,line=89,col=7,[object_usage_linter] local variable 'data_dictionary' assigned but may not be used
|
lint-changed-files:
R/read_sormas.R#L90
file=R/read_sormas.R,line=90,col=7,[object_usage_linter] local variable 'api_specification' assigned but may not be used
|
lint-changed-files:
R/utils.R#L89
file=R/utils.R,line=89,col=8,[nonportable_path_linter] Use file.path() to construct portable file paths.
|
lint-changed-files:
R/utils.R#L99
file=R/utils.R,line=99,col=64,[fixed_regex_linter] This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute. Here, you can use "." with fixed = TRUE.
|
lint-changed-files:
R/utils.R#L122
file=R/utils.R,line=122,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
|
lint-changed-files:
R/utils.R#L123
file=R/utils.R,line=123,col=8,[nonportable_path_linter] Use file.path() to construct portable file paths.
|
lint-changed-files:
R/utils.R#L188
file=R/utils.R,line=188,col=26,[namespace_linter] Package 'readxl' is not installed.
|
lint-changed-files:
R/utils.R#L190
file=R/utils.R,line=190,col=42,[fixed_regex_linter] This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute. Here, you can use " " with fixed = TRUE.
|
lint-changed-files:
R/utils.R#L199
file=R/utils.R,line=199,col=48,[object_usage_linter] no visible binding for global variable 'endpoints'
|
lint-changed-files:
R/utils.R#L200
file=R/utils.R,line=200,col=55,[object_usage_linter] no visible binding for global variable 'l'
|