I want to connect R to postgresql through Renjin for which I am using
engine.eval("library(RPostgreSQL)");
getting folllowing error
org.springframework.web.util.NestedServletException: Request processing failed;
nested exception is org.renjin.eval.EvalException: Could not load package RPostgreSQL;
tried org.renjin.bioconductor:RPostgreSQL, org.renjin.cran:RPostgreSQL