Kevin Ferris

Results 7 comments of Kevin Ferris

+1 for this one. After September, I could try to help if you'd like

I imagine that sort of spatial or temporal data would work well. I'll try to think of a couple of ideas outside of sports today.

So this is a really dorky example with some data I found by googling "repeated measures data." [Here's](http://www.stat.ufl.edu/~winner/data/ecophys_rc.txt) a description of the data that I didn't understand. ``` library(dplyr) library(ggplot2)...

Forgot to reply, but that sounds great. If you need some ideas for examples, let me know. I'm sure that I can find something.

Everything seems to work fine for me. ``` devtools::session_info() Session info ------------------------------------------------------------------------ setting value version R version 3.1.3 (2015-03-09) system x86_64, mingw32 ui RStudio (0.98.1083) language (EN) collate English_United States.1252...

@tdhock Just an FYI, I just double checked on my windows machine and everything still runs fine for me.

Are you thinking that mousing over would set the selector to on then mousing out would reset the selector to whatever it was before? If so, then hoverSelects could be...