* using log directory ‘/Users/ripley/R/packages/tests-devel/PCICt.Rcheck’ * using R Under development (unstable) (2025-04-11 r88138) * using platform: aarch64-apple-darwin24.4.0 * R was compiled by Apple clang version 17.0.0 (clang-1700.0.13.3) GNU Fortran (GCC) 14.2.0 * running under: macOS Sequoia 15.4 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘PCICt/DESCRIPTION’ ... OK * this is package ‘PCICt’ version ‘0.5-4.4’ * 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 ‘PCICt’ can be installed ... OK * used C compiler: ‘Apple clang version 17.0.0 (clang-1700.0.13.3)’ * used SDK: ‘MacOSX15.4.sdk’ * checking installed package size ... OK * checking package 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... 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 ... OK * checking Rd files ... 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 pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ...sh: line 1: 52596 Trace/BPT trap: 5 LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/Users/ripley/R/R-devel/bin/R' --vanilla > 'PCICt-Ex.Rout' 2>&1 < 'PCICt-Ex.R' ERROR Running examples in ‘PCICt-Ex.R’ failed The error most likely occurred in: > ### Name: as.PCICt > ### Title: PCICt > ### Aliases: as.PCICt as.PCICt.default as.PCICt.POSIXlt as.PCICt.POSIXct > ### as.PCICt.numeric .PCICt as.POSIXct.PCICt as.POSIXlt.PCICt > ### as.character.PCICt > ### Keywords: ts > > ### ** Examples > > ## Convert these strings to PCICt objects. > x <- as.PCICt(c("1961-09-02", "1963-02-01"), cal="360_day") * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘bootstrap.R’/Users/ripley/R/R-devel/bin/BATCH: line 60: 52650 Trace/BPT trap: 5 ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1 Running ‘test_functions.R’ ERROR Running the tests in ‘tests/bootstrap.R’ failed. Complete output: > > if(require("RUnit", quietly=TRUE)) { + ## Run all the tests + wd <- getwd() + testsuite <- defineTestSuite("PCICt", dirs=wd, testFileRegexp = "^test_functions.R$", testFuncRegexp = "^PCICt.test.+") + PCICt.test.result <- runTestSuite(testsuite, useOwnErrorHandler=F) + printTextProtocol(PCICt.test.result) + } Executing test function PCICt.test.as.PCICt ... * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs See ‘/Users/ripley/R/packages/tests-devel/PCICt.Rcheck/00check.log’ for details. 18.54 real 9.24 user 5.53 sys