'Object not found' error when loading party package in R

后端 未结 2 1289
感动是毒
感动是毒 2020-12-21 09:58

I\'m trying to load the party package in R. I have all the relevant dependencies installed, but when I type library(party), I get the error:

Er         


        
2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-21 10:42

    Please install party package separately. So use:

    install.packages("party", dependencies=TRUE) 
    

提交回复
热议问题