-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
41 lines (41 loc) · 1.18 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
Package: rRofex
Type: Package
Title: Interface to 'Matba Rofex' Trading API
Version: 2.0.7
Authors@R: c(
person("Augusto", "Hassel", role = c("aut", "cre"), email = "[email protected]"),
person("Juan Francisco", "Gomez", role = c("ctb")),
person("Matba Rofex", role = c("cph"))
)
Description: Execute API calls to the 'Matba Rofex' <https://apihub.primary.com.ar> trading platform. Functionality includes accessing account data and current holdings, retrieving investment quotes, placing and canceling orders, and getting reference data for instruments.
Depends: R (>= 4.0.0)
License: MIT + file LICENSE
URL: https://matbarofex.github.io/rRofex/, https://github.com/matbarofex/rRofex/
BugReports: https://github.com/matbarofex/rRofex/issues/
Encoding: UTF-8
Imports:
dplyr (>= 1.0.0),
httr,
jsonlite,
magrittr,
tibble (>= 3.0.0),
tidyr,
rlang,
purrr,
glue,
methods,
websocket,
later,
lifecycle
RoxygenNote: 7.1.2
Collate:
'attach.R'
's4_object.R'
'functions.R'
'functions_helpers.R'
'functions_websocket.R'
'globals.R'
'rRofex.R'
RdMacros: lifecycle
Suggests:
rmarkdown