Browse code

add data.tree to namespace

Former-commit-id: d86b6b60f26f1caaf24cf50516787d5ec3494c99

nttvy authored on 15/12/2020 12:57:29
Showing 2 changed files

... ...
@@ -20,6 +20,7 @@ import(ROCR)
20 20
 import(SingleCellExperiment)
21 21
 import(ape)
22 22
 import(caret)
23
+import(data.tree)
23 24
 import(dplyr)
24 25
 import(e1071)
25 26
 import(ggplot2)
... ...
@@ -105,6 +105,7 @@ setGeneric("plant_tree", function(models.file.path = c("default", "."))
105 105
 #' @inherit plant_tree
106 106
 #' 
107 107
 #' @importFrom utils data
108
+#' @import data.tree
108 109
 setMethod("plant_tree", , function(models.file.path = c("default", ".")) {
109 110
   new_models <- default_models <- NULL
110 111