This repository contains example r-travis set-ups. Each branch illustrates a different travis scenario.
- Basic set-up
- Package not in the root directory
- Package that contains a vignette
- Multiple packages in a single repository
- XML dependency
- rJava dependency
- RODBC dependency
- github dependency
- github branch dependency
- Bioconductor example
- Working x-server
- Compiling (only) knitr documents, i.e. you are not building a package.
- Installing from CTAN
To edit an existing example:
- Clone the relevant branch
- Submit pull request as usual
I will then use git subtree to merge the changes from the branch to master
- Clone an existing example that matches your example
- Ensure that your branch passes travis-ci
- Clone the master and copy your branch to a directory
- Submit pull request