* using log directory ‘/Volumes/Builds/packages/sonoma-arm64/results/4.6/wrictools.Rcheck’ * using R version 4.6.1 Patched (2026-08-26 r90448) * using platform: aarch64-apple-darwin23 * R was compiled by Apple clang version 17.0.0 (clang-1700.3.19.1) GNU Fortran (GCC) 14.2.0 * running under: macOS Sequoia 15.7.1 * using session charset: UTF-8 * current time: 2026-09-04 03:53:48 UTC * checking for file ‘wrictools/DESCRIPTION’ ... OK * this is package ‘wrictools’ version ‘1.0.1’ * 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 ‘wrictools’ can be installed ... [2s/2s] OK See 'https://www.r-project.org/nosvn/R.check/r-release-macos-arm64/wrictools-00install.html' for details. * checking installed package size ... OK * 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 ... [2s/2s] 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [2s/1s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [3s/3s] ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(wrictools) > > test_check("wrictools") Starting time for room 1 is 2023-11-13 21:14:22 and end 2023-11-14 08:47:48 and for room 2 start is 2023-11-13 21:14:22 and end 2023-11-14 08:51:36 Starting time for room 1 is 2023-11-13 21:14:22 and end 2023-11-14 08:47:48 and for room 2 start is 2023-11-13 21:14:22 and end 2023-11-14 08:51:36 Saving _problems/test-processing-416.R variable mean sd min max slope 1 VO2 356.7205 100.54488 -29.90960 786.6187 0.002766024 2 VCO2 298.4697 87.95359 -45.17043 674.9738 0.002499467 variable mean sd min max slope 1 VO2 332.0050 122.09571 -500.9322 708.2423 0.001944661 2 VCO2 267.9337 99.32789 -413.3808 565.4705 0.001476097 variable mean sd min max slope 1 VO2 47.500000 7.745967 30 62 -0.0096304348 2 VCO2 8.791667 1.052086 7 10 -0.0005289855 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 79 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-processing.R:416:3'): extract_protocol_events works for old and new software ── Expected `as.character(first_entry_v2$timestamp)` to equal "2026-01-14 11:58:01". Differences: `actual`: "2026-01-13 11:58:01" `expected`: "2026-01-14 11:58:01" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 79 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [7s/7s] ERROR Error(s) in re-building vignettes: --- re-building ‘RedCAP.Rmd’ using rmarkdown --- finished re-building ‘RedCAP.Rmd’ --- re-building ‘test_analysis.Rmd’ using rmarkdown --- finished re-building ‘test_analysis.Rmd’ --- re-building ‘wrictools.Rmd’ using rmarkdown preprocess_wric_file package:wrictools R Documentation _P_r_e_p_r_o_c_e_s_s_e_s _a _w_r_i_c _d_a_t_a _f_i_l_e, _e_x_t_r_a_c_t_i_n_g _m_e_t_a_d_a_t_a, _c_r_e_a_t_i_n_g _D_a_t_a_F_r_a_m_e_s, _a_n_d _o_p_t_i_o_n_a_l_l_y _s_a_v_i_n_g _r_e_s_u_l_t_s. _D_e_s_c_r_i_p_t_i_o_n: Preprocesses a wric data file, extracting metadata, creating DataFrames, and optionally saving results. _U_s_a_g_e: preprocess_wric_file( filepath, code = "id", manual = NULL, save_csv = FALSE, path_to_save = NULL, combine = TRUE, method = "mean", start = NULL, end = NULL, notefilepath = NULL, keywords_dict = NULL, entry_exit_dict = NULL ) _A_r_g_u_m_e_n_t_s: filepath: Path to the wric .txt file. code: Method for generating subject IDs ("id", "id+comment", "study+id" (only for software v2), or "manual"). manual: Custom codes for subjects in Room 1 and Room 2 if 'code' is "manual". save_csv: Logical, whether to save extracted metadata and data to CSV files. path_to_save: Directory path for saving CSV files, NULL uses the current directory. combine: Logical, whether to combine S1 and S2 measurements. method: Method for combining measurements ("mean", "median", "s1", "s2", "min", "max"). start: character or POSIXct or NULL, rows before this will be removed, if NULL takes first row e.g "2023-11-13 11:43:00" end: character or POSIXct or NULL, rows after this will be removed, if NULL takes last row e.g "2023-11-13 11:43:00" notefilepath: String, Directory path of the corresponding note file (.txt) keywords_dict: List, A dictionary of keywords used to extract protocol events from a note file. Each entry should be a named list with: keywords A character vector of keywords or phrases to match in the note comment. Matching is case-insensitive. value Numeric protocol value to assign when the keyword is detected. type Optional character, either "instant" or omitted. "instant" events are applied at the specified timestamp and revert to the previous protocol immediately after. Non-instant events set the protocol until another event occurs. Behavior rules: Non-instant events Set the protocol value from their timestamp until another event overwrites it or until a stop keyword sets it to 0. Instant events Apply only at the timestamp of the note line, then revert to the protocol that was active immediately before. Stop keywords Always set the protocol to 0, regardless of previous state, unless overridden by an instant event. If 'NULL', a default set of keywords is used. entry_exit_dict: Nested List, used to extract entry/exit times from note file _V_a_l_u_e: list A list with the following components: version Character string indicating the detected software version ('"1"' for old software, '"2"' for new software). metadata A named list containing extracted metadata. For version 1, this includes 'r1' and 'r2'. For version 2, this contains a single 'metadata' entry. dfs A named list containing processed data frames. For version 1: 'room1' and 'room2'. For version 2: 'data'. _E_x_a_m_p_l_e_s: outdir <- file.path(tempdir(), "wrictools") dir.create(outdir, showWarnings = FALSE) data_txt <- system.file("extdata", "data.txt", package = "wrictools") result <- preprocess_wric_file(data_txt, path_to_save = outdir) unlink(outdir, recursive = TRUE) Quitting from wrictools.Rmd:312-319 [unnamed-chunk-19] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `dinner_index:(dinner_index + 14)`: ! NA/NaN argument --- Backtrace: ▆ 1. ├─data[dinner_index:(dinner_index + 14), ] 2. └─base::`[.data.frame`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'wrictools.Rmd' failed with diagnostics: NA/NaN argument --- failed re-building ‘wrictools.Rmd’ SUMMARY: processing the following file failed: ‘wrictools.Rmd’ Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [2s/2s] OK * DONE Status: 2 ERRORs * using check arguments '--no-clean-on-error ' * elapsed time (check, wall clock): 0:32