Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

easier installation is required #6

Open
icarocd opened this issue Feb 3, 2018 · 2 comments
Open

easier installation is required #6

icarocd opened this issue Feb 3, 2018 · 2 comments

Comments

@icarocd
Copy link

icarocd commented Feb 3, 2018

It should be possible the use of install.packages("Rgtsvm")

@wzhy2000
Copy link
Contributor

wzhy2000 commented Feb 5, 2018

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.

@icarocd
Copy link
Author

icarocd commented Feb 6, 2018

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants