Package: restez Type: Package Title: Create and Query a Local Copy of 'GenBank' in R Version: 2.1.5.9000 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 Description: Download large sections of 'GenBank' and generate a local SQL-based database. A user can then query this database using 'restez' functions or through '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 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev xz-utils Repository: https://ropensci.r-universe.dev Date/Publication: 2025-03-06 23:59:18 UTC RemoteUrl: https://github.com/ropensci/restez RemoteRef: main RemoteSha: 2fca23308ad67f064e01cf7e88328a0f98540c28 NeedsCompilation: no Packaged: 2026-07-01 08:14:31 UTC; root Author: Joel H. Nitta [aut, cre] (ORCID: ), Dom Bennett [aut] (ORCID: )