R Under development (unstable) (2025-07-21 r88439 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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(eyeris) eyeris v2.1.0 - Lumpy Space Princess ꒰•ᴗ•。꒱۶ Welcome! Type ?`eyeris` to get started. > > test_check("eyeris") v [OKAY] Running eyeris::load_asc() i [INFO] Processing block: block_1 v [OKAY] Running eyeris::deblink() for block_1 v [OKAY] Running eyeris::detransient() for block_1 v [OKAY] Running eyeris::interpolate() for block_1 v [OKAY] Running eyeris::lpfilt() for block_1 ! [WARN] Skipping eyeris::downsample() for block_1 ! [WARN] Skipping eyeris::bin() for block_1 ! [WARN] Skipping eyeris::detrend() for block_1 v [OKAY] Running eyeris::zscore() for block_1 i [INFO] Block processing summary: i [INFO] block_1: OK (steps: 6, latest: pupil_raw_deblink_detransient_interpolate_lpfilt_z) v [OKAY] Running eyeris::summarize_confounds() v [OKAY] Running eyeris::load_asc() i [INFO] Binocular data detected. Processing "average" mode. i [INFO] Processing block: block_1 v [OKAY] Running eyeris::deblink() for block_1 v [OKAY] Running eyeris::detransient() for block_1 v [OKAY] Running eyeris::interpolate() for block_1 ! [WARN] No NAs detected in pupil data... Skipping interpolation! v [OKAY] Running eyeris::lpfilt() for block_1 ! [WARN] Skipping eyeris::downsample() for block_1 ! [WARN] Skipping eyeris::bin() for block_1 ! [WARN] Skipping eyeris::detrend() for block_1 v [OKAY] Running eyeris::zscore() for block_1 i [INFO] Block processing summary: i [INFO] block_1: OK (steps: 6, latest: pupil_raw_deblink_detransient_interpolate_lpfilt_z) v [OKAY] Running eyeris::summarize_confounds() [ FAIL 0 | WARN 0 | SKIP 0 | PASS 33 ] > > proc.time() user system elapsed 6.51 1.84 7.51