GPA
======
To install the dev version of package flip from github type (in R):
install.packages("devtools") # if you don't already have it.
library(devtools)
install_github("GPA", "AndreaMassaro06")
library(GPA)
GPA
======
To install the dev version of package flip from github type (in R):
library(devtools)
install_github("GPA", "AndreaMassaro06")
library(GPA)