CRAN Package Check Results for Package bitsqueezr

Last updated on 2023-04-05 10:51:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.73 23.32 26.05 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 1.94 18.51 20.45 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 34.22 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 32.35 ERROR
r-devel-windows-x86_64 0.1.1 17.00 66.00 83.00 ERROR
r-patched-linux-x86_64 0.1.1 2.51 22.80 25.31 ERROR
r-release-linux-x86_64 0.1.1 1.99 25.51 27.50 NOTE
r-release-macos-arm64 0.1.1 20.00 NOTE
r-release-macos-x86_64 0.1.1 24.00 NOTE
r-release-windows-x86_64 0.1.1 11.00 55.00 66.00 NOTE
r-oldrel-macos-arm64 0.1.1 19.00 NOTE
r-oldrel-macos-x86_64 0.1.1 29.00 NOTE
r-oldrel-windows-ix86+x86_64 0.1.1 9.00 65.00 74.00 NOTE

Check Details

Version: 0.1.1
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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, r-patched-linux-x86_64, r-release-linux-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

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘bitsqueezr-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: bits_as_string
    > ### Title: Generate a text representation of the bits in a double
    > ### Aliases: bits_as_string
    >
    > ### ** Examples
    >
    > # Output binary representation of pi
    > bits_as_string(pi)
    Error in bits_as_string(pi) : DLL requires the use of native symbols
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bitsqueezr)
     >
     > test_check("bitsqueezr")
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_bitsqueezr.R:8:3'): Zero values are left alone ─────────────────
     Error in `squeeze_bits(0, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(0, squeeze_bits(0, 1, method = "trim")) at test_bitsqueezr.R:8:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(0, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:13:3'): Infinite values are left alone ────────────
     Error in `squeeze_bits(Inf, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(Inf, squeeze_bits(Inf, 1, method = "trim")) at test_bitsqueezr.R:13:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(Inf, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:20:3'): NA values are left alone ──────────────────
     Error in `squeeze_bits(NA_real_, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(NA_real_, squeeze_bits(NA_real_, 1, method = "trim")) at test_bitsqueezr.R:20:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(NA_real_, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:29:3'): We ignore trimming when the tolerance is too small ──
     Error in `squeeze_bits(z, 3, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_bitsqueezr.R:29:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(z, 3, method = "trim", decimal = TRUE)
     ── Error ('test_bitsqueezr.R:37:5'): Trimmed values biased low and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = FALSE) at test_bitsqueezr.R:37:4
     ── Error ('test_bitsqueezr.R:46:5'): Values can be trimmed using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = TRUE) at test_bitsqueezr.R:46:4
     ── Error ('test_bitsqueezr.R:55:5'): Values can be padded using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = TRUE) at test_bitsqueezr.R:55:4
     ── Error ('test_bitsqueezr.R:64:5'): Padded values biased high and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = FALSE) at test_bitsqueezr.R:64:4
     ── Error ('test_bitsqueezr.R:72:5'): Groomed values are within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "groom", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "groom", decimal = FALSE) at test_bitsqueezr.R:72:4
    
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     Loading required namespace: cli
     > library(bitsqueezr)
     >
     > test_check("bitsqueezr")
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_bitsqueezr.R:8:3'): Zero values are left alone ─────────────────
     Error in `squeeze_bits(0, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(0, squeeze_bits(0, 1, method = "trim")) at test_bitsqueezr.R:8:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(0, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:13:3'): Infinite values are left alone ────────────
     Error in `squeeze_bits(Inf, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(Inf, squeeze_bits(Inf, 1, method = "trim")) at test_bitsqueezr.R:13:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(Inf, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:20:3'): NA values are left alone ──────────────────
     Error in `squeeze_bits(NA_real_, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(NA_real_, squeeze_bits(NA_real_, 1, method = "trim")) at test_bitsqueezr.R:20:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(NA_real_, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:29:3'): We ignore trimming when the tolerance is too small ──
     Error in `squeeze_bits(z, 3, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_bitsqueezr.R:29:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(z, 3, method = "trim", decimal = TRUE)
     ── Error ('test_bitsqueezr.R:37:5'): Trimmed values biased low and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = FALSE) at test_bitsqueezr.R:37:4
     ── Error ('test_bitsqueezr.R:46:5'): Values can be trimmed using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = TRUE) at test_bitsqueezr.R:46:4
     ── Error ('test_bitsqueezr.R:55:5'): Values can be padded using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = TRUE) at test_bitsqueezr.R:55:4
     ── Error ('test_bitsqueezr.R:64:5'): Padded values biased high and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = FALSE) at test_bitsqueezr.R:64:4
     ── Error ('test_bitsqueezr.R:72:5'): Groomed values are within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "groom", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "groom", decimal = FALSE) at test_bitsqueezr.R:72:4
    
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘bitsqueezr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: bits_as_string
    > ### Title: Generate a text representation of the bits in a double
    > ### Aliases: bits_as_string
    >
    > ### ** Examples
    >
    > # Output binary representation of pi
    > bits_as_string(pi)
    Error in bits_as_string(pi) : DLL requires the use of native symbols
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bitsqueezr)
     >
     > test_check("bitsqueezr")
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_bitsqueezr.R:8:3'): Zero values are left alone ─────────────────
     Error in `squeeze_bits(0, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(0, squeeze_bits(0, 1, method = "trim")) at test_bitsqueezr.R:8:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(0, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:13:3'): Infinite values are left alone ────────────
     Error in `squeeze_bits(Inf, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(Inf, squeeze_bits(Inf, 1, method = "trim")) at test_bitsqueezr.R:13:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(Inf, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:20:3'): NA values are left alone ──────────────────
     Error in `squeeze_bits(NA_real_, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(NA_real_, squeeze_bits(NA_real_, 1, method = "trim")) at test_bitsqueezr.R:20:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(NA_real_, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:29:3'): We ignore trimming when the tolerance is too small ──
     Error in `squeeze_bits(z, 3, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_bitsqueezr.R:29:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(z, 3, method = "trim", decimal = TRUE)
     ── Error ('test_bitsqueezr.R:37:5'): Trimmed values biased low and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = FALSE) at test_bitsqueezr.R:37:4
     ── Error ('test_bitsqueezr.R:46:5'): Values can be trimmed using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = TRUE) at test_bitsqueezr.R:46:4
     ── Error ('test_bitsqueezr.R:55:5'): Values can be padded using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = TRUE) at test_bitsqueezr.R:55:4
     ── Error ('test_bitsqueezr.R:64:5'): Padded values biased high and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = FALSE) at test_bitsqueezr.R:64:4
     ── Error ('test_bitsqueezr.R:72:5'): Groomed values are within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "groom", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "groom", decimal = FALSE) at test_bitsqueezr.R:72:4
    
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(bitsqueezr)
     >
     > test_check("bitsqueezr")
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_bitsqueezr.R:8:3'): Zero values are left alone ─────────────────
     Error in `squeeze_bits(0, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(0, squeeze_bits(0, 1, method = "trim")) at test_bitsqueezr.R:8:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(0, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:13:3'): Infinite values are left alone ────────────
     Error in `squeeze_bits(Inf, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(Inf, squeeze_bits(Inf, 1, method = "trim")) at test_bitsqueezr.R:13:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(Inf, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:20:3'): NA values are left alone ──────────────────
     Error in `squeeze_bits(NA_real_, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(NA_real_, squeeze_bits(NA_real_, 1, method = "trim")) at test_bitsqueezr.R:20:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(NA_real_, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:29:3'): We ignore trimming when the tolerance is too small ──
     Error in `squeeze_bits(z, 3, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_bitsqueezr.R:29:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(z, 3, method = "trim", decimal = TRUE)
     ── Error ('test_bitsqueezr.R:37:5'): Trimmed values biased low and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = FALSE) at test_bitsqueezr.R:37:4
     ── Error ('test_bitsqueezr.R:46:5'): Values can be trimmed using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = TRUE) at test_bitsqueezr.R:46:4
     ── Error ('test_bitsqueezr.R:55:5'): Values can be padded using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = TRUE) at test_bitsqueezr.R:55:4
     ── Error ('test_bitsqueezr.R:64:5'): Padded values biased high and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = FALSE) at test_bitsqueezr.R:64:4
     ── Error ('test_bitsqueezr.R:72:5'): Groomed values are within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "groom", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "groom", decimal = FALSE) at test_bitsqueezr.R:72:4
    
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bitsqueezr)
     >
     > test_check("bitsqueezr")
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_bitsqueezr.R:8:3'): Zero values are left alone ─────────────────
     Error in `squeeze_bits(0, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(0, squeeze_bits(0, 1, method = "trim")) at test_bitsqueezr.R:8:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(0, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:13:3'): Infinite values are left alone ────────────
     Error in `squeeze_bits(Inf, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(Inf, squeeze_bits(Inf, 1, method = "trim")) at test_bitsqueezr.R:13:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(Inf, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:20:3'): NA values are left alone ──────────────────
     Error in `squeeze_bits(NA_real_, 1, method = "trim")`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(NA_real_, squeeze_bits(NA_real_, 1, method = "trim")) at test_bitsqueezr.R:20:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(NA_real_, 1, method = "trim")
     ── Error ('test_bitsqueezr.R:29:3'): We ignore trimming when the tolerance is too small ──
     Error in `squeeze_bits(z, 3, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_bitsqueezr.R:29:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─bitsqueezr::squeeze_bits(z, 3, method = "trim", decimal = TRUE)
     ── Error ('test_bitsqueezr.R:37:5'): Trimmed values biased low and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = FALSE) at test_bitsqueezr.R:37:4
     ── Error ('test_bitsqueezr.R:46:5'): Values can be trimmed using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "trim", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "trim", decimal = TRUE) at test_bitsqueezr.R:46:4
     ── Error ('test_bitsqueezr.R:55:5'): Values can be padded using a decimal digits tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = TRUE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = TRUE) at test_bitsqueezr.R:55:4
     ── Error ('test_bitsqueezr.R:64:5'): Padded values biased high and within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "pad", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "pad", decimal = FALSE) at test_bitsqueezr.R:64:4
     ── Error ('test_bitsqueezr.R:72:5'): Groomed values are within specified tolerance ──
     Error in `squeeze_bits(x, i, method = "groom", decimal = FALSE)`: DLL requires the use of native symbols
     Backtrace:
     ▆
     1. └─bitsqueezr::squeeze_bits(x, i, method = "groom", decimal = FALSE) at test_bitsqueezr.R:72:4
    
     [ FAIL 9 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64