Package: schwabr
Type: Package
Title: 'Schwab API' Interface
Version: 0.1.4
Author: Anthony Trevisan [aut, cre]
Authors@R: 
    person(given = "Anthony",
           family = "Trevisan",
           role = c("aut", "cre"),
           email = "anthonytrevisan@gmail.com")
Maintainer: Anthony Trevisan <anthonytrevisan@gmail.com>
URL: https://altanalytics.github.io/schwabr/
BugReports: https://github.com/altanalytics/schwabr/issues
Description: Use R to interface with the 'Charles Schwab Trade API' <https://developer.schwab.com/>.
    Functions include authentication, trading, price requests, account information, and option 
    chains. A user will need a Schwab brokerage account and Schwab Individual Developer app. See README 
    for authentication process and examples.
License: GPL-3
Encoding: UTF-8
Imports: httr, urltools (>= 1.7.3), base64enc, lubridate, dplyr,
        jsonlite, magrittr, methods
RoxygenNote: 7.3.2
Suggests: testthat
NeedsCompilation: no
Packaged: 2025-11-03 10:57:03 UTC; tonytrevisan
Repository: CRAN
Date/Publication: 2025-11-03 11:10:02 UTC
Built: R 4.4.1; ; 2025-11-03 14:02:44 UTC; unix
