CRAN Package Check Results for Package av

Last updated on 2023-03-22 06:55:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.3 5.73 29.84 35.57 ERROR
r-devel-linux-x86_64-debian-gcc 0.8.3 4.25 23.54 27.79 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.3 106.42 OK
r-devel-linux-x86_64-fedora-gcc 0.8.3 104.30 OK
r-devel-windows-x86_64 0.8.3 62.00 217.00 279.00 NOTE
r-patched-linux-x86_64 0.8.3 5.04 73.16 78.20 OK
r-release-linux-x86_64 0.8.3 4.83 72.52 77.35 OK
r-release-macos-arm64 0.8.3 43.00 NOTE
r-release-macos-x86_64 0.8.3 66.00 NOTE
r-release-windows-x86_64 0.8.3 76.00 212.00 288.00 NOTE
r-oldrel-macos-arm64 0.8.3 46.00 NOTE
r-oldrel-macos-x86_64 0.8.3 70.00 NOTE
r-oldrel-windows-ix86+x86_64 0.8.3 46.00 312.00 358.00 NOTE

Check Details

Version: 0.8.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(av)
     >
     > if (ps::ps_is_supported()) {
     + # This sometimes has false positives on MacOS https://github.com/r-lib/ps/issues/90
     + reporter <- ps::CleanupReporter(testthat::CheckReporter)$new(proc_cleanup = FALSE, proc_fail = FALSE, conn_fail = FALSE)
     + test_check("av", reporter = reporter)
     + } else {
     + test_check("av")
     + }
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-audio.R:5:1'): (code run outside of `test_that()`) ─────────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-audio.R:5:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
     ── Error ('test-fft.R:5:1'): (code run outside of `test_that()`) ───────────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-fft.R:5:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
     ── Error ('test-formats.R:3:1'): (code run outside of `test_that()`) ───────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-formats.R:3:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
     ── Error ('test-video.R:3:1'): (code run outside of `test_that()`) ─────────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-video.R:3:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(av)
     >
     > if (ps::ps_is_supported()) {
     + # This sometimes has false positives on MacOS https://github.com/r-lib/ps/issues/90
     + reporter <- ps::CleanupReporter(testthat::CheckReporter)$new(proc_cleanup = FALSE, proc_fail = FALSE, conn_fail = FALSE)
     + test_check("av", reporter = reporter)
     + } else {
     + test_check("av")
     + }
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-audio.R:5:1'): (code run outside of `test_that()`) ─────────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-audio.R:5:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
     ── Error ('test-fft.R:5:1'): (code run outside of `test_that()`) ───────────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-fft.R:5:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
     ── Error ('test-formats.R:3:1'): (code run outside of `test_that()`) ───────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-formats.R:3:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
     ── Error ('test-video.R:3:1'): (code run outside of `test_that()`) ─────────────
     Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─testthat::test_that(...) at test-video.R:3:0
     2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
     3. └─reporter$start_test(context = reporter$.context, test = test)
     4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
     5. └─base::lapply(objects, f)
     6. └─testthat (local) FUN(X[[i]], ...)
     7. └─x$start_test(...)
     8. └─ps::ps_connections(ps_handle())
     9. └─ps:::psl_connections(p)
     10. └─ps:::not_null(.Call("psll_connections", p))
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.3
Check: installed package size
Result: NOTE
     installed size is 29.3Mb
     sub-directories of 1Mb or more:
     libs 28.5Mb
Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64