Skip to content

Update epidist_db() to give more fine-grained control #15

Update epidist_db() to give more fine-grained control

Update epidist_db() to give more fine-grained control #15

Triggered via pull request August 23, 2023 09:10
@joshwlambertjoshwlambert
synchronize #160
db_hier
Status Failure
Total duration 2m 59s
Artifacts

lint-changed-files.yaml Required

on: pull_request
lint-changed-files
2m 44s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files: tests/testthat/test-epidist.R#L876
file=tests/testthat/test-epidist.R,line=876,col=11,[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-epidist.R#L896
file=tests/testthat/test-epidist.R,line=896,col=11,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.