[Xts-commits] r760 - pkg/xts/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 17 03:47:29 CET 2013
Author: edd
Date: 2013-01-17 03:47:27 +0100 (Thu, 17 Jan 2013)
New Revision: 760
Modified:
pkg/xts/man/xtsAPI.Rd
Log:
o updated for changes in xtsAPI.h
Modified: pkg/xts/man/xtsAPI.Rd
===================================================================
--- pkg/xts/man/xtsAPI.Rd 2013-01-17 02:40:05 UTC (rev 759)
+++ pkg/xts/man/xtsAPI.Rd 2013-01-17 02:47:27 UTC (rev 760)
@@ -5,15 +5,21 @@
This help file is to help in development of xts, as well
as provide some clarity and insight into its purpose and implementation.
-Last modified: 2008-10-22 by Jeffrey A. Ryan
-Version: 0.5-0 and above
+Last modified: 2013-01-16 by Jeffrey A. Ryan and Dirk Eddelbuettel
+Version: 0.9-2 and above
At present the \pkg{xts} API has publically available
-interfaces to the following:
+interfaces to the following functions (as defined in \code{xtsAPI.h}:
-See xts.h and the code in /src for details.
+\preformatted{
+Callable from other R packages:
+ SEXP xtsIsOrdered(SEXP x, SEXP increasing, SEXP strictly)
+ SEXP xtsNaCheck(SEXP x, SEXP check)
+ SEXP xtsTry(SEXP x)
+ SEXP xtsRbind(SEXP x, SEXP y, SEXP dup)
+ SEXP xtsCoredata(SEXP x)
+ SEXP xtsLag(SEXP x, SEXP k, SEXP pad)
-\preformatted{
Internal use functions:
int isXts(SEXP x)
void copy_xtsAttributes(SEXP x, SEXP y)
More information about the Xts-commits
mailing list