error in installing RWeka package in R

后端 未结 2 1731
难免孤独
难免孤独 2020-12-22 06:23

After getting RWeka package is sucessfully unpacked, when command library(\"RWeka\") is executed it is showing an error:

Error : .onLoad

相关标签:
2条回答
  • 2020-12-22 06:49

    As the error states, make sure you have Java installed of the same architecture as R. For example if you have 32-bit R, you need to have 32-bit Java installed.

    0 讨论(0)
  • 2020-12-22 07:03

    If your system is 32 bit, get yourself a 32-Bit java. If the system is 64-Bit go for 64bit java. I faced the same issue as my system is 64-Bit and i accidentally installed 32-Bit java. Uninstalled and reinstalled a 64-bit. Sorted now.

    0 讨论(0)
提交回复
热议问题