-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
57 lines (57 loc) · 1.82 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: AlpacaforR
Title: Trade with Alpaca using R
Version: 1.0.1
Authors@R: c( person("Holsenbeck", "Stephen", email =
"sholsen@alumni.emory.edu", role = c("aut", "cre","cph"), comment
= "Primary Maintainer" ), person("Jagger", "Villalobos", email =
"jagger.vill@gmail.com", role = c("aut","cph") , comment =
"Original Creator" ) )
Description: Interact with the Alpaca API and the subset of endpoints on
the Polygon API` available to Alpaca members. All Alpaca
endpoints are accessible with AlpacaforR: Account, Assets,
Calendar, Clock, Market-Data, Orders, Polygon, Positions,
Watchlist and Streaming. Get asset, account and order info,
market calendar info and historical market data. Submit, cancel
and replace simple and complex orders, see market open / closing
information, and much more. Build and test strategies with a
paper account, then implement them live with an Alpaca Brokerage
account. If you'd like to provide feedback, submit an issue,
express thanks, or donate to support the project, please do so on
Github: github.com/yogat3ch/AlpacaforR
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
URL: https://yogat3ch.github.io/AlpacaforR
BugReports: https://github.com/yogat3ch/AlpacaforR/issues
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests: pkgload, testthat, withr, knitr, rmarkdown, qpdf, vcr,
webmockr, RPushbullet
VignetteBuilder: knitr
Config/testthat/edition: 3
Imports:
cli,
crayon,
dplyr,
generics,
glue,
httr,
jsonlite,
lifecycle,
lubridate,
magrittr,
purrr,
R6,
rlang,
stats,
stringr,
tibble,
tidyselect,
tsibble,
utils,
UU,
vctrs,
websocket
Remotes: yogat3ch/UU
RdMacros: lifecycle