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
max_tries
(#45)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)restez
released.