(2025-03-07)
gb_sequence_get() now ensures that accessions are returned in same order as query (https://github.com/ropensci/restez/issues/64), thanks @krlmlr
tests no longer use with_mock() (https://github.com/ropensci/restez/issues/63), thanks @hadley
Fix bug where a very long sequence record crashed db_create()
(#60), thanks @btupper
(2023-10-25)
(2022-11-09)
(2022-09-05)
(2022-09-05)
max_tries
(#45)(2022-08-31)
restez_status()
did not show correct file size (#32)restez_connect()
and restez_disconnect()
: they are no longer user-facing, and instead get run internally for each instance of connecting to the local database. Also, connection to DB is made in read-only mode, which should allow for multiple simultaneous processes to access the DB (#33, #35)ncbi_acc_get()
to enable easier querying of GenBank accession numbers (#37, #43)max_tries
argument to db_download()
to automatically re-try download in the event of a drop in internet connectivity (#36, #42)dnabin
argument to gb_sequence_get()
to return sequences in ape DNAbin
format (#38, #44)(2022-07-07)
(2022-06-03)
(2019-01-07)
(2018-11-27)
restez
released.