error in installing RWeka package in R

后端 未结 2 1735
难免孤独
难免孤独 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 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.

提交回复
热议问题