Package: dbparser
Title: 'DrugBank' Database XML Parser
Version: 1.2.0
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 <https://www.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, progress, 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
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2020-08-25 15:50:51 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-08-26 12:10:03 UTC
Built: R 4.0.2; ; 2020-08-27 10:50:49 UTC; unix
