Message-ID: <CABtg=KkQEpA_gsMmYyNBbnzn66yA5wvxASUX=Dra5tVQRrcKrw@mail.gmail.com>
Date: 2016-01-18T09:05:50Z
From: Gábor Csárdi
Subject: r-devel @ Travis
In-Reply-To: <op.ybffarjg3euttn@zukd208>
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
[...]