Restructure explain() for iterative estimation with convergence detection, verbose arguments ++ #590
Annotations
11 warnings
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
R/compute_vS.R#L17
file=R/compute_vS.R,line=17,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint:
R/compute_vS.R#L34
file=R/compute_vS.R,line=34,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint:
R/compute_vS.R#L34
file=R/compute_vS.R,line=34,col=10,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/compute_vS.R#L34
file=R/compute_vS.R,line=34,col=13,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/compute_vS.R#L34
file=R/compute_vS.R,line=34,col=13,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/compute_vS.R#L35
file=R/compute_vS.R,line=35,col=57,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/compute_vS.R#L36
file=R/compute_vS.R,line=36,col=45,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/compute_vS.R#L44
file=R/compute_vS.R,line=44,col=38,[infix_spaces_linter] Put spaces around all infix operators.
|
lint:
R/compute_vS.R#L45
file=R/compute_vS.R,line=45,col=52,[commas_linter] Commas should always have a space after.
|
lint:
R/compute_vS.R#L49
file=R/compute_vS.R,line=49,col=8,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|