This is the development code of the R package 'TukeyC'. You should use it if you want
to contribute to its development (testing unreleased versions, fixing bugs,
writing code, etc).

To download, check and build it do the following in a terminal emulator:

git clone  git://github.comr/jcfaria/TukeyC.git
  or
git clone https://jcfaria@github.com/jcfaria/TukeyC.git

R CMD check TukeyC
R CMD build TukeyC
R CMD INSTALL TukeyC_x.x-x.tar.gz
