-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 861 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 861 Bytes
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
Package: susoapi
Title: Interface for Survey Solutions' APIs
Version: 0.3.1
Authors@R:
person(given = "Arthur",
family = "Shaw",
role = c("aut", "cre"),
email = "jashaw2002@gmail.com")
Description: Provides a user-friendly interface for Survey Solutions RESTful and GraphQL APIs.
License: MIT + file LICENSE
URL: https://arthur-shaw.github.io/susoapi/, 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,
glue,
rlang,
tibble,
lubridate
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
vcr,
withr
Config/testthat/edition: 3
VignetteBuilder: knitr