CRAN Package Check Results for Package OwenQ

Last updated on 2024-12-20 00:48:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 41.48 202.24 243.72 OK
r-devel-linux-x86_64-debian-gcc 1.0.7 33.28 104.50 137.78 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.7 399.82 OK
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 46.90 190.73 237.63 OK
r-release-linux-x86_64 1.0.7 47.79 192.09 239.88 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 59.00 281.00 340.00 OK

Check Details

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/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-linux-x86_64-debian-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 Flavor: r-devel-windows-x86_64

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