daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
653 stars 157 forks source link

no package called 'stringi' #28

Closed deanhardy closed 7 years ago

deanhardy commented 7 years ago

Rad idea! Thanks for working on this! Getting this error:

library(timevis) timevis()

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘stringi’``

daattali commented 7 years ago

stringi is not even a direct dependency of timevis so that's strange. Looks like when you installed timevis the dependencies didn't get installed. Trey installing stringi (or better yet, reinstall timevis with the dependencies flag set to TRUE) On Mar 13, 2017 3:18 PM, "Dean Hardy" notifications@github.com wrote:

Rad idea! Thanks for working on this! Getting this error:

library(timevis) timevis() Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘stringi’

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daattali/timevis/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6IFPKC-x-tj7i1311HK0FEOR-Sc2A0ks5rlZaIgaJpZM4MbsuG .

deanhardy commented 7 years ago

I don't know what I'm doing so much, but I did check the dependencies box... I think.

That said, I installed stringi separately and it works now. Thanks for the rapid reply!