Vignette: minimisation vs block and simple randomization #16
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
vignettes/articles/helpers/functions.R#L24
file=vignettes/articles/helpers/functions.R,line=24,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint:
vignettes/articles/helpers/functions.R#L41
file=vignettes/articles/helpers/functions.R,line=41,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint:
vignettes/articles/helpers/functions.R#L51
file=vignettes/articles/helpers/functions.R,line=51,col=12,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
vignettes/articles/helpers/functions.R#L58
file=vignettes/articles/helpers/functions.R,line=58,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
vignettes/articles/helpers/functions.R#L89
file=vignettes/articles/helpers/functions.R,line=89,col=8,[indentation_linter] Indentation should be 6 spaces but is 8 spaces.
|
lint:
vignettes/articles/helpers/functions.R#L101
file=vignettes/articles/helpers/functions.R,line=101,col=3,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint:
vignettes/articles/helpers/functions.R#L105
file=vignettes/articles/helpers/functions.R,line=105,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint:
vignettes/articles/helpers/run_parallel.R#L38
file=vignettes/articles/helpers/run_parallel.R,line=38,col=5,[object_length_linter] Variable and function names should not be longer than 30 characters.
|
lint:
vignettes/articles/minimization_randomization_comparison.Rmd#L158
file=vignettes/articles/minimization_randomization_comparison.Rmd,line=158,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
|
lint:
vignettes/articles/minimization_randomization_comparison.Rmd#L207
file=vignettes/articles/minimization_randomization_comparison.Rmd,line=207,col=15,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
|