Package: RcppXts Type: Package Title: Interface the 'xts' API via 'Rcpp' Version: 0.0.6 Date: 2022-11-01 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")) Description: Access to some of the C level functions of the 'xts' package. In its current state, the package is mostly a proof-of-concept to support adding useful functions, and does not yet add any of its own. URL: https://github.com/eddelbuettel/rcppxts, https://dirk.eddelbuettel.com/code/rcpp.xts.html BugReports: https://github.com/eddelbuettel/rcppxts/issues License: GPL (>= 2) Depends: xts (>= 0.9-6) Imports: methods, Rcpp (>= 0.10.2) LinkingTo: Rcpp, xts RcppModules: xts Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-29 02:25:59 UTC RemoteUrl: https://github.com/eddelbuettel/rcppxts RemoteRef: HEAD RemoteSha: 53744e119fb52bf7bdfa53548a075967e9a17ce9 NeedsCompilation: yes Packaged: 2026-07-04 23:42:59 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel