* using log directory ‘/Volumes/Builds/packages/big-sur-arm64/results/4.5/OwenQ.Rcheck’
* using R Under development (unstable) (2025-01-24 r87627)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.4
* using session charset: UTF-8
* checking for file ‘OwenQ/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘OwenQ’ version ‘1.0.7’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘OwenQ’ can be installed ... [16s/18s] OK
See 'https://www.r-project.org/nosvn/R.check/r-devel-macos-arm64/OwenQ-00install.html' for details.
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking C++ specification ... OK
* checking installed package size ... INFO
  installed size is 10.2Mb
  sub-directories of 1Mb or more:
    libs   9.5Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... [0s/0s] OK
* checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
* checking whether the package can be unloaded cleanly ... [0s/0s] OK
* checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
* checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
* checking loading without being on the library search path ... [0s/0s] OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [1s/1s] OK
* checking Rd files ... [0s/0s] OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [0s/0s] OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... [1s/2s] ERROR
  Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(OwenQ)
  > 
  > test_check("OwenQ")
  [ FAIL 4 | WARN 0 | SKIP 3 | PASS 288 ]
  
  ══ Skipped tests (3) ═══════════════════════════════════════════════════════════
  • On Mac (3): 'test-OwenQ2_algo1.R:6:3', 'test-OwenQ2_algo2.R:6:3',
    'test-ptOwen.R:24:3'
  
  ══ 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: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: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)
  
  [ FAIL 4 | WARN 0 | SKIP 3 | PASS 288 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [49s/57s] OK
* checking PDF version of manual ... [4s/4s] OK
* DONE
Status: 1 ERROR
* using check arguments '--no-clean-on-error '

* elapsed time (check, wall clock): 1:35