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)
I used meta package instead, user20650, which include some of these functions.