debian/0000755000000000000000000000000012212333412007157 5ustar debian/watch0000644000000000000000000000013512212333412010207 0ustar version=3 http://cran.at.r-project.org/web/packages/xts/index.html .*/xts_([\d.-]+)\.tar\.gz debian/compat0000644000000000000000000000000212212333412010355 0ustar 9 debian/docs0000644000000000000000000000000512212333412010025 0ustar NEWS debian/changelog0000644000000000000000000000023112212333412011025 0ustar r-cran-xts (0.9-7-1) unstable; urgency=low * Initial release (Closes: #690544) -- Lifeng Sun Fri, 06 Sep 2013 18:42:30 +0800 debian/rules0000755000000000000000000000033212212333412010235 0ustar #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for the Debian/GNU Linux r-cran-fasianoptions package # Copyright 2003-2007 by Dirk Eddelbuettel include /usr/share/R/debian/r-cran.mk debian/source/0000755000000000000000000000000012212333412010457 5ustar debian/source/format0000644000000000000000000000001412212333412011665 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000453012212333412011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xts Source: http://r-forge.r-project.org/projects/xts/ Files: * Copyright: Jeffrey A. Ryan License: GPL-2+ Files: src/init.c src/isOrdered.c src/isXts.c src/leadingNA.c src/merge.c src/rbind.c src/rollfun.c src/runSum.c src/startofyear.c src/subset.old.c src/toperiod.c src/totalcols.c R/[a-oq-zOP]* R/p[elr]* Copyright: 2008-2013 Jeffrey A. Ryan License: GPL-3+ Files: inst/include/xtsAPI.h Copyright: 2008-2013 Jeffrey A. Ryan 2013 Dirk Eddelbuettel License: GPL-2+ Files: debian/* Copyright: 2012 Lifeng Sun License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/control0000644000000000000000000000121712212333412010563 0ustar Source: r-cran-xts Section: gnu-r Priority: optional Maintainer: Lifeng Sun Build-Depends: debhelper (>= 9), r-base-dev, cdbs, r-cran-zoo Standards-Version: 3.9.4 Homepage: http://r-forge.r-project.org/projects/xts/ Package: r-cran-xts Architecture: any Depends: r-cran-zoo, ${shlibs:Depends}, ${misc:Depends} Description: GNU R package for time series analysis -- xts This package provide uniform handling of R's different time-based data classes by extending r-cran-zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.