[Rcpp-devel] Integrate xts_API for C with Rcpp
Wu Wush
wush978 at gmail.com
Fri Jan 11 17:16:47 CET 2013
Dear Dirk,
> Exactly what type of access / use did you have in mind from C / C++?
>
>
Recently, I am developing a trading system involving xts with my friends.
To handle xts in c++, I am using `Rcpp::RObject`, xts API, and some C
functions found in the source of xts.
In my opinion, it might be convenient if there is a c++ class
`XtsNumericMatrix` or `XtsIntegerMatrix` which can handle the special
attributes such as `index` of xts objects easily.
Maybe we can extend existed Rcpp type hierarchy to do this.
How do you think?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20130112/3b59f0b4/attachment.html>
More information about the Rcpp-devel
mailing list