The R code for the installRExcel function seems to have an error .
Specifically the line:
        installerFilename <- "RExcelInst.latest.exe" 
apparently should be:
        installerFilename <- "RExcelInstall.latest.exe" 

In running the function with an installerFilename of
RExcelInst.latest.exe, the message:
"The installer file
http://rcom.univie.ac.at/download/RExcel.distro/RExcelInst.latest.exe
seems not to be available currently."

With the code modified to give a file name of
RExcelInstall.latest.exe

the code executes correctly.

The R package was obtained from the ibiblio CRAN mirror, if that means
anything.  The version of R is 2.8.0 for Windows XP SP3.

-- 
Bob Doherty

_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at

Reply via email to