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