-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.24 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
Package: gastempt
Version: 0.7.0
Authors@R: c(person("Dieter", "Menne",
email = "[email protected]", role = c("aut","cre")))
Type: Package
Title: Analyzing Gastric Emptying from MRI or Scintigraphy
Description: Fits gastric emptying time series from MRI or 'scintigraphic' measurements
using nonlinear mixed-model population fits with 'nlme' and Bayesian methods with
Stan; computes derived parameters such as t50 and AUC.
License: GPL (>=3)
NeedsCompilation: yes
URL: https://github.com/dmenne/gastempt,
http://dmenne.github.io/gastempt/
BugReports: https://github.com/dmenne/gastempt/issues
Depends:
R (>= 4.3.0)
Imports:
nlme,
Rcpp (>= 1.0.3),
dplyr,
methods,
tibble (>= 3.1.0),
ggplot2 (>= 3.3.0),
rstan (>= 2.26.0),
assertthat,
stringr,
shiny,
utf8
Suggests:
rmarkdown,
knitr,
covr,
testthat (>= 3.2.0),
ragg,
vdiffr,
parallelly,
rstantools
LinkingTo:
StanHeaders (>= 2.32.0),
rstan (>= 2.32.0),
BH (>= 1.80.0-1),
Rcpp (>= 1.0.3),
RcppEigen (>= 0.3.4.0.0),
RcppParallel (>= 5.1.9)
VignetteBuilder:
knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
SystemRequirements: GNU make
Config/testthat/parallel: false
Config/testthat/edition: 3