From 2101accaad058ae000453ed4a16a6e9851a623db Mon Sep 17 00:00:00 2001 From: Max Kuhn Date: Sun, 25 Jun 2017 16:29:05 -0400 Subject: [PATCH] oblique.tree was removed --- models/parseModels.R | 2 +- pkg/caret/inst/NEWS.Rd | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/models/parseModels.R b/models/parseModels.R index 5ea1aa416..8020e41bc 100644 --- a/models/parseModels.R +++ b/models/parseModels.R @@ -1,6 +1,6 @@ setwd("~/github/caret/models/files") -exclusions <- c("^rknn", "[mM]xnet", "^sdda", "^enpls", "Boruta", "bdk") +exclusions <- c("^rknn", "[mM]xnet", "^sdda", "^enpls", "Boruta", "bdk", "^oblique") exclusions <- paste0("(", exclusions, ")") exclusions <- paste0(exclusions, collapse = "|") diff --git a/pkg/caret/inst/NEWS.Rd b/pkg/caret/inst/NEWS.Rd index 19c5f41a2..0dddf4ce4 100644 --- a/pkg/caret/inst/NEWS.Rd +++ b/pkg/caret/inst/NEWS.Rd @@ -4,6 +4,12 @@ \newcommand{\issue}{\href{https://github.com/topepo/caret/issues/#1}{(issue #1)}} +\section{Changes in version 6.0-XX}{ + \itemize{ + \item The package \code{oblique.tree} was removed from CRAN so the corresponding model code was removed from the model library. + } +} + \section{Changes in version 6.0-76}{ \itemize{ \item Monotone multi-layer perceptron neural network models from the \cpkg{monmlp} package were added \issue{489}