Why these packages (metagen, metacont, metacor, metainc, or metabin) are not available anymore for R 4.3.2?

112 Views Asked by At

I want to plot pcurve, so I needed to use dmetar package, which calls for the packages in the title. Is there a way to install them?

I've tried to install them using different methods with no success:

install.packages("metagen")
install.packages('path/metagen_1.0.tar.zip', repos=NULL, type='source')
install.packages("metagen", dependencies = TRUE)
pak::pkg_install("metagen", dependencies = TRUE)
1

There are 1 best solutions below

1
Adam On

I used meta package instead, user20650, which include some of these functions.