Since I get one free pass per session, I worked around this bug for now by terminating my R session prior to each new package I want to install. For a package with dependencies, I manually installed the dependencies first. For example, to install velocyto.R, I terminated R, installed pcaMethods and another dependency, then terminated R. Then, devtools::install_github did not work (maybe a separate issue), so I downloaded the source to a local repo, used packrat::set_opts to point packrat to the local repo, and finally did `packrat::install_local("velocyto.R")`.