We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
No response
See https://gitlab.com/walware/de.walware.rj-server.gr/-/issues/28
XLConnect should load properly.
rJava::.jclassPath(rJava::.jclassLoader(package="XLConnect")) should be complete
rJava::.jclassPath(rJava::.jclassLoader(package="XLConnect"))
require(XLConnect); wb <- loadWorkbook("test.xlsx", create = TRUE) should succeed
require(XLConnect); wb <- loadWorkbook("test.xlsx", create = TRUE)
install.packages(c("rj", "rj.gd"), repos="https://download.walware.de/rj-4.0")
The text was updated successfully, but these errors were encountered:
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
rj
Sorry, something went wrong.
No branches or pull requests
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 completerequire(XLConnect); wb <- loadWorkbook("test.xlsx", create = TRUE)
should succeedHow to Reproduce
install.packages(c("rj", "rj.gd"), repos="https://download.walware.de/rj-4.0")
require(XLConnect); wb <- loadWorkbook("test.xlsx", create = TRUE)
failsrJava::.jclassPath(rJava::.jclassLoader(package="XLConnect"))
is incompleteThe text was updated successfully, but these errors were encountered: