Appsilon / shiny.i18n

Shiny applications internationalization made easy
https://appsilon.github.io/shiny.i18n/
Other
169 stars 38 forks source link

[Bug]: Unable to install dev version from github #71

Open fegue opened 2 years ago

fegue commented 2 years ago

Guidelines

Project Version

No response

Platform and OS Version

Ubuntu 22.04

Existing Issues

No response

What happened?

When trying to install the developer version from github via

devtools::install_github("Appsilon/shiny.i18n")

the installation process stops with an error that it cannot open a shared object file libicui18n.so.66 (see attachment for full error message).

Might be a library mismatch of libicu?

Steps to reproduce

  1. devtools::install_github("Appsilon/shiny.i18n")

Expected behavior

successful installation

Attachments

Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/USER/R/x86_64-pc-linux-gnu-library/4.2/stringi/libs/stringi.so': libicui18n.so.66: cannot open shared object file: No such file or directory Calls: ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load Execution halted

Screenshots or Videos

No response

Additional Information

OS: Ubuntu 22.04 R Version: 4.2.1

$ apt list --installed | grep libicu

libicu-dev/jammy,now 70.1-2 amd64 [installed,automatic]
libicu70/jammy,now 70.1-2 amd64 [installed,automatic]