-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.2 KB
/
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
Package: crunchtabs
Type: Package
Title: Custom Report Generation for Crunch Datasets
Description: In order to generate custom survey reports, this package provides
functions for computing 'toplines' (one-way frequency summaries),
'banners' (cross-tabulations) and codebooks of datasets in the Crunch
(<https://crunch.io/>) web service. Reports can be written in 'PDF' format
using 'LaTeX' or in Microsoft Excel '.xlsx' files.
Version: 2.0.1
Authors@R: c(
person("Persephone", "Tsebelis", role="aut"),
person("Kamil", "Sedrowicz", role="aut"),
person("Neal", "Richardson", email="neal@crunch.io", role=c("aut")),
person("Brandon", "Bertelsen", email="brandon.bertelsen@yougov.com", role=c("aut", "cre")))
URL: https://github.com/Crunch-io/crunchtabs
BugReports: https://github.com/Crunch-io/crunchtabs/issues
License: LGPL (>= 3)
Depends:
R (>= 3.5.0),
crunch,
Imports:
digest,
dplyr,
httr,
jsonlite,
kableExtra (>= 1.1.0.9000),
magrittr,
methods,
openxlsx,
rlang,
stringr,
tinytex
Suggests:
arrow,
covr,
knitr,
mockery,
rmarkdown,
stringi,
testthat (>= 2.1.0)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8