-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1015 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
Package: DTAT
Type: Package
Title: Dose Titration Algorithm Tuning: a framework for dose individualization
Version: 0.3-0
Date: 2019-01-29
Authors@R: person("David C.", "Norris"
, role = c("aut", "cre")
, email = "[email protected]"
)
Maintainer: David C. Norris <[email protected]>
Depends: R (>= 3.4.0),
pomp (>= 1.12),
Hmisc (>= 4.0.3),
lattice,
survival,
shiny
Imports: km.ci,
zipfR,
RColorBrewer,
data.table,
dplyr,
r2d3,
widgetframe,
jsonlite,
methods
Suggests: rms, tidyr, latticeExtra, animation, knitr, rmarkdown
Description: Early versions of this package are intended primarily to ensure the
reproducibility of my research on Dose Titration Algorithm Tuning.
URL: https://osf.io/5479p/
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Encoding: UTF-8