Closed fdq09eca closed 2 years ago
Unfortunately, I don't have access to an M1 setup to test this on.
Are you using the latest code from Github?
Hi @rajarshi, I can reproduce this error on a Windows 10 with current R-Studio running (same on Windows Server 2019). The error is not reproducible in the native R-GUI and thus maybe related to any interaction with R-Studio.
I run the latest versions of rcdk and rcdklibs installed from GitHub.
Screenshots
System (please complete the following information):
sessionInfo() R version 4.2.0 (2022-04-22 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.utf8 LC_CTYPE=English_United Kingdom.utf8 LC_MONETARY=English_United Kingdom.utf8 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.utf8
attached base packages: [1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached): [1] compiler_4.2.0 tools_4.2.0
Additional context Add any other context about the problem here.
Best Tobias
I dug a little deeper. There is obviously a rJava / RStudio bug in R4.20. A patch for Windows is available. See https://community.rstudio.com/t/problems-with-rjava-in-rstudio/135896.
I am on a M1 BigSur. I have no problem in loading
rJava
but it seemsrcdklibs
has not been load properly when I loadrcdk
.Here is my java version