README.md

wcr (developmental repo)

Travis-CI Build Status

An R package to facilitate within cluster resampling

Some description

wcr code example


> ## Load package
> library(wcr)
> ## Load data

Installation

Direct installation from github

You first need to install the devtools package to do the following. You can choose from the latest stable version and the latest development version.


## Install devtools (if you do not have it already)
> install.packages("devtools")
## Install directly from github (develop branch)
> devtools::install_github(repo = "kaz-yos/wcr", ref = "develop")

Using devtools may requires some preparation, please see the following link for information.

http://www.rstudio.com/projects/devtools/



kaz-yos/mouse documentation built on May 20, 2019, 7:53 a.m.