-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue Installing lfmm #5
Comments
Hi, I am trying to install 'lfmm' on R 3.6.1 (windows 64bit) and
|
@nicholasprice79 The issue you are experiencing is due to a space in your username: "Nicholas Price". R is, for some reason, erroring out because of that. This was probably not very tested on windows, but rather on *nix systems where usernames cannot have whitespace. @xiahui625649 You are probably missing "Rtools". Check this guide for instructions on how to do that. |
Hi,
I am trying to install 'lfmm' on R 3.6.1 (windows 64bit) and
I am having the following problem
package ‘RcppEigen’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Nicholas Price\AppData\Local\Temp\RtmpsRg0R3\downloaded_packages
checking for file 'C:\Users\Nicholas Price\AppData\Local\Temp\RtmpsRg0R3\remotes8846a757c73\bcm-uga-lfmm-5411c35/DESCRIPTION' ...
√ checking for file 'C:\Users\Nicholas Price\AppData\Local\Temp\RtmpsRg0R3\remotes8846a757c73\bcm-uga-lfmm-5411c35/DESCRIPTION'
preparing 'lfmm':
checking DESCRIPTION meta-information ...
checking DESCRIPTION meta-information ...
√ checking DESCRIPTION meta-information
cleaning src
checking for LF line-endings in source and make files and shell scripts
checking for empty or unneeded directories
looking to see if a 'data/datalist' file should be added
building 'lfmm_0.0.tar.gz'
** using staged installation
** libs
C:/Rtools/mingw_64/bin/g++ -I"C:/PROGRA
1/R/R-3.6.1/include" -DNDEBUG -I"C:/Program Files/R/R-3.6.1/library/Rcpp/include" -I"C:/Program Files/R/R-3.6.1/library/RcppEigen/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o1/R/R-3.6.1/include" -DNDEBUG -I"C:/Program Files/R/R-3.6.1/library/Rcpp/include" -I"C:/Program Files/R/R-3.6.1/library/RcppEigen/include" -O2 -Wall -mtune=generic -c helpers.cpp -o helpers.oC:/Rtools/mingw_64/bin/g++ -I"C:/PROGRA
C:/Rtools/mingw_64/bin/g++ -I"C:/PROGRA
1/R/R-3.6.1/include" -DNDEBUG -I"C:/Program Files/R/R-3.6.1/library/Rcpp/include" -I"C:/Program Files/R/R-3.6.1/library/RcppEigen/include" -O2 -Wall -mtune=generic -c tess3.cpp -o tess3.o1/R/R-3.6.1/bin/x64 -lRC:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o lfmm.dll tmp.def RcppExports.o helpers.o tess3.o -LC:/PROGRA
installing to C:/Program Files/R/R-3.6.1/library/00LOCK-lfmm/00new/lfmm/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Fatal error: cannot open file 'C:\Users\Nicholas': No such file or directory
ERROR: lazy loading failed for package 'lfmm'
Error: Failed to install 'lfmm' from GitHub:
(converted from warning) installation of package ‘C:/Users/Nicholas Price/AppData/Local/Temp/RtmpsRg0R3/file8842006d5c/lfmm_0.0.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered: