* using log directory ‘/Users/ripley/R/packages/tests-devel/GIFT.Rcheck’ * using R Under development (unstable) (2026-08-10 r90386) * using platform: aarch64-apple-darwin25.6.0 * R was compiled by Apple clang version 21.0.0 (clang-2100.1.1.101) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.6.1 * using session charset: UTF-8 * current time: 2026-08-11 15:55:10 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘GIFT/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘GIFT’ version ‘1.3.3’ * package encoding: UTF-8 * 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 * checking installed package size ... INFO installed size is 6.4Mb sub-directories of 1Mb or more: doc 3.1Mb help 3.0Mb * checking package directory ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... OK * checking Rd files ... OK * checking Rd metadata ... 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 ... 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 ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [5s/25s] [5s/25s] ERROR 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 ────────────────────────────── 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 . i `y$citavi_seq_no` is a . 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) ``() 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) ``(``) 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 ... [7s/17s] ERROR Error(s) in re-building vignettes: --- re-building ‘GIFT.Rmd’ using rmarkdown Quitting from GIFT.Rmd:865-868 [env_meta] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 . ℹ `y$citavi_seq_no` is a . --- 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 . ℹ `y$citavi_seq_no` is a . --- 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 ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs See ‘/Users/ripley/R/packages/tests-devel/GIFT.Rcheck/00check.log’ for details. 83.97 real 41.60 user 7.74 sys