-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source package fails to install (on Windows?) #182
Comments
Hi @spoltier, thanks, installation is completed but so far I cannot use this package My java version is 8.0.2710.9 My java version is 8.0.2710.9 Thanks R library(XLConnect) #install.packages("XLConnect", type="binary") Another version wb <- loadWorkbook(fname, create = F) |
Hi, indeed you will need R >= 3.6 for XLConnect to work. The other error you are seeing is bug #181, which we are currently working on. |
Description
At least on Windows, it looks like not all jar resources are downloaded successfully when using the source package (tested this with a clean install of R 4.2.1).
Only the poi-ooxml-full jar is downloaded; no other attempts seem to be executed (see outputs below)
⚠ To be investigated whether other OSs have the same issue.
Workaround
Install using
install.packages("XLConnect", type="binary")
to avoid using the source package.Outputs
Install
Load and test
Session Info
The text was updated successfully, but these errors were encountered: