Package: biodbKegg
Title: biodbKegg, a library for connecting to the KEGG Database
Version: 1.0.0
Authors@R: c(person("Pierrick", "Roger", email = "pierrick.roger@cea.fr", role = c("aut", "cre"), comment=c(ORCID="0000-0001-8177-4873")))
Description: The biodbKegg library is an extension of the biodb framework
    package that provides access to the KEGG databases Compound, Enzyme, Genes,
    Module, Orthology and Reaction. It allows to retrieve entries by their
    accession numbers. Web services like "find", "list" and "findExactMass" are
    also available. Some functions for navigating along the pathways have also
    been implemented.
URL: https://github.com/pkrog/biodbKegg
BugReports: https://github.com/pkrog/biodbKegg/issues
biocViews: Software, Infrastructure, DataImport, Pathways, KEGG
Depends: R (>= 4.1)
License: AGPL-3
Encoding: UTF-8
VignetteBuilder: knitr
Suggests: BiocStyle, roxygen2, devtools, testthat (>= 2.0.0), knitr,
        rmarkdown, igraph, magick, lgr
Imports: R6, biodb (>= 1.1.9), chk, lifecycle
RoxygenNote: 7.1.2
Collate: 'KeggShape.R' 'KeggCircle.R' 'KeggConn.R' 'KeggCompoundConn.R'
        'KeggEntry.R' 'KeggCompoundEntry.R' 'KeggEnzymeConn.R'
        'KeggEnzymeEntry.R' 'KeggGenesConn.R' 'KeggGenesEntry.R'
        'KeggGlycanConn.R' 'KeggGlycanEntry.R' 'KeggModuleConn.R'
        'KeggModuleEntry.R' 'KeggOrthologyConn.R'
        'KeggOrthologyEntry.R' 'KeggPathwayConn.R' 'KeggPathwayEntry.R'
        'KeggReactionConn.R' 'KeggReactionEntry.R' 'KeggRect.R'
        'package.R'
git_url: https://git.bioconductor.org/packages/biodbKegg
git_branch: RELEASE_3_14
git_last_commit: 5bb8a8a
git_last_commit_date: 2021-10-26
Date/Publication: 2021-10-26
NeedsCompilation: no
Packaged: 2021-10-27 00:20:11 UTC; biocbuild
Author: Pierrick Roger [aut, cre] (<https://orcid.org/0000-0001-8177-4873>)
Maintainer: Pierrick Roger <pierrick.roger@cea.fr>
Built: R 4.1.1; ; 2021-10-27 09:58:14 UTC; windows
