README.md

rbuild

A simple test to use Travis for R

Travis-CI can easily test scripts if they are in package form.

Use devtools:create() and devtools::use_testthat() or R-Studio to create the skeleton.

Be sure to include rtoos and BINPREF in your path if you're using RStudio on Windows.

You can also have RStudio automatically generate each function's documentation.

If you use roxygen, be sure to export the function and add document parameters.

Also, since I use the github generated LICENSE file, I use License: file LICENSE in DESCRIPTION.

Finally, since I use travis, I include .travis.yml in .Rbuildignore.



hatdropper1977/rbuild documentation built on May 16, 2019, 7:24 a.m.