Last updated on 2025-12-06 00:48:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 1.95 | 31.72 | 33.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.71 | 19.16 | 20.87 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 48.83 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 60.74 | OK | |||
| r-devel-windows-x86_64 | 0.1.2 | 4.00 | 52.00 | 56.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 2.05 | 27.82 | 29.87 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 1.78 | 29.01 | 30.79 | OK | |
| r-release-macos-arm64 | 0.1.2 | OK | ||||
| r-release-macos-x86_64 | 0.1.2 | 2.00 | 49.00 | 51.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 3.00 | 50.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 4.00 | 87.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 5.00 | 55.00 | 60.00 | OK |
Version: 0.1.2
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gitcreds)
>
> test_check("gitcreds", reporter = "progress")
✔ | F W S OK | Context
⠏ | 0 | cache
⠋ | 1 0 | cache
✔ | 1 0 | cache
⠏ | 0 | format
✔ | 9 | format
⠏ | 0 | gitcreds-delete
✔ | 1 0 | gitcreds-delete
⠏ | 0 | gitcreds-get
✔ | 1 0 | gitcreds-get
⠏ | 0 | gitcreds-list
✔ | 1 0 | gitcreds-list
⠏ | 0 | gitcreds-set
✔ | 1 0 | gitcreds-set
⠏ | 0 | list-helpers
✔ | 1 0 | list-helpers
⠏ | 0 | standalone
⠹ | 33 | standalone
⠇ | 39 | standalone
✔ | 39 | standalone
⠏ | 0 | username
✔ | 1 0 | username
⠏ | 0 | utils
-> Your current credentials for 'https://github.com':
protocol : https
host : github.com
username : user
password : <-- hidden -->
arbitrary: xxxxxxxxx
-> Your current credentials for 'https://github.com':
protocol : https
host : github.com
username : user
password : <-- hidden -->
arbitrary: xxxxxxxxx
-> Your current credentials for 'https://github.com':
protocol : https
host : github.com
username : user
password : <-- hidden -->
arbitrary: xxxxxxxxx
Current password: secret
⠦ | 7 | utils
⠼ | 25 | utils
✖ | 1 32 | utils
────────────────────────────────────────────────────────────────────────────────
Error ('test-utils.R:158:1'): is_interactive
Error in `loadNamespace(x)`: cyclic namespace dependency detected when loading 'knitr', already loading 'knitr'
────────────────────────────────────────────────────────────────────────────────
══ Results ═════════════════════════════════════════════════════════════════════
── Skipped tests (7) ───────────────────────────────────────────────────────────
• empty test (7): , , , , , ,
── Failed tests ────────────────────────────────────────────────────────────────
Error ('test-utils.R:158:1'): is_interactive
Error in `loadNamespace(x)`: cyclic namespace dependency detected when loading 'knitr', already loading 'knitr'
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 80 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc