• nodeprune(..., ids = 1) did not prune the tree to the root node. Fixed now.
  • predict.cforest used na.omit instead of na.pass.
  • predict.party now features new perm argument for permuting splits in specific variables (useful for computing permutation variable importances).
  • NAMESPACE updates.