# http://ornithologyexchange.org/forums/topic/28015-bastag-flightr-mac-osx/
wl<-preprocessLight(d.lux, threshold, offset = offset,lmax=12)
Error in setGraphicsEventEnv(which, as.environment(list(...))) :
this graphics device does not support event handling
# I am using Mac OS X 10.11.3 El Capitan, R version 3.2.4 Very Secure Dishes
Workaround is
# try opening the graphics window first with
X11(type = "Xlib")
We've seen this:
Workaround is