Package: fixerapi
Version: 0.1.3
Title: An R Client for the "Fixer.io" Currency API
Description: An R client for the "fixer.io" currency conversion and exchange 
  rate API. The API requires registration and some features are only available 
  on paid accounts. The full documentation is available at 
  <https://fixer.io/documentation>.
Authors@R: person("Evan", "Odell", 
  email = "evanodell91@gmail.com", role = c("aut", "cre"),
  comment = c(ORCID='0000-0003-1845-808X'))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Suggests: 
    testthat,
    covr,
    knitr,
    rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
URL:  https://docs.evanodell.com/fixerapi
BugReports: https://github.com/evanodell/fixerapi/issues
Imports: 
    jsonlite,
    tibble,
    tidyr
VignetteBuilder: knitr
