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

errors installing on linux-ubuntu #101

Open
HomeStayMom opened this issue Aug 3, 2023 · 1 comment
Open

errors installing on linux-ubuntu #101

HomeStayMom opened this issue Aug 3, 2023 · 1 comment

Comments

@HomeStayMom
Copy link

HomeStayMom commented Aug 3, 2023

Dear Sir,
I am truly enjoying your package and love it.
Recently I tried to install on my Ubuntu and run in some issues.
Unfortunately my effort installing in base R from Cran with all dependencies set to true also failed me.
errors installing on ubuntu
sessioninfo.
Your guidance would be more than welcome.

@choonghyunryu
Copy link
Owner

@HomeStayMom

Your packages dependencies are a bit strange.
After installing the problematic package individually, try installing dlookr.

install.packages("TTR")
install.packages("curl")
install.packages("systemfonts")
install.packages("gfonts")
install.packages("svglite")
install.packages("quantmod")
install.packages("gdtools")
install.packages("tseries")
install.packages("xml2")
install.packages("rvest")

and

install.packages("dlookr")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants