Re: [R] latin1 encoding in WriteXLS

2013-08-18 Thread Rainer Hurling
[maintainer CC'ed] Am 17.08.2013 11:28, schrieb Hugo Varet: > Yes, it also occurs with WriteXLS version 3.2.1. > > This test on several computers always leads to the same error. Oops, sorry. I just realised that this happens on both Windows and Unix alikes. On Win7 I am using ActivePerl 5.16.3

Re: [R] latin1 encoding in WriteXLS

2013-08-17 Thread Hugo Varet
Yes, it also occurs with WriteXLS version 3.2.1. This test on several computers always leads to the same error. Hugo Varet 2013/8/17 Rainer Hurling > Am 13.08.2013 19:40, schrieb Hugo Varet: > > Dear R users, > > > > I've just updated the WriteXLS package (on R 3.0.1) and I now have an > err

Re: [R] latin1 encoding in WriteXLS

2013-08-16 Thread Rainer Hurling
Am 13.08.2013 19:40, schrieb Hugo Varet: > Dear R users, > > I've just updated the WriteXLS package (on R 3.0.1) and I now have an error > when exporting a data.frame with the argument Encoding="latin1". For > example, these two lines work: >library(WriteXLS) >WriteXLS("iris", "iris.xls")

[R] latin1 encoding in WriteXLS

2013-08-13 Thread Hugo Varet
Dear R users, I've just updated the WriteXLS package (on R 3.0.1) and I now have an error when exporting a data.frame with the argument Encoding="latin1". For example, these two lines work: library(WriteXLS) WriteXLS("iris", "iris.xls") whereas these ones don't work: library(WriteXLS) Wr