Changes in version 1.1.0 (2022-07-17) o The package now uses a package class loader for rJava available in R package RMOAjars Changes in version 1.0.2 (2021-09-27) o Fix summary.MOA_recommender for Java 17 as indicated in R CMD check on M1mac (removed toArray), which showed the following error Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.reflect.InaccessibleObjectException: Unable to make public java.lang.Object[] java.util.HashMap$KeySet.toArray() accessible: module java.base does not "opens java.util" to unnamed module @1f36e637 Calls: summary ... summary.MOA_recommender -> -> .jrcall -> .jcall -> .jcheck Changes in version 1.0.1 (2018-09-22) o Added streaming recommendation engines o Fix issue if getvotesforinstance does not return expected length https://groups.google.com/forum/#!topic/moa-users/xkDG6p15FIM o Fix R CMD check note regarding Malformed Description field: should contain one or more complete sentences and importing functions from stats package Changes in version 1.0 (2014-09-19) o Initial version of the package including streaming classification and regression