File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ importFrom(stats,runif)
109
109
importFrom(stats,sd)
110
110
importFrom(stats,start)
111
111
importFrom(stats,time)
112
+ importFrom(stats,uniroot)
112
113
importFrom(survival,Surv)
113
114
importFrom(survival,survfit)
114
115
importFrom(utils,head)
Original file line number Diff line number Diff line change 24
24
# ' @importFrom survival survfit Surv
25
25
# ' @importFrom grDevices rgb
26
26
# ' @importFrom methods is
27
- # ' @importFrom stats aggregate coef confint pnorm predict printCoefmat qnorm quantile rexp rpois runif sd time density lm start
27
+ # ' @importFrom stats aggregate coef confint pnorm predict printCoefmat qnorm quantile rexp rpois runif sd time density lm start uniroot
28
28
# ' @importFrom utils setTxtProgressBar txtProgressBar head install.packages installed.packages
29
29
# ' @importFrom graphics text
30
30
# ' @importFrom rlang .data
You can’t perform that action at this time.
0 commit comments