Eclipse StatET for R can't find installed libaries (windows) -


i have working eclipse workspace r development using statet plugin. can install libraries normal way, example:

install.packages("rgdal") 

but when attempt use library:

library(rgdal) 

r says:

error in library(rgdal) : there no package called 'rgdal' 

using r gui on same computer works fine.

also, in case relevent - using installed.packages() doesn't show newly installed rgdal package when use eclipse. in r gui does.

it turns out, having eclipse , r gui open @ same time causing conflict, closing down r gui solved issue


Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -