Add more checks on repo status #24
Annotations
1 error and 10 warnings
Lint
Process completed with exit code 31.
|
Lint:
R/dependencies.R#L3
file=R/dependencies.R,line=3,col=12,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
Lint:
R/dependencies.R#L41
file=R/dependencies.R,line=41,col=6,[indentation_linter] Indentation should be 8 spaces but is 6 spaces.
|
Lint:
R/dependencies.R#L42
file=R/dependencies.R,line=42,col=6,[indentation_linter] Indentation should be 4 spaces but is 6 spaces.
|
Lint:
R/get_gh_file.R#L54
file=R/get_gh_file.R,line=54,col=8,[indentation_linter] Indentation should be 10 spaces but is 8 spaces.
|
Lint:
R/utils.R#L7
file=R/utils.R,line=7,col=19,[implicit_integer_linter] Integers should not be implicit. Use the form 1L for integers or 1.0 for doubles.
|
Lint:
R/utils.R#L8
file=R/utils.R,line=8,col=17,[implicit_integer_linter] Integers should not be implicit. Use the form 1L for integers or 1.0 for doubles.
|
Lint:
R/workflows.R#L79
file=R/workflows.R,line=79,col=8,[indentation_linter] Indentation should be 6 spaces but is 8 spaces.
|
Lint:
R/workflows.R#L105
file=R/workflows.R,line=105,col=5,[undesirable_function_linter] Function "sapply" is undesirable. As an alternative, use vapply() with an appropriate `FUN.VALUE=` argument to obtain type-stable simplification.
|
Lint:
tests/testthat/test-generate_package_table.R#L1
file=tests/testthat/test-generate_package_table.R,line=1,col=1,[undesirable_function_linter] Function "library" is undesirable. As an alternative, use roxygen2's @importFrom statement in packages and `::` in scripts, instead of modifying the global search path.
|
Lint:
tests/testthat/test-generate_package_table.R#L2
file=tests/testthat/test-generate_package_table.R,line=2,col=1,[undesirable_function_linter] Function "library" is undesirable. As an alternative, use roxygen2's @importFrom statement in packages and `::` in scripts, instead of modifying the global search path.
|
Loading