Package: annotater Check: tests New result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(annotater) > > test_check("annotater") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 35 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-overall-annotation.R:78:3'): if statement for pacman calls works ── Error in `stringi::stri_replace_all_fixed(str = string_og, pattern = pck_descs$call, replacement = pck_descs$annotated, vectorize_all = FALSE)`: vector length not consistent with other arguments Backtrace: ▆ 1. ├─testthat::expect_match(annotate_repostitle(test_string), "# Functional") at test-overall-annotation.R:78:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─annotater::annotate_repostitle(test_string) 5. └─stringi::stri_replace_all_fixed(...) ── Failure ('test-overall-annotation.R:86:3'): if statement for pacman + base calls works ── annotate_repostitle\(test_string\) does not match "# Functional". Actual value: "p_load\(purrr\)\\nlibrary\(tidyr\) # Tidy Messy Data CRAN v1\.3\.1" Backtrace: ▆ 1. └─testthat::expect_match(annotate_repostitle(test_string), "# Functional") at test-overall-annotation.R:86:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 35 ] Error: Test failures Execution halted Package: luz Check: Rd cross-references New result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: evaluate.Rd: nn_module fit.luz_module_generator.Rd: nn_module luz_load_model_weights.Rd: torch_load predict.luz_module_fitted.Rd: nn_module Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages.