-
Notifications
You must be signed in to change notification settings - Fork 8
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
problem installing #2
Comments
The purpose of the configure script is only to prevent you from installing a version of the package that does not correspond to a git commit (because then the version is untraceable). According to the error message, you did not clone the repo using git. The possible solutions are to erase the current repo and replace it with |
A reliable way to install the package in R is :
|
I have removed the configure and cleanup scripts. They belonged to another era where the software was still evolving and I needed to trace which version had been used to produce a given output. This stopped being useful and only caused frustration for the users. |
I have trouble installing the package, both when using devtools install_github, and when doing it by first cloning followed by R CMD INSTALL.
I get these error messages:
fatal: Not a git repository (or any parent up to mount point /tmp)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
\nGit repository is dirty.
Commit or clean changes before install.\n
ERROR: configuration failed for package ‘HMMt’
Error: Command failed (1)
It appears to be caused by the configure script.
The text was updated successfully, but these errors were encountered: