Closed Zonefat closed 7 years ago
example1 <- get.multimir(mirna = 'hsa-miR-612', summary = TRUE) Searching mirecords ... Searching mirtarbase ... Searching tarbase ... Error: 'split_by' is not an exported object from 'namespace:purrr'
And I have try install.packages("purrr") library(purrr)
After that it doesn't work as well.
Hi @Zonefat -- this was fixed in the most recent commit (ff0e447). Reinstalling the package should fix the issue.
hi @mmulvahill , it really works, thanks a lot!
And I have try install.packages("purrr") library(purrr)
After that it doesn't work as well.