We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When trying to install scrattch.hicat, I run into the following error:
scrattch.hicat
ERROR: dependency ‘qlcMatrix’ is not available for package ‘scrattch.hicat’
It seems that qlcMatrix is no longer available on CRAN. Installing the package from its GitHub repo using devtools solved the problem.
qlcMatrix
Perhaps the DESCRIPTION file could be updated to retrieve the dependency automatically from GitHub upon installation?
Best,
Ángeles
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When trying to install
scrattch.hicat
, I run into the following error:ERROR: dependency ‘qlcMatrix’ is not available for package ‘scrattch.hicat’
It seems that
qlcMatrix
is no longer available on CRAN. Installing the package from its GitHub repo using devtools solved the problem.Perhaps the DESCRIPTION file could be updated to retrieve the dependency automatically from GitHub upon installation?
Best,
Ángeles
The text was updated successfully, but these errors were encountered: