Error: package or namespace load failed: undefined symbol: R_removeVarFromFrame Execution halted

When I tried to run R code in Linux HPCC:

library(tidyverse)

I got error like this:

Error: package or namespace load failed for ‘tidyverse’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/x86_64-pc-linux-gnu-library/libs/magrittr/libs/magrittr.so':
/x86_64-pc-linux-gnu-library/libs/magrittr/libs/magrittr.so: undefined symbol: R_removeVarFromFrame
Execution halted

I tried remove and install magrittr and tidyverse packages, but it did not work. How to solve this problem please.

Thank you very much!

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.