You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am new to R (and RStudio) and trying to install DiagrammerR the "normal" way (via Rstudio) got me an error - xml and rgexf couldn't be installed.
I use Kubuntu 18.04 and the RStudio Server
To solve it i had to install the ubuntu package
r-cran-xml
via terminal. xml is a dependency of rgexf - so this error disappeared afterwards
After this DiagrammeR could be installed in RStudio.
Just in case someone has the same problem.
Edit:
this works for the R version included in the Ubuntu package repository.
If you use a newer version via cran-mirror you need to
sudo apt-get install libxml2-dev
to be able to install the missing xml dependency DiagrammR needs.
The text was updated successfully, but these errors were encountered:
kaktux
changed the title
Installa DiagrammeR on Ubuntu 18.04 - xml and rgexf error [solved]
Install DiagrammeR on Ubuntu 18.04 - xml and rgexf error [solved]
Jul 2, 2018
kaktux
changed the title
Install DiagrammeR on Ubuntu 18.04 - xml and rgexf error [solved]
Install DiagrammeR on Ubuntu 18.04 - xml and rgexf error
Jul 2, 2018
Hi,
i am new to R (and RStudio) and trying to install DiagrammerR the "normal" way (via Rstudio) got me an error - xml and rgexf couldn't be installed.
I use Kubuntu 18.04 and the RStudio Server
To solve it i had to install the ubuntu package
r-cran-xml
via terminal. xml is a dependency of rgexf - so this error disappeared afterwards
After this DiagrammeR could be installed in RStudio.
Just in case someone has the same problem.
Edit:
this works for the R version included in the Ubuntu package repository.
If you use a newer version via cran-mirror you need to
sudo apt-get install libxml2-dev
to be able to install the missing xml dependency DiagrammR needs.
The text was updated successfully, but these errors were encountered: