Add more checks on repo status #24
R.yml
on: pull_request
R Package Checks
/
...
/
updated-files
4s
R Package Checks
/
...
/
lint
1m 34s
R Package Checks
/
...
/
test-coverage
1m 25s
R Package Checks
/
...
/
docs-check
1m 17s
Matrix: R-package / r-cmd-check / R-CMD-check
R Package Checks
/
...
/
version-check
1m 33s
Annotations
33 errors and 20 warnings
R Package Checks / lintr / lint
Process completed with exit code 31.
|
R Package Checks / r-cmd-check / ubuntu-latest (devel)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / ubuntu-latest (devel)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / ubuntu-latest (devel)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-3)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-3)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-3)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / ubuntu-latest (release)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / ubuntu-latest (release)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / ubuntu-latest (release)
Process completed with exit code 1.
|
R Package Checks / version-check / version-check
working_version > compare_version is not TRUE
|
R Package Checks / version-check / version-check
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-4)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-4)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-4)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-1)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-1)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-1)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-2)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-2)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-2)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / macOS-latest (release)
Running examples in ‘pacta.sit.rep-Ex.R’ failed
|
R Package Checks / r-cmd-check / macOS-latest (release)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / macOS-latest (release)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / windows-latest (3.6)
Running examples in 'pacta.sit.rep-Ex.R' failed
|
R Package Checks / r-cmd-check / windows-latest (3.6)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / windows-latest (3.6)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / windows-latest (4.1)
Running examples in 'pacta.sit.rep-Ex.R' failed
|
R Package Checks / r-cmd-check / windows-latest (4.1)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / windows-latest (4.1)
Process completed with exit code 1.
|
R Package Checks / r-cmd-check / windows-latest (release)
Running examples in 'pacta.sit.rep-Ex.R' failed
|
R Package Checks / r-cmd-check / windows-latest (release)
R CMD check found ERRORs
|
R Package Checks / r-cmd-check / windows-latest (release)
Process completed with exit code 1.
|
R Package Checks / lintr / 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.
|
R Package Checks / lintr / lint:
R/dependencies.R#L41
file=R/dependencies.R,line=41,col=6,[indentation_linter] Indentation should be 8 spaces but is 6 spaces.
|
R Package Checks / lintr / lint:
R/dependencies.R#L42
file=R/dependencies.R,line=42,col=6,[indentation_linter] Indentation should be 4 spaces but is 6 spaces.
|
R Package Checks / lintr / 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.
|
R Package Checks / lintr / 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.
|
R Package Checks / lintr / 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.
|
R Package Checks / lintr / lint:
R/workflows.R#L79
file=R/workflows.R,line=79,col=8,[indentation_linter] Indentation should be 6 spaces but is 8 spaces.
|
R Package Checks / lintr / 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.
|
R Package Checks / lintr / 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.
|
R Package Checks / lintr / 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.
|
R Package Checks / r-cmd-check / ubuntu-latest (devel)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-3)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / ubuntu-latest (release)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-4)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-1)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / ubuntu-latest (oldrel-2)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / macOS-latest (release)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / windows-latest (3.6)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / windows-latest (4.1)
'::' or ':::' imports not declared from:
|
R Package Checks / r-cmd-check / windows-latest (release)
'::' or ':::' imports not declared from:
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux-X64-rdevel-5-results
Expired
|
96.3 KB |
|
Linux-X64-roldrel-1-6-results
Expired
|
96.2 KB |
|
Linux-X64-roldrel-2-7-results
Expired
|
96.2 KB |
|
Linux-X64-roldrel-3-8-results
Expired
|
97.2 KB |
|
Linux-X64-roldrel-4-9-results
Expired
|
97.2 KB |
|
Linux-X64-rrelease-4-results
Expired
|
96.3 KB |
|
Windows-X64-r3.6-2-results
Expired
|
96.8 KB |
|
Windows-X64-r4.1-3-results
Expired
|
95.9 KB |
|
Windows-X64-rrelease-1-results
Expired
|
96 KB |
|
macOS-X64-rrelease-0-results
Expired
|
96.2 KB |
|