Releases: ropensci/restez
Releases · ropensci/restez
v2.1.3
v2.1.2
v2.1.1
v2.1.0
BUG FIXES
- Fixed bug where
restez_status()
did not show correct file size (#32) - Fixed frequent appearance of "Database is garbage-collected" warning (#33)
- Skip scanning of gzipped file if zgrep is not detected (3de4f95)
DOCUMENTATION
NEW FEATURES
- Change use of
restez_connect()
andrestez_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) - Add
ncbi_acc_get()
to enable easier querying of GenBank accession numbers (#37, #43) - Add
max_tries
argument todb_download()
to automatically re-try download in the event of a drop in internet connectivity (#36, #42) - Add
dnabin
argument togb_sequence_get()
to return sequences in apeDNAbin
format (#38, #44)
v2.0.0
v1.1.0
Accepted on ROpenSci and CRAN
1.0.0 available on CRAN
Post-review 1
The package has been reviewed by ROpenSci. The package has been updated to respond to these reviews.
Pre-release for review
Pre-release version for review.