I want to install the pinusm/Mmisc package to be able to use the multi.test function. It keeps giving me an error saying: Error: Failed to install 'Mmisc' from GitHub:
(converted from warning) package ‘BayesMed’ is not available (for R version 3.6.2)
The syntax that I used was as follows:
install.packages("remotes")
remotes::install_github("pinusm/Mmisc")
Is there another way to install this package, or should I install an older version of R?