Re: [R] BETA testers for xlsReadWrite? (natively read/write Excelfiles)

2007-03-20 Thread Michael Swindell
Thanks for the mention Peter! Glad you like Delphi 2007 - we hope it's the 
best Delphi yet, our goal was to make it everyone's favorite Delphi release to 
date and the best native Windows development environment ever!

Thanks again! 

-Michael (CodeGear)

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] BETA testers for xlsReadWrite? (natively read/write Excelfiles)

2007-03-19 Thread Hans-Peter
Dear UseRs,

I have an update ready for the xlsReadWrite package. It runs my unit
tests just fine but there are quite a lot of changes and it would be
good if some other people could try it out before it will be submited
to CRAN. I won't have more time this week, but I hope to publish
xlsReadWrite at the end of next week and I will incorporate eventual
bugreports and/or (minor) suggestions which I learn of.

The most important new features are + possibility to read/write
dates/times + rownames for matrices + checknames (colnames) + better
factor support + 'stringsAsFactors' and 'rownames' argument. I also
added 4 general purpose datetime functions to convert excel dates
from/to strings.

Download:
- zip: http://treetron.googlepages.com/BETAxlsReadWrite_1.2.1.zip
- source: http://treetron.googlepages.com/BETAxlsReadWrite_1.2.1.tar.gz
- testdata: http://treetron.googlepages.com/BETAxlsReadWrite_TestData_1.2.1.zip

Some of you may be aware that this package is made with Delphi and
contains Object Pascal code. It doesn't matter normally but now I
mention it, because this evening I got the brand new Delphi 2007 and
xlsReadWrite was the thing used to try out this (very good) new
version...

-- 
Regards,
Hans-Peter


PS: @David: no more range_error violations.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] BETA testers for xlsReadWrite? (natively read/write Excelfiles)

2007-03-19 Thread Hans-Peter
sorry I forgot:

 Download:
 - zip: http://treetron.googlepages.com/BETAxlsReadWrite_1.2.1.zip

Please remove the BETA prefix from the filename (otherwise it cannot
be installed).

Hans-Peter

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.