Library loads with R but not with Rscript

92 views Asked by At

I am getting the following error when I try to load a library in R using Rscript.

When I run

Rscript -e "library(coexpp)"

I get the following error

Error in x$.self$finalize() : expecting an external pointer

I am able to load the library, however, inside R interactively.

0

There are 0 answers