error in installing RWeka package in R

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

提交回复
热议问题