CRAN package timeDate

Kurt Hornik Kurt.Hornik at wu-wien.ac.at
Sun Feb 8 22:30:55 CET 2009


>>>>> Yohan Chalabi writes:

>>>>> "KH" == Kurt Hornik <Kurt.Hornik at wu-wien.ac.at>
>>>>> on Sun, 8 Feb 2009 21:19:15 +0100

KH> Guys,
KH> 
KH> This actually fails R CMD check in most cases, see
KH> 
KH> http://cran.r-project.org/web/checks/check_results_timeDate.html
KH> 
KH> from
KH> 
KH> timeDate/R/subset.R: length(grep([a-Z], subset)), sep = )
KH> 
KH> which is invalid in many locales (not with a complete UTF-8
KH> one, though,
KH> but e.g. with LC_COLLATE=C).
KH> 
KH> If you want the locale's idea of letters, you can use
KH> [[:alpha:]]
KH> instead.  If just the ASCII letters, you need to give them
KH> explicitly.
KH> 
KH> Can you pls have an update fixing this?
KH> 
KH> Best
KH> -k
  
> Hi Kurt,

> Thanks for your message!

> I have updated the package with your suggestion and you can find the new
> version on CRAN ftp server. 

> Thanks again for your feedback!

Thanks for the quick update, on its way to CRAN ...

Best
-k



More information about the Rmetrics-core mailing list