I was trying to write a xlsx file with write.xlsx
and I get this error:
Error: zipping up workbook failed. Please make sure Rtools is installed or a zip application is available to R.
Try installr::install.rtools() on Windows.
package ‘Rtools’ is not available (for R version 3.1.2)
What should I do now to fix this?
EDIT: I install Rtools:
>installr::install.rtools()
No need to install Rtools - You've got the relevant version of Rtools installed
but still I get that error after write.xlsx