KechrisLab / multiMiR

Development repository for the multiMiR database's R API
Other
19 stars 3 forks source link

Error: 'split_by' is not an exported object from 'namespace:purrr' #22

Closed Zonefat closed 6 years ago

Zonefat commented 6 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.

mmulvahill commented 6 years ago

Hi @Zonefat -- this was fixed in the most recent commit (ff0e447). Reinstalling the package should fix the issue.

Zonefat commented 6 years ago

hi @mmulvahill , it really works, thanks a lot!