-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 974 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
Package: susoflows
Title: Executes common workflows with Survey Solutions' API
Version: 0.1.0
Authors@R:
person(given = "Arthur",
family = "Shaw",
role = c("aut", "cre"),
email = "[email protected]")
Description: Executes common workflows in Survey Solutions. Through simple functions, this package helps implement common--and often complex--workflows. Rather than execute several API calls manually, users can use a simple function.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
assertthat,
dplyr,
lubridate,
purrr,
rlang,
stringr,
susoapi (>= 0.2.0),
tibble
Remotes:
github::arthur-shaw/susoapi
Suggests:
vcr,
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/arthur-shaw/susoflows
BugReports: https://github.com/arthur-shaw/susoflows/issues