Re: [Rd] r-devel @ Travis

2016-01-18 Thread Dirk Eddelbuettel
On 18 January 2016 at 17:38, Måns Magnusson wrote: | I got the link from Garbor to work, but that is the old r-travis approach | (using C). I prefer that approach. It works _now_ and you get complete control. | I tried the same approach with native R Travis build but | unfortunately it did not

Re: [Rd] r-devel @ Travis

2016-01-18 Thread Måns Magnusson
Thank you all for the comments and suggestions! I got the link from Garbor to work, but that is the old r-travis approach (using C). I tried the same approach with native R Travis build but unfortunately it did not work. So I contacted Jim Hester and he told me that they are now actively working w

Re: [Rd] r-devel @ Travis

2016-01-18 Thread Dirk Eddelbuettel
On 18 January 2016 at 09:45, Måns Magnusson wrote: | I'm developing R packages and use Travis CI for continous integration. When | submitting to CRAN Im suggestet to test the package using the latest | R-devel. I would like that all test where run using Travis. Is there anyone | who knows if this

Re: [Rd] r-devel @ Travis

2016-01-18 Thread Gábor Csárdi
On Mon, Jan 18, 2016 at 9:00 AM, Peter Meissner 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 Act

Re: [Rd] r-devel @ Travis

2016-01-18 Thread Peter Meissner
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 .. than tell Travis to whatch you repo. Best, Peter Am .01

[Rd] r-devel @ Travis

2016-01-18 Thread Måns Magnusson
Hi! I'm developing R packages and use Travis CI for continous integration. When submitting to CRAN Im suggestet to test the package using the latest R-devel. I would like that all test where run using Travis. Is there anyone who knows if this is possible to run travis test using the latest r-devel