libicui18n.so.57.1

Hi! I’m trying to use a package inside R. The package seems work fine, but one specific function does not. Take a look:

library(dae)data(SPLGrass.dat)
interaction.ABC.plot(Main.Grass, x.factor=Period,
groups.factor=Spring, trace.factor=Summer,
data=SPLGrass.dat,
title=“Effect of Period, Spring and Summer on Main Grass”)
Error in dyn.load(file, DLLpath = DLLpath, …) :
impossível carregar objeto compartilhado ‘/home/viniciusbr/R/x86_64-suse-linux-gnu-library/3.3/stringi/libs/stringi.so’:
libicui18n.so.57.1: cannot open shared object file: Arquivo ou diretório não encontrado
Além disso: Warning message:
The labeller API has been updated. Labellers taking variableand value arguments are now deprecated. See labellers documentation.

How can I install this libicui18n.so.57.1?

Hi
It’s available from theX11:common:Factory, however, that sounds like a recipe for disaster…](https://build.opensuse.org/package/show?project=X11%3Acommon%3AFactory&package=icu)
https://software.opensuse.org/package/libicu57_1

Just download the rpm and manually install, I expect you will see conflicts, if so abort the install…

You could try unpacking the rpm and poping the lib down in your libs directory, a hack but may work.

Many thanks!