briatte / ggnet

Network visualization with ggplot2
https://briatte.github.io/ggnet/
194 stars 33 forks source link

Error: shared object ‘stringi.so’ not found #13

Closed cpsievert closed 8 years ago

cpsievert commented 8 years ago
devtools::install_github("briatte/ggnet")
#> Downloading GitHub repo briatte/ggnet@master
#> Error in library.dynam(lib, package, package.lib) :
#>   shared object ‘stringi.so’ not found

devtools::session_info()
#> Session info -------------------------------------------------------------------
#>  setting  value
#>  version  R version 3.2.2 (2015-08-14)
#>  system   x86_64, linux-gnu
 #> ui       X11
 #> language (EN)
 #> collate  en_US.UTF-8
#>  tz       <NA>
#>  date     2015-11-03
#> 
#> Packages -----------------------------------------------------------------------
 #> package  * version date       source
 #> devtools   1.9.1   2015-09-11 CRAN (R 3.2.2)
 #> digest     0.6.8   2014-12-31 CRAN (R 3.2.2)
#>  memoise    0.2.1   2014-04-22 CRAN (R 3.1.1)
briatte commented 8 years ago

Thanks for your report. I suspect that the error is caused by your version of ggplot2. Right now, ggnet requires the development version of ggplot2, which has to be installed from GitHub.

I have updated the installation instructions in the README. Please let me know if they do not solve your issue.

cpsievert commented 8 years ago

ah, ok, thanks