Changes in version 3.4.3 (2018-05-18) UPDATES o Changed use of S4 classes to avoid deprecated or discourged elements. Changes in version 3.4.2 (2017-07-13) DOCUMENTATION o Filled in most of the gaps inthe man pages. Changes in version 3.4.0 NEW FEATURES o Added a separate neural net model. Changes in version 3.3.14 ADMINISTRATIVE o FIxed NAMESPACE issues. Changes in version 2.3.0 ADMINISTRATIVE o Changed LICENSE to Apache 2.0 Changes in version 2.2.1 BUG FIXES o Made compatible with new R check steps that verify DESCRIPTION and NAMESPACE dependencies. Changes in version 2.2.0 NEW FEATURES o Added objects and functions for the following methods: support vector machines (SVM), neual networks (NNET), and random forests (RF). Changes in version 2.1.0 DEPRECATED o Instead of exporting the paired functions, we replaced each set with a precomputed object of the Modeler class that already combines each pair. The old functions still exist, but are planned to be removed from the namespace in a future version. If you need to call them directly, then you should fully qualify them with the class name (e.g., Modeler:::learnLR). Changes in version 2.0.0 NEW FEATURES o Brand new packaging: split out from the CrossVal package. Contains the generic support to "learn" and "predict". Also contains the base implementations of numerous statistical models for classification or regression.