-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
49 lines (49 loc) · 930 Bytes
/
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: kinfitr
Title: Kinetic Modelling of PET Time Activity Curves
Date: 2024-08-14
Version: 0.8.0
Authors@R: person("Granville", "Matheson", email = "mathesong@gmail.com", role = c("aut", "cre"))
Description: This package calculates outcome parameters for PET data using time activity curves (TACs). The will allow for more reproducible PET modelling research.
Depends:
R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
pracma,
minpack.lm,
forcats,
RColorBrewer,
plyr,
tidyr,
magrittr,
scales,
ggplot2,
dplyr,
nls.multstart,
tibble,
purrr,
broom,
grDevices,
graphics,
stats,
utils,
tools,
jsonlite,
invgamma,
cowplot,
car,
mgcv,
fs,
stringr,
segmented,
LambertW,
rlang
Suggests:
knitr,
devtools,
roxygen2,
testthat,
rmarkdown,
covr