We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Ubuntu 22.04
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).
libicui18n.so.66
Might be a library mismatch of libicu?
libicu
successful installation
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
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]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
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]
The text was updated successfully, but these errors were encountered: