-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
49 lines (49 loc) · 1.37 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
Package: metabolic
Title: Datasets and Functions for Reproducing Meta-Analyses
Version: 0.1.2
Authors@R:
person(given = "Felipe",
family = "Mattioni Maturana",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4221-6104"))
Description: Dataset and functions from the meta-analysis published in Medicine & Science in Sports & Exercise.
It contains all the data and functions to reproduce the analysis.
"Effectiveness of HIIE versus MICT in Improving Cardiometabolic Risk Factors in Health and Disease: A Meta-analysis".
Felipe Mattioni Maturana, Peter Martus, Stephan Zipfel, Andreas M Nieß (2020) <doi:10.1249/MSS.0000000000002506>.
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/fmmattioni/metabolic
BugReports: https://github.com/fmmattioni/metabolic/issues
Imports:
tibble,
magrittr,
usethis,
dplyr (>= 1.0.0),
ggplot2 (>= 3.2.1),
ggfittext,
cli (>= 2.0.1),
forcats,
ggimage,
patchwork (>= 1.0.0),
scales,
stringr,
tidyr (>= 1.0.2),
purrr,
meta (>= 4.11-0),
glue,
rmarkdown
Depends:
R (>= 3.2)
Suggests:
knitr,
here,
Rd2roxygen,
kableExtra,
fansi,
downloadthis (>= 0.2.0),
spelling
Language: en-US