-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 986 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
40
41
42
Package: cleanstart
Title: App for creating Stata data cleaning script from SuSo questionnaire
Version: 0.0.0.9000
Authors@R:
person(given = "Arthur",
family = "Shaw",
role = c("aut", "cre"),
email = "[email protected]")
Description: A user-friendly application for quickly creating Stata data
cleaning .do files from the Survey Solutions' questionnaire.
License: MIT + file LICENSE
Imports:
bslib,
config (>= 0.3.2),
desc,
dplyr,
fontawesome,
fs,
gargoyle (>= 0.0.1),
glue,
golem (>= 0.4.1),
purrr,
R6,
rappdirs,
rlang,
shiny (>= 1.7.5.1),
shinyvalidate,
stringr,
suso2stata (>= 0.0.0.9000),
susometa (>= 0.0.0.9000),
tidyr,
uuid
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
github::lsms-worldbank/suso2stata,
github::ColinFay/gargoyle,
github::lsms-worldbank/susometa