Adding power vignette plus a few other changes #211
Annotations
1 error and 2 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
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) { ... }`.
|
Extract and lint files changed by this PR:
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) { ... }`.
|
The logs for this run have expired and are no longer available.
Loading