forked from QuantInsti/kiteconnect3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 785 Bytes
/
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
Package: kiteconnect3
Type: Package
Title: Connect to Zerodha Kite Connect API version 3
Version: 0.1.0
Author: Prodipta Ghosh <[email protected]>
Maintainer: Prodipta Ghosh <[email protected]>
Description: R wrapper for Zerodha Kite Connect API (version 3), with most
functionalities exposed. This package is intended to serve as a lower level
utility on top of which applications can be build. For example this package
does not handle user input validation for most functions, and raises R-style
exceptions instead.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10),
stats
Imports:
httr,
readr,
digest,
glue,
methods,
xts
Suggests:
RSelenium,
knitr,
rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr