switchr
switchr copied to clipboard
installing old version of metafor results in empty package
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.