Thanks for the bug report. We're aware of the issue; I think in the interim you should be able to work around this problem by running:
repos <- getOption("repos")
options(repos = setNames(as.character(repos), names(repos)))
Let us know if this does resolve the problem for you.