new dependency over stringr
This commit is contained in:
parent
9b6a14a99d
commit
dba1ce7050
@ -23,4 +23,5 @@ Imports:
|
|||||||
Matrix (>= 1.1-0),
|
Matrix (>= 1.1-0),
|
||||||
methods,
|
methods,
|
||||||
data.table (>= 1.9),
|
data.table (>= 1.9),
|
||||||
magrittr (>= 1.5)
|
magrittr (>= 1.5),
|
||||||
|
stringr
|
||||||
@ -19,3 +19,4 @@ importClassesFrom(Matrix,dgeMatrix)
|
|||||||
importFrom(data.table,":=")
|
importFrom(data.table,":=")
|
||||||
importFrom(data.table,data.table)
|
importFrom(data.table,data.table)
|
||||||
importFrom(magrittr,"%>%")
|
importFrom(magrittr,"%>%")
|
||||||
|
importFrom(stringr,str_extract)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user