I'm getting the following error message with RWeka 0.4-28 under OS 10.5.5 when I try to create classifiers:
Error in .jnew("weka/core/Attribute", attname[i], .jcast(levels, "java/util/List")) : java.lang.UnsupportedClassVersionError: weka/core/Attribute : Unsupported major.minor version 51.0
I've checked in terminal and my Java is up-to-date
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Is this a bug in RWeka or something with my configuration?