hrbrmstr / newsflash

Tools to Work with the Internet Archive and GDELT Television Explorer in R
90 stars 9 forks source link

Error in loadNamespace - there is no package called `txtplot` #2

Closed jrosen48 closed 7 years ago

jrosen48 commented 7 years ago

When I installed via devtools::install_github(), the following error was returned:

** preparing package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called ‘txtplot’

I simply installed txtplot using install.packages('txtplot'), but wondered if this had to do with it not being included in the namespace.

hrbrmstr commented 7 years ago

aye. lemme fix the imports/DESCRIPTION real quick. #ty for the issue!