• Fix various bugs on edge cases with just one variable or just one tree
  • SDForest, regPath.SDTree, regPath.SDForest, predict.SDForest, prune.SDForest, varImp.SDTree
  • Fix bug in estimation of SDTree when using only one covariate (did stop splitting after one split)
  • Add support to predict with an SDForest using multiple cores in parallel
  • Fix bug in SDTree.predict(), when predicting using only one covariate
  • Fix bug in plot of paths using plotly (remove expression Pi in case of plotly)
  • Initial CRAN submission.