Type: Package
Package: BioGA
Title: Bioinformatics Genetic Algorithm (BioGA)
Version: 1.4.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-release.r-universe.dev
Date/Publication: 2025-10-29 15:30:53 UTC
RemoteUrl: https://github.com/bioc/BioGA
RemoteRef: RELEASE_3_22
RemoteSha: d779378a9f7266ba694abf46877f989e206ca95b
NeedsCompilation: yes
Packaged: 2025-11-18 07:26:23 UTC; root
Author: Dany Mukesha [aut, cre] (ORCID:
    <https://orcid.org/0009-0001-9514-751X>)
Maintainer: Dany Mukesha <danymukesha@gmail.com>
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-18 07:28:55 UTC; windows
Archs: x64
