-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: schwabr
Type: Package
Title: 'Schwab API' Interface
Version: 0.1.3
Author: Anthony Trevisan [aut, cre]
Authors@R:
person(given = "Anthony",
family = "Trevisan",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Anthony Trevisan <[email protected]>
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-02-24 00:22:41 UTC; ubuntu
Repository: CRAN
Date/Publication: 2025-02-24 08:20:02 UTC