Skip to content
Prev 47310 / 63421 Next

Strategies for keeping autogenerated .Rd files out of a Git tree

Gabor

I agree with you. There's Travis CI, and r-travis -- an attempt to 
integrate R package testing with Travis. Pushing back to GitHub is 
possible, but the setup is somewhat difficult. Also, this can be subject 
to race conditions because each push triggers a test run and they can 
happen in parallel even for the same repository. How do you handle branches?

It would be really great to be able to execute custom R code before 
building. Perhaps in a PreBuild: section in DESCRIPTION?


Cheers

Kirill
On 12/12/2013 02:21 AM, G?bor Cs?rdi wrote: