Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

package

r

party

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:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : object 'vI' not found
Error: package or namespace load failed for ‘party’

I've never seen an error like this when loading a package before, and I'm really at a loss. Any help would be greatly appreciated.

like image 969
Amanda Avatar asked Feb 02 '26 04:02

Amanda


1 Answers

Sys.getenv("vI_HOME")

if(Sys.getenv("vI_HOME")!="")    Sys.setenv(vI_HOME="")

library("party")
like image 140
Wang dehua Avatar answered Feb 04 '26 19:02

Wang dehua



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!