-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.34 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: spiro
Title: Manage Data from Cardiopulmonary Exercise Testing
Version: 0.2.3.9000
Authors@R:
c(
person(given = "Simon",
family = "Nolte",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1643-1860")),
person(given = "Manuel",
family = "Ramon",
role = "rev",
comment = "reviewed the package (v. 0.0.5) for rOpenSci, see <https://github.com/ropensci/software-review/issues/541>"),
person(given = "James",
family = "Hunter",
role = "rev",
comment = "reviewed the package (v. 0.0.5) for rOpenSci, see <https://github.com/ropensci/software-review/issues/541>")
)
Description: Import, process, summarize and visualize raw data from
metabolic carts. See Robergs, Dwyer, and Astorino (2010) <doi:10.2165/11319670-000000000-00000> for more details on data processing.
License: MIT + file LICENSE
URL: https://github.com/ropensci/spiro, https://docs.ropensci.org/spiro/
BugReports: https://github.com/ropensci/spiro/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggplot2,
xml2,
readxl,
knitr,
cowplot,
digest,
signal
Suggests:
testthat (>= 3.0.0),
vdiffr,
rmarkdown,
ggborderline
VignetteBuilder: knitr
Config/testthat/edition: 3