Installing xlsx

I'm having a bit of trouble installing the xlsx library because it keeps saying the operation timed out. I'm not sure why this is happening, any ideas? I have the newest version of R downloaded and RStudio is operating under it.

Update: I have successfully installed the package but am unable to load it. What can I do to fix this error?

Instead of using the xlsx package I ended up using the readxl and the code.

read_xlsx("examplefile.xlsx")

Hi If you still want to use it as some point you need to make sure you have the correct version of java installed with a path to it set in your environment variables.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.