[R] library(fCalendar) timeDate("12.03.2005", format="%d.%m.%Y")

Duncan Murdoch murdoch at stats.uwo.ca
Mon Aug 20 15:41:21 CEST 2007


On 8/20/2007 9:26 AM, Ola Lindqvist wrote:
> Dear R users,
> I have problem with the library fCalendar.
> 
> I am not using the US standard format notations. It seems like it is not 
> possible to have different format than the US standards.
> Anyone how knows a way to go around this problem?
> 
> Here is the code I enter:
> myDate = "12.03.2005"
> timeDate(myDate, format = "%d.%m.%Y")
> 
> And I get following error message:
> Error in if (sum(lt$sec + lt$min + lt$hour) == 0) isoFormat = "%Y-%m-%d" :
>         missing value where TRUE/FALSE needed
> 


You should address questions about contributed packages to the 
maintainer of the package, in this case Diethelm Wuertz and Rmetrics 
Core Team <wuertz at itp.phys.ethz.ch>.

Duncan Murdoch



More information about the R-help mailing list