Type: Package
Package: BioGA
Title: Bioinformatics Genetic Algorithm (BioGA)
Version: 1.5.0
Authors@R: 
    person("Dany", "Mukesha", , "danymukesha@gmail.com", 
            role = c("aut", "cre"),
           comment = c(ORCID = "0009-0001-9514-751X"))
Description: Genetic algorithm are a class of optimization algorithms
        inspired by the process of natural selection and genetics. This
        package allows users to analyze and optimize high throughput
        genomic data using genetic algorithms.  The functions provided
        are implemented in C++ for improved speed and efficiency, with
        an easy-to-use interface for use within R.
License: MIT + file LICENSE
URL: https://danymukesha.github.io/BioGA/
BugReports: https://github.com/danymukesha/BioGA/issues
Imports: ggplot2, graphics, Rcpp, SummarizedExperiment, animation,
        rlang, biocViews, sessioninfo, BiocStyle
Depends: R (>= 4.4)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
LinkingTo: Rcpp
VignetteBuilder: knitr
biocViews: ExperimentalDesign, Technology
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/pak/sysreqs: make libmagick++-dev gsfonts texlive libxml2-dev
        libssl-dev zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 15:30:53 UTC
RemoteUrl: https://github.com/bioc/BioGA
RemoteRef: HEAD
RemoteSha: 7c8e9a382031840e48c6b99f8811ef8b1e699c9b
NeedsCompilation: yes
Packaged: 2025-11-02 14:43:39 UTC; root
Author: Dany Mukesha [aut, cre] (ORCID:
    <https://orcid.org/0009-0001-9514-751X>)
Maintainer: Dany Mukesha <danymukesha@gmail.com>
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 14:45:47 UTC; windows
Archs: x64
