jwdink / eyetrackingR

This package is designed to make dealing with eye-tracking data easier. It addresses tasks along the pipeline from raw data to analysis and visualization.
http://eyetrackingr.com
Other
82 stars 20 forks source link

Fix bug in make_onset_data() when a trial did not have an initial AOI look. #44

Closed brockf closed 8 years ago

brockf commented 8 years ago

Issue was that ifelse() was attempting to combine values of two types (logical [NA] and character [AOI names]).