KxSystems / rkdb

R client for kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
41 stars 29 forks source link

Problem with rkdb installation on Windows 10: rkdb_0.12.0.tar.gz #45

Closed thxx1138 closed 5 years ago

thxx1138 commented 5 years ago

I m trying to install the “rkdb” library in Windows 10 (64-bit) according to the instructions on https://github.com/KxSystems/rkdb#installation

When I execute:

devtools::install_github('kxsystems/rkdb', quiet=TRUE)

I always get the error:

Error in i.p(...) “installation of package rkdb_0.12.0.tar.gz had non-zero exit status”

R version used is 3.6.0 64-bit , with Rtools35 installed

thxx1138 commented 5 years ago

use: devtools::install_github('kxsystems/rkdb', INSTALL_opts = c("--no-multiarch", "--no-test-load"))