An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090319/5a08b807/attachment-0002.pl>
xlsReadWrite library
3 messages · Pascal Candolfi, Gabor Grothendieck, Hans-Peter Suter
See: http://wiki.r-project.org/rwiki/doku.php?id=tips:data-io:ms_windows&s=excel
On Thu, Mar 19, 2009 at 10:45 AM, Pascal Candolfi <pcandolfi at gmail.com> wrote:
Any idea why this library was removed and where could I find it for Windows (only Unix in the Archive) ? Much thanks in advance. Pascal ? ? ? ?[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org 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.
3 days later
2009/3/19 Pascal Candolfi <pcandolfi at gmail.com>:
Any idea why this library was removed and where could I find it for Windows (only Unix in the Archive) ?
As indicated it was for for the binary (non FOSS) component. Yesterday I checked the existing packages (xlsReadWrite(Pro) on http://treetron.googlepages.com) if they run on 'R 2.9.0 under development'. They do fine (well apart from two or three known _small_ bugs ;-). I made a fully OSS and C-based version meanwhile which downloads (or gives instruction how to compile for yourself) the necessary DLL from a non-CRAN source. However as I wanted to make sure that this 'packaging' still counts as a 'binary distribution' I explicitely asked the developer from the 3rd library (Flexcel) if this is ok. Last Friday I got his approval, so at least technically/legally it is possibled. When I'm happy with the new RUnit tests, adapted build scripts, etc., I'll ask again if 'xlsReadWrite' will be accepted on CRAN in this new source-only form. I hope so, but if not then there are other possibilities. In any case I intend to put the repo at some public space (most probably github). Cheers, Hans-Peter