-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 1.99 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
Type: Package
Package: saros.base
Title: Base Tools for Semi-Automatic Reporting of Ordinary Surveys
Version: 0.3.2
Authors@R: c(
person(given = "Stephan",
family = "Daus",
role = c("aut", "cre", "cph"),
email = "stephus.daus@gmail.com",
comment = c(ORCID = "0000-0003-0230-6997")),
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 <stephus.daus@gmail.com>
Description: Scaffold an entire web-based report using template chunks, based on a small chapter overview and a dataset.
Highly adaptable with prefixes, suffixes, translations, etc. Also contains tools for password-protecting,
e.g. for each organization's report on a website. Developed for the common case of a survey across multiple organizations/sites
where each organization wants to obtain results for their organization compared with everyone else.
See 'saros' (<https://CRAN.R-project.org/package=saros>) for tools used for authors in the drafted reports.
Note: Free to use for non-Norwegian institutions, otherwise see LICENSE.
License: MIT + file LICENSE
URL: https://nifu-no.github.io/saros.base/, https://github.com/NIFU-NO/saros.base
BugReports: https://github.com/NIFU-NO/saros.base/issues
Depends:
R (>= 4.2.0)
Imports:
cli,
utils,
vctrs,
dplyr,
tidyr,
tidyselect,
glue,
rlang,
stringi,
yaml,
forcats,
fs,
zip,
rstudioapi,
bcrypt
Suggests:
covr,
haven,
srvyr,
readr,
qs,
purrr,
writexl,
webshot,
usethis,
quarto,
labelled,
testthat (>= 3.0.0),
tibble,
withr,
spelling
SystemRequirements: None.
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Language: en-US
VignetteBuilder: quarto
Config/Needs/website: rmarkdown
Config/testthat/parallel: true