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
Post a Comment