Tags: sailfish009/dbparser
Tags
dbparser 1.1.0 ### Major Changes * Functions have been splitted into 6 categories *DrugBank Database Loading, Carriers, Targets, Transporters, Drug and common parsers*. All function names are changed to reflect the function family. The related documentation is also updated (ropensci#66, ropensci#75). * `dbparser` now can cite the package by calling `citation("dbparser")` (ropensci#71). * Adding more user friendly error messages (ropensci#76, ropensci#81). * User can now pass `DBI` database connection to parser functions as an argument beside *SQLite* and *MariaDB* (ropensci#87). ### DEFUNCT * `open_db`, `open_mdb` and `close_db` functions are no longer supported. Creating and maintaining database is completely user responsibility and the database connection can be passed to parser functions (ropensci#87). ### DOCUMENTATION FIXES * New tutorials for how to use `dbparser` have been created (ropensci#78, ropensci#79). * Contribution guide has been added. * Code of conduct has been added (ropensci#70). * Enhance function reference documentation to include section for each type (ropensci#68).