Our latest version of mobForest was focused on revamping existing code to work with the newest version of R. We also made strides to consolidate all code to common formats. Although no substantive changes were made (no new functions or changes to algorithms), users should be aware of these smaller tweaks.
period.sep
naming conventionunderscore_sep
naming conventiontestthat
. These tests were causing R CMD Check
to run indefinitely. Forums suggested that this happens when using the parallel package. All tests passed on the latest build when ran locally.:::
when calling hidden functions of another package. To overcome this, we copied the necessary hidden packages from party
into utility.R
.No changes.