switchr icon indicating copy to clipboard operation
switchr copied to clipboard

installing old version of metafor results in empty package

Open gmbecker opened this issue 9 years ago • 0 comments

library(switchr)
man = PkgManifest(name="metafor", type = "cran")
sman = SessionManifest(man, c(metafor="1.9-7"))
install_packages(sman)

Results in an empty, non-functional version of metafor being installed.

gmbecker avatar Oct 06 '15 15:10 gmbecker