CRAN Package Check Results for Package hexFinder

Last updated on 2023-09-30 08:00:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.0 8.14 72.35 80.49 NOTE
r-devel-linux-x86_64-debian-gcc 0.8.0 5.61 53.16 58.77 NOTE
r-devel-linux-x86_64-fedora-clang 0.8.0 102.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.0 99.07 NOTE
r-devel-windows-x86_64 0.8.0 9.00 75.00 84.00 ERROR
r-patched-linux-x86_64 0.8.0 6.06 66.49 72.55 OK
r-release-linux-x86_64 0.8.0 5.34 64.56 69.90 OK
r-release-macos-arm64 0.8.0 33.00 OK
r-release-macos-x86_64 0.8.0 50.00 OK
r-release-windows-x86_64 0.8.0 18.00 86.00 104.00 ERROR
r-oldrel-macos-arm64 0.8.0 28.00 OK
r-oldrel-macos-x86_64 0.8.0 46.00 OK
r-oldrel-windows-x86_64 0.8.0 12.00 89.00 101.00 ERROR

Check Details

Version: 0.8.0
Check: Rd \usage sections
Result: NOTE
    Documented arguments not in \usage in documentation object 'check_known_repos':
     ‘known_packages’
    
    Functions with \usage entries need to have the appropriate \alias
    entries, and all their arguments documented.
    The \usage entries must correspond to syntactically valid R code.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.8.0
