## ---- message=FALSE-----------------------------------------------------------
library(updateObject)

## ---- echo=FALSE, results="hide"----------------------------------------------
## Set fake git user to make git_commit() happy:
set_git_user_name("titi")
set_git_user_email("titi@gmail.com")

## -----------------------------------------------------------------------------
repopath <- file.path(tempdir(), "TimiRGeN")
updateBiocPackageRepoObjects(repopath, branch="RELEASE_3_13", use.https=TRUE)

## -----------------------------------------------------------------------------
sessionInfo()