Last updated on 2025-07-25 00:49:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.9 | 5.91 | 58.36 | 64.27 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.9 | 4.41 | 43.70 | 48.11 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0.0 | 117.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.0 | 193.86 | ERROR | |||
r-devel-windows-x86_64 | 2.0.9 | 8.00 | 74.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 2.0.9 | 6.73 | 53.18 | 59.91 | OK | |
r-release-linux-x86_64 | 2.0.9 | 5.79 | 53.29 | 59.08 | OK | |
r-release-macos-arm64 | 2.0.9 | 90.00 | OK | |||
r-release-macos-x86_64 | 3.0.0 | 156.00 | ERROR | |||
r-release-windows-x86_64 | 2.0.9 | 9.00 | 93.00 | 102.00 | OK | |
r-oldrel-macos-arm64 | 2.0.9 | 62.00 | NOTE | |||
r-oldrel-macos-x86_64 | 3.0.0 | 152.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.0.9 | 10.00 | 93.00 | 103.00 | NOTE |
Version: 3.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [78s/229s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DSMolgenisArmadillo)
Loading required package: DSI
Loading required package: progress
Loading required package: R6
Loading required package: MolgenisAuth
> library(tibble)
>
> test_check("DSMolgenisArmadillo")
An object of class "ArmadilloCredentials"
Slot "access_token":
[1] "access456"
Slot "expires_in":
[1] 300
Slot "expires_at":
[1] "2025-07-24 11:38:45 BST"
Slot "id_token":
[1] "id123"
Slot "refresh_token":
[1] "refresh123"
Slot "token_type":
[1] "Bearer"
Slot "auth_type":
[1] "keycloak"
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 397 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• I still don't get the .deparse arguments (1): 'test-utils.R:91:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ArmadilloOAuth.R:143:3'): .refresh_token returns success message if new credentials are not null and option keycloak ──
DSMolgenisArmadillo:::.refresh_token(server, credentials_in) not equal to `credentials_out`.
Attributes: < Component "expires_at": Mean absolute difference: 3.559679 >
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 397 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 3.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [54s/84s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DSMolgenisArmadillo)
Loading required package: DSI
Loading required package: progress
Loading required package: R6
Loading required package: MolgenisAuth
> library(tibble)
>
> test_check("DSMolgenisArmadillo")
An object of class "ArmadilloCredentials"
Slot "access_token":
[1] "access456"
Slot "expires_in":
[1] 300
Slot "expires_at":
[1] "2025-07-24 17:50:31 EDT"
Slot "id_token":
[1] "id123"
Slot "refresh_token":
[1] "refresh123"
Slot "token_type":
[1] "Bearer"
Slot "auth_type":
[1] "keycloak"
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 397 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• I still don't get the .deparse arguments (1): 'test-utils.R:91:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ArmadilloOAuth.R:143:3'): .refresh_token returns success message if new credentials are not null and option keycloak ──
DSMolgenisArmadillo:::.refresh_token(server, credentials_in) not equal to `credentials_out`.
Attributes: < Component "expires_at": Mean absolute difference: 1.139842 >
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 397 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 2.0.9
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘dsBaseClient’
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 3.0.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘dsBaseClient’
Flavor: r-oldrel-macos-x86_64
Version: 3.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [49s/76s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DSMolgenisArmadillo)
Loading required package: DSI
Loading required package: progress
Loading required package: R6
Loading required package: MolgenisAuth
> library(tibble)
>
> test_check("DSMolgenisArmadillo")
An object of class "ArmadilloCredentials"
Slot "access_token":
[1] "access456"
Slot "expires_in":
[1] 300
Slot "expires_at":
[1] "2025-07-24 17:06:11 EDT"
Slot "id_token":
[1] "id123"
Slot "refresh_token":
[1] "refresh123"
Slot "token_type":
[1] "Bearer"
Slot "auth_type":
[1] "keycloak"
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 397 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• I still don't get the .deparse arguments (1): 'test-utils.R:91:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ArmadilloOAuth.R:143:3'): .refresh_token returns success message if new credentials are not null and option keycloak ──
DSMolgenisArmadillo:::.refresh_token(server, credentials_in) not equal to `credentials_out`.
Attributes: < Component "expires_at": Mean absolute difference: 1.23259 >
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 397 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64