use new dlogspline #181
Annotations
1 error and 10 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L180
file=R/bayesfactor_models.R,line=180,col=28,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L199
file=R/bayesfactor_models.R,line=199,col=3,[object_overwrite_linter] 'objects' is an exported object from package 'base'. Avoid re-using such symbols.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L349
file=R/bayesfactor_models.R,line=349,col=28,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L376
file=R/bayesfactor_models.R,line=376,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L437
file=R/bayesfactor_models.R,line=437,col=5,[commented_code_linter] Remove commented code.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L450
file=R/bayesfactor_models.R,line=450,col=7,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L451
file=R/bayesfactor_models.R,line=451,col=19,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L462
file=R/bayesfactor_models.R,line=462,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
Extract and lint files changed by this PR:
R/bayesfactor_models.R#L570
file=R/bayesfactor_models.R,line=570,col=7,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
Extract and lint files changed by this PR:
R/bayesfactor_parameters.R#L265
file=R/bayesfactor_parameters.R,line=265,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
|
The logs for this run have expired and are no longer available.
Loading