Skip to content

[[<-.data.frame with POSIXt replacement (PR#4808)

2 messages · Jim Rogers, Brian Ripley

#
Hi,

The following seems to be a bug introduced with version 1.8.0 (it worked
without error on my installation of version 1.7.0):
"%Y-%m-%d:%H:%M:%S")
Error in "[[<-.data.frame"(`*tmp*`, "time", value =
strptime(test[["time"]],  : 
	replacement has 9 rows, data has 1
_              
platform i386-pc-mingw32
arch     i386           
os       mingw32        
system   i386, mingw32  
status                  
major    1              
minor    8.0            
year     2003           
month    10             
day      08             
language R            


Thanks,
Jim 

James A. Rogers, Ph.D. <rogers@cantatapharm.com>
Statistical Scientist
Cantata Pharmaceuticals
300 Technology Square, 5th floor
Cambridge, MA  02139
617.225.9009 x312
Fax 617.225.9010
#
It is not a bug in 1.8.0.  It was a bug in 1.7.0 (and .1).
X
You cannot assign a POSIXlt value to a data frame correctly.

Please do RTFM, especially the NEWS file.  We don't need smart alecks 
here.
On Mon, 27 Oct 2003 jrogers@cantatapharm.com wrote: