[Xts-commits] r783 - pkg/xts/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jul 6 18:55:08 CEST 2013
Author: bodanker
Date: 2013-07-06 18:55:08 +0200 (Sat, 06 Jul 2013)
New Revision: 783
Modified:
pkg/xts/R/indexClass.R
Log:
- remove empty if(value %in% 'Date') block
Modified: pkg/xts/R/indexClass.R
===================================================================
--- pkg/xts/R/indexClass.R 2013-07-06 14:42:38 UTC (rev 782)
+++ pkg/xts/R/indexClass.R 2013-07-06 16:55:08 UTC (rev 783)
@@ -61,10 +61,6 @@
if(value %in% c('POSIXlt','POSIXct'))
value <- c(value,'POSIXt')
- if(value %in% 'Date') {
-
- }
-
attr(x, '.indexCLASS') <- value
# all index related meta-data will be stored in the index
# as attributes
More information about the Xts-commits
mailing list