Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/dependencies.R: handle 'no packages were specified' error
Fixes the following issue: ``` $ make site lib paths: /Library/Frameworks/R.framework/Versions/3.5/Resources/library Error in install.packages(missing_pkgs, lib = lib, repos = repos) : no packages were specified Calls: install_required_packages -> install.packages Execution halted make: *** [install-rmd-deps] Error 1 ```
- Loading branch information