From b7cce945e2ccd062d65f77b2c1f1124fe884f770 Mon Sep 17 00:00:00 2001 From: Quentin Marcou <18257721+qmarcou@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:01:55 +0200 Subject: [PATCH] clean up some Imports reliques --- DESCRIPTION | 6 ++---- NAMESPACE | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6ca32ce..4061965 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, @@ -31,6 +28,7 @@ Imports: relsurv, rlang, stats, + survival, tibble, tidyr, tryCatchLog, diff --git a/NAMESPACE b/NAMESPACE index 2f2c2f8..8eab531 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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")