rkdb
rkdb copied to clipboard
R client for kdb+
This change closes #63
If I try to open a connection I get `OpenSSL initialisation error.` If I run `sslinfo()` I get ``` Error in sslinfo() : kdb+ : Could not initialize openssl. Error...
I would like to propose modifying src/common.c to remove line 380 in function from_datetime_kobject() settimezone(result,"GMT"); and also removing or commenting the entire function settimezone() at lines 66-74 since that is...
https://lubridate.tidyverse.org/
When attempting to install on Windows from a downloaded version of this repository the use of `INSTALL_opts=c("--no-multiarch")` does not appear to be valid option. This seems to limit the ability...
I see some mention of async calls. Is it possible to query data asynchronously through R? Thanks!
right now, we have clear conversions from KDB types to R types, but it is not bijective so converting from R to KDB is not clear. For example, KDB time...
**Describe the bug** When I run the following standard installation command: `devtools::install_github('kxsystems/rkdb', quiet=FALSE,INSTALL_opts=c("--no-multiarch"))`, I obtain the following: ` ── R CMD build ─────────────────────────────────────────────────────────────────────────────────────────────────────────── ✔ checking for file 'C:\Users\mathi\AppData\Local\Temp\RtmpIh7EBU\remotes350047eb79e9\KxSystems-rkdb-ad47cd7/DESCRIPTION' (354ms) ─...