CRAN Package Check Results for Package grafzahl

Last updated on 2025-04-17 01:51:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.11 9.48 79.68 89.16 NOTE
r-devel-linux-x86_64-debian-gcc 0.0.11 7.61 60.54 68.15 NOTE
r-devel-linux-x86_64-fedora-clang 0.0.11 151.95 OK
r-devel-linux-x86_64-fedora-gcc 0.0.11 157.65 OK
r-devel-windows-x86_64 0.0.11 12.00 109.00 121.00 ERROR
r-patched-linux-x86_64 0.0.11 10.26 79.67 89.93 NOTE
r-release-linux-x86_64 0.0.11 10.43 80.22 90.65 NOTE
r-release-macos-arm64 0.0.11 50.00 OK
r-release-macos-x86_64 0.0.11 97.00 OK
r-release-windows-x86_64 0.0.11 13.00 113.00 126.00 NOTE
r-oldrel-macos-arm64 0.0.11 54.00 OK
r-oldrel-macos-x86_64 0.0.11 78.00 OK
r-oldrel-windows-x86_64 0.0.11 14.00 119.00 133.00 OK

Check Details

Version: 0.0.11
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: grafzahl.Rd: corpus, docvars predict.grafzahl.Rd: corpus Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.0.11
Check: tests
Result: ERROR Running 'testthat.R' [4s] 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(grafzahl) > > test_check("grafzahl") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_grafzahl.R:10:5'): basic ───────────────────────────────────── `grafzahl(...)` threw an unexpected error. Message: Fail to download the model `bert-base-cased` from Hugging Face Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_grafzahl.R:10:5 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. ├─grafzahl::grafzahl(...) 8. └─grafzahl:::grafzahl.character(...) 9. ├─grafzahl::grafzahl(...) 10. └─grafzahl:::grafzahl.corpus(...) 11. └─grafzahl:::.check_model_type(model_type = model_type, model_name = model_name) 12. └─grafzahl:::.infer_model_type(model_name) 13. └─grafzahl:::.download_from_huggingface(model_name) 14. └─base::tryCatch(...) 15. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 16. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 17. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64