-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
44 lines (44 loc) · 1.26 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
Package: presentresults
Title: Helpers to present results into table or graphs
Version: 0.0.0.9002
Authors@R: c(
person("Mehedi", "Khan", email= "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4276-4485")),
person("Yann", "Say", "", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7390-4209"))
)
Description: The package provides wrappers to turn results from a long format into wide or graphics.
For results in a long format, it will work with an analysis key which have the following format
analysis_type @/@ dependent_variable %/% dependent_variable_value @/@ independent_variable %/%
independent_variable_value.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
withr
Config/testthat/edition: 3
Imports:
analysistools,
dplyr,
ggplot2,
glue,
magrittr,
openxlsx,
purrr,
rlang,
scales,
stringr,
tidyr,
tidyselect
Remotes:
impact-initiatives/analysistools
Depends:
R (>= 4.3.0)
LazyData: true
URL: https://impact-initiatives.github.io/presentresults/
VignetteBuilder: knitr