quanteda / quanteda.textmodels

Text scaling and classification models for quanteda
42 stars 6 forks source link

cannot install from CRAN #35

Closed randomgambit closed 3 years ago

randomgambit commented 3 years ago

Hi,

Thanks again for this tremendous package. I am trying to install from CRAN and getting a weird error (I am on linux).

Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/apps/R/R-3.6.1/library/kernlab/libs/kernlab.so':
  libRlapack.so: cannot open shared object file: No such file or directory
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
Execution halted
ERROR: lazy loading failed for package ?RSSL?

Do you know what could cause this? quanteda and textmodel_nb used to work perfectly on my machine... Thanks!

randomgambit commented 3 years ago

nevermind. An update of the dependencies fixed it. Thanks!