CRAN Package Check Results for Package OwenQ

Last updated on 2024-12-22 08:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 41.70 201.80 243.50 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.7 34.88 105.71 140.59 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.7 442.10 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.7 452.46 OK
r-devel-windows-x86_64 1.0.7 47.00 190.00 237.00 ERROR
r-patched-linux-x86_64 1.0.7 49.65 194.62 244.27 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 48.00 190.00 238.00 OK
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 56.00 282.00 338.00 ERROR

Check Details

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/6s] 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/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-devel-linux-x86_64-debian-gcc

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/15s] 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-fedora-clang

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 Flavor: r-devel-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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.