We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7115bd8 commit 6fe7925Copy full SHA for 6fe7925
1 file changed
NAMESPACE
@@ -26,6 +26,8 @@ importFrom(graphics,panel.smooth)
26
importFrom(graphics,par)
27
importFrom(graphics,rect)
28
importFrom(gt,gt)
29
+importFrom(htmltools,h2)
30
+importFrom(htmlwidgets,prependContent)
31
importFrom(ipred,bagging)
32
importFrom(magrittr,"%>%")
33
importFrom(parallel,makeCluster)
@@ -34,7 +36,6 @@ importFrom(purrr,keep)
34
36
importFrom(randomForest,randomForest)
35
37
importFrom(ranger,ranger)
38
importFrom(reactable,reactable)
-importFrom(reactablefmtr,add_title)
39
importFrom(scales,percent)
40
importFrom(stats,complete.cases)
41
importFrom(stats,cor)
0 commit comments