Skip to content
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

XLConnect does not load properly when loaded through StatET #223

Open
martinstuder opened this issue Jun 24, 2024 · 1 comment
Open

XLConnect does not load properly when loaded through StatET #223

martinstuder opened this issue Jun 24, 2024 · 1 comment
Labels

Comments

@martinstuder
Copy link
Member

sessionInfo() output

R version 4.1.2 (2021-11-01)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04.4 LTS

Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0

locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=de_CH.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=de_CH.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=de_CH.UTF-8 LC_NAME=de_CH.UTF-8
[9] LC_ADDRESS=de_CH.UTF-8 LC_TELEPHONE=de_CH.UTF-8
[11] LC_MEASUREMENT=de_CH.UTF-8 LC_IDENTIFICATION=de_CH.UTF-8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] rj_4.0.10-2

loaded via a namespace (and not attached):
[1] compiler_4.1.2 tools_4.1.2 rj.gd_4.0.10-0

Additional environment information

No response

Description

See https://gitlab.com/walware/de.walware.rj-server.gr/-/issues/28

Expected behavior

XLConnect should load properly.

rJava::.jclassPath(rJava::.jclassLoader(package="XLConnect")) should be complete

require(XLConnect); wb <- loadWorkbook("test.xlsx", create = TRUE) should succeed

How to Reproduce

  1. Install Eclipse 2023-12
  2. Install StatET plugin 4.9.0
  3. install.packages(c("rj", "rj.gd"), repos="https://download.walware.de/rj-4.0")
  4. require(XLConnect); wb <- loadWorkbook("test.xlsx", create = TRUE) fails
  5. rJava::.jclassPath(rJava::.jclassLoader(package="XLConnect")) is incomplete
@martinstuder
Copy link
Member Author

rj 4.0.11-3 seems to fix the issue. An integration build is available - see https://gitlab.com/walware/de.walware.rj-server.gr/-/issues/28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant