-
Notifications
You must be signed in to change notification settings - Fork 19
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
install error in newest R version #13
Comments
I get the same erro:
|
I fixed this problem using docker.
docker pull gangxu/xtail:latest
docker run --name xtail2 -dt gangxu/xtail:latest
docker exec -it xtail2 bash
R
library(xtail)
# quit from R
q()
#quite container
exit;
docker stop xtail2
docker start xtail2 |
It seems you need to install gfortran. |
Hi, Someone got below error when installing the binary version of xtail in a new version R (R 3.6.1):
If you meet the same error, please install xtail using the source package by the below command: |
I have previously run xtail successfully on my Mac using an older version of R and Rstudio. I recently updated to R 3.6.1 I got the same error as mentioned above And cannot install xtail successfully in Rstudio. I would appreciate your help in installing xtail. thanks After downloading the source file, I get the following message
I get the following error when using GitHub after installing and loading devtools
|
I installed and run xtail successfully on R v3.4 on my Mac , but when I updated the R version to the newest v3.6 , the installation always failed by github-link or source code with the following error :
ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0'
ld: warning: directory not found for option '-L/usr/local/gfortran/lib'
ld: library not found for -lgfortran
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [xtail.so] Error 1
ERROR: compilation failed for package ‘xtail’
Warning in install.packages :
installation of package ‘/Users/sunyuanqiang/Desktop/xtail_1.1.5-source.tar’ had non-zero exit status
Any suggestions would be appreaciated !
The text was updated successfully, but these errors were encountered: