Package: gpuga
Title: What the Package Does (one line, title case)
Version: 0.0.0.9000
Authors@R: person("First", "Last", email = "first.last@example.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
Depends:
    R (>= 3.2.4)
License: What license is it under?
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
    OpenCL,
    parallel,
    doParallel,
    compiler
Collate:
    'chromosome.R'
    'environment.R'
    'fitness.R'
    'utils.R'
    'gpuga.R'
    'kernels.R'
    'gaopencl.R'
    'repeat.R'
    'island.R'
    'population.R'
    'gaopencl_new.R'
    'zzz.R'
RoxygenNote: 5.0.1
Suggests:
    testthat
