Add missing entropy lib to call features
parent
c3a6b1f9a2
commit
3052693573
|
@ -1,5 +1,6 @@
|
|||
library('tidyr')
|
||||
library('stringr')
|
||||
library('entropy')
|
||||
|
||||
Mode <- function(v) {
|
||||
uniqv <- unique(v)
|
||||
|
|
Loading…
Reference in New Issue