-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1006 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
43
44
45
46
47
Package: XlsFormUtil
Title: XlsFormUtil
Version: 0.0.900
Authors@R:
person("Edouard", "Legoupil", , "legoupil@unhcr.org", role = c("aut", "cre"))
Maintainer: Edouard Legoupil <legoupil@unhcr.org>
Description: Output nicely printed version of an xlsform This approach
allows to develop a questionnaire and offer version for revision based
on an a master version maintained directly within the xlform format.
License: MIT + file LICENSE
URL: https://github.com/unhcr-americas/XlsFormUtil
Imports:
cli,
config,
dplyr,
flextable,
forcats,
fs,
ggplot2,
golem,
here,
officer,
openxlsx,
purrr,
readxl,
rmarkdown,
shiny,
shinydashboard,
stringr,
tidyr,
tidyselect,
tidyverse,
unhcrshiny,
utils
Suggests:
knitr,
spelling,
testthat
VignetteBuilder:
knitr
Remotes:
edouard-legoupil/unhcrshiny
Config/fusen/version: 0.5.2
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3.9000