-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.46 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
Package: breathteststan
Type: Package
Title: Stan-Based Fit to Gastric Emptying Curves
Version: 0.8.8
Authors@R: c(
person("Dieter", "Menne", , "dieter.menne@menne-biomed.de", 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("University Hospital of Zurich, Dep. Gastroenterology", role = c("fnd", "dtc"))
)
Description: Stan-based curve-fitting function
for use with package 'breathtestcore' by the same author.
Stan functions are refactored here for easier testing.
License: GPL (>=3)
Encoding: UTF-8
ByteCompile: true
Depends:
R (>= 4.0.0),
methods,
Rcpp (>= 1.0.6)
Imports:
breathtestcore (>= 0.8.4),
dplyr,
purrr,
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
rstantools (>= 2.4.0),
stringr,
tidyr
Suggests:
ggplot2,
shinystan,
igraph,
bayesplot,
testthat,
covr,
knitr,
parallelly,
rmarkdown
LinkingTo:
BH (>= 1.72),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
Remotes: dmenne/breathtestcore
URL: https://github.com/dmenne/breathteststan,
https://dmenne.github.io/breathteststan/
BugReports: https://github.com/dmenne/breathteststan/issues
NeedsCompilation: yes
SystemRequirements: GNU make
Config/testthat/edition: 3
Config/testthat/parallel: true
RoxygenNote: 7.3.2