https://github.com/eddelbuettel/rcppxts
Rcpp interface to xts objects
https://github.com/eddelbuettel/rcppxts
Last synced: about 1 year ago
JSON representation
Rcpp interface to xts objects
- Host: GitHub
- URL: https://github.com/eddelbuettel/rcppxts
- Owner: eddelbuettel
- Created: 2014-02-13T04:02:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:48:11.000Z (over 1 year ago)
- Last Synced: 2025-03-18T01:11:25.407Z (over 1 year ago)
- Language: C++
- Size: 34.2 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
## RcppXts: Rcpp interface to xts
[](https://github.com/eddelbuettel/rcppxts/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://cran.r-project.org/package=RcppXts)
[](https://www.r-pkg.org:443/pkg/RcppXts)
[](https://github.com/eddelbuettel/rcppxts)
### About
This package accesses the exported C-level functions of the
[xts](https://cran.r-project.org/package=xts) package. By using
[Rcpp](https://www.rcpp.org/), it permits creation of
[xts](https://cran.r-project.org/package=xts) objects directly at the C++
level, and via access to the [xts](https://cran.r-project.org/package=xts)
core functions also make some of these core operations available from their C
API level.
### Status
The package is still mostly a proof-of-concept and illustration---but builds
and works reliably, and has been on [CRAN](https://cran.r-project.org) for
some time.
### Author
Dirk Eddelbuettel
### License
GPL (>= 2)