r-devel @ Travis
On Mon, Jan 18, 2016 at 9:00 AM, Peter Meissner
<retep.meissner at gmail.com> wrote:
Hey, Metacran's rbuilder is the place to get started: https://github.com/metacran/r-builder You should be good to go by placing this in your Github repo (branch): https://github.com/metacran/r-builder/blob/master/.travis.yml
Actually this file is for checking r-builder itself, which is somewhat special. For a regular R package I think it is better to start with this one: https://raw.githubusercontent.com/metacran/r-builder/master/sample.travis.yml Don't forget to rename it to .travis.yml Gabor [...]