-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 903 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
31
32
33
Package: lixingr
Type: Package
Title: R wrapper for Lixinger's Web API
Version: 0.1.3
Authors@R:
person("Changde", "Tan", , "[email protected]", role = c("aut", "cre"))
Description: In the vision of its creator, Lixinger is both excellent code and
product, designed to serve investors in Mainland China and Hong Kong by
providing data services. It stands out for its competitive pricing compared
to peers. This package encapsulates the Lixinger Open Platform API,
facilitating the efficient writing of repeatable and thorough analytical
reports.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
glue,
httr2,
jsonlite,
magrittr,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
usethis
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3