Skip to content

Commit 200c48c

Browse files
Upgraded version to 1.0.1, now uses the htmltools and htmlwidges packages, and no longer uses the reactablefmtr package.
1 parent 6fe7925 commit 200c48c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ClassificationEnsembles
22
Title: Automatically Builds 12 Classification Models (6 Individual and 6 Ensembles of Models) from Classification Data
3-
Version: 1.0.0
3+
Version: 1.0.1
44
Authors@R:
55
person("Russ", "Conte", , "russconte@mac.com", role = c("aut", "cre", "cph"))
66
Description: Automatically builds 12 classification models from data. The package also returns 25 plots, 5 tables and a summary report.
@@ -15,6 +15,8 @@ Depends:
1515
e1071,
1616
ggplot2,
1717
gt,
18+
htmltools,
19+
htmlwidgets,
1820
ipred,
1921
MachineShop,
2022
magrittr,
@@ -25,7 +27,6 @@ Depends:
2527
randomForest,
2628
ranger,
2729
reactable,
28-
reactablefmtr,
2930
scales,
3031
tidyr,
3132
tree

0 commit comments

Comments
 (0)