Package: restez
Type: Package
Title: Create and Query a Local Copy of 'GenBank' in R
Version: 2.1.5
Authors@R: c(
  person(
    given = "Joel H.",
    family = "Nitta",
    role = c("aut", "cre"),
    email = "joelnitta@gmail.com",
    comment = c(ORCID = "0000-0003-4719-7472")),
  person(
    given = "Dom",
    family = "Bennett",
    role = "aut",
    email = "dominic.john.bennett@gmail.com",
    comment = c(ORCID = "0000-0003-2722-1359"))
    )
Maintainer: Joel H. Nitta <joelnitta@gmail.com>
Description: Download large sections of
    'GenBank' <https://www.ncbi.nlm.nih.gov/genbank/> and generate a local
    SQL-based database. A user can then query this database using 'restez'
    functions or through 'rentrez' <https://CRAN.R-project.org/package=rentrez>
    wrappers.
URL: https://github.com/ropensci/restez,
        https://docs.ropensci.org/restez/
BugReports: https://github.com/ropensci/restez/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: utils, rentrez, DBI (>= 1.0.0), curl, cli, crayon, stringi,
        duckdb, fs, assertthat, ape
Suggests: sessioninfo, testthat, knitr, R.utils, rmarkdown, mockery
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-06 23:44:02 UTC; joelnitta
Author: Joel H. Nitta [aut, cre] (<https://orcid.org/0000-0003-4719-7472>),
  Dom Bennett [aut] (<https://orcid.org/0000-0003-2722-1359>)
Repository: CRAN
Date/Publication: 2025-03-07 00:00:02 UTC
Built: R 4.6.0; ; 2025-08-18 09:05:31 UTC; unix
