CRAN Package Check Results for Package RcppProgress

Last updated on 2024-10-19 07:51:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.2 1.16 103.87 105.03 OK
r-devel-linux-x86_64-debian-gcc 0.4.2 1.01 73.81 74.82 OK
r-devel-linux-x86_64-fedora-clang 0.4.2 180.01 OK
r-devel-linux-x86_64-fedora-gcc 0.4.2 170.63 OK
r-devel-windows-x86_64 0.4.2 2.00 44.00 46.00 ERROR
r-patched-linux-x86_64 0.4.2 1.18 97.39 98.57 OK
r-release-linux-x86_64 0.4.2 1.10 96.98 98.08 OK
r-release-macos-arm64 0.4.2 81.00 OK
r-release-macos-x86_64 0.4.2 95.00 OK
r-release-windows-x86_64 0.4.2 5.00 55.00 60.00 ERROR
r-oldrel-macos-arm64 0.4.2 82.00 OK
r-oldrel-macos-x86_64 0.4.2 125.00 OK
r-oldrel-windows-x86_64 0.4.2 2.00 137.00 139.00 OK

Check Details

Version: 0.4.2
Check: tests
Result: ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(RcppProgress) > > test_check("RcppProgress") [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg_examples.R:8:1'): test_sequential ──────────────────────── `test_sequential(nb = 500)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .test_sequential() 2. ├─testthat::expect_error(test_sequential(nb = 500), NA) at test-pkg_examples.R:6:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global test_sequential(nb = 500) 8. └─global load_my_example_pkg(pkg, ...) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) ── Failure ('test-pkg_examples.R:15:1'): test_multithreaded ──────────────────── `test_multithreaded(nb = 1000, threads = 4)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .test_multithreaded() 2. ├─testthat::expect_error(...) at test-pkg_examples.R:13:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global test_multithreaded(nb = 1000, threads = 4) 8. └─global load_my_example_pkg(pkg, ...) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) ── Failure ('test-pkg_examples.R:22:1'): amardillo_multithreaded ─────────────── `amardillo_multithreaded(nb = 1000, threads = 4)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .amardillo_multithreaded() 2. ├─testthat::expect_error(...) at test-pkg_examples.R:20:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global amardillo_multithreaded(nb = 1000, threads = 4) 8. └─global load_my_example_pkg(pkg, ...) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) ── Failure ('test-pkg_examples.R:30:1'): eta_progress_bar ────────────────────── `eta_progress_bar(nb = 1000)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .eta_progress_bar() 2. ├─testthat::expect_error(eta_progress_bar(nb = 1000), NA) at test-pkg_examples.R:28:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global eta_progress_bar(nb = 1000) 8. └─global load_my_example_pkg(pkg) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.4.2
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(RcppProgress) > > test_check("RcppProgress") [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg_examples.R:8:1'): test_sequential ──────────────────────── `test_sequential(nb = 500)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .test_sequential() 2. ├─testthat::expect_error(test_sequential(nb = 500), NA) at test-pkg_examples.R:6:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global test_sequential(nb = 500) 8. └─global load_my_example_pkg(pkg, ...) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) ── Failure ('test-pkg_examples.R:15:1'): test_multithreaded ──────────────────── `test_multithreaded(nb = 1000, threads = 4)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .test_multithreaded() 2. ├─testthat::expect_error(...) at test-pkg_examples.R:13:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global test_multithreaded(nb = 1000, threads = 4) 8. └─global load_my_example_pkg(pkg, ...) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) ── Failure ('test-pkg_examples.R:22:1'): amardillo_multithreaded ─────────────── `amardillo_multithreaded(nb = 1000, threads = 4)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .amardillo_multithreaded() 2. ├─testthat::expect_error(...) at test-pkg_examples.R:20:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global amardillo_multithreaded(nb = 1000, threads = 4) 8. └─global load_my_example_pkg(pkg, ...) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) ── Failure ('test-pkg_examples.R:30:1'): eta_progress_bar ────────────────────── `eta_progress_bar(nb = 1000)` threw an error. Message: Could not find tools necessary to compile a package Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem. Class: simpleError/error/condition Backtrace: ▆ 1. └─RcppProgress (local) .eta_progress_bar() 2. ├─testthat::expect_error(eta_progress_bar(nb = 1000), NA) at test-pkg_examples.R:28:3 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─global eta_progress_bar(nb = 1000) 8. └─global load_my_example_pkg(pkg) 9. └─devtools::load_all(path, quiet = TRUE, ...) 10. └─pkgload::load_all(...) 11. └─pkgbuild::compile_dll(path, quiet = quiet) 12. └─pkgbuild::check_build_tools(quiet = TRUE) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64