Crandore Hub

xts

eXtensible Time Series

Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.

README

This directory contains a skeleton example
of how to link to the C-API

The basic requirements to use the exported xts
C code is:

(1) Add to your DESCRIPTION file:

  Depends: xts
  linkingTo: xts

(2) In your .c files:

  #include "xtsAPI.h"

This header file exports the functions that are
public in xts.

(3) Compile as you would with any other package:

  R CMD build api_example
  R CMD INSTALL linkXTS_1.0.tar.gz

(4) Try it out!

  R> require(linkXTS)
  R> checkOrder(1:10)
  [1] TRUE
  R> checkOrder(c(1:10,1))
  [1] FALSE

Versions across snapshots

VersionRepositoryFileSize
0.14.2 rolling linux/jammy R-4.5 xts_0.14.2.tar.gz 1.1 MiB
0.14.2 rolling linux/noble R-4.5 xts_0.14.2.tar.gz 1.1 MiB
0.14.2 rolling source/ R- xts_0.14.2.tar.gz 856.2 KiB
0.14.2 latest linux/jammy R-4.5 xts_0.14.2.tar.gz 1.1 MiB
0.14.2 latest linux/noble R-4.5 xts_0.14.2.tar.gz 1.1 MiB
0.14.2 latest source/ R- xts_0.14.2.tar.gz 856.2 KiB
0.14.2 2026-04-26 source/ R- xts_0.14.2.tar.gz 856.2 KiB
0.14.2 2026-04-23 source/ R- xts_0.14.2.tar.gz 856.2 KiB
0.14.2 2026-04-09 windows/windows R-4.5 xts_0.14.2.zip 1.1 MiB
0.14.1 2025-04-20 source/ R- xts_0.14.1.tar.gz 857.1 KiB

Dependencies (latest)

Depends

  • zoo (>= 1.7-12)

Imports

LinkingTo

Suggests