- using R Under development (unstable) (2026-08-12 r90394)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-3) 16.1.0
GNU Fortran (Debian 16.1.0-3) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-08-13 11:50:09 UTC
- checking for file ‘GIFT/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘GIFT’ version ‘1.3.3’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘GIFT’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [3s/4s] OK
- checking whether the package can be loaded with stated dependencies ... [3s/3s] OK
- checking whether the package can be unloaded cleanly ... [3s/4s] OK
- checking whether the namespace can be loaded with stated dependencies ... [3s/3s] OK
- checking whether the namespace can be unloaded cleanly ... [3s/4s] OK
- checking loading without being on the library search path ... [3s/3s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [17s/20s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [3s/5s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [7s/17s] ERROR
Running ‘testthat.R’ [6s/17s]
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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [6s/11s] 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
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs