Improve <epidist>
plotting method
#59
lint-changed-files.yaml
on: pull_request
lint-changed-files
3m 8s
Annotations
1 error and 4 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint-changed-files:
R/plot.R#L186
file=R/plot.R,line=186,col=12,[backport_linter] ...names (R 4.1.0) is not available for dependency R >= 3.6.0. Use the `except` argument of `backport_linter()` to configure available backports.
|
lint-changed-files:
tests/testthat/test-vb_epidist.R#L275
file=tests/testthat/test-vb_epidist.R,line=275,col=5,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
lint-changed-files:
tests/testthat/test-vb_epidist.R#L304
file=tests/testthat/test-vb_epidist.R,line=304,col=5,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|