Improve documentation of smoothness()
#2274
Annotations
10 warnings
Lint:
R/adjust.R#L33
file=R/adjust.R,line=33,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
|
Lint:
R/data_match.R#L109
file=R/data_match.R,line=109,col=24,[function_argument_linter] Arguments without defaults should come before arguments with defaults. Consider setting the default to NULL and using is.null() instead of using missing()
|
Lint:
R/format.R#L18
file=R/format.R,line=18,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
Lint:
R/ranktransform.R#L58
file=R/ranktransform.R,line=58,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
|
Lint:
R/ranktransform.R#L74
file=R/ranktransform.R,line=74,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
|
Lint:
R/smoothness.R#L61
file=R/smoothness.R,line=61,col=5,[object_overwrite_linter] 'diff' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/standardize.models.R#L107
file=R/standardize.models.R,line=107,col=33,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
Lint:
R/standardize.models.R#L110
file=R/standardize.models.R,line=110,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
Lint:
R/standardize.models.R#L376
file=R/standardize.models.R,line=376,col=13,[undesirable_function_linter] Avoid undesirable function "mapply".
|
Lint:
R/standardize.models.R#L402
file=R/standardize.models.R,line=402,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
|
Loading