Package: etrader
Title: 'ETRADE' API Interface for R
Version: 0.1.2
Author: Tony Trevisan [aut, cre]
Authors@R: 
    person(given = "Tony",
           family = "Trevisan",
           role = c("aut", "cre"),
           email = "anthonytrevisan@gmail.com")
Maintainer: Tony Trevisan <anthonytrevisan@gmail.com>
URL: https://tonytrevisan.github.io/etrader/
BugReports: https://github.com/tonytrevisan/etrader/issues
Description: Use R to interface with the 'ETRADE' API <https://developer.etrade.com/home>.
    Functions include authentication, trading, quote requests, account information, and option 
    chains. A user will need an ETRADE brokerage account and 'ETRADE' API approval. See README 
    for authentication process and examples.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: magrittr, httr, urltools, dplyr, rvest, purrr, jsonlite
RoxygenNote: 7.1.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2020-11-25 12:53:53 UTC; rstudio
Repository: CRAN
Date/Publication: 2020-11-26 16:20:02 UTC
