Package: restez
Type: Package
Title: Create and Query a Local Copy of 'GenBank' in R
Version: 1.0.0
Authors@R: person("Dom", "Bennett", role = c("aut", "cre"),
    email = "dominic.john.bennett@gmail.com",
    comment = c(ORCID = "0000-0003-2722-1359"))
Maintainer: Dom Bennett <dominic.john.bennett@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#readme
BugReports: https://github.com/ropensci/restez/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: utils, rentrez, MonetDBLite (>= 0.6.0), DBI (>= 1.0.0),
        downloader, RCurl, cli, crayon, callr (>= 3.0.0), devtools
Suggests: testthat, knitr, R.utils, rmarkdown
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-11-16 09:19:36 UTC; djb208
Author: Dom Bennett [aut, cre] (<https://orcid.org/0000-0003-2722-1359>)
Repository: CRAN
Date/Publication: 2018-11-26 20:00:12 UTC
