-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.16 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
Package: breathtestshiny
Title: Shiny Web App to Fit 13c Time Series from Breath Tests
Version: 0.5.4.0
Authors@R: c(
person("Dieter", "Menne", , "[email protected]", role = c("aut", "cre")),
person("Menne Biomed Consulting Tuebingen", role = c("cph")),
person("Benjamin","Misselwitz", , role = c("fnd")),
person("Mark", "Fox", , role = c("fnd")),
person("Andreas", "Steingoetter", , role = c("dtc")),
person("University Hospital of Zurich, Dep. Gastroenterology", role = c("fnd", "dtc"))
)
Maintainer: Dieter Menne <[email protected]>
Description: Uses packages breathtestcore and breathteststan
to fit gastric emptying 13C time series in a Shiny-based web app.
Depends: R (>= 4.2.0)
Imports:
shiny (>= 1.7.0)
Suggests:
breathtestcore (>= 0.8.9),
breathteststan (>= 0.8.0),
DT,
ragg,
shinyjs (>= 2.1.0),
htmlwidgets,
shinycssloaders,
shinyBS,
shinyAce,
shinythemes,
knitr,
rmarkdown,
remotes
Remotes:
dmenne/breathtestcore,
dmenne/breathteststan
URL: https://github.com/dmenne/breathtestshiny,
https://dmenne.github.io/breathtestshiny/
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8