Skip to content

lcolladotor/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages