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
It should be possible the use of install.packages("Rgtsvm")
The text was updated successfully, but these errors were encountered:
The package has not been released on CRAN, so you can't use install.package easily. But you can try install_github in devtools library:
> library(devtools) > install_github("Danko-lab/Rgtsvm/Rgtsvm", args="--configure-args='--with-cuda-home=/usr/local/cuda-8.0 --with-boost-home=/usr'" )
Please change your configure values for '--with-cuda-home' and '--with-boost-home' in above command.
Let me know your results.
Sorry, something went wrong.
I had to install libboost-all-dev, then R package bit64, then configure the two files to sm_50, so that I could install it manually. Thanks.
No branches or pull requests
It should be possible the use of install.packages("Rgtsvm")
The text was updated successfully, but these errors were encountered: