- The minimum version of R is now 4.2.0 due to the requirements of the DescTools package.
-
The
NAMESPACE
now imports fewer functions from other packages. -
The number of dependency packages has been reduced.
-
Added a
CITATION
file. -
The datasets are now compressed.
-
Maintainer switched to TP.
- The
mvmr_egger_rjags()
helpfile example is now only run if the rjags package is installed.
- The examples in the helpfiles for all functions and in the testthat test files now check whether the relevant Bayesian software package is installed (i.e. rstan or rjags). This is because JAGS does not compile on the aarch64 (Apple M1 processor) architecture.
- Additional checks for installation of JAGS.
- Additional functions for multivariate IVW and MR-Egger using JAGS and rstan
-
IVW implemented using rstan.
-
MR-Egger implemented using rstan.
-
Radial MR-Egger implemented using rstan.
- IVW, MR-Egger, and their radial versions implemented using JAGS.