mvpart fits multivariate regression trees.
This is a fork of the last archived version of mvpart on CRAN.
I have edited the namespace so that it installs on R version 3.6.
You can install the mvpart from from GitHub with:
# install.packages("devtools")
devtools::install_github("jsdel/mvpart")