remake icon indicating copy to clipboard operation
remake copied to clipboard

Fix installation instructions for multiple missing packages

Open Bisaloo opened this issue 7 years ago • 0 comments

Manual instructions to install missing packages are not working right now because it returns multiple strings instead of a string vector.

remake:::install_packages_cran(c("test1", "test2"), instructions = TRUE)

I'm not really familiar with the codebase so I hope my fix is correct.

Bisaloo avatar Jun 07 '18 09:06 Bisaloo