README.md

dots Build Status

DOI

Simplify your R functions by using the ... argument to reduce the complexity of the function calls. This will make your functions more user friendly, while dots allows you to specify advanced arguments the more experienced users can supply.

Installation instructions

Get R 3.1.0 or newer from CRAN.

## If needed
install.packages('devtools')

## Install dots
library('devtools')
install_github('lcolladotor/dots')

Vignette

The vignette for this package can be viewed here.

Travis CI

This package is automatically tested thanks to Travis CI and r-travis. If you want to add this to your own package use:

## Use devtools to create the .travis.yml file
library('devtools')
use_travis('yourPackage')

## Read https://github.com/craigcitro/r-travis/wiki to configure .travis.yml appropriately

## Add a status image by following the info at http://docs.travis-ci.com/user/status-images/

Testing on R-devel for Bioc-devel is feasible thanks to r-builder.



lcolladotor/dots documentation built on Aug. 24, 2019, 5:23 p.m.