-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.14 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: xmart4
Title: R Client for the xMart 4 API
Version: 0.3.0
Authors@R:
c(person(given = "Seth",
family = "Caldwell",
role = c("aut"),
email = "[email protected]"),
person(given = "Elliott",
family = "Messeiller",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Muhammad Jarir",
family= "Kanji",
email = "[email protected]",
role = "aut"))
Description: Provides easy access to the xMart 4 API by managing access tokens to
UAT and PROD servers automatically, with limited setup required by the user. Currently
allows systematic access to tables within xMart marts, but additional functionality
can be provided as requested.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
httr,
lubridate,
rlang,
dplyr,
memoise,
purrr,
readr,
AzureAuth,
stringr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/gpw13/xmart4
BugReports: https://github.com/gpw13/xmart4/issues