OHDSI Home | Forums | Wiki | Github

Error in execution of PLE study packages

Hi to amazing people here. I am fortunate to be among you all. In my attempt to execute the PLE study package or any other study package, i happened to see the below common error most frequently.
"Attaching package: ‘xxxxx’
The following objects are masked from ‘package:yyyyy’"
xx,yy,uu.

why do we get this and how to avoid it? Thanks in advance.
Regards,
HarshaVardhan

This doesn’t seem like an error, more like a warning that some package is overriding a function of another package, probably because it is extending the function to other classes. This is usually expected behavior (but it is not possible to turn off the warning)

t