-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
39 lines (39 loc) · 831 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
34
35
36
37
38
39
Package: susoapi
Title: Interface for Survey Solutions' APIs
Version: 0.2.3
Authors@R:
person(given = "Arthur",
family = "Shaw",
role = c("aut", "cre"),
email = "[email protected]")
Description: Provides a user-friendly interface for Survey Solutions RESTful and GraphQL APIs.
License: MIT + file LICENSE
URL: https://github.com/arthur-shaw/susoapi
BugReports: https://github.com/arthur-shaw/susoapi/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
httr,
purrr,
jsonlite,
dplyr,
tidyr,
stringr,
assertthat,
curl,
fs,
ghql,
glue,
rlang,
tibble,
lubridate
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
vcr,
withr
Config/testthat/edition: 3
VignetteBuilder: knitr