Closed Yoon-Seob-Kim closed 6 years ago
For clarification, what operating system are you running?
This output shows that you are failing to locate the lme4
package. The first thing I would try is to try to install this package: install.packages("lme4")
install.packages("lme4") did not work due to same dependency issue my OS is ubuntu 16.04 Desktop LTS (64-bit) Thanks.
have you installed the ubuntu dependencies:
sudo apt-get install libcurl4-openssl-dev libpng-dev libxslt-dev libssl-dev libxml2-dev xsltproc
you can also try installing lme4 via github: install_github("lme4/lme4",dependencies=TRUE)
I already installed the ubuntu dependencies...
But fortunately I fixed the problem
I suspect the OS problem, and I tried to install ubuntu 18 ver via virtualbox machine on win 10 system.
And then ... it worked!! thanks for your kind help
Hello
I have difficulty in installing sake pacakge
The below is the console of my R studio.
How can I do to fix the error?
Thanks for your help...