-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
116 lines (116 loc) · 2.21 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Package: stanpumpR
Title: stanpumpR, a PK/PD simulation program
Version: 0.0.0.1
Authors@R:
c(person(given = "Steven",
family = "Shafer",
role = c("aut", "cre"),
email = "[email protected]",
comment = structure("0000-0002-0289-7793", .Names = "ORCID")))
Description: stanpumpR is open-source software for pharmacokinetic / pharmacodynamic simulation. It is intended to make pharmacokinetics accessible to facilitate perioperative patient care, teaching, and research. stanpumpR may be freely downloaded and used without restriction for non-commericial purposes.
License: MIT + file LICENSE
Imports:
config,
cpp11,
data.table,
dplyr,
DT,
egg,
glue,
ggplot2 (>= 3.4),
ggpubr,
grid,
httr,
jpeg,
jsonlite,
lubridate,
mailR,
officer,
openxlsx,
png,
purrr,
R.utils,
randomcoloR,
RColorBrewer,
RcppEigen,
reactlog,
rhandsontable,
rvg,
shiny,
shinyBS,
shinydashboard,
shinyjs,
splines,
stringi,
tidyr,
tryCatchLog,
waiter,
yaml
Suggests:
devtools,
here,
knitr,
rmarkdown,
rsconnect,
testthat
Depends:
R (>= 4.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
drugAndEventDefaults.R
sendSlide.R
CE.R
advanceClosedForm0.R
advanceClosedForm1.R
advanceClosedFormPO_IM_IN.R
advanceState.R
advanceStatePO.R
calculateCe.R
clockTimeToDelta.R
convertState.R
createHOT.R
cube.R
deltaToClockTime.R
drugs_alfentanil.R
drugs_dexmedetomidine.R
drugs_etomidate.R
drugs_fentanyl.R
drugs_hydromorphone.R
drugs_ketamine.R
drugs_lidocaine.R
drugs_methadone.R
drugs_midazolam.R
drugs_morphine.R
drugs_naloxone.R
drugs_oliceridine.R
drugs_oxycodone.R
drugs_oxytocin.R
drugs_pethidine.R
drugs_propofol.R
drugs_remifentanil.R
drugs_rocuronium.R
drugs_sufentanil.R
getDrugPK.R
globalVariables.R
hourMinute.R
lbmJames.R
modelInteraction.R
packages.R
processdoseTable.R
recoveryCalc.R
sendError.R
server-helpers.R
setLinetypes.R
simCpCe.R
simulationPlot.R
suggest.R
tPeakError.R
utils.R
validateDose.R
validateTime.R
simulateDrugsWithCovariates.R
stanpumpR-package.R
VignetteBuilder: knitr