Skip to content

Commit

Permalink
Fixing R check note
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Sep 27, 2024
1 parent 6b0ec84 commit d0ee817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,uniroot)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(utils,head)
Expand Down
2 changes: 1 addition & 1 deletion R/CohortMethod.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' @importFrom survival survfit Surv
#' @importFrom grDevices rgb
#' @importFrom methods is
#' @importFrom stats aggregate coef confint pnorm predict printCoefmat qnorm quantile rexp rpois runif sd time density lm start
#' @importFrom stats aggregate coef confint pnorm predict printCoefmat qnorm quantile rexp rpois runif sd time density lm start uniroot
#' @importFrom utils setTxtProgressBar txtProgressBar head install.packages installed.packages
#' @importFrom graphics text
#' @importFrom rlang .data
Expand Down

0 comments on commit d0ee817

Please sign in to comment.