[R] dot - comma problem

2012-05-21 Thread may . ka38
Thanks for the replies and sorry for the missing information. @@ System information: R version 2.15.0 (2012-03-30) Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-suse-linux-gnu (64-bit) @@

[R] dot - comma problem, addendum

2012-05-21 Thread may . ka38
I forgot to mention that even after updating all packages on the 64 bit opensuse machine running R 2.15, the problem did not vanish. Thanks so far __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post

Re: [R] dot - comma problem

2012-05-20 Thread Milan Bouchet-Valat
Le dimanche 20 mai 2012 à 23:52 +1000, may.k...@yahoo.de a écrit : > Dear all > > I am trying to use the ODB package to connect to an libreoffice-odb database. > The libreoffice package is german, thus, decimal separator is a comma. > However, > I can open the database and upload a it without e

Re: [R] dot - comma problem

2012-05-20 Thread Prof Brian Ripley
Please report bugs in the ODB package (wherever that is from: you did not tell us) to its maintainer. ?Sys.setlocale will explain how to undo the damage. On 20/05/2012 14:52, may.k...@yahoo.de wrote: Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The li

[R] dot - comma problem

2012-05-20 Thread may . ka38
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" com