Côme de Lassus Saint Geniès, and Arman Jabbari
IMPORTANT: Since some parts in this library were developed with the help of the function dplyr::sample_n(), please make sure you have installed dplyr library. Also, please make sure you have installed devtools library so that GA can be imported via Github.
If you would like to use the parallelization technique in this library, please also make sure you have installed the following libraries: parallel, doParallel, and foreach.
Please run the following code in R:
devtools::install_github('QinganZhao/GA')
library(GA)
Please make sure you have installed testthat library, and run the following code in R:
testthat::test_package('GA')
The library is welcomed to be refined. Please push the updated library to Github and reinstall it before using.
To update the help pages, please run the following code after changing:
devtools::document()