CRAN Package Check Results for Package grafzahl

Last updated on 2023-01-25 04:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 13.24 104.45 117.69 OK
r-devel-linux-x86_64-debian-gcc 0.0.5 9.31 79.18 88.49 OK
r-devel-linux-x86_64-fedora-clang 0.0.5 100.70 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.5 139.99 NOTE
r-devel-windows-x86_64 0.0.5 24.00 121.00 145.00 OK
r-patched-linux-x86_64 0.0.5 17.85 101.97 119.82 OK
r-release-linux-x86_64 0.0.5 10.26 102.87 113.13 OK
r-release-macos-arm64 0.0.5 55.00 OK
r-release-macos-x86_64 0.0.5 64.00 OK
r-release-windows-x86_64 0.0.5 34.00 147.00 181.00 OK
r-oldrel-macos-arm64 0.0.5 37.00 OK
r-oldrel-macos-x86_64 0.0.5 60.00 OK
r-oldrel-windows-ix86+x86_64 0.0.5 19.00 118.00 137.00 ERROR

Check Details

Version: 0.0.5
Check: data for non-ASCII characters
Result: NOTE
     Note: found 5030 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0.5
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    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'): basic ---------------------------------------
     `grafzahl(...)` threw an unexpected error.
     Message: Fail to download the model `bert-base-cased` from Hugging Face
     Class: simpleError/error/condition
     Backtrace:
     x
     1. +-testthat::expect_error(...) at test_grafzahl.R:10:4
     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-oldrel-windows-ix86+x86_64