CRAN Package Check Results for Package OwenQ

Last updated on 2024-12-26 01:50:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 43.01 202.29 245.30 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.7 34.59 104.13 138.72 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.7 421.27 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.7 423.59 ERROR
r-devel-windows-x86_64 1.0.7 47.00 189.00 236.00 ERROR
r-patched-linux-x86_64 1.0.7 48.38 194.91 243.29 ERROR
r-release-linux-x86_64 1.0.7 48.10 193.01 241.11 ERROR
r-release-macos-arm64 1.0.7 82.00 NOTE
r-release-macos-x86_64 1.0.7 141.00 NOTE
r-release-windows-x86_64 1.0.7 47.00 191.00 238.00 ERROR
r-oldrel-macos-arm64 1.0.7 104.00 NOTE
r-oldrel-macos-x86_64 1.0.7 355.00 NOTE
r-oldrel-windows-x86_64 1.0.7 55.00 266.00 321.00 ERROR

Check Details

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(OwenQ) > > test_check("OwenQ") [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-OwenQ1_algo1.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo1.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ1_algo2.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo2.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ2_algo1.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo1.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo1.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo1.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo1.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo2.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo2.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo2.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-ptOwen.R:25:3'): ptOwen = Q2 for R=0 ─────────────────────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-ptOwen.R:25:3 2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(5, 2, 1.5, 0) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(OwenQ) > > test_check("OwenQ") [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-OwenQ1_algo1.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo1.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ1_algo2.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo2.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ2_algo1.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo1.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo1.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo1.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo1.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo2.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo2.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo2.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-ptOwen.R:25:3'): ptOwen = Q2 for R=0 ─────────────────────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-ptOwen.R:25:3 2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(5, 2, 1.5, 0) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(OwenQ) > > test_check("OwenQ") [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-OwenQ1_algo1.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo1.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ1_algo2.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo2.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ2_algo1.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo1.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo1.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo1.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo1.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo2.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo2.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo2.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-ptOwen.R:25:3'): ptOwen = Q2 for R=0 ─────────────────────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-ptOwen.R:25:3 2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(5, 2, 1.5, 0) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.7
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(OwenQ) > > test_check("OwenQ") [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-OwenQ1_algo1.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo1.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ1_algo2.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo2.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ2_algo1.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo1.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo1.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo1.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo1.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo2.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo2.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo2.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-ptOwen.R:25:3'): ptOwen = Q2 for R=0 ─────────────────────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-ptOwen.R:25:3 2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(5, 2, 1.5, 0) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] Error: Test failures Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(OwenQ) > > test_check("OwenQ") [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-OwenQ1_algo1.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo1.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ1_algo2.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo2.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ2_algo1.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo1.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo1.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo1.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo1.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo2.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo2.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo2.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-ptOwen.R:25:3'): ptOwen = Q2 for R=0 ─────────────────────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got -nan Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-ptOwen.R:25:3 2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(5, 2, 1.5, 0) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] Error: Test failures Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.7
Check: installed package size
Result: NOTE installed size is 10.1Mb sub-directories of 1Mb or more: libs 9.5Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.0.7
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(OwenQ) > > test_check("OwenQ") [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-OwenQ1_algo1.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo1.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ1_algo2.R:14:3'): OwenQ1 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ1_algo2.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ1(nu, t, delta, R) 5. └─OwenQ:::RcppOwenQ1(nu, t, delta[i], R[i], algo = algo) ── Error ('test-OwenQ2_algo1.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo1.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo1.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo1.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo1.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:7:25'): OwenQ2 for R=0 equals ptOwen ──────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. └─base::sapply(...) at test-OwenQ2_algo2.R:7:3 2. └─base::lapply(X = X, FUN = FUN, ...) 3. └─OwenQ (local) FUN(X[[i]], ...) 4. └─OwenQ::OwenQ2(nu = nu, t = 2, delta = 2, R = 0, algo) at test-OwenQ2_algo2.R:7:25 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-OwenQ2_algo2.R:15:3'): OwenQ2 is correctly vectorized ────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-OwenQ2_algo2.R:15:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(nu, t, delta, R, algo) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) ── Error ('test-ptOwen.R:25:3'): ptOwen = Q2 for R=0 ─────────────────────────── <boost::wrapexcept<std::domain_error>/C++Error/error/condition> Error: Error in function boost::math::erf<long double>(long double): Expected a finite argument but got nan Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-ptOwen.R:25:3 2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─OwenQ::OwenQ2(5, 2, 1.5, 0) 5. └─OwenQ:::RcppOwenQ2(nu, t, delta[i], R[i], algo) [ FAIL 7 | WARN 0 | SKIP 0 | PASS 288 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64