Package: biodbExpasy
Title: biodbExpasy, a library for connecting to Expasy ENZYME database.
Version: 1.7.0
Authors@R: 
    c(person(given = "Pierrick",
             family = "Roger",
             role = c("aut", "cre"),
             email = "pierrick.roger@cea.fr",
             comment=c(ORCID="0000-0001-8177-4873")
      ))
Description: The biodbExpasy library provides access to Expasy ENZYME database,
    using biodb package framework.  It allows to retrieve entries by their
    accession number. Web services can be accessed for searching the database
    by name or comments.
License: AGPL-3
biocViews: Software, Infrastructure, DataImport
VignetteBuilder: knitr
Encoding: UTF-8
Depends: 
    R (>= 4.1)
Imports: 
    biodb (>= 1.3.1),
    R6,
    stringr,
    chk
Suggests: 
    roxygen2,
    BiocStyle,
    testthat (>= 2.0.0),
    devtools,
    knitr,
    rmarkdown,
    covr,
    lgr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Collate:
    'ExpasyEnzymeConn.R'
    'ExpasyEnzymeEntry.R'
    'package.R'