## Not run:
#
# # install yesterday's version of checkpoint
# install.dates('checkpoint', Sys.Date() - 1)
#
# # install yesterday's versions of checkpoint and devtools
# install.dates(c('checkpoint', 'devtools'), Sys.Date() - 1)
#
# # install yesterday's version of checkpoint and the day before's devtools
# install.dates(c('checkpoint', 'devtools'), Sys.Date() - 1:2)
#
# ## End(Not run)
Run the code above in your browser using DataLab