Skip to content

Adding power vignette plus a few other changes #210

Adding power vignette plus a few other changes

Adding power vignette plus a few other changes #210

Triggered via pull request December 11, 2023 13:00
Status Failure
Total duration 5m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
4m 54s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: vignettes/statistical_power.Rmd#L183
file=vignettes/statistical_power.Rmd,line=183,col=2,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
lint-changed-files / lint-changed-files: vignettes/statistical_power.Rmd#L184
file=vignettes/statistical_power.Rmd,line=184,col=2,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.