Install missing packages
install_missing_packages(remake_file = "remake.yml", instructions = FALSE,
missing_only = TRUE, skip_target_packages = FALSE)Name of the remakefile to look for the list of required packages
Rather than install anything, prints instructions on how to install missing things
If FALSE, install everything,
rather than just missing packages. This might be useful to set to
TRUE in conjunction with instructions=TRUE to
generate a full list to install.
Skip packages that are mentioned only in targets?
No version comparison is done - see packrat for a more complete package management solution, though in my initial experiments it does not play that nicely with remake.