Check: tests
Result: ERROR
     Running 'testthat.R' [9s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(httptest2)
     > library(hexFinder)
     >
     > test_check("hexFinder")
     No github personal access token provided.
     Limited search rates for github will apply.
     Set up github_pat environmental variable if you plan to query multiple repos in a short time
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-gather.R:76:5'): get_best_image ───────────────────────────────
     <purrr_error_indexed/rlang_error/error/condition>
     Error in `purrr::map(paths, function(entry) {
     info <- magick::image_info(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     dimentions <- sort(c(info$width, info$height))
     (dimentions[2]/dimentions[1])
     })`: i In index: 1.
     Caused by error:
     ! Rterm.exe: FailedToExecuteCommand `"inkscape" "D:/temp/RtmpINF7x7/magick-7dNjXL5gqT_QM-dVC007TNgFrALStgNR" --export-png="D:/temp/RtmpINF7x7/magick-F4siddno1KCOh0WjIAjR3I_NkqT3lbJV.png" --export-dpi="96" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpINF7x7/magick-SXBia3rrLE9uMwByp_1FMFv8xJoIMUaX" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
     Backtrace:
     ▆
     1. ├─testthat::expect_type(...) at test-gather.R:76:4
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─hexFinder:::get_best_image(...)
     5. │ ├─base::unlist(...)
     6. │ └─purrr::map(...)
     7. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
     8. │ ├─purrr:::with_indexed_errors(...)
     9. │ │ └─base::withCallingHandlers(...)
     10. │ ├─purrr:::call_with_cleanup(...)
     11. │ └─hexFinder (local) .f(.x[[i]], ...)
     12. │ ├─magick::image_info(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     13. │ │ └─magick:::assert_image(image)
     14. │ └─magick::image_read(glue("{download_endpoint}/{branch}/{entry$path}"))
     15. │ └─magick:::magick_image_readpath(path, density, depth, strip, defines)
     16. ├─base::stop(`<Mgck::ED>`)
     17. └─purrr (local) `<fn>`(`<Mgck::ED>`)
     18. └─cli::cli_abort(...)
     19. └─rlang::abort(...)
     ── Error ('test-gather.R:97:5'): keep_good_ratio_images ────────────────────────
     <purrr_error_indexed/rlang_error/error/condition>
     Error in `purrr::keep(paths, function(entry) {
     info <- magick::image_info(image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}"))))
     dimentions <- sort(c(info$width, info$height))
     aspect_ratio <- dimentions[2]/dimentions[1]
     if (aspect_ratio > 1.8) {
     return(FALSE)
     }
     if (aspect_ratio > 1.151 && aspect_ratio < 1.154) {
     return(TRUE)
     }
     if (info$width > 1279 || info$height > 1279) {
     return(FALSE)
     }
     return(TRUE)
     })`: i In index: 1.
     Caused by error:
     ! Rterm.exe: FailedToExecuteCommand `"inkscape" "D:/temp/RtmpINF7x7/magick-LMb10kK6MTx-9Eyj9Vpn40dRleFBEskC" --export-png="D:/temp/RtmpINF7x7/magick-bB3dGzUvOz1noO7nvCzFF8IlPDBfKwvu.png" --export-dpi="96" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpINF7x7/magick-WAD8klCJVnvNmP8cg4kE5ycv5EQskdfG" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
     Backtrace:
     ▆
     1. ├─testthat::expect_type(...) at test-gather.R:97:4
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─hexFinder:::keep_good_ratio_images(...)
     5. │ └─purrr::keep(...)
     6. │ └─purrr:::where_if(.x, .p, ...)
     7. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
     8. │ ├─purrr:::with_indexed_errors(...)
     9. │ │ └─base::withCallingHandlers(...)
     10. │ ├─purrr:::call_with_cleanup(...)
     11. │ └─purrr (local) .f(.x[[i]], ...)
     12. │ └─hexFinder (local) .fn(...)
     13. │ ├─magick::image_info(image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}"))))
     14. │ │ └─magick:::assert_image(image)
     15. │ ├─magick::image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     16. │ │ └─magick:::assert_image(image)
     17. │ └─magick::image_read(glue("{download_endpoint}/{branch}/{entry$path}"))
     18. │ └─magick:::magick_image_readpath(path, density, depth, strip, defines)
     19. ├─base::stop(`<Mgck::ED>`)
     20. └─purrr (local) `<fn>`(`<Mgck::ED>`)
     21. └─cli::cli_abort(...)
     22. └─rlang::abort(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.8.0
Check: tests
Result: ERROR
     Running 'testthat.R' [9s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(httptest2)
     > library(hexFinder)
     >
     > test_check("hexFinder")
     No github personal access token provided.
     Limited search rates for github will apply.
     Set up github_pat environmental variable if you plan to query multiple repos in a short time
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-gather.R:76:5'): get_best_image ───────────────────────────────
     <purrr_error_indexed/rlang_error/error/condition>
     Error in `purrr::map(paths, function(entry) {
     info <- magick::image_info(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     dimentions <- sort(c(info$width, info$height))
     (dimentions[2]/dimentions[1])
     })`: i In index: 1.
     Caused by error:
     ! Rterm.exe: FailedToExecuteCommand `"inkscape" "D:/temp/RtmpcLd9yi/magick--bvkBJ379hh3NOqxGsbA0-z7K5Uebzm4" --export-png="D:/temp/RtmpcLd9yi/magick-UwmxUoehZE4fikN_MysSsTxpAYxOYK51.png" --export-dpi="96" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpcLd9yi/magick-I_q0Up7GJ89P_LFrD7SIMgljp8KmErgc" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
     Backtrace:
     ▆
     1. ├─testthat::expect_type(...) at test-gather.R:76:4
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─hexFinder:::get_best_image(...)
     5. │ ├─base::unlist(...)
     6. │ └─purrr::map(...)
     7. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
     8. │ ├─purrr:::with_indexed_errors(...)
     9. │ │ └─base::withCallingHandlers(...)
     10. │ ├─purrr:::call_with_cleanup(...)
     11. │ └─hexFinder (local) .f(.x[[i]], ...)
     12. │ ├─magick::image_info(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     13. │ │ └─magick:::assert_image(image)
     14. │ └─magick::image_read(glue("{download_endpoint}/{branch}/{entry$path}"))
     15. │ └─magick:::magick_image_readpath(path, density, depth, strip, defines)
     16. ├─base::stop(`<Mgck::ED>`)
     17. └─purrr (local) `<fn>`(`<Mgck::ED>`)
     18. └─cli::cli_abort(...)
     19. └─rlang::abort(...)
     ── Error ('test-gather.R:97:5'): keep_good_ratio_images ────────────────────────
     <purrr_error_indexed/rlang_error/error/condition>
     Error in `purrr::keep(paths, function(entry) {
     info <- magick::image_info(image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}"))))
     dimentions <- sort(c(info$width, info$height))
     aspect_ratio <- dimentions[2]/dimentions[1]
     if (aspect_ratio > 1.8) {
     return(FALSE)
     }
     if (aspect_ratio > 1.151 && aspect_ratio < 1.154) {
     return(TRUE)
     }
     if (info$width > 1279 || info$height > 1279) {
     return(FALSE)
     }
     return(TRUE)
     })`: i In index: 1.
     Caused by error:
     ! Rterm.exe: FailedToExecuteCommand `"inkscape" "D:/temp/RtmpcLd9yi/magick-a3cZ3NZTcqTI7S-t-EcFIDOw2nEyKFyY" --export-png="D:/temp/RtmpcLd9yi/magick-eW7GXJuwTPhWLcUV3I7jNqIeuFiVsGFI.png" --export-dpi="96" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpcLd9yi/magick-3WHyACbZ6NkqqRSTPjTqgY248zXWx3ob" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
     Backtrace:
     ▆
     1. ├─testthat::expect_type(...) at test-gather.R:97:4
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─hexFinder:::keep_good_ratio_images(...)
     5. │ └─purrr::keep(...)
     6. │ └─purrr:::where_if(.x, .p, ...)
     7. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
     8. │ ├─purrr:::with_indexed_errors(...)
     9. │ │ └─base::withCallingHandlers(...)
     10. │ ├─purrr:::call_with_cleanup(...)
     11. │ └─purrr (local) .f(.x[[i]], ...)
     12. │ └─hexFinder (local) .fn(...)
     13. │ ├─magick::image_info(image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}"))))
     14. │ │ └─magick:::assert_image(image)
     15. │ ├─magick::image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     16. │ │ └─magick:::assert_image(image)
     17. │ └─magick::image_read(glue("{download_endpoint}/{branch}/{entry$path}"))
     18. │ └─magick:::magick_image_readpath(path, density, depth, strip, defines)
     19. ├─base::stop(`<Mgck::ED>`)
     20. └─purrr (local) `<fn>`(`<Mgck::ED>`)
     21. └─cli::cli_abort(...)
     22. └─rlang::abort(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.8.0
Check: tests
Result: ERROR
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(httptest2)
     > library(hexFinder)
     >
     > test_check("hexFinder")
     No github personal access token provided.
     Limited search rates for github will apply.
     Set up github_pat environmental variable if you plan to query multiple repos in a short time
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-gather.R:76:5'): get_best_image ───────────────────────────────
     <purrr_error_indexed/rlang_error/error/condition>
     Error in `purrr::map(paths, function(entry) {
     info <- magick::image_info(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     dimentions <- sort(c(info$width, info$height))
     (dimentions[2]/dimentions[1])
     })`: i In index: 1.
     Caused by error:
     ! Rterm.exe: FailedToExecuteCommand `"inkscape" "D:/temp/RtmpMBzDA6/magick-guWD46IwsZQSnA_qWSczNvzNa2wH2EZo" --export-png="D:/temp/RtmpMBzDA6/magick-yeNPszc_k10kxduSbGSRf1bcvzCkCPzt.png" --export-dpi="96" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpMBzDA6/magick-hyT3yRHCyCDVXNYsdtEBdka_QF9G33hs" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
     Backtrace:
     ▆
     1. ├─testthat::expect_type(...) at test-gather.R:76:4
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─hexFinder:::get_best_image(...)
     5. │ ├─base::unlist(...)
     6. │ └─purrr::map(...)
     7. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
     8. │ ├─purrr:::with_indexed_errors(...)
     9. │ │ └─base::withCallingHandlers(...)
     10. │ ├─purrr:::call_with_cleanup(...)
     11. │ └─hexFinder (local) .f(.x[[i]], ...)
     12. │ ├─magick::image_info(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     13. │ │ └─magick:::assert_image(image)
     14. │ └─magick::image_read(glue("{download_endpoint}/{branch}/{entry$path}"))
     15. │ └─magick:::magick_image_readpath(path, density, depth, strip, defines)
     16. ├─base::stop(`<Mgck::ED>`)
     17. └─purrr (local) `<fn>`(`<Mgck::ED>`)
     18. └─cli::cli_abort(...)
     19. └─rlang::abort(...)
     ── Error ('test-gather.R:97:5'): keep_good_ratio_images ────────────────────────
     <purrr_error_indexed/rlang_error/error/condition>
     Error in `purrr::keep(paths, function(entry) {
     info <- magick::image_info(image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}"))))
     dimentions <- sort(c(info$width, info$height))
     aspect_ratio <- dimentions[2]/dimentions[1]
     if (aspect_ratio > 1.8) {
     return(FALSE)
     }
     if (aspect_ratio > 1.151 && aspect_ratio < 1.154) {
     return(TRUE)
     }
     if (info$width > 1279 || info$height > 1279) {
     return(FALSE)
     }
     return(TRUE)
     })`: i In index: 1.
     Caused by error:
     ! Rterm.exe: FailedToExecuteCommand `"inkscape" "D:/temp/RtmpMBzDA6/magick-NzLAb0lbItshqAJZBsS2Ue61FCnDDFEY" --export-png="D:/temp/RtmpMBzDA6/magick-vGjEOLvYh5YXO2jXIlu4AEPsu1TpWIWz.png" --export-dpi="96" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpMBzDA6/magick-KiYIn3jkNS9H8M0zTnhgFinGu9DpBXxb" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
     Backtrace:
     ▆
     1. ├─testthat::expect_type(...) at test-gather.R:97:4
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─hexFinder:::keep_good_ratio_images(...)
     5. │ └─purrr::keep(...)
     6. │ └─purrr:::where_if(.x, .p, ...)
     7. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
     8. │ ├─purrr:::with_indexed_errors(...)
     9. │ │ └─base::withCallingHandlers(...)
     10. │ ├─purrr:::call_with_cleanup(...)
     11. │ └─purrr (local) .f(.x[[i]], ...)
     12. │ └─hexFinder (local) .fn(...)
     13. │ ├─magick::image_info(image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}"))))
     14. │ │ └─magick:::assert_image(image)
     15. │ ├─magick::image_trim(image_read(glue("{download_endpoint}/{branch}/{entry$path}")))
     16. │ │ └─magick:::assert_image(image)
     17. │ └─magick::image_read(glue("{download_endpoint}/{branch}/{entry$path}"))
     18. │ └─magick:::magick_image_readpath(path, density, depth, strip, defines)
     19. ├─base::stop(`<Mgck::ED>`)
     20. └─purrr (local) `<fn>`(`<Mgck::ED>`)
     21. └─cli::cli_abort(...)
     22. └─rlang::abort(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-x86_64