Last updated on 2026-08-13 17:51:51 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | OK | |||||
| r-devel-linux-x86_64-debian-gcc | 1.3.3 | 11.03 | 106.61 | 117.64 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.3 | 12.00 | 98.78 | 110.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 11.00 | 100.00 | 111.00 | OK | |
| r-devel-windows-x86_64 | 1.3.3 | 19.00 | 150.00 | 169.00 | OK | |
| r-patched-linux-x86_64 | 1.3.3 | 16.14 | 131.36 | 147.50 | ERROR | |
| r-release-linux-x86_64 | 1.3.3 | 14.92 | 134.47 | 149.39 | OK | |
| r-release-macos-arm64 | 1.3.3 | 4.00 | 195.00 | 199.00 | OK | |
| r-release-macos-x86_64 | 1.3.3 | 10.00 | 314.00 | 324.00 | OK | |
| r-release-windows-x86_64 | 1.3.3 | 18.00 | 144.00 | 162.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.3 | 9.00 | 281.00 | 290.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.3 | 26.00 | 186.00 | 212.00 | OK |
Version: 1.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(GIFT)
>
> test_check("GIFT")
You are asking for the latest stable version of GIFT which is 3.2.
You are asking for the latest stable version of GIFT which is 3.2.
Saving _problems/test-GIFT_env-44.R
You are asking for the beta-version of GIFT which is subject to
updates and edits. Consider using 'latest' for the latest stable
version.
You are asking for the beta-version of GIFT which is subject to
updates and edits. Consider using 'latest' for the latest stable
version.
You are asking for the beta-version of GIFT which is subject to
updates and edits. Consider using 'latest' for the latest stable
version.
You are asking for the beta-version of GIFT which is subject to
updates and edits. Consider using 'latest' for the latest stable
version.
You are asking for the latest stable version of GIFT which is 3.2.
You are asking for the latest stable version of GIFT which is 3.2.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 111 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-GIFT_env.R:40:3'): invalid inputs ──────────────────────────────
<dplyr_error_join_incompatible_type/dplyr_error_join/dplyr_error/rlang_error/error/condition>
Error in `dplyr::left_join(tmp, refs, by = c(citavi_ID = "citavi_seq_no"))`: Can't join `x$citavi_ID` with `y$citavi_seq_no` due to incompatible types.
i `x$citavi_ID` is a <character>.
i `y$citavi_seq_no` is a <integer>.
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-GIFT_env.R:40:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. ├─GIFT::GIFT_env(miscellaneous = "XX")
8. │ ├─base::suppressMessages(GIFT_env_meta_misc(api = api, GIFT_version = GIFT_version))
9. │ │ └─base::withCallingHandlers(...)
10. │ └─GIFT::GIFT_env_meta_misc(api = api, GIFT_version = GIFT_version)
11. │ ├─dplyr::left_join(tmp, refs, by = c(citavi_ID = "citavi_seq_no"))
12. │ └─dplyr:::left_join.data.frame(tmp, refs, by = c(citavi_ID = "citavi_seq_no"))
13. │ └─dplyr:::join_mutate(...)
14. │ └─dplyr:::join_cast_common(x_key, y_key, vars, error_call = error_call)
15. │ └─dplyr:::join_ptype_common(x, y, vars, error_call = error_call)
16. │ ├─rlang::try_fetch(...)
17. │ │ └─base::withCallingHandlers(...)
18. │ └─vctrs::vec_ptype2(x, y, x_arg = "", y_arg = "", call = error_call)
19. ├─vctrs (local) `<fn>`() at vctrs/R/type2.R:50:3
20. │ └─vctrs::vec_default_ptype2(...)
21. │ ├─base::withRestarts(...) at vctrs/R/type2.R:178:3
22. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
23. │ │ └─base (local) doWithOneRestart(return(expr), restart)
24. │ └─vctrs::stop_incompatible_type(...) at vctrs/R/type2.R:178:3
25. │ └─vctrs:::stop_incompatible(...) at vctrs/R/conditions.R:146:3
26. │ └─vctrs:::stop_vctrs(...) at vctrs/R/conditions.R:95:3
27. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) at vctrs/R/conditions.R:65:3
28. │ └─rlang:::signal_abort(cnd, .file)
29. │ └─base::signalCondition(cnd)
30. └─rlang (local) `<fn>`(`<vctrs__2>`)
31. └─handlers[[1L]](cnd)
32. └─dplyr:::rethrow_error_join_incompatible_type(cnd, vars, error_call)
33. └─dplyr:::stop_join(...)
34. └─dplyr:::stop_dplyr(...)
35. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 111 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.3.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘GIFT.Rmd’ using rmarkdown
Quitting from GIFT.Rmd:865-868 [env_meta]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/dplyr_error_join_incompatible_type>
Error in `dplyr::left_join()`:
! Can't join `x$citavi_ID` with `y$citavi_seq_no` due to incompatible
types.
ℹ `x$citavi_ID` is a <character>.
ℹ `y$citavi_seq_no` is a <integer>.
---
Backtrace:
▆
1. └─GIFT::GIFT_env_meta_misc()
2. ├─dplyr::left_join(tmp, refs, by = c(citavi_ID = "citavi_seq_no"))
3. └─dplyr:::left_join.data.frame(tmp, refs, by = c(citavi_ID = "citavi_seq_no"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'GIFT.Rmd' failed with diagnostics:
Can't join `x$citavi_ID` with `y$citavi_seq_no` due to incompatible
types.
ℹ `x$citavi_ID` is a <character>.
ℹ `y$citavi_seq_no` is a <integer>.
--- failed re-building ‘GIFT.Rmd’
SUMMARY: processing the following file failed:
‘GIFT.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-linux-x86_64