mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

dplyr in app.r messed up summarize in helper.r #101

Closed tdd11235813 closed 7 years ago

tdd11235813 commented 7 years ago

Removed "dplyr" package from app.r. When loading dplyr before plyr strange things can happen^^. The group_by+summarize function stopped working (returns only one result row, but without error), which I did not see in my tests as the rshiny server was still running with the correct loaded packages. After rshiny server restarts, the app stopped working.

tdd11235813 commented 7 years ago

self-merged.