Package: AnnotationGx
Title: AnnotationGx: A package for building, updating and querying an
        annotation database for pharmaco-genomic data
Version: 0.99.2
Authors@R: c(
    person("Michael", "Tran", role = c("aut", "cre"),
        email = "michaelcao-anh.tran@uhn.ca"),
    person("Jermiah", "Joseph", role = c("aut"),
        email = "jermiah.joseph@gmail.com"),
    person("Christopher", "Eeles", role = c("aut"),
        email = "christopher.eeles@uhnresearch.ca"),
    person("Benjamin", "Haibe-Kains", role = c("aut"),
        email = "benjamin.haibe.kains@utoronto.ca")
    )
Description: A package for building, updating and querying an
    annotation database for pharmaco-genomic data. Provides API interfaces
    to various bioinformatic and chemoinformatic databases, as well as a set
    of functions for curating your data using the annotations retrieved from
    those APIs.
Depends: R (>= 4.5.0)
Imports: checkmate, crayon, httr2, data.table, readr, xml2, methods,
        memoise
Suggests: testthat (>= 3.0.0), covr, readxl, knitr, rmarkdown,
        RefManageR, sessioninfo
BugReports: https://github.com/bhklab/AnnotationGx/issues/new?template=issue_template.md
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: watcher, parallel*
License: GPL (>= 3) + file LICENSE
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Encoding: UTF-8
URL: https://bhklab.github.io/AnnotationGx/
biocViews: Annotation
NeedsCompilation: no
Packaged: 2026-04-20 15:19:34 UTC; pkgbuild
Author: Michael Tran [aut, cre],
  Jermiah Joseph [aut],
  Christopher Eeles [aut],
  Benjamin Haibe-Kains [aut]
Maintainer: Michael Tran <michaelcao-anh.tran@uhn.ca>
