cole-brokamp/automagic

replace `install_version` from `devtools` in favor of the one from `remotes`

cole-brokamp opened this issue · 0 comments

purrr::walk2(cran_deps$Package,cran_deps$Version,devtools::install_version,type='source')

Do we depend on devtools elsewhere in the package? Will this have any advantages or disadvantages?