我想通过我正在使用的Renjin将R连接到postgresql
engine.eval("library(RPostgreSQL)");
得到以下错误
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
最佳答案
如果要将Renjin嵌入Java应用程序或servlet中,则需要确保RPostgreSQL与其他JAR一样在类路径中。
您可以在此处找到RPostgreSQL库的Maven坐标:
http://packages.renjin.org/package/org.renjin.cran/RPostgreSQL