Package: dbparser
Title: 'DrugBank' Database XML Parser
Version: 1.1.2
Authors@R: 
    c(
    person("Mohammed", "Ali", email = "moh_fcis@yahoo.com", role = c("aut", "cre")),
    person("Ali", "Ezzat", email = "ali_ezzat85@yahoo.com", role = "aut"),
    person("Hao", "Zhu", email = "haozhu233@gmail.com", role = "rev"),
    person("Emma", "Mendelsohn", email = "", role = "rev"))
Description: This tool is for parsing the 'DrugBank' XML database <http://drugbank.ca/>. The parsed 
    data are then returned in a proper 'R' dataframe with the ability to save 
    them in a given database.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: DBI, dplyr, odbc, purrr, readr, RMariaDB, RSQLite, tibble,
        tools, XML
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: https://docs.ropensci.org/dbparser,
        https://github.com/ropensci/dbparser
BugReports: https://github.com/ropensci/dbparser/issues
NeedsCompilation: no
Packaged: 2020-06-08 16:35:55 UTC; Mohammed
Author: Mohammed Ali [aut, cre],
  Ali Ezzat [aut],
  Hao Zhu [rev],
  Emma Mendelsohn [rev]
Maintainer: Mohammed Ali <moh_fcis@yahoo.com>
Repository: CRAN
Date/Publication: 2020-06-08 17:00:02 UTC
