Skip to content
New issue

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

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

Open
1 task done
fegue opened this issue Jul 6, 2022 · 0 comments
Open
1 task done

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

fegue opened this issue Jul 6, 2022 · 0 comments
Labels

Comments

@fegue
Copy link

fegue commented Jul 6, 2022

Guidelines

  • I agree to follow this project's Contributing 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]
@fegue fegue added the bug label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant