aalfons / robmed

Perform mediation analysis via a fast-and-robust bootstrap test, as well as various other methods
GNU General Public License v3.0
6 stars 0 forks source link

Make package compatible with R version 3.1.0 #36

Closed aalfons closed 1 year ago

aalfons commented 1 year ago

I received a request to make the SPSS extension compatible with SPSS version 23, which requires the package to work with R version 3.1.x.

aalfons commented 1 year ago

The example data will need to be resaved to be compatible with older R versions. I need to investigate what else would need to be changed.

aalfons commented 1 year ago

As of today, the packages that robmed depends on in turn depend on the following R version:

ggplot2: 3.3 robustbase: 3.5.0 boot: 3.0.0 quantreg: 3.5 sn: 3.0.0 knitr: 3.3.0 testthat: 3.1

Since we need the MM-estimator from robustbase for the robust bootstrap test, there doesn't seem to be a way to reduce the R version on which robmed depends.