When using checkpoint I often get messages like this:
Package which is only available in source form, and may need
compilation of C/C++/Fortran: �MASS�
Do you want to attempt to install these from sources?
y/n:
Which requires me to respond several times during the process.
Can we have an argument like install.sources = TRUE to make this non-interactive?
For example:
checkpoint("2015-01-10",
auto.install.knitr = TRUE,
use.knitr = TRUE,
checkpointLocation = "../packages",
install.sources = TRUE)