Skip to content

Commit d0ee817

Browse files
committedSep 27, 2024·
Fixing R check note
1 parent 6b0ec84 commit d0ee817

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ importFrom(stats,runif)
109109
importFrom(stats,sd)
110110
importFrom(stats,start)
111111
importFrom(stats,time)
112+
importFrom(stats,uniroot)
112113
importFrom(survival,Surv)
113114
importFrom(survival,survfit)
114115
importFrom(utils,head)

‎R/CohortMethod.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#' @importFrom survival survfit Surv
2525
#' @importFrom grDevices rgb
2626
#' @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
2828
#' @importFrom utils setTxtProgressBar txtProgressBar head install.packages installed.packages
2929
#' @importFrom graphics text
3030
#' @importFrom rlang .data

0 commit comments

Comments
 (0)
Please sign in to comment.