Skip to content

Commit

Permalink
oblique.tree was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Jun 25, 2017
1 parent 26887d6 commit 2101acc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion models/parseModels.R
Original file line number Diff line number Diff line change
@@ -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 = "|")

Expand Down
6 changes: 6 additions & 0 deletions pkg/caret/inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2101acc

Please sign in to comment.