Skip to content

Commit

Permalink
clean up some Imports reliques
Browse files Browse the repository at this point in the history
  • Loading branch information
qmarcou committed Apr 23, 2024
1 parent bdfafee commit b7cce94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ License: GPL (>= 2)
URL: https://github.com/qmarcou/netidmtpreg
BugReports: https://github.com/qmarcou/netidmtpreg/issues
Depends:
doParallel,
foreach,
R (>= 3.4.0),
survival
R (>= 3.4.0)
Imports:
assertr,
assertthat,
Expand All @@ -31,6 +28,7 @@ Imports:
relsurv,
rlang,
stats,
survival,
tibble,
tidyr,
tryCatchLog,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by roxygen2: do not edit by hand
import(survival, foreach , doParallel)
importFrom("graphics", "lines", "par", "plot")
importFrom("stats", "binomial", "coefficients", "complete.cases", "contrasts", "is.empty.model", "model.matrix", "na.omit", "pnorm","quantile", "time")
importFrom("utils", "tail", "methods")
Expand Down

0 comments on commit b7cce94

Please sign in to comment.