craigcitro / r-travis

Tools for using R with Travis (http://travis-ci.org) in lieu of a website:

Home Page:https://github.com/craigcitro/r-travis/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

before_install commands run before r-travis envirnoment is fully set up

cboettig opened this issue · comments

I'd like the utilities installed by r-travis (e.g. devtools) to be available to commands made in the before_install: section (e.g. devtools::install_version()). Currently, it looks like I have to install devtools manually in before_install. Not a big problem, but a bit of a surprise since r-travis normally installs devtools automatically.