Changes in version 1.0.3 (2017-03-20) - The imports argument to make_packages() can be a list, with one value for each package. - The packages are installed using the --no-test-load argument now. The reason for this, is that install.packages runs in a new R session, with potentially different library directories, and some required might not be available when the load test is performed. Changes in version 1.0.2 - make_packages() now has a quiet argument, set to FALSE to see the installation of disposable packages. This is mainly useful for debugging. Changes in version 1.0.1 (2015-07-13) - Fix spurious R CMD check warnings and notes. Changes in version 1.0.0 (2014-11-02) First version on CRAN.