Skip to content
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

Fail to install gpuR on mac #22

Closed
harryprince opened this issue Jun 14, 2016 · 4 comments
Closed

Fail to install gpuR on mac #22

harryprince opened this issue Jun 14, 2016 · 4 comments

Comments

@harryprince
Copy link

> devtools::install_github("cdeterman/gpuR")
Downloading github repo cdeterman/gpuR@master
Installing gpuR
Skipping 1 packages not available: RViennaCL
Skipping 4 packages ahead of CRAN: evaluate, knitr, mime, Rcpp
Installing 2 packages: assertive, assertive.base
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ  \
  --no-save --no-restore CMD INSTALL  \
  '/private/var/folders/f2/9jwh0h8s4y70r1jl3s7cq_5c0000gn/T/Rtmpk1kn3Z/devtools5d004d66aa49/cdeterman-gpuR-0e54a5d'  \
  --library='/Library/Frameworks/R.framework/Versions/3.2/Resources/library'  \
  --install-tests 

ERROR: dependency ‘RViennaCL’ is not available for package ‘gpuR’
* removing ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/gpuR’
Error: Command failed (1)
> install.packages("RViennaCL")
Warning message:
package ‘RViennaCL’ is not available (for R version 3.2.2) 

@harryprince
Copy link
Author

The installation is too complicated, in that I am seeking a docker version on mac.

@cdeterman
Copy link
Owner

Your R version is too old to find RViennaCL on CRAN. Either upgrade your R version or try installing directly from my github with devtools::install_github('cdeterman/RViennaCL')

@cdeterman
Copy link
Owner

@harryprince did you mange to install gpuR? I would like to know so I can close this issue or assist you further.

@cdeterman
Copy link
Owner

Closing as assuming the RViennaCL install should have helped. Will reopen if noted otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants