-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.4 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Type: Package
Package: saros
Title: Semi-Automatic Reporting of Ordinary Surveys
Version: 1.5.0
Authors@R: c(
person(given = "Stephan",
family = "Daus",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0230-6997")),
person("Julia", "Silge", role = c("ctb"), comment = "Author of internal scale_x_reordered"),
person("David", "Robinson", role = c("ctb"), comment = "Author of internal scale_x_reordered"),
person("Nordic Institute for The Studies of Innovation, Research and Education (NIFU)",
role = c("fnd")),
person("Kristiania University College",
role = c("fnd"))
)
Maintainer: Stephan Daus <[email protected]>
Description: Offers a systematic way for conditional reporting of figures and tables for many
(and bivariate combinations of) variables, typically from survey data.
Contains interactive 'ggiraph'-based
(<https://CRAN.R-project.org/package=ggiraph>) plotting functions and
data frame-based summary tables (bivariate significance tests,
frequencies/proportions, unique open ended responses, etc) with
many arguments for customization, and extensions possible. Uses a global
options() system for neatly reducing redundant code.
Also contains tools for immediate saving of objects and returning a hashed link to the object,
useful for creating download links to high resolution images upon rendering in 'Quarto'.
Suitable for highly customized reports, primarily intended for survey
research.
Note: Free to use for non-Norwegian institutions, otherwise see LICENSE.
License: MIT + file LICENSE
URL: https://nifu-no.github.io/saros/, https://github.com/NIFU-NO/saros
BugReports: https://github.com/NIFU-NO/saros/issues
Depends:
R (>= 4.2.0)
Imports:
cli,
dplyr,
forcats,
fs,
ggiraph,
ggplot2,
glue,
grDevices,
lifecycle,
mschart,
officer,
rlang,
stringi,
tidyr,
tidyselect,
utils,
vctrs
Suggests:
covr,
haven,
labelled,
quarto,
knitr,
readr,
scales,
spelling,
srvyr,
testthat (>= 3.0.0),
tibble,
vdiffr,
withr,
writexl
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Language: en-US
VignetteBuilder: quarto
Config/Needs/website: rmarkdown
Config/testthat/parallel: true
LazyData: true