Adding power vignette plus a few other changes #210
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
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) { ... }`.
|