Skip to content

jcfaria/TukeyC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TukeyC

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.com/jcfaria/TukeyC.git

or

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

After to clone it, to check, build and install do the following:

R CMD check TukeyC

R CMD build TukeyC

R CMD INSTALL TukeyC_X.X-X.tar.gz

Or, you can install using devtools package as:

library(devtools)

install_github('jcfaria/TukeyC')

About

Convencional Tukey Test - R Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages