Last updated on 2023-09-25 16:03:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.2.1 | 7.41 | 135.03 | 142.44 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.3.3 | 4.72 | 97.34 | 102.06 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.3 | 175.16 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 303.85 | OK | |||
r-devel-windows-x86_64 | 1.3.3 | 8.00 | 132.00 | 140.00 | OK | |
r-patched-linux-x86_64 | 1.3.3 | 6.83 | 130.47 | 137.30 | OK | |
r-release-linux-x86_64 | 1.3.3 | 4.47 | 129.73 | 134.20 | OK | |
r-release-macos-arm64 | 1.3.2.1 | 94.00 | OK | |||
r-release-macos-x86_64 | 1.3.3 | 308.00 | OK | |||
r-release-windows-x86_64 | 1.3.3 | 11.00 | 148.00 | 159.00 | OK | |
r-oldrel-macos-arm64 | 1.3.2.1 | 104.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.3 | 216.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.3 | 9.00 | 143.00 | 152.00 | OK |
Version: 1.3.2.1
Check: Rd \usage sections
Result: NOTE
Documented arguments not in \usage in documentation object 'imports_env':
‘path’
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [72s/85s]
Running ‘wipe.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pkgload)
>
> # Needed so that install.packages works correctly
> Sys.setenv("R_TESTS" = "")
>
> test_check("pkgload")
[ FAIL 2 | WARN 0 | SKIP 15 | PASS 340 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• "pkgload" %in% dev_packages() is not TRUE (1): 'test-shim.R:126:3'
• On CRAN (14): 'test-depend.R:5:3', 'test-depend.R:15:3',
'test-depend.R:43:3', 'test-help.R:45:3', 'test-help.R:105:3',
'test-help.R:116:3', 'test-help.R:129:3', 'test-help.R:150:3',
'test-load-hooks.R:166:3', 'test-load.R:44:3', 'test-namespace.R:140:3',
'test-shim.R:59:3', 'test-shim.R:135:3', 'test-source.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-po.R:7:3'): translation domain correctly loaded ──────────────
withr::with_language("fr", hello()) (`actual`) not equal to "Bonjour" (`expected`).
`actual`: "Hello"
`expected`: "Bonjour"
── Failure ('test-po.R:36:3'): modifed translations are correctly reloaded ─────
withr::with_language("fr", hello()) (`actual`) not equal to "Salut" (`expected`).
`actual`: "Hello"
`expected`: "Salut"
[ FAIL 2 | WARN 0 | SKIP 15 | PASS 340 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang